.contenedor_registro {
    width: 80%; margin: auto; padding-bottom: 15px;
}

.contenedor_inicio {
    width: 80%; margin: auto; padding-bottom: 60px;
}

.cont-carousel-1 {
    width: 100%; margin-left: -150px;
}

.cont-carousel-2 {
    width: 100%; margin-left: -150px;
    margin-top: 50px; margin-bottom: 10px; display: flex; justify-content: flex-start;
}

.text-carousel-2em {
    font-weight: bold; font-size: 2em; text-align: left;
}

.text-carousel-3em {
    font-weight: bold; font-size: 3em; text-align: left;
}

.text-carousel-3em-normal {
    color: #fff;
    font-size: 3.5em;
}

.name-product-1 {
    color: #000;
    font-size: 3.5em;
}

.name-product-2 {
    color: #fff;
    font-size: 2em;
}

.seccion-1 {
    width: 100%; max-width: 800px; margin-top: 40vh; padding-left: 120px; box-sizing: border-box;
}

.seccion-3 {
    width: 100%; max-width: 600px; padding-left: 40px; box-sizing: border-box; margin-top: 335px;
}




@media (max-width: 900px) {
    .cont-carousel-1 {
        width: 100%; margin-left: 0px;
    }

    .cont-carousel-2 {
        width: 100%; margin-left: 0px;
        margin-top: 50px; margin-bottom: 10px; display: flex; justify-content: flex-start;
    }

    .text-carousel-3em-normal {
        color: #fff;
        font-size: 2.5em;
    }

    .name-product-1 {
        color: #000;
        font-size: 2.5em;
    }

    .name-product-2 {
        color: #fff;
        font-size: 2em;
    }
}




@media (max-width: 750px) {
	.contenedor_registro {
        width: 96%; margin: auto; padding-bottom: 15px;
    }
    
    .contenedor_inicio {
        width: 96%; margin: auto; padding-bottom: 60px;
    }
}




@media (max-width: 650px) {
    .cont-carousel-1 {
        width: 100%; margin-left: 0px; margin-top: -40px;
    }

    .cont-carousel-2 {
        width: 100%; margin-left: 0px;
        margin-top: 20px; margin-bottom: 40px; display: flex; justify-content: flex-start;
    }

    .text-carousel-2em {
        font-weight: bold; font-size: 1.3em; text-align: left;
    }

    .text-carousel-3em {
        font-weight: bold; font-size: 1.5em; text-align: left;
    }

    .text-carousel-3em-normal {
        color: #fff;
        font-size: 1.5em;
    }

    .name-product-1 {
        color: #000;
        font-size: 1.5em;
    }

    .name-product-2 {
        color: #fff;
        font-size: 1.5em;
    }

    .seccion-1 {
        width: 100%; max-width: 800px; margin-top: 40vh; padding-left: 10px; box-sizing: border-box;
    }

    .seccion-3 {
        width: 100%; max-width: 600px; padding-left: 10px; box-sizing: border-box; margin-top: 335px;
    }
}