@font-face {
    font-family: 'AudiType';
    src: url('fonts/AudiTypeScreen-Normal.woff') format('woff2'), url('fonts/AudiTypeScreen-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titulos';
    src: url('./fonts/AudiType-ExtendedBold_4.03.ttf');
}

@font-face {
    font-family: 'extended-regular';
    src: url('./fonts/AudiType-ExtendedNormal_4.03.ttf');
}

@font-face {
    font-family: 'auditype-regular';
    src: url('./fonts/AudiType-Normal_4.03.ttf');
}

html {
    height: 100%;
    margin: 0%;
}

.titulo {
    font-family: 'titulos';
}

body {
    height: 100%;
    margin: 0%;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.texto {
    font-family: 'extended-regular';
    margin: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
}

.banner {
    width: 100%;
    height: auto;
}

.tarjetas {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.tarjetas h4 {
    margin-top: 10px;
    font-family: 'auditype-regular';
}

.tarjetas p {
    font-family: 'auditype-regular';
}

.service img {
    height: 378px;
    width: 672px;
}

.cont {
    width: 100%;
    max-width: 672px;
}

.cont a {
    text-decoration: none;
    color: #212529;
}

.contacto {
    object-fit: contain;
}

.service a {
    text-decoration: none;
    color: #212529;
}

.texto a {
    text-decoration: none;
    color: black;
}

footer {
    background-color: black;
    color: #ffffff;
    text-decoration: none;
    height: 1500px;
}

footer a {
    text-decoration: none;
    color: white;
    margin-top: 20px;
}

.contenidoFooter {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 30px;
}

.contenidoFooter h2 {
    font-family: 'extended-regular';
    font-size: larger;
}

.contenidoFooter p {
    font-family: 'auditype-regular';
    font-size: small;
}

.show p {
    margin: 0%;
}

.post p {
    margin: 0%;
}

.iconos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    text-align: center;
}

.compliance-text {
    margin-bottom: 15px;
    font-family: 'extended-regular';
    font-size: small;
    border-bottom: 2px solid white;
    padding-bottom: 15px;
    max-width: 167.48px;
}

.compliance-text a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.compliance-text a:hover {
    color: #747272;
}

.redes {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.iconos a {
    margin: 10px;
}

.tel {
    transition: color 0.5s ease
}

.tel:hover {
    color: #747272;
}

@media (max-width: 2550px) {
    .imagenA3 {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }
}

@media (max-width: 1920px) {
    .banner {
        width: 80%;
    }
}

@media (max-width: 1430px) {
    .banner {
        display: none;
    }
    .tarjetas {
        display: grid;
        justify-content: space-evenly;
    }
    .cuerpo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1000px) {
    .banner {
        display: none;
    }
    .iconos a {
        height: 20px;
        width: 20px;
    }
    .contenidoFooter {
        display: grid;
        font-size: small;
    }
    .contenidoFooter div {
        padding: 10px;
    }
}

@media (max-width: 700px) {
    .tarjetas {
        margin: none;
        padding: none;
        margin-left: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service {
        margin: none;
        padding: none;
        margin-left: none;
        width: 60%;
    }
    .service img {
        width: 350px;
        height: 200px;
    }
    .cont img {
        width: 350px;
        height: 200px;
        margin-left: auto;
    }
    .cont {
        margin: none;
        padding: none;
        margin-left: none;
        width: 60%;
        overflow: visible;
    }
    .contacto {
        margin: none;
        padding: none;
        margin-left: none;
        width: 60%;
    }
}

@media (max-width: 460px) {
    .tarjetas {
        align-items: first baseline;
        margin-left: 10px;
        margin-right: 10px;
    }
    .titulo {
        font-size: small;
    }
    .cont {
        width: 90%;
    }
    .service {
        width: 90%;
    }
    .service img {
        width: 300px;
        height: 200px;
    }
    .cont img {
        width: 300px;
        height: 200px;
    }
}


/*-----FORMULARIO-----*/

.imgf {
    width: 800px;
    height: 400px;
}

.tituloform {
    font-family: 'titulos';
}

.h3form {
    font-family: 'extended-regular';
}

.pform {
    font-family: 'extended-regular';
}

form {
    font-family: 'extended-regular';
    padding: 20px;
}

.importante {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.canal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1480px) {
    .cuerpo {
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px;
        padding: 20px;
    }
    .canal,
    .importante,
    form {
        width: 100%;
        max-width: 600px;
    }
    .imgf {
        width: 100%;
        max-width: 400px;
        height: auto;
    }
}

@media (max-width: 1430px) {
    form {
        padding: 20px;
    }
}

@media (max-width: 1200px) {
    .banner {
        display: none;
    }
    .iconos a {
        height: 20px;
        width: 20px;
    }
    .contenidoFooter {
        display: grid;
        font-size: small;
        align-items: center;
        justify-content: space-evenly;
    }
    .contenidoFooter div {
        padding: 10px;
    }
}

@media (max-width: 1000px) {
    .titulo {
        font-size: 1.4rem;
    }
    .imgf {
        max-width: 400px;
    }
}

@media (max-width: 700px) {
    form {
        padding: 15px;
    }
    input,
    textarea {
        font-size: 15px;
    }
    .titulo {
        font-size: 1.2rem;
    }
}

@media (max-width: 460px) {
    .navbar-brand img {
        width: 45px;
        height: auto;
    }
    .titulo {
        font-size: 1rem;
    }
    button {
        width: 100%;
    }
    .tel {
        display: block;
        margin: 5px 0;
    }
    .pform {
        font-size: smaller;
        max-width: 300px;
    }
    .show {
        max-width: 350px;
    }
    .show p {
        max-width: 350px;
    }
    .post {
        max-width: 350px;
    }
    .iconos {
        max-width: 350px;
    }
}