@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');


:root {
    --pink: #4e4e4e;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Forum';
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: none;
    transition: .2s linear;

}

html {
    font-size: 66%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    overflow-x: hidden;
}

section {
    padding: 2rem 9%;
}

.heading {
    text-align: center;
    font-size: 4rem;
    color: #474747;
    padding: 1rem;
    margin: 2rem 0;
    background: rgba(0, 0, 0, 0.05);
}

.heading span {
    color: var(--pink);
}

.content .btn {
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background: #333;
    color: #fff;
    padding: .9rem 3.5rem;
    cursor: pointer;
    font-size: 1.7rem;
    font-family: 'Forum';
}

.content .btn {
    background: #474747;
    font-weight: 100;
}


.content .btn:hover {
    background: #000000;
}


/*EMPIEZA LA SECCION DEL HEADER*/
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 2rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1)
}



header a img {
    width: 12rem;
    height: 3.7rem;
}


header .navbar a {
    font-size: 2rem;
    padding: 0 1.5rem;
    color: #666;
}

header .navbar a:hover {
    color: #000000;
}

header .icons a {
    font-size: 2.5rem;
    color: #333;
    margin-left: 1.5rem;
}

header .icons a:hover {
    color: var(--pink);
}

header #toggler {
    display: none;
}

header .fa-bars {
    font-size: 3rem;
    color: #333;
    border-radius: .5rem;
    padding: .5rem 1.5rem;
    cursor: pointer;
    border: .1rem solid rgba(0, 0, 0, .3);
    display: none;
}

/*TERMINA LA SECCION DEL HEADER*/



/*EMPIEZA LA SECCION DEL MENU PRINCIPAL*/

.home .content img {
    width: 35rem;
    height: 14.1rem;
}


/*TERMINA LA SECCION DEL MENU PRINCIPAL*/

.slider-box {
    width: 100%;
    height: auto;
overflow: hidden;
}

.slider-box ul {
    display: flex;
    padding: 0;
    width: 400%;
    animation: slide 20s infinite alternate ease-in-out;
}

.slider-box li {
    width: 100%;
    list-style: none;
    position: relative;
}

.slider-box img {
    width: 100%;
}

li .content {
    position: absolute;
    top: 250px;
    bottom: 250PX;
    left: 150px;
}

li .content img {
    width: 35rem;
    height: 14.1rem;
}

@keyframes slide {
    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%;}

}

/*EMPIEZA LA SECCION ACERCA DE*/
.about .row {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 0;
    padding-bottom: 3rem;
}

.about .row .videocontainer {
    flex: 1 1 40rem;
    position: relative;
    align-items: center;
    text-align: left;
    width: 100%;
}

.about .row .videocontainer h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    background: #fff;
    width: 100%;
    padding: 1rem 2rem;
    text-align: center;
    mix-blend-mode: screen;
}

.about .row .videocontainer video {
    width: 550px;
    border: 1.5rem solid #f7f7f7;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    height: 350px;
    object-fit: cover;
}

.about .row .content {
    flex: 1 1 40rem;
}

.about .row .content h3 {
    font-size: 3rem;
    color: #5c5c5c;
    font-family: 'Forum';
}

.about .row .content p {
    font-size: 2rem;
    color: #313131;
    padding: 5rem 0;
    padding-top: 1rem;
    line-height: 1.5rem;
    font-family: 'Forum';
}

/*TERMINA LA SECCION ACERCA DE*/


/*EMPIEZA LA SECCION DE CONTACTO*/
.contact .row {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 1.5rem;
    align-items: center;
}

.contact .row form {
    flex: 1 1 40rem;
    padding: 2rem 2.5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    border: 1rem solid rgba(0, 0, 0, .1);
    color: #fff;
    border-radius: 5rem;

}

.contact .row form .box {
    padding: 1rem;
    font-size: 1.7rem;
    color: #333;
    text-transform: none;
    border: 1rem solid rgba(0, 0, 0, .1);
    border-radius: .5rem;
    margin: .7rem 0;
    width: 100%;
}

