@import url("config.css");
@import url("external/owl.carousel.min.css");
@import url("external/owl.theme.default.min.css");
@import url("external/plyr.css");
@import url("external/aos.css");
@import url("external/notyf.min.css");
@import url("menu.css");
@import url("footer.css");
#banner {
    width: 100%;
    min-height: 25rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: var(--c1);
}
figure.img-bg{
    background: var(--c1);
}
figure.img-bg  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.9;
}
figure.img-bg img {
    opacity: 0.5;
}
figure.img-bg .shadow {
    opacity: 0.5;
    background: var(--c1);
}
#banner .container {
    position: relative;
    z-index: 20;
}
#banner .container .title {
    display: flex;
    flex-direction: column;
}
#banner .container .title h1 {
    font-size: 3rem;
    font-family: 'f4';
    color: white;
    text-align: center;
}
#banner .container .title b {
    font-family: 'f4';
    color: var(--c4);
    font-size: 1.5rem;
    text-align: center;
}

/* ******************************FORMULARIO DE CONTACTAR */
#contact {
    padding-top: 7rem;
    padding-bottom: 2rem;
    background: var(--c0);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}
#contact > figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#contact .container {
    z-index: 30;
}
#contact .title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 60%;
    z-index: 20;
}
#contact .title b {
    color: var(--c4);
    text-align: center;
    font-size: 2.5rem;
    font-family: 'f4';
    text-align: center;
}
#contact .title h2 {
    color: white;
    font-size: 2rem;
    font-family: 'f4';
    text-align: center;
}
#contact .title p {
    color: white;
    font-size: 1rem;
    text-align: center;
    font-family: 'f1';
}
#contact .cont {
    min-height: 25rem;
    background: white;
    border-radius: 0.5rem;
    overflow: hidden;
}
#contact .form{
    padding: 2rem;
}
#contact .cont {
    /* width: 70%; */
    /* padding: 2rem; */
    background: white;
}
#contact .info {
    width: 100%;
    min-height: 6rem;
    background: var(--c1);
    gap: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}
#contact .info > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#contact .info .item {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}
#contact .info .item p {
    color: white;
    font-size: 0.8rem;
    font-family: 'f1';
}
#contact .info .item u {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
}
#contact .info .item u .cls-1 {
    fill: var(--c4) !important;
}
#contact .info > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
#contact .info > div:nth-child(2) button:hover {
    background: white;
    color: var(--c1);
}
#contact .info > div:nth-child(2) button {
    width: 15rem;
    height: 2.5rem;
    color: white;
    font-family: 'f2';
    font-size: 1rem;
    background: var(--c4);
}
#google-map {
    background: var(--c0);
    width: 100%;
    height: 30rem;
    padding-bottom: 2rem;
}
#google-map .container {
    height: 100%;
}
#google-map .container .map {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
@media only screen and (min-width: 1280px) {}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {}
@media only screen and (max-width: 1023px) and (min-width: 768px) {}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #contact .cont{
        width: 100%;
    }
    #contact .title {
        width: 90vw;
    }
    #contact .title h2 {
        font-size: 1.5rem;
    }
    #contact .info {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    #contact .info > div:nth-child(1) {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
    #contact .cont .form{
        width: 100%;
        padding: 1rem;
    }
    #contact .cont .form {
        padding: 2rem;
    }
    #contact .title {
        width: 95vw;
    }
    #contact .title h2 {
        font-size: 1.5rem;
    }
    #contact .info {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    #contact .info > div:nth-child(1) {
        display: flex;
        flex-direction: column;
    }
    .gt-x2 {
        grid-template-columns: auto;
    }
    #contact .info > div {
        width: 100%;
    }
    #contact .info > div:nth-child(2) button {
        display: flex;
        width: 100%;
    }
}
@media only screen and (max-width: 359px) and (min-width: 10px) {
    #contact .cont .form{
        width: 100%;
        padding: 1rem;
    }
    #contact .cont .form {
        padding: 2rem;
    }
    #contact .title {
        width: 95vw;
    }
    #contact .title h2 {
        font-size: 1.5rem;
    }
    #contact .info {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    #contact .info > div:nth-child(1) {
        display: flex;
        flex-direction: column;
    }
    .gt-x2 {
        grid-template-columns: auto;
    }
    #contact .info > div {
        width: 100%;
    }
    #contact .info > div:nth-child(2) button {
        display: flex;
        width: 100%;
    }
}
@media only screen and (min-height: 1280px) {}
@media only screen and (max-height: 1279px) and (min-height: 1024px) {}
@media only screen and (max-height: 1023px) and (min-height: 768px) {}
@media only screen and (max-height: 767px) and (min-height: 480px) {}
@media only screen and (max-height: 479px) and (min-height: 360px) {}
@media only screen and (max-height: 359px) and (min-height: 10px) {}