/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// 
@font-face{
  font-family: raleway-bk;
  src: url(../font/raleway-bk.ttf);
}
@font-face{
  font-family: raleway-bl;
  src: url(../font/raleway-bl.ttf);
}
@font-face{
  font-family: raleway-md;
  src: url(../font/raleway-md.ttf);
}*/
body{
  color: #08192A;
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;

}
h1,h2,h3,h4,h5,h6{
  
}
ul{
  margin: 0;
  padding: 0;
}
/* PRELOADER */
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #0091D5;
    z-index: 300;
}
#loader {
    width: 100vw;
    height: 50vh;
    position: absolute;
    bottom: 0;
    
    margin:auto;
    text-align: center;
    left: 0;
    right: 0;
    color:#fff;
    #border:solid 1px red;
}
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */
.fp-auto-height{
  padding: 50px 0 !important;
}
.panel {
  background: transparent;
}
.text-blanco{
  color: #fff !important;
}
.text-color1{
  color: rgba(49,87,204,1) !important;
}
.text-color2{
  color: rgba(230,90,36,1) !important;
}
.text-color3{
  color: rgba(217,181,36,1) !important;
}

.bg-color1{
  background: rgba(49,87,204,1) !important;
}
.bg-color2{
  background: rgba(230,90,36,1) !important;
}
.bg-color3{
  background: rgba(217,181,36,1) !important;
}
.d-table{
  display: table;
  width: 100% !important;
}
.d-celltable{
  display: table-cell;
}
.va-t{ vertical-align: top;}
.va-m{ vertical-align: middle;}
.va-b{ vertical-align: bottom;}
.d-hidden{ display:none;}
.d-ib{display: inline-block;}
.d-b{display: block;}
.d-f{display: flex;}


.main-box{
  overflow: hidden;
  height: 0 !important;
  opacity: 0;
  transition: all .5s ease;
}
.main-box.show{
  height: auto !important;
  opacity: 1;
}

.test{
  border: solid 1px red;
}
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */
.formulario{ 
  transition: all .5s ease;
}
.formulario .row{
  display: none;
}
.formulario .correotemp{
  display: flex;
  align-items: center;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.formulario .correotemp .user{
  color: transparent;
}
.formulario .correotemp .servidor{
  color: rgba(0,52,255,1);
}
.curso-box .formulario{
  
}
.form-control + div + .borderRadius{
  border:solid 2px rgba(255,255,255,.4);
  background: rgba(255,255,255,.5);
}
.respuesta{

}

p.legal{
  font-size: .8em !important;
  opacity: .5;
}
.title{
  padding-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: rgba(0,52,255,1);
}
.title small, 
.title span,
.title b{
  font-family: raleway-bl;
}
.title span strong{
  font-family: raleway-bk;
}
.section{
  #overflow: hidden;
}

a.anchor{
  padding: 15px 20px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}
a.anchor.mas{
  margin-top: 25px;
  color: #fff;
  border: solid 2px rgba(217,181,36,1);
  
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.gotoreg{
  position: fixed;
  bottom: 0;
  z-index: 100;
  transition: all .4s ease;
}
.gotoreg .btnlist{
  display: flex;
  justify-content:flex-end;  
  align-content: stretch;
  background: rgba(0,52,255,1);
  border-top:solid 4px #fff;
  border-left:solid 4px #fff;
  border-right:solid 4px #fff; 
  position: relative;
  margin: 0 auto;
}
.gotoreg a{
  color: #fff;
}
.gotoreg a.btn1{
  width: 100%;
  padding-top: 15px;
  text-align: center;
  #background: red;
}
.gotoreg a.btn2{
  background: #fff;
  width: 55px;
  padding: 8px;
  float: right;

}
.gotoreg a.btn2:hover img{
  transform: scale(1.2);
}
.gotoreg a.btn2 img{
  transform: scale(1);
  transition: all .2s ease;
}
.setfecha{
  
}
.inicio-box{
  background: red; 
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.inicio-box .title{
  color: #fff;
}
.inicio-box .copy{
  padding-top: 50px;
  color: #fff;
}
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */


/* SECCIONES */
header{
  top: 0;
  width: 100%;
  z-index: 1;
}
header .box{
  padding: 10px 0;
  transition: all .4s ease;
}
header .logo{
  width: 280px;
}
header #myMenu{   
  padding: 25px 15px 0 15px;
}
header #myMenu .navbar-nav{
  border: solid 3px #fff;
  margin: 14px 0 10px 0;
  background: rgba(255,255,255,.9);
  width: 100%;
  transition: all .4s ease;
}
header #myMenu .navbar-nav a{
  color: rgba(213,79,62,1);
  border-bottom: solid 1px #ddd;
  transition: all .4s ease;
}
header #myMenu .navbar-nav li:last-child a{
  border:0;
}

