@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

* {

    margin: 0;
    text-decoration: none;

    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

nav {
    background: #000000;
    height: 85px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    z-index: 1000;
    top: 0;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, .5);
}

.enlace {
    position: absolute;
    padding: 10px 50px;
    background-color: #000000;
    height: 85px;
}

.logo {
    height: 80px;
}

nav ul {
    float: right;
    margin-right: 20px;
}

nav li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a {
    color: #fff;
    font-size: 18px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;

}









.checkbtn {
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;

    cursor: pointer;
    display: none;
}

#check {
    display: none;
}
#check1 {
    display: none; 
}
#check2 {
    display: none; 
}
#check3 {
    display: none; 
}

.checkbtn1 {
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;

    cursor: pointer;
    display: none;
}
.checkbtn2 {
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;

    cursor: pointer;
    display: none;
}


/*  menu lista
*/
.menu-option {
    color: #fff;
    font-size: 18px;
    padding: 23px 13px;
    border-radius: 3px;
    text-transform: uppercase;
    min-width: 150px;
    text-align: center;
}

.menu-option:hover {
    background: #ffa600;
    transition: .5s;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;

    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}

.dropdown-content1 {
    display: none;
    position: absolute;
    width: 100%;

    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}

.dropdown-content2 {
    display: none;
    position: absolute;
    width: 100%;

    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}



.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown-content1 {
    display: block;
}

.dropdown:hover .dropdown-content2 {
    display: block;
}

.dropdown-content a {
    display: block;
    color: #ffffff;
    padding: 7px;
    text-decoration: none;
    height: 4%;
    background-color: #000000;
    font-size: 1.7ch;

    border-right: 0.5px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;
    border-left: 0.5px solid #ffffff;
}
.dropdown-content1 a {
    display: block;
    color: #ffffff;
    padding: 7px;
    text-decoration: none;
    height: 4%;
    background-color: #000000;
    font-size: 1.7ch;

    border-right: 0.5px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;
    border-left: 0.5px solid #ffffff;
}
.dropdown-content2 a {
    display: block;
    color: #ffffff;
    padding: 7px;
    text-decoration: none;
    height: 4%;
    background-color: #000000;
    font-size: 1.7ch;

    border-right: 0.5px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;
    border-left: 0.5px solid #ffffff;
}

.dropdown-content a:hover {
    color: #FFFFFF;
    background-color: #ffa600;
    transition: 1s;
}

.dropdown-content1 a:hover {
    color: #FFFFFF;
    background-color: #ffa600;
    transition: 1s;
}

.dropdown-content2 a:hover {
    color: #FFFFFF;
    background-color: #ffa600;
    transition: 1s;
}


.menudesplegable {
    display: inline-block;
    line-height: 40px;
    margin: 0 5px;

}


/* Make the dropdown animate. */
.dropdown-content {
    max-height: 0;
    transition: max-height 2s;
    
}
.dropdown-content1 {
    max-height: 0;
    transition: max-height 2s;
    
}

.dropdown-content2 {
    max-height: 0;
    transition: max-height 2s;
    
}

/* The max-height should be set to something that will always be a little bit bigger than the height of the content. */
.dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
    max-height: 200px;
}

.dropdown:hover .dropdown-content1,
.dropdown:focus .dropdown-content1,
.dropdown:focus-within .dropdown-content1 {
    max-height: 200px;
}

.dropdown:hover .dropdown-content2,
.dropdown:focus .dropdown-content2,
.dropdown:focus-within .dropdown-content2 {
    max-height: 200px;
}






/*  Cuerpo
*/

section {
    width: 100%;


}

section img {

    width: 100%;
}

.title {
    margin: 2%;


}

.sub-title {
    text-align: center;
    font-size: 50px;
    margin: 1%;
}

.rect {
    background-color: #ffa600;
    align-self: center;
}







/* Carrusel */

.carrusel {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    height: 40vh;
    width: 100%;
    align-items: center;
    background-color: rgb(255, 255, 255);
}

