/*================================================
Default CSS
=================================================*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway+Alternates&display=swap");

html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
}
body {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: 'Raleway';
  font-size: 15px;
  background-color: #ffffff;
  height: 100%;
}
:root {
  --amarillo:#FECB08;
  --gris:#909091;
  --cafe:#887e6f;
}
.bg-black-color {
  background-color: #002e5b;
}

.bg-f8f8f8 {
  background-color: #f8f8f8;
}

.bg-fafafa {
  background-color: #fafafa;
}

.bg-green{
  background-color: #92d050;
}

.panel-gray{
  background-color: #f7f7f7;
  padding: 40px 20px;
  border-radius: 10px;
}

/*default-btn*/

.btn-default {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 30px 13px 30px;
}

.btn-default:hover,
.btn-default:focus {
  color: #000000;
  background: #ffffff;
}
.btn-rosa{
  background-color: var(--rosa);
  color:var(--rojo);
}
.btn-rosa:hover{
  background-color: #fff;
  color: var(--rojo);
  border: 2px solid var(--rosa);
}
/*section-title*/

.section-title {
  text-align: center;
  max-width: 700px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #4d4c4c;
}
.section-title span{
  color: var(--naranja);
}

.section-title .sub-title {
  color: #4e4e4e;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  text-transform: initial;
}

small{
  color: var(--amarillo);
}
/*form-control*/

.line-div {
  text-align: center;
  margin: 10px auto 10px auto;
  border-top: 1px solid #632f6f;
  width: 120px;
  padding: 0px 0px 0px 0px;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
.line{
  margin: 0 auto;
  text-align: center;
  width: 500px;
  border:2px solid var(--rosa);
}
.txt-center{
  text-align: center;
}
.txt-right{
  text-align: right;
}
.txt-orange{
  color: var(--naranja) !important;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.mt-40{
  margin-top: 40px;
}
.mt-50{
  margin-top: 50px;
}
.mt-80{
  margin-top: 80px;
}
.pb-60{
  padding-bottom: 60px;
}
.btn-white{
  background-color: #fff;
  color:#000;
}
.btn-white:hover{
  background-color: var(--amarillo);
  color:#fff;
  font-weight: 800;
}

.btn-meat{
  background-color:var(--amarillo);
  color: #000;
  font-weight: 700;
}
.form-group{
  margin: 10px 0px;
}
/*================================================
Navbar Area CSS
=================================================*/

.header-area {
  font-family: 'Raleway';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: transparent;
}
.header-red{
  background-color: transparent;
  color: #fff !important;
}
.pearo-responsive-nav {
  display: none;
}

.pearo-nav {
  font-family: 'Raleway';
  background-color: transparent;
}

.pearo-nav .navbar {
  background-color: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 25px;
  padding-top: 10px;
  padding-left: 25px;
  padding-bottom: 10px;
  
}

.pearo-nav .navbar .navbar-brand {
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 40px;
}

.pearo-nav .navbar .navbar-brand img {
  width: 120px;
}
.pearo-nav .navbar .mean-menu {
  padding: 10px 0;
}
.pearo-nav .navbar .mean-menu p{
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 0rem !important;
}
.pearo-nav .navbar .mean-menu p span{
  font-weight: 400;
  font-size: 18px;
}
.pearo-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.pearo-nav .navbar .navbar-nav {
  font-family: 'Raleway';
  margin-left: 70px;
  font-weight: 600;
}

.pearo-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.pearo-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 13px;
  margin-right: 13px;
}

.pearo-nav .navbar .navbar-nav .nav-item a:hover,
.pearo-nav .navbar .navbar-nav .nav-item a:focus,
.pearo-nav .navbar .navbar-nav .nav-item a.active {
  color: #632f6f;
}

.pearo-nav .navbar .navbar-nav .nav-item a i {
  font-size: 11px;
}

.pearo-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.pearo-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.pearo-nav .navbar .navbar-nav .nav-item:hover a,
.pearo-nav .navbar .navbar-nav .nav-item.active a {
  color: #632f6f;
}

.navbar-area {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09); */
  background-color: transparent;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  color: #fff;
}