.contact .row form textarea {
    height: 15rem;
    resize: none;
}

/*TERMINA LA SECCION DE CONTACTO*/



/*EMPIEZA LA SECCION DE BOTONES*/
.btn {
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background: #333;
    color: #fff;
    padding: .9rem 3.5rem;
    cursor: pointer;
    font-size: 2.7rem;
    align-items: center;
    font-family: 'Amiri';
}

.content .btn {
    background: #474747;
    font-weight: 100;
    font-size: 2.3rem;
}


.btn:hover {
    background: #000000;
}

.caja {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*TERMINA LA SECCION DE BOTONES*/



/*EMPIEZA LA SECCION DE ICONOS*/
.icons-container {
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.icons-container .icons {
    background: #fff;
    border: 1rem solid rgba(0, 0, 0, .1);
    padding: 2rem;
    display: flex;
    align-items: center;
    flex: 1 1 25rem;
}

.icons-container .icons img {
    height: 5rem;
    margin-right: 2rem;
}

.icons-container .icons h3 {
    color: #333;
    padding-bottom: .5rem;
    font-size: 1.5rem;
}

.icons-container .icons span {
    color: #555;
    font-size: 1.3rem;
}

.icons:hover {
    transform: translateY(-0.5%);
    box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.5);
}

/*TERMINA LA SECCION DE ICONOS*/



/*EMPIEZA LA SECCION DE SERVICIOS*/

.galeria {
    font-family: 'Forum';
}

.galeria h1 {
    text-align: center;
    margin: 20px 0 15px 0;
    font-weight: 300;
}

.contenedor-imagenes {
    display: flex;
    width: 85%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 3px;
}

.contenedor-imagenes .imagen {
    width: 100%;
    position: relative;
    height: 250px;
    margin-bottom: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75)
}

.imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;

}

.overlay h2 {
    color: #161616;
    font-weight: 300;
    font-size: 35px;
    top: 60%;
    bottom: 40%;
    left: 50%;
    right: 50%;
    position: relative;
    text-align: center;
    font-family: 'Amiri';
    transform: translate(-50%, -50%);
}


.imagen:hover .overlay {
    height: 100%;
    cursor: pointer;
}

/*TERMINA LA SECCION DE SERVICIOS*/

/*EMPIEZA LA SECCION DE TRABAJO*/
.trabajo {
    font-family: 'Amiri';
}

.trabajo h1 {
    text-align: center;
    margin: 20px 0 15px 0;
    font-weight: 300;
}

.contenedor-imagenes {
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 3px;
}

.contenedor-imagenes .imagentra {
    width: 50%;
    position: relative;
    height: 250px;
    margin-bottom: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75)
}

.imagentra img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imagentra:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;

}

.overlay h2 {
    color: #161616;
    font-weight: 300;
    font-weight: bolder;
    font-size: 35px;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    position: relative;
    text-align: center;
    font-family: 'Amiri';
    transform: translate(-50%, -50%);
}


.imagentra:hover .overlay {
    height: 100%;
    cursor: pointer;
}

/*TERMINA LA SECCION DE TRABAJO*/



/*EMPIEZA LA SECCION DE UBICACION*/
.ubi .row iframe {
    width: 100%;
    align-items: center;
}

.ubi .txt h3 {
    font-size: 2.3rem;
    font-family: 'Amiri';
    font-weight: bolder;
    color: #333;
    text-align: center;
}

/*TERMINA LA SECCION DE UBICACION*/

/*EMPIEZA LA SECCION DEL FOOTER*/
.footer .box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.footer .box-container .box {
    flex: 1 1 25rem;

}

.footer .box-container .box h3 {
    color: #333;
    font-size: 2.5rem;
    padding: 1rem 0;
}

.footer .box-container .box a {
    display: flex;
    color: #666;
    font-size: 1.5rem;
    padding: 1rem 0;
}

.footer .box-container .box a:hover {
    color: var(--pink);
    text-decoration: underline;
}

