:root{
  --color1: rgb(241, 223, 39);
  --color2: #20366d;
  --color3: #20366d;
  --color4: rgb(20, 50, 88);
}
body{
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #3E4554;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.25 !important;
}


.text-color1{
  color: var(--color1) !important;
}
.bg-color1{
  background: var(--color1) !important;
}
.text-color2{
  color: var(--color2) !important;
}
.bg-color2{
  background: var(--color2) !important;
}
.text-color3{
  color: var(--color3) !important;
}
.bg-color3{
  background: var(--color3) !important;
}
.text-blanco{
  color: #fff !important;
}
.ponente{
  display: table;
}
.ponente h3{
  font-size: 1.4em;
}
.ponente h4{
  font-size: 1em;
}
.ponente img, .ponente div{
  display: table-cell;
  vertical-align: middle;
}
.ponente div{
  padding-left: 15px;
}
.d-hidden{
  display: none;
}
/* Reset 121126
 * --------------------------------------- */
 *{
  font-family: 'Exo 2', sans-serif;


  padding: 0;
  margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
caption,th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6, b, strong{
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
}
/*---------------------------------------------------------------------------------------*/
/* ////////////////////////////////////////////// */
/*PRELOADER*/
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #008FD1;
    z-index: 100;
}
#loader {
    width: 100vw;
    height: 50vh;
    position: absolute;
    bottom: 0;
    
    margin:auto;
    text-align: center;
    left: 0;
    right: 0;
    color:#fff;
   
}
/* ///////////--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: 90;
}
@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 */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-default .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: #3E4554;
}
.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);
}
/*-----------------------------------------------------------------------------------*/

.modulos li{
  background-color: #5B26D2;
  text-align: center;
  color: #FFF;
}
.modulos .lslide.active{
  background: #916EE1;
  color: #3AEFC1;
}
.modulos-box .mb{
  display: none;
}
.modulos-box .mb.active{
  display: block;
}
.slick-slider {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  
  
}
.slick-slide{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: .8;
  padding: 60px 30px;
}
.slick-current{
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  position: relative;
  z-index: 5;
  opacity: 1;
  color: #3E4554;
}
.slick-current h6{
  font-weight: bolder;
}
.b4home_slider_btns {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.b4home_slider_prev,
.b4home_slider_next {
  width: 56px;
  z-index: 10;
  cursor: pointer;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* MENU */
.btn-default{
	border-color: #20366d !important;
}
.navbar{ 
  background: transparent;
  border-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 50;
}
.navbar .logo{
  width: 200px;
}
.logo{
  display: inline-block;
  width: 280px;
  padding: 18px 0 !important;
  float: left;
}
.body-content, .form-content{

  position: absolute;
  z-index: 2;
  top: 0;
  transition: all 0.3s ease;
}
.fp-auto-height{
  padding: 50px 0 !important;
}
.linea{
  margin: 15px 0;
  background: #009EE2;
  height: 5px;
  width: 50px;
  display: block;
  
}
.table-box{
  display: table;
}
.tablecell-box{
  display: table-cell;
  vertical-align: middle;
}
/* BANNER */
.banners{
  height: 100vh;
}
.banner-item{
  width: 100%;
  height: 100vh;
  display: table;
  transition: all 0.4s ease;
 
}
.banner-content{
 
  display: table-cell;
  vertical-align: middle;
  padding-left: 100px;
  color:#fff;
  font-size: 1.3em;
}
/* FORMULARIO*/
.form-content{
  height: 100vh;
  z-index: 99;
}
.formulario form .form-control{
  font-size: 14px;
}
.formulario{
  width: 420px;
  margin-top: 0px;
  margin-bottom: 20px;
 
  
  padding: 0px;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  
}
.formulario .row .col-sm-6{
  padding-right: 5px;
}
.formulario .row .col-sm-6 + .col-sm-6{
  padding-right: 15px;
  padding-left: 5px;
}
.formulario .linea{
  margin-right: auto;
  margin-left: auto;
}
.formulario h3{
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
}
.gracias{
  color: #fff;
  margin-top: 20vh;
}

#submit-content label{
  font-size: .8em;
}
.border{
  background: #009EE2;
}
/*////////////////////////////////////////////////*/
/* SECTIONS */
#section1 .fp-tableCell{
  vertical-align: top;
}
#section1{
  background: #20366d;
  color: rgb(255,255,255);
  height: auto !important;
  
}
#section1 .logo-zoom{
  display: flex;
}
#section1 h3{
  color: rgb(255,255,255);
}
#section1 .title{
  position: absolute;
  z-index: 20;
  bottom: 30px;
  display: flex;
  justify-content: center;
}
#section1 h1 b,
#section1 h1 span{
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  

}
#section1 h1 {
  font-size: 1.7em;
}
#section1 h1 span{
  font-size: 1.3em;
      line-height: .9em;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
