*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Helvetica Neue', sans-serif;
}

:root{
    --color_text-primary: #fff;
    --color_text-secundary: #898989;
    --color_texto-tertiary: black;
    --main_color-primary: #7e2e8b;
    --main_color_secundary: #f0a0f8;
    --main_color_tertiary: #f1baf2;
    --main_color_cuarto: #edc3ef;
    --main_color_quinto: #fbf6fb;
    --main_color_sexto: ;
    --backgronund-color: ;
    --lowText--font-size: 16px;
    --text_size_title: 40px;
    --text_title_card: 24px;
    --text_title_cardv2: 20px;
    --text_paragraph: 16px;
    --box_shadow-primary: 0px 6px 50px -20px black (0,0,0,0.2);
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --extra-light: #faf5ff;
    --max-width: 1200px;
}

html{
    scroll-behavior: smooth;
}

::-webkit-scrollbar{
    width: 1.3rem;
}
  
::-webkit-scrollbar-thumb{
    border-radius: 1rem;
    background: #797979;
    transition: all 0.5s ease-in-out;
}
  
::-webkit-scrollbar-thumb:hover{
    background: #222224;
}
  
::-webkit-scrollbar-track{
    background: #f9f9f9;
}

/*prelooder*/

/*prelooder*/

body{
    line-height: 1.4;
    color: var(--dark);
}
img{
    width: 100%;
    display: block;
}
.container{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.2rem;
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 25px -22px black;
    z-index: 4;
}

.header-content{
    max-width: 2000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.LOGOTIPO{
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LOGOTIPO img{
    height: px;
    width: 200px;
    margin-top: 17px;
}
.LOGOTIPO-CLARO{
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.LOGOTIPO-CLARO img{
    height: px;
    width: 200px;
    margin-top: 17px;
    opacity: 0;
}
.menu{
    height: 80px;
}

.menu nav{
    height: 100%;
}

.menu nav ul{
    height: 100%;
    display: flex;
    list-style: none;
}
.menu nav ul li{
    height: 100%;
    margin: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.menu-selected:before{
    content: '';
    width: 100%;
    height: 4PX;
    background: #f0a0f8;
    position: absolute;
    top: 0;
    left: 0;

}
.menu nav ul li a:hover{
    color: #f0a0f8;
}

.menu nav ul li a{
    color: #898989;
    font-size: 18px;
    transition: color 300ms;
}

.menu nav ul li .text-menu-selected{
    color: #f0a0f8;
}

.menu nav ul li a i{
    display: none;
}

#icono-menu{
width: 50px;
height: 50px;
right: 20px;
top: 16px;
font-size: 27px;
background: #7e2e8b;
border-radius: 100%;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
display: none;
}

.fi-rr-menu-burger{
    margin-bottom: -6px;
    z-index: 2;
}

#icono-menu:hover{
    opacity: 0.8;
}
/*menu*/

/*switch*/

#switch{
    width: 53px;
    height: 28px;
    padding: 0px 5px;
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 60px;
    border: #fff solid 2px;
    background-color: var(--main_color-primary);
    align-content: center;

}
#switch i{
    font-size: 1rem;
    margin: 4px;
    display: flex;
    color: var(--main_color_secundary);
}
.menu li:last-child::before{
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background-color: #fff;
    border: solid thin #000;
    left: 0;
    right: unset;
    z-index: 4;
}
.menu li:last-child.active::before{
    right: 0;
    left: unset;
    border: solid thin #fff;
}
.menu li:last-child.active  i:first-child{
    color: #fff;
}
.menu li:last-child.active{
    background-color: var(--main_color-primary);
    border: solid 2px #fff;
}
body.active nav{
    background-color: #333333;
}
body.active nav ul{
    background-color: #333333;
}
body.active nav ul li a{
    color: #fff;
}
body.active nav ul li a i{
    color: var(--main_color_secundary);
}
body.active header{
    background-color: #333333;
}
/*
@media (prefers-color-scheme: dark) {
    .LOGOTIPO {
      opacity: 0;
    }
    .LOGOTIPO-CLARO {
      opacity: 1;
    }
}
@media (prefers-color-scheme: light) {
    .LOGOTIPO-CLARO {
      filter: none;
    }
}
@media (prefers-color-scheme: dark) {
    .LOGOTIPO-CLARO{
      content: url('draivismartinez_logo-blanco.png');
    }
}
/*switch*/
.main {
    /* Estilos generales para la sección del encabezado */
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  center/cover no-repeat fixed;
    display: flex;

}

