/*tipografía*/
@font-face {
font-family: 'Raleway';
src:url('../font/Raleway-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'Raleway-Black';
src:url('../font/Raleway-Black.ttf') format('truetype');
}

/*Body*/
html{
  font-size: 10px;
}

body{
	font-size: 10px;
	font-family: 'Raleway';
	font-weight: 100;
		background-color: rgba(150, 150, 150, 0.1);
	background-image: repeating-linear-gradient(330deg, transparent, transparent 5px, rgba(0,104,98,.1) 5px, rgba(0,104,98,.1) 15px);
}

/*pantalla*/
#pantalla{
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/*contenedor*/
#contenedor{
	width: 1230px;
	max-width: 98%;
	height: auto;
	margin: 0px auto;
	position: relative;	
	background-color: #fff;
}

p{
	font-family: 'Raleway';
}

h2{
	font-family: 'Raleway-Black';
	font-size: 3rem;
}

h3{
	font-family: 'Raleway-Black';
	font-size: 2rem;
}



/*flecha*/
/*flecha para subir*/
div#subir{
  display:none
}


/*Header*/

header#headercelu{
	display: none;
}

header{
	width: 100%;
	height: 52rem;
	overflow: hidden;
	position: relative;
	margin-bottom: 3.5rem;
	position: relative;
  	top: 0;
  	left: 0;
  	z-index: 9000;
}

div.clearfix{
	width: 97rem;
	height: 52rem;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

div.logogrande{
	width: 100%;
	height: 27rem;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
	
	div.logogrande img{
		width: 100%;
		height: auto;
		display: inline-block;
	}

div.logochico{
	width: 25rem;
	height: 24rem;
	position: relative;
	float: left;
	overflow: hidden;
	display: none;
}

	div.logochico img{
		width: 100%;
		height: auto;
	}

/*Navegador*/

nav{
	width: 100%;
	height: 2.5rem;
	position: relative;
	margin: 5rem auto;
	overflow: hidden;
}

	nav ul{
		width: 100%;
		height: 2.5rem;
		margin: 0px;
		padding: 0px;
	}

	nav ul li{
		list-style: none;
		display: inline-block;
		margin-left: 2.65rem;
		margin-right: 2.65rem;
	}
	nav ul li.margenizquierdo{
		margin-left: 0px;
	}

	nav ul li.margenderecho{
		margin-right: 0px;
	}

	nav ul li a{
		text-decoration: none;
		font-family: 'Raleway';
		font-size: 2rem;
		color: gray;
	}

	nav ul li a:hover{
		font-family: 'Raleway-Black';
		font-size: 2rem;
		color:#048175;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}




header div#turnos{
	width: 99%;
	height: 9.5rem;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	border-radius: 1rem;
	border: 0.1rem solid gray;
}

	header div#turnos a{
		text-decoration: none;
	}

	header div#turnos h2{
		margin: 0px;
		padding: 0px;
		color:#048175;
		display: inline-block;
		vertical-align: middle;
		margin-top: 2rem;
		margin-right: 2rem;
	}

	header div#turnos h2 span.online{
		color: gray;
	}

	header div#turnos h2 span.ingresa{
		color: gray;
		font-family: 'Raleway';
	} 

	header div#turnos img{
		width: auto;
		height: 85%;
		margin-top: 0.5rem;
		display: inline-block;
		vertical-align: middle;
	}

/*Header chico*/	
header.smaller{
    width: 100%;
    height: 20rem; 
    position: fixed;
    padding-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    z-index: 100;
}

header.smaller div.clearfix{
	width: 117rem;
}

header.smaller div.logogrande{
	display: none;
}

header.smaller div.logochico{
	display: initial;
	position: relative;
	float: left;
	margin-left: 1rem;
}

	header.smaller nav{
		width: 80rem;
		position: relative;
		float: right;
		margin-right: 1rem;
	}

	header.smaller nav ul li{
		margin-right: .8rem;
		margin-left: .8rem;
	}

header.smaller div#turnos{
	width: 78rem;
	height: 6rem;
	margin-top: -1.5rem;
	position: relative;
	float: right;
	margin-right: 2rem;
}

	header.smaller div#turnos h2{
		margin: 1rem;
		margin-top: 2rem;
		margin-right: 1rem;
		font-size: 2rem;
	}

header.smaller div#turnos img{
		height: 60%;
		margin-top: 0.5rem;
	}


		/* a continuacion los arreglos para el header que se achica*/
		/*evita q tape al achicarse*/
		header.smaller~section#galeria{
		  margin-top: 45rem;
		}
		/*nav chico no se ve en el header grande y nav grande no se ve en el header chico*/
		header nav.chico{
			display: none;
		}

		header.smaller nav.grande{
			display: none;
		}

		header.smaller nav.chico{
			display: initial;
		}

		/*-------------------------------------*/

/*fotos*/
section#galeria{
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin:0;
  padding: 0;
}

section#galeria article{
  width: 100%;
  height: auto;
  margin:0rem auto;
  padding:0;
}

/*carrousel*/


    .slider {
        width: 100%;
        height: auto;
        margin: 0rem auto;
        padding-bottom: 2rem;
    }

    .slick-slide {
    	width: 100%;
    	height: auto;
      	margin: 0px 0px;
    }

    .slick-slide img {
      width: 100%;
      height: auto;
    }

    .slick-prev:before,
    .slick-next:before {
        color: white;
    }

    .slick-dots li{
	    width: 20px;
	    height: 40px;
	    margin: 0 5px;
	}

    .slick-dots li button:before{
	    font-size: 35px;
	    line-height: 35px;
	    width: 35px;
	    height: 35px;
	}



/*Empieza sección QUIENES SOMOS*/

