/*paleta colores
#17d4e2 turquesa 
#008fcf azul
#ffffff blanco
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 1.2rem;
}

p {
    font-size: 0.875rem;
}

#video1 {
  margin-top: 5rem;
  margin-left: 5rem;
  max-width: 70%;
  height: 50%;
  border: 0.8rem solid black;
  border-radius: 0.5rem;
}

#video2 {
  margin-top: 5rem;
  margin-left: 5rem;
  max-width: 70%;
  height: 28%;
  border: 0.8rem solid black;
  border-radius: 0.5rem;
}

#video3 {
  margin-top: 5rem;
  margin-left: 5rem;
  max-width: 70%;
  height: 50%;
  border: 0.8rem solid black;
  border-radius: 0.5rem;
}



/*header*/
.nav-distribucion {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Mantiene logo a la izquierda y menú a la derecha */
    width: 100%;
    height: 10vh;
    
}

/* Asegúrate de que el logo no tome más espacio del necesario */
.logo {
    /*border-radius: 2rem;*/
    height: 4rem;
    width: 6rem;
    padding-left: 2rem;
    margin-right: 1rem;

}

/* El menú ocupa todo el espacio restante */
.iconosMenu {
    display: flex;
    flex: 1; /* Toma todo el espacio posible */
    justify-content: center; /* Distribuye los items con espacio igual entre ellos */
    align-items: center;
    list-style: none;
    /*margin-left: 5rem;
    margin-right: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;*/
    /*margin-left: 2rem; /* Un poco de espacio entre el logo y los ítems */
   /* font-size: 1rem;*/
    
}

/* Estilos generales del navbar */
.navbar {
    /*padding: 0.5rem 1rem;*/
    background-color: #ffffff;
    border-bottom: thin solid #dde1e6;
    
}

.nav-link {
    color: #898c8e;
    text-decoration: none;
    /*padding: 0.2rem;*/
    font-size: 1rem;
    font-weight:lighter;
    padding-right: 5rem;
    padding-left: 2rem;
    padding-top: 1rem;
}

.nav-link:hover {
    color: #415367;
}

.nav-button {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border-color:#dde1e6;
    /*border-width: 0.1rem;*/
    height: 2.5rem;
    width: 7rem;
    font-size: 1rem;
    margin-right: 2rem;
}


/*-----------------------------SWITCH---------------------------------------*/

#switchComp {
    list-style: none;
    margin-top: 1.5rem;
    margin-right: 7rem;
}

.language-switch {
    position: relative;
    display: inline-block;
    width: 3.75rem;
    height: 2.1rem;
}

.language-switch input {
    opacity: 0;
    width: 0;
    height: 0;

    
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #008fcf;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 2.1rem;

    
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.6rem;
    width: 1.6rem;
    left: 0.25rem;
    bottom: 0.25rem;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;

    
}

input:checked + .slider {
    background-color: #17d4e2;

}

input:checked + .slider:before {
    -webkit-transform: translateX(1.6rem);
    -ms-transform: translateX(1.6rem);
    transform: translateX(1.6rem);

}

/* Texto de idioma */
.language-text {
    position: relative;
    top: -0.6rem;
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 0.8rem;
    /*list-style: none;
    align-items: center;*/
    /*padding-top: 5rem;*/
    
}



/*seccion2*/

#t2 {
    height: 88vh;
}

#t2 .container{
    padding-top: 3rem;
}

.uil {
    font-style: normal;
    background-color: #dde1e6;
    border-radius: 0.5rem;
    padding: 0.1rem;
}

#t2 .col-sm-7{
    padding-top: 2rem;
}

#t2 h1{
    padding-top: 2rem;
}

#t2 p{
    padding-top: 2rem;
}

#btn1sct2 {
    border-radius: 0.5rem;
    border-color:#000;
    background-color: #000;
    color: #ffffff;
    /*border-width: 0.1rem;*/
    height: 2.5rem;
    width: 10rem;
    font-size: 1rem;
    margin-right: 2rem;
    margin-top: 1rem;
}

