* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*###########----BODY Y SU SCROLL-------##########*/
html{
    overflow-x: hidden;
    width: 100%; 
    height: max-content;
}
body{
    margin: 0;
    position: relative;
    height: max-content;
    width: 100%; 
    overflow-x: hidden;
}




.portada{
    width: 100%;
    position: relative;
    max-height: 500px;
    overflow-y: hidden;
}
.portada .carousel__lista_banner{
    height: 100%;
    scrollbar-width: none;
}
.portada .contenedor_imagen{
    width: 100%;
    max-height: 500px;
}
.portada .contenedor_imagen .imagen_pc{
    display: block;
}
.portada .contenedor_imagen .imagen_movil{
    display: none;
}
.portada .contenedor_imagen img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}
.carousel__anterior_banner,
.carousel__siguiente_banner{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    top: calc(50% - 35px);
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    background: transparent;
    border-radius: 2px;
    color: rgb(36, 35, 35);
    opacity: 100%;
    font-size: 25px;
    z-index: 2;
    transition: 0.2s ease-in-out;
}
.carousel__anterior_banner:hover,
.carousel__siguiente_banner:hover{
    opacity: 55%;
}
.carousel__anterior_banner{
    left: 20px;
}
.carousel__siguiente_banner{
    right: 20px;
}








.banner_medio{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 2%;
}
.banner_medio img{
    max-width: 100%;
}
.contenedor_construccion{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 0px 30px;
    font-family: 'Rubik';
}
.contenedor_construccion h1{
    color: #1a73e8;
    text-align: center;
    font-size: 35px;
    margin-bottom: 0px;
}
.contenedor_construccion p{
    text-align: center;
    color: #1a73e8;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 10px;
}
.contenedor_construccion .contenedor_dato{
    display: flex;
    align-items: center;
    min-width: 350px;
    color: #1a73e8;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 300;
}

.contenedor_construccion ion-icon{
    background-color: #fff;
    color: #1a73e8;
    font-size: 18px;
    padding: 3px;
    border-radius: 50%;
    margin-right: 8px;
}











/*###########----SLIDER DE PORTADA DE IMAGENES-------##########*/
.contenedor_portada{
    width: 100%;
}
.contenedor_portada img{
    max-width: 100%;
}

.linea_apple{
    margin: 150px auto;
    margin-bottom: 100px;
    width: max-content;
    display: flex;
}
.linea_apple a{
    margin: 0px 10px;
    width: 450px;
    display: flex;
}
.linea_apple a img{
    max-width: 100%;
}

