

/* Font Google - strong reaload time */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,700,900&subset=latin,latin-ext);


*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }


html, body{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:15px;
  -webkit-font-smoothing: subpixel-antialiased!important;
  font-weight:400;

}

a{
  text-decoration:none;
  outline:none;
}

h1{
  font-size:56px;
  color:white;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

p{
  font-size:19px;
  margin-top:20px;
}


h1 span{
  color:#2fa68e;
}


::selection {
  background: #fff;
  color:#194394;
}

::-moz-selection {
  background: #fff;
  color:#194394;
}


.container-page{
  position:absolute;
  width:100%;
  height:100%;
}

.linea{
  color: black;
  background-color: blue;
  height: 1px;
  width:340px;
  border:0;
  margin: 0 auto;
  margin-top:0px;
  margin-bottom: 15px;
}

.linea-primaria{
  color: black;
  background-color: blue;
  height: 1px;
  width:80%;
  border:0;
  margin: 0 auto;
  margin-top:0px;
  margin-bottom: 10px;
}

.altura95 {
  height: 580px;
  width: 100%; }

.centerTextCarousel {
    position: absolute;
    top: 80%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;

  }
  
  .centerTextCarousel h3{
    font-size: 48px;
  }

  .centerTextCarousel p{
    margin-top: 150px;
  }

  .colorAzul {
    color:#194394;
  }
  @media only screen and (max-width: 768px) {
  .centerTextCarousel {
    position: absolute;
    top: 55%;
    left: 40%;
    height: 30%;
    width: 70%;
    margin: -15% 0 0 -25%;
  }
  .centerTextCarousel h3 {
    font-size: 25px;
  }
  }
  @media only screen and (max-width: 480px) {
    .centerTextCarousel {
      position: absolute;
      top: 35%;
      left: 30%;
      height: 30%;
      width: 90%;
      margin: -15% 0 0 -25%;
    }
    } 
    


/* Start page */

.logo-portada {
  height: 270px;
}

.start-page{
  position:relative;
  width:100%;
  height:580px;
  background:url('../img/background/foto_frente.jpg') 0px 0px fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

.start-page .opacity{
  position:absolute;
  width:100%;
  height:580px;
  background:rgba(0,0,0,0.5);
}


.start-page .content{
  position:relative;
  width:900px;
  margin:0 auto;
  height:580px;
}

.start-page .content .text{
  position:absolute;
  text-align:center;
  margin:auto;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:500px;
  height:320px;
}
.start-page .content .text p{
  color: white;
}

.start-page .content .arrow-down{
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 29px;
  background: url(../img/arrow-down.png) no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1.2s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
   animation:        bounce-fade 1.2s infinite; /* IE 10+ */
}

.about-video h2 {
  color: #fff;
  font-size: 50px; }
  @media (max-width: 767.98px) {
    .about-video h2 {
      font-size: 38px;
      margin-bottom: 50px; } }

.about-video .button {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #2fa68e;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite; }
  @media (min-width: 768px) {
    .about-video .button {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -8.4em; } }
  .about-video .button span {
    font-size: 30px;
    color: #fff; }

@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}


/* Menu */

.logo-nav{
   height: 95px;
   color:white;
}
.logos-nav{
  height: 35px;
  color:white;
}


.logos-nav1{
  height: 40px;
  color:white;
}

.nav-color {
  background:#194394;
  height: 70px;
}

.drop-color{
  background:#194394;
  color:white;
  font-weight: bold;
}

.dropdown-item {
  color:white;
  font-weight: bold;
  font-size: 16px;
  margin: 5px;
}

.nav-item{
  display: inline-block;
  padding: 0 20px 0 20px;
}

.nav-link{
  color:white;
  font-weight: bold;
  font-size:18px;
  line-height:60px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.activar li.active a{
  background-color:#131a21;
}

.menu{
  position:relative;
  width:100%;
  height:90px;
  background:#194394;
  z-index:1000;
}

.menu-content{
  width:1100px; 
  position:relative;
  margin:0 50px;
}

.menu-content .logo {
   color:white;
   font-weight:700;
   font-size:30px;
   width: 70%;
   line-height:90px;
   /* float:left; */
   list-style: none;
   padding: 0 !important;
 }

.menu-click{
  display:none;
}


.menu-click li {
  position:relative;
  width:100%;
  height:50px;
  color:white;
  font-size:20px;
  text-align:center;
  line-height:70px;
  background:#194394;
  z-index:1000;
  border-bottom:1px solid #1a7966;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
 }
.menu-click .logo {
  width: 16%;
}

.menu-click li:hover {
  color:#2f363e;
 }


.menu-content ul{
  margin-left: 50px;
  width:800px;
  left:40%;
  float:right;
  text-align:right;
  list-style:none;
}

.menu-content li{
   display:inline-block;
   position:relative;
}

.menu-content li a{
  color:white;
  font-size:16px;
  display: inline-block;
  padding: 0 20px 0 20px;
  line-height:90px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.activar .mar {

  /* top: 50%;
  left: 50%; */
 
 width: 70%;
 padding: 0;
}



.menu-content li.active a{
  background-color:#131a21;
}

.menu-content li a:hover{
  color:white;
}




/*Vision*/

.vision-img {
  width: 480px;
  height: auto;
  transition: all 0.3s ease-in;
}


.vision{
  position:relative;
  width: 100%;
  margin:0 auto;
  height: 450px;
}

.vision-ep{
  position:relative;
  width: 100%;
  margin:0 auto;
  height: auto;
}

/* .vision h1{
  font-size:56px;
  color:black;
  text-align:center;
  margin-top:50px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
} */


.vision p.title{
  color: black;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 90%;
  font-size:16px;
  text-align:justify;
}

.vision-ep p.title{
  color: black;
  margin-right: 0px;
  margin-bottom: 20px;
  width: 90%;
  font-size:15px;
  text-align:justify;
}

.vision h2{
  text-align:center;
  margin-top:20px;
  font-size:40px;
  color:black;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.vision-ep h2{
  text-align:center;
  margin-top:20px;
  font-size:40px;
  color:black;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.vision h3{
  text-align:center;
  margin-top:20px;
  font-size:30px;
  color:black;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.vision p{
  text-align:justify;
  margin-top:0px;
  font-size:15px;
  width:100%;
  color:#919191;
  line-height:1.4;
  position:relative;
  font-weight:400;
}


.vision-ep p{
  text-align:justify;
  margin-top:0px;
  font-size:15px;
  width:100%;
  color:black;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.vision .column{
  margin-top:20px;
  text-align: center;
  width:50%;
  float:left;
  margin-bottom:80px;
  height:auto;
}

.vision-ep .column{
  margin-top:20px;
  text-align: center;
  width:50%;
  float:left;
  height:auto;
}

/* Contador */
.wow {
  display: flex;
}

.contador{
  position:relative;
  /* width: 100%;*/
  margin:0 auto;
  /*margin-bottom:10px; */
  height: 150px;
  width: 100%;
  margin-bottom:10px;
  background: rgb(2,0,36);
  background: linear-gradient(6deg, rgba(2,0,36,1) 0%, rgba(25,67,148,1) 21%, rgba(47,166,142,1) 100%);
}

.contador h1{
  font-size:56px;
  color:black;
  text-align:center;
  margin-top:50px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}


.contador p.title{
  color: #919191;
  margin-top:40px;
  width:100%;
  font-size:15px;
  text-align:center;
}

.contador h2{
  text-align:center;
  margin-top:20px;
  font-size:40px;
  color:black;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.contador h3{
  text-align:center;
  font-size:30px;
  color:white;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.contador p{
  text-align:center;
  margin-top:20px;
  font-size:15px;
  width:100%;
  color:#919191;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.column-one{
  margin-top:40px;
  width:33%;
  float:left;
  margin-bottom:70px;
  height:auto;
}


.column-two{
  margin-top:40px;
  width:33%;
  float:left;
  margin-bottom:70px;
  height:auto  ;
}


.column-three{
  margin-top:40px;
  width:33%;
  float:left;
  margin-bottom:70px;
  height:auto;
}



/* About us */

.about-us{
  position:relative;
  width:1050px;
  margin:0 auto;
  margin-bottom:20px;
  height: 520px;

}

.about-us h1{
  font-size:56px;
  color:black;
  text-align:center;
  margin-top:50px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.about-us hr{
  color: black;
  margin-top:30px;
  background-color: blue;
  height: 1px;
  width:340px;
  border:0;

}

.about-us p.title{
  color: #919191;
  margin-top:40px;
  width:100%;
  font-size:15px;
  text-align:center;
}

.about-us h2{
  text-align:center;
  margin-top:20px;
  font-size:40px;
  color:black;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}

.about-us h3{
  text-align:center;
  margin-top:20px;
  font-size: 30px;
  color:black;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
}


.about-us p{
  text-align:center;
  margin-top:20px;
  font-size:15px;
  width:92%;
  color:#2F2F2F;
  line-height:1.4;
  position:relative;
  font-weight:400;
}

.about-us .column-one{
  margin-top:40px;
  width:350px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .column-one .circle-one{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url(../img/icons/inicial.png) #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-one .circle-one:hover{
  background: url(../img/icons/inicial.png) #2fa68e no-repeat center center;

}

.about-us .column-two{
  margin-top:40px;
  width:350px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .column-two .circle-two{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url(../img/icons/primaria.png) #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-two .circle-two:hover{
  background: url(../img/icons/primaria.png) #2fa68e no-repeat center center;
}


.about-us .column-three{
  margin-top:40px;
  width:350px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .column-three .circle-three{
  height: 174px;
  position:relative;
  margin:0 auto;
  border:8px solid #ebebeb;
  background: url(../img/icons/secundaria.png) #f3f3f3 no-repeat center center;
  -moz-border-radius:174px;
  -webkit-border-radius:174px;
  border-radius: 174px;
  width: 174px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-three .circle-three:hover{
  background: url(../img/icons/secundaria.png) #2fa68e no-repeat center center;
}



/* Portfolio */


.portfolio{
  position:relative;
  width:100%;
  background: rgb(2,0,36);
  background: linear-gradient(6deg, rgba(2,0,36,1) 0%, rgba(25,67,148,1) 21%, rgba(47,166,142,1) 100%);

}

.portfolio .portfolio-margin{
  position:relative;
  width:1000px;
  overflow:hidden;
  margin:0 auto;
}

.portfolio .portfolio-margin .read-more{
  width:183px;
  height:47px;
  position:relative;
  margin:50px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  text-align:center;
  color:white;
  cursor:pointer;
  font-size:19px;
  background:none;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.portfolio .portfolio-margin .read-more:hover{
  color:black;
  background:white;
}

.portfolio .portfolio-margin h2{
  font-size:45px;
  color:white;
  padding-top:40px;
  margin-bottom: 20px;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.portfolio .portfolio-margin .lineab{
  color: black;
  margin: 0 auto;
  margin-top:30px;
  background-color: white;
  height: 1px;
  width:340px;
  border:0;
}

/* Portfolio grid */

.grid{
  margin-top:70px;
  width:100%;
  position:relative;
  margin-bottom:70px;
  overflow:hidden;
}

.grid li{
  width:300px;
  height:225px;
  float: left;
  position: relative;
  overflow: auto;
}

.grid img{
  width: 100%;
  height: 225px;
  float: left;
  position: relative;
}

.grid .text {
  position: absolute;
  width: 300px;
  height: 225px;
  background: #2fa68e;
  z-index: 2;
  opacity:0;
}

.grid p {
  font-size: 29px;
  text-align:center;
  margin-top:80px;
  font-weight: bold;
  color: #194394;
}

.grid p.description {
  font-size: 15px;
  width:300px;
  margin-top:20px;
  text-align:center;
  font-weight: 400;
  color: #FFF;
}

.clear {
    clear:both;
}

/* Partners */

.partners{
  position:relative;
  width:100%;
  height: 380px;
  background:url('../img/background/companeros.jpg') 0px 0px fixed; 
  background-size: cover;
}

.partners-ep{
  height: 320px;
}

.partners .opacity{
  position:absolute;
  width:100%;
  background:rgba(0,0,0,0.6);  
  height: 100%;

}

.partners .content{
  position:absolute;
  width:900px;
  height:190px;
  margin: 50px auto;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.partners h2{
  color:white;
  font-size:40px;
  font-weight:300 bold;
  text-align:center;
  font-style: italic;
}
.partners h3{
  color:white;
  margin-top: 50px;
  font-size:30px;
  font-weight:300;
  text-align:center;
}

.partners .logo{
  position:relative;
  width:900px;
  overflow:hidden;
  margin-top:50px;
  text-align:center;
}

.partners .logo img{
  opacity:0.5;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.partners .logo img:hover{
  opacity:1;
}

 .button-inscripcion{
  width:183px;
  height:47px;
  position:relative;
  margin:40px auto;
  line-height:47px;
  border:1px solid white;
  text-transform:uppercase;
  text-align:center;
  color:white;
  cursor:pointer;
  font-size:19px;
  background:none;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.button-inscripcion:hover{
  color:white;
  background:#2fa68e;
}


/* Footer */

.footer{
  
  position:relative;
  width:100%;
  background:#23282d;
  background:url('../img/background/course-4.jpg') 0px 0px fixed no-repeat;
  background-size: cover;
}

.footer .opacity{
    position:absolute;
    width:100%;
    height: 100%;
    background:rgba(25,67,148,0.9);
}


.footer .margin{
  width: 100%;
  position:relative;
  margin:0 auto;
 
}

.footer .margin .menu-footer{
  width: 1100px;
  margin:0 auto;
  text-align:center;
}

.footer .margin .menu-footer h3{
  text-align:center;
  font-size:20px;
  color:white;
  text-transform: capitalize;
  line-height:1.2;
  width:100%;
  position:relative;
  font-weight:bold;
  margin-bottom: 15px;
}
.footer .margin .menu-footer p{
  margin-top: 0;
}


.footer .margin .menu-footer a{
  line-height:30px;
  text-align:center;
  color: white;
  /* color:#5f666e; */
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.float-lft {
  float: left !important; }

.logo-foot{
  height: 100px;
  color:white;
}

.redes-foot{
  height: 30px;
  color:white;
  margin-bottom: 12px;
}

.redes-foot:hover{
  color:white;
  margin-bottom: 12px;
}

.logo-contact-foot{
  height: 20px;
  color:white;
  margin-right: 8px;
}

.footer-contact li a:hover{
  height: 30px;
  color:white;
  margin-right: 8px;
}


.footer .margin .menu-footer a:hover{
  color:white;
  height: 30px;
}

.footer .margin .menu-footer .column-one{
  margin-top:10px;
  margin-bottom: 0px;
}

.footer .margin .menu-footer .column-two{
  margin-top:10px;
  margin-bottom: 0px;
}

.footer .margin .menu-footer .column-three{
  margin-top:10px;
  margin-bottom: 0px;
}
.copyright{
  padding-bottom: 5px;
  text-align:center;
 
  
  /* color:#5f666e; */
  color: white;
}
.footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
 

.footer-contact li {
      list-style: none;
      margin: 0 20px 10px 0;
      align-items: center;      
}
.align-vert{
  vertical-align: middle
}

video {
  
  display: block;
  margin: -10px auto;
  width: 550px;
  height: 550px;
}

/* Estilos para el botón de cerrado 
.close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: white;
  border: 1px solid black;
  padding: 5px;
  cursor: pointer;
} */

       /* Estilos para el video */
    #video-container {
      position: relative;
      margin: 0 auto;
    }
    #video-background {
      position: absolute;
      top: 10%;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 1;
    }
    #video-container video {
      position: absolute;
      transform: translate(-10%, -55%); 
      z-index: 2;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0;
      display: none;
      background-color: rgba(0, 0, 0, 0.8);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
      border: 6px solid #fff;
      border-radius: 10px;
    }

      #close-button {
        position: absolute;
        top: -300px;
        right: 15px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        border: none;
        padding: 10px;
        font-size: 20px;
        cursor: pointer;
        z-index: 3;
      }
      #video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* sombreado oscuro */
        z-index: 2; /* asegurarse de que esté por detrás del video */
        display: none; /* ocultarlo inicialmente */
      }
      
      
/*Page Primaria */

.icon_container
{
	height: 60px;
	width: 50px;
	margin: 20px auto;
}
.icon_container img
{
	height: 100%;
}

.img-pri {
  width: 300px;
  height: auto;
  transition: all 0.3s ease-in;
}

