.montserrat-anibal {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



html,body{
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    background :white;
    text-align: center;
    font-family: Montserrat;
    color: white;
    overflow: scroll;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
}


.video-fullscreen {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



/* MOBILE DEVICES */
@media (min-width:320px) and (max-width: 480px){
    .section-title{
        font-weight: 800;
        font-size: 10px;
    }
    
    .section-subtitle{
        font-weight: 200;
        font-size: 30px;
    }

    .menu-mobile{
        display: flex !important;
    }

    .menu{
        display: none !important;
    }


    .citas{
        right: 10px;
        top: 0px;
        height: 5cqi;
        width: 150px;
        padding: 0px;
        margin-right: 20px;
        background: #EDF0E3;
        color: #122A2D;
        border: none;
        border-radius: 20px;
    }
  
}
/* IPADS */
@media (min-width:481px) and (max-width: 768px){
}
/* LAPTOPS */
@media (min-width:481px) and (max-width: 1024px){
}
/* COMPUTERS */
@media (min-width:1025px) and (max-width: 1400px){
}

.menu-mobile{
    display: none;
    background: black;
    z-index: 10;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 70px;
    background: #225056;
    justify-content:center;
    align-items:center;
 }

.menu-mobile-submenu{
    position: absolute;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #EDF0E3;
    left: 0px;
    top: 70px;
    padding: 20px;
    display: none;
}

.menu-mobile-submenu a{ 
    color: #225056 !important;
    font-size: 20px;
    font-weight: 300;
}

.sub-menu-separator{
    height: 1px;
    width: 100%;
    background:#225056;
    margin-top: 5px;
    margin-bottom: 5px;
}


.menu{
    display: flex;
    background: black;
    z-index: 10;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 70px;
    background: #225056;
    justify-content:center;
    align-items:center;
}


nav {
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 3px;
}

.main-logo{
    position: absolute;
    left: 10px;
    top: 0px;
    height: 50px;
    padding: 0px;
    margin: 10px;
}

.menu-separator{
    height: 25px;
    width: 1px;
    background: #EDF0E3;
    margin-left: 5px;
    margin-right: 5px;
}

.flex-spacer {
    flex-grow: 1;
}

.citas{
    right: 10px;
    top: 0px;
    height: 30px;
    width: 150px;
    padding: 0px;
    margin-right: 20px;
    background: #EDF0E3;
    color: #122A2D;
    border: none;
    border-radius: 20px;
}


section{
    position: relative;
    width: 100%;
    height: 100vh;
}

.section-white{
    background: white;
    color: #225056;
}

.section-alt{
    background: #225056;
    color: #EDF0E3;
}

.section-info{
    position: absolute;
    bottom: 20%;
    left: 10%;
    right: 10%;
    text-align: left;
}

.section-title{
    font-weight: 600;
    font-size: 30px;
}

.section-subtitle{
    font-weight: 200;
    font-size: 30px;
}

.section-button{ 
    right: 10px;
    top: 0px;
    height: 50px;
    width: 150px;
    padding: 0px;
    margin-right: 20px;
    color: #EDF0E3;
    background: #122A2D;
    border: none;
    border-radius: 25px;
    margin-top: 2vh;
}