section#quienessomos{
	width: 100%;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	margin-top: 5rem;
}

	section#quienessomos article{
		width: 80%;
		height: auto;
		position: relative;
		margin: 0px auto;
	}

	section#quienessomos h2{
		width: 100%;
		font-family: 'Raleway-Black';
		font-size: 3.2rem;
		color: #006862;
		text-align: center;
	}	

	section#quienessomos p{
		width: 100%;
		font-size: 1.8rem;
		text-align: center;
		margin: 0px auto;
	}

	section#quienessomos p span{
		font-family: 'Raleway-Black';
	}

	section#quienessomos div{
		width: 100%;
		height: 17rem;
		margin: 2rem auto;
		overflow: hidden;
	}

	section#quienessomos div img{
		width: 17rem;
		height: 17rem;
		display: inline-block;
		vertical-align: middle;
		margin-right: 2rem;
	}

	section#quienessomos div p{
		width: 60%;
		height: auto;
		font-size: 1.6rem;
		text-align: left;
		vertical-align: middle;
		display: inline-block;

	}

/*Empieza sección RASS*/	

section#rass{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px auto;
	margin-top: 4rem;
	overflow: hidden;
	background-color: #00A9A1;
	text-align: center;
}	

	section#rass:before{
	 content: "";
	 position: absolute;
	 right: 130px;
	 top: 0px;
	 width: 60px;
	 height: 60px;
	 background: url(../img/banderablanca.png) no-repeat;
	}

	section#rass article{
		width: 97rem;
		max-width: 100%;
		height: auto;
		margin: 0px auto;
		margin-top: 7rem;
		margin-bottom: 5rem;
		position: relative;
	}

	section#rass article div{
		width: 27rem;
		height: auto;
		margin: 0px 3rem;
		overflow: hidden;
		position: relative;
		display: inline-block;
		vertical-align: top;
	}

	section#rass div img{
		width: 26rem;
		height: 26rem;
		margin-top: 0.7rem;
		border-radius: 50%;
		background-color: white;
	}

	section#rass div:hover img{
		box-shadow: 0px 0px 6px 2px #006862;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}

		section#rass div:hover h2{
			color:#006862;
			-webkit-transition: .5s;
			-o-transition: .5s;
			transition: .5s;
		}


	section#rass div h2{
		width: 100%;
		height: auto;
		font-family: 'Raleway';
		font-size: 2.6rem;
		color: white;
	}

	section#rass div.especialidades{
		margin-right: 0px;
		float: right;
	}

/*modal obras sociales*/
.modal_mask{
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-color: black;
		z-index: 99999;
		opacity: 0;
	    -webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}
	
	.modal_mask:target{
		opacity: 1;
		pointer-events:auto;
	}

	.contenido_modal{
		width: 37rem;
		height: 85vh;
		position: relative;
		margin: 0px auto;
		padding: 1rem;
		top: 3rem;
		border-radius: 1.5rem;
		background-color: rgba(255,255,255,0.7);
		-webkit-transition: all 500ms ease-in;
		-moz-transition: all 500ms ease-in;
		transition: all 500ms ease-in;
		overflow-y: scroll;
		overflow-x: hidden;
		color: #fff;
		text-align: center;
	}
	
	.contenido_modal img{
		width: 10rem;
		margin:3rem auto;
	}

	.contenido_modal ul{
		width: 32rem;
		height: auto;
		position: relative;
		margin:0px auto;
		color:black;
		font-family: 'Raleway';
		font-size: 1.6rem;
	}

	.contenido_modal ul li{
		margin-bottom: 1rem;
		text-align: left;
	}


	.cerrar{
		position: absolute;
		text-decoration: none;
		color:white;
		font-size: 1.4rem;
		font-weight: 800;
		top:2rem;
		left: 2rem;
		font-family: 'Raleway-Black';
	}
		.cerrar:hover{
		color:gray;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}


	.contenido_modal::-webkit-scrollbar {
    width: 6px;
	}
	 
	.contenido_modal::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0); 
	    border-radius: 2rem;
	}
	 
	.contenido_modal::-webkit-scrollbar-thumb {
	    border-radius: 2rem;
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7); 
	}









/*Empieza sección HOSPITAL DE DÍA*/

section#hospitaldedia{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

	section#hospitaldedia:before{
	 content: "";
	 position: absolute;
	 left: 130px;
	 top: 0px;
	 width: 60px;
	 height: 60px;
	 background: url(../img/banderaverde1.png) no-repeat;
	 z-index: 10;
	}	

	section#hospitaldedia article{
		width: 100%;
		max-width: 100%;
		height: 80rem;
		position: relative;
		overflow: hidden;
		margin: 0px auto;
		margin-top: -2.5rem;
		background: url(../img/quirofano.jpg) no-repeat;
		background-size:  100% auto;
		background-attachment:cover;
		background-position: top;
		padding: 0px;
	}

	section#hospitaldedia article div{
		width: 54rem;
		height: auto;
		padding: 1rem;
		padding-bottom: 3rem;
		background-color: rgba(139, 201, 195, .3);
		border-radius: .7rem;
		margin: 0px auto;
		margin-top: 10rem;
		overflow: hidden;
	}

	section#hospitaldedia article div h2{
		color: white;
	}

	section#hospitaldedia article div p{
		font-size: 1.8rem;
		color: white;

	}

/*Empieza sección CIRUGÍAS*/

section.cirugias{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 2rem;
}

	section.cirugias h2{
		width: 100%;
		font-family: 'Raleway-Black';
		font-size: 3.2rem;
		color: #00A9A1;
		text-align: center;	
	}

	section.cirugias article{
		width: 99rem;
		max-width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		max-width: 100%;
		text-align: center;
	}

	section.cirugias h5{
  	width: 21.5rem;
  	height: 3.5rem;
  	padding-top: 2rem;
  	background-color: #00A9A1;
  	border-radius: .5rem;
  	border-bottom: .3rem solid gray;
  	font-size: 1.6rem;
  	font-family: 'Raleway-Black';
  	color: white;
  	text-transform: uppercase;
  	margin:0.3rem;
  	display: inline-block;
  	vertical-align: top;
	}


