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

body {
      margin: 0 auto;
	  font-family: 'Montserrat', sans-serif;
	line-height: 1.5
}

.mt-3 {
	background-color: #025d8c;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: skyblue;
}

.color {
	color: coral;
	font-size: 35px;
	text-align: center;
}

.color2 {
	color: coral;
	font-size: 28px;
	text-align: center;
}


hr {
	width: 40%;
	margin: 0 auto;
  	border: 1px solid #025d8c;
	padding: 0;
	margin-bottom: 20px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}
h1 {
	font-size: 36px;
	color: #0e3042;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

h2 {
	font-size: 32px;
	color: #025d8c;
}


h5 {
	font-size: 25px;
	color:#025d8c; 
}

.ligas {
	font-size: 25px;
	color: #222f64;
	padding-left: 10%;
	text-align: left;
}

header {
	width: 100%;
	float: left;
}


footer {
	min-height: 110px;
	height: auto;
	background-color:#323232;
	float: left;
	width: 100%;
	color: white;
	padding: 10px 40px;
	box-sizing: border-box;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
	width: 40px;
	height: 40px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
	background: url(../images/page-to-top.png) no-repeat;
}

#myBtn:hover {
  background-color: #555;
}


.btnBordeAzul {
  color: #025d8c;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: transparent;
  border: 3px solid #025d8c;
	font-size: 18px;
	  font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

.btnBordeAzul:hover {
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: #025d8c;
  border: 3px solid #025d8c;
	font-size: 18px;
	  font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.btnBordeAzulChico {
  color: #025d8c;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: transparent;
  border: 3px solid #025d8c;
	font-size: 12px;
	  font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

.btnBordeAzulChico:hover {
  color: white;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: #025d8c;
  border: 3px solid #025d8c;
	  font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}



.centrado {
	margin:  0 auto;
	width: 100%;
	box-sizing: border-box;
}

.contacto {
	margin:  0 auto;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}

.contacto h2 {
	font-size: 36px;
}

.contacto h3 {
	font-size: 24px;
}

.logo {
	min-height: 100px;
	margin: 0 auto;
	/*background-color: #2b3a4b;*/
	  align-items: center;
	text-align:center;
	
background: rgba(93,139,170,1);
background: -moz-linear-gradient(top, rgba(93,139,170,1) 0%, rgba(30,58,78,1) 78%, rgba(30,58,78,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(93,139,170,1)), color-stop(78%, rgba(30,58,78,1)), color-stop(100%, rgba(30,58,78,1)));
background: -webkit-linear-gradient(top, rgba(93,139,170,1) 0%, rgba(30,58,78,1) 78%, rgba(30,58,78,1) 100%);
background: -o-linear-gradient(top, rgba(93,139,170,1) 0%, rgba(30,58,78,1) 78%, rgba(30,58,78,1) 100%);
background: -ms-linear-gradient(top, rgba(93,139,170,1) 0%, rgba(30,58,78,1) 78%, rgba(30,58,78,1) 100%);
background: linear-gradient(to bottom, rgba(93,139,170,1) 0%, rgba(30,58,78,1) 78%, rgba(30,58,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d8baa', endColorstr='#1e3a4e', GradientType=0 );
}

.logo img {
	width: 70%;
	margin: 0 auto;
	vertical-align:middle;
}




.container {
	width: 100%;
	margin: 0 auto;
	display: inline;
	padding: 0;
}

.collapsible {
  background-color: #025d8c;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
	margin-bottom: 5px;
}


.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
	margin-bottom: 10px;
}

.active:after {
  content: "\2212";
}

.active, .collapsible:hover {
	/*background-color: #025d8c;*/
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
	font-size: 19px;
}

/* carousel */
.row {
	width: 100%;
	min-height: 30px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.col-12 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;

}
.carousel {
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}
.carousel {
  position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 280px;
	height: auto;
	z-index: 1;
	/*background-color: #025d8c;*/
}


.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
	padding-bottom: 5px;
	/*background-color: #025d8c;*/
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item img {
	width: 100%;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}







@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10%;
  color: #a4c4f7;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #a4c4f7;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 40px;
  height: 60px;
  background: transparent no-repeat center center;
  background-size: 70% 70%;
	padding-left: 0;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dfe8f7' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dfe8f7' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #a4c4f7;
}
/*
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 40px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
*/

.carousel-caption {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
	left: 68%;
}

.button {
  border: none;
  color: #1e3a4e;
  padding: 4px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  bottom: 80px;
	margin-bottom: 10px;
}




.buttonBorder {
  border: none;
  color: white;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: transparent; 
  color: #FFF; 
  border: 3px solid #FFF;
	font-size: 18px;
}

.button1:hover {
  background-color: transparent;
  color: white;
	text-decoration: none;
}

.button1 a:hover {
  background-color: #7493b2;
  color: white;
	text-decoration: none;
}


.buttonAzul {
  background-color: #f5f8fc;
  color: #3a4d99; 
  border: 3px solid #3a4d99;
	font-size: 18px;
}

.buttonAzul:hover {
  background-color: #3a4d99;
  color: white;
}

.buttonAzul a:hover {
  background-color: #3a4d99;
  color: white;
	text-decoration: none;
}

.call {
	min-height: 120px;
	height: auto;
	width: 100%;
	background-color:#025d8c;
	float: left;
	margin-top: -10px;
	font-size: 26px;
	color: white;
	padding-bottom: 20px;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
	float: left;
}


.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
	align-items:center;
	text-align: center;
	float: left;
}


.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
	align-items:center;
	text-align: center;
	float: left;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  width: 33.333333%;
	align-items:center;
	text-align: center;
	float: left;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  width: 41.666667%;
	align-items:center;
	text-align: center;
	float: left;
}


.col-6 {
	width: 50%;
	float: left;
	margin: 0 auto;
	padding-top: 10px;
	align-items:center;
	text-align: center;
}


.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  width: 58.333333%;
	float: left;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  width: 66.666667%;
	float: left;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
	float: left;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  width: 83.333333%;
	float: left;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  width: 91.666667%;
	float: left;
}





.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
	float: left;
}


.servicios {
	width: 100%;
	height: auto;
	min-height: 20px;
	float: left;
	margin-bottom: 50px;
}
.titulo {
	width: 50%;
	min-height: 80px;
	max-height: 550px;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

.titulo p {
	text-align: center;
	font-size: 23px;
}

.titulo h1 {
	font-variant: small-caps;
	font-weight: 700;
}



.textoServicios {
	text-align: center;
	color: #747474;
	font-size: 17px;
}



.serviciosGrid {
	width: 100%;
	margin: 0 auto;
	min-height: 90px;
	height: auto;
	float: left;
	
}
.serviciosRecuadros {
	width: 20%;
	height: 400px;
	float: left;
}

.serviciosRecuadros img {
	width: 100%;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}


.serviciosTitulo {
	width: 80%;
	height: 50px;
	padding-left: 30px;
	color: #274456;
	font-weight: bold;
	font-size: 23px;
	font-variant: small-caps;
	box-sizing: border-box;
	float: left;
	align-items: center;
	display: flex;
}

.serviciosIcono {
	width: 20%;
	height: 50px;
	margin: 0 auto;
	float: left;
	vertical-align: middle;
	align-items: center;
	display: flex;
}

.serviciosTelefono {
	font-size: 17px;
	text-align: left;
}

.containerContacto {
	width: 100%;
	float: left;
}

.contactanos {
	width: 80%;
	margin: 0 auto;
	height: auto;
	min-height: 300px;
}

.contactoIconos {
	align-items: flex-end;
	height: 80px;
	padding-left: 30px;
	box-sizing: border-box;
}

.contactoIconos .col-1 {
	padding-right: 30px;
}


.contactoIconos .serviciosTelefono {
	padding: 0;
	margin: 0;
	font-size: 20px;
}

#contact-form {  
   min-width: 300px;
   width:100%;
   max-width:700px;
   margin: 40px auto;
   border-radius: 15px;    
   text-align:left;
	  font-family: 'Montserrat', sans-serif;
}
 