.header-cover{
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/corporativo/istockphoto-1365562800-612x612.jpg') center/cover no-repeat fixed;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    flex-direction: column;
    align-content: center;
}

.banner{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.banner-title{
    font-size: 3rem;
    font-family: var(--Playfair);
    line-height: 1.2;
}
.banner-title span{
    font-family: var(--Playfair);
    color: var(--exDark);
}
.banner p{
    padding: 1rem 0 2rem 0;
    font-size: 1.2rem;
    text-transform: capitalize;
    font-family: var(--Roboto);
    font-weight: 300;
    word-spacing: 2px;
}
.banner form{
    background: #fff;
    border-radius: 2rem;
    padding: 0.6rem 1rem;
    display: flex;
    justify-content: space-between;
}
.search-input{
    font-size: 1.1rem;
    width: 100%;
    outline: 0;
    padding: 0.6rem 0;
    border: none;
}
.search-input::placeholder{
    text-transform: capitalize;
}
.search-btn{
    width: 40px;
    font-size: 1.1rem;
    color: var(--color_text-secundary);
    border: none;
    background: transparent;
    outline: 0;
    cursor: pointer;
}

/*prueba*/
.intro{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,160,248,0.6432948179271709) 50%, rgba(255,255,255,1) 100%);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 26px;
    box-sizing: border-box;
}
  
.media-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
.content {
    flex: 1;
    text-align: justify;
    color: #fff;
}

.content-info p, h2{
    color: var(--color_text-secundary);
    padding: 9px;
}

.button{
    display: block;
    width: 150px;
    margin-top: 50px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 500;
    color: white;
    background: var(--main_color-primary);
    box-shadow: 1px 1px 30px -5px #9b64b0;
    border-radius: 40px;
    transition: box-shadow 600ms;
}

.button{
    margin: 0 auto;
}

.button:hover{
    box-shadow: 1px 1px 30px 0px #f0a0f8;
}
  .content-info {
    margin-bottom: 20px;
}
  
.video-wrapper {
    flex: 1;
    position: relative;
    padding-bottom: 42.25%; /* 16:9 aspect ratio */
}
  
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
@media (max-width: 768px) {
    .media-container {
      flex-direction: column;
      align-items: center;
    }
  
    .video-wrapper {
      width: 100%;
      margin-top: 20px;
    }
}
  
  /* Responsive media queries can be added here for further adjustments on smaller screens */

/*prueba*/


/*tarjetas info titulo*/
.container__card-primary{
    padding-top: 20px;
}

.card__primary {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0 0px;
} 

.text__card-primary {
    max-width: 800px;
    margin: auto;
}

.text__card-primary p {
    color: var(--color_text-secundary);
    letter-spacing: 4px;
    font-size: var(--text_paragraph);
    font-weight: 500;
    
}

.text__card-primary h2 {
    font-size: var(--text_size_title);
    font-weight: 600;
    color: var(--main_color_secundary);
}

@media (min-width: 350px) {
    .text__card-primary h2 {
        font-weight: 550;
        font-size: 35px;
    }
}

.container__card-secundary{
    padding-top: 10px;
}

.card__secundary {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0 0px;
} 

.text__card-secundary {
    max-width: 800px;
    margin: auto;
}

.text__card-secundary p {
    color: var(--color_text-secundary);
    letter-spacing: 4px;
    font-size: var(--text_paragraph);
    font-weight: 500;
    text-align: justify;
}