/*esto es el texto de estética integral*/
#actividades{
	width: 90%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin:0px auto;
	text-align: left;
	margin-top: -2rem;
	color:darkgray;
}

label.vermascortina h3{
	width: 100%;
	height: 2rem;
	overflow: hidden;
	text-align: center;
	font-family: 'Raleway';
	font-size: 1.5rem;
	color:lightblue;
	margin:0;
	padding:0;
	margin-top: 1rem;
	cursor:pointer;
}

label.vermascortina h3:hover{
	color:blue;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

div#veractividades{
	width: 50rem;
	max-width: 100%;
	height: 0rem;
	position: relative;
	overflow: hidden;
	margin:0px auto;
	font-size: 1.6rem;
	font-family: 'Raleway';
}

div#veractividades p span{
	font-family: 'Raleway-Black';
}

div#veractividades h4{
	font-family: 'Raleway-Black';
	font-size: 2.1rem;
	color:#00A9A1;
	margin-bottom:0;
}

div#veractividades h4 span{
	font-family: 'Raleway';
	font-size: 1.6rem;
}

div#veractividades li{
	margin-left: 4rem;
}

div#veractividades li span{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-family: 'Raleway-Black';
}

.vermas:checked ~ div#veractividades{
 height: 110rem;
 -webkit-transition: 1s;
 -o-transition: 1s;
 transition: 1s;
}








/*Esto es para los botones*/	
input[type="checkbox"]{
    display: none;
  }

  div#prueba{
  	width: 22.5rem;
  	overflow: hidden;
  	display: inline-block;
  	vertical-align: top;
  	position: relative;
  	margin: 0px 1rem;
  }

  label.cortina{
  	width: 22.5rem;
  	height: auto;
  	overflow: hidden;
  }

  label.cortina h3{
  	width: 21.5rem;
  	height: 3.5rem;
  	padding-left: 1rem;
  	padding-top: 2rem;
  	background-color: #00A9A1;
  	border-radius: .5rem;
  	border-bottom: .5rem solid gray;
  	font-size: 1.6rem;
  	color: white;
  	position: relative;
  	z-index: 5;
  	cursor:pointer;
  }

  label.cortina h3 img{
  	position: relative;
  	float: right;
  	margin-top: -1rem;
  	margin-right: 1rem;
  }


  div#detalle{
	width: 20rem;
  	height: 0rem;
  	background-color: lightgray;
  	border-radius: .5rem;
  	margin: 0px auto;
  	position: relative;
  	margin-top: -1.8rem;
  	z-index: 0;
  	overflow: hidden;
	}

  div#detalle p{
  	font-family: 'Raleway';
  	font-size: 1.4rem;
  	color: #00A9A1;
  	margin-top: 2rem;
  	padding-bottom: 1rem;
  	margin-left: 1rem;
  	margin-right: 1rem;
  	text-align: left;
  	line-height: 2rem;
  	}

  label.cortina:hover h3 img{
  	transform: rotateY(180deg); 
  	-webkit-transition: 1s;
  	-o-transition: 1s;
  	transition: 1s;
  }

 .botones:checked ~ div#detalle{
 height: 27rem;
 -webkit-transition: 1s;
 -o-transition: 1s;
 transition: 1s;
}


/* Empieza sección Cifras*/

section#cifras{
	width: 100%;
	height: auto;
	background-color: #006862;
	overflow: hidden;
	margin-top: 6rem;
	margin-bottom: 6rem;
	position: relative;
}

section#cifras article{
	width: 99rem;
	max-width: 100%;
	height: auto;
	position: relative;
	margin:0px auto;
	padding-top: 2rem;
	padding-bottom: 4rem;
	text-align: center;
}

section#cifras article div{
	width: 22.5rem;
	height: auto;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	margin:0px 1rem;
}

section#cifras article div h1{
	font-size: 7rem;
	font-family: 'Raleway-Black';
	color:white;
	margin:0;
	padding:0;
}

section#cifras article div h5{
	font-size: 2rem;
	font-family: 'Raleway';
	color:white;
	margin:0;
	padding:0;
}



/*Empieza contacto*/
section#contacto{
	width: 100%;
	height: auto;
	background-color: #72A39F;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	margin-top: 6rem;
	padding-bottom: 3rem;
}

	section#contacto:before{
	 content: "";
	 position: absolute;
	 right: 130px;
	 top: 0px;
	 width: 60px;
	 height: 60px;
	 background: url(../img/banderablanca.png) no-repeat;
	}

section#contacto article{
	width: 99rem;
	max-width: 100%;
	height: auto;
	margin: 4rem auto;
	overflow: hidden;
	padding: 0;
}

	section#contacto h2{
		width: 100%;
		font-family: 'Raleway-Black';
		font-size: 3.2rem;
		color: #fff;
		text-align: left;
	}	


	section#contacto fieldset{
		border:0;
		width: 100%;
		height: auto;
		margin:0px auto;
		position: relative;
		padding:0;
	}

	section#contacto fieldset div.datos{
		width: 46rem;
		height: auto;
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
		margin:0;
		padding: 0;
		margin-right: 0rem;
	}

	section#contacto fieldset div.datos input{
		width: 45rem;
		height: 5rem;
		border-radius: .5rem;
		font-size: 1.4rem;
		font-family: 'Raleway';
		padding-left: 1rem;
		border:0;
		outline: 0;
		margin-bottom: 2rem;
	}

	section#contacto fieldset textarea{
		width: 50rem;
		height: 21rem;
		resize:none;
		border-radius: .5rem;
		font-size: 1.4rem;
		font-family: 'Raleway';
		padding-left: 1rem;
		padding-top: 1.5rem;
		border:0;
		outline: 0;
		margin-bottom: 2rem;
		float: right;
	}


	section#contacto fieldset input.enviar{
		width: 21.5rem;
	  	height: 5rem;
	  	padding-left: 1rem;
	  	padding-top: 0.5rem;
	  	background-color: #fff;
	  	border-radius: .5rem;
	  	border-bottom: .5rem solid gray;
	  	font-size: 1.6rem;
	  	color: white;
	  	position: relative;
	  	z-index: 5;
	  	color:#72A39F;
	  	font-family: 'Raleway-Black';
	  	font-size: 2rem;
	  	float: right;
	}

	section#contacto fieldset input.enviar:hover{
	  	background-color: #006862;
	  	color:#fff;
	  	-webkit-transition: 0.5s;
	  	-o-transition: 0.5s;
	  	transition: 0.5s;
	}