h4,
h2,
small,
a {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.Carousel {
    width: 100%;
    margin: 0px 60px;
}

.Carousel h2 {
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 24px;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}

/* images */

.slick-list {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 304px;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 90vw;
    overflow: hidden;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
}

.slick {
    position: relative;
    width: 275px;
    padding: 0 18px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}

.slick h4 {
    position: absolute;
    z-index: 1;
    font-size: 22px;
    line-height: 23px;
    color: #000000;
    padding: 15px;
}

.slick h4 small {
    font-size: 14px;
    display: block;
}

.slick a img {
    object-fit: cover;
    height: 300px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    transition: .3s ease-in-out;
}

.slick a img:hover {
    opacity: .85;
}

/* buttons */

.slick-arrow {
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    z-index: 4;
    width: 48px;
    height: 48px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
    border: 0;
    cursor: pointer;
}

.slick-arrow:focus {
    outline: 0;
}

.slick-arrow svg {
    width: 12px;
    height: 100%;
    color: rgba(0, 0, 0, .7);
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}



/* Carrusel fin*/

.home-grid {
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    margin: 2%;
}


.nosotros {
    grid-column: 1/6;
    grid-row: 2/3;

}

.nosotros-img {
    grid-column: 6/11;
    grid-row: 2/3;

    width: 100%;
    margin-top: 20px;
}

.parrafo {
    margin-left: 35%;
}

.nosotros-parrafo {
    margin: 5%;
    line-height: 1.7em;
    font-size: 20px;

}

.sub-title2 {
    text-align: left;
    font-size: 50px;
    margin: 2%;
    margin-left: 38%;
}


/* pagina contacto */

.home-grid-contacto {
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    grid-template-rows: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    margin: 2%;
    height: 700px;
}

.contacto-peru{
    grid-column: 1/6;
    grid-row: 1/5;
}
.contacto-usa{
    grid-column: 6/11;
    grid-row: 1/5;
}
.contacto-mexico{
    grid-column: 1/6;
    grid-row: 7/11;
}
.contacto-ecuador{
    grid-column: 6/11;
    grid-row: 7/11;
}

.sub-title-contacto{
    text-align: center;
    font-size: 40px;
}
.parrafo-contacto{
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
    color: #DD6006;
}


.nosotros-parrafo-contacto{
    font-size: 20px;
    line-height: 1.3em;
}
.contacto-titulo{
    font-weight: bold;
    color: #000000;
}
.contacto-titulo2{
    
    color: #000000;
}







/*BANNER*/
/* efecto paralax*/

.container__banner {
    max-width: 100%;
    margin: auto;

}

.banner {
    max-width: 100%;
    height: 700px;
    display: flex;
    align-items: center;

    position: relative;
}

.banner1 {
    max-width: 100%;
    height: 700px;
    display: flex;
    align-items: center;

    position: relative;
}

.banner .img__icon-fire {
    width: 100%;

}

.img__icon-fire {
    width: 100%;
    height: 100%;
    position: absolute;

    overflow: hidden;
}

#icon_fire {
    width: 100%;
    position: relative;
    margin-top: -20px;

}

#nosotros {
    width: 100%;
    position: relative;
    margin-top: 50px;

}


/* fin efecto paralax*/



/* barra de informacion*/
.info-año {
    background-color: rgb(100, 100, 100);
    width: 100%;
    height: 100px;
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    grid-template-rows: 5% 22% 22% 2% 22% 22% 5%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    text-align: center;
    font-size: 25px;

}

.año {
    grid-column: 4/5;
    grid-row: 2/4;

    margin: 2%;
    font-size: 45px;
    text-align: center;
    margin-top: 10%;
}

.vertical-line {
    grid-column: 4/5;
    grid-row: 3/6;
    border-right: 3px solid rgb(255, 255, 255);
    height: 100%;
}

.año1 {
    grid-column: 4/5;
    grid-row: 5/7;

    margin: 2%;

}

.año2 {
    grid-column: 5/6;
    grid-row: 2/2;

    margin: 2%;
    margin-top: 10%;
    font-size: 45px;
    text-align: center;
    margin-top: 10%;
}

.vertical-line1 {
    grid-column: 5/6;
    grid-row: 3/6;
    border-right: 3px solid rgb(255, 255, 255);
    height: 100%;
}

.año3 {
    grid-column: 5/6;
    grid-row: 5/7;

    margin: 2%;
}

