html,body{
	width: 100%;
	font-family: 'ubunturegular';
	color: #3b3b3b;
}


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.clear{
	clear: both;
}

.wrapper {
    width: 100%;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.wrap-interior{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

header {
    text-align: left;
    height: 100px;
    z-index: 9999;
    background: #fff;
    width: 100%;
    position: fixed;
}

header .logo {
    width: 220px;
    display: inline-block;
    padding: 10px 0;
}

header .menu-normal{
  margin-bottom: -15px;
  height: 71px;
  transition: all 0.3s ease;
  overflow: hidden;
}
header .menu-normal.oculto{
  height: 0;
}

.main-navigation-list {
    width: 100%;
    padding-left: 0;
}

.main-navigation-list li{
  display: inline-block;
}
.main-navigation-list li:first-child{
  padding-left: 0;
}
.main-navigation-list li a {
    color: #fff;
    display: inline-block;
    padding: 7px 0;
    text-decoration: none;
}

.btn-menu{
  padding-top: 5px;
}

.menu-mobile a{
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
section{
  min-height: 100vh;
  width: 100%;
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: auto;
  padding: 40px 40px 20px;
}

section.seccion1{
  background-image: url('../images/bg1.png');
  padding-bottom: 300px;
}
section.seccion2{
  background-image: url('../images/bg2.png');
  background-attachment: scroll;
  padding-bottom: 120px;
}
section.seccion3{
  background-image: url('../images/bg3.png');
  background-attachment: scroll;
}
section.seccion4{
  background-image: url('../images/bg4.png');
  background-attachment: scroll;
}

.img1{
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
}
.img2{
  position: absolute;
  left: 40px;
  bottom: 0;
  max-width: 586px;
  width: 40%;
}

.contenido1{
  width: 50%;
  float: right;
  position: relative;
  z-index: 99;
  margin-top: 0px;
}
.contenido1 .titulo1{
  text-align: right;
}
.contenido1 .titulo1 img{
  max-width: 84%;
}
.contenido1 .texto1{
  text-align: right;
  font-size: 19px;
  font-family: 'ubuntulight';
}
.contenido1 .texto1 p{
  color: #fff;
}
.contenido1 .texto1 p b{
  color: #fff;
  font-weight: bold;
}
.contenido1-izq{
  width: 50%;
  float: left;
  padding-top: 120px;
}
.contenido1-izq a{
  font-family: 'ubuntumedium';
    color: #fff;
    text-decoration: none;
    background: #a24e8d;
    border-radius: 15px;
    padding: 24px 32px;
    margin-top: 20px;
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
    max-width: 100%;
}


.wrap-video{

  margin-top: 40px;
}
.wrap-video .texto-video{
  background: rgba(0,80,143,0.9);
  width: 40%;
  float: left;
  padding: 40px;
 
}
.wrap-video .texto-video h3{
  font-size: 30px;
  color: #fff;
  font-family: 'ubunturegular';
  font-weight: normal;
  text-align: left;
  margin-top: 0;
}
.wrap-video .texto-video p{
  color: #fff;
  text-align: left;
  display: none;
}
.wrap-video .video{
  width: 100%;
  float: left;
}
.wrap-video .video iframe{
  max-width: 100%;

}


.seccion2 a{
  font-family: 'ubuntumedium';
  color: #3b3b3b;
  text-decoration: none;
  background: #ffe300;
  border-radius: 15px;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
  font-size: 15px;

  width: 265px;
  margin-bottom: 40px;
}

/*---SECCION 3---*/

.texto2{
  width: 50%;
  float: right;
  margin-top: 85px;
  text-align: right;
}
.texto2 h3{
  color: #fff;
  font-family: 'ubuntubold';
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 5px;
}
.texto2 p{
  color: #fff;
  font-size: 19px;
  text-align: right;
  font-family: 'ubuntulight';
}
.texto2 p span{
  float: right;
  text-align: right;
}
.bienvenidos{
  max-width: 90%;
}
.titulo2{
  margin-top: 30px;
}
.titulo2 img{
  max-width: 100%;
}

.texto2 a
{
  font-family: 'ubuntumedium';
  color: #fff;
  text-decoration: none;
  background: #00508f;
  border-radius: 10px;
  padding: 14px 20px;
  margin-top: 20px;
  display: inline-block;
  font-size: 15px;
}
a.btn-txt2
{
  font-family: 'ubuntumedium';
  color: #fff;
  text-decoration: none;
  background: #00508f;
  border-radius: 10px;
  padding: 14px 20px;
  margin-top: 20px;
  display: inline-block;
  font-size: 15px;
}


/*---TESTIMONIOS---*/
.wrap-testimonios{
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
.item-testimonio{}
.item-testimonio .img-testimonio{
  width: 33%;
  float: left;
}
.item-testimonio .img-testimonio img{
  max-width: 100%;
}

.item-testimonio .texto-testimonio{
  width: 67%;
  float: left;
  padding-left: 50px;
}

.item-testimonio .texto-testimonio p{
  font-style: italic;
  font-size: 44px;
  font-family: 'ubuntubold';
  text-align: right;
  color: #cd3c7a;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-top: 30px;
}

.item-testimonio .texto-testimonio .autor{
  text-transform: uppercase;
  color: #135789;
  font-weight: 300;
  font-size: 30px;
  font-family: 'ubuntulight';
  padding: 5px 10px;
  margin-top: 0px;
  text-align: right;
}

.item-testimonio .texto-testimonio .autor span{
  font-weight: 300;
  font-size: 22px;
  font-family: 'ubuntulight';
}

.tabs-testimonio{
  padding: 0px;
  margin-left: 0;
  margin-top: 40px;
  text-align: right;
}
.tabs-testimonio a{
  display: inline-block;
  color: #2e2929;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #e9b528;
  padding: 10px 12px;
  border-radius: 10px;
  font-family: 'ubuntumedium';
  text-decoration: none;
  margin-left: 10px;
}
.tabs-testimonio a.activo,
.tabs-testimonio a:hover,
.tabs-testimonio a:focus
{
  background: #e9b528;
  text-decoration: none;
}

#seccion4{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  justify-content: center;
  min-height: 85vh;
}


.para-que{
  font-size: 38px;
  position: absolute;
  width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: #fff;
    background: rgba(0,0,0,0.8);
}

/*--PASOS---*/
.pasos{
  border-top: 10px solid #fff;
  padding: 0;
  min-height: 0;
}
.box-pasos{
  float: left;
  width: 50%;
  background: #00508f;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  justify-content: center;
  border-bottom: 10px solid #fff;
  height: 280px;
  padding: 10px 30px;
}

.box-pasos:nth-child(1),
.box-pasos:nth-child(3)
{
  border-right: 5px solid #fff;
}
.box-pasos:nth-child(2),
.box-pasos:nth-child(4)
{
  border-left: 5px solid #fff;
}

.box-pasos span{
  color: #3b3b3b;
  font-size: 60px;
  background: #f7e135;
  display: inline-block;
  border-radius: 100%;
  width: 73px;
  height: 73px;
  text-align: center;
  font-family: 'ubuntubold';
}
.box-pasos h4{
  color: #fff;
  font-family: 'ubuntubold';
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 0px;
}
  .box-pasos h4 i{
    width: 39px;
    height: 33px;
    display: inline-block;
    background-position: top right;
    background-repeat: no-repeat;
    margin-bottom: -5px;
    margin-right: 5px;
  }
.box-pasos p{
  font-size: 20px;
  color: #f2f2f2;
  font-family: 'ubuntulight';
  margin-bottom: 0;
  margin-top: 8px;
  min-height: 50px;
}

.box-pasos:hover{
  background: #f7e135;
}
.box-pasos:hover span{
  background: #00508f;
  color: #fff;
}
.box-pasos:hover h4{
  color: #fff;
  color: #3b3b3b;
}
.box-pasos:hover h4 i{
  background-position: bottom right; 
}
.box-pasos:hover p{
  color: #3b3b3b;
}

.publicar-opinion{
  background: #3b3b3b;
  color: #f2f2f2;
  font-family: 'ubuntubold';
  font-size: 22px;
  text-align: center;
  padding: 30px 20px 40px;
  min-height: 0;
  text-transform: uppercase;
  border-bottom: 10px solid #fff;
  text-decoration: none;
}
.publicar-opinion img{
  margin-bottom: -5px;
  margin-right: 5px;
}
/*--FIN PASOS--*/

  a.btn-d{
    display: inline-block;
  }
  a.btn-m{
    display: none;
  }

.logo2{
  opacity: 0;
  display: none;
  transition: all 0.5s ease;
}
.logo2.visible{
    opacity: 1;
    display: block;
    position: absolute;
    height: 30px;
    left: 20px;
    top: 9px;
}

@media screen and (max-width:1200px){
  .item-testimonio .texto-testimonio p{
    font-size: 40px;
  }

  .para-que{
    font-size: 30px;
  }
}
@media screen and (max-width:1024px){
  .wrap-video{
    margin-top: 100px;
  }

  section{
    min-height: 0;
  }

}
@media screen and (max-width:991px){

  section{
    height: auto;
  }

  .contenido1-izq{
    width: 100%;
    padding-top: 20px;
  }
  .contenido1{
    width: 100%;
  }

  .contenido1 .texto1{
    text-align: left;
    
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 10px;
  }

  .wrap-video .texto-video{
    padding: 20px;
  }

  .wrap-video .texto-video h3{
    font-size: 24px;
  }

  .wrap-video{
    margin-top: 60px;
  }

  .item-testimonio .texto-testimonio p{
    font-size: 34px;
  }

  .item-testimonio .texto-testimonio .autor{
    font-size: 24px;
  }

  .item-testimonio .img-testimonio{
    width: 28%;
  }

  .item-testimonio .texto-testimonio{
    width: 72%;
  }

  .item-testimonio .texto-testimonio p{
    padding-top: 0;
  }

  .tabs-testimonio{
    text-align: center;
  }

  .tabs-testimonio a{
    margin-bottom: 10px;
    font-size: 12px;
  }

}
@media screen and (max-width:768px){

  section{
    padding: 60px 20px;
  }

#seccion4{
  min-height: 450px;
}
  section.seccion1{
    padding-bottom: 300px;
  }

  .contenido1 .titulo1 {
      text-align: center;
  }

  .wrap-video .texto-video {
      background: rgba(0,80,143,0.9);
      width: 100%;
      float: left;
      padding: 20px;
      height: auto;
  }

  .wrap-video .video{
    width: 100%;
  }

  .texto2 {
      width: 100%;
      float: left;
      margin-top: 30px;
      text-align: center;
  }

  .texto2 p{
    text-align: center;
  }

  .wrap-video .video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .wrap-video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .seccion2 a{
    position: relative;
    bottom: auto;
  }

  .texto2{
    text-align: center;
    background: rgba(255,255,255,0.1);
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 99;
  }

  header .menu-normal{
    margin-bottom: 0;
  }

  .item-testimonio .img-testimonio{
    margin-bottom: 20px;
    text-align: center;
  }
  .item-testimonio .img-testimonio img{
    max-width: 300px;
    margin: 0 auto;
  }

  .item-testimonio .texto-testimonio{

    padding-left: 10px;
    padding-right: 0;
    text-align: center;
  }

  .item-testimonio .texto-testimonio p{
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin-top: 0;
  }

  .item-testimonio .texto-testimonio .autor{
    text-align: center;
    font-size: 20px;
  }

  .para-que{
    position: relative;
    font-size: 24px;
  }

  section.seccion2{
    padding-bottom: 40px;
  }

  .box-pasos{
    width: 100%;
    border-left: none !important;
    border-right: none !important;
  }

  .img2{
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 20px auto 0;
    vertical-align: bottom;
  }
  section.seccion3{
    padding-bottom: 30px;
    padding-top: 100px;
  }

  .box-pasos:hover{
    background: #00508f;
  }
  .box-pasos:hover span{
    background: #f7e135;
    color: #3b3b3b;
  }
  .box-pasos:hover h4{
    color: #fff;
  }
  .box-pasos:hover h4 i{
    background-position: top right; 
  }
  .box-pasos:hover p{
    color: #fff;
  }

}
@media screen and (max-width:480px){
  header{
    height: auto;
  }
  section.seccion3{
    padding-bottom: 30px;
    padding-top: 100px;
  }

  section.seccion4{
    background: #e4e4e4;
  }

  .texto2 h3{
    margin-top: 10px;
    line-height: 40px;
    font-size: 30px;
  }
  .img2{
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 20px auto 0;
    vertical-align: bottom;
  }

  a.btn-d{
    display: none;
  }
  a.btn-m{
    display: block;
  }

  .box-pasos span{
    font-size: 30px;
    width: 38px;
    height: 38px;
  }
  .box-pasos h4{
    font-size: 21px;
    margin-top: 10px;
  }
  .box-pasos p{
    font-size: 16px;
    min-height: 0;
  }
  .box-pasos{
    height: auto;
    padding: 20px;
  }
}
@media screen and (max-width:320px){

}