::-webkit-input-placeholder{
	color:#72A39F;
}


/*Inicia la sección noticias*/
section#noticias{
	width: 100%;
	height: auto;
	margin:0px auto;
	position: relative;
	padding:0;
	overflow: hidden;
	padding-bottom: 4rem;
}

	section#noticias:before{
	 content: "";
	 position: absolute;
	 left: 130px;
	 top: 0px;
	 width: 60px;
	 height: 60px;
	 background: url(../img/banderaverde2.png) no-repeat;
	}

section#noticias article{
	width: 97rem;
	max-width: 100%;
	height: auto;
	position: relative;
	margin: 6rem auto;
	overflow: hidden;
}

	section#noticias article h2{
		width: 100%;
		font-family: 'Raleway-Black';
		font-size: 3.2rem;
		color: #72A39F;
		text-align: left;
		text-align: center;
	}	
	  
section#noticias article div.news{
	width: 27rem;
	height: 40rem;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
}

section#noticias article div.news h3{
	font-size: 2rem;
	color:#72A39F;
	font-family: 'Raleway-Black';
	margin:0;
}

section#noticias article div.news h5{
	font-size: 2rem;
	color:#72A39F;
	font-family: 'Raleway';
	margin:0;
}

section#noticias article div.news p{
	font-size: 1.6rem;
	font-family: 'Raleway';
}

section#noticias article div.news button{
	width: 21.5rem;
	height: 5rem;
	background-color: #72A39F;
	border-radius: .5rem;
	border-bottom: .5rem solid gray;
	font-size: 1.6rem;
	color: white;
	position: absolute;
	bottom:0;
	z-index: 5;
	color:#fff;
	font-family: 'Raleway-Black';
	font-size: 2rem;
}


section#noticias article div.news button:hover{
	  	background-color: #fff;
	  	color:#72A39F;
	  	-webkit-transition: 0.5s;
	  	-o-transition: 0.5s;
	  	transition: 0.5s;
	}

section#noticias article div.foto{
	width: 36rem;
	margin:0px 3rem;
}

section#noticias article div.foto img{
	width: auto;
	height: 100%;
}

section#noticias article div.video{
	width: 25rem;
	height: 38rem;
	padding:1rem;
	background-color: #72A39F;
}

section#noticias article div.video h3{
	color:#fff;
}

section#noticias article div.video h5{
	color:#fff;
	margin-bottom: 1rem;
}

section#noticias article div.video video{
	width: 100%;
	height: auto;
}

section#noticias article div.video p{
	height: 9.8rem;
	overflow: hidden;
}

/*Empieza el footer*/

footer{
	width: 100%;
	height: auto;
	margin:0px auto;
	position: relative;
	padding:0;
	overflow: hidden;
	padding-top: 6rem;
	padding-bottom: 0rem;
	background: #006862;
}

	footer:before{
	content: "";
	 position: absolute;
	 right: 130px;
	 top: 0px;
	 width: 60px;
	 height: 60px;
	 background: url(../img/banderablanca.png) no-repeat;
	}

	/*	
	content: "";
	 position: absolute;
	 left: 130px;
	 top: 0px;
	 width: 60px;
	 height: 60px;
	 background: url(../img/banderaverde2.png) no-repeat;
	 

	*/

footer article{
	width: 97rem;
	max-width: 100%;
	height: auto;
	position: relative;
	margin: 6rem auto;
	overflow: hidden;
}

footer div{
	width: 27rem;
	height: 40rem;
	position: relative;
	overflow: hidden;
	text-align: center;
	float: left;
}

footer div h1{
	width: 100%;
	height: auto;
	font-family: 'Raleway-Black';
	font-size: 3.5rem;
	color:#fff;
}

footer div h5{
	width: 100%;
	height: auto;
	font-family: 'Raleway';
	font-size: 2rem;
	color:#fff;
}

footer div p{
	width: 25rem;
	height: auto;
	text-align: left;
	font-family: 'Raleway';
	font-size: 2rem;
	color:#006862;
	background: #fff;
	border-radius: 0.5rem;
	padding:1rem;
}

footer iframe{
	width: 67rem;
	height: 39.5rem;
	border:0;
	position: relative;
	float: right;
}

/*copyright*/
div#copyright{
	width: 100%;
	height: auto;
	background:#006862;
	position: relative;
	margin:0px auto;
	padding-bottom: 2rem;
	text-align: center;
	overflow: hidden;
}

div#copyright img{
	width: auto;
	height: 16px;
}

div#copyright a{
	text-decoration: none;
	color:#fff;
	font-size: 1.2rem;
	font-family: 'Raleway';
	text-transform: uppercase;
}

div#copyright p{
	color:#fff;
	font-size: 1.2rem;
	font-family: 'Raleway';
	text-transform: uppercase;
}


