@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.ttf') format(truetype);
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --rosa: #da0080;
    --azul: #00366a;
    --naranja: #ea762e;
    --rosa: #da0080;
    --amarillo: #faca00;
}

body {
    font-family: 'Arial',sans-serif;
}

a {
    text-decoration: none;
    color: white;
}

h1 {
    font-family: 'Poppins',sans-serif;
    text-align: center;
    color: var(--rosa);
}

h2 {
    color: var(--naranja)
}

nav {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

.redes_sociales_cont {
    display: block;
}

@media (max-width: 920px) {
    nav {
        flex-direction: column;
    }

    .redes_sociales_cont {
        display: none;
    }
}

 .slogan {
    font-family: 'Poppins',sans-serif;
    font-size: 24px;
    color: var(--azul);
    text-align: center;
 }

 .naranja {
    color: var(--naranja);
 }

 .rosa {
    color: var(--rosa);
 }

 .redes_sociales {
    background-color: var(--rosa);
    padding: 5px;
    border-radius: 100px;
}

.iframe-contenedor {
    max-width: 1000px;
    margin: 0 auto;
}

iframe {
    min-height: 400px;
    width: 100%;
    max-width: 380px;
    border: none;
    margin-top: 3rem;
}

@media (max-width: 1000px) {

    .iframe-contenedor {
        text-align: center;
        background-color: var(--amarillo);
        padding-bottom: 50px;
    }

    iframe {
        max-width: 500px;
    }
}

.hero {
    height: 500px;
    max-width: 1600px ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}


.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 15px;
    color: var(--azul);
}

.banner-landing {
    margin: 0 auto;
    text-align: center;
}

.banner-landing img {
    width: 90%;
    padding: 10px;
    max-width: 1900px;
    height: auto;
}

footer {
    background-color: var(--rosa);
    padding: 10px;
    color: white;
    text-align: center;
}

.footer-textos {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
}

.datos-contacto {
    display: flex;
    flex-direction: column;
    margin-top: 4.7rem;
}

@media (max-width: 700px) {
    .footer-textos {
        flex-direction: column;
    }

    .datos-contacto {
        margin-top: 0;
        align-items: center;
    }

    .logo-footer {
        width: 90%;
        height: auto;
    }
}

.reserv-img {
    width: 100%;
    max-width: 935px;
    height: auto;
}

.reserv-texto {
    text-transform: uppercase;
}

.redes_sociales_footer {
    background-color: var(--naranja);
    padding: 5px;
    border-radius: 100px;
    margin-top: 18px;
}

.icon-cont {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
}

.footer-links {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.resaltado {
    font-weight: bold;
    text-decoration: underline;
}

.facturacion-text {
    margin-top: 2.3rem;
}

.copywrite {
    background-color: #a90164;
    padding: 20px;
    margin: 0 auto;
    color: white;
    text-align: center;
}

.aviso {
    position: fixed;
    height: 90%;
    width: 90%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px;
    font-size: 14px;
    overflow-x: scroll;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    max-width: 800px;
}

.fondo-aviso {
    background-color: black;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    opacity: 0.5;
}

.tache {
    color: red;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 4%;
    z-index: 3;
    transform: translate(-50%, -50%);
    right: 50%;
    left: 50%;
    background-color: white;
    border-radius: 100px;
    cursor: pointer;
}

.aviso-main {
    opacity: 1;
    transition: opacity 300ms ease;
}

.aviso-main.hidden {
    opacity: 0;
    pointer-events: none;
}

.btn {
    cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