.footer .credits {
    text-align: center;
    padding: 1.5rem;
    margin-top: 1.5rem;
    padding-top: 2.5rem;
    font-size: 1.5rem;
    color: #333;
    border-top: .1rem solid rgba(0, 0, 0, 1);
}

.footer .credits span {
    color: var(--pink);
}


.icons2-container {
    display: flex;
}

.icons2-container .icons2 {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    align-items: center;
    border-radius: 10px;
    flex: 1 1 25rem;
}

.icons2-container .icons2 img {
    height: 35px;

}

.icons2:hover {
    transform: translateY(-10%);

}

/*TERMINA LA SECCION DEL FOOTER/*





/* media queries */








@media (max-width:991px) {
    html {
        font-size: 75%;
    }

    header {
        padding: 2rem;
    }


    .slider-box {
        width: 100%;
        height: auto;
    overflow: hidden;
    }

    header .fa-bars {
        display: block;
    }

    header .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #eee;
        border-top: 1rem solid rgba(0, 0, 0, .1);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    header #toggler:checked~.navbar {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    header .navbar a {
        margin: 1.5rem;
        padding: 1.5rem;
        background: #fff;
        border: 1rem solid rgba(0, 0, 0, .1);
        display: block;
    }

    .about {
        font-size: 65%;
    }

    .about .row .videocontainer {
        flex: 1 1 40rem;
        position: relative;
        align-items: center;
        text-align: left;
        width: 100%;
    }

    .about .row .videocontainer video {
        width: 850px;
        border: 1.5rem solid #f7f7f7;
        border-radius: .5rem;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
        height: 350px;
        object-fit: cover;
    }

    .about .row .videocontainer h3 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 5rem;
        background: #fff;
        width: 110%;
        padding: 1rem 2rem;
        text-align: center;
        mix-blend-mode: screen;
    }



    .icons-container {
        background: #eee;
        display: block;

        gap: 1.5rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }


    .icons-container .icons {
        background: #fff;
        border: 1rem solid rgba(0, 0, 0, .1);
        padding: 2rem;
        display: flex;
        align-items: center;
        flex: 1 1 25rem;
    }

    .icons-container .icons img {
        height: 9.5rem;
        margin-right: 3rem;
    }



    .contenedor-imagenes .imagentra {
        width: 50%;
        position: relative;
        height: 250px;
        margin-bottom: 5px;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75)
    }

    footer .footer .box-container .box h3 {
        font-size: 5.5rem;

    }


    footer .footer .box-container .box a {
        font-size: 4.7rem;
    }

    footer .footer .box-container .box img {
        width: 50px;
        height: 50px;
    }

    .contact .row form .box {
        padding: 1rem;
        font-size: 3rem;
        color: #333;
        text-transform: none;
        border: 1rem solid rgba(0, 0, 0, .1);
        border-radius: .5rem;
        margin: .7rem 0;
        width: 100%;
    }

    .contact .row form textarea {
        height: 15rem;
        resize: none;
    }

    .about .row .content .btn {
        display: inline-block;
        margin-top: 1rem;
        border-radius: 5rem;
        background: #333;
        color: #fff;
        padding: .9rem 3.5rem;
        cursor: pointer;
        font-size: 4.7rem;
        align-items: center;
        font-family: 'Amiri';
    }


    header a img {
        width: 35rem;
        height: 10rem;
    }

    .content .btn {
    background: #474747;
    font-size: 1000px;
}



}


@media screen and (max-width:1000px) {
    .contenedor-imagenes {
        width: 95%;
    }
}

@media screen and (max-width:700px) {
    .contenedor-imagenes {
        width: 90%;
    }

    .contenedor-imagenes .imagen {
        width: 48%;
    }
}

@media screen and (max-width:450px) {
    .overlay h2 {
        font-size: 22;
    }

    .contenedor-imagenes {
        width: 98%;
    }

    .contenedor-imagenes .imagen {
        width: 80%;
    }
}