section{
    padding:120px 0px;
}

.centeredFlex{
    display:flex;
    justify-content: center;
    align-items: center;
}

/* 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);
}

.dotGlobal{
    width:120px;
    height:5px;
    margin-top:0px;
    margin-bottom:25px;
    background-color:var(--principal);
}

/* Buttons */
.btnGlobalDriveControl button{
    padding: 10px 35px;
    background-color: var(--principal);
    color: var(--black);
    font-size:18px;
    font-weight:700;
    border:none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: all ease .3s;
  }

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


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


  .btnGlobalDriveControlTwo button{
    padding: 10px 35px;
    background-color: var(--principal);
    color: var(--black);
    font-size:18px;
    font-weight:700;
    border:none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: all ease .3s;
  }

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





/*-------------------------------------
    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: var(--black);
    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(--principal);
    text-decoration:none;
    border-radius:5px;
}

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



/*--- Contact ---*/

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

.infoTitleContacto{
    width:100%;
}

.containerImgContacto{
    width:100%;
}


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

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

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

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


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


.formGlobalDrivePeru .flexInputLabelOvet .inputLabel label span{
    color:tomato;
}

.formGlobalDrivePeru .flexInputLabelOvet .inputLabel input{
    width:100%;
    padding:15px;
    border:none;
    outline:none;
    border-radius:7px;
    margin-top:5px;
    transition: all ease .3s;
    font-size:16px;
}


.formGlobalDrivePeru .flexInputLabelOvet .inputLabel select{
    width:100%;
    padding:15px;
    border:none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    outline:none;
    border-radius:7px;
    margin-top:5px;
    transition: all ease .3s;
    font-size:16px;
}

.formGlobalDrivePeru .flexInputLabelOvet .inputLabel input:focus{
    box-shadow: rgba(4, 241, 20, 0.25) 0px 6px 12px -2px, rgba(13, 224, 37, 0.3) 0px 3px 7px -3px;

}

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


.formGlobalDrivePeru .controlLabelTextAreaOvet{
    width:100%;
}

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


.formGlobalDrivePeru .controlLabelTextAreaOvet label span{
    color:tomato;
}

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


.formGlobalDrivePeru .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:auto;
    background-color:var(--principal);
    padding: 10px 35px;
    border: 0;
    border-radius: 5px;
    font-weight:600;
    color:var(--black);
    font-size:20px;
    cursor: pointer;
    transition:all ease .3s;
}

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

.controlIframeMapOvetDelPeru{
    width:100%;
    height:400px;
    margin:40px 0px;
    background-color: var(--white);
    padding:8px;
    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); }
}

.pcontrolGlobalTextNosotros{
        text-align:center;
    }

















.flexValoresSge{
    display:flex;justify-content:center;align-items:center;flex-wrap:wrap;
    overflow:hidden;gap:50px; color:var(--white);
}

.conatinerTotalValor{
    margin-top:100px;
    display:flex;justify-content:center;align-items:center;flex-wrap:wrap;
    transition:all ease .3s;
}

.conatinerTotalValor .conatinerImgIcon{
    background-color:var(--black);
    width:170px;height:170px;
    display:flex;justify-content:center;
    align-items:center;border-radius:50%;
    position:absolute;
    margin-top:-500px;
    padding:10px;
    border: 3px solid var(--principal);
}


.conatinerTotalValor .conatinerImgIcon .controlImgIcon{
    width:100%;height:100%;
    border-radius:50%;
    padding:10px;
    transition:all ease .3s;
    overflow:hidden;
}


.conatinerTotalValor .conatinerImgIcon .controlImgIcon img{
    width:100%;height:100%;
    transition:all ease .3s;
}


.conatinerTotalValor:hover .controlImgIcon img{
     transform:rotate(360deg);
}

.conatinerTotalValor .containerWhite{
    width:300px;
    height:100%;
    background-color:var(--blackLight);
    padding:10px;
    text-align:center;
    border: 5px solid var(--principal);
}

.conatinerTotalValor .containerWhite:hover .containerInfoBorder{
    background-color:var(--black);
    color:var(--white);
}

.conatinerTotalValor:hover{
    box-shadow: rgba(0, 255, 0, 0.518) 0px 20px 50px 0px;
}

.conatinerTotalValor .containerWhite h3{
    color:var(--principal);
    font-weight:700;
    font-size:25px;
    margin:0;
    margin-top:80px;
}



.containerInfoBorder{
    width:100%;
    height:100%;
    min-height:450px;
    max-height:450px;
    overflow: hidden;
    padding:20px 10px;
}



.containerTotalIconGLObal{
    width:100%;
    display: flex;
    justify-content: center;
    padding:50px 0px;
    padding-top:0px;
    margin-top:-50px;
}

.imgIconGlobalControl{
    display:flex;
    justify-content:center;
    align-items: center;
    width:250px;
    height:auto;
}

.imgIconGlobalControl img{
    width:100%;
    height:auto;
}


