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

html, body{
	margin: 0 auto;
	padding: 0;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

p, a {
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.flex{
    display: flex;
}

.t-gold{
    color: #dba101;
    font-size: 25px;
}
.t-black{
    color: #333;
    font-size: 23px;
}


/** HEADER **/
header{
    position: fixed;
    width: 100%
}

.nav_phone{
    background-color: black;
}
.nav_phone p{
    color: white;
    text-align: right;
    padding: 15px;
}
.nav_phone img{
    width: 25px;
    margin-left: 5px;
}
.nav_phone a{
    color: white;
    text-decoration: none;
}

.nav_box{
    background-color: rgba(0,0,0,0.6);
}

.nav1{
    justify-content: space-between;
    align-items: center;
    width: 97%;
    margin: 0 auto;
}
.logo img{
    height: 50px;
    padding: 15px;
}
.nav_contacto{
    background-color: #9f7d12;
    width: 200px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav_contacto a{
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.nav2{
    width: 97%;
    justify-content: center;
}
.nav_menu{
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 20px;
}
.nav_menu a{
    margin-right: 85px;
    margin-left: 85px;
    color: white;
    text-decoration: none;
}


/** SLIDER **/
.slider-old{
    width:100%;
    height:800px;
}

.top_white{
    height: 190px;
    widows: 100%;
}


/** BANNER BLACK **/
.banner_black{
    background-image: url(../img/banner_black.jpg);
    background-size: cover;
}

.group-list{
    width: 50%;
    margin: 0 auto;
    font-size: 22px;
    padding: 20px 0;
    justify-content: space-between;
}

.box-list{
    width: 300px;
    padding: 15px 0;
}

.box1{
    padding-left: 80px;
}
.box1 a{
    padding: 10px 0;
    color: white;
    text-decoration: none;
}
.box-gold{
    width: 65px;
    height: 13px;
    background-color: #9f7d12;
    margin-top: 5px;
    margin-bottom: 15px;
}


/** CIRUGIAS **/
.cirugias{
    width: 95%;
    margin:  0 auto;
    padding-top: 50px;
}

.info-box{
    justify-content: space-between;
}

.img-box{
    width: 600px;}
.img-box2{
    width: 600px;}
.img-box img, .img-box2 img{
    width: 100%;
}


.oculto{
    display: none;
}

.info-icon{
    width: 800px;
}

.img-icon{
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.iconp{
    margin-left: 10px;
    color: #dba101;
    font-size: 20px;
}
.img-icon img{
    width: 85px;
    height: 85px;
}

.icon-box{
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}
.txt-box{
    width: 75%;
}

/** **/

.info-icon2{
    width: 100%;
    justify-content: space-between;
}
.icon-box2{
    justify-content: center;
    flex-direction: column;
    width: 30%;
    padding: 15px 0 ;
}
.txt-box2{
    width: 100%;
}


/** OK **/

.lista-ok{
    width: 95%;
    margin:  0 auto;
    flex-direction: column;
}

.box-ok{
    align-items: center;
    padding: 10px 0;
}
.box-ok img{
    width: 65px;
    height: 65px;
    margin-right: 20px;
}



/** CONTACTO **/
.fondo_contacto{
    background-image: url(../img/fondo_dr.jpg);
    background-size: cover;
    height: 850px;
}

.tope{
    height: 200px;
}
.tope2{
    height: 50px;
}

.container_contacto{
    width: 300px;
    margin-left: 200px;
    color: white;
    font-size: 25px;
}
.container_contacto p{
    margin-top: 45px;}

.contacto-cita{
    background-color: #9f7d12;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.contacto-cita a{
    color: white;
    text-decoration: none;}

.mision{
    margin-left: 150px;
    width: 500px;
    color: white;
    font-size: 18px;
}

.mision p{
    padding-bottom: 50px;
}
.mision a{
    color: white;
}


/** CONTACTO INFO **/

.box-contacto{
    background-color: #ededed;
    border: #cc9f11 solid 3px;
    justify-content: center;
    margin-top: 25px;
}
.box-info{
    width: 300px;
    padding: 50px;
    margin: 50px;
}
.box-phone1{
    margin-top: 10px;
    font-size: 21px;
}

.filosofia{
    background-image: url(../img/fondo-filtro.jpg);
    background-size: cover;
}
.b-filosofia{
    width: 70%;
    margin: 0 auto;
    color: white;
    padding: 70px 0;
}
.b-filosofia p{
    padding: 5px 0;
}

.insta{
    background-color: #ededed;
    align-items: center;
    justify-content: center;
    border-bottom: #333 solid 1px;
}
.insta img{
    width: 30px;
    height: 30px;
    padding: 10px 5px;
}

.cards{
    background-color: #ededed;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: #333 solid 1px;
}
.cards img{
    height: 40px;
    padding: 10px 5px;
}
.cards p{
    padding-top: 10px;
}


/** MAPS **/

.maps{
    justify-content: space-around;
}
.box-map{
    padding: 30px 0;
}
.box-map p{
    padding-bottom: 20px;
    text-align: center;
    font-size: 21px;
    color: #dba101;
}
.box-map img{
    width: 400px;
}


/** FOOTER **/

footer{
    background-color: black;}

.telefonos{
    width: 80%;
    margin:  0 auto;
    justify-content: space-between;
}

.box-phone{
    padding: 30px 20px;
    margin-top: 30px;
    text-align: center;
    font-size: 21px;
}
.box-phone p{
    color: #dba101;}
.box-phone a{
    color: white;
    text-decoration: none;}

.footer-fn{
    color: #ead6a3;
    text-align: center;
    padding: 10px 0;
}
.footer-fn a{
    color: #9f7d12;
    text-decoration: none}


.whatsapp{
    position: fixed;
    right: 0;
    bottom: -5px;
}
.whatsapp img{
    width: 80px;
}


/** MENU RESPONSIVE **/

.topnav {
  overflow: hidden;
  background-color: #333;
    width: 600px;
    margin: 0 auto;
    display: none;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #9f7d12;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
    .topnav {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/** **/

.topnav2 {
  overflow: hidden;
  background-color: #333;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.topnav2 a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
    width: 170px;
  border-width: 2px;
  border-left-style: solid;
  border-left-color: #9f7d12;
}

.topnav2 a:hover {
  background-color: #ddd;
  color: black;
}

.topnav2 a.active {
  background-color: #9f7d12;
  color: white;
}

.topnav2 .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav2 a:not(:first-child) {display: none;}
  .topnav2 a.icon {
    float: right;
    display: block;
  }
    .topnav2 {
        width: 100%;
        display: none;
    }
}

@media screen and (max-width: 600px) {
  .topnav2.responsive {position: relative;}
  .topnav2.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav2.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
