section {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
}

/*Seccion Destacados*/
#destacados {
    width: 100%;
    height: 650px;
    overflow: hidden;
    min-width: 1000px;
}

/*Slider destacados*/
section#destacados #slider-destacados {
    position: relative;
    width: 55%;
    height: 650px;
    float: left;
}

section#destacados #slider-destacados .slide {
    height: 650px;
    width: 100%;
    overflow: hidden;
}

section#destacados #slider-destacados .slide h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    z-index: 2;
    font-family: 'travel-bold', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    line-height: 32px;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
}

section#destacados #slider-destacados .slide h2::before {
    position: absolute;
    top: 13px;
    left: -70px;
    display: block;
    content: '';
    width: 70px;
    height: 1px;
    background-color: #fff;
}

section#destacados #slider-destacados .slide h2::after {
    position: absolute;
    top: 13px;
    right: -70px;
    display: block;
    content: '';
    width: 70px;
    height: 1px;
    background-color: #fff;
}

section#destacados #slider-destacados .slide img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

/*Paginacion del #slider-destacados*/
section#destacados #slider-destacados #slider-destacados-pager {
    position: absolute;
    bottom: 200px;
    left: 50%;
    width: 480px;
    z-index: 101;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

section#destacados #slider-destacados #slider-destacados-pager span {
    display: inline-block;
    width: 57px;
    height: 57px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: transparent;
    text-indent: -10000px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 5px;
    cursor: pointer;
    background-color: transparent;
}

/*Iconos para los elementos en la paginacion*/
section#destacados #slider-destacados #slider-destacados-pager span.slide-1 {
    background-image: url(../images/iconos/ico_slider_1.png);
}

section#destacados #slider-destacados #slider-destacados-pager span.slide-1.cycle-pager-active {
    background-color: rgba(14, 113, 184, 1);
    border-color: rgba(14, 113, 184, 1);
}

section#destacados #slider-destacados #slider-destacados-pager span.slide-1:hover {
    background-color: rgba(14, 113, 184, 0.8);
}

section#destacados #slider-destacados #slider-destacados-pager span.slide-2 {
    background-image: url(../images/iconos/ico_slider_2.png);
}

section#destacados #slider-destacados #slider-destacados-pager span.slide-2.cycle-pager-active {
    background-color: #951b81;
    border-color: #951b81;
}

section#destacados #slider-destacados #slider-destacados-pager span.slide-2:hover {
    background-color: #951b81;
}

section#destacados #slider-destacados #slider-destacados-pager span.slide-3 {
    background-image: url(../images/iconos/ico_slider_3.png);
}

section#destacados #slider-destacados #slider-destacados-pager span.slide-3.cycle-pager-active {
    background-color: #e94e1b;
    border-color: #e94e1b;
}

section#destacados #slider-destacados #slider-destacados-pager span.slide-3:hover {
    background-color: #e94e1b;
}

section#destacados #slider-destacados #slider-destacados-pager span.slide-4 {
    background-image: url(../images/iconos/ico_slider_4.png);
}

section#destacados #slider-destacados #slider-destacados-pager span.slide-4.cycle-pager-active {
    background-color: #3aaa35;
    border-color: #3aaa35;
}

section#destacados #slider-destacados #slider-destacados-pager span.slide-4:hover {
    background-color: #3aaa35;
}

/*Slider Noticias*/
section#destacados #slider-noticias {
    position: relative;
    width: 45%;
    height: 400px;
    float: left;
}

section#destacados #slider-noticias .slide {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding-left: 30px;
}

section#destacados #slider-noticias .slide h3 {
    position: relative;
    z-index: 2;
    font-family: 'travel-light', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #29295c;
    margin-top: 130px;
    margin-bottom: 5px;
    width: 200px;
}

section#destacados #slider-noticias .slide p {
    position: relative;
    z-index: 2;
    font-family: 'travel-regular', sans-serif;
    font-size: 13px;
    color: #4b4c55;
    width: 200px;
    line-height: 20px;
}

section#destacados #slider-noticias .slide a {
    position: relative;
    z-index: 2;
}

section#destacados #slider-noticias .slide img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

section#destacados #slider-noticias .slider-noticias-next {
    position: absolute;
    top: 60px;
    left: 70px;
    z-index: 999;
    cursor: pointer;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

section#destacados #slider-noticias .slider-noticias-prev {
    position: absolute;
    top: 60px;
    left: 31px;
    z-index: 999;
    cursor: pointer;
}

/*Acciones*/
section#destacados #acciones {
    width: 45%;
    height: 300px;
    float: left;
    background-color: #398aaf;
}


section#destacados #acciones .accion {
    width: calc(50% - 70px);
    height: 300px;
    float: left;
    padding: 20px 35px 0px 35px;
}

section#destacados #acciones .accion#accion-contacto {
    background-color: #2ba6df;
}

