/* Contact Page Specific Styles */

.sec1 {
    height: 100vh;
    background-color: white;
}

.banner {
    height: 70vh;
    width: 100%;
}

.banner {
    background: url(../../images/main/contacto.webp);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner {
    background: url(../../images/main/20062015-IMG_2184.JPG);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} 

.headerText {
    margin-bottom: 10px;
    color: var(--text-color);
}

.headerText p {
    margin-top: 20px;
}

.headerText h2 {
    font-size: 4rem;
    padding: 80px 0 0 0;
}

.item span:before {
    width: 0;
    color: var(--primary-color);
    overflow: hidden;
    position: absolute;
    content: attr(data-text);
    white-space: nowrap;
    transition: all 1s cubic-bezier(0.84, 0, 0.08, 0.99) 0.2s;
}

.item span:hover:before {
    width: 24%;
}

.sci a:hover {
    text-decoration: none;
}

.sci {
    display: flex;
    justify-content: center;
    margin: 0 4rem;
    padding: 0;
}

.sci li {
    list-style: none;
    margin: 0 10px;
}

.sci li a {
    display: block;
    color: var(--text-color);
    font-size: 4em;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.sci li a:hover {
    color: var(--primary-color);
    transform: scale(1.1);
}

footer {
    background: transparent;
    padding: 60px 0 0;
}

.cpryt {
    text-align: center;
    color: var(--text-color);
}

.cpryt a {
    text-decoration: none;
    color: var(--text-color);
}

/* Contact form specific styles can be added here */

/* Responsive styles */
@media (min-width: 512px) {
    .headerText a {
        color: rgb(133, 131, 131);
        font-size: 1.8rem;
        text-decoration: none;
        letter-spacing: 0.04em;
    }
}

@media (min-width: 565px) {
    .container {
        max-width: 876px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1430px;
    }
}

@media (max-width: 992px) {
    .webp body {
        background-repeat: no-repeat;
        background-position: center;
    }

    .no-webp body {
        background-repeat: no-repeat;
        background-position: center;
    }

    .headerText h2 {
        font-size: 3rem;
    }
}

@media (max-width: 512px) {
    .headerText a {
        color: rgb(133, 131, 131);
        font-size: 1.4rem;
        text-decoration: none;
        letter-spacing: 0.04em;
    }
}