.año4 {
    grid-column: 6/7;
    grid-row: 2/2;

    margin: 2%;
    margin-top: 10%;
    font-size: 45px;
    text-align: center;
    margin-top: 10%;
}

.vertical-line2 {
    grid-column: 6/7;
    grid-row: 3/6;
    border-right: 3px solid rgb(255, 255, 255);
    height: 100%;
}

.año5 {
    grid-column: 6/7;
    grid-row: 5/7;

    margin: 2%;
}

.año6 {
    grid-column: 7/8;
    grid-row: 2/2;

    margin: 2%;
    margin-top: 10%;
    font-size: 45px;
    text-align: center;
    margin-top: 10%;
}

.año7 {
    grid-column: 7/8;
    grid-row: 5/7;

    margin: 2%;
}

/* barra de informacion*/


/* ubicacion*/

.ubicacion {
    text-align: center;
    margin: 3%;

}


/* ubicacion*/
.vertical-line {
    border-left: var(--lnw, 3px) solid rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1));
    height: 100%;
}






/* formulario*/
.formulario {

    display: grid;

    grid-template-columns: 20% 17% 10% 6% 10% 17% 20%;

    grid-template-rows: 20% 10% 10% 8% 4% 8% 10% 10% 20%;

    width: 100%;

    height: 1000PX;

    text-align: center;


}

.mapa {

    grid-column: 2/7;
    grid-row: 1/4;
    width: 100%;
    height: 100%;
}

.texto {
    text-align: left;
    grid-column: 2/4;
    grid-row: 4/5;
    align-items: center;

    position: relative;
}

.titulo1 {
    align-items: center;
    position: absolute;
    margin-top: 0.5cm;
}

.formu {
    text-align: left;
    grid-column: 2/4;
    grid-row: 5/10;

}


.formu input {
    height: 30px;
    width: 100%;
}

.formu textarea {

    width: 100%;
}

.oficina {
    margin-top: 0.5cm;
    text-align: left;
    grid-column: 5/7;
    grid-row: 4/5;
    margin-left: 3%;
}

.librodereclamaciones{
    margin-top: 0.5cm;
    text-align: left;
    grid-column: 5/7;
    grid-row: 7/9;
    margin-left: 3%;
}

/* fin formulario*/

/*Formulario Libro de Reclamaciones */
.formulario_Libro {

    display: grid;
    grid-template-columns: 30% 7% 10% 6% 10% 7% 30%;
    grid-template-rows: 5% 5% 10% 10% 10% 8% 4% 8% 10% 10% 20%;
    width: 100%;
    height: 1000PX;
    text-align: center;


}

.texto_Libro {
    text-align: left;
    grid-column: 2/7;
    grid-row: 1/2;
    align-items: center;
    margin: 10px;
    position: relative;
}

.titulo1_Libro {
    align-items: center;
    position: absolute;
    margin-top: 0.5cm;
}

.formu_Libro {
    text-align: left;
    grid-column: 2/7;
    grid-row: 2/10;
    margin: 10px;
}


.formu_Libro input {
    height: 30px;
    width: 100%;
    margin: 10px;
    
}
.formu_Libro select {
    height: 30px;
    width: 100%;
    margin: 10px;
    
}


.formu_Libro textarea {

    width: 100%;
    margin: 10px;
}
.formu_Libro label{
    margin: 10px;
}


.btnenviar_Libro {
    height: 30px;
    width: 102%;
    background-color: #575757;
    color: white;
    font-size: 15px;
    border: #575757;
}
.btnenviar_Libro:hover{
    background: #ffa600;
    transition: .5s;

}




/* FIN Formulario Libro de Reclamaciones */

