html, body {
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
}

/*begin logo sofia*/

#logo {
    position: absolute;
    width: 225px;
    height: 75px;
    top: 20px;
    left: 20px;
}

/*end logo sofia*/

/*begin cadastrar button*/

.buttons {
    height: 85px;
    position: relative;
    background: rgb(0, 126, 0);
    /*#f72359*/
    padding: 1em 2em;
    color: white;
    font-size: 25px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.buttons span {
    position: relative;
    pointer-events: none;
}

.buttons::before {
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #6404ff, transparent);
    -webkit-transform: translate(-48%, -50%);
    transform: translate(-42%, -50%);
    transition: width .2s ease, height .2s ease;
}

.buttons:hover::before {
    --size: 500px;
}

/*end cadastrar button*/

/*begin landing text*/

.landingText {
    line-height: 55px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    position: relative;
    color: white;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
    -webkit-text-stroke-width: 1px;
}

#fontCall {
    font-size: 25px;
}

#secP {
    font-size: 27px;
    line-height: 40px;
    height: 90px;
}

/*end landing text*/

/* begin  play button*/

.video-play-button {
    position: absolute;
    top: 80%;
    left: 80%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 45px;
    /*15*/
    height: 42px;
    /*12*/
    background: #8d8d8d;
    border-radius: 50%;
    padding: 9px 24px 18px 28px;
}

.video-play-button:hover {
    cursor: pointer;
}

.video-play-button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 105px;
    height: 105px;
    background: #8d8d8d;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: rgb(0, 126, 0);
    border-radius: 50%;
    transition: all 200ms;
    border: solid 4px rgb(255, 255, 255);
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 28px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 22px solid transparent;
    left: 20%;
    top: 10%;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*end play button */

/*begin slider background*/

#slideshow {
    position: relative;
    height: 0px;
    z-index: -1;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    filter: blur(3px);
    height: 100vh;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 9;
}

#slideshow img {
    /* Set rules to fill background */
    /* Set up proportionate scaling */
    width: 100%;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    img.bg {
        left: 50%;
        margin-left: -512px;
    }
}

/*end slider background*/

/*begin video overlay*/

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 4;
}

#video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 30;
}

iframe {
    width: 900px;
    height: 500px;
    border: solid 6px gray;
}

.close {
    width: 60px;
    height: 60px;
}

/*end video overlay*/

/*Begin Landing page*/

.LandingPage {
    height: 100vh;
}

/*End Landing page*/

/*Begin more info page*/

.moreInf {
    background-color: white;
}

/*End more info page*/

/*Begin menu*/

.header {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 15px 30px;
}

.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}

.header a.logo {
    font-size: 25px;
    font-weight: bold;
}

.header a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: none;
}

.header a.active {
    /* margin-left: 10px; */
    margin-right: 10px;
    background-color: dodgerblue;
    color: white;
}

.header a.active:hover {
    background-color: rgb(109, 124, 139);
}

.header-right {
    float: right;
}

@media screen and (max-width: 788px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: none;
    }
}

/*End menu*/

/*Begin text Sofia*/

.imgSof {
    float: left;
    width: 85px;
    height: 90px;
    margin-right: 30px;
}

.tituloSof {
    text-align: center;
}

.textSofia {
    padding-top: 30px;
    font-size: 20px;
    text-align: justify;
    padding-right: 4.5em;
    padding-left: 4.5em;
    padding-bottom: 30px;
}

/*End text Sofia*/

/*Begin footer*/

footer {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: white;
    background-color: #696969;
}

/*End footer*/

/*Begin depoimentos*/

.depoimentos h1 {
    margin-bottom: 20px;
}

.depoimentos {
    text-align: center;
    background-image: url("/images/land/background_azul_marinho.png");
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.depoimentos iframe {
    width: 800px;
    height: 400px;
    border: unset;
}

.depoimentos img {
    width: 240px;
    height: 180px;
    margin: 4px;
    margin-top: 10px;
    padding: 6px;
    border-radius: 15px;
}

.depoimentos img:hover {
    border: solid 4px #1CDCB9;
}

/*End depoimentos*/

/*Begin quem somos*/

.quemSomos {
    text-align: center;
    padding: 30px 4.5em 30px;
}

.quemSomos img {
    width: 410px;
    height: 226px;
    border-radius: 15px;
}

.abtUs {
    font-size: 22px;
    padding-top: 20px;
    padding-left: 5.5em;
    padding-right: 5.5em;
    text-align: justify;
}

/*End quem somos*/

/*begin Contador Nossos numeros*/

.middle {
    position: relative;
    width: 100%;
}

.counting-sec {
    padding: 40px 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(148, 205, 255, 1) 0%, rgba(148, 205, 255, 1) 31%, rgba(28, 106, 189, 1) 100%);
}

/* .counting-terc{
    padding: 40px 0;
    width: 100%;
    background: linear-gradient(to bottom, rgb(148, 255, 193) 0%, rgb(79, 255, 103) 31%, rgb(20, 170, 33) 100%);
} */

.inner-width {
    max-width: 1200px;
    margin: auto;
    display: flex;
}

.col-numb {
    flex: 1;
    text-align: center;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
}

.col-numb i {
    font-size: 40px;
    color: #333;
}

.col-numb img {
    width: 80px;
}

.num {
    font-size: 40px;
    margin: 20px 0;
}

.counter {
    display: table-cell;
    margin: 1.5%;
    font-size: 50px;
    width: 200px;
    height: 200px;
    vertical-align: middle;
}

/*end Contador Nossos numeros*/

/*Begin contatos*/

.contatos {
    padding: 30px;
    text-align: center;
    border-radius: 50px;
}

.contatos h2 {
    padding-bottom: 30px;
}

