  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
  :root{
    --azul: #00155C;
    --letra: #484848;
    --title: #454545;
    --enlaces: #026BCA;
    --marcado: #999999;
    --number: #10a3ca;
  }
  .title{
    color: var(--title);
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    font-size: 40px;
    margin: 20px;
    font-weight: 600;
 }
 .letras{
    color: var(--letra);
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    margin: 20px;
 }
 .bordes{
    border: 2px solid var(--azul);
    width: 5%;
    margin: auto;
}
  *{
    margin: 0px;
  }
  body{
    overflow-x: hidden;
  }

  /*Inicio del header DESKTOP */

 /*Fin del header  DESKTOP*/
  /*Inicio de la seccion slider*/

  #sliders{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: -1;
  }
  .slider-sites{
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    transition: all 0.3s ease-in;
    scroll-behavior: smooth;
  }
 /*Fin de la seccion  slider */
/* incio de cuadros */
.cuadro{
    position: relative;
    display: inline-block;
    text-align: center;
}
.cuadro a p{
    bottom: 0;
    position: absolute;
    color: white;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-bottom: 2px;
}
.text-cuadro{
    background-color: #2963A2;
    padding: 6px;
}
.text-cuadro2{
    background-color: #EC7F46;
    padding: 6px;
}
.text-cuadro3{
    background-color: #2ABDA2;
    padding: 6px;
}
.text-cuadro4{
    background-color: #486D94;
    padding: 6px;
}
#letras-empresa{
    background-image: url("../img/empresa/capimg.jpg");
    width: 100%;
    height:459px;
    background-size: cover;
}
/* fin de cuadros */

  /*INICIO del footer  DESKTOP*/
footer{
    background-color: var(--azul);
}
#pie-pagina{
    background-color: var(--azul);
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: space-around;
    padding-bottom:60px; 
    padding-top:30px;
}
.cajitas{
    width: auto;
}
.cajistas img{
    width: 200px;
}
.footer-title{
    color: white;
    border-bottom: 2px solid #10A3CA;
    font-weight: 300;
    margin-top:20px;
}
.texto-footer{
    color: white;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.menu-footer ul{
    display: flex;
    flex-direction: column;
    text-align: left;
    
}
.menu-footer ul li{
    list-style: none;
    margin-left: 0px;
    margin: 15px;
    width: 100%;
    white-space: nowrap;
}
.flecha-flooter{
    margin-right: 5px;
    width: 7px;
    height: 7px;
}
.derecho{
    font-family: 'Noto Sans', sans-serif;
    border-top:1px solid white; 
    padding-top:10px;
    font-size: 12px; 
    font-weight: 200;
    padding-bottom: 20px;
}
.cua{
    opacity: 0;
    transform: all 0.5s;
}
.mostrar{
    animation: mostrar 1s;
}
.modalsa{
    display: block !important;
}
@keyframes mostrar {
    0%{transform: translateY(60px);}
    100%{transform: translateY(0);}
}
.rotar{
    transition: ease-in 0.3s;
    transform: rotate(45deg);
}
.paralax{
    background: #fff fixed no-repeat 100% 100%;
    background-size: cover;
}
#section1{
    background-image: url('../img/index/franquicia-modelo-comercial.jpg');
}
#section2{
    background-image: url('../img/index/franquicia-emprendedores-3-min.jpg');
}
/*INICIO de la seccion Propuesta de valor*/
#contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    margin: auto;
}

.aja,
.aji,
.caja,
.caja-acceder {
    opacity: 0;
    transition: all 0.5s;
}
.animado, .izquierda, .derecha{
    opacity: 0;
    transition: all 0.5s;
}

.mostrar {
    animation: mostrar 1s;
}

@keyframes mostrar {
    0% {
        transform: translatey(60px);
    }

    100% {
        transform: translatey(0);
    }
}
.mostraras{
    animation: mostraras 1s;
}
@keyframes mostraras {
    0% { transform: translatex(-500px);}
    100%{ transform: translatex(0);}
}
.derechas{
    animation: derechas 1s;
}
@keyframes derechas {
    0% { transform: translatex(500px);}
    100%{ transform: translatex(0);}
}


.iman {
    width: 235px;
    margin: 15px;
}
#box-conta {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.caja-conta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.caja-conta img {
    width: 44px;
    filter: invert();
}

.number-conta {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    color: var(--number);
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.9px;
}

.letra-conta {
    font-family: 'Roboto', sans-serif;
    color: black;
    text-align: center;
    font-weight: 300;


}
.clei{
    overflow-y: scroll;
  }
  .clei::-webkit-scrollbar {
      width: 4px;
      height: 4px;
      display: block;
  }

  .clei::-webkit-scrollbar-thumb:active {
      background-color: #999999;
  }

  .clei::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 4px;
  }

  .clei::-webkit-scrollbar-thumb:hover {
      background: #b3b3b3;
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
      display: block;
  }

  .clei::-webkit-scrollbar-track {
      background: #e1e1e1;
      border-radius: 4px;
  }

  /* Cambiamos el fondo cuando esté en active o hover */
  .clei::-webkit-scrollbar-track:hover,
  .clei::-webkit-scrollbar-track:active {
      background: #d4d4d4;
  }
.scrollable {
    max-height: 400px; 
    overflow-y: scroll;
}
@media screen and (max-width:1220px){
     /*Inicio del header MOVILE */
       
           /*FIN del header movile */
      
         /*INICIO del footer movile */
         #pie-pagina{
            flex-wrap: wrap;
         }
        .flecha-flooter{width:10px !important;}
        .derecho{font-size:7px !important;}
        .cajitas{width:15%; margin: 0 auto;}
        .texto-footer{
            font-size: 10px;
        }
        /*FIN del footer movile */

}
@media  screen and  (max-width:768px) {
    
    .flecha-flooter{width:10px !important;}
        .derecho{font-size:7px !important;}
        .cajitas{width:60%; margin: 0 auto;}
        .texto-footer{
            font-size: 10px;
        }
        #social-footer{display: none !important;}
}
@media screen and (max-width:480px){
  /*INICIO de la seccion propuesta de valor*/
  
  .cuadre{
    width: 80px;
  }
  .icones{
    width: 30px;
  }
  .borde-pri p{
    width: 60px;
    height: 60px;
    font-size: 8px;
  }
  .logo{
    padding-left: 0px
  }
  .aja{
    width: 100%;
    flex-direction: column;
}
.iman{
    width: 100%;
}
/*FIN de la seccion propuesta de valor */
#buscar b {
    font-size: 12px;
 }
 #Calendario-cursos div h1 {
    font-size: 20px;
 }
 .bordes{
    width: 15%;
 }
 #Calendario-cursos div p {
    font-size: 12px;
 }
 .aja{
    width: 140px;
    display: flex;
    justify-content: center ;
    margin: 10px;
 }
 .iman{
    margin: 0px;
 }
 #ares_cono div p{
    font-size: 12px;
 }
 #contenedore{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
 }


 .title{
    font-size: 20px !important;
 }

 .grid {
    display: flex;                       /* establish flex container */
    flex-wrap: wrap;                     /* enable flex items to wrap */
    justify-content: space-around;
    
  }
  .cell {
    flex: 0 0 32%;                       /* don't grow, don't shrink, width */
    height: 50px;
    margin-bottom: 5px;
    background-color: #999;
  }
  .cell:nth-child(3n) {
    background-color: #F00;
  }


  

  


}