@media(max-width:1200px) {

    .formulario {
        height: 1100px;
        display: grid;

        grid-template-columns: 20% 17% 10% 6% 10% 17% 20%;

        grid-template-rows: 20% 6% 10% 10% 6% 10% 10% 8% 10% 10%;
    }

    .formu {

        text-align: left;
        grid-column: 2/7;
        grid-row: 3/4;
    }

    .texto {
        text-align: center;
        grid-column: 2/7;
        grid-row: 2/3;
        align-items: center;

        position: relative;
    }

    .oficina {
        text-align: left;
        grid-column: 2/7;
        grid-row: 10/11;
        margin-left: 3%;
        margin: 3%;
        align-items: center;
    }
    #check1:checked~.dropdown-content {
        left: 0;
        display: block;
        position:relative;
    }
    #check2:checked~.dropdown-content1 {
        left: 0;
        display: block;
        position:relative;
        visibility: visible;
    }
    #check3:checked~.dropdown-content2 {
        left: 0;
        display: block;
        position:relative;
        visibility: visible;
    }



    .dropdown-content {


        max-height: 0;
        transition: max-height 2s;
        visibility: hidden;
    }
    .dropdown-content1 {


        max-height: 0;
        transition: max-height 2s;
        visibility: hidden;
    }
    .dropdown-content2 {


        max-height: 0;
        transition: max-height 2s;
        visibility: hidden;
    }

    .home-grid-contacto {
        display: grid;
        grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
        grid-template-rows: 5% 20% 5% 20% 5% 20% 5% 20% ;
        margin: 2%;
        height: 1400px;
    }
    
    .contacto-peru{
        grid-column: 1/11;
        grid-row: 2/2;
    }
    .contacto-usa{
        grid-column: 1/11;
        grid-row: 4/4;
    }
    .contacto-mexico{
        grid-column: 1/11;
        grid-row: 6/6;
    }
    .contacto-ecuador{
        grid-column: 1/11;
        grid-row: 8/8;
    }



}

/* Video */

.container-videos {
    display: grid;
    grid-template-columns: 20% 10% 20% 20% 10% 20%;
}

.video {
    grid-column: 3/5;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;

}

/* Video */





/* pie de pagina*/





.hsg-footer {
    background-color: #575757;
    color: #fff
}

@media (max-width: 927px) {
    .hsg-footer {
        overflow-x: hidden;
       
    }
}

.hsg-footer a:not([class*='cta']) {
    color: #b6c7d6
}

.hsg-footer a:not([class*='cta']):hover {
    color: #b7ecec;
    text-decoration: none
}

.hsg-footer__copyright li {
    display: inline-block
}

.hsg-footer__copyright li a {
    display: block;
    padding: 0.5rem 1rem
}



.hsg-footer {
    padding: 0 0 2rem;
    transition: all 0.3s ease
}

@media (min-width: 928px) {
    .hsg-footer {
        padding: 3rem 2rem
    }
}


.hsg-footer.active .hsg-footer__logo-caret {
    display: none
}

@media (max-width: 927px) {
    .hsg-footer.active .hsg-footer__logo-caret {
        display: flex;
        width: 100%;
        background: none;
        border: 0;
        padding: 1rem 1rem 0;
        align-items: center;
        justify-content: space-between
    }
}

.hsg-footer.active .hsg-footer__logo-caret .hsg-footer__close {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    cursor: pointer
}

@media (min-width: 928px) {
    .hsg-footer.active .hsg-footer__logo-caret .hsg-footer__close {
        display: none
    }
}

.hsg-footer.active .hsg-footer__logo-caret .hsg-footer__close::before,
.hsg-footer.active .hsg-footer__logo-caret .hsg-footer__close::after {
    display: block;
    background-color: #fff;
    border-radius: 1rem;
    width: 90%;
    height: 0.2rem;
    content: '';
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 928px) {

    .hsg-footer.active .hsg-footer__logo-caret .hsg-footer__close::before,
    .hsg-footer.active .hsg-footer__logo-caret .hsg-footer__close::after {
        display: none
    }
}

.hsg-footer.active .hsg-footer__logo-caret .hsg-footer__close::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.hsg-footer.active .hsg-footer__logo-caret .hsg-footer__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hsg-footer.active .hsg-footer__logo-caret .hsg-footer__logo-caret-home {
    position: relative;
    cursor: pointer
}

@media (max-width: 927px) {
    .hsg-footer.active .hsg-footer__logo-caret .hsg-footer__logo-caret-home {
        font-size: 0.875rem;
        display: inline-block;
        color: #fff;
        padding-left: 2rem
    }
}

.hsg-footer.active .hsg-footer__logo-caret .hsg-footer__logo-caret-home::before {
    display: none
}