.main-box #section1{
  padding: 0 !important;
}
.main-box #section2{}
.main-box #section3{}
.main-box #section4{}


footer{
  padding: 25px 0;
  color: #fff;
  background: rgba(0,52,255,1);
  position: relative;
  z-index: 110;
}
footer img{
  padding-top: 15px;
}
footer a{
  color: rgba(255,255,255,1);
  text-decoration: none !important;

}
footer a:hover{
  color: rgba(255,255,255,.7);
}
footer i.fa{
  font-size: 1.5em;
  vertical-align: middle;
  padding-right: 7px;
}
footer .box > div,footer .box + div{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.3); 
}
/* ANIMACIONES */

/* RESPONSIVE */
@media screen and (min-width:1px) {
  .inicio-box .box{
    width: 300px;
  }
  header{
    position: absolute;
  }
  header .logo{
    width: 200px;
    padding-top: 10px;
    position: relative;
    margin: auto;
  }
  header .navbar-toggle{
    right: 0;
    position: absolute;
  }
  .gotoreg{
    background: linear-gradient(
      to bottom, 
      rgba(0,0,0,0),
      rgba(0,0,0,.1), 
      rgba(0,0,0,.2), 
      rgba(0,0,0,.3));
    padding-top: 50px;
    width: 100%;
  }
  .gotoreg .btnlist{
    width: 250px;    
  }
  body .gotoreg{
    transform: translateY(200px);
  }
  body.downClass .gotoreg{
    transform: translateY(0);
  } 
  #section1{
    background: url(../img/bg1.jpg?v=1) no-repeat left bottom !important;
    background-size: auto 500px !important;
    overflow: hidden;
  }
  #section1 .formulario{
    padding-top: 100px;
    padding-bottom: 450px;
    position: relative;
    margin: auto;
    transition: all .6s ease;
    opacity: 0;
    transform: translateY(200px);
  }
  #section1.active .formulario{
    opacity: 1;
    transform: translateY(0);
  }
  #section1 .formulario h3{
    font-size: 1.6em;
    transition: all .6s ease;
    opacity: 0;
  }
  #section1.active .formulario h3{
    opacity: 1;
    transition-delay: .4s;
  }
  #section1 .formulario img{
    width: 320px;
    padding-bottom: 20px;
    transition: all .6s ease;
    opacity: 0;
    transform: scale(0);
  }
  #section1.active .formulario img{
    opacity: 1;
    transform: scale(1);
    transition-delay: .4s;
  }
  #section2{
    background: url(../img/bg2.jpg) no-repeat right center;
    background-size: cover;
  }
  #section2 img{
    transition: all .6s ease;
    opacity: 0;
    transform: scale(.5);
  }
  #section2.active img{    
    opacity: 1;
    transform: scale(1);
    transition: all .4s ease;
  }
  #section2 .title{
    font-size: 2em;
  }
}
@media screen and (min-width:410px) {}
@media screen and (min-width:520px) {
  #section1 .formulario{
    width: 415px !important;
  }
  #section2 img{
    width: 415px !important;
  }
}
@media screen and (min-width:582px) {}
@media screen and (min-width:641px) {}
@media screen and (min-width:768px) {
  .inicio-box .box{
    width: 700px;
  }
  .inicio-box .box .botones{
    display: flex;
    align-items: center;

  }
  .btn-block {
    margin: 0 3px !important;
  }
  /*.fp-viewing-inicio header{
    background: linear-gradient(
      to top, 
      rgba(0,0,0,0),
      rgba(0,0,0,.0), 
      rgba(0,0,0,.1), 
      rgba(0,0,0,.2));    
  }
  .fp-viewing-inicio header .box{
    background: transparent;
  }
  .fp-viewing-inicio header #myMenu .navbar-nav{
    background: #fff;
    border-color: #fff;
  }*/
  header{
    position: fixed;
    padding-bottom: 30px;
    background: linear-gradient(
      to top, 
      rgba(0,0,0,.0), 
      rgba(0,0,0,.3), 
      rgba(0,0,0,.5));
    z-index: 150;
  }
  header .box{
    background: #fff;
    padding-bottom: 12px;
  }
   header .box .logo{
    padding-top: 0; 
   }
  header .nav{
    position: absolute;
    top: 0;
    right: 40px;
    display: inline-block;
  }
  header #myMenu {
    padding: 5px 15px 0 15px;
  }
  header #myMenu .navbar-nav{
    display: inline-block;
    width: auto !important;
    background: transparent;
    border-color: transparent;
  }  
  header #myMenu .navbar-nav a{
    border-bottom: 0;    
    border-right: solid 2px rgba(213,79,62,.2);
  }
  header #myMenu .navbar-nav a:hover,
  header #myMenu .navbar-nav li.active a{
    background: rgba(213,79,62,1);
    color: #fff;
  }
  .gotoreg{
    background: transparent;
    padding-top: 0;
    width: inherit;
    right: 20px;
  }
  .gotoreg .btnlist{
    width: 250px;    
  }
  body .gotoreg{
    transform: translateY(0);
  }
  body.downClass .gotoreg{
    transform: translateY(0);
  }

  #section1 .formulario{
    padding-bottom: 300px;
  }


  footer{
    text-align: left !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .box + div {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
    font-size: 1.3em;
  }
  footer > div{
    padding: 0 20px;    
  }
  footer > div + div{
    text-align: center;
  }
  footer > div + div + div{
    text-align: right;
  }
  footer img{
    display: inline-block;
    padding-top: 0;
  }  
}
@media screen and (min-width:992px) {
  
  #section1{
    background: linear-gradient(
      to right, 
      rgba(255,255,255,0),
      rgba(255,255,255,0),
      rgba(255,255,255,0),
      rgba(255,255,255,.4),
      rgba(255,255,255,.7), 
      rgba(255,255,255,1), 
      rgba(255,255,255,1)), url(../img/bg1.jpg?v=1) no-repeat left bottom !important;
    background-size: cover !important;
    height: 100vh !important;
  }
  #section1 .form-content{
    display: flex;
    align-items: center;
    height: 100vh !important;
  }
  #section1 .formulario{
    padding-top: 0;
    padding-bottom: 0;
    margin: inherit;
  }
  #section2{
    background: 
  }
  footer > div{
    width: 320px;    
  }
}
@media screen and (min-width:1199px) {
  footer > div{
    width: 370px;    
  }
}
@media screen and (min-width:1250px) {}
@media screen and (min-width:1400px) {}

