﻿/* CSS Document */



/*Small Menu*/

.menusmall{
	margin-top: 30px;
}

.menusmall button{
	margin-top: 5px;
	background-color: #0E8B25;
}

.menusmall button:hover{
	background-color: #085817;
}


@media screen and (max-width: 766px) {
	.menusmall button{
	width: 100%;
}
}


.button-destacado {
	background-color: #056CA6 !important;
}

.button-destacado:hover {
	background-color: #03517D !important;
}

/*Artículos*/

.cont_articles {
	max-width:800px ;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
		
}

#articles {
	margin-top: 80px;
	height: auto;
	margin-bottom: 40px;
	
}


/*Destacado*/
.articulo_destacado {
	width:360px;
	height: 280px;
	background-color: #484848;
	margin-left: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.articulo_destacado h2 {
	color: #FFFFFF;
	margin-top: 10px;
}

.articulo h2 {
	margin-top: 10px;
}

/**/



.articulo_foto {
	height: auto;
}

.articulo_foto img{
	margin-top: 4px;
	height: auto;
	width: auto;
}

.articulo_texto {
	bottom: 0px;
	text-transform: none;
	font-size: 1.3em;
	margin-top: 20px;
	line-height: 1em;
}

/**/


/*Artículos media*/


@media screen and (max-width: 980px) {
	


	.articulo, .articulo_destacado {
		overflow: hidden;
		margin-left: 10px;
	}	
	
	.articulo_foto {
	height: 220px;
}
	
	.articulo h2, .articulo_destacado h2 {
		font-size: 1.4em;
		margin-top: 18px;
		bottom: 5px;
	}	
	
}



@media screen and (max-width: 740px) {
	
	
	.articulo, .articulo_destacado {
		height: 210px;
		width: 250px;
		margin-left: 20px;
		margin-bottom: 30px;
		outline: solid 4px #484848;
	}	
	
	.articulo img, .articulo_destacado img {
		height: 170px;
		object-fit: contain;
	}	
	
	.articulo_foto {
	height: 170px;
}
	
	.articulo h2, .articulo_destacado h2 {
		font-size: 1em;
		margin-top: 14px;
	}	
}

/**/


.logotoggle {
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
	vertical-align: top;
	width: 50px;
	
}

span .fa-bars {
	margin-left: 10px;
}


#header nav img {
	margin-top: 15px;
	padding-left: 15px;
	float: left;
	
}


.major {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logo-hero {
	width: 500px;
	margin-bottom: 50px;
}

@media screen and (max-width: 580px) {
	.logo-hero {
	width: 300px;
}
}	


/*Section One*/

#one h1 {
	color: #aaa;
	text-transform: none;
	font-size: 1rem;
	font-weight: normal;
}

@media screen and (max-width: 950px) {

	#header img {
	visibility: none;	
	display: none;
}
	
}
	
p a href {
	text-decoration: none;
}

.clients li{
	margin-top: 10px;
	color: #646464;
	font-size: 1.2em;
	list-style:circle;
	
}
.buttondescription {
	width: 400px;
	height: 300px;
	margin-top: 30px;
	float: left;
	text-align: center;
}

.buttondescription p {
	align-content: center;
}




/*Button*/

.button1 {
		background-color: #323037;
		width: auto;
		border-radius: 4px;
		border: 0;
		cursor: pointer;
		display: flex; 
		font-weight: 700;
		align-content: center;
		justify-content: center;		
		height: 3.15em;
		padding: 0 2.2em;
		text-decoration: none;
		text-transform: uppercase;
		word-wrap: break-word;
		
	}

.button1 a {
	line-height: 1em;
	text-align: center;
	color: #ffffff;	
	align-self: center;
}



/*Section Three*/


#footer i{
	font-size: 2.5em;
				}

#header nav ul li a {
	font-size: 1em;
}

@media screen and (max-width: 1200px) {

			#header nav ul li a {
				font-size: 0.8em;
			}
	
			#header nav ul li a {
				font-size: 0.8em;
			}

		}


/*Section Two*/


#one li {
	list-style: none;
}

/*Section Three*/

#three {
	height: auto;
	
}

/*Contenedor Partners*/

#three  {
	background-color: #484848;
	color: #fff;
	
}


#four  {
	background-color: #505050;
	color: #fff;
}

#contenedorpartners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	height: auto;
	text-align: center;
	
}

.dostercios {
	max-width: 850px;
	margin: 0 auto;
}

.partner {
	margin: 30px;
	flex-basis: 20%;
}

/*Media Partners*/

	@media screen and (max-width: 480px) {
		
		.partner {
			margin: 10px;
		}
		
		.partner img {
			height: auto;
			width: 100px;
	
		}
	}

@media screen and (max-width: 580px) {
		
		.partner {
			margin: 10px;
		}
		
		.partner img {
			height: auto;
			width: 100px;
	
		}
	}



/*Slideshow*/


		* {box-sizing: border-box;}
		.mySlides {display: none;}
		img {vertical-align: middle;}

		/* Slideshow container */
		.slideshow-container {
		  max-width: 100%;
		  position: relative;
		  margin: 0;
		}

		/* The dots/bullets/indicators */
		.dot {
		  height: 15px;
		  width: 15px;
		  margin: 0 2px;
		  background-color: #bbb;
		  border-radius: 50%;
		  display: inline-block;
		  transition: background-color 0.6s ease;
		}

		.active {
		  background-color: #717171;
		}

		/* Fading animation */
		.fade {
		  -webkit-animation-name: fade;
		  -webkit-animation-duration: 1.5s;
		  animation-name: fade;
		  animation-duration: 1.5s;
		}

		@-webkit-keyframes fade {
		  from {opacity: .4} 
		  to {opacity: 1}
		}

		@keyframes fade {
		  from {opacity: .4} 
		  to {opacity: 1}
		}



	/*Texto principal*/

		.texto {
			margin-top: 100px;
		}


	/*Cursos*/


	.cursos {
	
	width: auto;
	height: auto;
	
}


