@font-face {
    font-family: "MyriadPro";
    src: url("MyriadPro-Regular.eot");
    src: url("MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
        url("MyriadPro-Regular.woff") format("woff"),
        url("MyriadPro-Regular.ttf") format("truetype"),
        url("MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url("MyriadPro-Bold.eot");
    src: url("MyriadPro-Bold.eot?#iefix") format("embedded-opentype"),
        url("MyriadPro-Bold.woff") format("woff"),
        url("MyriadPro-Bold.ttf") format("truetype"),
        url("MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: MyriadPro, sans-serif;
    font-size: 17px;
    overflow-x: hidden;
}

header .chamada {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.41em;
    text-transform: uppercase;
    color: #687681;
}

header .telefone a{
    font-weight: 700;
    font-size: 18px;
    color: #93D43F;
}

section.conteudo.banner{
    background-image: url(../images/banner.gif);
    background-size: cover;
    background-position: center center;
}

section.conteudo.banner h1{
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    font-weight: normal;
}

section.conteudo.banner p{
    font-weight: 400;
    font-size: 38px;
    color: #000000;
}

.bg-verde{
    background-color: #93D43F;
}

section.conteudo.atendimento{
    color: #ffffff;
}

section.conteudo.atendimento h2{
    font-weight: 700;
    font-size: 63px;
}

section.conteudo.atendimento p, section.conteudo.gold p{
    font-size: 32px;
}

section.conteudo.gold h2{
    font-weight: 700;
    font-size: 48px;
}

section.conteudo.dificuldade h2, section.conteudo.escolher h2, section.conteudo.facil h2, section.conteudo.paixao h2{
    font-weight: 700;
    font-size: 63px;
}

section.conteudo.dificuldade p{
    font-size: 32px;
}

section.conteudo.facil p, section.conteudo.paradise p{
    font-size: 29px;
}

section.conteudo.escolher p, section.conteudo.paixao p{
    font-size: 24px;
}

section.conteudo.paradise h2{
    font-weight: 700;
    font-size: 48px;
}

.form-header{
    background: #FFFFFF;
    box-shadow: 4px 4px 25px rgba(194, 186, 186, 0.25);
    border-radius: 15px;
}
.link-form:hover {
    text-decoration: none;
}
.btn-agende{
    background: #f88e1e;
    border-radius: 5px;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.btn-agende:focus, .btn-agende:hover{
    background: #ff8400;
    color: #FFFFFF;
}

@media (min-width: 992px){
    .btn-agende.branco-desktop{
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        font-weight: 700;
        font-size: 29px;
        color: #93D43F;
    }
    
    .btn-agende.branco-desktop:focus, .btn-agende.branco-desktop:hover{
        background: #93D43F;
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        font-weight: 700;
        font-size: 29px;
        color: #FFFFFF;
    }
}

section.conteudo.paixao .btn-agende{
    font-size: 24px;
}

section.conteudo.audicao h2{
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
    color: #231A36;
}


.texto-verde{
    color: #93D43F;
}

section.conteudo.audicao .comece h3{
    font-weight: 700;
    font-size: 80px;
    color: #222223
}

section.conteudo.audicao .comece p{
    font-weight: 400;
    font-size: 27px;
    color: #6D6E71;
}

labe.error{
    color: #ff0000;
}

#modalenviado{
    font-size: 40px;
    text-align: center;
}

footer{
    font-size: 27px;
}

.icone-redes{
    background-color: #ffffff;
    color: #93D43F;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 50%;
}

.bola-verde{
    padding: 35px;
    border-radius: 50%;
    background-color: #93D43F;
    text-align: right;
}

.border-radius{
    border-radius: 25px;
}

@media (max-width: 991px){
    section.conteudo.banner{
        background: #93D43F;
    }

    section.conteudo.banner-mobile{
        background-image: url(../images/banner.gif);
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
        min-height: 390px;
    }

    section.conteudo.banner {
        background-position: center;
    }

    section.conteudo.banner h1 {
        font-size: 30px;
        color: #ffffff;
    }

    section.conteudo.banner p {
        font-size: 18px;
    }

    .btn-agende{
        font-size: 20px;
    }
    
    section.conteudo.paixao .btn-agende{
        font-size: 20px;
    }

    section.conteudo.gold h2 {
        font-size: 25px;
    }

    section.conteudo.atendimento p, section.conteudo.gold p {
        font-size: 18px;
    }

    section.conteudo.dificuldade h2, section.conteudo.escolher h2, section.conteudo.facil h2, section.conteudo.paixao h2, section.conteudo.atendimento h2 {
        font-weight: 700;
        font-size: 25px;
    }

    section.conteudo.dificuldade p, section.conteudo.escolher p, section.conteudo.facil p, section.conteudo.paradise p {
        font-size: 18px;
    }

    .texto-verde-mobile{
        color: #93D43F;
    }

    footer{
        font-size: 22px;
    }

    .bg-white-mobile{
        background-color: #ffffff;
    }

    .texto-preto-mobile{
        color: #000000;
    }
}
header a.telefone {
    font-weight: 700;
    font-size: 20px;
    color: #93d43f;
}
.bg-obrigado {
    background-image: url(../images/bg-obrigado.png);
    background-position: center;
    background-size: cover;
}

section.conteudo.bg-obrigado h2 {
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.conteudo.bg-obrigado h3 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

section.conteudo.bg-obrigado p {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

section.conteudo.bg-obrigado a{
    text-decoration: none;
}
.bg-verde {
    background-color: #93d43f;
}
footer {
    font-size: 27px;
}
@media (max-width: 991px) {
    s.bg-obrigado {
        background-image: url(../images/bg-obrigado-mobile.png);
        background-position: center;
        background-size: cover;
        height: 100vh;
    }

    section.conteudo.bg-obrigado h2 {
        font-size: 49px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    section.conteudo.bg-obrigado h3 {
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    section.conteudo.bg-obrigado p {
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
}	
