/* configuracion de fuentes*/
* {
    font-family: electrolux;
}

img{
    max-width:100%;
    height:auto;
}

/*configuracion de variables */
:root{
    --electrolux-bg-primary: #193159; 
    --electrolux-bg-gray: #7b8a9a; 
    --electrolux-bg-dark: #191820; 
    --electrolux-bg-gray-light: #acbac1;
    --electrolux-bg-gray-light-2:#e0e9eb; 
    --electrolux-text-primary: #193159; 
    --electrolux-bg-primary-darken: #041e4d; 
    --electrolux-bg-primary-light: #dde8ea;  
    --electrolux-bg-items-text: 1.1vw;
    --electrolux-bg-title: 3vw;
    --electrolux-bg-text: 1.43vw;
    --electrolux-bg-plus-title: 1.3vw;
    --electrolux-bg-plus-text: 1.1vw;
    --electrolux-bg-guaranty: 1vw;
    --electrolux-bg-lineheight: 1.25;
    --electrolux-bg-general-info: 1.5vw;
    --electrolux-bg-max-width-table: 20vw;
    --electrolux-bg-table-title: 1.1vw;
    --electrolux-bg-table-item: 1.1vw;
}

html {

    font-size: 16px;
}


/*configuracion de colores con variables*/
.bg-electrolux-primary {
    background: var(--electrolux-bg-primary);
}

.bg-electrolux-gray {
    background: var(--electrolux-bg-gray);
}

.text-electrolux-primary {
    color: var(--electrolux-text-primary);
}

.text-electrolux-white {
    color: var(--electrolux-white);
}

.bg-electrolux-primary-darken {
    background: var(--electrolux-bg-primary-darken);
}

.bg-electrolux-primary-light {
    background: var(--electrolux-bg-primary-light);
}

.bg-electrolux-gray-light {
    background: var(--electrolux-bg-gray-light);
}

.bg-electrolux-black-blue {
    background: var(--electrolux-bg-black-blue);
}


/*configuracion de clases para fuentes */
.font-semibold {
    font-weight:600 !important;
}

.font-light {
    font-weight:300 !important;
}

.font-regular {
    font-weight:400 !important;
}

.font-bold {
    font-weight:600 !important;
}

.bold {
    font-weight:700 !important;
}

.display-3 {
    line-height: 1;
}

.txt-s {
    font-size: 1.5rem;
}

.pd-0 {
    padding: 0 !important;
}

/*CSS PARA BANNER PRINCIPAL -----------------------------------*/

.img {
    max-width: 100%;
    height: auto;
}

.img-cover {
    object-fit: cover;
}

.electrolux__header {
    position: fixed;
    top: 0%;
    z-index: 100000000000;
    opacity: .95;
    max-height: 100px;
    height: 100%;
    width: 100%;
    background-color: var(--electrolux-bg-primary);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.electrolux__header div {
    margin-left: 3rem;
    max-height: 90%;
}

.electrolux__header div img {
    max-height: 40px;
}

.imgBackground {
    height: 740px;
}

.imgBackground>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.backgroundSection .textBox {
    left: 8%;
    bottom: 4%;
    position: absolute;
}

/*FIN CSS PARA BANNER PRINCIPAL ----------------------------------------------*/

/*CSS PARA CARDS CON IMGS CIRCULARES -------------------------*/


.cardsCirculares .col-12:nth-of-type(2) {
    border-left: 1px solid white;
    border-right: 1px solid white;
}





/*FIN CSS PARA CARDS CON IMGS CIRCULARES -------------------------*/





.img_style {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.carousel-indicators li {
    height: 30px;
    width: 30px;
    border-radius: 15px;
}

.div_text {

    padding: 100px 30px;
}



/*FIN SECCION 2  COLUMNAS  1 IMG Y UN TEXTO */




/* FEATURED  SLIDER */
.carousel-inner .carousel-item {
    transition: transform 1s ease !important;
}


.c-s>img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    font-size: 16px;
}

.c-s2>img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    padding: 40px 0px;
    font-size: 16px;

}

.Carousel-f{
    justify-content: flex-end;
    padding-right: 10%;
}



.Carousel-f .active {
    background-color: var(--electrolux-text-primary);
}

.Carousel-f [data-bs-target] {
    opacity: 1;
    border-radius: 50%;
    height: 20px;
    width: 20px;

}


.Col-Eq {
    padding-bottom: 100%;
    margin-bottom: -100%;
}


/* FIN  FEATURED  SLIDER */


/*   SLIDER */
.xd {
    border: 1px solid white;
}


.img-Slider {
    padding: 50px 0px;
}

.div_text2 {

    padding: 100px 10px;
}



.img-Slider>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.carousel-control-next {}



/* FIN SLIDER */


/*CSS PARA SECCION DE INFORMACION TECNICA */

