*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
:root
{
    --clor_principal:rgb(0,0,0);
    --colorSecundario:rgb(222, 6, 43);
    --colorFondopt1:rgba(42, 42, 42, 0.633);
    --colorLetras:rgb(75, 75, 75);
}
body
{
    font-family:"Open_Sans";
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*primera parte*/
.contenedor_primera_parte
{
    width: 100%;
}
.fondo_pt1
{
    width: 100%;
    height: 100vh;
    background-image: url(../imagenes/img_1_pt1.jpg);
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.cont_informacion_pt1
{
    width: 100%;
    height: 30vh;
    /*border: 1px solid red;*/
    background-color: var(--colorFondopt1);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cont_informacion_pt1 h1
{
    font-size: 25px;
    color: white;
    font-weight: 700;
    padding-bottom: 20px;
}
.cont_horarios
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_izq_pt1
{
    width: 50%;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    /*border: 1px solid red;*/
}
.box_izq_pt1 h2
{
    font-size: 20px;
    color: white;
    padding-bottom: 20px;
}
.box_pt1
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
}
.box_pt1 p
{
    width: 50%;
    font-size: 20px;
    color: white;
    /*border: 1px solid blue;*/
    text-align: center;
}
.box_der_pt1
{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.box_der_pt1 h2
{
    font-size: 20px;
    color: white;
}
.box_der_pt1 p
{
    font-size: 20px;
    color: white;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*segunda parte*/
.cont_titulo_pt2
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.cont_titulo_pt2 h2
{
    font-size: 45px;
    font-weight: 700;
    color: var(--colorSecundario);
    text-align: center;
}
.contenedor_seguna_parte
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.cont_boxes_pt2
{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.box_modelo
{
    width: 270px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(222, 6, 42, 0.678);
    margin: 10px;
    border-radius: 10px;
}
.box_modelo img
{
    width: 80%;
    padding-bottom: 10px;
}
.box_modelo h2
{
    font-size: 20px;
    font-weight: 700;
    color: rgb(61, 61, 61); 
    padding-bottom: 10px;
}
.box_modelo p
{
    font-size: 20px;
    color: rgb(61, 61, 61); 
}
.box_modelo a
{
    text-align: center;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*tercera parte*/
.contenedor_tercera_parte
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
    background-color: rgb(219, 219, 219);
}
.cont_titulo_pt3
{
    width: 100%;
    background-image: url(../imagenes/img_1_pt3.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.fondo_pt3
{
    width: 100%; 
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.556);
}
.fondo_pt3 h2
{
    font-size: 45px;
    color: white;
    text-align: center;
}
.cont_info_pt3
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
}
.cont_info_pt3 p
{
    font-size: 25px;
    color: var(--colorLetras);
    padding: 0 20px;
    text-align: center;
    padding-bottom: 30px;
}
.cont_info_pt3 h3
{
    font-size: 20px;
    font-weight: 700;
    color: var(--colorLetras);
    text-align: center;
    padding: 20px;
}
.cont_honda_finance
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
}
.cont_honda_finance h2
{
    font-size: 45px;
    color: var(--colorSecundario);
    text-align: center;
}
.cont_imagenes
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_img
{
    width: 370px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    flex-direction: column;
    /*border: 1px solid blue;*/
    margin: 0 50px;
}
.box_img h3
{
    font-size: 20px;
}
.box_img p
{
    font-size: 20px;
}
.box_img img
{
    width: 60%;
    padding-bottom: 10px;
}
.boton
{
    width: 300px;
    height: 50px;
    background-color: var(--colorSecundario);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}
.boton:hover
{
    transition: all 0.3s;
    background-color: grey;
}
.boton a
{
    text-decoration: none;
    color: white;
    font-size: 20px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*cuarta parte*/
.cont_fondo_imgnes_honda
{
    width: 100%;
    background-image: url(../imagenes/honda-red.png);
    background-size: 20px 20px;
    background-attachment: fixed;
}
.cont_fondo_imgnes_honda_1
{
    width: 100%;
    background-image: url(../imagenes/honda-red.png);
    background-size: 20px 20px;
    background-attachment: fixed;
}
.cont_fondo_imgnes_honda_2
{
    width: 100%;
    background-image: url(../imagenes/honda-red.png);
    background-size: 20px 20px;
    background-attachment: fixed;
}
.cont_filtro_pt4
{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.733);
}
.cont_filtro_pt4_1
{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.733);
    display: flex;
    align-items:center;
    justify-content:flex-end;
}
.cont_filtro_pt4_2
{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.733);
}
.contenedor_cuarta_parte
{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
    background-color: white;
}
.contenedor_cuarta_parte_1
{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
    background-color: white;
    border-top: 1px solid rgb(199, 199, 199);
    border-bottom: 1px solid rgb(199, 199, 199);
}
.contenedor_cuarta_parte_2
{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
    background-color: white;
}


.cont_titulo_pt4
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_titulo_pt4 h2
{
    font-size: 45px;
    color: var(--colorSecundario);
    text-align: center;
}
.cont_informacion_pt4
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}
.cont_informacion_pt4 h3
{
    font-size: 25px;
    color: var(--colorLetras);
    font-weight: 700;
    padding-bottom: 10px;
}
.cont_informacion_pt4 p
{
    font-size: 20px;
    color: var(--colorLetras);
    padding-bottom: 10px;
}
.contenedor_cuarta_parte_1 p
{
    font-size: 20px;
    color: var(--colorLetras);
    padding: 20px;
}
.contenedor_cuarta_parte_2 p
{
    font-size: 20px;
    color: var(--colorLetras);
    padding: 20px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*mapa*/
iframe
{
    width: 100%;
    height: 50vh;
}