/* Acá voy a configurar los botones ocultos para el header chico use de ancla*/
	section#quienessomos div#quienessomos-c{
		width: 100%;
		height: 0.1rem;
		margin: 0rem auto;
		overflow: hidden;
	}

	section#hospitaldedia article div#hospitaldedia-c{
		width: 54rem;
		height: 0.1rem;
		padding: 0rem;
		opacity: 0;
		border-radius: 0rem;
		margin: 0px auto;
		margin-top: 10rem;
		margin-bottom: -10rem;
		overflow: hidden;
	}


div#estudios-c, div#contacto-c, div#noticias-c{
	width: 100%;
	height: 0.1rem;
	opacity: 1;
	margin:0;
	padding:0;
}
/*------------*/






/*--------------------------------------------------------------------------
---------------------------------------------------------------------------
INICIAN LOS MEDIAQUERY*/

@media only screen and (max-width : 1100px) {
header.smaller .clearfix{
/* background:orange;*/
}

/*banderitas*/
	section#rass:before{
	 content: "";
	 position: absolute;
	 right: 80px;
	 top: 0px;
	 width: 60px;
	 height: 60px;
	 background: url(../img/banderablanca.png) no-repeat;
	}

	section#hospitaldedia:before{
	 content: "";
	 position: absolute;
	 left: 80px;
	 top: 0px;
	 width: 60px;
	 height: 60px;
	 background: url(../img/banderaverde1.png) no-repeat;
	}

	section#contacto:before{
	 content: "";
	 position: absolute;
	 right: 80px;
	 top: 0px;
	 width: 60px;
	 height: 60px;
	 background: url(../img/banderablanca.png) no-repeat;
	}

	section#noticias:before{
	 content: "";
	 position: absolute;
	 left: 80px;
	 top: 0px;
	 width: 60px;
	 height: 60px;
	 background: url(../img/banderaverde2.png) no-repeat;
	}

	footer:before{
	 content: "";
	 position: absolute;
	 right: 80px;
	 top: 0px;
	 width: 60px;
	 height: 60px;
	 background: url(../img/banderablanca.png) no-repeat;
	}

/*Header*/
header{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 3.5rem;
	position: relative;
  	top: 0;
  	left: 0;
  	z-index: 9000;
}

div.clearfix{
	width: 97rem;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

div.logogrande{
	width: 100%;
	height: auto;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
	
	div.logogrande img{
		width: 100%;
		height: auto;
		display: inline-block;
	}

div.logochico{
	width: 20rem;
	height: 15rem;
	position: relative;
	float: left;
	overflow: hidden;
	display: none;
}

	div.logochico img{
		width: 100%;
		height: auto;
	}

/*Navegador*/

nav{
	width: 100%;
	height: auto;
	position: relative;
	margin: 3rem auto;
	overflow: hidden;
}

	nav ul{
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

	nav ul li{
		list-style: none;
		display: inline-block;
		margin-left: 1.1rem;
		margin-right: 1.1rem;
	}
	nav ul li.margenizquierdo{
		margin-left: 0px;
	}

	nav ul li.margenderecho{
		margin-right: 0px;
	}

	nav ul li a{
		text-decoration: none;
		font-family: 'Raleway';
		font-size: 1.8rem;
		color: gray;
	}

	nav ul li a:hover{
		font-family: 'Raleway-Black';
		font-size: 1.8rem;
		color:#048175;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}

header div#turnos{
	width: 73rem;
	height: 6rem;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	border-radius: 1rem;
	border: 0.1rem solid gray;
}


	header div#turnos h2{
		margin: 0px;
		padding: 0px;
		color:#048175;
		display: inline-block;
		vertical-align: middle;
		margin-top: 1.5rem;
		margin-right: 1rem;
		font-size: 2rem;
	}


	header div#turnos img{
		width: auto;
		height: 75%;
		margin-top: 0.5rem;
		display: inline-block;
		vertical-align: middle;
	}

/*Header chico*/
header.smaller{
	height: auto;
}	

header.smaller div.clearfix{
	height: auto;
}

header.smaller div.logochico{
	display: initial;
	position: relative;
	float: left;
	margin-left: 1rem;
}

	header.smaller nav{
		width: 61rem;
		height: 4rem;
		position: absolute;
		overflow: hidden;
		top: 0rem;
		right:0;
	}

	header.smaller nav ul li{
		margin-right: .6rem;
		margin-left: .6rem;
	}

	header.smaller nav ul li a{
		text-decoration: none;
		font-family: 'Raleway';
		font-size: 1.5rem;
		color: gray;
	}

	header.smaller nav ul li a:hover{
		font-family: 'Raleway-Black';
		font-size: 1.5rem;
		color:#048175;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}


header.smaller div#turnos{
	width: 59rem;
	height: 6rem;
	margin-top: 7rem;
	position: relative;
	float: right;
	margin-right: 2rem;
}



		/* a continuacion los arreglos para el header que se achica*/
		/*evita q tape al achicarse*/
		header.smaller~section#galeria{
		  margin-top: 40rem;
		}
		/*-------------------------------------*/

/*Empieza sección QUIENES SOMOS*/

section#quienessomos{
	margin-top: 6rem;
}

	section#quienessomos h2{
		font-size: 2.8rem;
	}	

	section#quienessomos p{
		font-size: 1.6rem;
	}

	section#quienessomos div{
		height: 12rem;
	}

	section#quienessomos div img{
		width: 12rem;
		height: 12rem;
	}

	section#quienessomos div p{
		width: 70%;
		font-size: 1.6rem;
	}

/*Empieza sección RASS*/	

	section#rass article div{
		width: 20rem;
	}

	section#rass div img{
		width: 20rem;
		height: 20rem;
	}

	section#rass div h2{
		font-size: 2.4rem;
	}

	section#rass div.especialidades{
		margin-right: 0px;
		float: none;
	}

	section#rass div.cartilla{
		margin-left:0;
	}