.navbar-area.is-sticky .pearo-nav .navbar {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 991px) {
  .line{
    width: 100%;
  }
  .pearo-responsive-nav {
    display: block;
  }
  .pearo-responsive-nav .pearo-responsive-menu {
    position: relative;
  }
  .pearo-responsive-menu p{
    font-size: 10px;
    margin-top: 10px;
  }
  .pearo-responsive-menu .rightlogin{
    margin-top: 15px;
  }
  .pearo-responsive-menu .rightlogin h3{
    font-size: 9px;
  }
  .pearo-responsive-nav .pearo-responsive-menu img{
    width: 40px;
  }
  .pearo-responsive-nav .pearo-responsive-menu.mean-container p {
    margin: -55px 0px 0px 30px;
    padding: 0px 30px;
    font-size: 10px;
    font-weight: 700;
  }
  .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav {
    margin-top: 62px;
  }
  .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .pearo-responsive-nav
    .pearo-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a.active {
    color: #3aade1;
  }
  .pearo-responsive-nav
    .pearo-responsive-menu.mean-container
    .mean-nav
    ul
    li
    li
    a {
    font-size: 14px;
  }
  .pearo-responsive-nav
    .pearo-responsive-menu.mean-container
    .mean-nav
    .others-option {
    position: absolute;
    right: 55px;
    top: 13px;
  }
  .pearo-responsive-nav
    .pearo-responsive-menu.mean-container
    .mean-nav
    .others-option
    .option-item {
    color: #002e5b;
    display: inline-block;
    position: relative;
    line-height: 1;
  }
  .pearo-responsive-nav
    .pearo-responsive-menu.mean-container
    .mean-nav
    .others-option
    .option-item
    .search-btn {
    cursor: poRaleway;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #002e5b;
    font-size: 20px;
    font-weight: 600;
  }
  .pearo-responsive-nav
    .pearo-responsive-menu.mean-container
    .mean-nav
    .others-option
    .option-item
    .search-btn:hover {
    color: #3aade1;
  }
  .pearo-responsive-nav
    .pearo-responsive-menu.mean-container
    .mean-nav
    .others-option
    .option-item
    .close-btn {
    cursor: poRaleway;
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 20px;
    color: #002e5b;
    font-size: 18px;
  }
  .pearo-responsive-nav
    .pearo-responsive-menu.mean-container
    .mean-nav
    .others-option
    .option-item
    .close-btn.active {
    display: block;
  }
  .pearo-responsive-nav
    .pearo-responsive-menu.mean-container
    .mean-nav
    .others-option
    .option-item
    .close-btn:hover {
    color: #632f6f;
  }
  .pearo-responsive-nav
    .pearo-responsive-menu.mean-container
    .mean-nav
    .others-option
    .burger-menu {
    display: none;
  }
  .pearo-responsive-nav .pearo-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 306px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .pearo-responsive-nav .mean-container a.meanmenu-reveal {
    color: #002e5b;
  }
  .pearo-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #002e5b;
  }
  .pearo-responsive-nav .logo {
    position: relative;
    width: 100%;
    z-index: 999;
  }
  .navbar-area {
    background-color: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pearo-nav {
    display: none;
  }
}
.rightlogin{
  font-size: 16px;
  padding-right: 20px;
}
.rightlogin a{
  color: #fff;
}
.rightlogin h3{
  font-size: 16px;
}
/*================================================
Coming Soon Area CSS
=================================================*/
#comingsoon {
  background-image: url(../img/bg-productos.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;  /* horizontal por defecto */
}

#comingsoon img {
  max-width: 300px;
  width: 30%;
  margin: 0 20px;
}

/* En pantallas pequeñas, cambia a vertical */
@media (max-width: 600px) {
  #comingsoon {
    flex-direction: column;
  }
  
  #comingsoon img {
    margin: 10px 0;
    width: 60%;
  }
}
/*================================================
Banner Area CSS
=================================================*/

