/*
                se quitó la clase box de cada cuadro para dar color blanco

            */

html {
    scroll-behavior: smooth;
}

.col-md-6,
.col-lg-6,
.col-xl-6 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

ul .ok {
    list-style-image: url(../img/icons/ok-16.png);
}

.tarjetas {
    max-width: 80%;
}

.maquina {
    animation: maquina-esc 5s alternate;
}

.info-class {
    padding: 20px;
}

.btn-blanco {
    background-color: white;
    color: #4c7d41;
    box-shadow: 0 11px 10px -8px;
}

.btn-verdelogo {
    background-color: #43753a;
    color: white;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.btn-verdelogo:hover {
    background-color: white;
    color: #43753a;
    border: 1px solid #43753a;
}

.bg-verde-trans {
    background: rgba(65, 126, 75, 0.4);
}

.bg-verdelogo {
    background-color: #43753a !important;
}

.text-naranja {
    color: #DDA019;
}

.bg-naranja {
    background-color: #DDA019;
}

.sombreado {
    /* box-shadow: 0 10px 10px -8px; */
    box-shadow: 0 16px 15px -11px;
}

.sombreado-c {
    /* box-shadow: 0 10px 10px -8px; */
    box-shadow: -15px 17px 10px -10px;
    border-radius: 5px;
}

.text-sombr {
    text-shadow: -2px -2px 5px green;
}

.text-verde {
    color: #4c7d41;
}

.contact-form {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.btn-verde {
    margin: 5px;
    background-color: #007322;
    color: white;
    box-shadow: 0 11px 10px -8px;
}

.btn-verde:hover {
    color: #007322;
    background: white;
}

#contact-section {
    background: url('../../images/bg_2.jpg');
    background-size: cover;
    padding: 2em 0 !important;
    height: 520px;
}

h2 {
    /* box-shadow: 0 12px 10px -10px; */
}

#form-el {
    margin-top: -50px;
}

.heading-section .subheading {
    -webkit-text-fill-color: white !important;
}

.subheading {
    font-size: 2rem !important;
    text-align: center;
    /* color: white !important; */
    /* text-shadow: 3px 0px 3px #600; */
    /* box-shadow: 0 12px 10px -10px; */
}

.slogan {
    font-weight: bold;
}

h5,
.h5 {
    font-size: 1.2rem;
}

@media only screen and (max-width: 692px) {
    #contact-section {
        height: 750px;
    }
}

@media only screen and (max-width: 468px) {
    #contact-section {
        height: 800px;
    }
    #form-el {
        margin-top: 0;
    }
    h1 {
        font-size: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    #tarjeta-pronaes {
        max-width: 100% !important;
    }
    .precios {
        font-size: 1.8rem !important;
    }
}

@media only screen and (max-width: 400px) {
    #contact-section {
        height: 790px;
    }
    .subheading {
        font-size: 1.75rem !important;
    }
    .owl-carousel.home-slider .slider-item .slider-text p {
        font-size: 16px;
    }
}