html {
    box-sizing: border-box;
    font-size: 62.5%;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body{
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif; 
    margin-top: 12rem;
}
header{
    padding:1rem;
    padding-bottom: 1rem;
    box-shadow: 0.1rem 0.2rem 0.3rem  #464A75;
    position: fixed;
    top:0rem;
    left: 0rem;
    right: 0rem;
    z-index: 9999;
    background-color: #fff;
}
.divisor{
    border-top: 3px solid #161C5C;
    position: relative;
}
.divisor img{
    width: 10rem;
    height: 5rem;
    position: absolute;
    top: -3rem;
    left: 45%;
}
.notificacion{
    background-color: red;
    color: #fff;
    text-align: center;
    padding: 1rem 0rem;
    margin-bottom: 1rem;
    font-weight: bold;
    border-radius: 0.5rem;
    display:none;
}
.notificacion.active{
    display:block;
}
.notificacion.active2{
    display:block;
    background-color: green;
}
@media screen and (min-width: 768px){
    body{
        margin-top: 12rem;
    }
}
.contenido-header{
    display:flex; 
    align-items: center;

}
.contenido-header *{
    flex-basis: 50%;
}
img{
    width: 100%; 
}
.contenedor{
    max-width: 120rem;
    margin: 0 auto;
    width: 95%;

}
.contenedor-formulario{
    max-width: 120rem;
    margin: 0 auto;
    width: 95%;
}

/* LOGO */
.logo-imagen{
    width: 10rem;
}


/* MENU NAVEGACION */
nav{
    display: none;
}

ul{
    padding: 0rem;

    margin: 0;
}
ul li {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 0.1rem solid #28156E;
    font-weight: bold;
}
ul li:nth-child(6){
    border-bottom: none;
}
ul li a:hover{
    background-color:#28156E;
    cursor: pointer;
    color:white;
}
ul li a{
    text-decoration: none;
    color: #28156E;
    padding: 0.8rem 0.4rem ;
    display: block;
    text-align: center;
    font-size: 1.8rem;
}
@media screen and (min-width: 768px){
    ul li{
        display:inline-block;
        border-bottom: none;

    }
}
div span:after{
    content: '';
    width: 3rem;
    height: 0.5rem;
    background-color: #28156E ;
    display:block;
    margin-bottom: 0.3rem;
}
.menu{
    max-width: 3rem;
}
.menu-hamburgesa{
    display:flex;
    justify-content: flex-end;
}

#menu-navegacion.active{
    display:block ;
}
@media screen and (min-width: 768px){
    .menu-hamburgesa{
      display: none;  
    }
    .flexheader{
        display:flex;
        justify-content: space-between; 
        align-items: center;
    }
    #menu-navegacion{
        display: block;
    }
} 
/* HERO */
 .hero{
    display:flex;
    margin-top: 2rem;
}
.hero * {
    flex-basis: 50%;
} 
@media screen and (min-width: 768px){
    .hero p{
        font-size: 2.8rem;
    }
}
.imagen-titulo{
    background-color: #fff;
    /* position: relative;
    height: 35rem;
    z-index: -1; */
}
/* .imagen-titulo img{
    position: absolute;
    bottom: -2rem;
} */
@media screen and (min-width: 768px){
    .pp{
        height: 400px;
    }
}
@media screen and (min-width: 1000px){
    .pp{
        height: 500px;
    }
}

.titulo h1 {
    position: relative;
}
h1{
    font-family: 'PT Sans', sans-serif;
    color: #464A75;
}
@media screen and (min-width: 768px){
    .contenido-hero{
        position: relative;
    }
    h1{
        position: absolute;
        top: -2rem;
        font-size: 5rem;
    }
    .titulo p{
        margin-top : 10rem;
    }
}
@media screen and (min-width: 1000px){
    h1{
        width: 100rem;
        letter-spacing: 5px;
    }

}
.titulo p{
    color:#464A75;
}
@media screen and (min-width: 768px){
    .titulo p{
        margin-top: 15rem;
    }
}
/* NOSOTROS */
.nosotros{
    background-color: #F0F2F9;
    padding: 1rem;
    margin-top: 3rem;
}

