/*===============Propiedades Globales================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-image: url(../img/fondo1.jpg);
    background-size: 100%;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
}

#nav-secundario .nav-item{
    max-height: 63px;
    background: rgba(97,124,1,1);
    background: -moz-linear-gradient(top, rgb(7, 55, 104) 0%, rgb(7, 55, 104) 52%, rgba(15,72,131,1) 53%, rgba(15,72,131,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7, 55, 104,1)), color-stop(52%, rgba(7, 55, 104,1)), color-stop(53%, rgba(15,72,131,1)), color-stop(100%, rgba(15,72,131,1)));
    background: -webkit-linear-gradient(top, rgba(7, 55, 104,1) 0%, rgba(7, 55, 104,1) 52%, rgba(15,72,131,1) 53%, rgba(15,72,131,1) 100%);
    background: -o-linear-gradient(top, rgb(7, 55, 104) 0%, rgba(7, 55, 104,1) 52%, rgba(15,72,131,1) 53%, rgba(15,72,131,1) 100%);
    background: -ms-linear-gradient(top, rgba(7, 55, 104,1) 0%, rgba(7, 55, 104,1) 52%, rgba(15,72,131,1) 53%, rgba(15,72,131,1) 100%);
    background: linear-gradient(to bottom, rgba(7, 55, 104,1) 0%, rgba(7, 55, 104,1) 52%, rgba(15,72,131,1) 53%, rgba(15,72,131,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#617c01', endColorstr='#5e7500', GradientType=0 );
    margin-bottom: 2px;
    margin-top: 10px;
    border-radius: 5px;
}
#nav-secundario .nav-item a{
    color: #fff;
}

/*===================MENU==========================*/

 #menu a, button{
     font-size: 16px !important;
     font-weight: 600;
    
 }
 


/*===================SLIDER DE IMAGENES==========================*/

.carousel-inner {
    max-height:39rem !important;
}

/*===================SECCION NUESTRO EQUIPO IMAGEN==========================*/

.video{
    max-height: 30rem !important;
 }

#img-equipo{
    max-height:30rem !important;
    width:50%;
}

/*===================SECCION BOTONES LATERAL==========================*/

#btn-mpv{
    background-image: url(../img/mesa-virtual-250x124px.png);
    background-size: 100%;
    width: 100%;
    display: block;
    height: 136px;
    background-repeat: no-repeat;
    margin: 10px 0;
}
#nav-secundario a.btn1 .LogoBtn{
    background: url(../img/pqr1.png) no-repeat;

}
#nav-secundario a.btn2 .LogoBtn{
    background: url(../img/sedes1.png) no-repeat;

}
#nav-secundario a.btn3 .LogoBtn{
    background: url(../img/usuarios-y-pacientes1.png) no-repeat;

}
#nav-secundario a.btn4 .LogoBtn{
    background: url(../img/informes1.png) no-repeat;

}
#nav-secundario .LogoBtn{

    height: 49px;
    width: 49px;
    float: left;
    position: relative;
    display: inline-block;
}
#nav-secundario .TituloDes {
    color: #ffffff;
    display: inline-block;
    position: relative;
    width: 77.7%;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*===================SECCION NUESTRO EQUIPO MAPA==========================*/
#local {
    margin-top:50px;
    background-color: #f3f3f3;
    display:flex;
    justify-content: center; 
    padding-bottom: 300px; 
}

.mapa {
    background: url(../img/mapa.png);
    width:100%;
    height:500px;
}


.wrapper-local {
    width:50%;
    margin-left:100px;
    padding-top:150px;
}


/*===========================SECCION EQUIPO MIAMI==================================*/
#numeros-local{
    margin:0 !important;
    padding:0 !important;
}
#numeros-local div {
    padding: 0 20px 0 0;   
    text-align:left;
    height:48px;
}

#numeros-local div:not(:last-child) {
    border-right: 2px solid #3f3f3f;
  }
#numeros-local div:not(:first-child) {
    padding-left:20px;
  }

#numeros-local p{
    margin:0;
}

/*=========================CONTACTOS BACKGROUND================================*/

#bg-contactos{
    position:relative;
    top: -130px;
} 

 #seccion-contacto{
    background-color: #1b2a4e;
    min-height:500px;
    position:relative;
}

/*=========================CONTACTOS FORMULARIO================================*/

#contenedor-formulario{
    position:absolute;
    top:30%;
    left:50%;
    transform: translate(-50%, -50%);
    background: #fbfafa;
    border-radius:5px;
    
}

#titulo-formulario {
    color: #3f3f3f;
}




/*=========================FOOTER================================*/

footer {
    background: #1b2a4e;
    min-height: 100px;;
}
footer p{
    color:#f3f3f3;
    text-align:center;
}
#iconos  i {
    font-size: 26px;
    padding: 0 8px;
    color:#f3f3f3;
}
#menu-footer{
    margin: 0;
    list-style: none;
    padding: 0
}
footer h3{
    border-bottom: 1px solid #0089ff;
}
#menu-footer li a{
    padding: 4px;
    text-decoration: none;
    /*color: #fff;*/
    border-bottom: 1px solid #a3a3a3;
    display: block;
    text-align: center;
}
#menu-footer li a:hover{
    background: #616161;
}


/*=========================MEDIA QUERIES PANTALLA ANCHA================================*/

@media (max-width:1200px){
    #intro, #equipo {
        width:90% !important;
        margin:auto;
    }
  
    #local {
        flex-wrap: wrap;
        padding-top:30px;
   }
   .wrapper-local {
    width:90%;
    margin:auto;
    padding-top:50px;    
   }
 
}
/*=========================MEDIA QUERIES PANTALLA SM================================*/


@media (max-width:768px) {
    body{
        background-image: none;
    }
    #intro, #equipo{
        width:90% !important;
        margin:auto;
    }

    
    #img-equipo{
        max-height:20rem !important;
        width:90%;
    }
    .wrapper-local {
        width:90%;
        margin:auto;
        padding-top:50px;    
    }
    #local {
        flex-wrap: wrap;
    }
    .mapa img {
        width:100%;
        height:auto;
    }
    #bg-contactos{
        top: -120px;
    }


}
/*=========================MEDIA QUERIES PANTALLA EXTRA-SM================================*/

@media (max-width: 576px) {
    body{
        background-image: none;
    }
    #servicios-fila-2 {
        width:100% !important;
    }
    #servicios-fila-1 {
        width:100% !important;
    }


    .icono-wrap{
        flex-wrap:wrap !important;
        justify-content: center !important;
        text-align: center;
    }
}