.main-banner {
  position: relative;
  height: 85vh;
  font-family: 'Raleway';
  z-index: 1;
  overflow: hidden;
  border-bottom: 5px solid #4e4e4e;
  /* Centramos el contenido con Flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.main-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000, #000);
  opacity: 0.7;
  z-index: -1;
}

.main-banner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.main-banner-content .logo-banner img {
  width: 350px;
  margin: 0;
  margin-left: -25px;
}

.main-banner-content .logo-banner .logopollo{
  width: 200px;
  margin: 0;
}

.main-banner-content .subtitle {
  color: #ffffff;
  margin-top: 30px;
}

.main-banner-content .subtitle h2 {
  font-size: 1.8rem;
  color: #fff;
}

.main-banner-content .subtitle p {
  color: #fff;
  font-size: 1.2rem;
}

.main-banner .logomini{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.main-banner .logomini img{
  width: 100px;
}
/* Media Query */
@media only screen and (max-width: 991px) {
  .main-banner {
    height: 70vh;
  }

  .bg-video {
    object-fit: none;
  }

  .main-banner-content {
    padding: 0;
  }

  .main-banner-content .logo-banner{
    display: block;
        margin-bottom: 0px;
        padding-bottom: 0px;
  }

  .main-banner-content .logo-banner img {
    width: 11rem;
    height: 100%;
    margin-left: 0px;
  }

  .main-banner-content .logo-banner .logopollo{
        width: 6rem;
        /* margin: 0; */
        position: relative;
        left: 0%;
        right: 0px;
        top: 0px;
  }
  .main-banner-content .subtitle h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .main-banner-content .subtitle p {
    font-size: 1rem;
  }

  .main-banner .logomini img{
    width: 70px;
  }
  .mtr-40{
    margin-top: 40px;
  }
}

/*================================================
Marquesina Area CSS
=================================================*/
#marquesina {
  background: #333;
  color: white;
  overflow: hidden;
  position: relative;
  height: 40px;
}

#banner-wrapper {
  position: absolute;
  white-space: nowrap;
}

#banner-text {
  display: inline-block;
  white-space: nowrap;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.6rem;
}

#banner-text i {
  padding: 0px 30px;
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--amarillo);
}

/*================================================
Verificación Area CSS
=================================================*/

#presentacion {
  font-family: 'Raleway';
  padding: 40px 0px;
  text-align: center;
  color: #000;
}
#presentacion p {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
  padding: 0px 40px;
}
@media only screen and (max-width: 991px) {
  #presentacion {
    font-family: 'Raleway';
    padding: 40px 0px;
    text-align: center;
    color: #000;
  }
  #presentacion p {
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    padding: 0px 0px;
  }
}
/*================================================
Carnes Area CSS
=================================================*/
#carnes {
  height: 860px;
  padding: 60px 0;
  background-image: url(../img/bg-carnes.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
}

#carnes h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}

#carnes img {
  width: 100%;
}
#carnes h4{
  font-size: 32px;
  text-align: center;
  position: relative;
  top: 600px;
}
#carnes h4 i{
  color: var(--amarillo);
}
#carnes .carnes {
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carnes h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 30px;
}

.carnes small {
  font-size: 0.8rem;
  color: var(--amarillo);
}

.carnes p {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}

.carnes .line {
  text-align: center;
  border-top: 1px solid #fff;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}

/* Solo funcionalidad para flip */
.flip-inner {
  perspective: 1000px;
  position: relative;
  width: 100%;
  height: 350px; /* espacio para la animación */
}

.flip-inner .carnes {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;

  /* NO incluir colores, fondos, fuentes, padding aquí */
}

.flip-inner .carnes.visible {
  opacity: 1;
}

@keyframes flipAnimation {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.flip-animating {
  animation: flipAnimation 0.8s ease forwards;
}

.displaydesktop{
  display: flex;
}
.displayresponsive{
  display: none;
}

/* Responsive adjustments */
@media only screen and (max-width: 991px) {
  #carnes {
    min-height: 550px;
    height: 940px;
    padding: 40px 0 60px 0;
    background-image: url(../img/bg-carnes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
  #carnes small {
    font-size: 0.5rem;
  }
  #carnes h2 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
  }
  #carnes p {
    font-size: 1rem;
  }
  #carnes img {
    width: 100%;
  }
  #carnes .carnes {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    height: auto;
    min-height: unset;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .carnes h3 {
    font-size: 3rem;
    font-weight: 800;
    margin-top: 20px;
  }
  #carnes .carnes small {
    font-size: 0.8rem;
    color: var(--amarillo);
  }
  .carnes p {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
  }
  .carnes .line {
    text-align: center;
    border-top: 1px solid #fff;
    width: 100%;
    margin: 10px 0;
    padding: 0;
  }
  .displaydesktop{
    display: none;
  }
  .displayresponsive{
    display: flex;
  }
  .carnes {
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: opacity 0.4s ease-in-out;
}

