/* GENERALES */
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 32px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

p {
    font-size: 15px;
}

/* NAVBAR */
.bg-nav {
    background-color: #f0f0f0;
}

a.menu {
    margin: 10px 20px !important;
    text-align: center;
}

.active {
    border-bottom: 3px solid #E04B14;
}

.navbar-brand img {
    width: 100%;
    max-width: 200px;
}

/* HEADER */
.header {
    text-align: center;
    color: white;
    height: 100vh;
    padding-top: 60px;
    display: flex;
    align-items: center;
}

.btn-primary {
    background-color: #E04B14;
    border-color: #E04B14;
    color: white;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #14E073;
    border-color: #14E073;
    color: black;
    font-weight: 600;
}

/* HEADER AVISO DE PRIVACIDAD */
.h1-privacy {
    padding-top: 130px;
    padding-bottom: 20px;
    color: black
}

/* HEADER SERVICES */
.header-services {
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100vh;
    background-size: cover;
    padding-top: 60px;
    display: flex;
    align-items: center;
}

.header-rrss {
    background-image: url(images/rrss-header.jpg);
}

.header-web {
    background-image: url(images/web-header.jpg);
}

.header-ads {
    background-image: url(images/ads-header.jpg);
}

.header-design {
    background-image: url(images/design-header.jpg);
}

/* SECTION 1 */
.section1 {
    padding-top: 80px;
}

/* SECTION AVISO DE PRIVACIDAD */
.section-privacy {
    padding-bottom: 40px;
}

.section1 h2 {
    padding-bottom: 25px;
    text-align: start;
}

/* SECTION 2 */
.services {
    padding-top: 80px;
}

.services h2 {
    padding-bottom: 25px;
}

.service-card {
    margin-bottom: 30px;
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
}

.service-overlay h3 {
    color: white;
    margin: 0;
    padding: 10px;
    background-color: #ff5722;
    border-radius: 10px;
    transition: all .3s ease;
}

h3.btn-web,
h3.btn-ads,
h3.btn-design {
    padding-top: 23px;
    padding-bottom: 23px;
}

.service-overlay h3:hover {
    background-color: #14E073;
    color: black;
}

/* SECTION 2 SERVICES*/
.section2-services {
    text-align: center;
    background-color: #00272D;
    color: white;
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* SECTION 3 */
.section3 {
    padding-top: 80px;
    padding-bottom: 50px;
}

/* FOOTER */
footer {
    background-color: #f0f0f0
}

footer img {
    width: 100%;
    max-width: 200px;
}

.facebook {
    color: #1877F2;
}

.instagram {
    color: #E1306C;
}

.tiktok {
    color: #010101;
}

.privacyfooter:hover {
    text-decoration: underline;
}

/* CONTACTO */
.header-form {
    padding-top: 180px;
    padding-bottom: 160px;
}

.contact-item {
    margin-top: 50px;
    margin-bottom: 100px;
}

.contact-icon {
    font-size: 50px
}

.contact-text {
    font-size: 30px
}

.form {
    background-color: #00272D;
    color: white;
    padding: 50px;
}

/* MEDIA QUERIES */
@media (max-width: 1399px) {
    h3.btn-web {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1199px) {

    h3.btn-ads,
    h3.btn-design {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width:991px) {
    .section1 h2 {
        text-align: center;
    }

    .section1 p {
        padding-bottom: 30px;
    }

    .section2 p {
        padding-bottom: 30px;
    }

    .section3 {
        padding-top: 50px;
    }

    .section3 img {
        padding-top: 30px;
    }

    .header-form {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .text-form {
        padding-bottom: 50px;
    }

    .contact-text {
        font-size: 20px;
    }

    .contact-icon {
        font-size: 20px;
    }

    .header-form h1 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    h3.btn-design {
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .socialfooter {
        padding-bottom: 30px;
    }

    .privacyfooter {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    h3.btn-design {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}