/*Empieza sección HOSPITAL DE DÍA*/

	section#hospitaldedia article{
		width: 100%;
		max-width: 100%;
		height: 60rem;
		position: relative;
		overflow: hidden;
		margin: 0px auto;
		margin-top: -2.5rem;
		background: url(../img/quirofano.jpg) no-repeat fixed;
		background-size:  cover;
		/*background-attachment:cover;*/
		background-position: top;
		padding: 0px;
		background-color: peru;
	}

/*Empieza sección CIRUGÍAS*/



/* Empieza sección Cifras*/
section#cifras article div{
	width: 18rem;
}


/*Empieza contacto*/


	section#contacto{
		margin-top: 8rem;
	}

	section#contacto article{
		padding-top: 6rem;
	}

	section#contacto h2{
		font-size: 2.8rem;
		width: 90%;
		margin:0px auto;
		margin-bottom: 2rem;
	}	

	section#contacto fieldset{
		width: 90%;
	}

	section#contacto fieldset div.datos{
		width: 45%;
	}

	section#contacto fieldset div.datos input{
		width: 100%;
	}

	section#contacto fieldset textarea{
		width: 50%;
	}


	section#contacto fieldset input.enviar{
	  	margin-top: -1rem;
	}


/*Inicia la sección noticias*/

section#noticias article{
	max-width: 90%;
	text-align: center;
}

	section#noticias article h2{
		font-size: 2.8rem;
	}	
	  
section#noticias article div.news{
	width: 40%;
	text-align: left;
	margin-bottom:5rem;
}


section#noticias article div.news button{
	width: 18rem;
	height: 4rem;
	font-size: 1.6rem;
}


section#noticias article div.foto{
	width: 50%;
	margin:0px 0rem;
	margin-left: 1.5rem;
}

section#noticias article div.video{
	width: 90%;
	height: auto;
}


/*Empieza el footer*/

footer article{
	max-width: 90%;
	margin: 4rem auto;
}

footer div{
	width: 30%;
	height: 40rem;
	position: relative;
	overflow: hidden;
	text-align: center;
	float: left;
}

footer div h1{
	font-size: 3rem;
}

footer div p{
	width: 90%;
	font-size: 1.6rem;
	position: absolute;
	bottom:0;
}

footer iframe{
	width: 65%;
	height: 36rem;
	margin-top: 3rem;
}


}









/*------------------------------------------------------*/
@media only screen and (max-width : 850px) {
	header.smaller .clearfix{
 /*background:lightblue;*/
}

	/*Header*/
/*Navegador*/

nav{
	width: 45rem;
	height: auto;
	position: relative;
	margin: 3rem auto;
	overflow: hidden;
}

	nav ul li{
		margin-bottom: 1.1rem;
	}
	
header div#turnos{
	width: 90%;
}

/*Header chico*/
header.smaller{
	height: auto;
}	

header.smaller div.clearfix{
	height: 18rem;
}

header.smaller div.logochico{
	display: initial;
	position: relative;
	float: left;
	margin-left: 1rem;
}

	header.smaller nav{
		width: 98%;
		height: 4rem;
		position: absolute;
		overflow: hidden;
		top: 12rem;
	}

	header.smaller nav ul li{
		margin-right: .4rem;
		margin-left: .4rem;
	}



header.smaller div#turnos{
	width: 60%;
	margin-right: 1rem;
}

header.smaller div#turnos h2{
	font-size: 1.6rem;
}


/*Empieza sección QUIENES SOMOS*/


	section#quienessomos p{
		font-size: 1.6rem;
	}


	section#quienessomos div p{
		font-size: 1.4rem;
	}

/*Empieza sección RASS*/	

	section#rass article div{
		width: 15rem;
	}

	section#rass div img{
		width: 15rem;
		height: 15rem;
	}

	section#rass div h2{
		font-size: 1.8rem;
	}


/*Empieza sección HOSPITAL DE DÍA*/

/*Empieza sección CIRUGÍAS*/



/* Empieza sección Cifras*/
section#cifras article div{
	width: 18rem;
}


/*Empieza contacto*/

/*noticias*/
section#noticias article div.news p{
	font-size: 1.4rem;
}

/*Empieza el footer*/

footer article{
	max-width: 90%;
	margin: 4rem auto;
}

footer div{
	width: 100%;
	height: 38rem;
	position: relative;
	overflow: hidden;
	text-align: center;
	float: left;
	margin:0px auto;
}

footer div h1{
	font-size: 3rem;
}

footer div p{
	width: 20rem;
	font-size: 1.6rem;
	position: relative;
	bottom:0;
	margin:0px auto;
}

footer iframe{
	width: 100%;
	height: 30rem;
	margin-top: 0rem;
}

}




/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
@media only screen and (max-width : 630px) {
header .clearfix{
 /*background:lightyellow;*/
}
header.smaller .clearfix{
 /*background:lightyellow;*/
}

/*fkecha arriba*/
div#subir{
	display:block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  bottom:1rem;
  right: 1rem;
  z-index: 9009;
}

div#subir img{
  width: 100%;
}

div#subir img:hover{
  opacity: 0.5;
}


/*HEADER CELU PRUEBA*/

header.seva{
	display: none;
}

header.smaller{
	display: none;
	position: relative;
	height: 0px;
}




header#headercelu{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 3.5rem;
	position: relative;
  	top: 0;
  	left: 0;
  	z-index: 9000;
  	display: inherit;
}

header#headercelu div.clearfix{
	width: 97rem;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

header#headercelu div.logogrande{
	width: 35rem;
	height: auto;
	margin: 0px 0px;
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
	margin-left: 1rem;
}
	
	header#headercelu div.logogrande img{
		width: 100%;
		height: auto;
		display: inline-block;
	}


