section{
    padding:80px 0px;
}


/* Titles */
.titleOvetRehEnfoque{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-content: center;
    width:100%;
}

.titleOvetRehEnfoque h1{
    color:var(--black);
    text-align:center;
    font-size:40px;
    width:100%;
}

.titleOvetRehEnfoque h1 span{
    color:var(--principal);
}

.dotOvet{
    width:85px;
    height:5px;
    margin-top:5px;
    background-color:var(--principal);
}

/* Buttons */
.btnOvetDelPeru button{
    padding: 10px 20px;
    background-color: var(--principal);
    color: var(--white);
    font-size:18px;
    border: none;
    cursor: pointer;
    transition: all ease .3s;
  }

  .btnOvetDelPeru button:hover{
      background-color: var(--principalHover);
  }


  /*---------- 2 version Button ---*/


  .btnOvetDelPeruTwo button{
    padding: 10px 20px;
    background-color: var(--silverDark);
    color: var(--black);
    font-size:18px;
    border: none;
    font-weight:600;
    cursor: pointer;
    transition: all ease .3s;
  }

  .btnOvetDelPeruTwo button:hover{
      background-color: var(--principal);
      color:var(--white);
  }





/* Product */
.productOvetDelPeru{
    width:325px;
    height:auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius:25px;
    overflow: hidden;
    transition: all ease .3s;
    position: relative;
    cursor: pointer;
}

.productOvetDelPeru .absolutePlus{
    width:100px;
    height:100px;
    overflow: hidden;
    position: absolute;
    background-color: transparent;
    top:0;
    right:0;
}

.productOvetDelPeru .absolutePlus .fondoCurvo{
    width:150px;
    height:150px;
    overflow: hidden;
    position: absolute;
    border-bottom-left-radius:50%;
    background-color: var(--principal);
    opacity:0.1;
    top:-70px;
    right:-75px;
    transition: all ease .3s;
}

.productOvetDelPeru .absolutePlus .iconAbsolutePlus{
    overflow: hidden;
    position: absolute;
    border-bottom-left-radius:50%;
    top:30px;
    right:30px;
    color: var(--principal);
    opacity:0.5;
    font-size:45px;
    transition: all ease .3s;
    width:45px;
    height:44px;
    border-radius:50%;
    background-color:var(--white);
    display:flex;
    justify-content: center;
    align-items: center;
    transition: all ease .3s;
}


    .productOvetDelPeru .containerImgProduct{
        padding:0px;
        width:100%;
        height: auto;
        min-height:200px;
        background-color:var(--white);
        overflow: hidden;
        transition: all ease .3s;
    }


    .productOvetDelPeru .containerImgProduct img{
        width:100%;
        height:100%;
        transform: scale(1.0);
        transition: all ease .3s;
    }


.productOvetDelPeru:hover .containerImgProduct img{
    transform: scale(1.05);
}

.productOvetDelPeru:hover .absolutePlus .fondoCurvo{
    width:160px;
    height:160px;
}

.productOvetDelPeru:hover .absolutePlus .iconAbsolutePlus{
    top:30px;
    right:40px;
    font-size:50px;
    transform: rotate(360deg);
    width:48px;
    height:48px;
    opacity:1;
}



.productOvetDelPeru .containerInfoProduct{
    padding:20px;
    padding-bottom:25px;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    flex-direction:column;
    align-content: center;
    text-align: center;
    background-color:var(--white);
    gap:20px;
}

.productOvetDelPeru .containerInfoProduct h4{
    font-size:25px;
    transition:all ease .3s;
    color:var(--black);
    padding-bottom:10px;
    width:100%;
}

.productOvetDelPeru:hover .containerInfoProduct h4{
    color:#000000;
}

.productOvetDelPeru:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.productOvetDelPeru:hover  .btnOvetDelPeruTwo button{
    background-color: var(--principal);
    color:var(--white);
}


.productOvetDelPeru .containerInfoProduct p{
    font-size:14px;
    color:var(--secundary);
    width:100%;
}


.flexProductosOvet{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    gap:40px;
    padding-top:40px;
    padding-bottom:20px;
}

.flexProductosEspecie{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    padding-top:90px;
    background-color:var(--principal);
}

