html, body {
    color: #333;
} 

#lg-outer { 
    background-color: rgba(0,0,0,0.7);
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

ul {
    padding-left: 25px;
}

li {
    list-style: disc;
}
 
body {
    font-family: Poppins;
    font-weight: 300;
    font-size: 18px;
    color: #023C51;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    margin: 20px 0;
}
 
h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 15px 0;
} 

h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 15px 0;
}

a {
    color: inherit;
    text-decoration: none
}

a:hover { 
    color: inherit;
}

b {
    font-weight: bold;
}

p {
    margin: 12px 0;
}

.divisor-verde {
    width: 50px;
    border-top: 3px solid #02CF5F;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bt-1 {
    display: inline-block;
    background-color: #02CF5F;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    padding: 20px 40px; 
    border-radius: 10px; 
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    font-family: Poppins;
}

.bt-1-small {
    padding: 10px 10px;
}

.bt-1:hover {
    background-color: #023C51;
    color: #fff;
}

.bt-2 {
    display: inline-block;
    background-color: #023C51;
    font-size: 14px;
    color: #fff;
    padding: 10px 30px; 
    border-radius: 1px; 
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-weight: lighter;
    transition: all 0.3s ease-in-out 0s;
    font-family: Poppins;
}

.bt-2-small {
    padding: 10px 10px;
}

.bt-2:hover {
    background-color: #02CF5F;
    color: #ccc;
}

.bt-3 {
    background-color: #BB0808;
    font-size: 14px;
    color: white;
    padding: 20px 10px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-weight: lighter;
    transition: all 0.3s ease-in-out 0s;
    font-size: 17px;
    font-weight: bold;
}

.bt-3-small {
    padding: 10px 10px;
}

.bt-3:hover {
    background-color: red;
}

.bt-1.enviando, .bt-2.enviando, .bt-3.enviando {
    opacity: 0.5;
}

.bt-1.enviando:before, .bt-2.enviando:before, .bt-3.enviando:before {
    content: '\e817';
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    -moz-animation: spin 3s infinite linear;
    -o-animation: spin 3s infinite linear;
    -webkit-animation: spin 3s infinite linear;
    animation: spin 3s infinite linear;
    display: inline-block;
}


.sociais-bts a:hover {
    color: #002B3E;
}

.cor-verde {
    color: #02CF5F;
}

.menu a {
    font-size: 15px;
    color: #002B3E;
    border-bottom: 2px solid transparent;
}

.menu a:hover:not(.selected) { 
    border-bottom: 2px solid #02CF5F;
} 
.menu a.selected {
    border-bottom: 2px solid #02CF5F;
}

.banner img {
    
    display: block;
    /*width: 100%;
    margin: 0 auto;
    max-width: 1920px;*/
    
}

.swiper-container-horizontal > .swiper-pagination-bullets {

    bottom: 0;

}

input, select, textarea {
    background-color: #f5f5f5;
    border: 1px solid #c9c9c9; 
    color: #333333;
    font-size: 14px;
    border-radius: 2px;
    font-family: Poppins;
    height: 28px;
}

.inputtext {
    padding: 6px 10px; 
    resize: none;
    transition: all 0.5s ease-in-out 0s;
    width: 100%; 
    margin-bottom: 7px;
    font-family: Poppins;
}

.inputtext option {
    
}

.inputtext:focus {
    background-color: rgba(30, 45, 111, 0.14);
    border: 1px solid #1a3bdc;
    box-shadow: 0 0 3px rgba(30, 45, 111, 0.14);
}



.box {
    position: relative;
    width: 100%;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1*/
}

.ratio2_1:before {
    padding-top: 50%;
}

.ratio1_2:before {
    padding-top: 200%;
}

.ratio4_3:before {
    padding-top: 75%;
} 

.ratio16_9:before {
    padding-top: 56.25%;
}


.goog-text-highlight {
    background: transparent !important;
    box-shadow: 0 0 0 transparent !important; 
}

@media not screen and (min-width: 1450px) {

    .title-top {
        font-size: 45px;
    }

}

@media not screen and (min-width: 700px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 20px;
    }

    .menu {
        position: absolute;
        top: 0;
        z-index: 2;
        left: 0;
        width: 100% !important;
        background-color: white;
        flex-wrap: wrap;
        transition: opacity 0.5s;
        box-shadow: 0 10px 10px rgba(0,0,0,0.3);
        justify-content: center !important;
    }

    .menu:not(.m-display-none) {
        min-height: 32px;
    }

    .menu a {
        width: 100%;
        padding: 15px 20px;
        background-color: #fafafa;
        margin: 3px 0;
        text-align: center;
    }

    .menu a::before {
        display: none;
    }

    .menu a::before {
        display: none;
    }

    .banner {
    
        overflow: hidden;
        
    }

    .banner img {
    
        
        width: 280%;
        
        
    }

    .m-ajusta-quem-somos {
        flex-direction: column-reverse;
    }

    .m-ajusta-bg-suporte {

        background-size: 260% auto !important;

    }

    .m-ajusta-bg-suporte img {

        width: 260% !important;

    }

}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}