@media (max-width: 927px) {
    .hsg-footer.active .hsg-footer__logo-caret .hsg-footer__logo-caret-home::before {
        font-size: 1.125rem;
        position: absolute;
        display: inline-block;
        content: '\E003';
        font-family: 'hsg-icons';
        font-weight: 700;
        color: #fff;
        left: 0;
        vertical-align: middle;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .hsg-ie11 .hsg-footer.active .hsg-footer__logo-caret .hsg-footer__logo-caret-home::before {
        left: -0.5rem;
        top: -0.15rem
    }
}

.hsg-footer__logo-caret {
    display: none
}

.hsg-footer__layout {
    box-sizing: content-box;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    padding: 0
}





.hsg-footer__contact-links {
    box-sizing: content-box;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
    position: relative;
    text-align: center
}

@media (min-width: 928px) {
    .hsg-footer__contact-links {
        padding: 0
    }
}

.hsg-footer__contact-links::before,
.hsg-footer__contact-links::after {
    width: 30%;
    border: 0
}

@media (min-width: 928px) {

    .hsg-footer__contact-links::before,
    .hsg-footer__contact-links::after {
        width: 33%;
        position: absolute;
        content: '';
        border-top: 1px solid #7691ad;
        top: 50%
    }
}

@media (min-width: 928px) {
    .hsg-footer__contact-links::before {
        right: 0
    }
}

@media (min-width: 928px) {
    .hsg-footer__contact-links::after {
        left: 0
    }
}

.hsg-footer__contact-links.social-cl .hsg-footer__social {
    display: flex;
    justify-content: center
}

@media (max-width: 599px) {
    .hsg-footer__contact-links.social-cl .hsg-footer__social {
        gap: 0.125rem
    }
}

@media (min-width: 928px) {

    .hsg-footer__contact-links.social-cl::before,
    .hsg-footer__contact-links.social-cl::after {
        width: 29%
    }
}



.hsg-footer__social {
    width: 100%;
    position: relative;
    margin-top: 1em
}

@media (min-width: 768px) {
    .hsg-footer__social {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }
}

.hsg-footer__social li {
    display: inline-block;
    margin: 0 0.25em
}

@media (min-width: 768px) {
    .hsg-footer__social li {
        margin: 0 1em
    }
}

.hsg-footer__social li a {
    display: block;
    padding: 0.45rem;
    text-decoration: none
}

@media (min-width: 768px) {
    .hsg-footer__social li a {
        padding: 0.75rem 0
    }
}

.hsg-footer__social li a span {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.hsg-footer__social li a .cl-icon {
    height: 23px;
    width: 26px
}

.hsg-footer__social li a .cl-icon img {
    fill: #ffffff;
    filter: invert(0.4) sepia(1) hue-rotate(20deg) saturate(1000%);
}

.hsg-footer__social li a .hsg-icon::before {
    font-size: 1.35rem
}

.hsg-footer__bottom {
    display: flex;
    width: 100%;
    padding: 2rem 2rem 0;
    flex-direction: column
}

@media (min-width: 1025px) {
    .hsg-footer__bottom {
        justify-content: center;
        align-items: center;
        padding: 1rem 0 0
    }
}


.hsg-footer__logo {
    margin-top: 2rem;
    text-align: center
}

@media (min-width: 768px) {
    .hsg-footer__logo {
        order: 0;
        margin-top: 0;
        display: flex;
        align-items: center;
        flex-direction: column
    }
}

.hsg-footer__logo img {
    display: block;
    max-width: 100px;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .hsg-footer__logo img {
        margin: 0
    }
}

.hsg-footer__logo p {
    color: #516f90;
    font-size: 0.75rem;
    line-height: 1.67;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.875em;
    color: #b6c7d6
}

@media (min-width: 768px) {
    .hsg-footer__logo p {
        margin-bottom: 0
    }
}

.hsg-footer__copyright ul {
    position: relative;
    text-align: center
}

.hsg-footer__copyright ul>li {
    position: relative
}

.hsg-footer__copyright ul>li::after {
    display: inline-block;
    font-size: 0.75em;
    color: #7691ad;
    position: absolute;
    content: '|';
    top: 15%;
    right: -0.25em
}

.hsg-footer__copyright ul>li:last-of-type::after {
    content: ''
}

.hsg-footer__copyright a:not([class*='cta']) {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    text-decoration: underline
}


/* pagina catalogo*/

/* catalogo*/


.catalogo {
    font-family: Arial, sans-serif;
}

.catalogo h1 {
    text-align: center;
    padding: 20px 0;
}

#catalog-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.product-card {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.product-image {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    object-fit: cover;
}

.product-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-description {
    font-size: 14px;
}


/* Pagina Contactos*/

.tituloC {
    margin-top: 3cm;
}


.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.media {
    max-width: 420px;
    max-height: 315px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 2%;
    transition: box-shadow .3s;
    background-color: #FFFFFF;
    
}



.media img {
    max-width: 100%;
    height: auto;
}

.layer {
    opacity: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 30%;
    bottom: 3px;
    background: #fff;
    color: #151e3f;
    transition: all 0.9s ease;

    p {
        transition: all 0.9s ease;
        transform: scale(0.1);
    }
}

.layer p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
}

