@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
    box-sizing: border-box;
}

html, body{
    margin: 0;
    padding: 0;
    font-family: "Spectral", sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Source Serif 4", serif;
  font-weight: 300;
  font-style: normal;
}

/* theme styles */

.container{
    width: 100%;
    max-width: 1300px;
    display: block;
    margin: auto;
}

.bg-blue{
    background-color:#d8ecf3;
}

.bg-beige{
    background-color:#efe9e4;
}

.bg-brown{
    background-color:#d49b72;
}

.text-brown-orange{
    color:#d49b72;
}

.text-gray{
    color:#868686;
}

.text-dark-blue{
    color:#0d3c5e;
}

.text-white{
    color:#fff;
}
/* END theme styles */


.header-top{
    display: flex; 
    justify-content: center;
    flex-wrap: wrap;
}


.header-top .infobar{
    text-align: center;
    color:#0d3c5e;
    font-weight: bold;
    font-size:1.5em;
    margin-top:1em;
}
.header-top .infobar a{
    text-decoration: none;
    color:inherit;
}

.header-top .logo{
    width:100%;
    max-width: 250px;
}

.header-bottom{
    display: flex;
    flex-wrap:wrap;
    padding: 0 1em;
}

.header-bottom h1{
    font-size: 4em;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 70px;
    margin-top: 0.25em;
}
.header-bottom h3{
    margin-top: 0;
    text-align:right;
}

.header-bottom h2{
    margin-top: 1em;
    font-size:2em;
    font-weight: 300;
}

.header-bottom .content-left, .header-bottom .content-right{
    width: 100%;
}

.header-bottom .content-right img{
    display: none;
}

.contact-btn{
    display: block;
    width: 100%;
    max-width: 390px;
    float: right;
    text-align: center;
    text-decoration: none;
    font-size: 2em;
    color: #fff;
    background-color: #d49b72;
    border-radius: 25px;
    padding: 0.25em;
    margin: 0.25em 0;
}

.hide-mobile{
    display: none;
}

@media(min-width:990px){
    .header-top{
        justify-content: space-between;
    }    
    .header-bottom{
        padding: 0;
    }
    .header-bottom h1{
        font-size: 9em;
        margin-bottom: 0;
        font-weight: 300;
        letter-spacing: 10px;
        line-height: 120px;

    }    
    
    .header-bottom .content-left, .header-bottom .content-right{
        width: 50%;
    }    
    .header-bottom .content-right img{
        display: block;
    }    
    .header-bottom .content-right img{
        float: right;
        margin-top: -140px;
        width: 100%;
        max-width: 390px;
    }
    
    .header-top .infobar{
        margin-top: 0;
        text-align: right;
    }  
    
    .hide-mobile{
        display: initial;
    }    

}

.section{
    padding: 2em 0;
}

.consult{
    text-align:center;
}

.consult h3{
    margin: 0;
}

.consult-btn{
    display: block;
    width: 100%;
    max-width: 450px;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    color: #fff;
    background-color: #868686;
    border-radius: 25px;
    padding: 0.25em;
    margin: auto;
}

.consult h3{
    font-size: 4em;
    font-weight:300;
}



.consult p{
    font-size:2em;
    font-weight:bold;
}

@media(min-width:990px){
    .consult h3{
        font-size: 6em;
    }
}

.about .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.about{
    padding: 0 1em;
}

.about .left img {
    width: 100%;
}



.about p{
    font-size: 1.5em;
    margin-top: 0;
}

.about h2{
    font-size:5em;
    margin: 0;
    font-weight: 300;
    margin-top: 0.35em;
}

.focus h2, .focus h3{
    font-size:4em;
    margin-top: 0;
    margin-bottom:1em;
    font-weight: 300;
    text-align:center;
}
.focus h3{
    margin-top: 0.5em;
}

.focus .photos-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 1000px;
    margin: auto;    
}
.focus .photos-container h4{
    margin-top: 0;
    color:#0d3c5e;
    font-size:1.25em;
    font-weight:300;
}

.focus .photos-container .col{
    width: 31%;
    text-align:center;
}

.focus ul{
    display: inline-block;
    width: 49%;
    font-size: 1.5em;
    position:relative;
    top: 0;
    vertical-align:top;
}

.focus .photos-container .col img{
    border-radius:15px;
    display: inline-block;
    width:100%;
}

.flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 1.5em;
    color:#0d3c5e;
}

.flex-container h2{
    font-size:2.5em;
    font-weight:300;
    margin: 0;
    line-height: 80px;
}

.flex-container img{
    width: 100%;
}

.section .left, .section .right{
    width: 100%;
}





.fees li{
    margin-top:1.5em;
}



.bottom-contact-btn{
    display: block;
    width: 100%;
    max-width: 540px;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    color: #0d3c5e;
    background-color: #d8ecf3;
    border-radius: 25px;
    padding: 0.5em;
    margin: auto; 
    margin-top: 1em;
    margin-bottom:1em;
}

.contact .flex-container{
    justify-content:space-between;
}

.contact-row{margin:0.5em;}

.contact-row a{ text-decoration: none; color:rgb(13, 60, 94);display:block;}

.contact hr{
    height:2px;
}

.pt-icon{
    width: 100%;
    max-width: 25px;
    position: relative;
    top: 5px;    
}

.expectations, .accessible, .fees{
    padding: 1em;
}

.expectations .left{
    order: 2;
}

.expectations .right{
    order: 1;
}

.contact{
    padding: 0 1em;
}

.contact img{
    display: none;
}


@media(min-width:990px){
    .phone-contact{
        margin-left: 0.5em;
    }    
    
    .contact-row a{ display:inline;margin-left:1em;}
    
    .bottom-contact-btn{
        margin: auto; 
        margin-top: 4.5em;
    }    
    
    .contact img{
        display: block;
    }    
    
    .flex-container h2{
        font-size:3.5em;
    }
        
    .expectations .left{
        order: 1;
    }
    
    .expectations .right{
        order: 2;
    }    
    
    .expectations, .accessible, .fees, .contact{
        padding: 0;
    }
    
    
    .about{
        padding: 0;
    }    
    
    .about .left{
        width: 40%;
    }
    
    .about .left img {
        padding: 0;
        padding-right: 1.6em;
    }    
    
    .about .right{
        width: 60%;
    }    
    
    .expectations .left{
        width: 60%;
    
    }
    
    .expectations .right{
        width: 40%;
        padding-left:1em;
    }
    
    .accessible .left{
        width: 45%;
        padding-right:1em;
    }
    
    .accessible .right{
        width: 55%;
    }    
    
    .fees .left{
        width: 60%;
    }
    
    .fees .right{
        width: 40%;
    }    
    
    
    .contact .left{
        width: 40%;
    }
    
    .contact .right{
        width: 40%;
    }    
}