.carnes.visible {
  opacity: 1;
  pointer-events: auto;
  display: block; /* o flex, grid, según tu diseño */
}
#carnes h4{
  font-size: 24px;
  text-align: center;
  position: relative;
  top: 640px;
}
}
/*================================================
Procesos Area CSS
=================================================*/
#procesos{
  min-height: 550px;
  padding:60px 0px 60px 0px;
  background-image: url(../img/bg-procesos.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #000;
}
#procesos h2 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
}
#procesos p{
  font-size: 1rem;
  color: #000;
  font-weight: 400;
}
#procesos .proceso{
  border: 1px dashed #000;
  border-style: dashed;
  height: 280px;
}
#procesos .proceso span{
  font-size: 1.5rem;
  font-weight: 800;
  color: #000;
  background-color: var(--amarillo);
  border-radius: 50%;
  padding: 2px 12px 7px 12px;
  position: relative;
  top: -40px;
  left: 10%;
}
#procesos .proceso img{
  top: 30px;
  width: 150px;
  position: relative;
  text-align: right;
  left:15%;
}
#procesos .proceso p{
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  #procesos{
    min-height: 100px;
    padding:60px 0px 60px 0px;
    background-image: url(../img/bg-procesos.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #000;
  }
  #procesos h2 {
    font-size: 1.8rem;
    color: #000;
    font-weight: 700;
  }
  #procesos p{
    font-size: 1rem;
    color: #000;
    font-weight: 400;
  }
  #procesos .proceso{
    border: 1px dashed #000;
    border-style: dashed;
    height: 240px;
    margin-top: 20px;
  }
  #procesos .proceso span{
    font-size: 1.5rem;
    font-weight: 800;
    color: #000;
    background-color: var(--amarillo);
    border-radius: 50%;
    padding: 2px 12px 7px 12px;
    position: relative;
    top: -10px;
    left: 5%;
  }
  #procesos .proceso img{
    top: 30px;
    width: 100px;
    position: relative;
    text-align: left;
    left:5%;
  }
  #procesos .proceso p{
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
  }
}
/*================================================
Productos Area CSS
=================================================*/

#productos {
  min-height: 550px;
  font-family: 'Raleway';
  background: #ffffff;
  padding: 60px 0px 10px 0px;
  background-image: url(../img/bg-productos.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}
#productos small{
  color: #fff;
}
#productos h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
#productos p{
  color: #fff;
}
#productos .ventajas{
  border-top: 1px solid #fff;
  padding-top: 50px;
}
#productos .ventajas .ventaja{
  border-right: 1px solid #fff;
  padding: 20px 0px;
  margin: 20px 0px;
}
#productos .ventajas .ventaja img{
  width: 50px;
}
#productos .ventajas .ventaja p{
  padding-top: 20px;
  font-size: .7rem;
}
#productos .container {
  position: relative;  /* necesario para que la imagen se posicione respecto al container */
}