.imagen-nosotros{ 
    margin-top: 1rem;
    background-image: url('../img/valores.png');
    background-position: center;
    background-size: cover;
    height: 50rem;
    width: 100%;
}
.p1,.p2,.mision,.vision{
    color: #464A75;
}
.mision, .vision{
    font-weight: bold;
}
@media screen and (min-width: 768px){
    .nosotros{
        display:flex;
        justify-content: space-between;

    }
    .nosotros *{
        flex-basis: calc((100%/2) - 1rem);
    }
    .contenido-nosotros{
        position:relative;
        margin-top: 3rem;
    }
    .mision{
        position: absolute;
        left: -6.5rem;
        font-size: 3rem;
    }
    .p1{
        margin-top: 8rem;
    }
    .vision{
        position: relative;
        left: -6.5rem;
        font-size: 3rem;
    }
    .p2{
        margin-top: -1.5rem;
    }
    .imagen-nosotros{ 
        margin-bottom: -5rem;
    }
    
}

/* SECCION AULAS */
.seccion-aulas{
    margin-top: 5rem;
}

.aulas h3{
    font-size: 3rem;
    color: #464A75;
}
.aulas p{
    color: #464A75;
}
.boton-aulas{
    text-align: end;
    margin-top: 2rem;
}
.boton-aulas a{
    padding: 1rem 3rem;
    background-color: #28156E;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0.5rem;
    display: inline-block;
}


/*DISTRIBUIDORES*/
.seccion-distribuidores{
   margin-bottom: 5rem;
}
.seccion-distribuidores h3{
    color: #464A75;
    text-align: center;
    font-size: 3rem;
}

.imgs{
    max-width: 80%;
    margin: 0 auto;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}
.imgs *{
    flex-basis: calc(100%/3);  
}
.imagenes-distribuidores{
    text-align: center;
}
.partner{
    text-align: center;
}
.partner img{
    max-width: 80%;
}