#contact-form input,  
#contact-form select,  
#contact-form textarea,  
#contact-form label {  
   font-size: 18px;  
   margin-bottom: 2px;
   border-width:2px;
   font-weight:400;   
}  
 
#contact-form input,  
#contact-form select,  
#contact-form textarea {  
   min-width: 300px;
   width:98%;
   max-width:900px;
   background: #fff;
   border: 1;
   border-radius: 5px;
   margin-bottom: 25px;
   border-color: #d7d8da;
   padding: 5px;
   height: 50px;
}  
 
#contact-form input:focus,  
#contact-form select:focus,  
#contact-form textarea:focus {  
   background-color: #E5E6E7;
}  
 
#contact-form textarea {  
   height: 70px;  
}  
 /*
#contact-form #submit {  
   min-width: 200px;
   width:50%;
   max-width:900px;
   color:white;
   font-size:18px;  
   border: none;  
   background-color: #025d8c;
   
}  

#contact-form #submit {  
   width: 142px;
	height: 50px;
   color:white;
   font-size:22px;  
   border: none;  
   background-color: #025d8c;
   
}  

#contact-form #submit:hover {  
   background-color:#274456;  
   color: white;
}
  */


#contact-form #submit {  
  background-color: transparent; 
  color: #3a4d99; 
  border: 3px solid #3a4d99;
	font-size: 22px;
	height: 50px;
	width: 50%;
	max-width: 200px;
}

#contact-form #submit:hover {  
  background-color: #3a4d99;
  color: white;
}

#contact-form #submit a:hover {
  background-color: #3a4d99;
  color: white;
	text-decoration: none;
}



input:required, textarea:required {  
   box-shadow: none;
   -moz-box-shadow: none;  
   -webkit-box-shadow: none;  
   -o-box-shadow: none;
		  font-family: 'Montserrat', sans-serif;

}
 
#contact-form .required {  
   font-weight:bold;  
   color: #E5E6E7;      
}
 
#failure, #success {
   color: #6EA070;
   display:none;  
}

#contact-form .izq {  
	width: 45%;
	margin-right: 4%;
	float: left;
	height: 40px;
}

#contact-form .derecha {  
	width: 45%;
	height: 40px;
	float: right;
}

#contact-form .seleccionar {  
	height: 100px;
}


#contact-form .seleccionar label {  
	width: 100%;
	max-width: 350px;

   margin: 0px;
   
   padding: 0px;
}  
 

#contact-form .seleccionar label input {  
	width: 100%;
	max-width: 30px;
	height: 30px;

   margin-bottom: 0px;
   border-width:0px;
   
   padding: 0px;
}  

#contact-form .formTema {
	font-weight: 600;
}


/* xxxxx fin formulario xxxx */





.serviciosCol {
	min-height: 30px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	width: 95%;
}





.footerMenu {
	font-size: 13px;
	word-spacing: 5px;
	margin: 0 auto;
}



/* servicios */

.serviciosGrid2 {
	width: 100%;
	margin: 0 auto;
	min-height: 150px;
	height: auto;
	float: left;	
}

.col-2-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  width: 18%;
	min-height: 80px;
	height: auto;
	margin: 15px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	align-content: center;
	align-items: center;
}

.recuadroServicioImg {
	width: 100%;
	max-height: 239px;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0;
}

.recuadroServicioImg img {
	width: 100%;
}

.recuadroServicioTexto {
	width: 100%;
	height: 450px;
	padding: 10px;
	background-color: #025d8c;
	float: left;
	box-sizing: border-box; 
	text-align: center;
	color: white;
}

.recuadroServiciosTitulo {
	color: white;
	font-weight: bold;
	font-size: 23px;
	font-variant: small-caps;
	text-align: center;
	height: 50px;
	margin-bottom: 30px;
}



.btnBorde {
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: transparent;
  border: 3px solid #FFF;
	font-size: 18px;
	  font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}

.footerMenu .one {
	margin: 0 auto;
	width: 50%;
}

.col-5 {
	list-style-type: none;
	display: inline;
	height: auto;
	min-height: 30px;
}

.col-5 ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.col-5 ul li {
	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
}

.one {
	padding-top: 20px;
	margin-bottom: 20px;
	height: auto;
	min-height: 110px;
}

.one ul li {
	width: 100%;
	float: left;
	margin: 3px;
}

.one ul li a {
	padding: 0;
	margin: 0;
	word-spacing: 0;
}



.cursosGrid {
	width: 75%;
	margin: 0 auto;
	min-height: 150px;
	height: auto;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}


.cursosGrid .col-6 {
	width: 30%;
/*	width: 47%;*/
	height: auto;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	min-height: 400px;
	max-height: 1200px;
	padding: 0;
	margin: 20px;
	float: left;
}

.col-md-6 .envolvente {
	display: inline-flex
}


.cursoImg {
	width: 100%;
	float: left;
	height: auto;
	min-height: 140px;
	max-height: 280px;
	box-sizing: border-box;
}

.cursoImg img {
	width: 90%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
}

.cursoInfo {
	width: 100%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-top: 20px;
}

.cursoFecha {
	width: 25%;
	float: left;
	box-sizing: border-box;
	height: auto;
	min-height: 400px;
}

.cursoFechaRecuadro {
	width: 70px;
	background-color: #025d8c;
	height: 70px;
	box-sizing: border-box;
	color: white;
	font-size: 22px;
	margin: 0 auto;
	padding-top: 7px;
	line-height: 1.3;
	
	text-shadow: 1px 1px #043d5a, 2px 2px #043d5a, 3px 3px #043d5a;
}
.cursoFechaRecuadro p {
	padding-top: 0;
	margin-top: 0;
}

.cursoTexto {
	width: 73%;
	height: auto;
	min-height: 400px;
	box-sizing: border-box;
	padding: 0 20px 30px 0;
	float: left;
	text-align: left;
}

.cursoTitulo {
	width: 100%;
	height: 100px; /*Misma altura que fechaRecuadro*/
	color: #025d8c;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 34px;
}

.cursoTitulo p {
	margin: 0;
}

