/*paleta de colores var()*/
:root{
    --blanco:#ffffff;
    --oscuro: #212121;
    --primario: #ffc107;
    --secundario: #0097A7;
    --gris: #757575;
    --grisclaro: #dfe9f3;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
    scroll-snap-type: y proximity;
    
}

@supports ((-webkit-hyphens:auto) or (hyphens:auto)) {
    html {
        text-align: justify;
        -webkit-hyphens: auto; /* A día de hoy aún es necesario el prefijo para soportar a Safari */
        hyphens: auto;
    }
}

*, *:before, *:after {
    box-sizing: inherit; /* codigo box sizing - box model*/
}

body {
    font-size: 17px;
    font-family:'Acme', sans-serif;;
    background-color: #081401;
    
}
@media (max-width: 768px) {
    body  {
        width: auto;
    }
}

@media (max-width: 768px) {
    header .videos  {
        width: auto;
    }
}


/* boton whatsapp*/
.container-wts {
    position: sticky;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
   
}
.container-wts2 {
    position: sticky; 
    left: 10px;
    right: 10px;
}

.wts {
    transition: ease 1s;
    height: 70px;
    width: 100%;
    position: relative;
    border-radius: 24%;
    transition: ease 0.3s;
    animation: efecto 1s infinite;
}

@media (max-width: 720px) {
    .wts {
        height: 69px;
        width: 100%;
        position: relative;
    }
}
@media (max-width: 490px) {
    .wts {
        transition: ease 1s;
        height: 58px;
        width: 100%;
        position: relative;
    }
}
@media (max-width: 320px) {
    .wts {
        transition: ease 1s;
        height: 57px;
        width: 100%;
        position: relative;
    }
}
@media (max-width: 280px) {
    .wts {
        transition: ease 1s;
        height: 52px;
        width: 100%;
        position: relative;
    }
}

@keyframes efecto{
    0%{
        box-shadow: 0px 0px 15px 0px rgb(18 216 13 / 97%);
    }
    100%{
        box-shadow: 0 0 0 2px rgb(37 129 0 / 88%);
    }
}


.encabezado {
    width: 100%;
    height: auto;
    position: relative;
}



/* boton contactar*/
.boton1{
    background-color: #ffffff;
    color: #003038;
    padding: 1rem 3rem;
    font-size: 26px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0.5rem;
    width: 50%;
    text-align: center;
    border: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 2px solid rgb(223 2 53);
    left: 25%;
    margin: 5px 0px 5px 0px;
}
.boton2{
    background-color: #a90000;
    color: var(--blanco);
    padding: 1rem 3rem;
    font-size: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: .5rem;
    width: 90%;
    text-align: center;
    border: none;
    font-weight: 950;
}

.boton1,
.boton2:hover {
    cursor: pointer;
}

@media (min-width: 260px) {
    .boton1 {
        width: 100%;
        padding: 0.3rem 0rem;
        font-size: 19px;
        height: 4.5rem;
        left: 0%;
        line-height: 0.9;
        font-weight: 800;
    }
}

@media (min-width: 330px) {
    .boton1 {
        width: 100%;
        padding: 0.3rem 0rem;
        font-size: 24px;
        height: 4.5rem;
        left: 0%;
        
    }
}

@media (min-width: 600px) {
    .boton1 {
        width: 59%;
        padding: 0.7rem 0rem;
        font-size: 26px;
        height: 4.5rem;
        left: 25%
    }
}

@media (min-width: 768px) {
    .boton2 {
        width: left;
        margin-top: 4rem;

    }
    .boton1 {
        width: 46%;
        padding: 0.5rem 0rem;
        font-size: 26px;
        height: 4rem;
        left: 28%;
    }
}
@media (min-width: 1100px) {
    .boton1 {
        width: 30%;
        padding: 0.7rem 0rem;
        font-size: 24px;
        height: 4.5rem;
        left: 35%;
    }
}






h1 {
    font-size: 3rem;
    margin: 1rem;
    line-height: 0.9;
    color: white;
}

h2 {
    font-family: system-ui;
    font-size: 46px;
    color: #41c000;
    line-height: 0.9;
    margin: 0rem 0rem 2rem 0rem;

}

h3 {
    font-size: 3rem;
    color: #fffe00;
    margin: 1rem 0rem 2rem 0rem;
}

h4 {
    font-size: 3rem;
    color: #fffe00;
    margin: 1rem 0rem 2rem 0rem;
}

h5 {
    font-size: 28px;
    color: #c5f5ff;
    font-family: 'Acme', sans-serif;
    font-weight: 585;
    margin: 27px 0px 27px 0px;
}
@media (min-width: 260px) {
    h4 {
        font-size: 29px;
    }
}
@media (min-width: 350px) {
    h4 {
        font-size: 30px;
        line-height: 50px;
    }
}
@media (min-width: 720px) {
    h4 {
        font-size: 34px;
        line-height: 50px;
    }
}

h1,h2,h3,h4 {
    text-align: center;

}
.texto-llamar {
    color: #18cd00;
    font-size: 27px;
    font-family: sans-serif;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 14px 0px;
    font-weight: 600;
}
@media (min-width: 322px) {
    .texto-llamar {
    font-size: 22px;
    }
}
@media (min-width: 720px) {
    .texto-llamar {
    font-size: 27px;
    }
}
/*utilizades para boton del formulario*/
.w-sn-100 {
    width: 100%;
}

@media (min-width: 768px) {
    .w-sn-100 {
    width: auto;
    }
}

.flex {
    display: flex;
}

.alinear-derecha {
    justify-content: flex-end;
}