/*################----MARCAS ESTILOS----#################*/
.marcas{
    background-color: #f3f3f3;
    border-radius: 2px;
    padding: 20px;
    margin: 100px auto;
    width: 1200px;
    position: relative;
}
.marcas .contenedor_marca{
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marcas .contenedor_marca img{
    max-width: 100%;
    opacity: 50%;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.marcas .contenedor_marca img:hover{
    opacity: 100%;
}
.contenedor_switch{
    font-family: 'Rubik';
    color: #fff;
    width: 100%;
    background-color: #c7121e;
    height: 500px;
    padding: 200px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 300px 0px 100px 0px;
}
.contenedor_switch .control_switch{
    position: absolute;
    width: 150px;
}
.contenedor_switch .control_switch.izquierda{
    top: 80px;
    left: 130px;
    transform: rotate(-30deg);
}
.contenedor_switch .control_switch.derecha{
    bottom: 80px;
    right: 130px;
    transform: rotate(30deg);
}
.contenedor_switch .contenedor_imagen{
    position: absolute;
    top: -200px;
}
.contenedor_switch .contenedor_imagen img{
    max-width: 100%;
}
.contenedor_switch .contenedor_informacion .titulo{
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; 
}
.contenedor_switch .contenedor_informacion .texto{
    font-size: 30px;
    font-weight: 300;
    margin-top: 5px;
    text-align: center;
}
.contenedor_switch .contenedor_informacion a{
    display: block;
    width: max-content;
    background-color: #fff;
    padding: 8px 30px;
    font-size: 23px;
    color: #c7121e;
    margin: 25px auto 0px auto;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
}
.contenedor_switch .contenedor_informacion a:hover{
    opacity: 80%;
}



.contenedor_televisor{
    background-image: url("../imagenes/fondo_televisor.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 650px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0px;
}
.contenedor_televisor .televisor_imagen{
    width: 800px;
}
.contenedor_televisor .contenedor_informacion{
    color: #fff;
    font-family: 'Rubik';
    padding-left: 50px;
}
.contenedor_televisor .contenedor_informacion .titulo{
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; 
}
.contenedor_televisor .contenedor_informacion .descripcion{
    font-size: 30px;
    font-weight: 300;
    margin-top: 5px;
}
.contenedor_televisor .contenedor_informacion a{
    display: block;
    width: max-content;
    background-color: #fff;
    padding: 8px 30px;
    font-size: 23px;
    color: #000;
    margin: 25px 0px;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
}




/* .producto{
    overflow: hidden;
    max-width: 280px;
    max-height: 460px;   
    height: 400px; 
    border-radius: 1px;
    border: 1px solid rgb(107, 107, 107, 0.4);
    transition: box-shadow 0.5s ease-in-out;  
    display: flex;
    flex-direction: column;
}
.producto .informacion{     
    display: flex;
    flex-flow: column;
    text-align: center; 
    align-items: center;   
    margin-left: 8px;  
    margin-right: 8px; 
    margin-bottom: 15px;
    height: 85px;
    width: 100%;
    padding: 0px 10px;
    position: relative;
} */
/* .precio{
    font-family: 'SamsungOne 700';
    margin: 5px 0;
    margin-bottom: 10px;   
    text-align: left;
    font-size: 1.20em;
    color: #fff;
    background-color: #117b0f;
    border-radius: 20px;
    width: max-content;
    padding: 2px 10px;
}

.Descripcion_Item{
    font-family: 'Sf Pro Display';
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 8px;
    height: max-content; 
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
} */

.Overlay{  
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.411);
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    transition: .2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s;
}

.Overlay button{
    font-family: Samsung Sharp Sans;
    text-align: center;
    font-size: 20px;
    color: #000000;
    padding: 5px 30px;
    border-radius: 10px;
    border: 1px solid rgb(53, 53, 53);
    background: #fff;
    cursor: pointer;
    transition: .25s ease-in-out;
    width: 125px;
}
.Overlay p{
    border-left: 2px solid #0f0f0f;
    color: #0f0f0f;
    text-align: center;
    font-family: Samsung Sharp Sans;
    font-size: 22px;
    width: max-content;
    padding-left: 10px;
    margin-bottom: 10px;
}
.Titulo_Cabecera_Productos{
    font-family: 'Rubik';
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
    padding-bottom: 25px;
    font-weight: 500;
    width: 100%;
}
.carousel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.carousel__contenedor{
    position: relative; 
    width: 1400px;
}
.carousel__anterior, .carousel__siguiente,
.carousel__anterior_2, .carousel__siguiente_2,
.carousel__anterior_3, .carousel__siguiente_3{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    top: calc(50% - 35px);
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    background: none;
    color: rgb(36, 35, 35);
    opacity: 100%;
    font-size: 25px;
    
}
.carousel__anterior.cuatro, .carousel__siguiente.cuatro{
    top: calc(50% - 10px);
}
.carousel__anterior,.carousel__anterior_2,.carousel__anterior_3{
    left: -32px;
}
.carousel__siguiente,.carousel__siguiente_2,.carousel__siguiente_3{
    right: -32px;
}
.carousel__anterior:hover, .carousel__siguiente:hover,.carousel__anterior_2:hover, .carousel__siguiente_2:hover,.carousel__anterior_3:hover, .carousel__siguiente_3:hover{
    opacity: 55%;
}

.Caja_Imagen_Carousel{
    max-height: 85%;
    max-width: max-content;
}
.portada .carousel__elemento{
    color: rgb(0, 0, 0);
    text-align: center;
    cursor: pointer;
    transition: .2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center; 
    min-width: 248px;
}
.portada .carousel__elemento a{
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    width: 100%;
    height: 100%;
}
.portada .carousel__elemento img{
    width: 200px;
    transform: scale(1);
    transition: .2s ease-in-out;
    margin-bottom: 10px;
}
.Caja_Imagen_Carousel:hover img{
    transform: scale(1.09);
}
.carousel__lista, .carousel__lista_2,.carousel__lista_3, .carousel__lista_5,.carousel__lista_cuatro{
    scrollbar-width: none;
}
.carousel__indicadores .glider-dot{
    display: block;
    width: 8px;
    height: 8px;
}



@media screen and (max-width:1670px){
    .contenedor_televisor .televisor_imagen{
        width: 600px;
    }
}


@media screen and (max-width:1500px){
    .linea_apple a{
        margin: 0px 10px;
        width: 400px;   
    }
}
@media screen and (max-width:1430px){
    .contenedor_televisor{
        height: 500px;
        margin: 100px 0px;
    }
    .contenedor_televisor .contenedor_informacion{
        padding-left: 50px;
    }
    .contenedor_televisor .contenedor_informacion .titulo{
        font-size: 45px;
    }
    .contenedor_televisor .contenedor_informacion .descripcion{
        font-size: 25px;
        margin-top: 5px;
    }
    
    .contenedor_televisor .televisor_imagen{
        width: 500px;
    }
}

@media screen and (max-width:1366px){
    .carousel__contenedor{
        width: 1030px;
    }
    .linea_apple a{
        margin: 0px 10px;
        width: 300px;   
    }
}

@media screen and (max-width:1300px){
    .marcas{
        margin: 100px auto;
        width: 900px;
    }
}

@media screen and (max-width:1200px){
    
    .contenedor_televisor{
        height: 400px;
        margin: 80px 0px;
    }
    .contenedor_televisor .contenedor_informacion{
        padding-left: 30px;
    }
    .contenedor_televisor .contenedor_informacion .titulo{
        font-size: 35px;
    }
    .contenedor_televisor .contenedor_informacion .descripcion{
        font-size: 18px;
    }
    .contenedor_televisor .televisor_imagen{
        width: 400px;
    }
    .contenedor_televisor .contenedor_informacion a{
        padding: 8px 25px;
        font-size: 18px;
        margin: 25px 0px;
    }
}
@media screen and (max-width:1100px){
    .carousel__contenedor{
        width: 770px;
    }
    .contenedor_switch{
        height: 400px;
        padding: 100px 0px 0px 0px;
        margin: 300px 0px 50px 0px;
    }
    .contenedor_switch .contenedor_informacion .titulo{
        font-size: 45px;
    }
    .contenedor_switch .contenedor_informacion .texto{
        font-size: 25px;
    }
    .contenedor_switch .contenedor_imagen{
        width: 700px;
        top: -170px;
    }
}


@media screen and (max-width:1000px){
    .linea_apple a{
        margin: 0px 5px;
        width: 250px;   
    }
    .marcas{
        width: 700px;
    }
}

@media screen and (max-width:900px){
    .contenedor_televisor{
        height: 550px;
        margin: 80px 0px;
        flex-direction: column;
    }
    .contenedor_televisor .contenedor_informacion{
        padding-left: 0px;
        padding-top: 30px;
    }
    .contenedor_televisor .televisor_imagen{
        width: 400px;
    }
}
@media screen and (max-width:835px){
    .carousel__contenedor{
        width: 550px;
    }
    .linea_apple{
        flex-direction: column;
    }
    .linea_apple a{
        width: 400px;
        margin: 10px 0px;
    }
    .marcas{
        width: 600px;
    }
}
@media screen and (max-width:750px){
    .contenedor_switch{
        height: 300px;
        padding: 50px 0px 0px 0px;
        margin: 300px 0px 50px 0px;
    }
    .contenedor_switch .contenedor_informacion .titulo{
        font-size: 40px;
    }
    .contenedor_switch .contenedor_informacion .texto{
        font-size: 20px;
    }
    .contenedor_switch .contenedor_imagen{
        width: 500px;
        top: -150px;
    }
    .contenedor_switch .control_switch{
        width: 100px;
    }
    .contenedor_switch .control_switch.izquierda{
        top: 80px;
        left: 50px;
    }
    .contenedor_switch .control_switch.derecha{
        bottom: 80px;
        right: 50px;
    }
    .marcas{
        width: 500px;
    }
}
@media screen and (max-width:600px){
    .carousel__contenedor{
        width: 90%;
    }
    .carousel__anterior,.carousel__anterior_2{
        left: -23px;
    }
    .carousel__siguiente,.carousel__siguiente_2{
        right: -23px;
    }
    .carousel__anterior,.carousel__anterior_3{
        left: -23px;
    }
    .carousel__siguiente,.carousel__siguiente_3{
        right: -23px;
    }
}
@media screen and (max-width:570px){
    .contenedor_switch .contenedor_imagen{
        width: 350px;
        top: -80px;
    }
    .contenedor_switch .contenedor_informacion .titulo{
        font-size: 35px;
    }
    .contenedor_switch .contenedor_informacion .texto{
        font-size: 16px;
    }
    .contenedor_switch .contenedor_informacion a{
        padding: 5px 20px;
        font-size: 18px;
        margin: 25px auto 0px auto;
    }
}
@media screen and (max-width:550px){
    .marcas{
        margin: 50px auto;
        width: 400px;
    }
}

@media screen and (max-width:480px){
    .linea_apple a{
        width: 300px;
        margin: 10px 0px;
    }
    .marcas{
        width: 350px;
    }
}
@media screen and (max-width:450px){
    .contenedor_televisor{
        height: 550px;
        margin: 50px 0px;
    }
    .contenedor_televisor .contenedor_informacion .titulo{
        font-size: 30px;
    }
    .contenedor_televisor .contenedor_informacion .descripcion{
        font-size: 16px;
    }
    .contenedor_televisor .televisor_imagen{
        width: 350px;
    }
}