@charset "utf-8";
/* CSS Document */


/** MENU RESPONSIVE **/

/** header nav {
	width:90%;
	max-width:1000px;
	margin:20px auto;
	background:#024959;
}
 
.menu_bar {
	display:none;
}
 
header nav ul {
	overflow:hidden;
	list-style:none;
}
 
header nav ul li {
	float:left;
}
 
header nav ul li a {
	color:#fff;
	padding:20px;
	display:block;
	text-decoration:none;
}
 
header nav ul li span {
	margin-right:10px;
}
 
header nav ul li a:hover {
	background:#037E8C;
}
 
section {
	padding:20px;
}
 
@media screen and (max-width:800px ) {
	header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
	}
 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
 
	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background:#024959;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
		font-size:40px;
	}
} **/

@media screen and (max-width:1024px ) {
    
    .banner_black{
    background-image: url(../img/banner_black2.jpg);
}
}


@media screen and (max-width:800px ) {
    
    
p, a {
    font-size: 15px;
}
    

.nav1{
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.logo img{
    height: 40px;
    padding: 15px 15px 5px 15px;
}

.nav_contacto{
    width: 130px;
}
.nav_contacto a{
    font-size: 15px;
}

.nav_menu{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}
.nav_menu a{
    margin-right: 35px;
    margin-left: 35px;
}
    

/** SLIDER **/
.slider-old{
    width:100%;
    height:550px;
}
    
/** BANNER BLACK **/
    
.banner_black{
    padding: 5px 0 15px 0;
}
    
.group-list{
    width: 80%;
    font-size: 18px;
    padding: 0 0;
    flex-wrap: wrap;
    justify-content: center;
}
.box-list{
    padding: 0 0;
}
.box-gold{
    width: 70px;
    margin-bottom: 10px;
}
    
/** CIRUGIAS **/
.info-box{
    flex-wrap: wrap;
}


.img-box{
    margin: 0 auto;
    display: none;}
.img-box img{
    width: 100%;
}
.img-box2{
    margin: 0 auto;}
.img-box2 img{
    width: 100%;
}

    .oculto{
    display: block;
}
    
.icon-box{
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    flex-wrap: wrap;
}
    
    .info-icon{
        text-align: center;
        padding-top: 10px;
    }
    
    .txt-box{
    width: 100%;}
    
    .img-icon img{
    width: 45px;
    height: 45px;}
    
.img-icon{
    padding-bottom: 0;
}
    
    
/** **/

.info-icon2{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
    .icon-box2{
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 15px 0 ;
}
.txt-box2{
    width: 100%;
    text-align: center;
}
    
    
/** OK **/

.lista-ok{
    width: 90%;
}

.box-ok{
    align-items: center;
    padding: 20px 0;
}
.box-ok img{
    width: 50px;
    height: 50px;
}
    
    
/** CONTACTO **/
.fondo_contacto{
    background-image: url(../img/fondo_dr_m.jpg);
    height: 370px;
}
.tope{
    height: 20px;
}
.tope2{
    height: 20px;
}

.container_contacto{
    width: 150px;
    margin-left: 30px;
    font-size: 20px;
}
.container_contacto p{
    margin-top: 40px;}

.contacto-cita{
    padding-top: 15px;
    padding-bottom: 15px;
}  
.mision{
    margin-left: 30px;
    width: 75%;
    color: white;
}
.mision p{
    padding-bottom: 20px;
    font-size: 14px;
}
    
/** CONTACTO INFO **/
    
    .box-contacto{
    border: #cc9f11 solid 3px;
    justify-content: center;
    flex-wrap: wrap;
}
.box-info{
    width: 80%;
    padding: 20px;
    margin: 0px;
}
.box-phone1{
    margin-top: 5px;
    font-size: 18px;
}
    
    
.filosofia{
    background-image: url(../img/fondo-filtro2.jpg);
    background-size: cover;
}
    
    
/** MAPS **/

.maps{
    justify-content: center;
    flex-wrap: wrap;
}
.box-map{
    padding: 15px 0;
}
.box-map p{
    padding-bottom: 20px;
    text-align: center;
    font-size: 19px;
    color: #dba101;
}
.box-map img{
    width: 80%;
}
iframe{
    width: 100%;
    height: 250px;
}
    
    
/** FOOTER **/
.telefonos{
    justify-content: center;
    flex-direction: column;
}

.box-phone{
    padding: 5px 10px;
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
}
.vacio{
    display: none;}

.footer-fn{
    padding: 20px 0;
}
  
.whatsapp img{
    width: 50px;
}
    
}

@media screen and (max-width:400px ) {
    
    .slider-old{
    height:400px;
}
    
}

