@font-face {
    font-family:Open_Sans;
    src: url('../fonts/OpenSans-VariableFont_wdth\,wght.ttf') format('truetype');
}
*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
:root
{
    --color_fondo_filtros:rgb(48,48,48,0.40);
    --color_letras:rgb(48,48,48);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*primera parte*/
.contenedor_primera_parte
{
    width: 100%;
    height: 100vh;
    background-image: url(../imagenes/O5/img_1_pt1.webp);
    background-size: cover;
    background-position: center;
}
.filtro_pt1
{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items:flex-end;
    justify-content:flex-end;
    background-color: var(--color_fondo_filtros);
}
.cont_info_pt1
{
    width: 40%;
    display: flex;
    align-items:flex-end;
    justify-content:center;
    flex-direction: column;
    padding-bottom: 150px;
    padding-right: 50px;
}
.cont_info_pt1 h2
{
    font-size: 50px;
    font-weight: 200;
    color: white;
    padding-bottom: 20px;
}
.cont_info_pt1 p
{
    font-size: 20px;
    font-weight: 200;
    color: white;
    text-align: right;
}
.cont_botones_pt1
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.boton_1
{
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    cursor: pointer;
    margin-right: 20px;
}
.boton_1 a
{
    font-size: 17px;
    color: white;
    text-decoration: none;
}
.boton_2
{
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    cursor: pointer;
}
.boton_2 a
{
    font-size: 17px;
    color: white;
    text-decoration: none;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*segunda parte*/
.cotenedor_segunda_parte
{
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cotenedor_segunda_parte h2
{
    font-size: 50px;
    font-weight: 200;
    color: var(--color_letras);
    padding-bottom: 30px;
    text-align: center;
}
.cotenedor_segunda_parte p
{
    font-size: 20px;
    font-weight: 200;
    column-rule: var(--color_letras);
    text-align: center;
    padding: 0 30px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*tercera parte*/
.contenedor_tercera_parte
{
    width: 100%;
}
.box_pt3
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color_letras);
}
.cont_izq
{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
}
.cont_izq h2
{
    font-size: 30px;
    color: white;
    font-weight: 200;
    padding-bottom: 20px;
}
.cont_izq p
{
    font-size: 20px;
    color: white;
    font-weight: 200;
    text-align: center;
    padding: 0 20px;
}
.cont_der
{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_der img
{
    width: 100%;
} 
.invertir
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:row-reverse;
}  
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*cuarta parte*/
.cont_titulo_pt4
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    background-color: var(--color_letras);
    border-top: 1px solid rgb(92, 92, 92);
}
.cont_titulo_pt4 h2
{
    font-size: 50px;
    font-weight: 200;
    color: white;
    text-align: center;
}
.contenedor_cuarta_parte
{
    width: 100%;
    height: 80vh;
    background-image: url(../imagenes/O5/img_1_pt4.webp);
    background-size: cover;
}
.filtro_pt4
{
    width: 100%;
    height: 80vh;
    background-color: var(--color_fondo_filtros);
    display: flex;
    align-items: center;
    justify-content: center;
}
.filtro_pt4 p
{
    font-size: 30px;
    text-align: center;
    color: white;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*quinta parte*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*sexta parte*/
.contenedor_sexta_parte
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(244, 244, 244);
    padding: 20px 0;
}
.cont_boxes_pt6
{
    width: 100%;
    display: flex;
    align-items:flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.box_pt6
{
    width: 380px;
    display: flex;
    align-items:flex-start;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px;
}
.box_pt6 img
{
    width: 100%;
    height: 280px;
    padding-bottom: 20px;
    object-fit: cover;
}
.box_pt6 h2
{
    font-size: 30px;
    font-weight: 200;
    color: grey;
    padding-bottom: 20px;
}
.box_pt6 p
{
    font-size: 20px;
    font-weight: 200;
    color: grey;
    padding-bottom: 20px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*septima parte*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*octava parte*/
/*letras chiquitas*/
.letras_chiquitas
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-color: rgb(244, 244, 244);
}
.letras_chiquitas p
{
    font-size: 15px;
    color: grey;
    text-align: center;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*novena parte*/
.contenedor_novena_parte
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgb(244, 244, 244);
}
.box_pt9
{
    width: 25%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid grey;
}
.box_pt9 p
{
    font-size: 15px;
    color: grey;
    padding-bottom: 20px;
}
.box_pt9 h2
{
    font-size: 80px;
    color: var(--color_letras);
    font-weight: 200;
}
.conte_letras_chicas_pt9
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    background-color: rgb(244, 244, 244);
}
.conte_letras_chicas_pt9 p
{
    font-size: 15px;
    color: gray;
    text-align: center;
    padding: 0 50px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*decima parte*/
.contnedor_decima_parte
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--color_letras);
}
.contnedor_decima_parte h2
{
    font-size: 50px;
    color:white;
    text-align: center;
    font-weight: 200;
}
/*imagenes de colores*/
.color_titanio
{
    background-image: none;
}
.color_titanio.activado
{
    width: 100%;
    height: 80vh;
    background-image: url(../imagenes/O5/img_1_pt10.webp);
    background-size: cover;
    background-position: center;
}
.color_verde_menta
{
    background-image: none;
}
.color_verde_menta.activado
{
    width: 100%;
    height: 80vh;
    background-image: url(../imagenes/O5/img_2_pt10.webp);
    background-size: cover;
    background-position: center;
}
.color_negro_opalo
{
    background-image: none;
}
.color_negro_opalo.activado
{
    width: 100%;
    height: 80vh;
    background-image: url(../imagenes/O5/img_3_pt10.webp);
    background-size: cover;
    background-position: center;
}
.color_azul_cosmico
{
    background-image: none;
}
.color_azul_cosmico.activado
{
    width: 100%;
    height: 80vh;
    background-image: url(../imagenes/O5/img_4_pt10.webp);
    background-size: cover;
    background-position: center;
}
.color_gris_acerado
{
    background-image: none;
}
.color_gris_acerado.activado
{
    width: 100%;
    height: 80vh;
    background-image: url(../imagenes/O5/img_5_pt10.webp);
    background-size: cover;
    background-position: center;
}
/*letras de colores*/
.letras_titanio
{
    display: none;
}
.letras_titanio.activado
{
    display: block;
}
.letras_verde_menta
{
    display: none;
}
.letras_verde_menta.activado
{
    display: block;
}
.letras_negro_opalo
{
    display: none;
}
.letras_negro_opalo.activado
{
    display: block;
}
.letras_azul_cosmico
{
    display: none;
}
.letras_azul_cosmico.activado
{
    display: block;
}
.letras_gris_acerado
{
    display: none;
}
.letras_gris_acerado.activado
{
    display: block;
}