.efectoBet{
    width:100%;
    display: flex;
    justify-content: space-between;
}

.controlImgEfect{
    display:flex;
    justify-content:center;
    align-items: center;
    width:500px;
    height:auto;
}

.controlImgEfect img {
    width: 100%;
    height: auto;
    animation: gentleFade 6s infinite;
}

@keyframes gentleFade {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}






.titleCentered{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titleCentered h2{
        font-size:30px;
        margin-bottom:20px;
        line-height: 1;
}

.titleCentered .dotGlobal{
    margin-top:0px;
}

.controlTextGeneralW100{
    width:100%;
    padding-bottom:25px;
    text-align:center;
}

.controlTextGeneralW100 ul{
    list-style: disc;
    margin-left:25px;
}



.flexBoxInNos{
    display:flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap:wrap;
    gap:20px;
    color:var(--white);
}

.flexBoxInNosTw{
    display:flex;
    justify-content:center;
    align-items: center;
    flex-wrap:wrap;
    gap:80px;
    color:var(--white);
}

.imgLateral{
    display:flex;
    width:45%;
    height:auto;
    justify-content:left;
    align-items: center;
}

.imgLateral img{
    width:100%;
    height:auto;
}

.imgLateraltW{
    display:flex;
    width:25%;
    height:auto;
    justify-content:left;
    align-items: center;
}

.imgLateraltW img{
    width:100%;
    height:auto;
}



.infoOthe{
    display:flex;
    width:52%;
    justify-content:left;
    align-items: center;
}

.infoOthe .controlinfoOthe{
    width: 100%;
    height:auto;
}

.controlinfoOthe h1{
    font-size:30px;line-height:1.1em;font-weight:500;
}

.controlinfoOthe .titleOne{
    font-size:48px;font-weight:700;color:var(--principal);line-height:1.1em;
}

.controlinfoOthe .titleOnePlus{
    font-size:52px;font-weight:700;color:var(--principal);line-height:1.1em;
    margin-bottom:20px;
}

.textControlBackend{
    font-size:20px;
    color:var(--white);
    line-height:1.2em;
    padding:10px 0px;
}
.textControlBackend ul{
    list-style:disc;
    margin-left:25px;
}

.w80ControlTextBackend{
    width:100%;
}


.bannerFondoEnfoWeb{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fondoTotalBannerFondoEnfoWeb{
    background-color: #002292d8;
     background-blend-mode: multiply;
    width:100%;
    height:100%;
    padding:120px 0px;
}


/* Estilos para el carrusel de logos */
/* Contenedor principal con márgenes para los arrows */
.logos-slider {
    position: relative;
    padding: 0 50px; /* Espacio para los arrows */
    margin: 0 auto;
}

/* Contenedor Swiper - sin padding */
.logos-container {
    padding: 20px 0; /* Solo padding vertical */
    width: 100%;
}


.logos-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.logoControl {
    width: 200px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    transition: all ease .3s;
    background-color: var(--white);
    margin: 0 auto;
}


.logoControl img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: none;
}





.arrow-container .swiper-button-prev,

.arrow-container .swiper-button-next {

  background:var(--principal);

  display:flex;

  align-items: center;

  justify-content:center;

  width: 50px;

  height: 50px;

  line-height: 50px;

  margin-top: -30px;

  text-align: center;

  border-radius: 55px;
  transform: scale(1.0) !important;

  transition:all .3s ease;

  color:var(--black);

}

.arrow-container:hover .swiper-button-prev,

.arrow-container:hover .swiper-button-next {

  color:var(--black);
  font-size:25px;
  transform: scale(1.0) !important;

}


.logos-container .swiper-pagination{
    display:none;
}

.logos-container .swiper-wrapper{
    padding:10px 0px;
}







@media(max-width:1400px){.controlImgEfect{width:400px;}}
@media(max-width:1000px){.controlImgEfect{width:300px;}.containerTotalIconGLObal{margin-top:0px;}.w80ControlTextBackend{
    width:100%;
}}
@media(max-width:900px){.flexBoxInNos,.flexBoxInNosTw{gap:50px;}.imgLateral,.imgLateraltW,.infoOthe{width:100%;}}
@media(max-width:500px){.imgIconGlobalControl{width:200px;}}

























@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:35px;
        line-height: 40px;
    }

    .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;
    }

    .pcontrolGlobalTextNosotros{
        font-size:14px;
        text-align:center;
    }

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

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

    .flexBgRedInside{
        gap:40px;
    }

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


    .controlinfoOthe .titleOne{
        font-size: 40px;
    }
    .controlinfoOthe h1{
        font-size:30px;
    }

}




@media(max-width:600px){

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


    .controlinfoOthe .titleOne{
        font-size:35px;
    }
    .controlinfoOthe h1{
        font-size:25px;
    }

}


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

    .optionLinea{
        min-width:150px;
    }


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



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

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

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


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

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

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


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

}