header#headercelu div.logochico{
	display: none;
}

/*Navegador*/
header#headercelu nav{
	width: 10rem;
	height: auto;
	position: absolute;
	margin: 0rem auto;
	overflow: hidden;
	right: 0.5rem;
	top:1rem;
}

	header#headercelu nav ul{
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	header#headercelu nav ul li{
		height: 0.5rem;
		list-style: none;
		display: block;
		margin-left: 0rem;
		margin-right: 0rem;
		text-align: right;
	}

	header#headercelu nav ul li a{
		text-decoration: none;
		font-family: 'Raleway';
		font-size: 1.1rem;
		color: gray;
	}

	header#headercelu nav ul li a:hover{
		font-family: 'Raleway-Black';
		font-size: 1.1rem;
		color:#048175;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}




header#headercelu  div#turnos{
	width: 95%;
	height: 3.2rem;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	border-radius: 0.3rem;
	border: 0.1rem solid gray;
}

	header#headercelu div#turnos a{
		text-decoration: none;
	}

	header#headercelu div#turnos h2{
		font-size: 1rem;
		margin-top: 1rem;
		margin-right: 1rem;
	}


	header#headercelu div#turnos img{
		width: auto;
		height: 2rem;
		margin-top: 0.5rem;
		display: inline-block;
		vertical-align: middle;
	}


	header.smaller~section#galeria{
		  margin-top: 0rem;
		}



/*fotos*/
/*carrousel*/
    .slick-dots li{
	    width: 20px;
	    height: 40px;
	    margin: 0 0px;
	}

    .slick-dots li button:before{
	    font-size: 25px;
	    line-height: 25px;
	    width: 25px;
	    height: 25px;
	}

/*Empieza sección QUIENES SOMOS*/

section#quienessomos{
	margin-top: 2rem;
}

	section#quienessomos article{
		width: 90%;
	}

	section#quienessomos h2{
		font-size: 2rem;
	}	

	section#quienessomos p{
		font-size: 1.4rem;
	}

	section#quienessomos div{
		width: 100%;
		height: auto;
		position: relative;
		margin: 2rem auto;
		text-align: center;
	}

	section#quienessomos div img{
		width: 10rem;
		height: 10rem;
		margin-right: 0rem;
	}

	section#quienessomos div p{
		width: 100%;
		font-size: 1.2rem;
		text-align: center;
		margin-top: 1rem;
	}

/*Empieza sección RASS*/	

section#rass{
	margin-top: 2rem;
}	

	section#rass:before{
	 content: "";
	 position: absolute;
	 right: 40px;
	 top: 0px;
	 width: 40px;
	 height: 40px;
	 background: url(../img/banderablanca.png) no-repeat;
	 background-position: bottom;
	}

	section#rass article{
		margin-top: 4rem;
		margin-bottom: 3rem;
	}

	section#rass article div{
		width: 90%;
		height: auto;
		margin: 1rem auto;
	}

	section#rass div img{
		width: 15rem;
		height: 15rem;
	}

	section#rass div h2{
		font-size: 2rem;
	}

	section#rass div.especialidades{
		float: none;
	}

/*Empieza sección HOSPITAL DE DÍA*/

section#hospitaldedia:before{
	 content: "";
	 position: absolute;
	 left: 40px;
	 top: 0px;
	 width: 40px;
	 height: 40px;
	 background: url(../img/banderaverde1.png) no-repeat;
	 z-index: 10;
	 background-position: bottom;
	}	

	section#hospitaldedia article{
		width: 100%;
		max-width: 100%;
		height: 30rem;
		position: relative;
		overflow: hidden;
		margin: 0px auto;
		margin-top: -2.5rem;
		background: url(../img/quirofano.jpg) no-repeat;
		background-size: auto 150%;
		background-position: center right;
		padding: 0px;
	}

	section#hospitaldedia article div{
		width: 80%;
		height: auto;
		padding: 0.5rem;
		margin-top: 5rem;
	}

	section#hospitaldedia article div h2{
		font-size: 2rem;
	}

	section#hospitaldedia article div p{
		font-size: 1.2rem;
	}

/*Empieza sección CIRUGÍAS*/

	section.cirugias h2{
		font-size: 2rem;
	}





/*ver actividades de estetica*/
div#veractividades{
	width: 40rem;
	max-width: 100%;
	height: 0rem;
	position: relative;
	overflow: hidden;
	margin:0px auto;
	font-size: 1.2rem;
	font-family: 'Raleway';
}

div#veractividades p span{
	font-family: 'Raleway-Black';
}

div#veractividades h4{
	font-family: 'Raleway-Black';
	font-size: 1.6rem;
	color:#00A9A1;
	margin-bottom:0;
}

div#veractividades h4 span{
	font-family: 'Raleway';
	font-size: 1.2rem;
}

div#veractividades li{
	margin-left: 2rem;
}

div#veractividades li span{
	font-size: 1rem;
	text-transform: uppercase;
	font-family: 'Raleway-Black';
}

.vermas:checked ~ div#veractividades{
 height: 80rem;
 -webkit-transition: 1s;
 -o-transition: 1s;
 transition: 1s;
}



/*Esto es para los botones*/	
  label.cortina h3{
  	width: 21.5rem;
  	height: 2.8rem;
  	padding-left: 0.5rem;
  	padding-top: 1.5rem;
  	background-color: #00A9A1;
  	border-radius: .5rem;
  	border-bottom: .5rem solid gray;
  	font-size: 1.4rem;
  	color: white;
  	position: relative;
  	z-index: 5;
  }

  label.cortina h3 img{
  	width: 30px;
  	height: 30px;
  	position: relative;
  	float: right;
  	margin-top: -1rem;
  	margin-right: 1rem;
  }


  div#detalle{
	width: 20rem;
  	height: 0.5rem;
  	background-color: lightgray;
  	border-radius: .5rem;
  	margin: 0px auto;
  	position: relative;
  	margin-top: -2rem;
  	z-index: 0;
  	overflow: hidden;
	}

  div#detalle p{
  	font-size: 1.2rem;
  	}

  
