

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



/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
*{
    font-family: 'Oxygen', sans-serif !important;
}

.custom-css-bottom-left-asign{
    position: absolute;
    bottom: 1em;
    width: 50rem;
}

.custom-css-top-right-asign{
    position: absolute;
    top: 2em;
    float: right;
    width: 50rem;
}

.align-right-webkit{
    text-align: -webkit-right !important;
}

.margin-right-custom-slide-text{
    margin-right: 5em !important;
}

.custom-css-bottom-right-asign{
    position: absolute;
    bottom: 1em;
    width: 50rem;
}

.margin-top-custom-header-arrow{
    margin-top: -2px;
}

.fw-regular400{
    font-weight: 400;
}

.custom-width-slide-text{
    width: 11em !important;
}

.sub-menu-indicator{
    display: none !important;
}

i{
    font-family: "Font Awesome 6 Brands" !important;
}
.bg-slide-custom-1 {
    background-image: url('../../img/slide/chicks.png');
    background-size: 33% 50%;
}

.bg-slide-custom-2 {
    background-image: url('../../img/slide/calf.jpg');
    background-size: 33% 40%;
    right: 33%;
}
.bg-slide-custom-3 {
    background-image: url('../../img/slide/pigs.jpg');
    background-size: 33% 30%;
    right: 33%;
}

.bg-products-custom {
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url('../../img/slide/thermo.jpg') center center / cover;
}

.aboutus-style-suctom-p{
    font-size: 17px;
    color: #474747;
    text-align: left !important;
}

/* IMAGEN DE BACKGROUND ABOUTUS*/
#aboutus {
    position: relative;
    overflow: hidden;
}

#aboutus::before {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 40%;
    background-image: url('../../img/logoNoWords.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
}


/* END IMAGEN BACKGROUND*/

.fs-10px{
    font-size: 10px !important;
}

.custom-padding-product-text-div{
    padding: 34px 20px 0px 20px !important;
}

.custom-37em-h{
    height: 37em !important;
}

.bg-custom-grey-e5{
    background-color: #e5e5e5 !important;
}

.border-custom-grey-e5{
    border-top: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}


a:hover{
    color: #215e70 !important;
}

/* AJUSTES SLIDE */
div #swiper-wrapper-4f788c1ec1a5ccdd{
    height: 100% !important;
}

/* END AJUSTES SLIDE */
.remove-margins{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.remove-padding-top{
    padding-top: 0px !important;
}

.custom-margin-top-scroll {
    scroll-margin-top: 70px;
}

.custom-margin-top-scroll2 {
    scroll-margin-top: 50px;
}

.remove-padding-bottom{
    padding-bottom: 0px !important;
}

.padding-100px-custom{
    padding-top: 100px !important;
}

.p-6rem-custom{
    padding-top: 6rem !important;
}

.p-3rem-custom{
    padding-top: 3rem !important;
}


.custom-padding-img-products{
    padding: 2em 3em;
}

.custom-min-height-cards-products{
    min-height: 258px;
}

.information-text-size-custom{
    font-size: 12px;
}

@media (max-width: 300px) {
    .custom-css-bottom-left-asign{
        position: absolute;
        bottom: 1em;
        width: 10rem !important;
    }
    .custom-css-top-right-asign{
        position: absolute;
        bottom: 1em;
        width: 10rem !important;
    }
    .custom-css-bottom-right-asign{
        position: absolute;
        bottom: 1em;
        width: 10rem !important;
    }
}



@media (max-width: 600px) {
    .custom-css-bottom-left-asign{
        position: absolute;
        bottom: 1em;
        width: 17rem !important;
    }
    .custom-css-top-right-asign{
        position: absolute;
        bottom: 1em;
        width: 17rem !important;
    }
    .custom-css-bottom-right-asign{
        position: absolute;
        bottom: 1em;
        width: 17rem !important;
    }
}

@media (min-width: 767px) {
    .custom-margin-left-div-title-services{
        margin-left: 25%;
    }
}

@media (max-width: 767px) {
    .custom-min-height-cards-products{
        min-height: 150px;
    }
}



@media (max-width: 900px) {
    .custom-css-bottom-left-asign{
        position: absolute;
        bottom: 1em;
        width: 30rem;
    }
    .custom-css-top-right-asign{
        position: absolute;
        bottom: 1em;
        width: 30rem;
    }
    .custom-css-bottom-right-asign{
        position: absolute;
        bottom: 1em;
        width: 30rem;
    }
}
@media (max-width: 991px) {
    .custom-responsive-arrow-submenu{
        float: right !important;
        margin-right: 4px !important;
        margin-top: 4px !important;
    }

    .custom-height-responsive-slide{
        height: auto !important;
        justify-content: normal !important;
    }
}

@media (max-width: 1250px) {
    .custom-min-height-cards-products{
        min-height: 204px;
    }
    .custom-css-top-right-asign {
        position: absolute;
        font-size: 3rem;
        top: 3em;
        margin-left: 90px;
        float: right;
        width: 43rem;
    }
}
