@CHARSET "ISO-8859-1";

.logo{
	width: 70%;
	margin-left: 12%;
}

#header{
	margin-top: 0%;
}

.linkMenu{
	font-size: 1.2vw;
	margin-left: 4%;
	cursor: pointer;
	color: #697194;
}

.linkMenu:HOVER{
	font-size: 1.2vw;
	margin-left: 4%;
	cursor: pointer;
	color: #9aa0b8;
}

#divMenu , #divTlf{
	padding-top: 4%;
}

.tlfHeader{
	color: #00619e;
	font-size: 1.2vw;
}

#menuFooter{
	background-color: #00b3cc;
	height: 80px;
	text-align: center;
	padding-top: 25px;
}

.linkFooter{
	font-size: 1.3vw;
	color: white;
	margin-left: 40px;
}

#footerUbicacion{
	height: 200px;
	background-color: #0d1321;
}

#footerContacto{
	height: 200px;
	background-color: #0d214f;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.titleFooter{
	font-size: 2vw;
	color: white;
	margin-top: 5%;
}

.textFooter{
	color: white;
	margin-left: 20%;
	margin-top: 3%;
	font-size: 1.3vw;
}

#divBienvenida{
	text-align: center;
	width: 50%;
	margin-left: 25%;
	padding-top: 2%;
}

.titleBienvenida{
	color: #697194;
	font-size: 3vw;
	font-weight: lighter;
}

.textBienvenida{
	color: #697194;
	font-size: 1.2vw;
}

#divInfo1{
	margin-top: 2%;
}

#divProcedimientos{
	text-align: center;
	background-image : url("../img/bannerProcedimientos.jpg");
	background-repeat: no-repeat;
    background-size: 100% 100%;
	padding-bottom: 2%;	
}

.titleInfo{
	font-size: 2vw;
	color: white;
	margin-top: 2%;
	font-weight: lighter;
}

.textInfo{
	color: white;
	font-size: 1.3vw;
	margin-top: 2%;
}

.btnCiuu{
	color: white;
	height: 50px;
	background-color: #00b3cc;
	border: none;
	border-radius: 10px;
	padding: 10px;
	font-size: 1.3vw;
}

#divDoctores{
	padding-top: 21%;
	text-align: center;
	background-image : url("../img/doctores.jpg");
	background-repeat: no-repeat;
    background-size: 100% 100%;
}

.divTitle{
	
	text-align: center;
}

.title{
	font-size: 3vw;
	color: #697194;
	font-weight: lighter;
	padding-top: 5%;
	padding-bottom: 5%;
}

#divContacto{
	border: 1px solid;
	height: 250px;
	border-left: none;
	border-right: none;
	border-color: graytext;
}

.post{
	text-align: center;
	height: 300px;
	color: white;
	
	margin-top: -2%;
}

.subtitle{
	font-size: 2vw;
	padding-top: 1%;
	padding-bottom: 5%;
}

.imgCont{
	padding-top: 20%;
	
}

.textContacto{
	font-size: 1.3vw;
}
.p1{
	background-color: #0d214f;
	margin-left: 15%;
}

.p2{
	background-color: #004494;
}

.p3{
	background-color: #00b3cc;
}

.imgPhoneHe{
	width: 8%;
}

.imgFooter{
	margin-left: 20%;
	width: 8%;
}


  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      height: 700px;
      margin: auto;
      
  }
  
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }


 