@charset "UTF-8";
/*CONTENEDOR*/
/*Dispositivos*/
/*Media screen*/
.container {
  margin: 0 auto;
  max-width: 1480px;
  width: 90%; }

@media only screen and (min-width: 720px) {
  .container {
    width: 85% !important; } }
@media only screen and (min-width: 1152px) {
  .container {
    width: 90% !important; } }
@media only screen and (min-width: 1366px) {
  .container {
    width: 80% !important; } }
@media only screen and (min-width: 1440px) {
  .container {
    width: 1150px !important; } }
.grid {
  display: grid; }

.no-gap {
  grid-gap: 0 !important; }

/*=============================================================
==================================================================
============================================================*/
.grid-col {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 22px; }

.grid-1 {
  grid-column: span 1; }

.grid-2 {
  grid-column: span 2; }

.grid-3 {
  grid-column: span 3; }

.grid-4 {
  grid-column: span 4; }

.grid-5 {
  grid-column: span 5; }

.grid-6 {
  grid-column: span 6; }

.grid-7 {
  grid-column: span 7; }

.grid-8 {
  grid-column: span 8; }

.grid-9 {
  grid-column: span 9; }

.grid-10 {
  grid-column: span 10; }

.grid-11 {
  grid-column: span 11; }

.grid-12 {
  grid-column: span 12; }

@media screen and (min-width: 100px) {
  .grid-s-1 {
    grid-column: span 1; }

  .grid-s-2 {
    grid-column: span 2; }

  .grid-s-3 {
    grid-column: span 3; }

  .grid-s-4 {
    grid-column: span 4; }

  .grid-s-5 {
    grid-column: span 5; }

  .grid-s-6 {
    grid-column: span 6; }

  .grid-s-7 {
    grid-column: span 7; }

  .grid-s-8 {
    grid-column: span 8; }

  .grid-s-9 {
    grid-column: span 9; }

  .grid-s-10 {
    grid-column: span 10; }

  .grid-s-11 {
    grid-column: span 11; }

  .grid-s-12 {
    grid-column: span 12; } }
@media screen and (min-width: 720px) {
  .grid-m-1 {
    grid-column: span 1; }

  .grid-m-2 {
    grid-column: span 2; }

  .grid-m-3 {
    grid-column: span 3; }

  .grid-m-4 {
    grid-column: span 4; }

  .grid-m-5 {
    grid-column: span 5; }

  .grid-m-6 {
    grid-column: span 6; }

  .grid-m-7 {
    grid-column: span 7; }

  .grid-m-8 {
    grid-column: span 8; }

  .grid-m-9 {
    grid-column: span 9; }

  .grid-m-10 {
    grid-column: span 10; }

  .grid-m-11 {
    grid-column: span 11; }

  .grid-m-12 {
    grid-column: span 12; } }
@media screen and (min-width: 1152px) {
  .grid-l-1 {
    grid-column: span 1; }

  .grid-l-2 {
    grid-column: span 2; }

  .grid-l-3 {
    grid-column: span 3; }

  .grid-l-4 {
    grid-column: span 4; }

  .grid-l-5 {
    grid-column: span 5; }

  .grid-l-6 {
    grid-column: span 6; }

  .grid-l-7 {
    grid-column: span 7; }

  .grid-l-8 {
    grid-column: span 8; }

  .grid-l-9 {
    grid-column: span 9; }

  .grid-l-10 {
    grid-column: span 10; }

  .grid-l-11 {
    grid-column: span 11; }

  .grid-l-12 {
    grid-column: span 12; } }
@media screen and (min-width: 1366px) {
  .grid-xl-1 {
    grid-column: span 1; }

  .grid-xl-2 {
    grid-column: span 2; }

  .grid-xl-3 {
    grid-column: span 3; }

  .grid-xl-4 {
    grid-column: span 4; }

  .grid-xl-5 {
    grid-column: span 5; }

  .grid-xl-6 {
    grid-column: span 6; }

  .grid-xl-7 {
    grid-column: span 7; }

  .grid-xl-8 {
    grid-column: span 8; }

  .grid-xl-9 {
    grid-column: span 9; }

  .grid-xl-10 {
    grid-column: span 10; }

  .grid-xl-11 {
    grid-column: span 11; }

  .grid-xl-12 {
    grid-column: span 12; } }
@media screen and (max-width: 720px) {
  .no-movil {
    display: none !important; } }
@media screen and (max-width: 720px) {
  .si-movil {
    display: block !important; } }
/*
   HEADER
   *
   -----------------------------------------
   *
 */
.header {
  width: 100%;
  z-index: 200;
  transition: 0.3s;
  /* modificadores */
  /*--------------------*/
  /* elementos */
  /*-----------------------------*/ }
  .header--background {
    background: #F5F7FA; }
  .header--b-bottom {
    border-bottom: 2px solid #0067cd;
    /* PUEDE MODIFICARSE */ }
  .header--shadow {
    box-shadow: 0 0 10px 0 black;
    /* PUEDE MODIFICARSE */ }
  .header--fixed {
    position: fixed;
    top: 0; }
  .header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0; }
  .header__logo--padding {
    padding: 20px 0;
    /* PUEDE MODIFICARSE */ }
  .header__img {
    max-width: 165px;
    /* PUEDE MODIFICARSE */
    display: block; }