/* Empieza sección Cifras*/
section#cifras{
	margin-top: 4rem;
	margin-bottom: 2rem;
}

section#cifras article div{
	width: 14rem;
	margin:1rem auto;
}

section#cifras article div h1{
	font-size: 5rem;
}

section#cifras article div h5{
	font-size: 1.6rem;
}


/*Empieza contacto*/
section#contacto{
	margin-top: 6rem;
	padding-bottom: 3rem;
}

	section#contacto:before{
	 content: "";
	 position: absolute;
	 right: 40px;
	 top: 0px;
	 width: 40px;
	 height: 40px;
	 background: url(../img/banderablanca.png) no-repeat;
	 background-position: bottom;
	}

section#contacto article{
	max-width: 90%;
	padding-top: 0;
	margin-bottom: 1rem;
	}

	section#contacto h2{
		width: 100%;
		font-size: 2rem;
		margin-bottom: 1rem;
	}	

	section#contacto fieldset{
		width: 100%;
	}

	section#contacto fieldset div.datos{
		width: 100%;
	}

	section#contacto fieldset div.datos input{
		width: 100%;
		height: 3rem;
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}

	section#contacto fieldset textarea{
		width: 100%;
		font-size: 1.2rem;
	}


	section#contacto fieldset input.enviar{
		width: 10rem;
	  	height: 4rem;
	  	font-size: 1.4rem;
	  	margin-top: 0.5rem;
	}

/*Inicia la sección noticias*/
section#noticias{
	padding-bottom: 0rem;
	margin-bottom: 0rem;
}

	section#noticias:before{
	 content: "";
	 position: absolute;
	 left: 40px;
	 top: 0px;
	 width: 40px;
	 height: 40px;
	 background: url(../img/banderaverde2.png) no-repeat;
	 background-position: bottom;
	}

section#noticias article{
	max-width: 90%;
	margin: 4rem auto;
	margin-bottom: 2rem;
}

	section#noticias article h2{
		font-size: 2rem;
	}	
	  
section#noticias article div.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
}

section#noticias article div.news h3{
	font-size: 1.6rem;
}

section#noticias article div.news h5{
	font-size: 1.4rem;
}

section#noticias article div.news p{
	font-size: 1.2rem;
	margin-bottom: 5rem;
}

section#noticias article div.news button{
	width: 10rem;
	height: 4rem;
	font-size: 1.4rem;
}


/*section#noticias article div.foto{
	width: 100%;
	height: auto;
	margin:0px auto;
}

section#noticias article div.foto img{
	width: 100%;
	height: auto;
}*/
section#noticias article div.foto{
	display: none;
}

section#noticias article div.video{
	width:100%;
	height: auto;
	padding:0rem;
	background-color: #72A39F;
	text-align: center;
}

section#noticias article div.video h3{
	color:#fff;
	margin-left:1rem;
	margin-top: 1rem;
	text-align: left;
}

section#noticias article div.video h5{
	color:#fff;
	margin-left: 1rem;
	margin-bottom: 1rem;
	text-align: left;
}

section#noticias article div.video video{
	width: 95%;
	height: auto;
}

section#noticias article div.video p{
	margin-left: 1rem;
	margin-right: 1rem;
	text-align: left;
	margin-bottom: 1rem;
}


/*Empieza el footer*/

footer{
	padding-top: 2rem;
	margin-top:0;
}

	footer:before{
	 content: "";
	 position: absolute;
	 right: 40px;
	 top: 0px;
	 width: 40px;
	 height: 40px;
	 background: url(../img/banderablanca.png) no-repeat;
	 background-position: bottom;
	}

footer article{
	max-width: 90%;
	margin: 2rem auto;
}

footer div{
	width: 100%;
	height: auto;
}

footer div h1{
	font-size: 3rem;
}

footer div img{
	width: 10rem;
	height: auto;
}

footer div h5{
	width: 100%;
	height: auto;
	font-family: 'Raleway';
	font-size: 2rem;
	color:#fff;
	margin-top:1rem;
	margin-bottom:1rem;
}

footer div p{
	width: 20rem;
	font-size: 1.6rem;
}

footer iframe{
	width: 100%;
	height: 20rem;
	border:0;
	margin:2rem auto;
}

/*copyright*/
div#copyright img{
	width: auto;
	height: 14px;
	margin-top: 0.5rem;
}

div#copyright a{
	font-size: 1.1rem;
}

div#copyright p{
	font-size: 1.1rem;
}


/* Acá voy a configurar los botones ocultos para el header chico use de ancla*/

/*------------*/




}




/*--------------------------------------------------*/
@media only screen and (max-width : 480px) {



/*Header*/

header#headercelu div.logogrande{
	display: none;
}

header#headercelu div.logochico{
	width: 14.5rem;
	height: auto;
	display: initial;
	margin-bottom: 2rem;
	margin-left: 0.6rem;
}
.vermas:checked ~ div#veractividades{
 height:auto;
 -webkit-transition: 1s;
 -o-transition: 1s;
 transition: 1s;
}


	.contenido_modal{
		width: 22rem;
	}
	
	.contenido_modal img{
		width: 8rem;
		margin:3rem auto;
	}

	.contenido_modal ul{
		width: 20rem;
		margin:0px 2rem;
		padding:0;
		font-size: 1.4rem;
	}

	.contenido_modal ul li{
		margin-bottom: 1rem;
		text-align: left;
	}



}