.sombra {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(112,112,112,0.54);
    -moz-box-shadow: 0px 5px 15px 0px rgba(112,112,112,0.54);
    box-shadow: 0px 5px 15px 0px rgba(112,112,112,0.54);
    padding: 3rem 1rem 1rem 1rem;
    border-radius: 1rem;
}
.sombra h2 {
    color: #ffffff;

}
.contenedor{
    background-image: url(../fondo-imagen.webp);
    margin: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    
}


.hero {
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
    position: relative;
    
}

@media (min-width: 260px) {
    .hero {
        height: 40rem;
        margin: 0px 0px 0px 0px;
    }
}

@media (min-width: 320px) {
    .hero {
        height: 43rem;
        margin: 0px 0px 0px 0px;
    }
}

@media (min-width: 450px) {
    .hero {
        height: 31rem;
        margin: 0px 0px 0px 0px;
    }
}

@media (min-width: 590px) {
    .hero {
        height: 24rem;
        margin: 0px 0px 0px 0px;
    }
}

@media (min-width: 650px) {
    .hero {
        height: 20rem;
        margin: 0px 0px 0px 0px;
    }

}
@media (min-width: 720px) {
    .hero {
        height: 28rem;
        margin: 0px 0px 0px 0px;
    }
}

@media (min-width: 920px) {
    .hero {
        height: 28rem;
        margin: 0px 0px 0px 0px;
    }
}

@media (min-width: 1350px) {
    .hero {
        height: 28rem;
        margin: 0px 0px 0px 0px;
    }
}

/*contenido del encabezado*/
.contenido-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 0rem 5rem 0rem 5rem;
    font-size: 29px;
}

@media (min-width: 260px) {
    .contenido-hero p{
        padding: 0rem 0rem 0rem 0rem;
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
}
@media (min-width: 330px) {
    .contenido-hero p{
        padding: 0rem 0rem 0rem 0rem;
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }
}

@media (min-width: 720px) {
    .contenido-hero p{
        padding: 0rem 0rem 0rem 0rem;
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
}
.contenido-hero p {
    color: white;
    margin: 0px 0px 0px 0px;
    font-weight: 550;
}




@media (min-width: 260px) {
    .contenido-hero {
        padding: 0rem 0.5rem 0rem 0.5rem;
        font-size: 22px;
    }
    h2 {
        font-size: 28px;
    }
}

@media (min-width: 330px) {
    .contenido-hero {
        padding: 0rem 1rem 0rem 1rem;
        font-size: 22px;
    }
    h2 {
        font-size: 28px;
    }
}
@media (min-width: 720px) {
    .contenido-hero {
        padding: 0rem 5rem 0rem 5rem;
        font-size: 25px;
    }
    h2 {
        font-size: 30px;
    }
}
@media (min-width: 920px) {
    .contenido-hero {
        padding: 0rem 5rem 0rem 5rem;
        font-size: 34px;
    }
    h2 {
        font-size: 49px;
    }
}
/* cuadro servicios*/

.servicios{
        display: flex;
        flex-wrap: wrap;
}



.servicio {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.img-servicio {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 2%;
    border: 3px solid #1c5502;
}

.servicio h3 {
    color: rgb(255 254 40);
    font-weight: 700;
    margin: 1rem 0rem 1rem 0rem;
}
@media (min-width: 260px) {  
    h3, h4 {
        font-size: 36px;
    }
}
@media (min-width: 320px) {  
    h3, h4 {
        font-size: 39px;
    }
}

@media (min-width: 720px) {  
    h3, h4 {
        font-size: 41px;
    }
}
@media (min-width: 900px) {  
    h3, h4 {
        font-size: 45px;
    }
}

@media (min-width: 1280px) {  
    h3, h4 {
        font-size: 45px;
    }
}

.servicio p {
    line-height: 1.2;
    padding: 1.4rem;
    font-weight: 600;
    margin: 1rem 0rem 2rem 0rem;
    color: #97db7a;
    font-size: 24px;
}


@media (min-width: 260px) {  
    .servicio p{
        padding: 0rem 0rem 0rem 0rem;
        font-size: 23px;
        font-weight: 400;
    }
    }
    @media (min-width: 340px) {  
        .servicio p{
            padding: 0px 3px 0px 3px;
            font-size: 26px;
            font-weight: 400;
        }
        }
    
    @media (min-width: 720px) {  
    .servicio p{
        padding: 0rem 15rem 0rem 15rem;
        font-size: 27px;
    }
    }
    
    @media (min-width: 900px) {  
        .servicio p{
            padding: 0rem 24rem 0rem 24rem;
            font-size: 27px;
        }
        }
    
    @media (min-width: 1280px) {  
    .servicio p{
        padding: 0rem 40rem 0rem 40rem;
        font-size: 30px;
    }
    }



    .servicio .iconos picture{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

/* video*/
.cotenedor_video{
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    height: 20rem;
    position: relative;
    margin-bottom: 2rem;
    align-items: center;
}

.video {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0rem 0rem 4rem;

}

.data_video {
    height: center;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    border: 3px solid rgb(16 75 0);
}



.derechos p {
    line-height: 1.4;
    background-color: black;
    color: #ffec07;
    width: 100%;
    margin: 0;
}


@media (min-width: 260px) {  
    .derechos p{
        font-size: 16px;
        padding: 15px 6px 15px 6px;
    }
}
@media (min-width: 450px) {  
    .derechos p{
        font-size: 20px;
        padding: 55px 40px 55px 40px
    }
}

/* footer*/
.footer {
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    margin: 5px 5px 0px 5px;
    height: 0.5rem;
}
.footer p {
    font-size: 23px;
    margin: 2rem 1rem 1rem 1rem;
}
.footer a {
        color: #ffffff;
        text-align: center;
        position: relative;
        z-index: 1;
        font-size: 19px;
}