.cont_color_coche
{
    display: flex;
    align-items:flex-end;
    justify-content: flex-start;
}
.cont_paleta_colores
{
    position: relative;
    bottom: 100px;
    width: 80%;
    display: flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction: column;
    /*border: 1px solid red;*/
    background-color: rgba(0, 0, 0, 0.456);
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.cont_paleta_colores h3
{
    font-size: 20px;
    color: white;
    font-weight: 500;
    padding-bottom: 20px;
}
.cont_paleta_colores p
{
    font-size: 15px;
    color: white;
}
.cont_botones_colores
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    /*border: 1px solid red;*/
}
.titanio
{
    width: 40px;
    height: 40px;
    /*border: 1px solid red;*/
    border-radius: 50%;
    background-color: rgb(207,16,32);
    cursor: pointer;
    margin: 0 3px;
}
.verde_menta
{
    width: 40px;
    height: 40px;
    /*border: 1px solid red;*/
    border-radius: 50%;
    background-color:rgb(0, 23, 69);
    cursor: pointer;
    margin: 0 3px;
}
.negro_opalo
{
    width: 40px;
    height: 40px;
    /*border: 1px solid red;*/
    border-radius: 50%;
    background-color: rgb(64,72,83);
    cursor: pointer;
    margin: 0 3px;
}
.azul_cosmico
{
    width: 40px;
    height: 40px;
    /*border: 1px solid red;*/
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    margin: 0 3px;
}
.gris_acerado
{
    width: 40px;
    height: 40px;
    /*border: 1px solid red;*/
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    cursor: pointer;
    margin: 0 3px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*onceaba parte*/
.contenedor_onceaba_parte
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.box_pt11
{
    width: 50%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid grey;
}
.box_pt11 p
{
    font-size: 15px;
    color: grey;
    padding-bottom: 20px;
}
.box_pt11 h2
{
    font-size: 50px;
    color: var(--color_letras);
    font-weight: 200;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*responsive*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:840px)
{
    /*primera parte*/
    .cont_info_pt1
    {
        width: 100%;
        padding-right: 10px;
        align-items:center;
    }
    .cont_info_pt1 p
    {
        text-align: center;
    }
    /*segunda parte*/
    /*tercera parte*/
    .box_pt3
    {
        flex-direction: column;
    }
    .cont_izq
    {
        width: 100%;
    }
    .cont_izq p
    {
        padding: 20px;
    }
    .cont_der
    {
        width: 100%;
    }
    /*cuarta parte*/
    /*quinta parte*/
    /*sexta parte*/
    /*septima parte*/
    /*octava parte*/
    /*novena parte*/
    .contenedor_novena_parte
    {
        flex-direction: column;
    }
    .box_pt9
    {
        width: 80%;
        border-left: 0px solid grey;
        border-bottom: 1px solid grey;
    }
    /*decima parte*/

    /*imagenes de colores*/
    .color_titanio.activado
    {
        height: 50vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_verde_menta.activado
    {
        height: 50vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_negro_opalo.activado
    {
        height: 50vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_azul_cosmico.activado
    {
        height: 50vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_gris_acerado.activado
    {
        height: 50vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_azul_antartico.activado
    {
        height: 50vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_blanco_perla.activado
    {
        height: 50vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .cont_paleta_colores
    {
        width: 90%;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:570px)
{
    /*primera parte*/
    .cont_info_pt1
    {
        align-items:center;
    }
    .cont_botones_pt1
    {
        flex-direction: column;
    }
    .boton_1
    {
        margin-right: 0px;
        margin: 10px 0;
    }
    .boton_2
    {
        width: 250px;
    }
    .cont_info_pt1 p
    {
        text-align: center;
    }
    /*segunda parte*/
    .cotenedor_segunda_parte h2
    {
        font-size: 40px;
    }
    /*tercera parte*/
    /*cuarta parte*/
    .cont_titulo_pt4 h2
    {
        font-size: 40px;
    }
    .filtro_pt4 p
    {
        font-size: 20px;
    }
    /*quinta parte*/
    /*sexta parte*/
    /*septima parte*/
    /*octava parte*/
    /*novena parte*/
    /*decima parte*/
    .contnedor_decima_parte h2
    {
        font-size: 40px;
    }
    /*imagenes de colores*/
    .color_titanio.activado
    {
        height: 30vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_verde_menta.activado
    {
        height: 30vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_negro_opalo.activado
    {
        height: 30vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_azul_cosmico.activado
    {
        height: 30vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_gris_acerado.activado
    {
        height: 30vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_azul_antartico.activado
    {
        height: 30vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .color_blanco_perla.activado
    {
        height: 30vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    /*onceaba parte*/
    .contenedor_onceaba_parte
    {
        flex-direction: column;
    }
    .box_pt11
    {
        width: 90%;   
        border-left: 0px solid grey; 
        border-bottom: 1px solid grey;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:395px)
{
    /*segunda parte*/
    .cotenedor_segunda_parte
    {
        height: auto;
        padding: 20px 0;
    }
    .cotenedor_segunda_parte h2
    {
        font-size: 30px;
    }
    .cotenedor_segunda_parte p
    {
        font-size: 17px;
        padding: 0 10px;
    }
    /*tecera parte*/
    .cont_izq h2
    {
        font-size: 20px;
    }
    .cont_izq p
    {
        font-size: 17px;
    }
    /*cuarta parte*/
    .cont_titulo_pt4 h2
    {
        font-size: 30px;
    }
    .filtro_pt4 p
    {
        font-size: 17px;
        padding: 0 10px;
    }
    /*quinta parte*/
    /*sexta parte*/
    .box_pt6 h2
    {
        font-size: 20px;
    }
    .box_pt6 p
    {
        font-size: 17px;
    }
    /*septima parte*/
    /*octava parte*/
    /*novena parte*/
    .conte_letras_chicas_pt9 p
    {
        padding: 0 10px;
    }
    /*decima parte*/
    .contnedor_decima_parte h2
    {
        font-size: 30px;
    }
    .cont_paleta_colores
    {
        bottom: 50px;
        width: 100%;
    }
    .cont_paleta_colores h3
    {
        font-size: 17px;
    }
    .titanio
    {
        width: 35px;
        height: 35px;
    }
    .verde_menta
    {
        width: 35px;
        height: 35px;
    }
    .negro_opalo
    {
        width: 35px;
        height: 35px;
    }
    .azul_cosmico
    {
        width: 35px;
        height: 35px;
    }
    .gris_acerado
    {
        width: 35px;
        height: 35px;
    }
    .azul_antrtico
    {
        width: 35px;
        height: 35px;
    }
    .blanco_perlado
    {
        width: 35px;
        height: 35px;
    }
}