@charset "utf-8";
@import "reset.css";
@import "fonts/stylesheet.css";

body { margin: 0 auto; width: 100%; font-family: "Montserrat","Arial",serif; font-size: 11px; color: white; -webkit-font-smoothing: antialiased;  }

/* links  */ 

a { color: white; -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease; }
a:hover { color: #58AB95; -webkit-transition: all 0.2s ease; }

.link1 { display: inline-block; font-family: 'Montserrat'; color: white; font-size: 13px;  padding: 10px 20px; padding-top: 12px; border-radius: 6px; }
.link1:hover { background-color: #58AB95; color: white;  } 

/* texto y colores  */ 

h1 { font-family: 'Montserrat'; font-size: 33px; }
h2 { font-family: 'Montserrat'; width: 100%; text-align: center; padding: 20px; font-size: 33px; margin: 0; }
h3 { font-size: 14px; font-family: 'Montserrat'; margin-bottom: 10px; }
h4 { font-size: 50px; font-family: 'Montserrat'; display: inline-block; margin-right: 10px; text-transform: uppercase; }

.bg_blue { background-color: #344A6C; }
.bg_green { background-color: #58AB95; }
.color_blue { color: #344A6C; }
.color_main { color: #58AB95; }

/* arreglos  */ 

.center { text-align: center; }
.pading { padding: 30px; }
.mitad { width: 50%; }
.right { float: right; }
.top { padding-top: 110px; }

.flex_center { width: 100%; height: 100%; -ms-display: flex; display: -webkit-flex; display: flex; align-items: center; justify-content: center; } 

/* gral  */ 

.pre-load-web { width:100%; height: 100%; width: 100vw; height: 100vh; position:absolute; position:fixed; background-color: white; left:0; top:0; z-index:100000 }
.pre-load-web .imagen-load { left:50%; margin-left: -24px; position:absolute; top: 50%; margin-top: -24px; }

.main { position: absolute; left: 0; top: 0; width: 100%;  }
.header { position: fixed; width: 100%; background-color: white;  -ms-display: flex; display: -webkit-flex; display: flex; align-items: center; justify-content:space-between; padding: 15px 30px; z-index: 3000; min-width: 1100px; }
.logo { float: left; }
.menu { position: fixed; top: 30px; left: -80px; z-index: 4000; }
.nav { display: inline-block; text-align: right; font-size: 13px; font-family: 'Montserrat'; }
.nav li { display: inline-block; margin: 0zpx; padding: 5px 0; }
.nav li a { color: #344A6C; }
.nav li a:hover { color: #58AB95; }
.social { display: inline-block;  }
.social li { display: inline-block; margin-left: 10px; padding: 5px 0; }
.social li a { display: inline-block; width: 35px; height: 35px; background-color: #344A6C; border-radius: 50%; text-align: center; padding-top: 12px; }
.social li a:hover { background-color: #919395; color: white; }

.section { float: left; width: 100%; }
.cont { margin: 0 auto; width: 100%; max-width: 1100px; display: table; }
.cont2 { margin: 0 auto; width: 100%; max-width: 800px; display: table; padding-bottom: 60px; }

.tel { position: absolute; font-family: 'Montserrat'; font-size: 13px; top: 14px; right: 30px; z-index: 1000; color: #344A6C;  }

/* secciones  */ 

.slick div img { width: 100%; }
.col1 { float: left; width: 30%; height: 100%; padding-top: 100px; }
.col2 { float: right; width: 70%; border-left: 2px solid white; };

#quienessomos .col1 { padding: 0; height: 280px; padding: 20px 0; }
#quienessomos .col2 { height: 280px; }

.txt_quienes { font-size: 16px; }

#especialidades { padding: 50px 0; }
#especialidades h1, #servicios h1 { margin-bottom: 40px; }
.item { display: inline-block; width: 20%; margin-bottom: 15px; font-family: 'Montserrat'; font-size: 16px; text-transform: uppercase;}

#turnos { height: 400px; background-image: url('imgs/bg_contacto.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center;}
.form { display: inline-block; width: 480px; }
input, textarea { width: 100%; height: 48px; background-color: #344A6C; color: white; border-radius: 0; border: 0; margin: 1px 0; padding: 0 10px; }
textarea { padding: 10px; height: 200px; margin-bottom: 0; }

button { height: 48px; border: 0; margin: 0; cursor: pointer; color: white; font-size: 20px; padding: 0 30px; font-family: 'Montserrat'; font-size: 18px; float: right; padding-top: 2px; margin-top: 0; }
button:hover { background-color: #58AB95; }

.mapa { float: left; width: 100%; height: 400px; height: 35vw; overflow: hidden; }

#servicio { padding-bottom: 50px; }
.servicios { display: inline-block; width: 33.3333%; margin-bottom: 30px; vertical-align: top; display: none; }
.servicios_img { display: inline-block; width: 246px; height: 246px; overflow: hidden; border-radius: 50%; border: 1px solid #344A6C; margin-bottom: 10px; }
.servicios_img img { height: 100%; }

.equipo { display: inline-block; width: 25%; margin-bottom: 30px; vertical-align: top; padding: 0 5px; }
.equipo_img { display: inline-block; width: 196px; height: 196px; overflow: hidden; border-radius: 50%; margin-bottom: 10px; background-color: #eee; }
.equipo_img img { height: 100%; }
.equipo p { color: #1E1E1E; }

.forward, .back { position: fixed; top: 50%; margin-top: -25px; left: 30px; }
.forward { left: auto; right: 30px; }

#noticias { padding: 30px; margin-top: 90px; }
.noticias { display: inline-block; width: 21%; margin: 2%; vertical-align: top; margin-top: 0; text-align: left; color: black; margin-bottom: 20px; }
.noticias h3 { color: #58AB95; margin: 0; margin-bottom: 4px; }
.noticias_img { float: left; width: 100%; height: 20vw; overflow: hidden; margin-bottom: 20px; }
.noticias.noticias_img img { width: 100%; }

.noticia_col1 { float: left; width: 45%; padding-right: 30px; color: black; padding-bottom: 30px; }
.noticia_col1 h1 { margin-bottom: 20px; color: #58AB95;  }
.noticia_col1 h3 { color: #58AB95; }
.noticia_col2 { float: right; width: 55%; padding-bottom: 30px; }
.noticia_col2 img, .noticia_col2 iframe { width: 100%; }

#footer { position: relative; padding: 50px 30px; font-size: 14px; }
.nav_footer li { margin-bottom: 6px; font-family: 'Montserrat'; font-size: 13px; }
.social_footer { position: absolute; bottom: 50px; right: 30px; z-index: 1000;  }
.social_footer li { display: inline-block; margin-left: 6px; padding: 5px 0; }
.social_footer li a { display: inline-block; width: 35px; height: 35px; background-color: white; color: #344A6C; border-radius: 50%; text-align: center; padding-top: 12px;  f }
.social_footer li a:hover { background-color: #58AB95; }
.logo_footer { position: absolute; top: 50px; right: 30px; }

.creditos { float: left; font-size: 13px; }
.creditos a { color: white; }
.creditos a:hover { color: #58AB95; }

.detalles { float: left; margin-top: 120px; padding: 30px; }
.detalles h1 { font-size: 22px; margin-bottom: 10px; }
.icon_main { display: inline-block; vertical-align: top; margin-top: -5px; height: 60px; }
.fila { float: left; width: 100%; }
.detalles_txt { float: left; width: 60%; color: black;  }
.fila img { float: right; width: 36%; }
.volver { position: absolute; right: 30px; top: 155px; font-size: 14px; font-family: 'Montserrat'; font-size: 18px; color: #58AB95; }
.volver:hover { color: #344A6C; }

@media ( max-width: 900px) {
	
	h1, h2 { font-size: 20px; }
	h3 { font-size: 11px; }
	h4 { font-size: 22px; margin-right: 4px; margin-bottom: 10px; }
	.header { padding: 10px 20px; min-width: 300px; }
	.menu { left: 20px; }
	.pading { padding: 20px; }
	.nav { position: fixed; left: -200px; top: 70px; width: 180px; background-color: white; text-align: left; padding-left: 20px; font-size: 11px; }
	.nav li { display: block; margin: 6px; }
	.social, .tel { display: none; }
	.logo { width: 100%; text-align: center; }
	.logo img { width: 150px; }

	.tel { right: 20px; top: 28px; font-size: 10px; }
	
	#home { height: 100vh; }
	.slick, .slick div, .slick div img { height: 100%; width: auto; }
	
	.col1, .col2 { width: 100%; border: 0; }
	.col2 { padding-bottom: 30px; }
	
	#quienessomos .col2, #quienessomos .col1 { height: auto; }
	#quienessomos .col1 { padding-bottom: 0; }
 
	.txt_quienes { font-size: 12px; }
	
	.col1 { padding-top: 40px; text-align: center; }
	.item { margin: 20px; font-size: 11px; margin: 5px; }
	.item img { width: 50%; }

	/* #turnos { background-size: auto 100%; display: block; } */
	.form { width: 90%; margin: 5%; }
	button { font-size: 13px; width: 100%; }

	.mapa { height: 50vh; }
	.nav_footer, .logo_footer { display: none; }
	.social_footer { float: left; width: 100%; text-align: center; position: static; bottom: auto; right: auto;  }
	.social_footer li { margin: 0 5px; }

	.servicios, .equipo { width: 40%; margin: 10px; display: none; }
	.servicios_img, .equipo_img { width: 100%; height: 40vw; overflow: hidden; }
	.link1 { font-size: 11px; }
	.forward, .back { left: 0; }
	.forward { left: auto; right: 0; }

	#noticias { padding: 0; }
	.noticias { width: 100%; margin: 0; padding: 20px; }
	.noticias_img { height: 48vw; overflow: hidden; margin-bottom: 10px; }
	
	.noticia_col1, .noticia_col2 { float: left; width: 100%; padding: 20px; }
	.noticia_col2 { padding-bottom: 0; }

	.creditos { font-size: 12px; width: 100%; margin-bottom: 20px; text-align: center;  }

	.detalles {  margin-top: 60px; padding: 20px; }
	.detalles h1 { font-size: 14px; margin-bottom: 10px; }
	.icon_main { height: 30px; }
	.detalles_txt { width: 100%; }
	.fila img { width: 100%; margin-top: 20px; }
	.volver { right: 20px; top: 80px; font-size: 12px; }
	
	#footer { font-size: 12px; }
	
}
.imagenHome {
	background: url(imagenes/cidmed_home.png);
	background-size:100% auto;
	height: 310px;
	background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
	.imagenHome {
	  visibility: hidden;
	  clear: both;
	  float: left;
	  margin: 10px auto 5px 20px;
	  width: 28%;
	  display: none;
	}
	.quienessomosHome {
		width: 100%;
	}
  }

  .quienessomosHome {
	width: 50%;
	padding-top: 10%;
  }
  @media screen and (max-width: 600px) {
	.quienessomosHome {
		padding-top: 30%;
		width: 100%;
	}
  }
  .descripcion {
    padding-left: 20px;
}
.linea1 {
	border-left: 2px solid #58AB95;
}

@media screen and (max-width: 600px) {
	.linea1 {
	  border-left: 0px;
	}
}

.descripcion2 {
    padding-left: 20px;
}

.linea2 {
	border-left: 2px solid #344A6C;
}

@media screen and (max-width: 600px) {
	.linea2 {
		border-left: 0px;
	}
}

@media screen and (max-width: 600px) {
	.imagenPlusmed {
	 width: 240px;
	 height: 95px; 
	}
}