#section1 h1 b{

  color: var(--color1);
}
#section1 .title .logo-zoom img{
  display: inline-block;
  height: 30px;
  padding-left: 10px;
}
.cell-box{

  background: rgba(41, 93, 120,.3);
  color: #fff;
  width: 297px;
  height: 527px;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
}
.cell-box .text-right{
  padding-right: 25px;
}
.cell-box .fecha{
width: 150px;
height: 150px;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
margin-top: 70px;
margin-left: auto;
margin-right: auto;
}
.cell-box .fecha img{
  padding: 0 15px 0 35px;
}
.cell-box .logo-zoom{
  width: 200px;
  position: absolute;
  bottom: 35px;
  left: 0; right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cell-box .logo-zoom img{
  padding-top: 10px;
  width: 120px;
}
#section1 .btn{
    text-transform:uppercase;
  font-size: 1.1em;
  color: #0c1859;
  font-weight: bold;
}
#section2{
  background: url('../img/bg.jpg') no-repeat left center;
  background-size: cover;
  color: #fff;
}
#section2 .linea{
  background: #FAF5D2;
}

#section2 .departamentos-list{
  padding-bottom: 30px;
}
#section2 .departamentos-list a{
  background-color: #3E4554;
  padding: 14px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color:#fff;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}
#section2 .departamentos-list a:hover, #section2 .departamentos-list a:focus{
  text-decoration: none;
}
#section2 .departamentos-list a.active{
  background: #009EE2;
}
#section2 .cursos-list{
 
  text-align: center;
}

#section2 .cursos-list a:hover{
  text-decoration: none;
}
#section2 .cursos-list a{
  width: 250px;
  display: none;
  margin-bottom: 10px;
  margin-right: 15px;
  text-align: left;

  transform: translateY(-100px);
  opacity: 0;
  transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
  opacity .8s ease-in-out;
}
#section2 .cursos-list a.show{
  display: inline-block !important;
  vertical-align: top;
  font-size: 12px;

  transform: translateY(0);
  opacity: 1;
}









  #section3{
    background: #00264F !important;
	text-align: center;
  }
  #section3 .dia{
    color: #fff;
	text-align: center;

  }
  #section3 .dia > div:first-child{
    background: #EF4136;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  #section3 .dia > div:first-child span{
    color: #fff;
  }
  #section3 .dia .flex{
    flex-direction: column;
    align-items: flex-start;
    border-bottom: solid 1px var(--color4);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #section3 .dia .flex > div:nth-child(2){
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 1px;
  }
  #section3 .dia .flex > div:nth-child(3){
    font-size: 1.5em;
    line-height: 1.1em;
  }
  #section3 .dia .flex > div:nth-child(3) b{
    font-size: .6em;
  }
  #section3 .dia .flex > div:nth-child(3) span{
    color: #fff;
    font-style: italic;
    font-size: .8em;
  }




.curso-heading, .curso-body {
  padding: 3px 15px;
}