#productos .img-chef {
  position: absolute;
  bottom: -10px;  /* para que “sobresalga” del container */
  right: -50px;   /* para sobresalir hacia la derecha */
  width: 550px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  #productos {
    min-height: auto;
    font-family: 'Raleway';
    background: #ffffff;
    padding: 40px 0px 10px 0px;
    background-image: url(../img/bg-productos.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: none;
  }
  #productos small{
    color: #fff;
  }
  #productos h2 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
  }
  #productos p{
    color: #fff;
  }
  #productos .ventajas{
    border-top: 1px solid #fff;
    padding-top: 50px;
  }
  #productos .ventajas .ventaja{
    border-right: 1px solid #fff;
    padding: 20px 0px;
    margin: 20px 0px;
  }
  #productos .ventajas .ventaja img{
    width: 50px;
  }
  #productos .ventajas .ventaja p{
    padding-top: 20px;
    font-size: .7rem;
  }
  #productos .container {
    position: inherit;  /* necesario para que la imagen se posicione respecto al container */
  }

  #productos .img-chef {
    display: none;
    position: relative;
    bottom: 0px;  /* para que “sobresalga” del container */
    right: 0px;   /* para sobresalir hacia la derecha */
    top: 100px;
    width: 350px;
    z-index: 1;
  }
}
/*================================================
Ventajas Area CSS
=================================================*/

#ventajas {
  height: 100%;
  min-height: 540px;
  font-family: 'Raleway';
  position: sticky;
  z-index: 1;
  background-position: center;
  background-size:100%;
  background-repeat: no-repeat;
  background-image: url(../img/bg-ventajas.jpg);
  border-bottom: 10px solid #4e4e4e;
}
#ventajas::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(0deg, #000);
  /* Standard syntax (must be last) */
  opacity: 0.7;
}
#ventajas h2 {
  font-size: 36px;
  padding-top: 60px;
  color: #fff;
  font-weight: 700;
}
#ventajas .ventaja{
  text-align: center;
  margin:10px 30px
}
#ventajas .ventaja img{
  width: 100px;
}
#ventajas .ventaja p{
  font-size: .8rem;
  color: #fff;
  font-weight: 400;
  padding-top: 20px;
  text-align: center;
}

/*================================================
 Clientes Area CSS
==================================================*/
#clientes{
  padding: 60px 0px;
  position: relative;
}
#clientes img{
  width: 95%;
}
#clientes .img1{
  position: relative;

}
#clientes .img2{
  position: relative;
  top: 50px;
  left: -20px;
}
#clientes h2{
  font-size: 36px;
  color: #000;
  font-weight: 700;
}
#clientes .cliente {
  height: 100px; /* o el alto que mejor se adapte */
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  margin: 10px 0;
  padding: 10px;
  
  display: flex;
  align-items: center; /* Centra verticalmente el contenido */
  justify-content: center; /* Centra horizontalmente el contenido */
  gap: 10px; /* Espacio entre logo y texto */
  text-align: center; /* Para centrar el texto si es multilinea */
}
#clientes .cliente p {
  margin: 0;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.1;
}
#clientes .cliente img {
  max-height: 60px; /* Evita que un logo rompa el diseño */
  max-width: 60px;
  object-fit: contain; /* Mantiene proporción */
}
#clientes .img-experience{
  width: 150px;
  position:relative;
  z-index: 4;
  top: 250px;
  left: 220px;
}
@media only screen and (max-width: 991px) {
  #clientes{
    padding: 20px 0px;
    position: relative;
  }
  #clientes img{
    width: 95%;
  }
  #clientes .img1{
    position: relative;
    margin-bottom: 30px;

  }
  #clientes .img2{
    position: relative;
    top: 50px;
    left: -20px;
  }
  #clientes h2{
    font-size: 1.8rem;
    color: #000;
    font-weight: 700;
  }
  #clientes .cliente{
    text-align: left;
    margin: 10px 0px;
    border: 1px solid #e4e4e4;
    padding: 10px 10px 0px 10px;
    border-radius: 10px;
  }
  #clientes .cliente p{
    color: #000;
    font-weight: 700;
    font-size: .8rem;
  }
  #clientes .cliente img{
    width: 60px;
  }
  #clientes .img-experience{
    width: 150px;
    position:relative;
    z-index: 4;
    top: 160px;
    left: 50%;
  }
}
@media (max-width: 768px) {
  #clientes .cliente {
    height: 80px;
  }
  #clientes .cliente img {
    max-height: 40px;
    max-width: 40px;
  }
}
/*================================================
 contacto Area CSS
==================================================*/
#contacto {
  min-height: 600px;
  font-family: 'Raleway';
  position: relative;
  z-index: 1;
  background-position: center;
  background-size:100%;
  background-repeat: no-repeat;
  background-image: url(../img/bg-contacto.jpg);
  border-bottom: 10px solid #4e4e4e;
}
#contacto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(0deg, #000);
  /* Standard syntax (must be last) */
  opacity: 0.7;
}
#contacto small{
  margin-top:180px;
  display: flex;
}
#contacto h3{
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
#contacto p{
  color: #fff;
}
#contacto .formcontacto{
  margin-top: 100px;
  color: #fff;
}
#contacto .formcontacto p{
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#contacto .formcontacto .line{
  width: 100%;
  margin-top: 20px;;
  border-top:1px solid #fff;
}
@media only screen and (max-width: 991px) {
  #contacto {
    min-height: 600px;
    font-family: 'Raleway';
    position: relative;
    z-index: 1;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-contacto.jpg);
    border-bottom: 10px solid #4e4e4e;
  }
  #contacto::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(0deg, #000);
    /* Standard syntax (must be last) */
    opacity: 0.7;
  }
  #contacto small{
    margin-top:20px;
    display: flex;
  }
  #contacto h3{
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
  }
  #contacto p{
    color: #fff;
    font-size: 1rem;;
  }
  #contacto .formcontacto{
    margin-top: 40px;
    color: #fff;
  }
  #contacto .formcontacto p{
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-size: 1rem;
  }
  #contacto .formcontacto label{
    font-size: .8rem;
  }
  #contacto .formcontacto input{
    font-size: .8rem;
  }
  #contacto .formcontacto .line{
    width: 100%;
    margin-top: 20px;;
    border-top:1px solid #fff;
  }
}
/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color:#000;
  padding: 20px 0px;
  position: relative;
  z-index: 1;
}
.widget-footer{
  color:#ffffff;
  text-align: center;
}
.widget-footer p{
  font-size:.6rem;
  padding-top: 20px;
  margin-bottom: 0px;
}
.widget-footer img{
  width: 120px;
}
  .widget-footer .logopollofooter{
    width: 60px;
  }