.cursoRow {
	width: 100%;
	height: auto;
	min-height: 20px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.cursoIcon {
	width: 5%;
	height: auto;
	font-size: 16px;
	float: left;
	box-sizing: border-box;
}



.cursoIcon img {
	width: 20px;
}

.cursoDescripcion {
	width: 95%;
	min-height: 250px;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.cursoDescripcion p {
	padding-top: 0;
	margin-top: 0;
}

.containerDescripcion {
	display: flex;
}
.menorPuntaje{
	font-size: 14px;
}

.textoChico {
	font-size: 13px;
}

.cursoDescripcionFecha {
	width: 95%;
	min-height: 70px;
	height: auto;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.cursoDescripcionItalicas {
	font-size: 14px;
	color: dimgrey;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.versalitas {
	letter-spacing: 1px;
	font-variant: small-caps;
}

.fechaDia {
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.fecha {
	font-size: 20px;
	font-weight: bold;
	color: black;
}

.cursoDescripcion2 {
	width: 45%;
	height: auto;
	min-height: 60px;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}

.cursoDescripcion2 p {
	padding-top: 0;
	margin-top: 0;	
}


.formularioRegistro {
	float: left;
	height: auto;
	min-height: 1000px;
	max-height: 7000px;
}
.lateral {
	float: left;
	font-size: 28px;
	padding: 20px 80px 40px 80px;
}

.asideCursos {
	width: 100%;
}

.asideCursos img {
	width: 70%;
	margin: 20px;
	box-sizing: border-box;
}

.pasosImg {
	width: 80px;
	height: 80px;
}
.pasosRegistro {
	width: 66.66%;
	float: left;
}

.pasosRegistro .row {
	margin-bottom: 40px;
}

.pasos {
	margin: 0 auto;
	width: 80%;
}
.lateral {
}

.pasos .row .col-10 {
	padding-left: 50px;
}


footer {
	float: left;
}

.linea {
	padding-left: 40px;
}
.footerLinea {
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}

.footerLinea ul li {
	display: inline;
	width: 120px;
	padding: 0 30px;
}











@media (max-width: 680px) {

	.carousel {
	  position: relative;
		height: 200px;
	}
	
	
}

/*para 1920*/
@media (min-width: 1700px) {
	.serviciosRecuadros {
		min-height: 452px;
		height: auto;
	}
	
	.serviciosTitulo {
		padding-top: 50px;
	}	
	
	.serviciosIcono {
		padding-top: 25px;
	}
	
	#contact-form {  
	   width: 100%;
	   margin: 0 auto;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
		padding-left: 0;
		margin: 0;
		padding: 0;
		max-width: 679px;
		margin-bottom: 30px;
	}
	
	#contact-form .izq {  
	   width: 100%;
		max-width: 679px;
	   margin-bottom: 15px;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
   padding: 5px;
		height: 40px;
		margin-right: 0;
		display: inline;
		float: left;
}

	#contact-form .derecha {  
	   width: 100%;
		max-width: 679px;
	   margin-bottom: 15px;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
	   padding: 5px;
	   height: 40px;
		display: inline;
		float: left;
	}
	#contact-form textarea {
		margin-top: 5px;
	   width: 100%;
		max-width: 679px;
		margin-right: 0;
		height: 360px;
		float: left;
	}
	
#contact-form input,  
#contact-form select,  
#contact-form textarea,  
#contact-form label {  
   font-size: 18px;  
   margin-bottom: 2px;
   border-width:2px;
   font-weight:400;
   
}  
 
#contact-form input,  
#contact-form select {  
	   width: 100%;
		max-width: 679px;
   background: #fff;
   border: 1;
   border-radius: 5px;
   margin-bottom: 10px;
   border-color: #d7d8da;
   padding: 5px;
   height: 40px;
		box-sizing: border-box;
}  
	
#contact-form textarea {  
	   width: 100%;
		max-width: 679px;
   background: #fff;
   border: 1;
   border-radius: 5px;
   margin-bottom: 10px;
   border-color: #d7d8da;
   padding: 5px;
   height:90px;
		box-sizing: border-box;
}  	
	
.cursoDescripcion {
	width: 95%;
	min-height: 250px;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
	
	.cursosGrid .col-6 {
	width: 29.5%;
/*	width: 47%;*/
	height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	min-height: 970px;
	max-height: 1700px;
	padding: 0;
	background-color: white;
	margin: 20px;
	float: left;
}
	
.cursoDescripcionFecha {
	width: 95%;
	min-height: 85px;
	height: auto;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
	
	
}

/*para 1600*/
@media (min-width: 1500px) and (max-width: 1699px) {
	.serviciosRecuadros {
		min-height: 402px;
		height: auto;
	}
	
	.serviciosTitulo {
		padding-top: 50px;
	}	
	
	.serviciosIcono {
		padding-top: 25px;
	}
	
	
	.form-control {
		width: 100%;
	}
	
	.recuadroServicioTexto {
		height: 500px;
	}
	
	
	#contact-form {  
	   width: 100%;
	   margin: 0 auto;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
		padding-left: 0;
		margin: 0;
		padding: 0;
		max-width: 679px;
		margin-bottom: 30px;
	}
	
	#contact-form .izq {  
	   width: 100%;
		max-width: 679px;
	   margin-bottom: 15px;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
   padding: 5px;
		height: 40px;
		margin-right: 0;
		display: inline;
		float: left;
}

	#contact-form .derecha {  
	   width: 100%;
		max-width: 679px;
	   margin-bottom: 15px;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
	   padding: 5px;
	   height: 40px;
		display: inline;
		float: left;
	}
	#contact-form textarea {
		margin-top: 5px;
	   width: 100%;
		max-width: 679px;
		margin-right: 0;
		height: 360px;
		float: left;
	}
	
#contact-form input,  
#contact-form select,  
#contact-form textarea,  
#contact-form label {  
   font-size: 18px;  
   margin-bottom: 2px;
   border-width:2px;
   font-weight:400;
   
}  
 
#contact-form input,  
#contact-form select {  
	   width: 100%;
		max-width: 679px;
   background: #fff;
   border: 1;
   border-radius: 5px;
   margin-bottom: 10px;
   border-color: #d7d8da;
   padding: 5px;
   height:40px;
		box-sizing: border-box;
}  
	
	
	
