html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background-color: #F4F4F4;
}

p {
    margin-bottom: 0px;
}

.btn {
    font-size: 14px;
}

.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.form-control:active,
.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.sec-header {
    background-color: #F4F4F4;
    padding-bottom: 90px;
}

.sec-navbar{
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 40px;
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 99999;
}

.d-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.05);
    
}

.d-navbar .navbar {
    padding: 0px;
}

.logo-navbar > img {
    width: 110px;
}

.btn-navbar {
    background-color: #007FD9;
    border-radius: 100px;
    color: #FFFFFF !important;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    transition: .2s;
}

.btn-navbar > img {
    margin-right: 8px;
    width: 22px;
}

.btn-navbar:hover {
    transform: scale(1.05);
}

.nav-item .nav-link {
    font-weight: 500;
    color: rgba(0, 0, 0, .8) !important;
    transition: .3s;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nav-item .nav-link:hover {
    color: #007FD9 !important;
}

.d-header {
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-right: 40px;
    padding-top: 100px;
    padding-bottom: 150px;
    border-left: 40px solid #E5F2FB;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, .04);
    background-image: url("../images/bg-header.png");
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: bottom right
}

.d-header > img {
    width: 180px;
}

.d-header .t1 {
    font-size: 55px;
    font-weight: 600;
    margin-top: 50px;
}

.d-header .t2 {
    font-size: 30px;
    margin-top: -18px;
    color: #007FD9;
    font-weight: 500;
    margin-bottom: 50px;
}

.btn-gradient {
    background-color: #007FD9;
    border-radius: 100px;
    color: #FFFFFF !important;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
    transition: .2s;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #24CF9B, #4A93CA 40%, #7451FE 80%);
}

.btn-gradient > img {
    margin-left: 5px;
}

.btn-gradient:hover {
    transform: scale(1.1);
}

.sec-inicio {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FFFFFF;
}

.d-info-inicio .t1 {
    font-size: 50px;
    font-weight: 600;
}

.d-info-inicio .t2 {
    margin-top: 20px;
    font-size: 17px;
}

.d-item-inicio {
    background-color: #F4F4F4;
    border-radius: 20px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 200px;
}

.d-item-inicio > img {
    width: 50%;
}

.d-item-inicio > img.vegetal {
    width: 41%;
}

.d-item-inicio .t1 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.sec-acerca {
    background-color: #F4F4F4;
    padding-top: 100px;
    padding-bottom: 100px;
}

.d-image-acerca {
    width: 100%;
    height: 400px;
    background-image: url("../images/bg-acerca-de.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.d-info-acerca {
    padding-top: 55px;
    padding-left: 20px;
}

.d-info-acerca .t1 {
    font-size: 30px;
    font-weight: 600;
}

.d-info-acerca .t2 {
    font-size: 55px;
    font-weight: 600;
    line-height: 1;
    margin-top: -7px;
    color: #007FD9;
}

.d-info-acerca .t3 {
    margin-top: 30px;
    font-size: 17px;
}

.sec-somos {
    background-color: #F2F8FD;
    padding-top: 80px;
    padding-bottom: 80px;
}

.d-info-somos {
    text-align: center;
}

.d-info-somos > img {
    width: 170px;
}

.d-info-somos .t1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 45px;
    color: #007FD9;
}

.d-info-somos .t2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.sec-footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FFFFFF;
}

.d-footer {
    text-align: center;
}

.d-footer > img {
    width: 120px;
}

.d-footer .t1 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 24px;
}

.ul-social {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px;
}

.ul-social li {
    display: inline-block;
    list-style: none;
}

.btn-social {
    background-color: #007FD9;
    border-radius: 7px;
    width: 30px;
    height: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    transition: .3s;
}

.btn-social:hover {
    transform: translateY(-3px);
}

.d-gradient-left {
    background: linear-gradient(to right, white, transparent 90%);
    width: 180px;
    height: 50px;
    z-index: 99;
}

.d-gradient-right {
    background: linear-gradient(to left, white, transparent 90%);
    width: 180px;
    height: 50px;
    z-index: 99
}

.d-splide {
    justify-content: space-between;
    display: flex;
    width: 100%;
    position: absolute;
}

.sec-logos {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FFFFFF;
}

.d-logo {
    width: 150px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .2;
    transition: .3s;
}

.d-logo:hover {
    opacity: .5;
}

.sec-contacto {
    padding-top: 80px;
    padding-bottom: 80px;
}

.col-contacto {
    background-color: red;
}

/* Nuestros productos */}
.sec-productos{
    background-color: #FFFFFF!important;
}

.title-producto {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, -50%);
}

.d-info-sec-productos .t1 {
    font-size: 22px;
    font-weight: 600;
}

.d-info-sec-productos .t2 {
    color: #007FD9;
    font-size: 43px;
    font-weight: 600;
    margin-top: -13px;
}

.d-info-sec-productos .t3 {
    font-size: 14px;
    margin-top: 5px;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8 !important;
}

.gallery__item__inner {
    background-color: #FFFFFF !important;
}

.d-producto figure > img {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.top-left-radius {
    border-top-left-radius: 20px;
}

.bottom-right-radius {
    border-bottom-right-radius: 20px;
}

/* Nuestros productos */


/* Contacto, Mensaje */
.d-item-contacto {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 30px;
    padding-top: 30px;
}

.d-item-contacto.phone {
    border-bottom: none;
}

.d-info-contacto .t1 {
    font-size: 14px;
    background-color: #24CF9B;
    display: inline-block;
    letter-spacing: .3px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
}

.d-info-contacto .t2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
    letter-spacing: .3px;
}

.d-btn-contacto {
    padding-top: 5px;
}

.btn-contacto {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #007FD9;
    transition: .3s;
}

.btn-contacto:hover {
    transform: translateY(-3px);
    color: #007FD9;
}

.btn-contacto:active,
.btn-contacto:focus {
    color: #007FD9;
}

.d-left-contacto {
    padding-bottom: 90px !important;
}

.d-right-contacto {
    padding-bottom: 90px !important;
}

.d-mensaje h2 {
    color: #000000 !important;
}

.d-mensaje p {
    color: #000000 !important;
}

.label-form {
    color: #000000;
    font-size: 13px;
    margin-bottom: 2px;
}

.input-form {
    height: 40px;
    font-size: 14px;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 40px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, .2);
    font-weight: 500;
}

.input-form:active,
.input-form:focus {
    background-color: transparent;
    font-weight: 500;
    color: #000000;
    border: 1px solid #007FD9;
}

.input-form.nombre {
    background-image: url(../images/icons/input-nombre.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.input-form.correo {
    background-image: url(../images/icons/input-correo.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.input-form.telefono {
    background-image: url(../images/icons/input-telefono.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.input-form.mensaje {
    background-image: url(../images/icons/input-mensaje.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
}

.btn-form {
    width: 100%;
    background-color: #007FD9;
    border-radius: 100px;
    color: #FFFFFF !important;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
    transition: .2s;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #24CF9B, #4A93CA 40%, #7451FE 80%);
}

.btn-form > img {
    margin-left: 5px;
    transition: .3s;
}

.btn-form:hover > img {
    transform: translateX(4px);
}


/* Contacto, Mensaje */