.widget-footer small{
  font-size: .5rem;
}
.widget-footer-contact{
  color: #ffffff;
  padding-top: 95px;
  display: flex;
}
.widget-footer-social{
  color: #ffffff;
}
.widget-footer-social a{
  color: #ffffff;
}
.widget-footer-social i{
  font-size: 1.8rem;
  padding: 50px 10px 0px 10px;
}
.widget-footer-social p{
  color: #ffffff;
  font-size: .9rem;
  font-weight: 800;
  padding-top: 15px;
}
.widget-footer-contact a{
  color: #ffffff;
  font-size: 
  .9rem;
  font-weight: 800;
  margin: 0px 5px;
}
@media only screen and (max-width: 991px) {
  .footer-area {
    background-color:#000;
    padding: 20px 0px;
    position: relative;
    z-index: 1;
  }
  .widget-footer{
    color:#ffffff;
    text-align: center;
  }
  .widget-footer p{
    font-size:.6rem;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .widget-footer img{
    width: 120px;
  }
  .widget-footer .logopollofooter{
    width: 80px;
  }
  .widget-footer small{
    font-size: .5rem;
  }
  .widget-footer-contact{
    color: #ffffff;
    padding-top: 20px;
    text-align: center;
    margin-top: 70px;
    display: block;
  }
  .widget-footer-social{
    color: #ffffff;
    text-align: center;
    margin-top: -130px;
  }
  .widget-footer-social i{
    font-size: 1.8rem;
    padding: 10px 10px 0px 10px;
  }
  .widget-footer-social p{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    padding-top: 10px;
  }
  .widget-footer-contact a{
    color: #ffffff;
    font-size: .8rem;
    font-weight: 400;
  }
}
/*================================================
Go Top CSS
=================================================*/

.go-top {
  position: fixed;
  cursor: poRaleway;
  top: 0;
  right: 15px;
  color: #ffffff;
  background-color: #000;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}