.text__card-secundary h3 {
    font-size: var(--text_title_card);
    font-weight: 400;
    color: var(--main_color_secundary);
}

@media (min-width: 350px) {
    .text__card-secundary h3 {
        font-weight: 550;
        font-size: 28px;
    }
}
/*tarjetas info titulo*/

.features{
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 1200px;
     /* Establece un ancho máximo para pantallas grandes */
}
  
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 0 auto; /* Centra el contenedor */
    padding: 20px;
}
  
.feature {
    text-align: center;
    padding: 95px;
    /* ... otros estilos */
}
  
.feature i {
    font-size: 48px;
    margin-bottom: 20px;
    color: var(--main_color-primary);
}

.feature h3{
    color: var(--color_text-secundary);
}
.feature p{
    color: var(--color_text-secundary);
    text-align: justify;
    font-size: var(--text_title_cardv2);
}


@media (max-width: 600px) {
    .features {
      flex-direction: column;
    }}
  
@media (max-width: 400px) {
    .feature {
      padding: 10px;
    }
  
    .feature i {
      font-size: 36px;
    }
}

/*tarjeta con icono*/
.tarjetas{
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 1200px;
     /* Establece un ancho máximo para pantallas grandes */
}
  
.tarjetas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 0 auto; /* Centra el contenedor */
    padding: 20px;
}
  
.tarjeta {
    text-align: center;
    padding: 50px;
    /* ... otros estilos */
}
  
.tarjeta i {
    font-size: 48px;
    margin-bottom: 20px;
    color: var(--main_color-primary);
}

.tarjeta h3{
    color: var(--color_text-secundary);
}
.tarjeta p{
    color: var(--color_text-secundary);
    text-align: justify;
    font-size: var(--text_title_cardv2);
}


@media (max-width: 600px) {
    .tarjetas {
      flex-direction: column;
    }}
  
@media (max-width: 400px) {
    .tarjeta {
      padding: 10px;
    }
  
    .tarjeta i {
      font-size: 36px;
    }
}
/*tarjeta con icono*/

/*inicio - portada*/

.title{
    text-align: center;
    padding: 1rem 0;
}
.title h2{
    font-size: var(--text_size_title);
    color: var(--main_color_secundary);
}
.title p{
    
    padding: 0.6rem 0;
    color: var(--color_text-secundary);
}

.title .feature{

    padding: 0.6rem 0;
    color: var(--color_text-secundary);
}

.info-1{ 
    padding: 100px;
    background-color: var(--main_color_tertiary);
    position: relative;
}

.container-info-1{
    text-align: center;
}

.cobtainer-info-1 h3{
    font-size: 55px;
    line-height: 70px;
    color: var(--main_color-primary);
    padding: 0 250px;
    margin-bottom: 15px;
}
 
.txt-p{
    font-size: 16px;
    color: #5443a8;
    padding: 0 25px;
    margin-bottom: 35px;

}

.info-growp{
   display: flex;
   justify-content: space-between;
   margin-bottom: 50px; 
}

.info-growp img{
    padding: 0 25px;
    width: 200px;
} 

 
/* about */

.about{
    padding: 4.5rem 0;
}
.about-text{
    margin: 2rem 0;
}
.about-text p{
    font-size: var(--text_title_cardv2);
    padding: 0.6rem 0;
    opacity: 0.8;
    
    color: var(--color_text-secundary);
}

