@import url("https://fonts.googleapis.com/css2?family=Belanosima&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@import "./constants.css";

body {
    background-color: gray;
    overflow-x: hidden;
    font-family: "Belanosima";
}

@keyframes bounce {
  20%, 50%, 80% {
    transform: translate(0, 0);    
    -webkit-transform: translate(0, 0);    
  }
  40% {
    transform: translate(0, -20px);    
    -webkit-transform: translate(0, -20px);    
  }
  70% {
    transform: translate(0, -10px);    
   -webkit-transform: translate(0, -10px);    
  }
  90% {
    transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
  }
}

.whats{
    z-index: 1;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 50px;
    animation: bounce 1500ms infinite;
    -webkit-animation: bounce 1500ms infinite;
}
.whats img{
    height: 50px;
    width: 50px;
}

.wrapper {
    background-color: #fff;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    .bg-footer img {
        height: 330px !important;
    }

    .content-ubicacion {
        padding-left: 1.5rem !important;
    }

    .cotizar__hoja1 {
        right: -299px !important;
        top: 45px !important;
    }

    .cotizar__hoja1 img {
        width: 50% !important;
    }

    .ubicacion2__hoja2 {
        bottom: 0px !important;
    }

    .ubicacion2__hoja2 img {
        width: 50% !important;
    }

    .slider-categorias-img {
      width: 467px !important;
      height: 414px !important;
    }
}

@media (max-width: 992px) {
    .footer__footer-top {
        padding-top: 100px;
    }

    .navbar-nav {
        font-size: 1rem !important;
    }

    .bg-curva {
        display: none !important;
    }

    .col-ubicacion {
        justify-content: start !important;
    }

    .content-ubicacion {
        padding: 0.75rem 0 !important;
    }

    .cotizar__hoja1 {
        right: -342px !important;
        top: 30px !important;
    }

    .cotizar__hoja1 img {
        width: 35% !important;
    }

    .ubicacion2__hoja2 {
        bottom: -50px !important;
    }

    .ubicacion2__hoja2 img {
        bottom: 40% !important;
    }

    .slider-categorias-img {
      width: 348px !important;
      height: 309px !important;
    }
}

@media (max-width: 767px) {
    #ubicacion2 {
        padding-bottom: 60px !important;
    }

    .offcanvas {
        max-width: 80% !important;
    }

    .bg-footer img {
        width: auto !important;
        height: 70rem !important;
    }

    .col-menu {
        justify-content: center !important;
    }

    .col-ubicacion {
        justify-content: center !important;
    }

    .content-footer {
        text-align: center !important;
    }

    .content-social {
        display: block !important;
        padding-top: 0 !important;
        padding-bottom: 0.75rem !important;
    }

    .ubicacion__container {
        padding: 1.5rem 0 !important;
    }

    .cotizar__container {
        padding: 2.5rem !important;
    }

    .cotizar__hoja1 {
        display: none !important;
    }

    .cotizar__content-img {
        padding-bottom: 3rem !important;
    }

    .cotizar__content-img img {
        width: 100% !important;
    }

    .slider-categorias-img {
      width: 100% !important;
      height: 100% !important;
    }

    .cotizar__content-text {
        padding-bottom: 3rem !important;
    }

    .text-border {
        font-size: 2.5rem !important;
    }

    .btn-cotizar {
        pad: 0.5rem 2.5rem !important;
    }

    .cotizar__text-recinto {
        text-align: center !important;
    }

    .cotizar__content-icon {
        justify-content: center !important;
    }

    .ubicacion2__hoja2 {
        display: none !important;
    }

    .ubicacion2__content {
        padding-bottom: 3rem !important;
    }

    .ubicacion2__content h3 {
        text-align: center !important;
    }

    .ubicacion2__content-text p span{
        font-size: 1rem !important;
    }

    .ubicacion2__content-img {
        justify-content: center !important;
    }
}

@media (max-width: 576px) {
    .footer__footer-top {
        padding-top: 120px;
    }
}

.text-brown {
    text-transform: uppercase;
    color: var(--brown-color);
    letter-spacing: 2px;
}

.text-border {
    -webkit-text-stroke: 1px black;
    color: transparent;
    font-size: 55px;
    font-weight: 800;
    line-height: 1.2;
}

/* Bottons */
.btn-border {
    border: 1px solid var(--brown-color);
    border-radius: 20px;
    color: var(--brown-color);
    padding: 0.2rem 1.5rem;
}

.btn-border:hover {
    border: 1px solid #fff;
    color: #fff;
}

