/*Ajustes generales y fuente*/

html {
    scroll-behavior: smooth;
}

*,
html,
body {
    font-family: 'Hind', sans-serif;
}


/*Menu*/

header.py-3 {
    padding-bottom: 4rem!important;
    background-color: #FBF7F9;
}

header h1 {
    color: #800040;
    line-height: 100px;
}

header a {
    color: black;
    text-decoration: none;
}

header a:hover {
    color: #800040;
}

#empresas .radoux p {
    margin-right: 15px;
}

#empresas .victoria p {
    margin-left: 15px;
}

#empresas .pronektar p {
    margin-left: 15px;
    margin-right: 15px;
}

#empresas .row {
    --bs-gutter-x: 0rem;
}

#empresas .radoux .text-center {
    padding: 0 30px;
}

#empresas .logo-empresa {
    height: 200px;
    display: block;
    margin: auto;
    padding-top: 60px;
    margin-bottom: 20px;
}

#enlaces {
    background-color: #FBF7F9;
}

#enlaces h3 {
    padding-top: 50px;
    color: #800040;
}

#enlaces .card {
    margin: 50px auto;
    text-align: center;
    border: 1px solid #800040;
    border-radius: 0;
}

#enlaces .card h5,
#enlaces .card .card-text:hover {
    color: #800040;
}

#enlaces .card .card-text {
    font-weight: bold;
    display: block;
    color: black;
    text-decoration: none;
    margin-bottom: 1rem;
}

#enlaces .card .icono-descarga {
    height: 40px;
}

#contacto {
    padding-top: 80px;
    background: url(../img/foto_pie.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2)), url(../img/foto_pie.jpg);
}

#contacto .direccion {
    margin-bottom: 200px;
}

#contacto .telefono {
    width: 100%;
    font-size: 20px;
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#contacto .enviar {
    margin-top: 20px;
    display: block;
    border: 1px solid #800040;
    color: #800040;
    transition: all .15s ease-in-out;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;
}

#contacto .enviar:hover {
    color: white;
    background-color: #800040;
    transition: all .15s ease-in-out;
}

#contacto .direccion p>b {
    font-size: 35px;
}

#contacto .direccion a,
#contacto .direccion p {
    color: black;
    font-size: 23px;
    text-decoration: none;
}

#contacto .formulario_contacto a {
    color: #800040;
    text-decoration: none;
}

#contacto .direccion a:hover {
    color: #800040;
}

footer {
    background-color: #800040;
    color: white;
}

#enlaces .card h5 {
    display: block;
    height: 70px;
}

.span-bloque {
    display: block;
    width: 100%;
    padding-bottom: 8px;
}

#certificaciones {
    padding: 50px 0 100px;
    background-color: #800040;
    margin-top: 25px;
}

#certificaciones h3 {
    color: #ffffff;
    padding-bottom: 50px;
}

#certificaciones img {
    max-width: 100%;
}

.clipped {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

#certificaciones .card {
    background-color: transparent;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
    border: none;
}

#certificaciones .card-body {
    padding: 0;
}

#certificaciones .boton-descarga {
    display: block;
    border: 1px solid #fff;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

#certificaciones a {
    text-decoration: none;
}

#certificaciones .boton-descarga img {
    max-width: 30px;
    margin: 15px 10px 15px -5px;
}


/*Responsive*/

@media screen and (max-width: 1200px) {
    header h1 {
        line-height: 45px;
    }
}

@media screen and (max-width: 576px) {
    #contacto .enviar {
        color: white;
        background-color: #800040;
        transition: all .15s ease-in-out;
        margin-bottom: 10px;
    }
    #contacto label,
    #contacto .formulario_contacto a {
        color: white;
    }
    #contacto .formulario_contacto {
        margin-bottom: 40px;
    }
    #contacto .direccion {
        margin-bottom: 50px;
    }
}