.main-nav {
  display: flex;
  grid-gap: 20px;
  align-items: center;
  /* elementos */
  /*-----------------------------------*/ }
  .main-nav__list {
    display: flex;
    grid-gap: 1.2rem;
    justify-self: right;
    align-items: center;
    height: 100%;
    /* modificadores */
    /*-------------------------------------*/ }
    .main-nav__list--h-back .main-nav__item:hover {
      background-color: #0067cd;
      /* PUEDE MODIFICARSE */ }
      .main-nav__list--h-back .main-nav__item:hover .main-nav__link {
        color: #ffffff !important; }
    .main-nav__list--h-line-bottom .main-nav__item:before {
      content: '';
      position: absolute;
      width: 0;
      height: 3px;
      background-color: #0067cd;
      /* PUEDE MODIFICARSE */
      transition: .3s;
      bottom: 0;
      left: 0; }
    .main-nav__list--h-line-bottom .main-nav__item:hover::before {
      width: 100%; }
    .main-nav__list--h-color-text .main-nav__item:hover .main-nav__link {
      color: #0067cd;
      /* PUEDE MODIFICARSE */ }
  .main-nav__item {
    margin: 0;
    /*display: flex;
    align-items: center;*/
    transition: 0.3s;
    position: relative;
    /* modificadores */
    /* ------------------- */ }
    .main-nav__item--maxalto {
      height: 100%; }
    .main-nav__item:hover .main-nav__dropdown {
      display: block; }
  .main-nav__link {
    padding: 12px 15px;
    font-size: 13px;
    position: relative;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    height: 100%; }
    .main-nav__link .text-link {
      font-weight: 600;
      font-size: 13px; }
    .main-nav__link .icono-link {
      display: flex;
      padding-left: 10px;
      font-weight: 600;
      font-size: 12px; }
  .main-nav__dropdown {
    display: none;
    position: absolute;
    background-color: #e5e5e5;
    min-width: 194px;
    /* PUEDE MODIFICARSE */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: .3s;
    z-index: 2; }
  .main-nav__search {
    position: relative;
    /*modificadores*/ }
    .main-nav__search input {
      height: 32px;
      border: 1px solid #cecece;
      padding: 0 30px 0 12px;
      width: 220px;
      outline: none; }
    .main-nav__search span {
      font-size: 14px;
      position: absolute;
      right: 12px;
      bottom: 50%;
      transform: translate(0px, 50%); }
    .main-nav__search--b-radius input {
      border-radius: 50px; }

.dropdown-link {
  color: #000000;
  padding: 12px 15px;
  display: block;
  font-size: 14px; }
  .dropdown-link:hover {
    color: #0067cd; }

/* boton menu */
.movil-menu {
  cursor: pointer; }
  .movil-menu li a span {
    display: flex; }
  .movil-menu--efecto li a {
    background-color: #e5e5e5;
    padding: 14px;
    border-radius: 100px;
    display: block; }
  .movil-menu--efecto:hover li a {
    background-color: #317fcd;
    display: block; }
    .movil-menu--efecto:hover li a span {
      color: #ffffff; }

/* --------------------------- */
/*==============================================*/
/*
    SIDENAV
    *
    -----------------------------------------
    *
*/
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: 320px;
  transform: translateX(320px);
  transition: 0.3s;
  display: grid;
  color: #fff; }
  .sidenav__content {
    background-color: #14666B;
    padding: 10%;
    display: flex;
    flex-flow: column;
    gap: 3rem; }
    .sidenav__content--back {
      background: #3d8eb5; }
      .sidenav__content--back a, .sidenav__content--back span {
        color: #ffffff !important; }
  .sidenav__head {
    display: flex;
    align-items: start;
    justify-content: space-between; }
    .sidenav__head .head__cerrar {
      /*padding: 12px 20px;
      background: #f7f7f7;
      cursor: pointer;
      &--back{
          background: #0067cd;
          color: #ffffff;
      }
      &--b-radius{
          border-radius: 50%;
      }
      a{
          font-size: 25px;
      }*/ }
      .sidenav__head .head__cerrar a {
        font-size: 25px;
        display: flex;
        width: 40px;
        height: 40px;
        background: #ffffff4f;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        color: #fff;
        cursor: pointer; }
  .sidenav__list {
    padding: 0 25px; }
    .sidenav__list--center li a {
      justify-content: center; }
  .sidenav__item {
    text-align: center; }
  .sidenav__links {
    padding: 15px 0px;
    display: flex;
    color: #3e3e3e;
    font-weight: 600;
    font-size: 15px;
    align-items: center;
    justify-content: space-between; }
    .sidenav__links .text-link {
      padding-right: 5px;
      font-size: 15px;
      font-weight: 600; }
    .sidenav__links .icono-link {
      width: 30px !important;
      display: inline-block;
      color: #3e3e3e;
      transform: rotate(-90deg);
      transition: 0.3s all;
      font-weight: 600;
      font-size: 14px; }
      .sidenav__links .icono-link.active {
        transform: rotate(0deg); }
  .sidenav__dropdown {
    display: none;
    background: #f7f7f7;
    left: 20px;
    z-index: 10;
    min-width: 240px;
    text-align: left; }
    .sidenav__dropdown li a {
      font-size: 14px;
      padding-left: 15px; }
  .sidenav.active {
    transform: translateX(0%); }
  .sidenav .list__redes {
    margin: 0 5px;
    background: #c3c3c3;
    /*puede modificarse*/ }
    .sidenav .list__redes--redondo {
      border-radius: 50px; }
    .sidenav .list__redes a {
      display: block;
      padding: 12px; }
      .sidenav .list__redes a span {
        font-size: 18px;
        display: flex;
        color: #ffffff;
        /*puede modificarse*/ }

/*==========================================================*/
/*.accordion {
  font-family: "Raleway", sans-serif;
  background: #f4f4f4;
}
.accordion__title {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1rem 1.5rem;
  background: #5B5F97;
  color: white;
  cursor: pointer;
  transition: .3s ease;
}
.accordion__title:hover {
  background: #484b77;
}
.accordion__copy {
  display: none;
  padding: 1rem 1.5rem 2rem 1.5rem;
  color: gray;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
}
.accordion__copy--open {
  display: block;
}
*/
.accordion {
  font-family: "Raleway", sans-serif;
  background: #f4f4f4; }
  .accordion__title {
    font-size: 0.7rem;
    padding: 1rem 1.5rem;
    background: #5B5F97;
    color: white;
    cursor: pointer;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .accordion__title:hover {
      background: #484b77; }
    .accordion__title .icono-acordeon {
      transition: 0.3s;
      transform: rotate(-90deg); }
      .accordion__title .icono-acordeon.active {
        transform: rotate(0deg); }
  .accordion__copy {
    display: none;
    padding: 1rem 1.5rem 2rem 1.5rem;
    color: gray;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 500; }
    .accordion__copy--open {
      display: block; }

/*
Hero slider style
==========================*/
/*section.slider {
    position: relative;
    .slider-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        display: grid;
        align-content: center;
        padding-top: 80px;
        .content {
            padding: 40px;
            max-width: 1080px;
            width: 100%;
            margin: auto;
        }
    }
}

img.bg-slider {
    width: 100%;
    position: absolute;
    bottom: 0;
    filter: drop-shadow(0 -35px 15px rgba(0, 0, 0, 0.35));
}

.hero-slider {
    position: relative;
    overflow: hidden;
    img{
        width: 100%;
        display: block;
        object-fit: cover;
    }
}
.owl-carousel {
    z-index: 0!important;
}
.hero-content {
    position: absolute;
    width: 100%;
    display: grid;
    align-content: center;
    z-index: 2;
    top: 0;
    padding-bottom: 55px;
    .texto-slide {
        color: $color_1;
        z-index: 2;
        max-width: 45vw;
        border-left: 10px solid #e9a800;
        padding-left: 30px;
        h1,h2 {
            font-size: 3.2rem;
        }
        p{
            color: $color_1;
            font-size: 1.2rem;
        }
        a{
            display: inline-block;
        }
    }
}


.hero-slider .owl-item.active h2 {
    -webkit-animation: 1s 0.8s fadeInLeft both;
    animation: 1s 0.8s fadeInLeft both;
}
.hero-slider .owl-item.active p {
    -webkit-animation: 1s 1s fadeInLeft both;
    animation: 1s 1s fadeInLeft both;
}
.hero-slider .owl-item.active img {
    -webkit-animation: 1s 0.5s fadeInUp both;
    animation: 1s 0.5s fadeInUp both;
}
.hero-slider .owl-item.active .slider-btn {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}
.hero-slider{
    .owl-dots {position: absolute;left: 0;right: 0; bottom: 20px;display: none;}
    .owl-theme .owl-dots .owl-dot span {width: 11px;height: 20px;}
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ff3547;}

    .owl-theme .owl-nav {
        display: block!important;
        button.owl-prev, button.owl-next, button.owl-dot {
            background: none;
            position: absolute;
            color: white;
            border: none;
            padding: 0 45px 55px 45px;
            font-size: 4rem;
            margin: 0;
            top: 0;
            height: 100%;
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            span {
                display: block;
                margin-top: -10px;
            }
            
        }
        button.owl-prev{
            left: 0;
            &:hover{
                background: none;
                -webkit-box-shadow: inset 150px 0px 140px -200px rgba(0,0,0,0.8);
                -moz-box-shadow: inset 150px 0px 140px -200px rgba(0,0,0,0.8);
                box-shadow: inset 150px 0px 140px -200px rgba(0,0,0,0.8);
            }
        }
        button.owl-next{
            right: 0;
            &:hover{
                background: none;
                -webkit-box-shadow: inset -150px 0px 140px -200px rgba(0,0,0,0.8);
                -moz-box-shadow: inset -150px 0px 140px -200px rgba(0,0,0,0.8);
                box-shadow: inset -150px 0px 140px -200px rgba(0,0,0,0.8);
            }
        }
    }
    .owl-theme .owl-nav {
        margin-top: 0!important;
    }
}
button.owl-prev,button.owl-next {
    //border: 2px solid #ffffff;
    padding: 0px 17px 5px 17px !important;
    color: $color_1 ;
    font-size: 2.8rem !important;
    background: transparent !important;
    height: 60px;
    width: 60px;    
    border-radius: 0px !important;
    //border-radius: 114px!important;
    //box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    span{
        display: block;
        margin-top: -5px;
    }
}

.nav-absolute{
    .owl-nav{
        margin: 0!important;
        .owl-prev,.owl-next {
            position: absolute;
            top: 0;
            height: 100%;
            margin: 0 !important;
            background: none!important;
            color: white!important;
            border: none;
            padding: 10px 30px;
        }
        .owl-prev{
            left: 0;
            padding-left: 40px!important;
        }
        .owl-next {
            right: 0;
            padding-right: 60px!important;
        }
    }
}
.margin-carousel{
    .owl-stage-outer {
        right: -12px;
    }        
    .item{
        margin: 15px;
        margin-bottom: 20px;
    }
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: $color_3 !important;
}


.carousel-nosotros{
    .owl-item{
        .item{
            transform: scale(0.85);
            transition: 0.3s;
            margin: 20px;
            .card-galeria{
                position: relative;
            }
            &:before, &:after{
                content: "";
                position: absolute;
                width: 150px;
                height: 100px;
                background-color: $color_3;
                transition: 0.8s;
                z-index: -1;
            }
            &:before{
                top: 0;
                left: 0;
            }
            &:after{
                bottom: 0;
                right: 0;
            }
        }
    }
    .owl-item.center{
        .item{
            transform: scale(1);
            &:before, &:after{
                transform: scale(1.25);
            }
        }
    }
}

.galery-habitacion{
    .owl-item{
        .item{
            margin: 2px;
            position: relative;
            &:before, &:after{
                content: "";
                position: absolute;
                width: 150px;
                height: 100px;
                background-color: $color_3;
                transition: 0.8s;
                z-index: -1;
            }
            &:before{
                top: 0;
                left: 0;
            }
            &:after{
                bottom: 0;
                right: 0;
            }
            img{
                width: 100%;
                display: block;
                padding: 15px;
            }
            
        }
        
    }
    .owl-dots {
        width: 100%;
        position: absolute;
        bottom: 105px;
    }
    
}





@media only screen and (min-width: 720px) {
    .nav-absolute2{
        .owl-nav{
            margin: 0!important;
            .owl-prev,.owl-next {
                position: absolute;
                top: 0;
                height: 100%;
                margin: 0 !important;
                background: none!important;
                color: $color_2!important;
                border: none;
                span{
                    font-size: 4rem;
                }
            }
            .owl-prev{
                left: -60px;
            }
            .owl-next {
                right: -60px;
            }
        }
    }
}




@media only screen and (max-width: 1285px) {
    .hero-content{
        .texto-slide {
            margin-left: 30px;
            h1,h2,h3{
                font-size: 2.5rem;
            }
        }
    }
}

@media only screen and (max-width: 1030px) {
    .hero-content{
        padding-bottom: 0;
        .texto-slide {
            margin-left: 0px;
            border-left: 8px solid #e9a800;
            h1,h2,h3{
                font-size: 2rem;
            }
        }
    }
    .hero-slider{
        button.owl-prev, button.owl-next, button.owl-dot {
            padding-bottom: 0!important;
        }
        button.owl-prev{
            display: none!important;
        }
    }
    
}

@media only screen and (max-width: 800px) {
    .hero-content{
        .texto-slide {
            border-left: 6px solid #e9a800;
            h1,h2,h3{
                font-size: 1.3rem;
            }
            p{
                display: none;
            }
        }
        
    }
    .img-slide img.banner-desk {
        display: none;
    }
    .img-slide img.banner-movil {
        display: block!important;
    }
    
}

@media only screen and (max-width: 500px) {
    .hero-content{
        .texto-slide {
            max-width: 60vw;
            padding-left: 18px;
            h1,h2,h3{
                font-size: 1rem;
            }
        }
    }
}

@media only screen and (max-width: 600px) {

}
*/
/*
    OWL CAROUSEL - GENERAL
    *
    --------------------------------------
    *
*/
.owl-general {
  position: relative; }
  .owl-general--centrar-navegadores .owl-nav {
    position: absolute; }
  .owl-general--centrar-navegadores .owl-nav {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    justify-content: space-between !important; }
    .owl-general--centrar-navegadores .owl-nav button {
      margin: 0 !important; }
  .owl-general--bottom-dots .owl-dots {
    position: absolute; }
  .owl-general--bottom-dots .owl-dots {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px); }
  .owl-general .item img {
    width: 100%;
    display: block; }
  .owl-general .owl-nav {
    display: flex;
    justify-content: center;
    margin: 0 !important; }
    .owl-general .owl-nav button {
      border: none;
      width: 32px;
      height: 32px;
      display: flex !important;
      align-items: center;
      justify-content: center; }
      .owl-general .owl-nav button:hover {
        background: #196fc0 !important;
        color: #ffffff !important; }
      .owl-general .owl-nav button span {
        display: flex;
        font-size: 10px; }
  .owl-general .owl-dots .owl-dot {
    padding: 4px;
    background: initial; }
    .owl-general .owl-dots .owl-dot span {
      margin: 5px 3px !important;
      background: #979797 !important; }
    .owl-general .owl-dots .owl-dot.active span, .owl-general .owl-dots .owl-dot:hover span {
      background: #196fc0 !important; }

/*=========================================
=================BOTONES==================*/
/*.btn{
    padding: 10px 25px;
    display: grid;
    grid-gap: 14px;
    max-height: 48px;
    align-items: center;
    background: $color_1;
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    transition: 0.3s;
    justify-content: center;
    justify-items: center;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    text-align: center;
    border-radius: 53px;
    border: 2px solid $color_1;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    transition: 0.2s;
    img{     
        width: 30px;
        margin: 0!important;
    }

    &:hover{
        background: $color_2;
        border: 2px solid $color_2;
        box-shadow: 0 0 0 white;
        i {
            font-weight: 500;
            font-size: 1.28rem;
        }
    }
 
    
    &.btn1{
        background: none;
        color: $color_2;
    }
    &.btn1-white{
        background: white;
        color: $color_1;
        border: 2px solid white;
    }
    &.btn2-white{
        background: none;
        color: white;
        border: 2px solid white;
    }
    &.active{
        background-color: $color_2;
        color: white;
    }
    &.btn-icon{
        grid-template-columns: auto auto;
        i {
            font-size: 20px;
            font-weight: 600;
            margin-top: -4px;
            margin-left: 13px;
        }
    }
    &.btn-big{
        height: 54px;
        max-width: 225px;
    }
    
}
button:focus { outline: none; }
.btn-circle {
    border: 2px solid $color_3;
    color: $color_3;
    font-size: 21px;
    width: 54px;
    height: 54px;
    display: grid;
    border-radius: 50%;
    align-items: center;
    justify-items: center;
    transition: 0.3s;
    &:hover {
        background: $color_3;
        color: white;
        border-color: $color_3;
    }
    i{
        font-weight: 600;
    }
    &.blanco {
        border: 2px solid #ffffff;
        color: white;
        font-size: 21px;
        padding: 13px;
        background: none;
        &:hover {
            background: $color_3;
            color: white;
            border-color: $color_3;
        }
        i{
            font-weight: 500;
        }
    }
}
.btn-list {
    background: $color_f;
    height: 56px;
    width: 56px;
    display: grid;
    align-items: center;
    justify-items: center;
    border-radius: 8px;
}

.text-center .btn {
    max-width: 320px;
    margin: auto;
}
.btn-filter {
    width: 100%;
    height: 48px;
}
.btn-short {
    max-width: 168px;
}
.btn-usuario {
    position: relative;
    display: grid;
    grid-template-columns: auto 57px auto;
    align-content: center;
    padding: 8px;
    padding-right: 22px;
    img {
        width: 34px!important;
        border-radius: 50%;
        display: block;
    }
    b {
        color: white;
    }
}
.dropdown {
    position: relative;
}
@media only screen and (max-width: 1390px) {
    
}

/*
* Estilos boton redes footer JOSPEH PADILLA
*/
/*.btn-redes-footer{
    border: 2px solid $color_2;
    color: $color_2;
    &:hover {
        background: $color_2;
        color: white;
        border-color: $color_2;
    }
}


/*
BOTONES
*
-----------------------------
*
*/
.button {
  padding: 10px 25px;
  height: 50px;
  background-color: #bfbfbf;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
  width: 100%;
  /*max-width: 200px;*/
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  outline: none;
  /* modificadores */
  /*--------------------*/ }
  .button--shadow {
    box-shadow: 0 2px 2px 0 black, 0 3px 1px -2px black, 0 1px 5px 0 black; }
  .button--b-radius {
    border-radius: 3px; }
  .button--total width {
    max-width: 100%; }
  .button--altonormal {
    height: auto; }
  .button span {
    margin: 0 6px; }

.btn {
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px; }
  .btn--verde {
    background: #14666B; }
  .btn--naranja {
    background-color: #F99716; }

/*
   EDITOR
   *
   -----------------------------------------
   *
 */
.editar p, .editar ul, .editar a {
  margin-bottom: 12px;
  display: block; }
.editar strong, .editar b {
  color: #2B2B2B; }
.editar a {
  color: #0067cd;
  text-decoration: revert; }
.editar ul li {
  padding-bottom: 10px;
  font-size: 13px;
  padding-left: 15px;
  position: relative; }
  .editar ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #F67706;
    border-radius: 50%;
    top: 2px;
    left: 0; }
.editar ol {
  padding-left: 0rem; }
  .editar ol li {
    padding-bottom: 10px;
    color: #F67706;
    list-style-type: none;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0; }
    .editar ol li:before {
      content: counter(list-0,decimal) ". "; }
    .editar ol li.ql-indent-1 {
      margin-left: 2rem;
      color: #000000;
      counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
      counter-increment: list-1;
      text-align: justify; }
      .editar ol li.ql-indent-1:before {
        content: counter(list-1,lower-alpha) ". "; }
      .editar ol li.ql-indent-1:not(.ql-direction-rtl):before {
        margin-left: -1.1em; }

/*==============================================*/
/*
    BANNER
    *
    --------------------------------------
    *
*/
.banner {
  position: relative;
  background-size: cover;
  background-position: center; }
  .banner__contenido {
    height: 600px;
    /* se puede modificar */
    display: flex;
    padding: 50px 0;
    /* modificadores */
    /*-----------------*/ }
    .banner__contenido--posicion {
      align-items: center; }
    .banner__contenido--wholeScreen {
      height: 100vh; }
  .banner__bloque {
    /* modificadores */
    /*-------------------*/ }
    .banner__bloque--sidecontent {
      text-align: center; }
    .banner__bloque--bloquecenter {
      position: absolute;
      left: 50%;
      bottom: 50%;
      transform: translate(-50%, 50%);
      color: #ffffff;
      z-index: 2; }
  .banner__mensaje {
    color: #ffffff;
    width: 520px; }
    .banner__mensaje h2 {
      color: #ffffff;
      margin-bottom: 0.8rem; }
  .banner__action {
    padding: 8px 0;
    /*display: flex;
    justify-content: center;*/ }
  .banner__imagen img {
    width: 262px;
    display: block; }

.owl-banner {
  position: relative;
  /*.owl-nav, .owl-dots{
      position: absolute;
  }
  .owl-nav{
      width: 100%;
      left: 0;
      top: 50%;
      transform: translate(0px, -50%);
      justify-content: space-between;
      padding: 0 25px;
  }
  .owl-dots{
      bottom: 20px;
      left: 50%;
      transform: translate(-50%, 0px);
  }*/ }
  .owl-banner .banner__bloque--bloquecenter {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translate(0px, 50%);
    color: #ffffff; }

/*==============================================*/
/*
*
    ESTILOS DE FORMULARIO
*
*/
.form {
  /* modificadores */
  /*====================*/ }
  .form--centered {
    width: 50%;
    margin: auto;
    border: 1px solid black;
    padding: 20px 32px; }
  .form__group {
    grid-gap: 12px;
    margin-bottom: 8px; }
  .form .input-group {
    display: flex;
    flex-direction: column;
    /* modificado */
    /*=================*/ }
    .form .input-group--requerido .input-group__input {
      border: 1px solid #dc3545; }
    .form .input-group--requerido .input-group__validar {
      color: #dc3545; }
    .form .input-group__label {
      font-size: 14px;
      padding-bottom: 5px; }
    .form .input-group__input {
      border-radius: 50px;
      height: 48px;
      margin-bottom: 2px;
      padding: 0 15px;
      outline: none;
      border: none;
      width: 100%; }
      .form .input-group__input::placeholder {
        color: #14666B;
        font-size: 17px; }
    .form .input-group__validar {
      font-size: 11px; }
    .form .input-group__select {
      height: 30px;
      border: 1px solid #c2c2c2;
      border-radius: 3px;
      padding: 0 5px;
      outline: none; }
    .form .input-group__text-area {
      height: 120px;
      outline: none;
      padding: 8px 10px;
      border: none;
      border-radius: 15px;
      margin-bottom: 1.5rem;
      width: 100%; }
      .form .input-group__text-area::placeholder {
        color: #14666B;
        font-size: 17px; }
  .form__checkbox {
    margin: 18px 0; }
    .form__checkbox .checkbox {
      display: flex;
      margin-top: 7px; }
      .form__checkbox .checkbox__input {
        margin-right: 8px; }
      .form__checkbox .checkbox__help {
        font-size: 14px; }
        .form__checkbox .checkbox__help a {
          color: #4e73bf;
          text-decoration: revert; }
  .form__action {
    margin-top: 18px;
    text-align: center;
    position: relative; }
    .form__action button, .form__action input[type="submit"] {
      background-color: #F99716;
      color: #ffffff;
      border: none;
      height: 48px;
      border-radius: 50px;
      cursor: pointer;
      font-size: 17px;
      padding: 0 4.2rem;
      font-weight: bold; }
  .form__success span {
    display: block;
    font-size: 14px;
    border-radius: 3px;
    background-color: #17a362;
    color: #ffffff;
    margin-top: 10px;
    padding: 12px 18px; }

/*
   *
   -----------------------------------------
   *
   CARD
 */
.card {
  /*modificador*/
  /*================*/ }
  .card--borde {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden; }
  .card__image {
    width: 100%;
    display: block; }
  .card__contenedor {
    padding: 18px 0;
    margin: 0 30px; }
  .card__header {
    margin-bottom: 8px; }
  .card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px; }
    .card__title--text-center {
      text-align: center; }
    .card__title--borde {
      border-bottom: 1px solid #c2c2c2;
      margin-bottom: 20px;
      padding-bottom: 20px;
      padding-top: 10px; }
  .card__subtitle {
    font-size: 16px;
    font-weight: 600; }
  .card__body {
    margin-bottom: 16px; }
  .card__copy--text-center {
    text-align: center; }
  .card__actions .button {
    display: grid;
    align-items: center;
    justify-content: center; }

.vs__dropdown-toggle {
  padding: 0 !important; }

span.vs__selected {
  position: absolute; }

input.vs__search {
  margin: 0; }

.input-filter {
  padding: 0 14px 0 0 !important; }

.header-filter .grid-datos {
  display: grid; }

@media (max-width: 1675px) {
  .banner .banner__mensaje {
    left: 12%  !important;
    width: 35% !important; } }
@media (max-width: 1364px) {
  .banner .banner__mensaje {
    left: 75px !important;
    width: 40% !important; } }
@media (max-width: 1045px) {
  .banner .banner__mensaje {
    left: 75px !important;
    width: 50% !important; }

  .owl-banner .item img {
    height: 550px !important;
    object-fit: cover; } }
@media (max-width: 1150px) {
  .itempolitica {
    margin-bottom: 14rem; }
    .itempolitica img {
      height: 420px;
      object-fit: cover; }
	
	.iconpolitica img {
  height: auto;
}

  .section-comprar {
    margin-top: 5rem !important; } }
@media (max-width: 1060px) {
  .caracteristicas-ph {
    gap: 1.5rem 2rem !important; } }
@media (max-width: 1025px) {
  .menu-item a {
    padding: 10px 7px !important; }

  .btn {
    padding: 12px 20px !important; } }
@media (max-width: 980px) {
  .content-somosph {
    gap: 3.2rem; }

  .caracteristicas-ph {
    gap: 1.5rem 0rem !important;
    justify-content: space-between;
    width: 100%; } }
@media only screen and (max-width: 900px) {
  .movil-menu {
    display: block !important; }

  .main-nav__list, .btn-contacto {
    display: none !important; }

  .sidenav__list {
    padding: 0 !important; }

  .menu-item a {
    padding: 10px 0px !important; }

  .sub-menu {
    position: relative !important;
    background: #ffffff4f !important;
    box-shadow: none !important; }

  .sidenav__body .btn {
    margin-top: .5rem;
    display: block;
    text-align: center; }

  .menu-item:not(:hover) > .sub-menu > * {
    visibility: visible !important;
    height: auto !important;
    color: #ffffff !important; }

  .banner__mensaje {
    width: 100% !important; }

  .banner__contenido {
    height: 450px !important; }

  .footer__nav .main-nav__list {
    display: block !important; }

  .btn-nav i {
    font-size: 22px;
    color: #14666B; }

  .sidenav__body .menu-item a {
    display: block; }
  .sidenav__body .menu-item .sub-menu {
    border-radius: 5px; }
    .sidenav__body .menu-item .sub-menu li a {
      padding-left: 15px !important;
      padding-right: 15px !important; }

  .singleblog__content {
    padding-left: 0 !important; } }
@media (max-width: 840px) {
  .escoger-info {
    display: flex;
    gap: 2rem; }
    .escoger-info h2 {
      max-width: none !important;
      width: 100%;
      padding-bottom: 1rem !important;
      text-align: center; }
      .escoger-info h2::before {
        left: 50% !important;
        width: 10% !important;
        transform: translateX(-50%); }
    .escoger-info p {
      max-width: none !important;
      width: 100%;
      text-align: center; }

  .banner .banner__mensaje {
    left: 0 !important;
    width: 100% !important;
    padding: 0 5rem; } }
@media (max-width: 720px) {
  .empresavideo a {
    right: -18px !important;
    bottom: -18px !important;
    width: 140px !important;
    height: 140px !important; }

  .info-comprar {
    text-align: center;
    margin-bottom: 3.8rem; }

  .formcontacto {
    padding: 3.5rem 4rem !important; }

  .sectioncontacto {
    margin: 3.5rem 0 !important; }

  .singleblog__content {
    margin-top: 0.8rem !important; }

  .singleblog__imagenbanner figure img {
    height: 350px !important; }

  .banner .banner__mensaje {
    padding: 0 2.5rem !important; } }
@media (max-width: 500px) {
  .formcontacto {
    padding: 3.5rem 2rem !important; } }
@font-face {
  font-family: 'Neue Montreal';
  src: url("../font/NeueMontreal-Bold.eot");
  src: url("../font/NeueMontreal-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NeueMontreal-Bold.woff2") format("woff2"), url("../font/NeueMontreal-Bold.woff") format("woff"), url("../font/NeueMontreal-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Montreal';
  src: url("../font/NeueMontreal-Regular.eot");
  src: url("../font/NeueMontreal-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NeueMontreal-Regular.woff2") format("woff2"), url("../font/NeueMontreal-Regular.woff") format("woff"), url("../font/NeueMontreal-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Montreal';
  src: url("../font/NeueMontreal-Medium.eot");
  src: url("../font/NeueMontreal-Medium.eot?#iefix") format("embedded-opentype"), url("../font/NeueMontreal-Medium.woff2") format("woff2"), url("../font/NeueMontreal-Medium.woff") format("woff"), url("../font/NeueMontreal-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue Montreal';
  src: url("../font/NeueMontreal-Light.eot");
  src: url("../font/NeueMontreal-Light.eot?#iefix") format("embedded-opentype"), url("../font/NeueMontreal-Light.woff2") format("woff2"), url("../font/NeueMontreal-Light.woff") format("woff"), url("../font/NeueMontreal-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
/* OWL CARROUSEL */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-dot {
    border: 0; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #4DC7A0;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #4DC7A0; }

/*===========================================================================================================
=============================================================================================================*/
*, div {
  font-family: 'Neue Montreal', 'Arial';
  text-decoration: none;
  box-sizing: border-box;
  margin: 0; }

p {
  color: #18191F; }

p, a {
  font-size: 17px; }

a {
  transition: 0.3s;
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-size: 36px; }

hr {
  background: #f1f0f0;
  border: 0;
  margin: 25px 0;
  height: 2px; }

ul {
  padding: 0; }

li {
  list-style: none; }

ol li {
  list-style: decimal; }

.text-white {
  color: white !important; }

img {
  display: block; }

/*
    Position
*/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

/*=================*/
/*
    Flex
*/
.flex {
  display: flex; }

.aling-center {
  align-items: center; }

.justify-star {
  justify-content: start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: end; }

.space-around {
  justify-content: space-around; }

.space-between {
  justify-content: space-between; }

.btn-contacto {
  display: block; }

.wpc-edit-filter-set {
  display: none !important; }

.fixed-redes {
  position: fixed;
  background-color: #14666b;
  padding: 0 15px;
  color: #fff;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  border-radius: 8px;
  z-index: 20; }
  .fixed-redes a {
    padding: 1rem 0;
    display: block; }
    .fixed-redes a i {
      font-size: 31px; }

/*=================*/
/* Titulo General */
.title-general {
  text-align: center; }
  .title-general--naranja {
    color: #F99716; }
  .title-general--left {
    text-align: left; }

.title-gas {
  color: #F99716 !important; }

/*==================*/
/* ESTILOS DE MENU */
.header-nav .menu-item {
  display: block;
  position: relative;
  cursor: pointer; }
.header-nav .menu-item a {
  display: block;
  padding: 15px 20px; }
  .header-nav .menu-item a:hover {
    color: #F99716; }
.header-nav .sub-menu {
  min-width: 100%;
  position: absolute;
  background: #ffffff;
  z-index: 100;
  width: 180px;
  border-radius: 6px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }
.header-nav .sub-menu:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.5s border-top; }
.header-nav .sub-menu > * {
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color; }
.header-nav .sub-menu > *:hover {
  background: rgba(0, 0, 0, 0.07); }
.header-nav .sub-menu li a {
  border-bottom: 1px solid #F99716;
  padding: 15px 0;
  margin: 0 1.2rem; }
.header-nav .sub-menu li:last-child a {
  border: none; }
.header-nav .menu-item:not(:hover) > .sub-menu > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
  z-index: 99; }
.header-nav .btn-nav i {
  font-size: 1.6rem;
  color: #14666B; }

/*==============================*/
/*=============
BANNER
==============*/
.banner {
  position: relative; }
  .banner p {
    color: #ffffff !important; }
  .banner .banner__mensaje {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 25%; }

.boton a {
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 1.2rem; }
.boton--verde a {
  background: #14666B; }
.boton--naranja a {
  background-color: #F99716; }

.owl-banner .item img {
width: 100%;
  display: block;
  height: 620px;
  object-fit: cover;}
.owl-banner .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 25px;
  right: 50%;
  transform: translateX(50%); }
  .owl-banner .owl-dots .owl-dot {
    margin: 0 5px;
    padding: 0px;
    border-radius: 100px;
    width: 12px;
    height: 12px;
    display: block;
    transition: .3 all; }
    .owl-banner .owl-dots .owl-dot.active {
      background-color: #F99716;
      width: 15px;
      height: 15px;
      display: block; }

/*==================*/
/*=======================
Section - Nuestros Servicios
=======================*/
.section-servicios {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }
  .section-servicios .title-general {
    margin-bottom: 2rem; }
    .section-servicios .title-general h2 {
      color: #F99716;
      margin-bottom: 0.5rem; }

.cardServicio {
  border-radius: 8px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  height: 340px; }
  .cardServicio--verde {
    background-color: #14666B; }
  .cardServicio--naranja {
    background-color: #F99716; }
  .cardServicio .contentCardServicio {
    padding: 2.2rem;
    display: grid;
    height: 100%; }
  .cardServicio .cardServicio_icon {
    margin: auto; }
  .cardServicio .cardServicio__title {
    display: grid;
    align-content: center;
    margin: 0.8rem 0; }
    .cardServicio .cardServicio__title h4 {
      text-align: center;
      color: #fff;
      font-size: 20px; }
  .cardServicio .cardServicio_informacion p {
    text-align: center;
    color: #fff !important; }

/*=======================*/
/*=======================
Section - Nuestros Marcas
=======================*/
.section-marcas {
  margin-top: 5rem;
  margin-bottom: 2rem; }
  .section-marcas .title-general {
    margin-bottom: 3.2rem; }
    .section-marcas .title-general h2 {
      color: #14666B;
      margin-bottom: 0.5rem; }

.owl-marcas .item img {
  margin: auto; }

/*=======================*/
/*=======================
Section - Escogernos
=======================*/
.section-escogernos {
  margin-top: 5rem;
  margin-bottom: 2rem; }

.escoger-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.2rem;
  flex-wrap: wrap; }
  .escoger-info h2 {
    max-width: 280px;
    color: #F99716;
    position: relative;
    padding-bottom: 2.2rem; }
    .escoger-info h2::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50%;
      height: 3px;
      background: #14666B; }
  .escoger-info p {
    max-width: 430px; }

.moreempleados {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 14px; }
  .moreempleados__info {
    color: #ffffff;
    margin-bottom: 5rem; }
    .moreempleados__info h2 {
      font-size: 5rem; }
    .moreempleados__info p {
      color: #fff !important;
      width: 150px; }

.contentMoreEmpleados {
  padding: 2rem;
  height: 350px;
  display: flex;
  flex-flow: column;
  justify-content: space-between; }

.listempleados {
  display: flex;
  gap: 5px; }

.empresavideo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 14px;
  position: relative;
  height: 350px;
  display: grid;
  justify-content: center;
  align-content: center;
  color: #fff; }
  .empresavideo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000054;
    left: 0;
    bottom: 0;
    border-radius: 14px; }
  .empresavideo h3 {
    font-size: 52px;
    font-weight: inherit;
    position: relative; }
  .empresavideo a {
    position: relative;
    background-color: #14666B;
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 175px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    border-radius: 100px;
    border: 0.8rem solid #fff; }

/*=======================*/
/*=======================
Section - SomosPH
=======================*/
.section-somosph {
  background: #F5F7FA;
  margin: 5rem 0;
  padding: 4rem 0; }

.content-somosph {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.caracteristicas-ph {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 5rem; }

.carac-item {
  display: flex;
  align-items: center;
  gap: 1rem; }

.title-somoph h2 {
  color: #F99716; }
  .title-somoph h2 strong {
    color: #4D4D4D; }
.title-somoph p {
  margin-top: 12px; }

.info-carac h2 {
  display: flex; }
  .info-carac h2 strong {
    color: #4D4D4D;
    font-size: 30px; }

/*=======================*/
/*=======================
Section - Politica
=======================*/
.section-politica {
  margin-bottom: 3.2rem; }
  .section-politica .title-general {
    margin-bottom: 2.8rem; }
    .section-politica .title-general h2 {
      color: #14666B;
      margin-bottom: 10px; }
    .section-politica .title-general p {
      color: #F99716; }

.itempolitica {
  color: #ffffff;
  border-radius: 12px;
  padding: 2.2rem 2.2rem 16rem;
  text-align: center;
  position: relative; }
  .itempolitica--verde {
    background-color: #14666B; }
  .itempolitica--anaranjado {
    background-color: #F99716; }
  .itempolitica .titlepolitica {
    margin-bottom: 2rem; }
    .itempolitica .titlepolitica h4 {
      font-size: 25px;
      margin-bottom: 8px; }
    .itempolitica .titlepolitica p {
      color: #fff !important; }
  .itempolitica .videopolitica {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%; }
  .itempolitica img {
    width: 100%;
    border-radius: 10px; }
  .itempolitica .iconpolitica {
    width: 80px;
    height: 80px;
    display: flex;
    margin: auto;
    margin-top: -2rem;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 30px; }
    .itempolitica .iconpolitica--verde {
      background-color: #14666B; }
    .itempolitica .iconpolitica--anaranjado {
      background-color: #F99716; }

/*=======================*/
/*=======================
Section - Politica
=======================*/
.section-comprar {
  margin-top: 20rem;
  margin-bottom: 5rem; }

.img-comprar {
  margin: auto; }

.info-comprar {
  display: grid;
  align-content: center;
  height: 100%;
  gap: 2rem; }
  .info-comprar h2 {
    color: #F99716; }
  .info-comprar a {
    background: #F99716;
    padding: 15px 30px;
    color: #fff;
    border-radius: 4px;
    display: inline-block; }
  .info-comprar ol li {
    padding: 5px 0; }

/*=======================*/
/*=======================
Section - Blog
=======================*/
.section-blog {
  margin-bottom: 5.2rem; }

.title-general {
  margin-bottom: 1.8rem; }
  .title-general h2 {
    color: #14666B;
    margin-bottom: 10px; }

.itemblog {
  border-radius: 12px;
  overflow: hidden; }

.infoblog {
  padding: 1.5rem 1.5rem;
  border-left: 1px solid #C8CFD5;
  border-right: 1px solid #C8CFD5;
  border-bottom: 1px solid #C8CFD5;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.autorblog {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #C8CFD5; }
  .autorblog i {
    color: #14666B;
    font-size: 20px; }

.titleblog h4 {
  font-size: 20px;
  margin-bottom: 1.5rem;
  color: #14666B; }

.enlaceblog {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .enlaceblog a {
    color: #F99716; }
  .enlaceblog p {
    background: #F99716;
    padding: 12px;
    border-radius: 6px;
    color: #ffffff !important;
    width: 72px;
    text-align: center; }

.singleblog__header {
  /*margin-bottom: 1.8rem;*/
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .singleblog__header a {
    background: #14666B;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    gap: 0.5rem; }
    .singleblog__header a i {
      font-size: 24px; }
  .singleblog__header .title-general {
    margin-bottom: 0rem; }
.singleblog__imagenbanner figure img {
  height: 420px;
  object-fit: cover;
  border-radius: 10px; }

/*=======================*/
/* FOOTER */
.footer {
  background: linear-gradient(90deg, #14666b 0%, #023a3c 100%);
  color: #ffffff;
  padding: 4.2rem 0; }
  .footer__logo img {
    width: 220px; }
  .footer__title {
    margin-bottom: 1.8rem; }
    .footer__title h4 {
      font-size: 25px; }
  .footer__nav .main-nav__list {
    display: block; }
  .footer__nav .main-nav .menu-item a {
    padding: 8px 0px;
    display: block; }
    .footer__nav .main-nav .menu-item a:hover {
      color: #F99716; }
  .footer__nav .main-nav .menu-item .sub-menu {
    display: none; }

.infocontactos ul {
  margin: 2rem 0; }
  .infocontactos ul li {
    margin: 1.5rem 0; }

.redes {
  display: flex;
  gap: 1rem; }

.itemredes a {
  background: #ffffff36;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px; }
  .itemredes a:hover {
    background-color: #F99716; }
  .itemredes a i {
    font-size: 23px; }

.copy {
  margin-top: 1.8rem; }
  .copy p {
    text-align: left;
    color: #fff !important; }

.form-footer input {
  width: 100%;
  height: 42px;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 17px;
  background: #ffffff4f;
  border: none;
  color: #fff;
  margin-bottom: 0.5rem; }
.form-footer .form__action {
  margin: 0; }
  .form-footer .form__action input[type="submit"] {
    height: 40px; }

/*======================*/
/*=======================
Aside Single Blog
=======================*/
.asideBlog {
  background: #F5F7FA;
  height: 100%;
  padding-top: 2.5rem;
  padding-left: 20px;
  padding-right: 20px; }
  .asideBlog h3 {
    font-size: 25px;
    color: #89939E;
    margin-bottom: 1.2rem; }
  .asideBlog ul li a {
    display: block;
    border-top: 1px solid #F99716;
    padding: 0.8rem 0; }

.singleblog__content {
  margin-top: 2.5rem;
  padding-left: 3.2rem;
  margin-bottom: 5rem; }

/*======================*/
/*=======================
Aside Single Blog
=======================*/
.bannerServicio {
  padding: 5rem 0;
  color: #ffffff;
  text-align: center;
  background-size: cover;
  background-position: center;
  margin-bottom: 4.2rem; }
  .bannerServicio h2 {
    margin-bottom: 10px; }
  .bannerServicio p {
    color: #fff !important; }

.servicios {
  display: grid;
  gap: 1.2rem;
  text-align: center;
  margin-bottom: 2.8rem; }
  .servicios__image {
    position: relative; }
    .servicios__image img {
      border-radius: 10px; }
    .servicios__image a {
      position: absolute;
      bottom: 12px;
      right: 20px;
      width: 65px;
      height: 65px;
      background: #fff;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      color: #F99716; }
  .servicios__title h4 {
    font-size: 22px;
    color: #89939E; }
  .servicios__action a {
    background: #F99716;
    padding: 12px 45px;
    display: inline-block;
    border-radius: 5px;
    color: #fff; }

/*======================*/
/*=======================
Página Contactanos
=======================*/
.sectioncontacto {
  margin: 5.2rem 0; }

.formcontacto {
  background: linear-gradient(180deg, #14666b 0%, #023a3c 100%);
  max-width: 700px;
  border-radius: 30px;
  padding: 3.5rem 8rem;
  margin: auto; }
  .formcontacto .title-general h2 {
    font-size: 25px; }
  .formcontacto .title-general h2, .formcontacto .title-general p {
    color: #ffffff !important; }
  .formcontacto .title-general img {
    margin: auto;
    margin-bottom: 2.2rem; }

.wpcf7-spinner {
  position: absolute;
  right: 36%;
  bottom: 25%;
  transform: translateX(50%); }

input[type="number"] {
  -webkit-appearance: textfield !important;
  margin: 0;
  -moz-appearance: textfield !important; }

.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: block;
  background: #e35d5d;
  padding: 5px 17px;
  border-radius: 100px; }

/*======================*/
/*=======================
Página Nosotros
=======================*/
.informacionnosotros {
  margin: 5rem 0 3rem;
  text-align: center; }
  .informacionnosotros .infobanner {
    max-width: 620px;
    margin: auto;
    display: grid;
    gap: 1.5rem; }
    .informacionnosotros .infobanner img {
      margin: auto; }
    .informacionnosotros .infobanner h2 {
      color: #14666B; }

.sectionlista {
  margin: 6rem 0 auto;
  margin-bottom: 6.2rem; }

.infolistaph h2 {
  font-size: 25px;
  color: #14666B;
margin-bottom: 1rem;}
.infolistaph__1 {
  padding-right: 2rem; }
.infolistaph__2 {
  padding: 0 2rem;
  border-left: 1px solid #dddddd91;
  border-right: 1px solid #dddddd91; }
.infolistaph__3 {
  padding-left: 2rem; }
.infolistaph img {
  background: #f99716;
  padding: 0.2rem;
  margin-bottom: 0.8rem;
  border-radius: 14px;
  width: 60px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.owl-trabajos .item img {
  width: 100%;
  border-radius: 40px; }
.owl-trabajos .owl-dots {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .owl-trabajos .owl-dots .owl-dot {
    margin: 0 5px;
    padding: 0px;
    border-radius: 100px;
    width: 12px;
    height: 12px;
    display: block;
    transition: .3 all; }
    .owl-trabajos .owl-dots .owl-dot.active {
      background-color: #14666B;
      width: 15px;
      height: 15px;
      display: block; }

.sectionconviertete {
  margin: 4.8rem 0; }

.infoconviertete {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  gap: 2.2rem;
  padding-right: 30px; }
  .infoconviertete h2 {
    color: #14666B; }
  .infoconviertete a {
    background: #F99716;
    padding: 12px 20px;
    border-radius: 8px;
    color: #fff; }

.convierteteimg img {
  width: 250px;
  margin: auto; }

.conviertetelista {
  height: 100%; }
  .conviertetelista ul {
    display: grid;
    height: 100%; }
    .conviertetelista ul li {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #9595954d; }
      .conviertetelista ul li h2 {
        font-size: 25px;
        color: #89939E; }

.sectionequipo {
  margin-bottom: 3rem; }

.owl-equipo .item .imgtrabajador img {
  border-radius: 15px;
  width: 100%; }
.owl-equipo .item .nombretrabajador {
  margin-top: 1.2rem;
  color: #14666B; }
  .owl-equipo .item .nombretrabajador h4 {
    font-size: 20px; }
.owl-equipo .item .cargotrabajador p {
  font-size: 14px;
  margin-top: 5px; }

/*======================*/
/*=======================
Single Blog
=======================*/
.singleblog__fechaautor {
  margin: 1.8rem 0;
  display: flex;
  gap: 1.5rem; }
  .singleblog__fechaautor p {
    padding: 15px 2.2rem;
    background: #F5F7FA;
    color: #ABBED1;
    border-radius: 8px;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07); }
    .singleblog__fechaautor p i {
      margin-right: 10px;
      font-size: 20px; }

.singleblog__informacion h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 1.2rem; }
.singleblog__informacion .blog-info h3 {
  font-size: 20px;
  font-weight: 600; }

/*======================*/
.taxonomia-cloud {
  display: grid; }
  .taxonomia-cloud a {
    display: block;
    border-top: 1px solid #F99716;
    padding: 0.8rem 0;
    font-size: 17px !important; }
    .taxonomia-cloud a:hover {
      color: #F99716; }

#wpc_filters_widget-2 {
  width: 100%; }

.wpc-filters-widget-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }

.wpc-search-field {
  height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  font-size: 17px;
  background: #f5f7fa;
  width: 350px !important;
  padding: 0 0 0 20px !important; }

.wpc-search-icon::before {
  background-image: url("http://desarrollo.peruhidrocarburos.com/dev-webph/wp-content/uploads/2024/06/Search.png") !important;
  background-size: 20px !important;
  width: 30px !important;
  height: 40px !important;
  background-position: center !important;
  position: absolute !important;
  right: -5px !important; }

.wpc-search-icon {
  right: 20px !important;
  left: initial !important; }

.wpc-search-clear-icon {
  color: #fff !important; }

.wpc-filter-header {
  display: none; }

.wpc-filters-section {
  margin: 0 !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 8px; }

.singleblog__header select {
  height: 45px;
  background: #14666B;
  border-radius: 8px;
  color: #fff;
  border: none;
  padding: 0 10px;
  font-size: 17px; }

.singleblog__header .wpc-filter-content select {
  width: 350px !important;
  margin-bottom: 0px; }

.contentproducto {
  padding: 1.5rem;
  background: #F5F7FA;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
display: grid;
  height: 100%;}
  .contentproducto figure {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    margin-bottom: 1.5rem; }
    .contentproducto figure img {
      width: 100%;
  height: 250px;
  object-fit: contain; }
  .contentproducto .titleblog h4 {
    margin: 0; }
  .contentproducto .catproducto {
    margin: 1rem 0; }
  .contentproducto .enlaceblog {
    display: flex;
    justify-content: center; }
    .contentproducto .enlaceblog a {
      background: #F99716;
      color: #fff;
      padding: 10px 22px;
      border-radius: 6px;
      font-size: 15px; }

.taxogas h2 {
  color: #14666B; }
  .taxogas h2 .taxonomy-label {
    font-size: 20px;
    padding: 0 1rem; }
  .taxogas h2.term-title {
    color: #89939E;
    margin-bottom: .8rem; }
.taxogas .term-description {
  margin-bottom: 1rem; }

.sectionSingleproducto {
  margin: 3.5rem 0; }

.owl-imgproducto .item img {
  width: 100%;
  padding: 0rem;
  height: auto;
  object-fit: contain;}

.owl-imgproducto .item {
  border-radius: 20px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 5px; 
overflow: hidden;}

.owl-imgproducto .owl-dots {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .owl-imgproducto .owl-dots .owl-dot {
    margin: 0 5px;
    padding: 0px;
    border-radius: 100px;
    width: 12px;
    height: 12px;
    display: block;
    transition: .3 all; }
    .owl-imgproducto .owl-dots .owl-dot.active {
      background-color: #F99716;
      width: 15px;
      height: 15px;
      display: block; }

/*=======================
Single Producto
=======================*/
.contentinfo .singleblog__header p {
  font-size: 18px; }

.singleproducto__content {
  display: grid; }
  .singleproducto__content p {
    font-size: 18px; }
.singleproducto__header {
  margin-bottom: 0.8rem; }
  .singleproducto__header h3 {
    color: #89939E; }
.singleproducto__description {
  margin: 0.8rem 0; }
.singleproducto__ficha a {
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: none;
  color: #f99716; }
  .singleproducto__ficha a:hover {
    /*background-color: #F99716;
    color: #ffffff; */}
  .singleproducto__ficha a i {
    font-size: 25px;
    margin-right: 3px; }
.singleproducto__elegiropcion {
  margin: 0.8rem 0 0.5rem; }
  .singleproducto__elegiropcion select {
    height: 40px;
    width: 300px;
    font-size: 17px;
    padding: 0 15px;
    border: 1px solid #14666b;
    border-radius: 5px;
    color: #14666b;
    background: none;
    margin-bottom: 12px; }
.singleproducto__asesor a {
  background: #14666b;
  color: #ffffff;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 5px; }
  .singleproducto__asesor a i {
    font-size: 22px;
    margin-right: 8px; }
.singleproducto__enlacecotizarprod {
  margin-top: .5rem; }
  .singleproducto__enlacecotizarprod a {
    background: #f99716;
    padding: 10px 35px;
    border-radius: 5px;
    color: #fff;
    display: inline-block; }

/*=======================*/
.wpc-filter-marca_producto {
  display: none; }

.sectionlistaservicios {
  margin-bottom: 2.8rem; }

.editor h2 {
  color: #14666B; }

.wpc-posts-found {
  display: none; }

/*# sourceMappingURL=style.css.map */



/*===================================================================================*/
/*===================================================================================*/
/*
        
                                LANDING PAGE - MIGUEL
                                                                                     */
/*===================================================================================*/
/*===================================================================================*/


    @font-face {
      font-family: 'Neue Montreal';
      src: url('fonts/NeueMontreal-Regular.ttf') format('truetype'),
           url('fonts/NeueMontreal-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
    }

    @keyframes slideInFromTop {
        from {
            transform: translateY(-100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }   
        }
    
        @keyframes borderAnimation {
        from {
            width: 0;
        }
        to {
            width: 100%;
        }
    }

/* Float animation for the Fisher logo */
    @keyframes float {
        0% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-10px);
        }
        100% {
            transform: translateY(0px);
        }
    }

/* Pulse animation for CTA buttons */
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
        100% {
            transform: scale(1);
        }
    }   

    .reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease;
    }

    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }


    .portada1 {
        height: 820px;
        width: 1313px;
        top:-10px;
        left:-17px;
        background-image: url('img/imagen-principal.png');
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin:0;
    }

    .rectanguloBlanco {
        animation: slideInFromTop 0.7s ease-out;
        position: absolute;
        top: -79px; 
        left: 160px; 
        /*transform: translate(-50%, -50%)*/; /* Aplica el centrado */
        background-color: #ffffff;
        color: #020202;
        border-radius: 54px;
        text-align: center;
        width: 960px;
        height: 159px;
        z-index: 1; /* Asegúrate de que el rectángulo esté encima de la imagen */
    }

    .logo_PeruH{
        position: absolute; /* No es necesario posicionarlo absolutamente aquí */
        /*margin-top: 40px;*/ /* Margen superior para el logo */
        top: 103px;
        left: 80px;
        width: 130px;
        height: 30.71px;
        z-index: 1;
        animation: fadeIn 1s ease-out 0.5s both;
    }

    .rectanguloVerde{
        position:absolute;
        height: 47px;
        width: 206px;
        left: 835px;
        top: 16px;
        border-radius: 11px;
        z-index: 1;
        background-color: #14666b;
        color: white;
        /*text-align: center;*/
        line-height: 16px;
        display:flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        size: 9px;
        font-family: 'Neue Montreal', sans-serif;
        animation: fadeIn 1s ease-out 0.7s both;        
    }

    .rectanguloAmarillo{
        width: 1340px;
        height: 45px;
        top: 80px;
        left:-30px;
        position:absolute;
        background-color: #FFCC16;
        color: #333333;
    }

    .texto2{
        align-items: center;
        left : 416px;
        position: absolute;
        font-size: 16px;    
        font-family: 'Neue Montreal', sans-serif;
        font-weight: 700;
    }
      
    .texto3{
        align-items: center;
        left: 690px;
        position:absolute;
        font: 16px;
        font-family: 'Neue Montreal', sans-serif;
        font-weight: 400;

    }

    .rectanguloNaranjaPequeño{
        align-items: center;
        text-align: center;
        width: 60px;
        height: 27px;
        position: absolute;
        top: 10px;
        left: 868px;
        background-color: #F08323;
        border-radius: 4px;
        color: white
    }

    .texto4{
        align-items: center;
        text-align:center;
        position:relative;
        top: -13px;
        font-family: "Neue Montreal",sans-serif;
        font-weight: 700;
    
    }

    .rectanguloDegrade1{
        position: absolute;
        width:516px;
        height:55px;
        top:196px;
        left:-20px;      
    }

    .texto5{
        position: absolute;
        /*align-items: center;*/
        /*text-align: center;*/
        font-size: 35px;
        left: 184px;
        color:white;
        font-family: "Neue Montreal", sans-serif;
        font-weight: 700;
        top: -29px;    
        animation: fadeIn 0.5s ease-out 0.5s both;          

    }

    .texto6{
        position: absolute;
        font-size:31px;
        left: 172px;
        top: 224px;
        color:white;
        font-family:"Neue Montreal",sans-serif;
        font-weight: 300;
        animation: fadeIn 1s ease-out 1s both;
    }

    .textoSnappy{
        color:white;
        font-family:"Neue Montreal",sans-serif;
        font-weight: 700;
        animation: fadeIn 1.5s ease-out 1.5s both;
    }

    .texto7{
        position: absolute;
        font-size: 12px;
        left:172px;
        top: 335px;
        color: white;
        font-family:"Neue Montreal",sans-serif;
        font-weight: 700;
        line-height: 11px;
    }

    .texto8{
        position: absolute;
        font-size: 12px;
        left:172px;
        top: 360px;
        color: white;
        font-family:"Neue Montreal",sans-serif;
        font-weight: 700;
        line-height: 11px;
    }

    .texto9{
        position: absolute;
        font-size: 12px;
        left:172px;
        top: 380px;
        color: white;
        font-family:"Neue Montreal",sans-serif;
        font-weight: 700;
        line-height: 11px;
    }

    .texto10{
        position: absolute;
        font-size: 12px;
        left:172px;
        top: 400px;
        color: white;
        font-family:"Neue Montreal",sans-serif;
        font-weight: 700;
        line-height: 11px;
    }

    .texto11{
        position: absolute;
        font-size: 12px;
        left: 246px;
        top: 360px;
        color: white;
        font-family:"Neue Montreal",sans-serif;
        font-weight: 400;
        line-height: 11px;
    }

    .texto12{
        position: absolute;
        font-size: 12px;
        left: 246px;
        top: 380px;
        color: white;
        font-family:"Neue Montreal",sans-serif;
        font-weight: 400;
        line-height: 11px;
    }

    .texto13{
        position: absolute;
        font-size: 12px;
        left: 246px;
        top: 400px;
        color: white;
        font-family:"Neue Montreal",sans-serif;
        font-weight: 400;
        line-height: 11px;
    }

    .UL{
        position: absolute;
        height: 60px;
        width: 60px;
        left: 410px;
        top: 355px;   
    }

    .rectanguloBlancoPequeño{
        position:absolute;
        height:27px;
        width:134px;
        top: 436px;
        left: 170px;
        border-radius: 5px;
        background-color: #F8F8F8;
        color: #14666b;

    }

    .texto14{
        position:relative;
        align-items: center;
        text-align: center;
        top: -8px;
        left: 16px;
        padding:0;
        margin:0;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        font-family: "Neue Montreal",sans-serif;
    }

    .cuadraditoNaranja{
        position: relative;
        align-items: center;
        text-align:center;
        background-color: #EF9522;
        width:27px;
        height:27px;
        border-radius: 5px;
        top: -44px;
    }

    .imagenEmbebida{
        position: relative;
        align-content: center;
        top: 4.5px;

    }

    .texto15{
        position:absolute;
        font-family: "Neue Montreal", sans-serif;
        top: 730px;
        left: 175px;
        font-size: 11px;
        font-weight: 400;
        line-height: 14px;
        color:white;

    }

    .rectanguloBlancoGrande{
        position:absolute;
        width:400px;
        height:580px;
        top:249px;
        left:720px;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
        background-color: white;
        color: #14666B;
        font-size:28px;
    }

    .texto16{
        position:relative;
        text-align: center;
        font-weight: 400;
        font-family : "Neue Montreal", sans-serif; 
        animation: slideInFromTop 0.7s ease-out;
    }

    .span1{
        position:relative;
        text-align:center;
        font-weight:700;
        font-family: "Neue Montreal", sans-serif;

    }

    .Formato_Nombres{
        position:relative;
        /*align-self: center;
        text-align: center;*/
        align-items: center;
        text-align: center;
        background-color: white;        
    }

    .Nombres{
        background-color: #F2F2F2;
        border-radius: 6px;      
        border-width:  1px;
        border-color: #b1b1b1;
        width:337px;
        height:29px;
        transition: all 0.3s ease;
        /*align-items: center;
        text-align: center;*/
        
    }
    
    .Nombres:focus{
        transform: translateX(5px);
        border: 2px solid #14666b;
        background-color: #ffffff;
    }

    .Formato_Apellido_Paterno{
        position:relative;
        /*align-self: center;
        text-align: center;*/
        align-items: center;
        text-align: center;
        background-color: white; 
        top:10px;       
    }

    .Apellido_Paterno{
        background-color: #F2F2F2;
        border-radius: 6px;      
        border-width:  1px;
        border-color: #b1b1b1;
        width:337px;
        height:29px;
        transition: all 0.3s ease;
        /*align-items: center;
        text-align: center;*/
        
    }

    .Apellido_Paterno:focus{
        transform: translateX(5px);
        border: 2px solid #14666b;
        background-color: #ffffff;

    }

    .Formato_Apellido_Materno{
        position:relative;
        /*align-self: center;
        text-align: center;*/
        align-items: center;
        text-align: center;
        background-color: white;
        top:20px;        
    }

    .Apellido_Materno{
        background-color: #F2F2F2;
        border-radius: 6px;      
        border-width:  1px;
        border-color: #b1b1b1;
        width:337px;
        height:29px;
        transition: all 0.3s ease;
        /*align-items: center;
        text-align: center;*/
        
    }

    .Apellido_Materno:focus{
        transform: translateX(5px);
        border: 2px solid #14666b;
        background-color: #ffffff;
    }

    .Formato_Correo{
        position:relative;
        /*align-self: center;
        text-align: center;*/
        align-items: center;
        text-align: center;
        background-color: white;
        top: 30px;        
    }

    .Correo{
        background-color: #F2F2F2;
        border-radius: 6px;      
        border-width:  1px;
        border-color: #b1b1b1;
        width:337px;
        height:29px;
        transition: all 0.3s ease;
        /*align-items: center;
        text-align: center;*/
        
    }

    .Correo:focus{
        transform: translateX(5px);
        border: 2px solid #14666b;
        background-color: #ffffff;
    }

    .Formato_Celular{
        position:relative;
        /*align-self: center;
        text-align: center;*/
        align-items: center;
        text-align: center;
        background-color: white;
        top: 40px;        
    }

    .Celular{
        background-color: #F2F2F2;
        border-radius: 6px;      
        border-width:  1px;
        border-color: #b1b1b1;
        width:337px;
        height:29px;
        transition: all 0.3s ease;
        /*align-items: center;
        text-align: center;*/
        
    }

    .Celular:focus{
        transform: translateX(5px);
        border: 2px solid #14666b;
        background-color: #ffffff;
    }

    .Formato_RUC{
        position:relative;
        /*align-self: center;
        text-align: center;*/
        align-items: center;
        text-align: center;
        background-color: white;        
        top:10px;
    }

    .RUC{
        background-color: #F2F2F2;
        border-radius: 6px;      
        border-width:  1px;
        border-color: #b1b1b1;
        width:337px;
        height:29px;
        transition: all 0.3s ease;
        /*align-items: center;
        text-align: center;*/
        
    }

    .RUC:focus{
        transform: translateX(5px);
        border: 2px solid #14666b;
        background-color: #ffffff;
    }

    .Formato_Razon_Social{
        position:relative;
        /*align-self: center;
        text-align: center;*/
        align-items: center;
        text-align: center;
        background-color: white;     
        top: 60px;   
    }

    .Razon_Social{
        background-color: #F2F2F2;
        border-radius: 6px;      
        border-width:  1px;
        border-color: #b1b1b1;
        width:337px;
        height:29px;
        transition: all 0.3s ease;
        /*align-items: center;*/
        /*text-align: center;*/       
    }

    .Razon_Social:focus{
        transform: translateX(5px);
        border: 2px solid #14666b;
        background-color: #ffffff;
    }

    .rectanguloNaranjaGrande{
        background-color: #EF9522;
        border-radius: 12px;
        width: 206px;
        height: 56px;
        top: 65px;
        left: 95px;
        align-items:center;
        position: relative;
        text-align:center;
        color: white;
        animation: pulse 2s infinite;
        transition: transform 0.3s ease;
    }

    .rectanguloNaranjaGrande:hover{
        transform: scale(1.1);
    }
    .rectanguloNaranjaGrande2:hover{
        transform: scale(1.1);
    }
    .rectanguloNaranjaGrande3:hover{
        transform: scale(1.1);
    }

    .texto17{
        text-align:center;
        position: relative;
        top: 16px;
        font-size:20px;
        font-weight: 700;
        font-family : "Neue Montreal", sans-serif; 

    }

    .Seccion2{
        height: 597px;
        width: 1313px;
        background-size: cover;
    }

    .rectanguloVerdeGrande{
        height: 469px;
        width: 801px;
        background-color: #115f64;
        position: relative;
        border-top-left-radius: 33px;
        border-bottom-right-radius: 33px;
        /*align-items: center;
        align-content: center;*/
        top: 64px;      
        left: 239px;
    }

    .texto18{
        top:49px;
        left:63px;
        position:absolute;
        color: white;
        font-size: 28px;
        font-family : "Neue Montreal", sans-serif; 

        /*background-color: black;*/


    }

    .textoFisher{
        top: 80px;
        left: 187px;
        position: absolute;
        font-family : "Neue Montreal", sans-serif; 


    }
    
    .textoFisher img {
        animation: float 3s ease-in-out infinite;
    }

    .texto19{
        left: 312px;
        top: 78px;
        position:relative;
        color:white;
        font-size:28px;
        font-family : "Neue Montreal", sans-serif; 

    }

    .texto20{
        /*background-color: white;*/
        color:white;
        width: 285px;
        left: 63px;
        position:absolute;
        text-align: justify;
        top: 110px;
        font-family : "Neue Montreal", sans-serif; 

    }

    .escudito{
        position: absolute;
        top: 292px;
        left:63px;

    }

    .texto21{
        color: white;
        left: 141px;
        position:absolute;
        top: 270px;
        font-size: 20px;
        width: 156px;
        height:53px;
        font-family : "Neue Montreal", sans-serif; 
    }

    .mensajeEstrella{
        left:63px;
        position:absolute;
        top: 367px;
    }

    .texto22{
        left: 141px;
        position:absolute;
        top: 346px;
        color:white;
        font-size:20px;
        width:168px;
        font-family : "Neue Montreal", sans-serif; 
    }

    .circuloVerde{
        position: absolute;
        left:1180px;
        top:709px;        
    }

    .carrito{
        position: relative;
        top: -45px;
        left: -510px;
    }

    .video{
        position: relative;
        width: 286px;
        height: 298px;
        left: 450px;
        top: 0 px;
        background-color: white;
        border-radius: 18px;
        overflow: hidden;
    }

        .video video {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Mantiene la proporción y cubre el contenedor */
        border-radius: 18px;
    }

    .rectanguloNaranjaGrande2{
        position: absolute;
        top: 385px;
        width: 286px;
        height: 56px;
        left:450px;
        background-color: #ef9522;
        color: white;
        font-weight: 700;
        border-radius: 13px;
        font-size: 20px;
        animation: pulse 2s infinite;
        transition: transform 0.3s ease;
    }

    .texto23{
        position:relative;
        text-align: center;
        top: -5px;
        font-size: 20px;
        line-height: 20px;
        font-family : "Neue Montreal", sans-serif; 
    }

    .Seccion3 {
        width:1296px;
        left: -12px;
        height:99px;
        background-color: #ffffff;
    }

    .Seccion4 {
        height: 893px;
        width: 1313px;
        left: -17px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
        background-color: #ffffff; /* Fondo crema */
    }

    .Seccion4 canvas {
        display: block;
        width: 100% !important; /* Asegura que el canvas ocupe todo el ancho */
        height: 100% !important; /* Asegura que el canvas ocupe toda la altura */
    }


    .Titulo_Seccion4{
        width: 290px;
        
        height: 47px;
        text-align:center;
        font-size:32px;
        align-items: center;
        left:520px;
        position: absolute;
        font-family : "Neue Montreal", sans-serif;
        font-weight: 400; 
        color: #14666b;
        
    }

    .texto24{
        font-weight: 700;
    }

    .Seccion5{
        width: 1313px;
        height: 779px;


    }

    .texto25{
        font-size:32px;
        top: 61px;
        left: 242px; 
        position: relative;
        width: 245px;
        height: 45px;
        color: #FFA628;
        font-weight: 700;

    }

    .texto26{
        text-align:justify;
        position: relative;
        width: 398px;
        height: 76px;
        left: 643px;

    }
    
    .cuadradoVerdeMediano{
        width: 163px;
        height: 153.79px;
        background-color: #14666B;
        top: 60px;
        position: relative;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        left:242px;
        transition: transform 0.3s ease;
    }
    
    .cuadradoVerdeMediano:hover {
        transform: translateY(-10px);
    }

    .LocalPeru{
        position: absolute;
        left: 815px;
        top: 2670px;
    }

    .GPSmapa{
        position: relative;
        width:296px;
        height:325px;
        border-radius: 16px;
        background-color: #D9D9D9;
        top: -95px;
        left: 478px;
    }

    .rectanguloNaranjaGrande3{
        position: absolute;
        width:801px;
        height:125px;
        background-color: #EF9522;
        top: 3060px;
        left: 242px;
        border-bottom-left-radius: 33px;
        border-top-right-radius: 33px;
        animation: pulse 2s infinite;
        transition: transform 0.3s ease;
    }

    .texto27{
        position:absolute;
        width:192px;
        height:46px;
        font-size:32px;
        color: white; 
        left: 46px;
        top: -7px;
        font-weight: 700;
        align-items: center;
        text-align: center;
    }

    .rectanguloVerdeHorizontalGrande{
        width: 1313px;
        height: 311px;
        left:-12px;
        text-align:center;
        font-size:32px;
        align-items: center;
        position: relative;
        font-family : "Neue Montreal", sans-serif;
        font-weight: 400; 
        color: white;
        background-color: #14666B ;
    }

    .texto28{
        font-weight: 400;
        top:64px;
        position: relative;
        justify-content:center;
        font-family: "Neue Montreal", sans-serif;

    }

    .texto29{
        font-weight: 700;
        justify-content:center;
        font-family: "Neue Montreal", sans-serif;
        justify-content: center;
    }

    .Marcas{
        top: 81px;
        position:relative;
        left:-14px;
        width:max-content;
    }

    @keyframes scrollBrands {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
    }

    .Marcas img {
        animation: scrollBrands 10s linear infinite;
        display: inline-block;
        margin-right: 25px;
    }

    .Marcas img:hover {
        transform: scale(1.1);
    }

    .Marcas-container {
        display: inline-block;
        white-space: nowrap;
        animation: scrollBrands 10s linear infinite;
    }

    .Seccion7{
        height:466px;
        width:1313px;
        left:-12px;
        position:relative;
        background-image: url('img/FondoFooter.png');
        overflow: hidden;
    }



    .texto30{
        position:absolute;
        justify-content: center;
        /*align-items: center;*/
        color:white;
        font-size:28px;
        font-weight:400;     
        align-items: center;
        font-family: "Neue Montreal", sans-serif;
        left: 500px;
        top:59px;
    }

    .texto31{
        position:relative;
        justify-content:center;
        font-weight: 700;
        left: 40px;
    }

    .pt1{
        position:relative;
        top:189px;
        left:430px;
    }

    .pt1 img {
    transition: transform 0.3s ease;   
    }

    .pt1 img:hover {
    transform: translateY(-5px);    
    }

    .pt2{
        position:absolute;
        top:304px;
        left:472px;
    }

    .texto32{
        top: 212px;
        position: relative;
        color: white;
        left: 514px;
        font-size:20px;
    }

    .tablerito1{
        position: relative;
        top:39px;
        left: 272px;
    }

    .texto33{
        position:relative;
        top: -30px;
        left: 330px;
        font-family: 'Neue Montreal',sans-serif;
        color:white;
        font-size:15px;
        
    }

    .tablerito2{
        position:absolute;
        top:38px;
        left:500px;
    }

    .texto34{
        position:absolute;
        top: 23px;
        left: 560px;
        font-family: 'Neue Montreal',sans-serif;
        color: white;
        font-size:15px;
    }
    
    .Marcas {
        position: relative;
        top: 81px;
        left: -14px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    .Marcas img {
        display: inline-block;
        animation: scrollBrands 20s linear infinite;
    }


/*===================================================================================*/
/*===================================================================================*/
/*
        
                                LANDING PAGE - MIGUEL
                                                                                     */
/*===================================================================================*/
/*===================================================================================*/






