
*{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    
}
a{
    text-decoration: none;
}
 
/* _ESTATICO_Barra de Navegación */

#mm_nav_navegacion{
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 800; 
    -webkit-animation: fundido 1.9s ease-in;
    animation: fundido 1.9s ease-in;
}

@-webkit-keyframes fundido {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fundido {
    from {opacity: 0;}
    to {opacity: 1;}
}


.mm_nav_centrado{
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-animation-name: fundido;
            animation-name: fundido;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    overflow: hidden;
}

/* dropdown */
.dropbtn {
    background-color: white;
    color: #42464D;
    padding: 10px;
    font-size: 10px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown {
    border: 1px solid #2E3192;
    margin-left: 20px;
    position: absolute;
    top: 100px;
    left: 10px;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: #42464D;
    padding: 9px 12px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {background-color: #f1f1f1}

    .dropdown:hover .dropdown-content {
    display: block;
    }

    .dropdown:hover .dropbtn {
    background-color: #2E3192;
    color: white;
    }


    .mm_nav_centrado a{
       height: 100%;
       display: flex;
       justify-content: flex-end;
       align-items: flex-end;
   }
   #btn_ontime{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    }
   #btn_ontime_cuerpo{
       height: 100%;
       width: 180px;
       background-color: #2E3192;
       display: flex;
       justify-content: center;
       align-items: center;
       transition: all 0.3;
       border: 5px solid white; 

   }

   #btn_ontime_cuerpo:hover{
    border: 8px solid white; 
    }

   #btn_ontime_cuerpo img{
        width: 60%;
    }

/* _ESTATICO_Footer */

footer{
    height: 300px;
    background-color: #2E3192;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    

    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}

#mm_footer{
    width: 100%;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#mm_footer_cuerpo{
    width: 100%;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#mm_footer_right{
    width: 100%;
    height: 10%;
    color: white;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#_cuerpo_encabezado{
    width: 100%;
    height: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
}
#_cuerpo_contacto{
    width: 100%;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#_cuerpo_contacto div{
    width: 100%;
    height: 80%; 
    color: white;   
    display: -webkit-box;   
    display: -ms-flexbox;   
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
._contacto_logo{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
    border-right: white 2px solid;
    font-size: 28px;
    -webkit-animation: colorBorder -1s linear 1s infinite alternate;
    animation: colorBorder -1s linear 2s infinite alternate;
}
@-webkit-keyframes colorBorder {
    from {border-right: white 1px solid;  }
    to {border-right: #FF862C 1px solid; }
} 
@keyframes colorBorder {
    from {border-right: white 1px solid;  }
    to {border-right: #FF862C 1px solid; }
}


._contacto_txt{
    width: 200%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left:12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: start;
    font-size: 15px;
}
._contacto_txt a{
    color: white;
}
@media (max-width: 1138px) {
    #mm_footer{
        width: 100%;
    }
    #mm_footer_cuerpo{
        width: 95%;
    }
    #_cuerpo_contacto{
        width: 90%;
    }
}
@media (max-width: 940px) {
/* _estatico_footer */
    ._contacto_txt{
        font-size: 12px;
    }
}


@media (max-width: 780px) {

 /* _ESTATICO_Navegador y menú */
   
    #mm_nav_menu_body{
        height: 290px;  
    }
 /* _ESTATICO_Footer */
 
    ._contacto_txt{
        font-size: 12px;
    }
    
}
@media (max-width: 680px) {
    ._contacto_txt{
        font-size: 10px;
    }
}

@media (max-width: 540px) {
    #mm_nav_navegacion{
        height: 80px;
    }
    .mm_nav_contactoEncabezadoI{
        font-size: 30px;
    }
 /* _ESTATICO_Footer */
    #mm_footer_cuerpo{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #_cuerpo_encabezado{
        width: 100%;
        height: 30%;
        font-size: 20px;
    }
    #_cuerpo_contacto{
        width: 100%;
        height: 70%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    ._contacto_txt{
        font-size: 14px;
    }
    #aviso_contacto{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: start;
        font-size: 10px;
        padding: 10px;
        
    }
    
}
@media (max-width: 400px) {
    .mm_nav_logNav{
        width: 120px;
    }
 /* _ESTATICO_Footer */
    #_cuerpo_encabezado{
        font-size: 16px;
    }
    #mm_footer_right{
        font-size: 8px;
    } 
    ._contacto_txt{
        font-size: 11px;
    }
}

@media (min-width: 1250px) {
    /* _ESTATICO_nav */
    #_cuerpo_contacto{
        width: 60%;
       
    }
         
}