#contact-form textarea {  
	   width: 100%;
		max-width: 679px;
   background: #fff;
   border: 1;
   border-radius: 5px;
   margin-bottom: 10px;
   border-color: #d7d8da;
   padding: 5px;
   height:90px;
		box-sizing: border-box;
}  	
	.cursosGrid {
		height: auto;
		min-height: 900px;
	}
	.cursosGrid .col-6 {
	width: 29.5%;
/*	width: 47%;*/
	height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	min-height: 930px;
	max-height: 1700px;
	padding: 0;
	background-color: white;
	margin: 20px;
	float: left;
}

	.cursoDescripcion {
		width: 90%;
		/*height: 310px;*/
		min-height: 250px;
		float: left;
		padding-left: 20px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	.cursoDescripcion p {
		padding-top: 0;
		margin-top: 0;
	}

	.menorPuntaje p {
		font-size: 14px;
	}
	.cursoIcon {
		width: 10%;
		height: auto;
		font-size: 16px;
		float: left;
		box-sizing: border-box;
	}

	.cursoIcon img {
		width: 20px;
	}
	
.cursoDescripcionFecha {
	width: 90%;
		min-height: 55px;
		height: auto;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

	
	
	
}

/*para arriba 1200*/
@media (min-width: 1200px) and (max-width: 1499px){
	.serviciosGrid2 {
		width: 100%;
		margin: 0 auto;
		min-height: 150px;
		height: auto;
		float: left;
	}
	.col-2-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.66%;
	  flex: 0 0 16.66%;
	  width: 16.66%;
		min-height: 80px;
		height: auto;
		margin: 15px;
		box-sizing: border-box;
		float: left;
		text-align: center;
		align-content: center;
		align-items: center;
	}
	.recuadroServicioImg {
		width: 100%;
		max-height: 239px;
		height: auto;
		float: left;
		box-sizing: border-box;
		padding: 0;
	}

	.recuadroServicioImg img {
		width: 100%;
	}

	.recuadroServicioTexto {
		width: 100%;
		height: 660px;
		padding: 10px;
		background-color: #025d8c;
		float: left;
		box-sizing: border-box; 
		text-align: center;
		color: white;
		padding-bottom: 30px;
	}

	.recuadroServiciosTitulo {
		color: white;
		font-weight: bold;
		font-size: 23px;
		font-variant: small-caps;
		text-align: center;
		height: 50px;
	}



	.btnBorde {
	  color: white;
	  padding: 10px 20px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  margin: 4px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
	  background-color: transparent;
	  border: 3px solid #FFF;
		font-size: 18px;
		  font-family: 'Montserrat', sans-serif;
		letter-spacing: 1px;
	}
	
	
	.serviciosRecuadros {
		min-height: 332px;
		height: auto;
		max-height: 400px;
	}
	
	.serviciosTitulo {
		padding-top: 50px;
		font-size: 22px;
	}	
	
	.serviciosIcono {
		padding-top: 25px;
	}
	
	
	
	
	.contactoIconos {
		width: 100%;
		float: left;
		box-sizing: content-box;
		padding-left: 0;
	}
	
	
	.contactoIconos .serviciosTelefono {
		font-size: 16px;
	}
	
	.col-6 #contact-form {  
	   width: 40%;
	   margin: 40px auto;
	   border-radius: 15px;    
	   text-align:left;
		  font-family: 'Montserrat', sans-serif;
	}
	
	.contactanos .col-6 {
		width: 20%;
		float: left;
		margin-left: 30px;
	}
	
	
	#contact-form input,  
	#contact-form select,  
	#contact-form textarea {  
	   width: 100%;
	   background: #fff;
	   border: 1;
	   border-radius: 5px;
	   margin-bottom: 25px;
	   border-color: #d7d8da;
	   padding: 5px;
	   height:40px;
		box-sizing: border-box;
}  

	#contact-form .izq {  
	width: 49%;
		box-sizing: border-box;
		margin-right: 1%;
}

	#contact-form .derecha {  
		width: 49%;
		float: none;
		box-sizing: border-box;
		margin-left: 1%;
		
	}

	#contact-form .seleccionar {  
		height: 100px;
	}
	
	.containerContacto {
	}
	
	.contactanos {
		width: 90%;
	}
	
	.contactanos .col-5 {
		width: 30%;
		padding-right: 30px;
		box-sizing: border-box;
		max-width: 90%;
		float: left;
	}
	
	
	
	.contactoIconos .col-1 {
		width: 10%;
		float: left;
	}
	.contactoIconos .col-5 {
		width: 75%;
		float: left;
		padding: 0;
		margin: 0;
	}
	
	.contactanos .col-5 .serviciosTelefono {
		width: 90%;
		margin: 0;
		padding: 0;
		padding-left: 15px;
	}
	
	
	
	
	.contactoIconos .serviciosTelefono {
		font-size: 16px;
		width: 70%;
	}
	
	.contacto h2 {
		font-size: 30px;
	}
	.contacto {
		margin: 0;
		padding: 0;
	}
	.recuadroServiciosTitulo {
		height: 80px;
	}
	
	.recuadroServicioTexto	 {
		min-height: 610px;
	}
	
	.btnBorde {
		  color: white;
		  padding: 5px 10px;
		  text-align: center;
		  text-decoration: none;
		  display: inline-block;
		  margin: 4px 2px;
		  transition-duration: 0.4s;
		  cursor: pointer;
		  background-color: transparent;
		  border: 3px solid #FFF;
			font-size: 16px;
			  font-family: 'Montserrat', sans-serif;
			letter-spacing: 1px;
		}
	
	
	.cursosGrid {
		width: 85%;
	}

	.cursoFecha {
		width: 22%;
	}
	.cursoFechaRecuadro {
		width: 63px;
		height: 63px;
		padding: 5px;
		line-height: 26px;
	}
	.cursoTexto {
		width: 76%;
		height: auto;
		min-height: 400px;
		box-sizing: border-box;
		padding: 0 20px 30px 10px;
		float: left;
		text-align: left;
	}

	
	.cursosGrid {
		height: auto;
		min-height: 900px;
	}
	.cursosGrid .col-6 {
	width: 29.3%;
/*	width: 47%;*/
	height: auto;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	min-height: 1150px;
	max-height: 1700px;
	padding: 0;
	background-color: white;
	margin: 20px;
	float: left;
	}

	.cursoDescripcion {
		width: 90%;
		height: 500px;
				/*height: 390px;*/

		float: left;
		padding-left: 20px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	.cursoDescripcion p {
		padding-top: 0;
		margin-top: 0;
	}

	.menorPuntaje p {
		font-size: 14px;
	}
	.cursoIcon {
		width: 10%;
		height: auto;
		font-size: 16px;
		float: left;
		box-sizing: border-box;
	}

	.cursoIcon img {
		width: 20px;
	}
	
.cursoDescripcionFecha {
	width: 90%;
		min-height: 55px;
		height: auto;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

	
	
	
	
	
	
}


/*para arriba 1024*/
@media (min-width: 920px) and (max-width: 1199px){

	.contactanos {
		height: auto;
		min-height: 400px;
	}
	
	.contactanos .col-5 {
		width: 40%;
		padding-right: 30px;
		box-sizing: border-box;
		max-width: 90%;
		float: left;
	}
	
	.contactanos .col-6 {
		float: left;
		height: auto;
		min-height: 400px;
	}
	
	
	.contactoIconos {
		float: left;
	}
	.contactoIconos .col-1 {
		width: 10%;
		float: left;
	}
	.contactoIconos .col-5 {
		width: 75%;
		float: left;
		padding: 0;
		margin: 0;
	}
	
	.contactanos .col-5 .serviciosTelefono {
		width: 90%;
		margin: 0;
		padding: 0;
		padding-left: 15px;
	}
	
	
	
	
	.contactoIconos .serviciosTelefono {
		font-size: 16px;
		width: 70%;
	}	
	
	
	
	
	.form-control {
		width: 100%;
	}
	
	
	#contact-form {  
	   width: 60%;
	   margin: 0 auto;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
		padding-left: 0;
		margin: 0;
		padding: 0;
		max-width: 679px;
	}
	
	#contact-form .izq {  
	   width: 100%;
		max-width: 679px;
	   margin-bottom: 15px;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
   padding: 5px;
		height: 40px;
		margin-right: 0;
		display: inline;
		float: left;
}

	#contact-form .derecha {  
	   width: 100%;
		max-width: 679px;
	   margin-bottom: 15px;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
	   padding: 5px;
	   height: 40px;
		display: inline;
		float: left;
	}
	#contact-form textarea {
		margin-top: 5px;
	   width: 100%;
		max-width: 679px;
		margin-right: 0;
		height: 360px;
		float: left;
	}
	