.btn-cotizar {
    background-color: var(--blue-dark-color);
    color: #fff;
    padding: 0.5rem 4rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 0;
    border-radius: 0.5rem;
    font-size: 1.25rem;
}

.btn-cotizar:hover {
    background-color: var(--brown-color);
    color: #fff;
    border: 0;
}


/* Fin Bottons */

/* Navbar */
.sticky-navbar {
    position: fixed;
    top: 0;
    max-width: 1920px;
    width: 100%;
    height: 60px;
    margin: 0px auto;
    z-index: 1000;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
}

.navbar-nav {
    font-size: 12px;
}

.navbar-nav .nav-item {
    padding: 0 20px;
    letter-spacing: 1px;
}

/* Fin Navbar */

/* Footer */
#footer {
    background-color: #FFF;
    color: #fff;
}

.footer__footer-top {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 170px;
    position: relative;
    background-size: cover;
}

.bg-content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bg-curva {
    position: absolute;
    width: 101%;
    top: -40px;
    left: -17px;
}

.bg-curva img {
    width: 100%;
}

.bg-footer {
    width: 100%;
}

.bg-footer img {
    width: 100%;
}

.content-footer {
    position: relative;
}

.footer__footer-nav {
    list-style: none;
    line-height: 2.5;
    padding: 0;
}

.footer__footer-nav li a {
    text-decoration: none !important;
    color: #fff;
}

.col-menu {
    display: flex;
    justify-content: end;
}

.col-ubicacion,
.col-contacto,
.col-logo {
    display: flex;
    justify-content: center;
}

.content-ubicacion {
    padding: 0.75rem 0 0.75rem 0.75rem;
}

.content-contacto {
    padding: 0.75rem 0;
}

.content-social {
    display: flex;
    justify-content: space-evenly;
    padding-top: 45px;
}

.social-icon {
    width: 24px;
    height: 24px;
}

.footer__footer-legal {
    background-color: var(--brown-color);
    text-align: center;
    padding: 0.75rem 0;
}

.footer__footer-legal p {
    margin: 0;
}

/* Fin Footer */

/* Section Banner */
#banner {
    position: relative;
    height: 100vh;
    padding-top: 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoPreview {
    min-height: 100vh;
    min-width: 100%;
    object-fit: cover;
}

.banner__background {

    width: 100%;
    height: 100vh;
}

.banner__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    color: white;
    /* text-align: center; */
    z-index: 1;
    min-width: 100%;
    height: 100%;
}

.banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*
.banner__overlay:hover {
    opacity: 0;
} */
/* Fin Section Banner */

/* Section Ubicacion */
.ubicacion__container {
    padding: 2.5rem 0;
}

.card__container {
    position: relative;
    border: 0;
    margin: -0.5px;
}

.card__box-img {
    overflow: hidden;
}

.card__box-img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.card__container:hover .card__box-img img {
    transform: scale(1.1);
}

.card__box-text {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__overlay {
    position: absolute;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s ease;
}

.card__container:hover .card__overlay {
    height: 50px;
    font-weight: bold;
}

.card__overlay p{
    margin: 0;
}

/* Fin Section Ubicacion */

/* Section Cotizar */
#cotizar {
    position: relative;
}

.cotizar__hoja1 {
    position: absolute;
    right: -273px;
    top: 57px;
}

.cotizar__hoja1 img {
    width: 60%;
}

.cotizar__img-linea {
    width: 100%;
}

.cotizar__img-linea img {
    width: 106%;
}

.cotizar__container {
    padding: 5rem 0;
}

.cotizar__content-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cotizar__content-img img {
    width: 85%;
}

.cotizar__content-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cotizar__text-recinto {
    text-align: end;
    letter-spacing: 3px;
}

.slider-categorias-img {
    width: 556px;
    height: 493px;
}

.slider-categorias {
    width: 244px;
}

.cotizar__content-icon {
    display: flex;
    justify-content: end;
    padding-bottom: 1rem;
}

/* Fin Section Cotizar */

/* Section Ubicacion2 */
#ubicacion2 {
    position: relative;
    padding-bottom: 100px;
}

.ubicacion2__hoja2 {
    position: absolute;
    bottom: 0px;
    left: -30px;
}

.ubicacion2__hoja2 img {
    width: 60%;
}

.ubicacion2__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ubicacion2__content-text {
    /* text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px; */
    line-height: 35px;
}

.ubicacion2__content-img {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ubicacion2__content-img img {
    width: 75%;
}

/* Fin Section Ubicacion2 */

/* Section Contacto */
#contacto {
    padding-top: 60px;
    padding-bottom: 10rem;
    font-family: 'Montserrat', sans-serif;
}

/* Fin Section Contacto */