.curso-heading{
  text-transform: uppercase;
  font-weight: bolder;
  padding-top:8px;
  padding-bottom: 8px; 
  border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
}
.curso-1 .curso-heading{
  background: #3E4554;
}
.curso-2 .curso-heading{
  background: #7E838D;  
}
.curso-3 .curso-heading{
  background: #BEC1C6;
}
 a .curso-heading{color:#fff;}
.curso-body{
  font-size: 15px;
  color: #3E4554;
}
.fecha-box{
  padding-top: 10px;
  font-size: 14px;
  color: #428bca;
  text-align: left;
}
#section3{
  background: url('../img/bg-2.jpg') no-repeat left center;
  background-size: cover;
  color: #fff;
}
#section3 .linea{
  background: #fff;
}
#section2 .btn,#section3 .btn{
  font-size: 1.2em;
  color: #0c1859;
  margin-top: 0px;
  font-weight: bold;
}
#section3 .listtecsup li{
 
  position: relative;
  
  height: 400px;
}
#section3 .lSAction{
  display: none !important;
}
.listtecsup h1{
  color:#009EE2;
  position: absolute;
  top: 0;
  left:0;
  bottom: 0;
  margin: auto;
  padding: 0;
  display: block;
  
  width: 100px;
  height: 150px;
  font-size: 10em;
  font-weight: bold;
  z-index: 2;
 
}
.listtecsup .listtecsup-item{
  width: 86%;
  background: #fff;
  height: 300px;
  position: absolute;
  top: 0;
  right:0;
  bottom: 0;
  margin: auto;
  margin-right: 30px !important;
  padding-left: 50px;
   border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
}
.listtecsup .listtecsup-item span{
  position: absolute;
  bottom: 0;
  margin: 0 30px 25px 0;
 
  display: inline-block;
}
.listtecsup .listtecsup-item .icon{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
 
  width: 140px;
  padding-top: 20px;
}
#section4{
  position: relative;
}
#section4 .container div{
  
  display: inline-block;
  vertical-align: middle;
}
#section4 .img1{
  width: 250px;
  
}
#section4 .img2{
  width: 150px;
  float: right;
  padding-top: 15px;
}

.footer{
  background: rgb(39, 29, 169);
  padding: 20px 0;
}
.footer .container{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}
.footer .container > div:first-child{
    text-decoration: underline;
    font-weight: bold;
  }
.footer .container::before,
.footer .container::after{
  content: none;
}
.footer .container > div{
  display: flex;
  align-items: center;
}
.footer .carrera{
  display: flex;
  align-items: center;
  width: 230px;
  margin-right: 20px;
  flex-shrink: 0;
  line-height: 1em;
  color: #fff;

}
.footer img{
  width: 50px;
  margin-right: 10px;
}