#contact-form input,  
#contact-form select,  
#contact-form textarea,  
#contact-form label {  
   font-size: 18px;  
   margin-bottom: 2px;
   border-width:2px;
   font-weight:400;
   
}  
 
#contact-form input,  
#contact-form select {  
	   width: 100%;
		max-width: 679px;
   background: #fff;
   border: 1;
   border-radius: 5px;
   margin-bottom: 10px;
   border-color: #d7d8da;
   padding: 5px;
   height: 40px;
		box-sizing: border-box;
}  
	
#contact-form textarea {  
	   width: 100%;
		max-width: 679px;
   background: #fff;
   border: 1;
   border-radius: 5px;
   margin-bottom: 10px;
   border-color: #d7d8da;
   padding: 5px;
   height:90px;
		box-sizing: border-box;
}  	.serviciosGrid2 {
		width: 100%;
		margin: 0 auto;
		min-height: 150px;
		height: auto;
		float: left;
	}
	
	.col-2-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.66%;
	  flex: 0 0 16.66%;
	  width: 29%;
		min-height: 80px;
		height: auto;
		margin: 15px;
		box-sizing: border-box;
		float: left;
		text-align: center;
		align-content: center;
		align-items: center;
	}
	
	.serviciosRecuadros {
		height: 300px;
	}
	
	.serviciosGrid {
		width: 100%;
		margin: 0 auto;
		min-height: 90px;
		height: auto;
		float: left;
	}
	
	.serviciosTitulo {
		font-size: 17px;
		padding-top: 30px;
		padding-left: 10px;
	}
	
	.serviciosIcono {
		padding-top: 12px;
	}
	
	
	.cursosGrid {
		width: 85%;
	}

	.cursoFecha {
		width: 22%;
	}
	.cursoFechaRecuadro {
		width: 63px;
		height: 63px;
		padding: 5px;
		line-height: 26px;
	}
	.cursoTexto {
		width: 78%;
		height: auto;
		min-height: 400px;
		box-sizing: border-box;
		padding: 0 20px 30px 10px;
		float: left;
		text-align: left;
	}

	
	.cursosGrid {
		height: auto;
		min-height: 900px;
	}
	.cursosGrid .col-6 {
	width: 44%;
/*	width: 47%;*/
	height: auto;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	min-height: 400px;
	max-height: 1700px;
	padding: 0;
	background-color: white;
	margin: 20px;
	float: left;
	}

	.cursoDescripcion {
		width: 90%;
		/*height: 240px;*/
		height: 350px;
		float: left;
		padding-left: 20px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	.cursoDescripcion p {
		padding-top: 0;
		margin-top: 0;
	}

	.menorPuntaje p {
		font-size: 15px;
	}
	.cursoIcon {
		width: 10%;
		height: auto;
		font-size: 16px;
		float: left;
		box-sizing: border-box;
	}

	.cursoIcon img {
		width: 20px;
	}
	
.cursoDescripcionFecha {
	width: 90%;
		min-height: 75px;
		height: auto;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.cursoDescripcionItalicas {
	font-size: 14px;
	color: #a0a0a0;
	font-style: italic;
	margin: 0;
	padding: 0;
	height: auto;
}

.versalitas {
	letter-spacing: 1px;
	font-variant: small-caps;
}

.fechaDia {
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.fecha {
	font-size: 20px;
	font-weight: bold;
	color: black;
}
	
.cursoDescripcion2 {
	width: 45%;
	height: auto;
	min-height: 60px;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}

.cursoDescripcion2 p {
	padding-top: 0;
	margin-top: 0;	
}

	.recuadroServiciosTitulo {
		margin-bottom: 30px;
		height: 50px;
	}
	.recuadroServicioTexto {
		height: 530px;
	}
	
	.recuadroServiciosTitulo .rentaAulas {
		font-size: 12px;
	}
	
	
	.btnBorde {
	  color: white;
	  padding: 5px 10px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  margin: 2px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
	  background-color: transparent;
	  border: 3px solid #FFF;
		font-size: 15px;
		  font-family: 'Montserrat', sans-serif;
		letter-spacing: 1px;
		width: 90%;
	}
	
	
	.buttonAzul {
	  background-color: transparent; 
	  color: #3a4d99; 
	  border: 3px solid #3a4d99;
		font-size: 16px;
		margin-bottom: -10px;
	}

	.buttonAzul:hover {
	  background-color: #3a4d99;
	  color: white;
	}

	.buttonAzul a:hover {
	  background-color: #3a4d99;
	  color: white;
		text-decoration: none;
	}


	
}


/*para arriba 720*/
@media (min-width: 680px) and (max-width: 919px){
	
	
	.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: coral;
}

	
	.call .centrado {
		font-size: 18px;
	}
	
	.call .centrado .col-6 {
		font-size: 18px;
	}
	.call {
		min-height: 130px;
		height: auto;
		width: 100%;
		background-color:#025d8c;
		float: left;
		margin-top: -10px;
		color: white;
		padding-bottom: 30px;
		font-size: 18px;
	}
	
	
	.button1 {
	  background-color: transparent; 
	  color: #FFF; 
	  border: 3px solid #FFF;
		font-size: 16px;
		padding: 12px 28px;
	}
	

	.button1:hover {
	  background-color: #7493b2;
	  color: white;
		text-decoration: none;
	}

	.button1 a:hover {
	  background-color: #7493b2;
	  color: white;
		text-decoration: none;
	}

	
	
	.titulo {
		width: 60%;
	}
	
	.contactanos {
		height: auto;
		min-height: 350px;
	}
	
	.contactanos .col-5 {
		width: 98%;
		padding: 10px;
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 98%;
		height: auto;
		min-height: 100px;
	}
	
	.contactoIconos {
		padding: 0;
		height: auto;
		min-height: 50px;
		padding-top: 30px;
		width: 46%;
		font-size: 16px;
		box-sizing: content-box;
		margin: 10px;
	}
	.contacto h2, h3 {
		text-align: center;
	}
	


	.contactoIconos .col-1 {
		padding-left: 0;
		width: 30%;
		box-sizing: border-box;
		padding-right: 20px;
		margin-right: 20px;
	}
	
	.contactoIconos .col-5 {
		width: 80%;
		box-sizing: border-box;
	}
	.contactoIconos .serviciosTelefono {
		font-size: 16px;
		width: 90%;
	}
	
	
	
	
	.form-control {
		width: 100%;
	}
	
	
	#contact-form {  
	   width: 100%;
	   margin: 0 auto;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
		padding-left: 0;
		margin: 0;
		padding: 0;
	}
	.form-horizontal {
		margin: 0 auto;
		width: 80%;
		margin-bottom: 30px;
	}
	#contact-form .izq {  
	   width: 100%;
		max-width: 679px;
	   margin-bottom: 15px;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
   padding: 5px;
		height: 40px;
		margin-right: 0;
		display: inline;
		float: left;
}

	#contact-form .derecha {  
	   width: 100%;
		max-width: 679px;
	   margin-bottom: 15px;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
	   padding: 5px;
	   height: 40px;
		display: inline;
		float: left;
	}
	#contact-form textarea {
		margin-top: 5px;
	   width: 100%;
		max-width: 679px;
		margin-right: 0;
		height: 360px;
		float: left;
	}
	
#contact-form input,  
#contact-form select,  
#contact-form textarea,  
#contact-form label {  
   font-size: 18px;  
   margin-bottom: 2px;
   border-width:2px;
   font-weight:400;
   
}  
 