.info {
    float: left;
    text-align: left;
    position: relative;
    left: 13vw;
    font-size: 28px;
    top: 8vh;
}

.info img {
    width: 40px;
    height: 40px;
    margin-left: 12px;
}

.cont {
    margin-bottom: 0.7em;
}

.map {
    width: 350px;
    height: 350px;
    border: solid 6px gray;
    position: relative;
    border-radius: 25px;
    left: 5vw;
}

.socialN {
    margin-top: 15px;
    border-top: solid 3px #8d8d8d;
    padding-top: 8px;
    width: 550px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.socialN img {
    width: 50px;
    height: 50px;
}

/*End contatos*/

/*Begin Download by*/

.downB {
    width: 400px;
    padding-bottom: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.downB img {
    width: 175px;
}

/*End Download by*/

/*media query*/


@media screen and (max-width:1440px) {
    .landingText {
        font-size: 40px;
    }
    #secP {
        font-size: 23px;
    }
    .buttons {
        font-size: 27px;
        height: 95px;
    }
}

@media screen and (max-width:1269px) {
    .info {
        top: unset;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        float: none;
        text-align: center;
    }
    .map {
        left: 0vw;
    }
}

@media screen and (max-width:1024px) {
    .landingText {
        font-size: 26px;
        line-height: unset;
    }
    #secP {
        font-size: 20px;
    }
    .video-play-button {
        left: 60%;
    }
    .active {
        margin-left: 0px;
    }
    .quemSomos {
        padding: 30px 3.5em 30px;
    }
    .abtUs {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }
    #fontCall {
        font-size: 20px;
    }
}

@media screen and (max-width:800px) {
    #vidDep {
        width: 750px;
    }
    .socialN {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    #logo {
        left: 50%;
        transform: translateX(-50%);
    }
    .landingText {
        margin-top: 30px;
        left: 50%;
        transform: translateX(-30%);
        top: 0%;
    }
    .buttons {
        top: 0%;
        left: 50%;
        transform: translateX(-15%);
    }
    .video-play-button {
        display: none;
    }
    #vidDep {
        width: 700px;
    }
    .info {
        font-size: 24px;
    }
    .abtUs {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

@media screen and (max-width: 765px) {
    .landingText {
        margin-top: 30px;
        left: 50%;
        transform: translateX(-50%);
        top: 0%;
        padding: 10px;
    }
    .buttons {
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
    }
    .video-play-button {
        display: none;
    }
    #vidDep {
        width: 600px;
    }
}

@media screen and (max-width:650px) {
    .landingText {
        transform: translateX(-47%);
        font-size: 30px;
        line-height: 40px;
        margin-left: unset;
        margin-right: unset;
    }
    #secP {
        font-size: 18px;
    }
    .tituloSof {
        text-align: center;
        font-size: 24px;
        margin-bottom: 18px;
    }
    .info {
        font-size: 22px;
    }
    #vidDep {
        width: 500px;
    }
    .col-numb {
        padding: 8px;
    }
    .info {
        font-size: 20px;
    }
}

@media screen and (max-width:560px) {
    .info {
        font-size: 18px;
    }
    .quemSomos {
        padding: 30px 2.5em 30px;
    }
    .textSofia {
        padding-right: 2.5em;
        padding-left: 2.5em;
    }
}

@media screen and (max-width:539px) {
    .landingText {
        height: 145px;
    }
    #secP {
        height: 49px;
    }
}

@media screen and (max-width:491px) {
    .tituloSof {
        font-size: 30px;
    }
    .textSofia {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .imgSof {
        width: 65px;
        height: 60px;
        display: none;
    }
    .abtUs {
        font-size: 20px;
        padding-right: unset;
        padding-left: unset;
    }
    .quemSomos img {
        width: 300px;
        height: 190px;
    }
    .quemSomos h1 {
        font-size: 30px;
    }
    .downB {
        width: 290px;
    }
    .downB img {
        width: 140px;
    }
    .quemSomos {
        padding: 27px 1.5em 30px;
    }
    .socialN img {
        width: 40px;
        height: 40px;
    }
    .info img {
        width: 35px;
        height: 35px;
        margin-left: 3px;
    }
    .landingText {
        font-size: 22px;
        margin-top: 15px;
    }
    #secP {
        font-size: 15px;
    }
    #fontCall {
        font-size: 17px;
    }
    .buttons {
        height: 80px;
    }
}

@media screen and (max-width:480px) {
    .map {
        width: 250px;
        height: 250px;
    }
    .col-numb {
        padding: 0px;
        font-size: 15px;
    }
}

@media screen and (max-width:380px) {
    .landingText {
        margin-top: 90px;
        font-size: 20px;
    }
    #secP {
        margin-top: unset;
        font-size: 14px;
    }
}

@media screen and (max-width:370px) {
    .landingText {
        font-size: 19px;
        line-height: unset;
    }
    #secP {
        font-size: 13px;
    }
    #fontCall {
        font-size: 15px;
    }
    .quemSomos img {
        width: 250px;
        height: 150px;
    }
    .num {
        font-size: 27px;
    }
    .col-numb {
        font-size: 12px;
    }
}

@media screen and (max-width:316px) {
    #secP {
        font-size: 12px;
    }
    #fontCall {
        font-size: 13px;
    }
    .map {
        width: 200px;
        height: 200px;
    }
    .quemSomos img {
        width: 220px;
        height: 125px;
    }
    .tituloSof {
        font-size: 26px;
    }
    .quemSomos h1 {
        font-size: 26px;
    }
    .contatos h2 {
        padding-bottom: 15px;
        font-size: 26px;
    }
    .info img {
        margin-left: -23px;
    }
    .buttons{
        height: 70px;
    }
}

/* end medias querys */