.curso_destacado img { 
	border: 8px solid #3B3B3B;
}


.curso {
	margin-top: 50px;
}

.photocurso {
	height: 200px;
	width:  200px;
	display: inline-block; 
}

.photocurso img {
	margin: 10px;
	border-radius: 5px;
}

.textocurso {
	display:inline-block;
	margin-left: 50px;
	vertical-align:top;

}

.textocurso p {
	color: #FFF;
	max-width: 500px;
	text-align: justify;
}

.textocurso h3 {
	color: #FFF;
}

.textocurso a:hover {
	color:#D6D6D6;
}


/*Media Cursos*/

@media screen and (max-width: 845px) {

.textocurso {
	display:inline;
	margin-left: 0px;
	margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	
	.curso {
	margin-top: 50px;
	margin-left:0px;
}
	
.textocurso {
	display:inline;
	margin-left: 0px;
	margin-top: 20px;

}

.textointegrante {
	display:inline;
	margin-left:0px;
	margin-top: 20px;

}	
	
.textocurso h3 p {
	color: #FFF;
}

.textocurso a:hover {
	color:#D6D6D6;
}

	.textocurso p {
		font-size: 14px;
		text-align: left;
	}	
	
}


.mainimage img {
	max-height: 100%;
	max-width: 100%;
}


/*Media image principal */

@media screen and (max-width: 480px) {

	.mainimage img {
		height: 1200px;
		width: 400px;
	}
	
}


/*Texto integrantes quiénes somos */



.textointegrante {
	margin-top: 0px;
	display: inline-block;
	vertical-align: top;
}

.textointegrante h3,
.textointegrante p {
	max-width: 700px;
	margin-left: 40px;
}

@media screen and (max-width: 1000px) {
	
.textointegrante {
	display:block;
	margin-top: 20px;
	}
	
.textointegrante h3,
.textointegrante p {
	margin-left: 0px;
	}
	
.textointegrante p {
	font-size: 14px;
	}
	
.mainimage img {
		height: 100%;
		width: 100%;
	}	
}



/*Calendario*/
.responsiveCal {
 
position: relative; padding-bottom: 100%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}



#five {
	margin-top: 100px;
	margin-bottom: 50px;
	padding-top: 0;
}

#five h2 {
	color:#FFFFFF;
}

#five a {
	color:#FFFFFF;
}


/*UL especial */

.prerequisitos {
	margin-top: 80px;
	list-style: decimal;
}

.prerequisitos a {
	font-weight: 700;
}

.prerequisitos li {
	margin-bottom: 1em;
}

/*UL herramientas*/

#herramientas{
	margin-top: 60px;
	
}

#herramientas li{
	margin-bottom: 10px;
	
}

#herramientas a {
	font-weight: 600;
	
}

#herramientaspic p{
	max-width: 700px;
	font-style: italic;
	
}

#herramientaspic img {
	margin-top: 50px;
	text-align: center;
	height: 100%;
	width: 100%;
}



/*Clínicas Online*/

.glosario a strong {
	color: #056CA6;
}

.glosario li:hover{
	background-color: #EDEDED;
}


.contenidoclinicas li {
	margin-bottom: 30px;
}

.contenidoclinicas h3{
	color: #484848;
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 10px;
}

.contenidoclinicas strong{
	color: #023A5A;
	font-weight: 500;
}


/*Flowchart*/

.flowchart #myImg{
	margin: 50px 0px;
}
	


/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: zoom-in;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10002; /* Sit on top */
  padding-top: 15vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 95%;
  max-width: 95vw;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 5vh;
  right: 5vw;
  color: #f1f1f1;
  font-size: 20px;
  font-weight: normal;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media only screen and (min-width: 700px){
  .modal-content {
    width: 50%;
  }
}



/*Tabla Precios*/

.preciotitulo {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
}

.borde {
	text-align: center;
	border-left: solid 2px rgba(144, 144, 144, 0.25);
}


.precios {
	margin-top:0px;
	border: solid 2px rgba(144, 144, 144, 0.25);
}
.precios th{
	padding-top: 10px;
	line-height: 1.1em;	
}




/*Colapsable*/

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  text-transform: none;
  font-weight: 400;
  background-color: #484848;
  color: #ffffff;
  cursor: pointer;
  padding-left: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.1em;
  margin-top: 10px;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    background-color: #808080;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 20px;
  padding-left: 0;
  display: none;
  overflow: hidden;
  background-color: #ffffff;
}

.content ul{
	list-style-type: none;
}

.profesionales {
	line-height: 1.3em;
	padding-top: 20px;
	height: auto;
}

.profesionales p{
	color: #CBCBCB;
	font-size: 0.6em;
	padding-left: 0;
	padding-top: -20px;
	width: 100%;
}



.inscripcion {
	padding: 50px 0px;
}

.anchor{
  display: block;
  height: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}

.sublista {
	margin-bottom: 10px;
	margin-left: 30px;
}

.sublista li {
	list-style: disc;
	margin-bottom: 0;
}



/* Página de Pagos*/

#pagos {
	margin-top: 50px;
	margin-bottom: 100px;
	padding: 0 12px;
	height: 30vh;
	display: flex;
	align-items: center;
  	justify-content: center;
	}

#pagos .logo {
	width: 400px;
}

#pagos h2{
	font-size: 1.3em;
	padding: 10px;
	border-radius: 5px;
	background-color: #12B130;
	text-align: center;
	margin-top: 100px;
	color: #2F2F2F;
}

#pagos p {
	text-align: center;
}