#btn2sct2 {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border-color:#dde1e6;
    /*border-width: 0.1rem;*/
    height: 2.5rem;
    width: 10rem;
    font-size: 1rem;
    margin-right: 2rem;
    margin-top: 1rem;
}

/*seccion3*/

#t3 {
    background-color: #f4f5f7;
    height: 118vh;
}

#t3 h2 {
   padding-top: 2rem;
   
}

#cardSct3 {
    background-color: #ffffff;
    margin: 1rem;
    height: 18.5rem;
    width: 13rem;
    border-radius: 1rem;
    border: 0.05rem solid #898c8e;
    padding: 0.5rem;
}

#t3 i.uil {
   font-size: 1.8rem;
   
}

#t3 p {
   font-size: 0.8rem;
   color: #898c8e;
   padding-top: 1rem;
   
}

/*seccion4*/

#t4 {
    
    height: 85vh;
}

#numbersSct4{
    background-color: #000;
    border-radius: 10rem;
    height: 3rem;
    width: 3rem;
    color: white;
    font-size: 2rem;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0 auto; /* ✅ esto lo centra horizontalmente dentro de la columna */
}

/*seccion5*/

#t5 {
    background-color: #000;
    height: 45vh;
}

#btn1sct5 {
    border-radius: 0.5rem;
    border-color:#000;
    background-color: #ffffff;
    /*color: #ffffff;*/
    /*border-width: 0.1rem;*/
    height: 2.5rem;
    width: 10rem;
    font-size: 1rem;
    margin-right: 2rem;
}

#btn2sct5 {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border-color:#dde1e6;
    /*border-width: 0.1rem;*/
    height: 2.5rem;
    width: 10rem;
    font-size: 1rem;
    margin-right: 2rem;
    
}

/*scroll top boton*/
  .goto-top {
    position: fixed;
    bottom: 5.8rem;
    right: 1.2rem;
    width: 4rem;
    height: 1rem;
}

/*footer*/

#t6 {
    height: 20vh;
}

.linea {
    background-color: #babcbe;
    color: #babcbe;
    margin: 5rem;
    height: 0.01rem;
    width: 80%;
    justify-self: center;
}




/*Responsividad*/


 @media (max-width: 768px) {


h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1rem;
}

p {
    font-size: 0.9rem;
}

#video1 {
  margin-top: 2rem;
  margin-left: 3rem;
  max-width: 70%;
  height: 65%;
  border: 0.8rem solid black;
  border-radius: 0.5rem;
}

#video2 {
  margin-top: 2rem;
  margin-left: 3rem;
  max-width: 70%;
  height: 68%;
  border: 0.8rem solid black;
  border-radius: 0.5rem;
}

#video3 {
  margin-top: 2rem;
  margin-left: 3rem;
  max-width: 70%;
  height: 68%;
  border: 0.8rem solid black;
  border-radius: 0.5rem;
}



/*header*/

.nav-distribucion {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Mantiene logo a la izquierda y menú a la derecha */
    width: 100%;
}

/* Asegúrate de que el logo no tome más espacio del necesario */
.logo {
    height: 2.5rem;
    width: 3rem;
    padding-left: 0.1rem;    
}

/* El menú ocupa todo el espacio restante */
.iconosMenu {
    display: flex;
    flex: 1; /* Toma todo el espacio posible */
    justify-content: space-evenly; /* Distribuye los items con espacio igual entre ellos */
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0; /* Puedes ajustar o quitar este valor si estás usando space-evenly */
    margin-left: 0.1rem; /* Un poco de espacio entre el logo y los ítems */
}

/* Estilos generales del navbar */
.navbar {
    background-color: #ffffff;
    border-bottom: thin solid #dde1e6;
    padding-bottom: 1rem;
    
}



.nav-link {
    color: #415367;
    text-decoration: none;
    padding: 0.1rem;
    font-weight:bold;
    font-size: 0.5rem;
}

.nav-link:hover {
    text-decoration: underline;
    color: #415367;
}

