@font-face 
{
    font-family:AudiTypeV01;
    src: url('../fonts/AudiTypeV03-ExtendedNormal.otf') format('truetype');
}
*
{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body
{
    font-family:"AudiTypeV01";
    background-color: var(--colorFooter2);
}
:root
{
    --colorFondoMenu:rgb(255, 255, 255);
    --colorLineaMenu:rgb(238, 238, 238);
    --colorHoverLetrasMenu:rgb(91, 91, 91);
    --ColorLetrasGeneral:rgb(40, 40, 40);
    --color_Principal:rgba(198, 26, 36);
    /*---------------------------------------------*/
    --tamaño_logo_footer:40px;
    --tamañoLogo:40px;
    --tamañoLetrasMenu:14px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*menu*/
.contenedor_principal_menu
{
    z-index: 5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--colorFondoMenu);
    /*border: 1px solid red;*/
}
.cont_logo
{
    width: 80%;
    height: 80px;
    display: flex;
    align-items:center;
    justify-content:flex-start;
    /*border: 1px solid red;*/
}
.cont_logo img
{
    height: var(--tamañoLogo);
    padding-right: 10px;
}
.cont_logo h2
{
    font-size: 17px;
}
.cont_logo span
{
    color: var(--color_Principal);
}
.cont_modelos_menu
{
    width: 80%;
    height: 0px;
    display: flex;
    align-items: center;
    /*border: 1px solid blue;*/
    border-bottom:1px solid var(--colorLineaMenu);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*primera parte*/
.contenedor_primera_parte
{
    width: 100%;
    /*border: 1px solid red;*/
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.margen_pt1
{
    width: 80%;
    height: 350px;
    /*border: 1px solid red;*/
    display: flex;
    align-items:center;
    justify-content:flex-start;
    padding-left: 50px;
    background-image: url(../imagenes/img_1_pt1.png);
    background-position: center;
    background-size: cover;
}
.circulo_foto_perfil_pt1
{
    width: 250px;
    height: 250px;
    border: 3px solid var(--color_Principal);
    border-radius: 50%;
    background-color: white;
    background-image: url(../imagenes/foto_perfil.jpg);
    background-position: center;
    background-size: cover;
}
.cont_informacion_pt1
{
    width: 80%;
    height: 100%;
    /*border: 1px solid red;*/
    display: flex;
    align-items:flex-start;
    justify-content:flex-end;
    flex-direction: column;
    padding: 50px;
}
.cont_informacion_pt1 h2
{
    font-size: 40px;
    color: var(--ColorLetrasGeneral);
    font-weight: 300;
}
.linea_pt1
{
    width: 500px;
    height: 10px;
    border-bottom: 2px solid grey;
    margin-bottom: 10px;
}
.cont_informacion_pt1 h3
{
    font-size: 25px;
    color: var(--ColorLetrasGeneral);
    font-weight: 300;
}
.cont_informacion_contacto_pt1
{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0;
    /*border: 1px solid red;*/
}
.cont_informacion_contacto_pt1 a
{
    text-decoration: none;
}
.box_contacto_pt1
{
    width: 150px;
    height: 150px;
    border: 1px solid rgb(180, 180, 180);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px;
    cursor: pointer;
    transition: all 0.3s;
}
.box_contacto_pt1:hover
{
    transition: all 0.3s;
    border: 1px solid rgb(85, 85, 85);
}
.box_contacto_pt1 i
{
    width: 80px;
    height: 80px;
    /*border: 1px solid red;*/
    border-radius: 50%;
    background-color: var(--color_Principal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: white;
    margin-bottom: 10px;
}
.box_contacto_pt1 p
{
    font-size: 17px;
    color: var(--ColorLetrasGeneral);
}

.llamar
{
    border: 1px solid rgb(180, 180, 180);
}
.llamar.activado
{
    border: 1px solid var(--color_Principal);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
}
.mensaje
{
    border: 1px solid rgb(180, 180, 180);
}
.mensaje.activado
{
    border: 1px solid var(--color_Principal);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
}
.web
{
    border: 1px solid rgb(180, 180, 180);
}
.web.activado
{
    border: 1px solid var(--color_Principal);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
}
.mail
{
    border: 1px solid rgb(180, 180, 180);
}
.mail.activado
{
    border: 1px solid var(--color_Principal);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(198, 26, 36, 0.75);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*RESPONSIVE*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:840px)
{
    /*menu*/
    .cont_logo
    {
        width: 90%;
        justify-content:center;
    }
    .cont_modelos_menu
    {
        width: 90%;
    }
    /*primera parte*/
    .margen_pt1
    {
        width: 90%;
        height: auto;
        flex-direction: column;
        padding: 20px 0;
    }
    .circulo_foto_perfil_pt1
    {
        margin-bottom: 10px;
    }
    .cont_informacion_pt1
    {
        width: 100%;
        align-items:center;
        justify-content:center;
        padding: 0px;
    }
    .cont_informacion_pt1 h2
    {
        font-size: 30px;
    }
    .linea_pt1
    {
        width: 90%;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:570px)
{
    /*menu*/
    /*primera parte*/
    .cont_informacion_pt1 h2
    {
        font-size: 25px;
    }
    .cont_informacion_pt1 h3
    {
        font-size: 20px;
    }
    .box_contacto_pt1
    {
        width: 130px;
        height: 130px;
        margin: 10px;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:395px)
{
    /*meu*/
    .cont_logo
    {
        flex-direction: column;
    }
    /*primera parte*/
    .circulo_foto_perfil_pt1
    {
        width: 200px;
        height: 200px;
    }
    .cont_informacion_pt1 h2
    {
        font-size: 20px;
    }
    .cont_informacion_pt1 h3
    {
        font-size: 17px;
        text-align: center;
    }
    .box_contacto_pt1
    {
        width: 100px;
        height: 100px;
        margin: 5px;
    }
    .box_contacto_pt1 i
    {
        width: 60px;
        height: 60px;
        font-size: 40px;
    }
    .box_contacto_pt1 p
    {
        font-size: 15px;
    }
}