/* corrigiendo el alto minimo de pantalla */
@media screen and (min-width:992px) and (max-height:668px) {
  #section1,
  #section1 .form-content{
    height: 670px !important;
  }
}




























/* ///////////--WHATSAPP--///////////*/
.btn_whatsapp {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: 50px;
  right: 40px;
  position: fixed;
  -webkit-animation: fade-in 1s ease;
  -moz-animation: fade-in 1s ease;
  -o-animation: fade-in 1s ease;
  -ms-animation: fade-in 1s ease;
  animation: fade-in 1s ease;
  z-index: 40;
}
@media screen and (max-width: 1024px) {
  .btn_whatsapp {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn_whatsapp {
    right: 20px;
  }
}
.btn_phone_circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #23c16e;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.btn_phone_circle span {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .btn_phone_circle {
    width: 45px;
    height: 45px;
  }
  .btn_phone_circle span {
    font-size: 20px;
  }
}
.btn_gota1 {
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 3;
  background-color: rgba(35,193,110,0.5);
  -webkit-animation: gota 1s infinite ease;
  -moz-animation: gota 1s infinite ease;
  -o-animation: gota 1s infinite ease;
  -ms-animation: gota 1s infinite ease;
  animation: gota 1s infinite ease;
  right: -5px;
}
@media screen and (max-width: 1400px) {
  .btn_gota1 {
    width: 55px;
    height: 55px;
  }
}
.btn_gota2 {
  position: absolute;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  z-index: 3;
  background-color: rgba(35,193,110,0.5);
  -webkit-animation: gota 1s infinite ease;
  -moz-animation: gota 1s infinite ease;
  -o-animation: gota 1s infinite ease;
  -ms-animation: gota 1s infinite ease;
  animation: gota 1s infinite ease;
  right: -10px;
}
@media screen and (max-width: 1400px) {
  .btn_gota2 {
    width: 65px;
    height: 65px;
  }
}
.icon-whatsapp-logo{
  padding: 10px;
}
@-moz-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

/* ////////////////////////////////////////////// */
/* boton hamburguesa animado */
header .navbar-toggle:focus, header .navbar-toggle:hover{
    background-color: transparent;
}
header .navbar-toggle {
    border-color: transparent;
}
.animated-icon1{
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animated-icon1 span {
background: #20366D;
}
.animated-icon1 span:nth-child(1) {
top: 0px;
}
.animated-icon1 span:nth-child(2) {
top: 10px;
}
.animated-icon1 span:nth-child(3) {
top: 20px;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: rgba(0,52,255,1);
}
.lSSlideOuter .lSPager.lSpg > li a{

}