@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap');
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    line-height: 1.1;
    color: #000000;
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: square;
}

a {
    text-decoration: none;
    color: rgb(36, 35, 35);
}

li a i {
    color: #e8c7a6;
}

p a i {
    color: #e8c7a6;
}

.text-head {
    font-size: 1.3rem;
}

@media (max-width: 1023px) {
    .hide {
        display: none !important;
    }
}


/*................*/

section {
    display: block;
}

p {
    text-align: justify;
    font-size: .9rem;
}

h1,
h2,
h3 {
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration-line: underline;
}

.logo {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 2.2rem;
    margin-top: 1rem;
    margin-left: 1em;
}

.hero {
    height: 100vh;
    width: 100%;
    margin: 0;
    position: relative;
}

.main-content {
    width: 75vw;
    margin: auto;
    padding-top: 10vh;
}

.footer ul li a {
    list-style-type: none;
}

.footer-info p {
    font-family: 'Bellefair', serif;
    font-weight: 100;
}

#footer:after {
    content: '';
    width: 90%;
    border-bottom: 1px solid #0C6A80;
    position: absolute;
    left: 5%;
    top: 50%;
    z-index: 1;
}

#footer h3 {
    background-color: #ffffff;
    font-size: 1.2rem;
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 20px 0 20px;
    color: #000000;
    position: relative;
    margin: 0;
}

.bg-color-green {
    background-color: #3a4868;
}

.txt-color-green {
    color: #3a4868;
}

.txt-med-size {
    font-size: 1.3rem;
}

.footer,
.footer li {
    color: rgb(255, 255, 255);
}

.footer__redes-wrapper {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    max-width: 80vw;
    margin: 45px auto;
}

.footer__redes-wrapper li {
    display: inline-block;
}

.footer__link {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: rem(14);
}

.footer .fab {
    margin-right: 8px;
}

.footer__texto {
    text-align: center;
}

.separador {
    background-color: rgb(255, 255, 255);
    height: 2px;
    max-width: 30px;
    margin: 15px auto 20px;
}

.line-vertical {
    width: 1px;
    height: 50px;
    background-color: #e8c7a6;
    margin: 0 auto;
    margin-bottom: 70px;
}

.line-right {
    position: relative;
    left: 30vw;
    width: 60vw;
    height: 1px;
    background-color: #e8c7a6;
}

.line-left {
    position: relative;
    left: 15vw;
    width: 70vw;
    height: 1px;
    background-color: #00C7B3;
}

.content-block {
    width: 50%;
    margin: 5rem 0 5rem 10rem;
}

.b-right {
    width: 50%;
    margin: 5rem 0 5rem 30rem;
}

.b-right ul li {
    list-style-type: none;
    margin-left: -1.2rem;
    text-align: justify;
}

.b-right ul li::before {
    content: "\25AA";
    color: #e8c7a6;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.mapa {
    margin: 0 15%;
}

@media (max-width: 1023px) {
    .content-block {
        width: 80vw;
        margin: 2rem auto;
    }
    .b-right {
        width: 90vw;
        margin: 2rem auto;
    }
    .line-left,
    .line-right {
        margin: 5em 0;
    }
}

.content-rodo {
    margin: 7rem 0 0 0;
}

@media screen and (min-width: 768px) and (orientation: portrait) {
    .hero {
        height: 80vh;
    }
}

@media screen and (min-width: 320px) and (orientation: portrait) {
    .main-content {
        width: 90vw;
        margin: auto;
    }
    .motto-box {
        padding-top: 3rem;
    }
}