.iconosMenu {
    display: none;
}

.nav-button {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border-color:#dde1e6;
    /*border-width: 0.1rem;*/
    height: 1.6rem;
    width: 4.1rem;
    font-size: 0.6rem;
    margin-left: 8.5rem;   
}


/*-----------------------------SWITCH---------------------------------------*/

#switchComp {
    list-style: none;
    margin-top: 1rem;
    /*margin-right: 0.5rem;*/
    margin-right: 0.1rem;
}

.language-switch {
    position: relative;
    display: inline-block;
    width: 1.6rem;
    height: 1.1rem;
}

.language-switch input {
    opacity: 0;
    width: 0;
    height: 0;

    
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #008fcf;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 2.1rem;

    
}

.slider:before {
    position: absolute;
    content: "";
    height: 1rem;
    width: 1rem;
    left: 0.10rem;
    bottom: 0.10rem;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;

    
}

input:checked + .slider {
    background-color: #17d4e2;

}

input:checked + .slider:before {
    -webkit-transform: translateX(0.8rem);
    -ms-transform: translateX(0.8rem);
    transform: translateX(0.8rem);

}

/* Texto de idioma */
.language-text {
    position: relative;
    top: -0.6rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    /*list-style: none;
    align-items: center;*/
    /*padding-top: 5rem;*/
    
}


/*seccion2*/

#t2 {
    height: 85vh;
}

#t2 .container{
    padding-top: 2rem;
}

.uil {
    font-style: normal;
    background-color: #dde1e6;
    border-radius: 0.5rem;
    padding: 0.2rem;
}

#t2 .col-sm-7{
    padding-top: 1rem;
}

#t2 h1{
    padding-top: 1rem;
}

#t2 p{
    padding-top: 1rem;
}

#btn1sct2 {
    border-radius: 0.5rem;
    border-color:#000;
    background-color: #000;
    color: #ffffff;
    /*border-width: 0.1rem;*/
    height: 1.5rem;
    width: 7.5rem;
    font-size: 0.7rem;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

#btn2sct2 {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border-color:#dde1e6;
    /*border-width: 0.1rem;*/
    height: 1.5rem;
    width: 7.5rem;
    font-size: 0.7rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    
}


/*seccion3*/

#t3 {
    background-color: #f4f5f7;
    height: 290vh;
}

#t3 h2 {
   padding-top: 2rem;
   
}

#t3 #cardsAllSect3 {
    padding-left: 3rem;
}

#cardSct3 {
    background-color: #ffffff;
    margin: 1rem;
    height: auto;
    width: 13rem;
    border-radius: 1rem;
    border: 0.05rem solid #898c8e;
    padding: 0.5rem;
}

#t3 i.uil {
   font-size: 1.5rem;
   margin-bottom: 0.1rem;
}

#t3 p {
   font-size: 0.8rem;
   color: #898c8e;
   padding-top: 0.1rem;
   
}



/*seccion4*/

#t4 {
    
    height: 140vh;
}

#numbersSct4{
    background-color: #000;
    border-radius: 10rem;
    height: 3rem;
    width: 3rem;
    color: white;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* ✅ esto lo centra horizontalmente dentro de la columna */
}

/*seccion5*/

#t5 {
    background-color: #000;
    height: 65vh;
}

#btn1sct5 {
    border-radius: 0.5rem;
    border-color:#000;
    background-color: #ffffff;
    /*color: #ffffff;*/
    /*border-width: 0.1rem;*/
     height: 1.8rem;
    width: 8rem;
    font-size: 0.7rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
}

#btn2sct5 {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border-color:#dde1e6;
    /*border-width: 0.1rem;*/
     height: 1.8rem;
    width: 8rem;
    font-size: 0.7rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
    
}

/*scroll top boton*/
  .goto-top {
    position: fixed;
    bottom: 5.8rem;
    right: 1.2rem;
    width: 2.5rem;
    height: 0.8rem;
}

/*footer*/
#t6 p{
    font-size: 0.8rem;
}

}