/* Elementos generales*/
*{
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}

:root{
    --colorTextos:#7e7e7e;
    --colorBotones: #f69229;
    --colorFondo: #5d8a9f;
    --marginElementos: 40px; 
}

body{
    font-family: 'Lato', sans-serif;
}

.contenedor{
    width: 100%;
}

/* Hero Image/Text */
.hero{
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #1d1d24;
}

.contenedor-textos{
  background-color: #1d1d24;
    padding: 0;
    
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.hero h1{
     font-size: 60px;
     font-weight: 700;
     -webkit-text-stroke: 0.3px white;
}


.hero p{
    font-weight: 300;
    font-size: 25px;
    margin: 15px 0;
    -webkit-text-stroke: 0.3px white;
}

.MenuAC{
    justify-content: center;
    align-items: center;
 }

/* BARRA DE MENU DE NAVEGACIÓN */
 .MenuP{
    list-style: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
    background-color: #20202b;}


  .MenuP li a{
     text-decoration: none;
     color:white; 
     padding: 20px;
     display: block;
     text-align: center;
     font-size: 20px;    
    }

  .MenuP li {
    display: inline-block;
    text-align: center;
  }

  .MenuP li a:hover{
    background-color: #4d50f1;
  }



/* CSS DE SLIDER ALUMNOS */
.nav{
    background-color: rgb(235, 34, 34);
    width: 100%; height: 100px; 
  }
  
  .slider-alumnos{
    justify-content: center;
    align-items: center;
  }

    .slider{
    width: 100%;
    height: 80vh;
    overflow: hidden;
    }
    .slider ul{
      display:inline-flex;
      animation: cambio 25s infinite alternate linear;
      width: 400%; 
    }
    .slider li{
      width: 100%;
    }
    .slider img{
      width: 100%;
      height: 75%;
    }

    @keyframes cambio{
      0%{margin-left: 0;}
      20%{margin-left: 0;}
      
      25%{margin-left: -100%;}
      45%{margin-left: -100%;}
      
      50%{margin-left: -200%;}
      70%{margin-left: -200%;}
      
      75%{margin-left: -300%;}
      100%{margin-left: -300%;}
    }
    @media only screen and (min-width:320px) and (max-width:768px)
    {
     .slider, .slider ul, .slider img{
     height: auto;}
    }



    .container {
      background: url("/img/grupouno.jpeg") center;
        display:flex;
        width: 100%;
        height: 75vh;
        align-items: center;
        justify-content: center;
    }

    .container1 {
      background: url("/img/grupodos.jpeg") center;
      display:flex;
      width: 100%;
      height: 75vh;
      align-items: center;
      justify-content: center;
  }

  .container2 {
    background: url("/img/galeria/cielo\ \(1\).jpg") center;
    display:flex;
    width: 100%;
    height: 45vh;
    align-items: center;
    justify-content: center;
}

      
      .div-transform {
        display: flex;
        transform: rotateX(10deg) rotateY(15deg) rotateZ(-9deg) scale3d(1, 1, -0.9)
          scale(1.1) translateX(50px);
      }
      
      .card {
        background: url("/img/ruby.jpg") center;
        color: #ffffff;
        border-radius: 8px;
        padding: 0px 18px;
        width: 244px;
        transition: 0.5s ease;
        overflow: hidden;
        transform: translate(0);
      }
      
      .card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.85;
      }
      
      .card h2 {
        text-transform: capitalize;
      }
     
      
      .card a{
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-top: 48px;
        color: #fff;
      }

      
      .card-1 {
        background-size: cover;
        transform: scale(1.02);
        margin-right: 40px;
      }
      
      .card-1:hover {
        transform: scale(1.11);
        box-shadow: -7px 4px 28px -3px #b527cf;
      }
      
      .card-1::before {
        background: linear-gradient(90deg, #b527cf 0%, #3546f0 100%);
      }
      
      .card-2 {
        background-size: cover;
        transform: scale(1.01);
        margin-right: 31px;
      }
      
      .card-2:hover {
        transform: scale(1.1);
        box-shadow: -7px 4px 28px -3px #3bd9d9;
      }
      
      .card-2::before {
        background: linear-gradient(90deg, #3bd9d9 0%, #8035f0 100%);
      }
      
      .card-3 {
        background-size: cover;
      }
      
      .card-3:hover {
        transform: scale(1.08);
        box-shadow: -7px 4px 28px -3px #ff9500;
      }
      
      .card-3::before {
        background: linear-gradient(90deg, #ff9500 0%, #d5cb0f 100%);
      }




















    footer{
        display: flex;
        flex-direction: column;
      
        justify-content: space-between;
        align-items: center;
        padding: 5px;
      
        
        width: 100%;
        height: 400px;
        background-image:
        linear-gradient(-225deg,
            rgba(6, 58, 57, 0.404) 0%,
            rgba(16, 11, 85, 0.404) 56%,
            rgba(61, 5, 12, 0.438)100%),
            url(../img/Teclado\ .png);
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        position:relative;
      }
      
      .contenedorC2{
        width: 100%;
        overflow: hidden;
        margin-top: 50px;
      }
      
      footer .titulo-seccion2{
        margin-bottom: 50px;
        color: #fff;
        font-size: 40px;
        justify-content:end;
        text-align: center;
      }
      
      footer .subtitulo2{
        margin-bottom: 50px;
        color: #fff;
        font-size: 20px;
        text-align: center;
      }
      
      .redes-sociales{
        padding-top: 40px;
        width: 80%;
        display: flex;
        margin: auto;
        justify-content: space-evenly;
      }
      
      .redes-sociales i{
        font-size: 60px;
        color: #fff;
      }
      
      .redes-sociales a{
        font-size: 60px;
        color: #fff;
      }
      
      .input{
        border: 5px solid rgb(184, 179, 179);
        background: rgb(221, 218, 218);
        font-size: 20px;
        color: #fff;
        width: 80%;
        display: flex;
        justify-content:center;
      }
      
      .fa, .fab, .fad, .fal, .far, .fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        color: black;
      }
      
      .submit{
          width: 25px;   
          padding: 15px 0;
          color: black;
          cursor: pointer;   
      }
      
      .fa, .fab, .fad, .fal, .far, .fas:hover{
          color: white;
      }