.infoEspecie{
    background-color: var(--principal);
    color:var(--white);
    width:30%;
    height:auto;
    display:flex;
    justify-content:right;
    align-content: center;
}

.flexEspecieImg{
    display:flex;
    justify-content: left;
    align-items: center;
    flex-wrap:wrap;
    padding-left:20px;
    width:380px;
}

.flexEspeci{
    display:flex;
    justify-content: left;
    align-items: center;
    gap:10px;
    flex-wrap:wrap;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.controImgEspecie{
    width:50px;
    height:50px;
    background-color:var(--white);
    border-radius:12px;
}

.controImgEspecie img{
    width:100%;
    height:100%;
}




.flexReturnEspecie{
    width:100%;
    display:flex;
    height:35px;
    gap:10px;
    font-size:16px;
    align-items: center;
    text-align: left;
    justify-content: left;
}

.flexReturnEspecie a{
    color:var(--white);
    text-decoration:none;
    border-radius:5px;
    font-size:700;
}

.flexReturnEspecie i{
    font-size:10px;
}


.controlVideoEspecie{
    background-color: var(--white);
    width:70%;
    height:auto;
}

.controlVideoEspecie video{
    display: block;
}

.controlVideoEspecie img{
    width:100%;
    min-height:200px;
    background-color:var(--silverLight);
    height:100%;
    display:block;
}


/*
    Líneas de productos
*/

.controlWMax{
    width:100%;
    display:flex;
    justify-content:center;
    padding:20px 0px;
}
.pControlOvet{
    text-align:center;
    width:60%;
    font-size:18px;
    color:var(--secundary);
}

.flexLineasOvetDelPeru{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    gap:20px;
}

.optionLinea{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: auto;
    background-color: var(--silverDark);
    min-width: 250px;
    padding: 10px;
    cursor: pointer;
    transition: all ease .3s;

    border:3px solid white; /* Borde interior blanco */
    box-shadow: 0 0 0 3px white; /* Borde exterior rojo */
}

.optionLinea:hover{
    box-shadow: 0 0 0 3px var(--principal); /* Borde exterior rojo */
}

.activeLinea{
    background-color: var(--principal);
    box-shadow: 0 0 0 3px var(--principal); /* Borde exterior rojo */
    color:var(--white);
}

.activeLinea .controlImgLinea img{
    filter: invert(1);
}

.optionLinea .controlImgLinea{
    width:45px;
    height:45px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.controlTitleLinea{
    font-size:20px;
}


.optionLinea .controlImgLinea img{
    width:100%;
    height:100%;
}

.flexResultGroupsSelected{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    gap:20px;
    padding:40px 0px;
}

.groupLineaSelected{
    width:150px;
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
    gap:10px;
}

.groupLineaSelected .controlImgGroupLinea{
    width:105px;
    height:105px;
    margin-top:3px;
    border-radius:22px;
    background-color:var(--silverDark);
    border: 1px solid var(--black);
    display:flex;
    justify-content: center;
    border:5px solid white; /* Borde interior blanco */
    box-shadow: 0 0 0 3px var(--silverDark); /* Borde exterior rojo */
    overflow: hidden;
}

.groupLineaSelected .controlImgGroupLinea img{
    width:100%;height:100%;
    background-color: transparent;
}
.groupLineaSelected p{
    font-weight: 600;
    width: 100%;
    text-align:center;
    color:var(--secundary);
    transition: all ease .3s;
}

.groupLineaSelected:hover .controlImgGroupLinea{
    background-color: #ffebec;
    box-shadow: 0 0 0 3px var(--principal); /* Borde exterior rojo */
}
.groupLineaSelected:hover p{
    color:var(--principal);
}

/*--- Slider de Produtos en Oferta ------- */

.flexTitleOferaSlider{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    gap:20px;
}

.flexTitleOferaSlider .infoTitleOferta{
    width:35%;
    height:auto;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    padding-right:100px;
}

.flexTitleOferaSlider .infoTitleOferta .controlGeneralImg{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
}


.flexTitleOferaSlider .infoTitleOferta .controlGeneralImg .controlIconImgOvet{
    width:80px;height:80px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.flexTitleOferaSlider .infoTitleOferta .controlGeneralImg .controlIconImgOvet img{
    width:100%;
    height:auto;
}

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

.ofertOvert{
    padding:2px 5px;
    color:var(--black);
    width:120px;
    border-radius:10px;
    background-color: yellow;
    font-weight:600;
    font-size:12px;
    margin-bottom:10px;
    margin-top:-5px;
}



.flexTitleOferaSlider .sliderOfertas{
    width:55%;
    max-height:700px;
}

.flexTitleOferaSlider .infoTitleOferta h3{
    color:var(--black);
    text-align:center;
    font-size:50px;
    line-height:1.1;
    width:100%;
}

.flexTitleOferaSlider .infoTitleOferta h3 span{
    color:var(--principal);
}


/* Img Publicidades Control */
.imgEsc{display:block;width:100%;}
.imgTablet{display:none;width:100%;}
.imgMobile{display:none;width:100%;}




/*-------------------------------------
    BANNER SUPERIOR EN SECCIONES
-------------------------------------*/
.bannerSuperior{
    width:100%;
    height:auto;
    position: relative;
    padding-top:90px;
}
.controlImgBannerSuperior{
    width:100%;
    height:auto;
}

.controlImgBannerSuperior img{
    width:100%;
    height:100%;
    display:block;
}


.bannerSuperior .fondoDegraSobreBanner{
    width:100%;
    height:100%;
    padding-top:90px;
    position:absolute;
    top:0px;
    left:0px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #000000;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.infoSobreBanner{
    width:100%;
    display:flex;
    justify-content:left;
    height:auto;
    max-width:1350px;
    color:var(--white);
    height:auto;
    padding:20px;
    flex-wrap:wrap;
}
.infoSobreBanner h1{
    font-size:50px;
    line-height:55px;
    font-weight:700;
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}
.infoSobreBanner .flexReturn{
    display:flex;
}

.flexReturn{
    width:100%;
    display:flex;
    align-items:center;
    height:35px;
    gap:10px;
    font-size:23px;
}

.flexReturn a{
    color:var(--white);
    text-decoration:none;
    border-radius:5px;
}

.flexReturn i{
    font-size:10px;
}

/* -- NOSOTROS -- */
.flexImgInfoNosotros{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap:wrap;
    gap:20px;
    padding:0px 20px;
}

.containerImgNosotros{
    width:48%;
    display:flex;
    justify-content:right;
    overflow: hidden;
    align-items:center;
}

.containImgNosotros{
    width:100%;
    height:auto;
}

.containImgNosotros img{
    width:100%;
    height:100%;
}

.infoTitleNosotros{
    width:48%;
}

.infoTitleNosotros span{
    color:var(--principal);
    font-weight:600;
    font-size:18px;
    display:block;
}

.infoTitleNosotros h1{
    color:var(--silver);
    font-weight:700;
    font-size:40px;
    line-height:43px;
    display:block;
    margin-top:-5px;
}
.infoTitleNosotros h2{
    color:var(--silver);
    font-weight:700;
    font-size:40px;
    line-height:43px;
    display:block;
    margin-top:-5px;
}


.pcontrolOvetTextNosotros{
    margin-top:20px;
    text-align:left;
    font-size: 18px;
    color: var(--secundary);
}

.controlImgFondoNosotrosRed{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
        background-blend-mode: multiply; /* ← esto es lo nuevo */

    width:100%;
    height:100%;
    overflow:hidden;
}

.bgRedInsideControlFondoNosotros{
    background-color: #f00810e8;
    width:100%;
    padding:80px 0px;
    height:100%;
}

.flexBgRedInside{
    width:100%;
    height:100%;
    display:flex;
    justify-content:space-between;
    align-items: center;
    color:var(--white);
    gap:10px;
    flex-wrap:wrap;
    padding:0px 20px;

}

.insideOneinfo{
    width:40%;
    height:auto;
    transition: all ease .3s;
}

.insideOneinfo h3{
    font-size:45px;
}


.insideValoresOvet{
    width:59%;
    height:auto;
    transition: all ease .3s;

    display:flex;
    justify-content: space-around;
    align-items: center;
    text-align:center;
    flex-wrap:wrap;
}

.insideValoresOvet .controlImgItemInsideValOvet{
    width:120px;
    height: 120px;
    border-radius:50%;
    background-color:var(--white);
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    transition: all ease .3s;
}

.insideValoresOvet .controlImgItemInsideValOvet img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition: all ease .3s;
}

.itemInsideValOvet:hover .controlImgItemInsideValOvet{
    transform:rotate(360deg);
}


.insideValoresOvet p{
    font-size:20px;
    font-weight:600;
    color:var(--white);
    margin-top:10px;
}



/*--- Contact ---*/

.flexImgInfoContacto{
    display: flex;
    justify-content:space-between;
    align-items: start;
    flex-wrap:wrap;
    gap:20px;
    padding:0px 20px;
    color:var(--silver);
}

.infoTitleContacto{
    width:58%;
}

.containerImgContacto{
    width:35%;
}


.infoTitleContacto h2, .containerImgContacto h2{
    color:var(--silver);
    font-weight:700;
    font-size:40px;
    line-height:43px;
    display:block;
    margin-top:-5px;
    margin-bottom:15px;
}

/* -- Contacto --*/
.formOvetDelPeru{
    width:100%;
    margin-top:40px;
}

.formOvetDelPeru .flexInputLabelOvet{
    display: flex;
    justify-content:space-between;
    gap:20px;
    margin-bottom:25px;
    flex-wrap:wrap;
}

.formOvetDelPeru .flexInputLabelOvet .inputLabel{
    width:48%;
}


.formOvetDelPeru .flexInputLabelOvet .inputLabel label{
    width:100%;
}


.formOvetDelPeru .flexInputLabelOvet .inputLabel label span{
    color:var(--principal);
}

.formOvetDelPeru .flexInputLabelOvet .inputLabel input{
    width:100%;
    padding:10px;
    border:none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    outline:none;
    margin-top:5px;
    transition: all ease .3s;
}


.formOvetDelPeru .flexInputLabelOvet .inputLabel select{
    width:100%;
    padding:10px;
    border:none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    outline:none;
    margin-top:5px;
    transition: all ease .3s;
}

.formOvetDelPeru .flexInputLabelOvet .inputLabel input:focus{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius:5px;
}

.checkBoxFormOvet{
    width:100%;
    margin:20px 0px;
}


.formOvetDelPeru .controlLabelTextAreaOvet{
    width:100%;
}

.formOvetDelPeru .controlLabelTextAreaOvet label{
    width:100%;
}


.formOvetDelPeru .controlLabelTextAreaOvet label span{
    color:var(--principal);
}

.formOvetDelPeru .controlLabelTextAreaOvet textarea{
    width:100%;
    height:auto;
    max-height:300px;
    max-width:100%;
    padding:10px;
    border:none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    outline:none;
    margin-top:5px;
    transition: all ease .3s;
}


.formOvetDelPeru .controlLabelTextAreaOvet textarea:focus{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius:5px;
}

.btnEmailOvet{
    width:100%;
    background-color:var(--black);
    padding:15px 20px;
    font-weight:600;
    color:var(--white);
    font-size:20px;
    border:none;
    cursor: pointer;
    transition:all ease .3s;
}

.btnEmailOvet:hover{
    background-color:var(--principal);
}

.controlIframeMapOvetDelPeru{
    width:100%;
    height:300px;
    margin:40px 0px;
    background-color: var(--white);
    padding:10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius:5px;
    transition: all ease .3s;
}


.controlIframeMapOvetDelPeru iframe{
    width:100%;
    height:100%;
}

.containerImgContacto h3{
    font-size:30px;
}

.itemOvetEs{
    margin:10px 0px;
    margin-bottom:20px;
}

.itemOvetEs h4{
    font-size:16px;
}
.itemOvetEs .flexItemContactO{
    display:flex;
    justify-content:left;
    align-items: center;
    margin:5px 0px;
    gap:10px;
    color:var(--silver);
}

.itemOvetEs .flexItemContactO .iconItemContactO{
    color:var(--principal);
}


/*-- Mensaje de error en los input --*/
.error-message {
    color: red;
    font-size: 0.875rem;
    margin-top: 4px;
}

/* Overlay de envio de email */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.overlayBackground {
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.219);
}

.spinnerLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid var(--white);
    border-top: 4px solid var(--principal);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}