@media screen and (max-width:1400px) {
  
}
@media screen and (max-width:1250px) {
  
}
@media screen and (max-width:1199px) {
  .listtecsup .listtecsup-item span{
    margin-left: 30px;
  }
  .formulario{
    width: 100%;
  }
}
@media screen and (max-width:991px) {
  .formulario{
    width: 100%;
  }
  .listtecsup .listtecsup-item span{
    margin-left: 0px;
  }
  .cell-box{
    transform-origin: -100px;
    transform: scale(.75);
  }
  .footer .carrera{
    width: 150px;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
  }
  .footer .container > div + div{
    align-items: flex-start !important;
  }
  
  #section2 .programa{
    width: 950px;
  }
  #section2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width:820px) {
  .banner-item{
    height: 400px;
  }
  .body-content, .form-content, .banners{
    width: 100%;
    float: none;
    position: relative;
    height: auto;
    left: 0; right: 0;
  }
  .form-content{
    padding-left: 40px;
    padding-right: 40px;
  }
  .formulario{margin-top: 0;}
  .navbar .logo {
    width: 140px;
  }
  .navbar .container{
      display: flex;
      justify-content: center;
    }
  #section1 .title{
    position: absolute;
    z-index: 20;
    bottom: auto;
    top: 330px;
    left: 0; right: 0;
    margin:auto;
    text-align: center;
    font-size: .8em;
  }
  #section1 h1{
    font-size: 2em; 
  }
  .gracias{
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width:806px) {
  
}
@media screen and (max-width:767px) {
  .cell-box{
    transform-origin: 0;
    transform: scale(1);
    background: transparent;
    height: auto;
    width: 100%;
    margin-bottom: 70px;
  }



  .cell-box .fecha{
    bottom: auto;
    position: static;
  }
  .cell-box .text-right{
    display: none;
  }
  .cell-box .logo-zoom{
    width: 100%;
    position: static;
    padding-top: 150px;
  }
  .cell-box .logo-zoom span{
    vertical-align: middle;
  }
  .cell-box .logo-zoom img{

    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
  }






  #section2 .fp-tableCell,#section3 .fp-tableCell{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tema + .tema .linea{
    margin-top: 80px;
  }
  .formulario .row .col-sm-6{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }


  .footer .carrera{
    width: 300px;
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
  }
  .footer .container > div + div{
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media (max-width: 580px){
  .footer .container{
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .container > div:first-child{
    text-decoration: underline;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .footer .carrera{
    padding-bottom: 20px;
  }
}
@media screen and (max-width:490px) {
  .form-content{
    padding-left: 20px;
    padding-right: 20px;
  }
  #section4 .container div{
    display: block;
    position: relative;
    margin: 0 auto;
  }
  #section4 .img2{
    padding-top: 50px;
    float: none;
  }

  #section2 .btn,#section3 .btn{
    position: relative;
    margin: 50px auto 0 auto;
    display: block;
  }
  .ponente{
    display: block;
  }
  .ponente img, .ponente div{
    display: block;
    text-align: center;
  }
  .ponente img{
    position: relative;
    margin: 15px auto 10px auto;
  }
  .ponente div{
    padding-left: 0;
  }
}

/*--ANIMATIONS--*/
/*--BANNER--*/
body .title, 
body.ini #section1 .title{
  transform: translateX(-200px);
  opacity: 0;
  transition: all .7s ease-in-out;
}
body.ini .title, 
body.ini #section1.active .title{
  transform: translateX(0);
  opacity: 1;
}
/*--FORMULARIO--*/
body .form-content, 
body.ini #section1 .form-content{
  opacity: 0;
  transition: all .7s ease-in-out;
}
body.ini .form-content, 
body.ini #section1.active .form-content{
  opacity: 1;
  transition-delay: .3s;
}
/*--FECHA--*/
#section2 .fecha, 
#section3 .fecha{
  transform: scale(0);
  opacity: 0;
  transition:  all .7s ease-in-out;
}
#section2.active .fecha, 
#section3.active .fecha,
body.fp-viewing-uchdesdecasa #section2 .fecha{
  transform: scale(1);
  opacity: 1;
}
/*--ZOOM--*/
#section2 .logo-zoom, 
#section3 .logo-zoom{
  transform: translateY(100px);
  opacity: 0;
  transition: all .7s ease-in-out;
}
#section2.active .logo-zoom, 
#section3.active .logo-zoom,
body.fp-viewing-uchdesdecasa #section2 .logo-zoom{
  transform: translateY(0);
  opacity: 1;
  transition-delay: .3s;
}
/*--TEMAS--*/
#section2 .tema, 
#section3 .tema{
  opacity: 0;
  transition: all .7s ease-in-out;
}
#section2.active .tema, 
#section3.active .tema,
body.fp-viewing-uchdesdecasa #section2 .tema{
  opacity: 1;
  
}

@media (min-width: 668px) and (max-height: 668px){
  .banners,
  .banner-item,
  .form-content,
    #section2{
    height: 768px !important;
  }

}
#section4 .container{
  display: flex;
  justify-content: center;
}