@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Benne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Benne', serif;
    font-size: 22px;
    line-height: 1.2;
    color: #65737F;
    margin: 0;
    padding: 0;
}

p,
ul li,
.form-control {
    font-family: 'Benne', serif;
    font-size: 22px;
    line-height: 1.2;
    color: #65737F;
}

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

li a i {
    color: #e8c7a6;
}

p a i {
    color: #e8c7a6;
}

.text-head {
    color: #0C6A80;
    font-size: 30px;
}

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


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

section {
    display: block;
}

p {
    text-align: justify;
}

h1,
h2,
h3 {
    font-family: 'Bellefair', serif;
    font-weight: 100;
}

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

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

#footer {
    width: 100%;
    margin: 50px 0;
    text-align: center;
    font-size: 28px;
    position: relative;
}

.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;
}

#footer img {
    width: 70px;
    margin-top: 12px;
}

.footer-info {
    margin-top: -30px;
    text-align: center;
}

.footer-info p {
    text-align: center;
    font-size: .9rem;
}

.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 3rem 0 3rem;
}

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