.about-text .sub p{
    text-align: justify;
}
.mindcamp {
    text-align: center;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
  
.mindcamp h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
  
.mindcamp ul {
    padding: 0;
    margin: 0;
    list-style-type: circle;
    color: var(--color_text-secundary);
}

.mindcamp li {
    margin-bottom: 10px;
    text-align: justify;
}
.mindcamp li i{
    color: var(--main_color-primary);
}

/*actividades*/



.actividades {
    text-align: center;
    margin: 0;
    padding: 0;
}
  
.actividades img {
    
    height: 564.31px;
    object-fit: cover;
    object-position: 50% 50%;
}
  
.actividades .text-face p{
    font-size: 1.1rem;
    padding: 0.6rem 0;
    opacity: 0.8;
    color: var(--color_text-secundary);
    text-align: justify;
}

.text-face p{
    display: flex;
    margin: 2px;
}
.actividades ul li{
    font-size: 19px;
    text-align: justify;
}

.viñetas {
    text-align: center;
    padding: 44px 28px 28px 28px;
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.acti-viñetas ul {
    padding: 0;
    margin: 0;
    list-style-type: circle;
    color: var(--color_text-secundary);
}

.acti-viñetas li {
    margin-bottom: 10px;
    text-align: justify;
}
.acti-viñetas li i{
    color: var(--main_color-primary);
}

  /* Para pantallas grandes (imagen a la izquierda, texto a la derecha) */
@media (min-width: 768px) {
    .actividades {
        display: flex;
        align-items: center;
        padding: 55px;
        flex-direction: row;
        justify-content: center;
    }
    
  
    .actividades img {
      max-width: 48%;
    }
}
  
  /* Para pantallas pequeñas (imagen abajo, texto arriba) */
@media (max-width: 767px) {
    .actividades {
      flex-direction: column;
    }
}
/*actividades*/



/*face 2*/



.face-2 {
    text-align: center;
    margin: 0;
    padding: 0;
}
  
.face-2 img {
    height: 564.31px;
    object-fit: cover;
    object-position: 50% 50%;
}
  
.face-2 .text-face p{
    font-size: 1.1rem;
    padding: 0.6rem 0;
    opacity: 0.8;
    color: var(--color_text-secundary);
    text-align: justify;
}

.face-2 .text-face p{
    display: flex;
    margin: 2px;
    padding: 19px;
    color: #00f2ea;
}
.face-2 ul li{
    font-size: 19px;
    text-align: justify;
}

.viñetas {
    text-align: center;
    padding: 44px 28px 28px 28px;
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 525.34px;
    height: 564.31px;
}

.face-viñetas ul {
    padding: 0;
    margin: 0;
    list-style-type: circle;
    color: var(--color_text-secundary);
}

.face-viñetas li {
    margin-bottom: 10px;
    text-align: justify;
}
.face-viñetas li i{
    color: var(--main_color-primary);
}

  /* Para pantallas grandes (imagen a la izquierda, texto a la derecha) */
@media (min-width: 768px) {
    .face-2 {
        display: flex;
        align-items: center;
        padding: 55px;
        justify-content: center;
        flex-direction: row-reverse;
    }
    
  
    .face-2 img {
      max-width: 48%;
    }
}
  
  /* Para pantallas pequeñas (imagen abajo, texto arriba) */
@media (max-width: 767px) {
    .face-2 {
      flex-direction: column;
    }
}
/*face 2*/


/*boton final*/
.button{
    display: block;
    width: 150px;
    margin-top: 50px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 500;
    color: white;
    background: var(--main_color-primary);
    box-shadow: 1px 1px 30px -5px #9b64b0;
    border-radius: 40px;
    transition: box-shadow 600ms;
}

.button{
    margin: 0 auto;
}

.button:hover{
    box-shadow: 1px 1px 30px 0px #f0a0f8;
}
/*boton final*/

/*about*/

.container {
    display: flex;
    align-items: center;
    padding: 65px 53px 20px 53px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
  
.column {
    text-align: justify;
    margin: 21px;
    initial-letter: normal;
    line-height: 20px;
    word-spacing: 1px;
    
}
  
.column i{
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--main_color-primary);
    display: flex;
    justify-content: center;
}

.image-container {
    width: 1300px;
    height: 100px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
@media (max-width: 768px) {
    .container {
      flex-direction: column;
      align-items: center;
    }
  
    .column {
      margin-bottom: 20px;
    }

    .image-container {
        width: 20%;
    }
}

/*galeria*/  
.slider{
    height: 250px;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
    overflow: hidden;
}  

.slide-track{
    display: flex;
    width: calc(250px * 18);
    animation: scroll 40s linear infinite;
}

.slide-track:hover{
    animation-play-state: paused;
}

@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
    }
}

.slide{
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}

img{
    width: 100%;
    transition: transform 1s;
} 

img:hover{
    transform: translateZ(20px);
}
/*gradient shadows*/

.slider::before,
.slider::after{
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, 
    rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}

.slider::before{
    left: 0;
    top: 0;
}

.slider::after{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
/*galeria*/  

/*footer - pie de pagina*/

.container-footer{
    width: 100%;
    padding: 40px;
    background: #fcfcfc38;
    margin-top: 50px;
}

.container-footer footer{
    max-width: 1200px;
    margin: auto; 
}

.container-footer footer .logo-footer{
    text-align: center;
}

.container-footer footer .logo-footer img{
    width: 180px;
    height: auto;
    display: inline;
}

.container-footer footer .redes-footer{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.container-footer footer .redes-footer .icon-redes-footer{
    font-size: 20px;
    margin: 20px;
    background: #d3d3d3;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff
}

footer .redes-footer .fi-brands-instagram:hover{
    background: linear-gradient(to top right, #fcde30, #e9712a, #d2313b, #ae4198, #7540a1, #5443a8);
    color: #fff ;
}

footer .redes-footer .fi-brands-whatsapp:hover{
    background: linear-gradient(to top left,  #dcf8c6, #25d366, #11b66467);
    color: #ffffff;
}
footer .redes-footer .fi-brands-telegram:hover{
    background:linear-gradient(to top right,#0088cc, #23a7e9) ;
    color: #ffffff;
} 

footer .redes-footer .fi-brands-facebook:hover{
    background: linear-gradient(360deg, #3b5998,#6d84b4,#afbdd4,#d8dfea,#ffffff);                                                                                         
    color: #fff;
}

footer .redes-footer .fi-brands-linkedin:hover{
    background: linear-gradient(360deg, #0072b1,#ffffff);
    color: #fff;
}

footer .redes-footer .fi-brands-tik-tok:hover{
    background: linear-gradient(90deg, #00f2ea,#000000,#ff0050);                                                                                                                                                                             
    color: #fff;
}

footer .redes-footer .fi-brands-youtube:hover{
    background: linear-gradient(339deg, #c4302b,#c4302b,#f4b8b8);
    color: #fff;                            
}

.container-footer footer hr{
    margin-top: 20px;
    border: none;
    height: 2px;
    background: #a8a8a87a;
}

.container-footer h4{
    text-align: center;
    margin-top: 40px;
    color: #dfdfdf;
    font-weight: 500;
}
/*footer - pie de pagina*/

@media screen and (max-width: 800px){
    
    body{
        overflow-x: hidden ;
    }

    .container-all{
        transition: all 300ms cubic-bezier(1,0,0,1);
    }

    .move-container-all{
        transform: translateX(165px);
    }

    .menu{
        width: 0px;
        height: 100vh;
        position: fixed;
        top: 80px;
        left: 0;
        background: #fff;
        overflow: hidden;
        transform: translateX(-165px);
        box-shadow: 10px 0 20px -25px black;
        transition: all 300ms cubic-bezier(1,0,0,1);
    }

    .show-lateral{
        width: 165px;
        transform: translateX(0px);
    }

    .menu nav ul{
        flex-direction: column;
    }

    .menu nav ul li{
        max-width: 200px;
        height: 50px;
        justify-content: flex-start;
    }

    .menu-selected:before{
        width: 0;
    }

    .menu nav ul li a{
        margin-top: 40px;
        color: #898989;
    }

    .menu nav ul li a i{
        width: 20px;
        display: inline-block;
        margin-right: 10px;
        color: #7e2e8b;
    }

    #icono-menu{
        display: flex;
        margin-top: 15px;
    }
}