section#destacados #acciones .accion#accion-asociados a {
    float: right;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
}

section#destacados #acciones .accion#accion-asociados p {
    font-style: italic;
}

section#destacados #acciones .accion#accion-asociados p span {
    font-weight: bold;
    margin-top: 10px;
    display: block;
    font-style: normal;
}

section#destacados #acciones .accion h4 {
    font-family: 'travel-light', sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    width: 270px;
    margin-top: 0px;
    text-transform: none;
}

section#destacados #acciones .accion p {
    font-family: 'travel-regular', sans-serif;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    text-align: left;
    width: 100%;
}

section#destacados #acciones .accion .btn {
    margin: 5px 0px;
}

/*Info*/
#info-productos {
    background-color: #ecf1f3;
    padding-bottom: 20px;
}

#info-productos #grupo-productos {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

#info-productos .next,
#info-productos .prev {
    display: none;
}

#info-productos #grupo-productos img.producto {
    display: inline-block;
    margin: 30px 0px 0px 0px;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    width: 135px;
}

#info-productos #grupo-productos img.producto:hover:not(.selec) {
    opacity: 0.8;
    cursor: pointer;
}

#info-productos #grupo-productos img.producto.selec {
    background-color: #fff;
    border-right-color: #fff;
}

#info-productos #grupo-productos img.producto:last-child {
    border-right: none;
}

#detalle-producto {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #fff;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#detalle-producto span.cerrar-info {
    position: absolute;
    top: 40px;
    right: 20px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url(../images/home/encuesta/btn_cerrar_encuesta.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #29295c;
    background-size: 20px;
    cursor: pointer;
}

#detalle-producto .info {
    display: none;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

#detalle-producto .info p {
    font-family: 'travel-regular', sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #4b4c55;
    text-align: center;
    padding: 0px 30px;
}

#detalle-producto .info img.logo-producto {
    width: 250px;
    margin: 50px auto 0px auto;
}

#detalle-producto .info img.logo-sodexo {
    width: 100px;
    margin: 20px auto 0px auto;
}

#detalle-producto.cheque-restaurant {
    background-image: url(../images/home/servicios/cheque.jpg);
}

#detalle-producto.cheque-restaurant-tarjeta {
    background-image: url(../images/home/servicios/tarjeta.jpg);
}

#detalle-producto.farmacia-pass {
    background-image: url(../images/home/servicios/farmacia.jpg);
}

#detalle-producto.movil-pass {
    background-image: url(../images/home/servicios/movil.jpg);
}

#detalle-producto.parvulo-pass {
    background-image: url(../images/home/servicios/parvulo.jpg);
}

#detalle-producto.regalo-pass {
    background-image: url(../images/home/servicios/regalo.jpg);
}

#detalle-producto.uniforme-pass {
    background-image: url(../images/home/servicios/uniforme.jpg);
}

/* ////////////////////// HOME NUEVO ////////////////////// */

.productos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem .8rem;
    gap: 1rem;
    background-color: #221C46;
}

.productos__item {
    position: relative;
    max-width: 110px;
}

.productos__item img {
    width: 100%;
}

@media(min-width:768px) {

    .productos {
        padding: 3rem 2rem;
        gap: 10rem;
    }
    .productos__item {
        position: relative;
        max-width: 150px;
    }
}

.hero {
    position: relative;
    display: grid;
    height: 85vh;
    background-color: #221C46;
    border-bottom: solid 2px #00EB5E;

}

.hero__texto {
    padding: 4rem;
}

.hero__texto h2 {
    font-family: 'travel-regular', sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    text-align: left;
}

.hero__imagen {
    position: relative;
}

.hero__imagen::before {
    position: absolute;
    top: -50px;
    left: 50%;
    content: "";
    width: 100px;
    height: 100px;
    background-image: url(../images/iconos/Graphic_Device_Confidently_Coral_Solid_RGB.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateX(-50%);
}

.hero__imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(min-width:768px) {
    .hero {
        height: 90vh;
    }
     .hero__imagen::before {
        width: 150px;
        height: 150px;
      
    }
}

@media(min-width:1024px) {

    .hero {
        height: 70vh;
        grid-template-columns: repeat(2, 1fr);
        
    }

    .hero__texto {
        padding-left: 6rem;
        width: 60%;
    }

    .hero__texto h2 {
        font-size: 3rem ;
    }

    .hero__imagen {

    }

    .hero__imagen::before {
        width: 150px;
        height: 150px;
        top: 50%;
        transform: translatey(-50%);
        left: -75px;
    }
}

@media(min-width:1600px) {
    .hero__imagen::before {
        width: 200px;
        height: 200px;
        top: 50%;
        transform: translatey(-50%);
        left: -100px;
    }

    .hero__texto {
        padding-left: 6rem;
        width: 50%;
    }

     .hero__texto h2 {
        font-size: 3.5rem ;
    }
}