.media:hover .layer {
    opacity: 0.8;
    width: 90%;
    transition: all 0.5s ease;
    

    p {
        transform: scale(1);
        transition: all 0.9s ease;
    }
}



/* plantillas de informacion*/

.informacion {

    margin-right: 20%;

    margin-left: 20%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;

}

.informacion p {
    margin: 0 0 14px;
}

.tituloInfo {
    font-weight: bold;
}

.listaInfo {
    margin: 0 0 14px;
}

@media(max-width:1200px) {
    .banner {
        max-width: 100%;
        height: 500px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .banner1 {
        width: 100%;
        height: 500px;
        display: flex;
        align-items: center;

    }

    .formu {
        margin-top: 0cm;
    }

    .video {
        grid-column: 2/6;
        width: 100%;
        height: 100%;
        align-items: center;
        text-align: center;
    }
    .año {
        grid-column: 3/5;
        grid-row: 3/4;
        margin: 2%;
        font-size: 45px;
        text-align: center;
        margin-top: 10%;
    }

    .vertical-line {
        grid-column: 5/6;
        grid-row: 3/6;
        border-right: 3px solid rgb(255, 255, 255);
        height: 100%;
    }

    .año1 {
        grid-column: 7/8;
        grid-row: 3/4;
        margin: 2%;

    }

    .año2 {
        visibility: hidden;
    }

    .vertical-line1 {
        visibility: hidden;
    }

    .año3 {
        visibility: hidden;
    }

    .año4 {
        visibility: hidden;
    }

    .vertical-line2 {
        visibility: hidden;
    }

    .año5 {
        visibility: hidden;
    }

    .año6 {
        visibility: hidden;
    }

    .año7 {
        visibility: hidden;
    }

    .dropdown{
        width: 100%;
    }
    .menuchevere{
        padding-left: 0px;
        background-color: #000000;
        margin-top: 45px;
    }

    /* menu desplegable en celular*/
    .menudesplegable {
        display: inline-block;
        line-height: 40px;
        margin: 0 0px;
        
    }

    .checkbtn1 {
        font-size: 30px;
        color: #fff;
        float: right;
        line-height: 80px;
        margin-right: 40px;
    
        cursor: pointer;
        display: none;
        pointer-events:visible;
    }
    .checkbtn2 {
        font-size: 30px;
        color: #fff;
        float: right;
        line-height: 80px;
        margin-right: 40px;
    
        cursor: pointer;
        display: none;
        pointer-events:visible;
    }
    
    #check1 {
        display: none;
    }
    #check2 {
        display: none;
    }

    .hsg-footer__logo {
        order: 0;
        margin-top: 47px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .hsg-footer__contact-links {
        box-sizing: content-box;
        max-width: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 1rem;
        position: relative;
        text-align: center;
    }

    ul {
        position: fixed;
        width: 100%;
        
        
        top: 36px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }

    .librodereclamaciones {
        text-align: left;
    grid-column: 2/7;
    grid-row: 8/9;
    margin-left: 3%;
    margin: 3%;
    align-items: center;
}

.mapa {
    grid-column: 2/7;
    grid-row: 1/2;
    width: 100%;
    height: 100%;
}







}

