@font-face {
    font-family: 'Hand Of Sean';
    src: url('fonts/HandOfSean.woff2') format('woff2'),
        url('fonts/HandOfSean.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.HandOfSean {
    font-family: 'Hand Of Sean';
}
@font-face {
    font-family: 'Calibri-Bold';
    src: url('fonts/Calibri-Bold.woff2') format('woff2'),
        url('fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.Calibri-Bold {
    font-family: 'Calibri-Bold';
}
@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.woff2') format('woff2'),
        url('fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.Calibri {
    font-family: 'Calibri';
}
@font-face {
    font-family: 'GothamLight';
    src: url('fonts/GothamLight.woff2') format('woff2'),
        url('fonts/GothamLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
.GothamLight {
    font-family: 'GothamLight';
}
@font-face {
    font-family: 'GothamBlack';
    src: url('fonts/GothamBlack.woff2') format('woff2'),
        url('fonts/GothamBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
.GothamBlack {
    font-family: 'GothamBlack';
}

a:hover {
    text-decoration: none;
}
.bg-azul {
    background-color: #2475BA !important;
}
.navbar-nav {
    margin-left: auto;
}
/* CAROUSEL Y CAPTIONS */
#carouselHome {
    margin-top: 5px;
}

/* FIN CAROUSEL */
.nav-item a:hover {
    color: #E0E0E0 !important;
}
.text-blue {
    color: #2475BA;
}
.text-green {
    color: #46b654;
}
.bg-blue {
    background-color: #2475BA;
}
.bg-grey {
    background-color: #FBFBFB;
}
.bg-form {
    background-color: #CCC;
}
.bg-degrade {
    background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(241,241,241,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(241,241,241,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(241,241,241,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(241,241,241,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(241,241,241,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(241,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0 );
}
/*- PARALLAX -*/
.home-parallax {
  /* The image used */
  background-image: url("../images/home-parallax.jpg");

  /* Set a specific height */
  /* height: 500px; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hogares-parallax {
  /* The image used */
  background-image: url("../images/hogares-parallax.jpg");

  /* Set a specific height */
  /* height: 500px; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-shadow {
    text-shadow: 1px 1px 2px black;
}
.conoce-mas, .quiero-ser-cliente {
    border: solid 3px #FFF;
    color: #FFF;
}
.conoce-mas:hover {
    border: solid 3px #46b654;
    color: #46b654;
}
.quiero-ser-cliente:hover {
    border: solid 3px #46b654;
    color: #46b654;
}
.btn-services {
    max-height: 150px;
}
footer {
    background-color: #45B653;
}
.footer-bg-image {
    background: url('../images/footer.png') no-repeat 80% 50%;
    /* background-image: url("../images/footer.png");
    background-position: right center; */
    /* Background image doesn't tile */
    /* background-repeat: no-repeat;
    background-size: 200px 200px; */

    /* Background image is fixed in the viewport so that it doesn't move when
     the content's height is greater than the image's height */
    /* background-attachment: fixed; */

    /* This is what makes the background image rescale based
     on the container's size */
    /* background-size: cover; */
}
.logo-footer {
    max-height: 100px;
}
.footer-bg-brand {
    background-color: #333;
}
footer a, footer p {
    color: #FFF;
}
.container-whatsapp{
    top: 30%;
    z-index: 999;
    position: absolute;
    /* transition: transform 0.6s; */
}

.btn-whatsapp {
    position: fixed;
    z-index: 1000;
    right: -240px;
    /* transition: transform 0.6s; */
}
.pointer {
    cursor: pointer;
}
.card-productos {
    /* display: flex;
    flex-direction: column; */
    padding-bottom: 0px !important;
}
.content-card-productos {
    margin-top: auto;
}
.card-footer-productos {
    border-top: 0px !important;
    padding-top: 0px !important;
}
.cotizar {
    color: #4D4D4D;
}
.cotizar:hover {
    color: #000;
    text-decoration: none;
}

.contacto-bg {
    background: url('../images/contacto-bg.jpg') no-repeat center bottom;
    background-size: cover;
}

#modal-body-popup {
    background: url('../images/bg-popup.jpg') no-repeat center top;
}

.modal-body {
    padding: 0 !important;
}
#popup .modal-content {
    background-color: inherit !important;
    border: 0px !important;
    /* border-radius: 0.0em; */
}
.bg-popup-grey {
    background-color: #F4F4F4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-color: #F4F4F4;
    font-family: 'Calibri';
}

.img-whatsapp-mobile {
    max-height: 80px;
    position: fixed;
    z-index: 1000;
    right: 0px;
}
.modal-producto .modal-content {
    background-color: #FFF !important;
}
.g-recaptcha {
    display: inline-block !important;
}
/* .modal-backdrop{
    opacity:0.0 !important;
} */
/* MEDIA QUERIES */
/* XS */
@media (min-width: 0) {
    .container-whatsapp{
        top: 70%;
        z-index: 999;
        position: absolute;
    }

    .caption-1 {
        position: absolute;
        top: 30%;
        color: #fff;
        text-align: center;
    }
    .slide-1-title {
        font-size: 25px;
    }
    .slide-1-text {
        font-size: 20px;
        color: #46b654;
        text-align: center;
        text-shadow: 1px 1px 2px black;
    }

    .caption-2 {
        position: absolute;
        top: 15%;
        z-index: 1;
        color: #fff;
    }
    .slide-2-title {
        font-size: 25px;
    }
    .slide-2-text {
        font-size: 20px;
        color: #FFF;
    }

    .caption-3 {
        position: absolute;
        top: 2%;
        z-index: 1;
        color: #fff;
    }
    .slide-3-title {
        padding-top: 10px;
        font-size: 22px;
        color: #0069ba;
        text-align: center;
    }
    .slide-3-text {
        font-size: 19px;
        color: #a5ce37;
        text-align: center;
    }

    .caption-4 {
        position: absolute;
        top: 24%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-4-title {
        font-size: 17px;
        color: #666666;
        text-align: center;
    }

    .caption-5 {
        position: absolute;
        top: 10%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-5-title {
        font-size: 26px;
        color: #FFF;
        text-align: left;
    }
    .slide-5-text {
        font-size: 21px;
        color: #a5ce37;
        text-align: left;
        text-shadow: 1px 1px black;
    }
}
@media (min-width: 576px) {
    .caption-1 {
        position: absolute;
        top: 30%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-1-title {
        font-size: 40px;
    }
    .slide-1-text {
        font-size: 40px;
        color: #46b654;
        text-align: center;
        text-shadow: 1px 1px 2px black;
    }

    .caption-2 {
        position: absolute;
        top: 20%;
        z-index: 1;
        color: #fff;
    }
    .slide-2-title {
        font-size: 30px;
    }
    .slide-2-text {
        font-size: 25px;
        color: #FFF;
    }

    .caption-3 {
        position: absolute;
        top: 10%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-3-title {
        /* margin-top: 20px; */
        font-size: 34px;
        color: #0069ba;
        text-align: center;
    }
    .slide-3-text {
        font-size: 25px;
        color: #a5ce37;
        text-align: center;
    }

    .caption-4 {
        position: absolute;
        top: 27%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-4-title {
        font-size: 27px;
        color: #666666;
        text-align: center;
    }

    .caption-5 {
        position: absolute;
        top: 10%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-5-title {
        font-size: 38px;
        color: #FFF;
        text-align: center;
    }
    .slide-5-text {
        font-size: 32px;
        color: #a5ce37;
        text-align: center;
    }
}
/* MD */
@media (min-width: 768px) {
    .caption-1 {
        position: absolute;
        top: 40%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-1-title {
        font-size: 40px;
    }
    .slide-1-text {
        font-size: 40px;
        color: #46b654;
        text-align: right;
        text-shadow: 1px 1px 2px black;
    }

    .caption-2 {
        position: absolute;
        top: 25%;
        z-index: 1;
        color: #fff;
    }
    .slide-2-title {
        font-size: 40px;
    }
    .slide-2-text {
        font-size: 25px;
        color: #FFF;
    }

    .caption-3 {
        position: absolute;
        top: 10%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-3-title {
        font-size: 39px;
        color: #0069ba;
        text-align: center;
    }
    .slide-3-text {
        font-size: 30px;
        color: #a5ce37;
        text-align: center;
    }

    .caption-4 {
        position: absolute;
        top: 30%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-4-title {
        font-size: 32px;
        color: #666666;
        text-align: center;
    }

    .caption-5 {
        position: absolute;
        top: 20%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-5-title {
        font-size: 46px;
        color: #FFF;
        text-align: center;
    }
    .slide-5-text {
        font-size: 40px;
        margin-top: -5px;
        color: #a5ce37;
        text-align: center;
    }
    /*.btn-whatsapp {
        position: fixed;
        z-index: 1000;
        right: -190px;
    }
    .img-whatsapp {
        max-height: 80px;
    }
    .footer-bg-image {
        background: url('../images/footer.png') no-repeat center center;
    } */
}
/* LG */
@media (min-width: 992px) {
    .caption-1 {
        position: absolute;
        top: 40%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-1-title {
        font-size: 40px;
    }
    .slide-1-text {
        font-size: 40px;
        color: #46b654;
        text-align: right;
        text-shadow: 1px 1px 2px black;
    }

    .caption-2 {
        position: absolute;
        top: 15%;
        z-index: 1;
        color: #fff;
    }
    .slide-2-title {
        font-size: 35px;
        color: #003399;
    }
    .slide-2-text {
        font-size: 25px;
        color: #0069ba;
    }

    .caption-3 {
        position: absolute;
        top: 25%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-3-title {
        font-size: 35px;
        color: #2475BA;
        text-align: center;
    }
    .slide-3-text {
        font-size: 25px;
        color: #46b654;
        text-align: center;
    }

    .caption-4 {
        position: absolute;
        top: 25%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-4-title {
        font-size: 25px;
        color: #666666;
        text-align: center;
    }

    .caption-5 {
        position: absolute;
        top: 10%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-5-title {
        font-size: 35px;
        color: #0069ba;
        text-align: center;
    }
    .slide-5-text {
        font-size: 26px;
        color: #a5ce37;
        text-align: center;
        text-shadow: 0px 0px;
    }
}
/* XL */
@media (min-width: 1200px){
    /* Primer Slide */
    .caption-1 {
        position: absolute;
        top: 40%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-1-title {
        font-size: 40px;
    }
    .slide-1-text {
        font-size: 40px;
        color: #46b654;
        text-shadow: 1px 1px 2px black;
    }
    /* Segundo Slide -*/
    .caption-2 {
        position: absolute;
        top: 13%;
        z-index: 1;

        text-align: center;
    }
    .slide-2-title {
        color: #003399;
    }
    .slide-2-text {
        font-size: 40px;
        color: #0069ba;
    }

    .caption-3 {
        position: absolute;
        top: 25%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-3-title {
        font-size: 42px;
        color: #0069ba;
        text-align: center;
    }
    .slide-3-text {
        font-size: 31px;
        color: #a5ce37;
        text-align: center;
    }

    .caption-4 {
        position: absolute;
        top: 28%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-4-title {
        font-size: 30px;
        color: #666666;
        text-align: center;
    }

    .caption-5 {
        position: absolute;
        top: 10%;
        z-index: 1;
        color: #fff;
        text-align: center;
    }
    .slide-5-title {
        font-size: 41px;
        color: #0069ba;
        text-align: center;
    }
    .slide-5-text {
        font-size: 29px;
        color: #a5ce37;
        text-align: center;
        text-shadow: 0px 0px;
    }
}

.animate__animated {
  --animate-duration: 1.5s;
}
