*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
:root
{
    --color_principal_cliente:rgb(249,90,53);
    --color_hover:rgb(102, 105, 111);
}
body
{
    font-family:"OpenSans";
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*primera parte*/
.cont_espacio_informacion
{
    z-index: 2;
    position: absolute;
    top: 0px;
    width: 60%;
    height: 100%;
    display: flex;
    align-items:flex-start;
    justify-content:flex-end;
    flex-direction: column;
    background-image: url(../img/img_info_pt1.png);
    background-position: center;
    background-size: cover;
    padding-left: 40px;
    padding-bottom: 80px;
    /*border: 1px solid red;*/
}
.cont_espacio_informacion h2
{
    font-size: 25px;
    font-weight: 700;
    color: var(--color_principal_cliente);
}
.cont_espacio_informacion h1
{
    font-size: 90px;
    font-weight: 700;
    color: white;
}
.cont_espacio_informacion h3
{
    font-size: 30px;
    color: white;
    font-weight: 700;
    padding-bottom: 20px;
}
.cont_espacio_botones
{
    width: 80%;
    /*border: 1px solid green;*/
    display: flex;
    align-items: center;
    justify-content:flex-start;
}
.cont_espacio_botones .boton_iqz_producto_p
{
    width: 60px;
    height: 40px;
    /*border: 1px solid red;*/
    background-color: var(--color_principal_cliente);
    border: 2px solid var(--color_principal_cliente);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.cont_espacio_botones .boton_iqz_producto_p i
{
    font-size: 20px;
    color: white;
}
.cont_espacio_botones .boton_der_producto_p
{
    width: 60px;
    height: 40px;
    /*border: 1px solid red;*/
    background-color: var(--color_principal_cliente);
    border: 2px solid var(--color_principal_cliente);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.cont_espacio_botones .boton_der_producto_p i
{
    font-size: 20px;
    color: white;
}
.boton_iqz_producto:hover, .boton_der_producto:hover
{
    background-color: var(--color_hover);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*segunda parte*/
.contenedor_segunda_parte
{
    width: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 50px;
}
.cont_izq_pt2
{
    width: 60%;
    /*border:1px solid red;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_img_pt2
{
    width: 90%;
    height: 80vh;
    /*border: 1px solid blue;*/
    background-image: url(../img/img_migar_pt2.jpeg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items:flex-end;
    justify-content:flex-start;
}
.cont_cuadro_interno
{
    width: 60%;
    height: 200px;
    /*border: 1px solid red;*/
    background-color: black;
}
.cont_der_pt2
{
    width: 50%;
    display: flex;
    align-items:flex-start;
    justify-content: center;
    flex-direction: column;
    /*border: 1px solid green;*/
    padding: 10px;
}
.cont_der_pt2 h2
{
    font-size: 25px;
    font-weight: 500;
    color: var(--color_principal_cliente);
    padding-bottom: 10px;
}
.cont_der_pt2 h3
{
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 10px;
}
.cont_menu_nosotros
{
    width: 100%;
    height: 50px;
    /*border: 1px solid red;*/
    display: flex;
    align-items: center;
    justify-content:flex-start;
    padding-left: 10px;
    background-color: rgb(230, 230, 230);
}
.cont_menu_nosotros .linea_nosotros
{
    width: 40px;
    height: 2px;
    background-color: var(--color_hover);
    margin: 0 5px;
}
.cont_menu_nosotros p
{
    font-size: 17px;
    color: var(--color_hover);
    padding: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.cont_menu_nosotros p:hover
{
    color: var(--color_principal_cliente);
}
.cont_parrafos_nosotros
{
    width: 100%;
    height: 180px;
    display: flex;
    align-items:flex-start;
    justify-content: center;
    padding: 10px 0;
    /*border: 1px solid red;*/
}
.cont_parrafos_nosotros p
{
    font-size: 20px;
    font-weight: 300;
    color: var(--color_hover);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*tercera parte*/
.contenedor_tercera_parte
{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: rgb(230,230,230);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contenedor_tercera_parte h2
{
    font-size: 25px;
    font-weight: 500;
    color: var(--color_principal_cliente);
    padding-bottom: 10px;
}
.contenedor_tercera_parte h3
{
    font-size: 40px;
    font-weight: 500;
    color: black;
    padding-bottom: 20px;
    text-align:center;
}
.cont_todos_los_servicios
{
    width: 100%;
}

.cont_espacio_boton
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

/*-------------------------------------------------------*/
.cont_general_visualizadores
{
    position: fixed;
    z-index: 4;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.visualizador
{
    width: 60%;
    height: 600px;
}
.visualizador img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont_fondo_boton_cerrar
{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cerrar_visualizadores
{
    font-size: 45px;
    color: var(--color_principal_cliente);
    cursor: pointer;
    transition: all 0.3s ease;
}
#cerrar_visualizadores:hover
{
    color: red;
}

/*---------------------------------------------------------------*/
.boton_izq_visualizador
{
    position: absolute;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: var(--color_principal_cliente);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.boton_izq_visualizador i
{
    font-size: 20px;
    color: white;
}
.boton_der_visualizador
{
    position: absolute;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: var(--color_principal_cliente);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.boton_der_visualizador i
{
    font-size: 20px;
    color: white;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*cuarta parte*/
.contenedor_cuarta_parte
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid red;*/
    background-color: var(--color_principal_cliente);
}
.box_pt4
{
    width: 32%;
    height: 170px;
    /*border: 1px solid red;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.fondo
{
    background-image: url(../img/fondo_box_pt4.jpg);
    background-position: center;
    background-size: cover;
}
.cont_izq_pt4
{
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    /*border: 1px solid white;*/
    padding-right: 10px;
}
.cont_izq_pt4 img
{
    width: 50%;
}
.cont_der_pt4
{
    width: 75%;
    height: 100%;
    /*border: 1px solid red;*/
    display: flex;
    align-items:flex-start;
    justify-content: center;
    flex-direction: column;
}
.cont_der_pt4 h4
{
    font-size: 20px;
    font-weight: 500;
    color: white;
}
.cont_der_pt4 h5
{
    font-size: 25px;
    font-weight: 700;
    color: white;
    cursor: pointer;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*quinta parte*/
.contenedor_quinta_parte
{
    width: 100%;
    margin-top: 50px;
    background-image: url(../img/img_videos_pt5.jpg);
    background-position: center;
    background-size: cover;
}
.filtro_5_pt
{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(../img/fondo_videos_pt5.png);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.cont_titulos
{
    width: 100%;
    display: flex;
    align-items:flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;
}
.cont_titulos h2
{
    font-size: 25px;
    font-weight: 500;
    color: var(--color_principal_cliente);
    padding-bottom: 10px;
}
.cont_titulos h3
{
    font-size: 40px;
    font-weight: 500;
    color: white;
}

.cont_videos_pt5
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-around;
    padding: 30px 0;
    /*border: 1px solid red;*/
}
.box_video
{
    width: 23%;
    height: 300px;
    border: 2px solid var(--color_principal_cliente);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 5px;
}
.animacio_box
{
    width: 100%;
    height: 0%;
    background-color: rgba(249,90,53,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: height;
    transition: all 0.5s ease;
}
.box_video:hover .animacio_box
{
    height: 100%;
}
.animacio_box i
{
    font-size: 100px;
    color: var(--color_principal_cliente);
    transition: all 0.3s ease;
}
.box_video:hover .animacio_box i
{
    color: white;
}
.poster_1
{
    background-image: url(../img/poster_1.jpg);
    background-position: center;
    background-size: cover;
}
.poster_2
{
    background-image: url(../img/poster_2.jpg);
    background-position: center;
    background-size: cover;
}
.poster_3
{
    background-image: url(../img/poster_3.jpg);
    background-position: center;
    background-size: cover;
}
.poster_4
{
    background-image: url(../img/poster_4.jpg);
    background-position: center;
    background-size: cover;
}
/*visualizador de videos*/
.cont_visualizador_videos
{
    z-index: 5;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.603);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}
#cerrar_video
{
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 50px;
    color: var(--color_principal_cliente);
    cursor: pointer;
    transition: all 0.3s ease;
}
#cerrar_video:hover
{
    color: red;
}
.video
{
    width: 25%;
}