@media (max-width: 952px) {
    .enlace {
        padding-left: 20px;
    }

    nav ul li a {
        font-size: 16px;
    }
}

@media (max-width: 858px) {
    .checkbtn {
        display: block;
    }
    .checkbtn1 {
        display: block;
    }
    .checkbtn2 {
        display: block;
    }

    ul {
        position: fixed;
        width: 100%;
        
        
        
        left: -100%;
        text-align: center;
        transition: all .5s;

    }

    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
        width: 100%;
    }

    nav ul li a {
        font-size: 20px;
    }



    #check:checked~ul {
        left: 0;
    }
    #check1:checked~.dropdown-content {
        left: 0;
        display: block;
        position: inherit;
        
        visibility: visible;
    }


    #check2:checked~.dropdown-content1 {
        left: 0;
        display: block;
        position: inherit;
    }

    #check2:checked~.dropdown-content2 {
        left: 0;
        display: block;
        position: inherit;
    }

    .banner {
        max-width: 100%;
        height: 400px;
        display: flex;
        align-items: center;

        position: relative;
    }

    .banner1 {
        max-width: 100%;
        height: 400px;
        display: flex;
        align-items: center;

        position: relative;
    }

    .nosotros {
        grid-column: 1/11;
        grid-row: 2/3;
    }

    .nosotros-img {
        grid-column: 2/10;
        grid-row: 3/3;
        width: 100%;
        margin-top: 20px;
    }

    .parrafo {
        margin-left: 0%;
    }

    .sub-title2 {
        text-align: center;
        font-size: 50px;
        margin: 2%;
        margin-left: 0%;
    }

    .video {
        grid-column: 2/6;
        width: 100%;
        height: 100%;
        align-items: center;
        text-align: center;
    }

    /*barra años*/
    .año {
        grid-column: 3/5;
        grid-row: 3/4;
        margin: 2%;
        font-size: 45px;
        text-align: center;
        margin-top: 10%;
    }

    .vertical-line {
        grid-column: 5/6;
        grid-row: 3/6;
        border-right: 3px solid rgb(255, 255, 255);
        height: 100%;
    }

    .año1 {
        grid-column: 7/9;
        grid-row: 3/4;
        margin-top: 9px;

    }

    .año2 {
        visibility: hidden;
    }

    .vertical-line1 {
        visibility: hidden;
    }

    .año3 {
        visibility: hidden;
    }

    .año4 {
        visibility: hidden;
    }

    .vertical-line2 {
        visibility: hidden;
    }

    .año5 {
        visibility: hidden;
    }

    .año6 {
        visibility: hidden;
    }

    .año7 {
        visibility: hidden;
    }

    




}


.btnenviar{   
    height: 30px;
    width: 100%;
    background-color: #575757;
    color: white;
    font-size: 15px;
    border: #575757;
    }

.btnenviar:hover{
    background: #ffa600;
    transition: .5s;

}

.iti{
    margin: 10px;
}


@media (max-width: 400px) {
    .Carousel h2 {
        font-size: 26px;
        line-height: 38px;
        padding-bottom: 30px;
        opacity: .9;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        padding-top: 50px;
    }

    .libro{
        width: 200px;
    }
    .Carousel {
        width: 100%;
        margin: 0px 20px;
        
    }
}

@media (max-width: 500px) {
    .libro{
        width: 250px;
    }
    .Carousel h2 {
        font-size: 26px;
        line-height: 38px;
        padding-bottom: 30px;
        opacity: .9;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        padding-top: 50px;
    }
    .carrusel {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        display: flex;
        height: 50vh;
        width: 100%;
        align-items: center;
        background-color: rgb(255, 255, 255);
    }
    .Carousel {
        width: 100%;
        margin: 0px 30px;
    }
    .banner {
        max-width: 100%;
        height: 230px;
        display: flex;
        align-items: center;
        position: relative;
    }
    #icon_fire {
        width: 100%;
        position: relative;
        margin-top: 80px;
    }
    .banner1 {
        max-width: 100%;
        height: 270px;
        display: flex;
        align-items: center;
        position: relative;
    }
    #nosotros {
        width: 100%;
        position: relative;
        margin-top: 211px;
    }
    .nosotros-img {
        grid-column: 2/10;
        grid-row: 3/3;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}