@media screen and (min-width: 768px){
    .seccion-distribuidores{
        margin-top: 10rem;
    }
    .partner{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .partner *{
        flex-basis: calc((100% / 2) - 1rem);
    }
    .distribuidores{
        display:flex;
        align-items: center;
        justify-content: space-between;
        
    }
    .distribuidores *{
        flex-basis: calc((100% / 2) - 1rem);
    }
   
}

/* CONTACTO */
.formulario {
    background-color: #F0F2F9;
    margin-top: 10rem;
    padding: 5rem 1rem 1rem 1rem;
    position: relative;
    border-radius: 0.5rem;
    box-shadow:2px 2px 2px 2px#161C5C;


}
.formulario h2{
    color: #464A75;
    text-align: center;
    background-color: #28156E;
    color: white;
    padding: 1rem 0rem;
    position: absolute;
    top: -30px;
    left: 0px;
    right: 0px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.campo{
    max-width: 40rem;
    margin: 0rem auto 2rem auto;
}
label{
    display:block;
    font-weight: bold;
    color: #464A75;
}
input{
    height: 4rem;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #464A75;
    border-radius: 0.5rem;
    outline: none;
    -webkit-appearance: none;
}
textarea{
    width: 100%;
    outline: none;
}
.campo-boton{
    text-align: end;
    max-width: 40rem;
    margin: 0rem auto;
}
.envio{
    padding: 1rem 3rem;
    display: inline-block;
    background-color: #28156E;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    width: 15rem;
    border-radius: 0.5rem;
}
.envio:hover{
    cursor:pointer;
}


@media screen and (min-width: 768px){
    .flex-form{
        display: flex;
        justify-content: space-between;
    }
    .flex-form *{
        flex-basis: calc(( 100% / 2) - 1rem);
    }
}

/* FOOTER */
footer{
    margin-top: 3rem;
}
footer p{
    margin: 0px;
}
.superior{
    background-color: #F0F2F9;
    width: 100%;
    padding: 4rem 0rem;
}
.ubicacion p{
    display: inline-block;
    color: #fff;
    
}
.ubicacion span{
    color: #fff;
    margin-left: 4.5rem;
    font-weight: bold;
}
.t2{
    margin-left: 4.5rem;
}
.ubicacion i{
    margin-right: 0.5rem;
    color: #fff;
    background-color: #28156E;
    padding: 1rem;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    text-align: center;
    font-size: 2rem;
    
}
.inferior{
    background-color: #1A1B1C;
    color: #fff;
    padding: 1rem;
    text-align: center;
}
.inferior img{
    width: 10rem;
    height: 10rem;

}
.inferior p{
    text-align: center;
    text-decoration: underline;
}
.footer-nosotros {
    color: #fff;
    text-align: justify;
}
.footer-nosotros p{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.redes-sociales i{
    font-size: 2.5rem;
    background-color: #28156E;
    padding-top: 0.7rem;
    border-radius: 50%;
    max-width: 4rem;
    max-height:  4rem;
    width: 4rem;
    height:  4rem;
    text-align:center;
}
.redes-sociales {
    display:flex;
    justify-content: space-between;
}
.p-contacta:before{
    content:'';
    display:block;
    width: 200px;
    height: 5px;
    background-color: #464A75;
}

@media screen and (min-width: 768px){
    .ubicacion{
        padding-top: 1%;
    }
    .flex-footer{
        display:flex;
    }
    .flex-footer *{
        flex-basis: calc((100% / 2) - 1rem)
    }
    footer .descripcion{
        margin-bottom: 2rem;
    }
}
footer p, footer span{
    color: #464A75!important;
}
.inferior p{
    color: #fff!important;
}


/* SERVICIOS */
.columna1{
    width: 100%;
    height: 350px;
}
.columna22{
    width: 100%;
    border-radius: 4px;
    border-top: 5px solid #28156E;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%), 0 0 0 1px rgb(0 0 0 / 4%);
    position: relative;
    padding-top: 3rem;
    margin-top: 3rem;
}
.columna22 i{
    position: absolute;
    background-color: #fff;
    font-size: 40px;
    top: -20px;
    right: 0px;
    color: #28156E;
    
}
.columna22 h3{
    text-align: start;
    padding-left: 3rem;
    margin-bottom: 3rem;
    color:#28156E;
}
.columna22 p{
    text-align: justify;
    padding: 0rem 3rem 2rem 3rem;
}
.seccion-servicios{
    margin-top: 3rem;
    margin-bottom:5rem;
}
.h2-servicios{
    margin-bottom: 2rem;
    text-align: center;
    color:#28156E;
    font-size: 40px;
}
.btn-servicios{
    display: inline-block;
    background-color: #28156E;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 35px;
    border-radius: 5px;
}
.btn-servicios:hover{
    cursor:pointer;
}
.pocisionar-btn{
    text-align: end;
}
.pocisionar-btn:hover{
    cursor:pointer!important;
}
@media screen and (min-width: 768px){
    .servicios{
        display: flex;
    }
    .seccion-servicios{
        margin-top: 10rem;
        margin-bottom:10rem;
    }
    .h2-servicios{
        margin-bottom: 5rem;
    }
    .columna22{
        margin-top: 0rem;
    }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  height: 100vh;
}

.wrapper {
  /*background: linear-gradient(60deg, #420285, #08BDBD);*/
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #555);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
          animation: carousel-animate-vertical 27s linear infinite;
}

.carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(3s * -1);
          animation-delay: calc(3s * -1);
}

.carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(3s * 0);
          animation-delay: calc(3s * 0);
}

.carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(3s * 1);
          animation-delay: calc(3s * 1);
}

.carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(3s * 2);
          animation-delay: calc(3s * 2);
}

.carousel__item:nth-child(5) {
  -webkit-animation-delay: calc(3s * 3);
          animation-delay: calc(3s * 3);
}

.carousel__item:nth-child(6) {
  -webkit-animation-delay: calc(3s * 4);
          animation-delay: calc(3s * 4);
}

.carousel__item:nth-child(7) {
  -webkit-animation-delay: calc(3s * 5);
          animation-delay: calc(3s * 5);
}

.carousel__item:nth-child(8) {
  -webkit-animation-delay: calc(3s * 6);
          animation-delay: calc(3s * 6);
}

.carousel__item:last-child {
  -webkit-animation-delay: calc(-3s * 2);
          animation-delay: calc(-3s * 2);
}

.carousel__item-head {
  border-radius: 50%;
  background-color: #28156E;
  width: 90px;
  height: 90px;
  padding: 14px;
  position: relative;
  margin-right: -45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.carousel__item-body {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 16px 70px;
}

.title {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
  3%, 11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}