.informationSection .tit {
    padding: 10px;
    border-radius: 10px;
    gap: 0 10px;
}

.informationSection ul li {
    margin-bottom: 5px;
    border-radius: 10px;
}

.informationSection .tit img {
    width: 33px;
}

.detailsInfoDiv {
    max-width: 350px;
    width: 100%;
}

/*FIN CSS PARA SECCION DE INFORMACION TECNICA */





/* CSS PARA SECCION DE CARDS EXPANSIBLES */

.expansibleCards__card {
    padding: 1rem 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s ease-in-out;
}

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

.expansibleCards__icons {
    position: absolute;
    top: 15px;
    right: 15px;
}



.expansibleCards__icons>div.bg-electrolux-primary-darken {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.expansibleCards__icons>div.bg-electrolux-primary-darken img {
    transform: scale(.5);
}


.expansibleCards__icons > div.bg-electrolux-primary-darken{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: iconAnimation .5s infinite linear alternate-reverse;
}
.expansibleCards__icons > div.bg-electrolux-primary-light{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: iconAnimation .5s infinite linear alternate-reverse;
}

.expansibleCards__icons>div.bg-electrolux-primary-darken img {
    transform: scale(.5);
}

                /* ANIMACION PARA BOTON DE MAS */
@keyframes iconAnimation{
    from{
        transform: scale(1.2);
    }
    to{
        transform: scale(1);
    }
}





/*CSS PARA IMAGEN FONDO COMPLETO */

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


/*FIN CSS PARA IMAGEN FONDO COMPLETO*/

/*CLASES DE FUENTES GENERALES*/

.title{
    font-size: 3.125rem;
}

.text{
    font-size: 1.875rem;
    line-height: var(--electrolux-bg-lineheight);
}

.plus-title{
    font-size: var(--electrolux-bg-plus-title);
}

.plus-text{
    font-size: var(--electrolux-bg-plus-text);
    line-height: var(--electrolux-bg-lineheight);
}

.general-info{
    font-size: 30px;
}


.guaranty{
    font-size: var(--electrolux-bg-guaranty);
}

.bg-electrolux-gray-light-2 {
    background: var(--electrolux-bg-gray-light-2);
}

.table-title {
    font-size: 26px;
    line-height: 1em;
}

.table-item {
    font-size:24px;
}



.banner {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 600;
}

.banner-subtitle {
    color: #041e4e;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.bg-electrolux-primary-light-2{
    background: #aebbc1;
}

.bold{
    font-weight: 600;
}

.white{
    color: white;
}

.footer{
    font-size: 16px;
    margin:0;
    text-align: right;
}

.cardsCirculares span {
    font-size: 18px;
    line-height: 1.3em;
    text-align: center;
}

.cardsCirculares .row>*{
    padding-left: 0!important;
}

.carousel-006-2 .carousel-control-prev,
.carousel-006-2 .carousel-control-next {
    width: 5%!important;
}



.fondoAzul .expansibleCards__card p.text-electrolux-primary {
    font-size: 1.5rem;
    text-align: left;
    width: inherit;
    line-height: 1.5rem;
}

.expansibleBG{
    position: absolute;
    height:100%;
}

.disenoBackground {
    color: white;
}

.box-1{
    display: flex;
}

.box-2{
    display: flex;
}

.box-3{
    display: flex;
}

.fondo .imgBackground {
    height: 39vw;
}

.contenedor3 {
    position: static;
}



.fondoDesktop{
    display: block;
}

.fondoResponsive{
    display: none;
}


.container-blanco{
    padding: 5.5rem 5rem;
}




.cards_plus{
    background: url('../assets/img/Azul2.png') no-repeat center;
    background-size: cover;
}

.cards_plus .izq p{
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.05px;
    line-height: 1.2em;
    width:80%;
}
.cards_plus .izq .izq_cont{
    display: grid;
    margin-left: 15%;
    width: 85%;
}

.cards_plus .izq .izq_cont h2{
    font-size:34px;
}

.cards_plus .der{
    
}

.cards_plus .der .der_cont{
    display: flex;
    gap:20px;
}

.cards_plus .der .der_cont .card_indv{
    position: relative;
}


.cards_plus .der .der_cont .card_indv .card_indv__contenido{
    align-items: center;
    background-color: #dfe9eb;
    display: grid;
    height: 100%;
    opacity: 0;
    padding:40px 30px;
    position: absolute;
    transition: 0.3s all;
    width: 100%;
    z-index:-1;
}

.cards_plus .der .der_cont .card_indv .btn_card_show{
    border-radius: 100%;
    height: 44px;
    padding: 9px 0 0 11px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 44px;
    transition: 0.3s all;
    z-index: 10;
}
.cards_plus .der .der_cont .card_indv .btn_card_show:hover{
    transform: rotate(45deg);
}

.cards_plus .der .der_cont .card_indv .btn_card_show:hover + .card_indv__contenido{
    opacity: 1;
    z-index:9;
}
.cards_plus .der .der_cont .card_indv .card_indv__contenido:hover{
    opacity:1;
    z-index:9;
}

.cards_plus .der .der_cont .card_indv .card_indv__imagen{
    
}

.cards_plus .der .der_cont .card_indv .card_indv__contenido h4{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1em;
}

.cards_plus .der .der_cont .card_indv .card_indv__contenido p{
    font-size: 18px;
    font-weight: 300;
    line-height:1.2em;
    margin:0;
    width:100%;
}

.swiper3_cont{
    background-color: #aebbc1;
    padding:80px 0;
}
.swiper3_cont .swiper-slide img{
    max-width:600px;
    max-height: 400px;
}



/*CSS PARA IMAGEN FONDO COMPLETO */

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



.backgroundSection .textBoxCambios {
	left: 10%;
	bottom: 10%;
	position: absolute;
	max-width: 30vw;
    opacity: .95;
}


.gray-white {
	color: #adbbc1;
}


.bold {
	font-weight: 600;
}

  /* CSS PARA IMAGEN CON ANIMACION DE FLECHAS */
/*.imgAnimation{
    position: relative;
}

.imgAnimation > div{
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.imgAnimation > div img{
    max-height: 300px;
}

.imgAnimation .img-animated{
    animation: imgAnimation .5s ease-in-out infinite alternate-reverse;
}

@keyframes imgAnimation{
    from{
        opacity: 1;
    }
    to{
        opacity: .4;
    }
}*/




/*---------------------------------------------------------------------------------------------------------*/


/* EMPIEZA CSS SLIDER*/ 



.slide .imagen {
    width: 100%;
    height: 100%;
}

.slide {
    display: flex;
    background: #aebbc1;
    max-height: 865px;
    /* min-height: 865px; */
}

.slide .imagenes-slider-1 {
    background: #aebbc1;
    width: 50%;
}

.slide .imagenes-slider-1 img {
    width: 100%;
    height: 100%;
}

.slide .texto-slider-1{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 66%;
}

.white{
    color: white;
}

.dark-blue{
    color: #193159;
}
.swiper-pagination-bullet {
    width: 20px!important;
    height: 20px!important;
    background: white!important;
     opacity:1!important; 
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 4vw!important;
    left: 25vw!important;
    width: 100%!important;
}

.swiper-pagination-bullet-active {
    background: #193159!important;
    height: 20px!important;
    width: 20px!important;
}



.slide .garantia-slider img{
    position: absolute;
    right: 50px;
    top: 30px;
    width: 100%;
    max-width: 90px;
}

.contenedor{
    display: flex;
    width: 50%;

}

.slide-titulo1{
    font-size: 50px;
    line-height: 1.2em;
}


.slide-texto{
    font-size: 22px;
    font-weight:400;
    line-height: var(--electrolux-bg-lineheight);
    max-width: 340px;
}

.slide-titulo-garantia {
    font-size: 14px;
}

.pr-40 {
    padding-right: 35%;
}





/* TERMINA CSS SLIDER*/ 


/* EMPIEZA CSS SLIDER 2*/ 

.pr-30 {
    padding-right: 35%;
}

.slide .imagenes-slider-2 {
    
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.slide .imagenes-slider-2 .img-slider-2 {
   /* width: 100%;*/
    width: 100%;
    object-fit: contain;
}

.slide .texto-slider-2{
    background: #aebbc1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 6%;
}

.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 44 * 50)!important;
    color: white!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px!important;
}