#contact-form input,  
#contact-form select {  
	   width: 100%;
		max-width: 679px;
   background: #fff;
   border: 1;
   border-radius: 5px;
   margin-bottom: 10px;
   border-color: #d7d8da;
   padding: 5px;
   height: 40px;
		box-sizing: border-box;
}  
	
#contact-form textarea {  
	   width: 100%;
		max-width: 679px;
   background: #fff;
   border: 1;
   border-radius: 5px;
   margin-bottom: 10px;
   border-color: #d7d8da;
   padding: 5px;
   height:90px;
		box-sizing: border-box;
}  	.serviciosGrid {
		width: 100%;
		margin: 0 auto;
		min-height: 90px;
		height: auto;
		float: left;

	}
	.serviciosRecuadros {
		width: 33.33%;
		height: 350px;
		float: left;
		margin-bottom: 30px;
	}

	.serviciosRecuadros img {
		margin-bottom: 25px;
	}
	
	.serviciosTitulo {
		padding-left: 10px;
		font-size: 1.37em;
	}
	
	.serviciosGrid2 {
		width: 100%;
		margin: 0 auto;
		min-height: 150px;
		height: auto;
		float: left;
	}
	.col-2-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.66%;
	  flex: 0 0 16.66%;
	  width: 28%;
		min-height: 80px;
		height: auto;
		margin: 15px;
		box-sizing: border-box;
		float: left;
		text-align: center;
		align-content: center;
		align-items: center;
	}
	.recuadroServicioImg {
		width: 100%;
		max-height: 299px;
		height: auto;
		float: left;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}

	.recuadroServicioImg img {
		width: 100%;
	}
	/*

	.recuadroServicioTexto {
		width: 100%;
		height: 700px;
		padding: 10px;
		background-color: #025d8c;
		float: left;
		box-sizing: border-box; 
		text-align: center;
		color: white;
		margin-top: -10px;
	}

	.recuadroServiciosTitulo {
		color: white;
		font-weight: bold;
		font-size: 23px;
		font-variant: small-caps;
		text-align: center;
		padding: 0;
		margin-top: -10px;
		height: 130px;
	}
*/

	.recuadroServicioTexto {
		width: 100%;
		height: 590px;
		padding: 10px;
		background-color: #025d8c;
		float: left;
		box-sizing: border-box; 
		text-align: center;
		color: white;
		margin-top: -10px;
	}
	
	.textoRecuadro {
		font-size: 15px;
	}

	.recuadroServiciosTitulo {
		color: white;
		font-weight: bold;
		font-size: 21px;
		font-variant: small-caps;
		text-align: center;
		height: 50px;
		padding: 0;
		padding-bottom: 20px;
	}

	.recuadroServicioTexto .rentaAulas {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	
	
	
	.btnBorde {
	  color: white;
	  padding: 5px 10px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  margin: 2px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
	  background-color: transparent;
	  border: 3px solid #FFF;
		font-size: 15px;
		  font-family: 'Montserrat', sans-serif;
		letter-spacing: 1px;
		width: 90%;
	}
	
	/*
		.buttonBorder {
	  border: none;
	  color: white;
	  padding: 5px 8px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  margin: 4px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
	}
	*/
	.button {
		padding: 8px 12px;
	}
	.buttonAzul {
	  background-color: transparent; 
	  color: #3a4d99; 
	  border: 3px solid #3a4d99;
		font-size: 16px;
		margin-bottom: -10px;
	}

	.buttonAzul:hover {
	  background-color: #3a4d99;
	  color: white;
	}

	.buttonAzul a:hover {
	  background-color: #3a4d99;
	  color: white;
		text-decoration: none;
	}
	
	
	
	
	
	footer .col-8 {
		width: 50%;
	}
	
	.footerMenu {
		width: 50%;
		max-width: 100%;
	}
	.footerMenu .one {
		margin: 0 auto;
		width: 50%;
		max-width: 100%;
	}
	
	
	
		.cursosGrid {
			width: 100%;
		}

		.cursoFecha {
			width: 30%;
		}
		.cursoFechaRecuadro {
			width: 63px;
			height: 63px;
			padding: 5px;
			line-height: 26px;
		}
		.cursoTexto {
			width: 68%;
			height: auto;
			min-height: 100px;
			box-sizing: border-box;
			padding: 0 20px 30px 10px;
			float: left;
			text-align: left;
		}


		.cursosGrid {
			height: auto;
			min-height: 900px;
		}
		.cursosGrid .col-6 {
		width: 43%;
			max-width: 900px;
	/*	width: 47%;*/
		height: auto;
		box-sizing: border-box;
		border-radius: 10px;
		border: 1px solid #e5e5e5;
		min-height: 400px;
		max-height: 1700px;
		padding: 0;
		background-color: white;
		margin: 20px;
		float: left;
		}
	
	.cursoImg {
			min-height: 100px;
			max-height: 150px;
	}

		.cursoImg img {
			width: 80%;
		}

		.cursoDescripcion {
			width: 90%;
			/*height: 350px;*/
			height: auto;
			min-height: 350px;
			float: left;
			padding-left: 20px;
			box-sizing: border-box;
			margin-bottom: 10px;
		}

		.cursoDescripcion p {
			padding-top: 0;
			margin-top: 0;
		}

		.menorPuntaje p {
			font-size: 14px;
		}
		.cursoIcon {
			width: 10%;
			height: auto;
			font-size: 16px;
			float: left;
			box-sizing: border-box;
		}

		.cursoIcon img {
			width: 20px;
		}

	.cursoDescripcionFecha {
		width: 90%;
		/*height: 40px;*/
		min-height: 55px;
		height: auto;
		float: left;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.cursoDescripcionItalicas {
		font-size: 14px;
		color: #a0a0a0;
		font-style: italic;
		margin: 0;
		padding: 0;
	}

.versalitas {
	letter-spacing: 1px;
	font-variant: small-caps;
}

.fechaDia {
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.fecha {
	font-size: 20px;
	font-weight: bold;
	color: black;
}

	.cursoDescripcion2 {
		width: 45%;
		height: auto;
		min-height: 60px;
		float: left;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.cursoDescripcion2 p {
		padding-top: 0;
		margin-top: 0;	
	}

	
	
}


@media (min-width: 300px) and (max-width: 679px){
	
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: black;
}
	.logo {
		width: 100%;
		align-content: center;
		align-items: center;
	}
	/*
	.logo img {
		width: 130%;
		margin-left: -70px;
	}*/
	.logo img {
		width: 100%;
	}
	
	
	.carousel {
		min-height: 80px;
		height: auto;
	}
	.carousel .slide {
		height: 300px;
	}
	
	.call .centrado {
		font-size: 18px;
	}
	
	.call .centrado .col-6 {
		font-size: 18px;
	}
	.call {
		min-height: 130px;
		height: auto;
		width: 100%;
		background-color:#025d8c;
		float: left;
		margin-top: -10px;
		color: white;
		padding-bottom: 30px;
		font-size: 18px;
	}
	
	.button1 {
		font-size: 16px;
		padding: 12px 28px;
	}
	.textoServicios {
		height: auto;
		min-height: 170px;
		margin-bottom: 40px;
		float: left;
}


	.titulo {
		width: 80%;
		height: auto;
		min-height: 100px;
		max-height: 800px;
	}
	
	
	.contactanos {
		height: auto;
		min-height: 350px;
	}
	
	.contactanos .col-5 {
		width: 98%;
		padding: 10px;
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 98%;
		height: auto;
		min-height: 150px;
	}
	
	.contactoIconos {
		padding: 0;
		height: auto;
		min-height: 30px;
		padding-top: 30px;
		width: 100%;
		font-size: 16px;
		box-sizing: content-box;
		margin: 10px;
	}
	.contacto h2, h3 {
		text-align: center;
	}
	


	.contactoIconos .col-1 {
		padding-left: 0;
		width: 30%;
		box-sizing: border-box;
		padding-right: 20px;
		margin-right: 20px;
	}
	
	.contactoIconos .col-5 {
		width: 80%;
		box-sizing: border-box;
		height: auto;
		min-height: 30px;
	}
	.contactoIconos .serviciosTelefono {
		font-size: 16px;
		width: 80%;
	}
	
	
	
	.form-control {
		width: 100%;
	}
	
	
	#contact-form {  
	   width: 100%;
	   margin: 0 auto;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
		padding-left: 0;
		margin: 0;
		padding: 0;
		max-width: 679px;
		min-width: 200px;
	}
	
	#contact-form .izq {  
	   width: 100%;
		max-width: 679px;
	   margin-bottom: 15px;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
   padding: 5px;
		height: 40px;
		margin-right: 0;
		display: inline;
		float: left;
		min-width: 200px;
}

	#contact-form .derecha {  
	   width: 100%;
		max-width: 679px;
	   margin-bottom: 15px;
	   border-radius: 5px;    
	   text-align:left;
		font-family: 'Montserrat', sans-serif;
		box-sizing: border-box;
	   padding: 5px;
	   height: 40px;
		display: inline;
		float: left;
		min-width: 200px;
	}
	#contact-form textarea {
		margin-top: 5px;
	   width: 100%;
		max-width: 679px;
		margin-right: 0;
		height: 360px;
		float: left;
		min-width: 200px;
	}
	
