*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root{
    --primary-sky-blue: #00B5E0;
    --secondary-dark-blue: #0e7d98;
    --orange: #f79c49;
    --black: #000;
    --light-yellow: #eeb644;
    --white: #fff;
}

.top-bar{
    background: var(--primary-sky-blue);
    padding: 15px 0;
}

.btn{
    font-size: 15px;
    font-weight: 600;
    transition: .3s ease;
    text-transform: uppercase;
}

.btn-1{
    border: 2px solid #d8d8d8;
    background: var(--primary-sky-blue);
    color: var(--white);
    border-radius: 0;
    padding: 15px 30px;
}

.btn-1:hover{
    background: var(--secondary-dark-blue);
    color: var(--white);
}

.btn-2{
    background: var(--orange);
    color: var(--white);
}

.btn-2:hover{
    background: var(--light-yellow);
    color: var(--white);
}

.slider-sec .swiper-slide{
    width: 100%;
    height: 80vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--white);
}

.cta-sec{
    padding: 45px 0;
    background: var(--primary-sky-blue);
}

.social-sec{
    
    .swiper-slide{
        padding: 450px 0;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .icons{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 26px;
        padding: 0;
        background-color: rgba(255, 255, 255, .6);
        padding: 35px 0;

        .icon{
            list-style: none;
        }
    }
}

.services-sec{
    padding: 75px 0;
    
    article{
        margin: 15px 0;

        h3{
            color: var(--primary-sky-blue);
        }

        p{
            color: var(--black);
        }
    }
}

.bg-sky-blue{
    background: var(--primary-sky-blue);
}

.bg-dark-blue{
    background: var(--secondary-dark-blue);
}

.footer{
    background: var(--primary-sky-blue);
    padding-top: 75px;
    margin-top: 35px;
    color: var(--white);

    h3{
        color: #d8d8d8;
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 600;
        text-decoration: underline;
    }

    ul{
        padding: 0;

        li{
            list-style: none;
        }
    }

    a{
        text-decoration: none;
        color: var(--white);
    }
}

.footer-bottom{
    background: var(--black);
    color: var(--white);
    padding: 15px 0;
    text-align: center;

    p{
        margin: 0;
    }
}

.page-header-wrap{
    background-image: url(../img/bg/page-header-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: grid;
    place-items: center;
    color: var(--white);
    padding: 150px 0;
    
    h2{
        font-weight: 700;
    }
}

.article-blog{
    width: 100%;
    margin: 15px 0;
    background: #e9e9e9;
    padding: 10px;

    img{
        width: 100%;
        height: 250px;
        object-fit: cover;
        margin-bottom: 10px;
    }
}

.gallery a{
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: block;
    margin: 15px 0;
    position: relative;

    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.gallery a::after{
    position: absolute;
    content: 'Tico Home Remodeling';
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: .3s ease;
}

.gallery a:hover:after{
    opacity: 1;
}

.before-after-container figure{
    display: none;
}

.before-after-container figure.current{
    display: block;
}
.input-item2 {
    margin-top: 30px;
}

.input-item2 input,
.input-item2 textarea {
    border: 1px solid #000000;
    display: block;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    height: 60px;
}

.input-item2 input:focus,
.input-item2 textarea:focus {
    border-color: #004eb3;
}

.input-item2 .nice-select {
    border-color: #e1e1e1;
    height: 50px;
    padding-left: 15px;
    line-height: 50px;
}

.input-item2 .nice-select .list {
    max-height: 200px;
    overflow: auto;
}

.input-item2 .btn-brand {
    font-size: 14px;
    border-radius: 2px;
    margin-top: 10px;
    letter-spacing: 1.6px;
}
.seccion-form .titulo-seccion{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.input-item2 {
    margin-top: 30px;
}
.input-item2 .btn-brand {
    font-size: 14px;
    border-radius: 2px;
    margin-top: 10px;
    letter-spacing: 1.6px;
}
.btn-brand {
    background-color: #eeb644;
    border-color: #eeb644;
    border-radius: 25px;
    color: #1b1b1c;
}
.text-area-form a {
    color: blue;
}
.enlaces{
    color: black;
}
.enlaces:hover{
    color: red;
}
.text-area-form {
    border: black;
    border-style: groove;
    border-width: 1px;
}