.imgAnimation {
    position: relative;
}

.imgAnimation .img-animated {
    animation: imgAnimation .5s ease-in-out infinite alternate-reverse;
}

.imgAnimation .flechas {
    position: absolute;
    bottom: 30px;
    left: calc(50%);
    transform: translateX(-50%);
}

.imgAnimation .flechas img {
    max-height: 300px;
}


@keyframes imgAnimation{
    from{
        opacity: 1;
    }
    to{
        opacity: .4;
    }
}

/* TERMINA CSS SLIDER 2*/ 

p.text.font-regular {
    font-size: 23px;
    letter-spacing: 0.5px;
}

img.img.img-footer {
    width: 160px;
}

.squareMain{
    background-color: #fff;
}


/* ESTILOS RESPONSIVE */

/* @media screen and (min-width:1301px){

} */

@media screen and (max-width:1400px){
    .banner {
        font-size: 26px;
    }
    .banner-subtitle {
        font-size: 22px;
    }
    .container-blanco {
        padding: 50px 40px;
    }
    .slide-titulo1 {
        font-size: 40px;
    }
    .slide .garantia-slider img {
        right: 40px;
        top: 20px;
        max-width: 70px;
    }
    .general-info {
        font-size: 28px;
    }
    .table-title {
        font-size: 22px;
        line-height: 1em;
    }
    .table-item {
        font-size: 20px;
    }
    .footer {
        font-size: 14px;
        line-height: 1.4em;
        margin: 0;
    }

}
/* 993 - 1100 */
@media screen and (max-width:1100px){

    .banner {
        font-size: 23px;
    }
    .banner-subtitle {
        font-size: 23px;
    }
    .cardsCirculares span {
        font-size: 17px;
    }
    .slide .garantia-slider img {
        right: 20px;
    }
    .slide-titulo1 {
        font-size: 34px;
        line-height: 2.175rem;
    }
    .slide-texto {
        font-size: 20px;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido {
        align-items: center;
        background-color: #dfe9eb;
        display: grid;
        height: 100%;
        opacity: 0;
        padding: 30px 20px;
        position: absolute;
        transition: 0.3s all;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido h4 {
        font-size: 23px;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido p {
        font-size: 16px;
    }
}

/* 769 - 992 */
@media screen and (max-width:992px){
    .squareMain{
        background-color: rgb(255 255 255 / 90%);    
    }
    .slide-titulo1 {
        font-size: 28px;
        line-height: 1.2em;
    }
    .slide .texto-slider-1 {
        width: 90%;
    }
    .slide .imagen {
        height: 480px;
        object-fit: cover;
    }
    .slide .garantia-slider img {
        max-width: 60px;
    }
    .cards_plus .izq .izq_cont {
        width: 100%;
        margin-left: 0;
    }
    .cards_plus .izq p {
        width: 100%;
    }
    .cards_plus .der .der_cont .card_indv .btn_card_show {
        display: none;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido {
        opacity: 1;
        z-index: 100;
        position: relative;
        height: auto;
    }
    .cards_plus .der .der_cont {
        flex-wrap: wrap;
    }
    .cards_plus .der .der_cont .card_indv {
        display: flex;
        flex-basis: calc((100% / 3) - 20px);
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido {
        padding: 15px 8px;
        flex-basis: 50%;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__imagen {
        height: 100%;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__imagen img{
        height: 100%;
        object-fit: cover;
        width:100%;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido h4 {
        font-size: 18px;
    }
    .swiper3_cont{
        padding: 80px 0;
    }
    .swiper3_cont .swiper-slide img {
        width: 100%;
    }
    .general-info {
        font-size: 24px;
    }
    .table-title {
        font-size: 18px;
    }
    .table-item {
        font-size: 17px;
    }
    .cards_plus .izq .izq_cont h2 {
        font-size: 28px;
    }



}
@media screen and (max-width:768px){
    .imgBackground {
        height: 340px;
        margin-top: 100px;
    }
    .backgroundSection .textBox {
        left: 0;
        bottom: 0;
        position: relative;
    }
    .imgBackground>img {
        object-position: center;
    }
    .cards_plus .der .der_cont {
        max-width: 94%;
        margin: 0 auto;
    }
    .cards_plus .der .der_cont .card_indv {
        flex-basis: 100%;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido h4 {
        font-size: 26px;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido p {
        font-size: 22px;
    }
    .cards_plus .der .der_cont .card_indv {
        display: flex;
        flex-basis: 100%;
        justify-self: center;
        align-items: center;
        background: #dfe9eb;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido {
        display: block;
    }
    .cards_plus .izq .izq_cont {
        width: 94%;
        margin: 0 auto 30px;
    }
    img.img.img-footer{
        display: block;
        margin: 0 auto 30px;
    }
    .footer {
        text-align: center;
    }
    .imgAnimation .flechas img {
        max-height: 200px;
    }



}
@media screen and (max-width:500px){
    .slide {
        flex-wrap: wrap;
        position:relative;
    }
    .slide .imagen {
        height: 280px;
        object-fit: cover;
        object-position: center;
    }
    .slide .contenedor {
        width: 100%;
        padding: 30px 0 60px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px !important;
        left: 0 !important;
        width: 100%!important;
    }
    .swiper_primero{
        background-color: #aebbc1;
    }
    .cards_plus .der .der_cont .card_indv {
        flex-wrap: wrap;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido {
        flex-basis: 100%;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido h4 {
        font-size: 26px;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__contenido p {
        font-size: 20px;
    }
    .cards_plus .der .der_cont .card_indv .card_indv__imagen {
        height: 100%;
        max-height: 400px;
        width: 100%;
    }
    .slide .garantia-slider img {
        z-index: 10000;
        opacity: 1;
    }
    .slide .imagenes-slider-2 {
        width: 100%;
    }
    .swiper3_cont{
        padding: 80px 0 0;
    }



}