#contact-form input,  
#contact-form select,  
#contact-form textarea,  
#contact-form label {  
   font-size: 18px;  
   margin-bottom: 2px;
   border-width:2px;
   font-weight:400;
		min-width: 200px;
}  
 
#contact-form input,  
#contact-form select {  
	   width: 100%;
		max-width: 679px;
   background: #fff;
   border: 1;
   border-radius: 5px;
   margin-bottom: 10px;
   border-color: #d7d8da;
   padding: 5px;
   height: 40px;
		box-sizing: border-box;
		min-width: 200px;
}  
	
#contact-form textarea {  
	   width: 100%;
		max-width: 679px;
   background: #fff;
   border: 1;
   border-radius: 5px;
   margin-bottom: 10px;
   border-color: #d7d8da;
   padding: 5px;
   height:90px;
		box-sizing: border-box;
		min-width: 200px;
}  
	
	.form-horizontal {
		margin: 0 auto;
		margin-bottom: 30px;
		min-width: 200px;
	}
	
	
	
	
	
	.serviciosGrid {
		width: 100%;
		margin: 0 auto;
		min-height: 90px;
		height: auto;
		float: left;

	}
	.serviciosRecuadros {
		width: 50%;
		height: 350px;
		float: left;
		margin-bottom: 30px;
	}

	.serviciosRecuadros img {
		margin-bottom: 25px;
	}
	
	.serviciosTitulo {
		padding-left: 10px;
		font-size: 1.37em;
	}
	
	.serviciosGrid2 {
		width: 100%;
		margin: 0 auto;
		min-height: 150px;
		height: auto;
		float: left;
		box-sizing: content-box;
	}
	.col-2-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.66%;
	  flex: 0 0 16.66%;
	  width: 40%;
		min-height: 80px;
		height: auto;
		margin: 15px;
		box-sizing: border-box;
		float: left;
		text-align: center;
		align-content: center;
		align-items: center;
	}
	.recuadroServicioImg {
		width: 100%;
		max-height: 209px;
		height: auto;
		float: left;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}

	.recuadroServicioImg img {
		width: 100%;
	}

	.recuadroServicioTexto {
		width: 100%;
		height: 480px;
		padding: 10px;
		background-color: #025d8c;
		float: left;
		box-sizing: border-box; 
		text-align: center;
		color: white;
		margin-top: -10px;
	}
	
	.textoRecuadro {
		font-size: 15px;
	}

	.recuadroServiciosTitulo {
		color: white;
		font-weight: bold;
		font-size: 21px;
		font-variant: small-caps;
		text-align: center;
		height: 40px;
		padding: 0;
		padding-bottom: 10px;
	}

	.recuadroServicioTexto .rentaAulas {
		font-size: 21px;
	}
	
	.btnBorde {
	  color: white;
	  padding: 5px 10px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  margin: 2px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
	  background-color: transparent;
	  border: 3px solid #FFF;
		font-size: 15px;
		  font-family: 'Montserrat', sans-serif;
		letter-spacing: 1px;
		width: 90%;
	}
	
	/*
	footer .col-8 {
		width: 50%;
	
	.footerMenu .one {
		margin: 0 auto;
		width: 50%;
		max-width: 100%;
	}
	}
	*/
	.footerMenu {
		width: 50%;
		max-width: 100%;
	}
	
	
		.footerMenu {
		width: 100%;
		max-width: 449px;
	}
	
	footer .col-8 {
		width: 100%;
		max-width: 449px;
	}

	

		.cursosGrid {
			width: 85%;
		}

		.cursoFecha {
			width: 22%;
		}
		.cursoFechaRecuadro {
			width: 50px;
			height: 50px;
			padding: 5px;
			margin: 5px;
			line-height: 20px;
			font-size: 15px;
		}
	/*
			.cursoFechaRecuadro {
			width: 63px;
			height: 63px;
			padding: 5px;
			line-height: 26px;
		}*/

		.cursoTexto {
			width: 78%;
			height: auto;
			min-height: 400px;
			box-sizing: border-box;
			padding: 0 20px 30px 10px;
			float: left;
			text-align: left;
		}


		.cursosGrid {
			height: auto;
			min-height: 900px;
		}
		.cursosGrid .col-6 {
		width: 90%;
			max-width: 900px;
	/*	width: 47%;*/
		height: auto;
		box-sizing: border-box;
		border-radius: 10px;
		border: 1px solid #e5e5e5;
		min-height: 400px;
		max-height: 1700px;
		padding: 0;
		background-color: white;
		margin: 20px;
		float: left;
		}

		.cursoImg img {
			width: 90%;
		}

		.cursoDescripcion {
			width: 90%;
			min-height: 80px;
			height: auto;
			float: left;
			padding-left: 20px;
			box-sizing: border-box;
			margin-bottom: 10px;
		}

		.cursoDescripcion p {
			padding-top: 0;
			margin-top: 0;
		}

		.menorPuntaje p {
			font-size: 15px;
		}
		.cursoIcon {
			width: 10%;
			height: auto;
			font-size: 16px;
			float: left;
			box-sizing: border-box;
		}

		.cursoIcon img {
			width: 20px;
		}

	.cursoDescripcionFecha {
		width: 90%;
		/*height: 40px;*/
		min-height: 55px;
		height: auto;
		float: left;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.cursoDescripcionItalicas {
		font-size: 14px;
		color: #a0a0a0;
		font-style: italic;
		margin: 0;
		padding: 0;
	}
.versalitas {
	letter-spacing: 1px;
	font-variant: small-caps;
}

.fechaDia {
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.fecha {
	font-size: 20px;
	font-weight: bold;
	color: black;
}
	.cursoDescripcion2 {
		width: 45%;
		height: auto;
		min-height: 60px;
		float: left;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.cursoDescripcion2 p {
		padding-top: 0;
		margin-top: 0;	
	}
	
	.col-8 .formularioRegistro {
		width: 100%;
	}
	.formularioRegistro {
		width: 100%;
		max-width: 679px;
		height: auto;
		min-height: 2800px;
		max-height: 5500px;
		float: left;
	}
	
	.registroFormularioGoogle {
		width: 95%;
		height: auto;
		min-height: 3000px;
		max-height: 5800px;
	}
	 
	
	.lateral {
		width: 100%;
		max-width: 679px;
		float: left;
	}
}

@media (min-width: 351px) and (max-width: 550px){
	.call .centrado {
		font-size: 18px;
	}
	
	.call .centrado .col-6 {
		font-size: 18px;
	}
	
	.call .col-6 {
		width: 100%;
	}
	.call {
		min-height: 130px;
		height: auto;
		width: 100%;
		background-color:#025d8c;
		float: left;
		margin-top: -10px;
		color: white;
		font-size: 18px;
	}
	
	.button1 {
		font-size: 16px;
		padding: 12px 28px;
	}
	
	.titulo {
		width: 80%;
	}
	
		
	
	.serviciosRecuadros {
		width: 50%;
		max-height: 300px;
		min-height: 250px;
		height: auto;
		float: left;
		margin-bottom: 30px;
	}

	.serviciosRecuadros img {
		margin-bottom: 25px;
	}
	
	.serviciosTitulo {
		font-size: 1em;
	}
	
	.col-2-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.66%;
	  flex: 0 0 16.66%;
	  width: 95%;
		min-height: 80px;
		height: auto;
		margin: 15px;
		box-sizing: border-box;
		float: left;
		text-align: center;
		align-content: center;
		align-items: center;
	}
	.recuadroServicioImg {
		width: 100%;
		max-height: 209px;
		height: auto;
		float: left;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}

	.recuadroServicioImg img {
		width: 100%;
		max-height: 150px;
		height: auto;
		object-fit: cover;
	}

	.recuadroServicioTexto {
		width: 100%;
		max-height: 580px;
		height: auto;
		min-height: 190px;
		padding: 10px;
		background-color: #025d8c;
		float: left;
		box-sizing: border-box; 
		text-align: center;
		color: white;
		margin-top: -10px;
	}

	.recuadroServiciosTitulo {
		color: white;
		font-weight: bold;
		font-size: 23px;
		font-variant: small-caps;
		text-align: center;
		height: 30px;
		padding: 0;
		margin-top: -10px;
	}

		.cursosGrid {
			width: 85%;
		}

		.cursoFecha {
			width: 22%;
		}
		.cursoFechaRecuadro {
			width: 63px;
			height: 63px;
			padding: 5px;
			line-height: 26px;
		}
		.cursoTexto {
			width: 78%;
			height: auto;
			min-height: 400px;
			box-sizing: border-box;
			padding: 0 20px 30px 10px;
			float: left;
			text-align: left;
		}

	.cursoImg {
		width: 100%;
		float: left;
		height: auto;
		min-height: 80px;
		max-height: 140px;
		box-sizing: border-box;
	}

		.cursosGrid {
			height: auto;
			min-height: 900px;
		}
		.cursosGrid .col-6 {
		width: 90%;
			max-width: 900px;
	/*	width: 47%;*/
		height: auto;
		box-sizing: border-box;
		border-radius: 10px;
		border: 1px solid #e5e5e5;
		min-height: 400px;
		max-height: 1700px;
		padding: 0;
		background-color: white;
		margin: 20px;
		float: left;
		}

		.cursoImg img {
			width: 90%;
		}

		.cursoDescripcion {
			width: 90%;
			min-height: 80px;
			height: auto;
			float: left;
			padding-left: 20px;
			box-sizing: border-box;
			margin-bottom: 10px;
		}

		.cursoDescripcion p {
			padding-top: 0;
			margin-top: 0;
		}

		.menorPuntaje p {
			font-size: 15px;
		}
		.cursoIcon {
			width: 10%;
			height: auto;
			font-size: 16px;
			float: left;
			box-sizing: border-box;
		}

		.cursoIcon img {
			width: 20px;
		}

	.cursoDescripcionFecha {
		width: 90%;
		min-height: 55px;
		height: auto;
		float: left;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.cursoDescripcionItalicas {
		font-size: 14px;
		color: #a0a0a0;
		font-style: italic;
		margin: 0;
		padding: 0;
	}
.versalitas {
	letter-spacing: 1px;
	font-variant: small-caps;
}

.fechaDia {
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.fecha {
	font-size: 20px;
	font-weight: bold;
	color: black;
}
	.cursoDescripcion2 {
		width: 45%;
		height: auto;
		min-height: 60px;
		float: left;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.cursoDescripcion2 p {
		padding-top: 0;
		margin-top: 0;	
	}

	
	
	
	
	
	
	
}

@media (max-width: 375px){
	.logo {
		min-height: 50px;
		height: auto;
		width: 100%;
	}
	.logo img {
		width: 100%;
	}
	.serviciosRecuadros {
		width: 50%;
		max-height: 300px;
		min-height: 250px;
		height: auto;
		float: left;
		margin-bottom: 30px;
	}

	.serviciosRecuadros img {
		margin-bottom: 25px;
	}
	
	.serviciosTitulo {
		font-size: 1em;
	}
	
	.col-2-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.66%;
	  flex: 0 0 16.66%;
	  width: 95%;
		min-height: 80px;
		height: auto;
		margin: 15px;
		box-sizing: border-box;
		float: left;
		text-align: center;
		align-content: center;
		align-items: center;
	}
	.recuadroServicioImg {
		width: 100%;
		max-height: 209px;
		height: auto;
		float: left;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}

	.recuadroServicioImg img {
		width: 100%;
		max-height: 150px;
		height: auto;
		object-fit: cover;
	}

	.recuadroServicioTexto {
		width: 100%;
		max-height: 580px;
		height: auto;
		min-height: 190px;
		padding: 10px;
		background-color: #025d8c;
		float: left;
		box-sizing: border-box; 
		text-align: center;
		color: white;
		margin-top: -10px;
	}

	.recuadroServiciosTitulo {
		color: white;
		font-weight: bold;
		font-size: 23px;
		font-variant: small-caps;
		text-align: center;
		height: 30px;
		padding: 0;
		margin-top: -10px;
	}
	
	
}






.form-row2 h1 {
	font-size: 26px;
	color: #0e3042;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
}



.container-fluid {
	margin: 0;
	padding: 0;
	float: left;
}
.col-md-6 {
	float: left;
	padding: 0;
	margin: 0;
}

.col-md-6 img {
	width: 50%;
}


.ayudaFormulario {
	margin-top: 60px;
	font-size: 12px;
}