@media(max-width:2800px){
    .infoEspecie{
        width:40%;
    }
    .controlVideoEspecie{
        width:60%;
    }
}


@media(max-width:1800px){
    .infoEspecie{
        width:30%;
    }
    .controlVideoEspecie{
        width:70%;
    }
}

/* Responsive */
@media(max-width:1420px){
    .flexTitleOferaSlider .infoTitleOferta{
        width:30%;
    }

    .flexTitleOferaSlider .infoTitleOferta h3{
        font-size:35px;
    }

    .flexTitleOferaSlider .sliderOfertas{
        width:45%;
    }

}


@media(max-width:1200px){
    .insideOneinfo{
        width:30%;
    }


    .insideValoresOvet{
        width:69%;
    }
}


@media(max-width:1050px){
    .insideOneinfo{
        width:30%;
    }
    .insideValoresOvet{
        width:60%;
    }

    .infoTitleContacto, .containerImgContacto{
        width:100%;
    }

}



@media(max-width:900px){
    .titleOvetRehEnfoque h1, .flexTitleOferaSlider .infoTitleOferta h3{
        font-size:35px;
        line-height:40px;
    }

    .flexTitleOferaSlider .infoTitleOferta{
        padding-right:0px;
    }

    .pControlOvet{
        width:70%;
    }

    .flexTitleOferaSlider .infoTitleOferta, .flexTitleOferaSlider .sliderOfertas{
        width:100%;
        height:auto;
    }


    /* Img Publicidades Control */
    .imgEsc{display:none;}
    .imgTablet{display:block;}

    .flexTitleOferaSlider .sliderOfertas{
        margin-top:-0px;
    }

    .bannerSuperior{
        padding-top:76px;
    }

    .bannerSuperior .fondoDegraSobreBanner{
        padding-top:76px;
    }


    .infoSobreBanner h1{
        font-size:40px;
        line-height: 45px;
    }

    .flexReturn{
        height:auto;
        gap:10px;
        font-size:18px;
    }

    .flexReturn i{
        font-size:10px;
    }
    .flexProductosEspecie{
        padding-top:76px;
    }
    .infoEspecie, .controlVideoEspecie{
        width:100%;
    }

    .infoEspecie{
        padding:20px;
        padding-right:0px;
        justify-content: left;
    }

    .flexEspecieImg{
        width:95%;
    }

    /* Nosotros inicio Flex */

    .containerImgNosotros{
        width:100%;
    }

    .infoTitleNosotros{
        width:100%;
    }


    .flexImgInfoNosotros{
        flex-wrap:wrap-reverse;
    }

    .insideOneinfo{
        width:100%;
    }
    .insideValoresOvet{
        width:100%;
    }

    .flexImgInfoNosotros{
        gap:25px;
    }

    .infoTitleNosotros h1,.infoTitleNosotros h2{
        font-size:35px;
        line-height:40px;
        margin-top:0px;
    }

    .infoTitleNosotros span{
        font-size:15px;
    }

    .pcontrolOvetTextNosotros{
        font-size:14px;
    }

    .insideOneinfo h3{
        text-align:center;
        font-size:35px;
    }

    .insideValoresOvet{
        flex-wrap:wrap;gap:25px;
    }

    .flexBgRedInside{
        gap:40px;
    }

    .formOvetDelPeru .flexInputLabelOvet .inputLabel{
        width:45%;
    }

}

@media(max-width:400px){
    .titleOvetRehEnfoque h1{
        font-size:20px;
    }
    .dotOvet{
        width:65px;
        height:3px;
    }
    .pControlOvet{
        width:100%;
    }

    .optionLinea{
        min-width:150px;
    }


    /* Img Publicidades Control */
    .imgTablet{display:none;}
    .imgMobile{display:block;}



    .infoSobreBanner h1{
        font-size:30px;
        line-height: 35px;
    }

    .flexReturn{
        height:auto;
        gap:10px;
        font-size:14px;
    }

    .flexReturn i{
        font-size:8px;
    }


    .insideOneinfo h3{
        text-align:center;
        font-size:30px;
    }

    .formOvetDelPeru .flexInputLabelOvet .inputLabel{
        width:100%;
    }

    .infoTitleContacto h2, .containerImgContacto h2{
        font-size:30px;
        line-height:35px;
    }


    .groupLineaSelected .controlImgGroupLinea{
        width:90px;
        height:90px;
    }

}

