@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap');
*{
    box-sizing: border-box;
    font-family: 'Raleway';
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}
.content{
    max-width: 1200px;
    margin: 0 auto;
}
.background-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
video {
  max-width: 100%;

}
.cover .cover-video{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cover .contenido{
     display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 70%;
    height: 100vh;
    text-align: center;
}
.cover h1{
    margin-top: 100px;
    color: #fafafa;
    font-size: 4rem;
    line-height: 60px;
    text-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}
.cover p{
    color: #fafafa;
    font-size: 16px;
    padding: 15px 0px;
}
.cover a{
    background: #034C8C;
    font-size: 18px;
    color: #fafafa;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 20px;
    margin: 20px 0px; 
    transition: 0.2s ease-in-out;
}
.cover a:hover{
    background: #fafafa;
    color:#034C8C;
}
.cover .mouse{
    margin: 20px 0px;
}
header{
    width: 900px;
    background: rgba(255,255,255,0.8);
    margin: 10px auto; 
    left: 0;
    right: 0;
    padding: 10px 30px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    z-index: 1;
    box-shadow: 1px 0px 10px rgba(0,0,0,0.3);
}
header img{
    width: 120px;
}
header nav a{
    text-decoration: none;
    color: #343434;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 8px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
}
header nav a.cont{
    background: #034C8C;
    color: #fafafa;
    padding: 10px 20px;
    border-radius: 20px;
}
header nav a.cont:hover{
    color: #fafafa;
}
header nav a:hover{
    color: #034C8C;
}

.mouse {
  width: 27px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 42px;
  position: relative;

}
.mouse::before {
  content: "";
  width: 2px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
.nosotros{
    padding: 100px 0px;
    animation: aparecer linear both;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;

}
.nosotros .content{
    display: flex;
    justify-content: space-between;

}
.nosotros .left{
    width: 50%;
    
}
.nosotros .left .photo{
    width: 80%;
    height: 500px;
    background: url(../images/elect1.jpeg) center center;
    background-size: cover;
    border-radius: 20px;

    
}

.nosotros .right{
    width: 50%;

   
}
.nosotros .right h2{
    font-size: 5rem;
    color: #034C8C;
    line-height: 80px;
    font-weight: 900;
}
.nosotros .right p{
    padding: 20px 0px;
    font-size: 18px;
    color: #535353;
}
.nosotros .right img{
    height: 10px;
    margin: 20px 0px;
}

.nosotros .right img.der{
    display: table;
    text-align: right;
}

.mision-vision{
    background:#034C8C;
    padding: 100px 0px;

    & .mision{
        display: flex;
        justify-content: space-between;
        align-items: center;
        animation: meter-mision linear both;
        animation-timeline: view();
        animation-range: entry 20% cover 30%;

        
    }
    & .vision{
        display: flex;
        justify-content: space-between;
        align-items: center;
        animation: meter-vision linear both;
        animation-timeline: view();
        animation-range: entry 20% cover 30%;

    }

    & .icon ion-icon{
        font-size: 5rem;
        font-weight: normal;
        color: #ffffff;
        margin: 0px 10px

    }
    & .text h4{
        color: #fafafa;
        font-size: 22px;
        padding: 10px 0px;
    }
    & .text p{
        color: #e2e1e1;
        font-size: 14px;
    }
    
}
.mision-vision .content{
    display: flex;
    justify-content: space-between;
}
.mision-vision .mision, .mision-vision .vision{
    width: 45%;
}

.marquee-logos {
  width: 100%;
  align-items: center;
  margin-top: 1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 20px 0px;
}
.marquee-logos__container {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation: marquee--move__logos 35s linear infinite;
}
.marquee-logos__container img {
  width: 14.625rem;
  height: 4.375rem;
  min-height: 4.375rem;
  min-width: 14.6253rem;
  object-fit: contain;
}
.marquee-logos__fade {
  z-index: 1;
  width: 2rem;
  background-image: linear-gradient(90deg, rgba(0, 0, 18, 0), #ffffff);
  position: absolute;
}
.marquee-logos__fade-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 18, 0), #ffffff);
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}
.marquee-logos__fade-right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.services{
    background: url(../icons/cover.webp) center center;
    background-size: cover;
    
    width: 100%;
    

    & .cover-services{
        background: rgba(3, 76, 140,0.8);
        backdrop-filter: blur(5px);
      
    }
    & .content{
        padding: 100px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    & .content .left{
        width: 45%;
        animation: meter-mision linear both;
        animation-timeline: view();
        animation-range: entry 20% cover 30%;
    }
    & .content .left h4{
        font-size: 4rem;
        color: #fafafa;
        line-height: 80px;
        font-weight: 900;
        padding: 10px 0px;
    }
    & .content .left ul{
        padding: 10px 0px;
    }
    & .content .left ul li{
        color: #fafafa;
        font-size: 14px;
        padding: 8px 0px;
        display: flex;
    }
    & .content .left ion-icon{ font-size: 20px;}
    & .content .right{
        width: 45%;
        animation: meter-vision linear both;
        animation-timeline: view();
        animation-range: entry 20% cover 30%;
    }
    & .content .right .photo{
        width: 90%;
        height: 600px;
        background: url(../images/electr.avif) center center;
        background-size: cover;
        border-radius: 20px;
    }
}

.org{
    display: table;
    margin: 0 auto;

    text-align: center;


}
.org .content{
    text-align: center;

}
.org .organigrama{
    text-align: center;
    margin: 0 auto;
}
.org .organigrama .center-org{
    display: table;
    margin: 0 auto;
    text-align: center;
    position: absolute;
  top: 0; left: 0;
  padding: 60px 0px;
}

.contentx {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

/*Question*/
.question {
  position: relative;
  background: #034C8C;
  color: #fafafa;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  border-radius: 4px;
  width:100%;
  cursor: pointer;
}
/*Answer*/
.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  color: #fafafa;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none;
  
}

.faq{
    padding: 100px 0px;
     animation: aparecer linear both;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
}

.faq .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq .left, .faq .right{
    width: 50%;
}
.faq .left .photo{
    background: url(../images/el.png) center center;
    background-size: cover;
    width: 90%;
    height: 700px;
    border-radius: 20px;
}
.faq .right h1{
    font-size: 4rem;
    color: #034C8C;
    line-height: 60px;
    font-weight: 900;
}

.faq .right img{
    height: 10px;
    margin: 20px 0px;
}

.contact{
    padding: 100px 0px;
    background: #f8f8f8;
}

.contact .content{
    display: flex;
    justify-content: space-between;
}
.contact .content .info{
    width: 50%;
}
.contact .content .formu{
    width: 45%;
}
.contact .info h2{
    font-size: 3rem;
    color:#034C8C;
}
.contact .info p{
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
}
.contact .info span{
    display: table;
    width: 100%;
    padding: 5px 0px;
}
.contact .info span ion-icon{
    font-size: 18px;
    color:#034C8C;
}

.formu form{
    background:#034C8C;
    padding: 60px 40px;
    box-shadow: 10px 10px 10px rgba(3, 76, 140,0.4);

    border-radius: 10px;
}
.formu h2{
    color: #fafafa;
    font-size: 2rem;
    padding: 10px 0px;
}
.formu label{
    display: table;
    width: 100%;
    color: #fafafa;
}
.formu input, .formu textarea{
    width: 100%;
    padding: 5px 10px;
    border: 0px;
    margin: 5px 0px;
    resize: none;
    border-radius: 3px;
    outline: 0;
}
.formu button{
    background: #fafafa;
    color: #343434;
    padding: 10px 20px;
    font-size: 18px;
    border: 0px;
    color:#034C8C;
    border-radius: 6px;
    transition: 0.2s ease-in-out;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    border: 0;
}
.formu button:hover{
    background:#034C8C;
    color:#fafafa;
    cursor: pointer;
}
.formu ion-icon{
    font-size: 18px;
}


footer{
    padding: 40px 0px;
    background:#034C8C;
    color: #fafafa;
    font-size: 14px;
}





@keyframes meter-mision {
    from{
        transform: translateX(-100px);
        opacity: 0;
    }
    to{
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes meter-vision {
    from{
        transform: translateX(+100px);
        opacity: 0;
    }
    to{
        transform: translateX(0px);
        opacity: 1;
    }
}


@keyframes aparecer{
    from{
        opacity: 0;
        scale: .2;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}


@keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}

@keyframes marquee--move__logos {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (max-width: 720px) {
   
    header{
        width: 80%;
    }
    header .logo{
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    header nav{
        display: none;
    }
    .cover h1{
        font-size: 2rem;
        line-height: normal;
    }
    .nosotros{
        padding: 40px 0px;
    }
    .nosotros .content{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .nosotros .left, .nosotros .right{
        width: 100%;
    }
    .nosotros .left{
        text-align: center;
    }
    .nosotros .left .photo{
        margin: 0 auto;
    }
  
    .mision-vision .content{
        flex-direction: column;
    }
    .mision-vision .mision, .mision-vision .vision{
        width: 100%;
        padding: 20px 0px;
    }
    .services .content{
        flex-direction: column;
    }
    .services .content .left{
        width: 100%;
    }
    .services .right{
        display: none;
    }
    .faq .content{
        flex-direction: column;
    }
    .contact .content{
        flex-direction: column;
    }
    .faq .left{
        display: none;
    }
    .faq .right{
        width: 100%;
    }
    .contact .content .info, .contact .content .formu{
        width:  100%;
        padding: 20px 0px;
    }
}