:root {
    --primary: rgb(33,196,174);
    --primary-dark: rgb(23, 143, 127);
    --accent: rgb(255, 253, 0);
    --accent-2: rgb(237,255,103);
}

.blockquote {
    line-height: 1.3em;
    font-size: 1em;
    color: rgb(131, 131, 135);
}

section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* Navbar */
.navbar-logo {
    width: 150px;
}

.navbar-light {
    background-color: white !important;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 800;
    margin: 7px 5px !important;
    border-bottom: 2px solid transparent !important;
    color: rgba(138,138,138,1);
    transition: color .5s, border-bottom .4s;
}

.navbar-nav .nav-link.active {
    color: var(--primary) !important;
    border-bottom: 2px solid var(--primary) !important;
}

.navbar-nav .nav-link:hover {
    color: var(--primary) !important;
    border-bottom: 2px solid var(--primary) !important;
    transition: color .5s, border-bottom 1s;

}

/* Revisar */
@media (max-width: 959px) {
    .navbar-nav .nav-link.active {
		color: rgb(33,196,174) !important;
		border-bottom: 2px solid transparent !important;
		border-left: 2px solid var(--primary) !important;
	}


    .navbar-nav .nav-link {
        padding-left: 10px;
        border-left: 2px solid transparent !important;
        border-bottom: 2px solid transparent !important;
    }
    .navbar-nav .nav-link:hover {
        color: var(--primary) !important;
        padding-left: 10px;
		border-bottom: 2px solid transparent !important;
        border-left: 2px solid var(--primary) !important;
        transition: color .5s, border-bottom 1s;
    
    }
}

/* .nav-link {
    color: red !important;
} */

body {
    /* font-family: 'Open Sans', "Hiragino Sans", Arial, Sans-serif; */
    font-family: "Source Sans Pro", sans-serif;
}

@media (max-width: 768px) {
    .w-sm-100 {
        width: 100%;
    }
}

.btn {
    border-radius: 30px;
    padding: 15px 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    font-weight: 600;
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    font-weight: 600;
}

.btn-primary:focus {
    background-color: var(--primary-dark);
    box-shadow: 0 0 0 0.25rem rgb(23 143 127 / 50%);
}

.btn-accent {
    border-color: var(--accent-2);
    background: var(--accent-2);
    color: rgb(96,103,107);
    font-weight: 800;
    font-size: 20px;
    
}

/* input */
input.form-control, select.form-select {
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 42px;
}

/* Modal */
.modal-title {
    color: rgba(96, 103, 107, 1);;
}
.modal-header {
    border-bottom: 1px solid #ffffff;
}

/* Hero */
#hero-home {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0 , 0, .55), rgba(0, 0, 0, .55)), url(../img/home/hero-celestesolar.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.text-accent {
    color: var(--accent);
}

.text-primary {
    color: var(--primary) !important;
}

.hero-title {
    font-weight: bold;
    font-size: 69px;
    line-height: 63px;
}

.hero-content {
    height: 100vh;
    font-size: 1.75rem;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 50px;
    }

    .hero-content {
        text-align: center;
    }
}

.background-primary {
    background-color: var(--primary);
    color: white;
}


/* Cotización  */
.container-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.container-video .video {
    transition: box-shadow 1s;
    position: absolute;
    width: 100%;
    height: 100%;
}

.img-reasons {
    width: 100px;
    height: 100px;
}
/* ¿Porqué nosotros? */
#reasons-home { 
    font-weight: bold;
    font-size: 1.25rem;
    color: rgb(96, 103, 107);
}
.reasons-title {
    font-weight: bold;
    color: rgb(96, 103, 107);
}

/* clientes */

#clients-home {
    background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url(../img/home/clients/client-background.jpg);
    background-position: center;
    background-size: cover;
    color: rgb(108, 108, 108);
}

.client-img {
    width: 130px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .client-video {
        width: 253px;
        height: auto;
        margin: auto;
    }

    .client-card {
        height: 616px;
    }
}

.client-title {
    color: white;
    font-weight: bold;
}
.score {
    color:  #fccf5e;
    font-size: 20px;
}

/* Logos de clientes */

.client-logos-img {
    max-width: 130px;
}

/* Contáctanos */
.contact-us {
    color: rgba(96, 103, 107, 1);
}
.contact-us-card {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}
.contact-us h1 {
    font-size: 3rem;
}

/* footer */
#footer {
    background-color: rgba(96,103,107,1);
    color: white;

}

#footer a{
    color: white;
}

#footer-celeste-logo {
    width: 150px;
}

.footer-link-social {
    height: 48px;
    width: 48px;
    color: white;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    background-color: rgb(96,103,107);
    
}

.footer-link-social:hover {
    background-color: rgb(50,54,56);
    transition: background-color 0.3s ease-in-out;
    color: white;
}

/* Nosotros */
#hero-us {
    
    background-image: linear-gradient(rgba(0, 0 , 0, .55), rgba(0, 0, 0, .55)), url(../img/us/hero-us.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

/* Negocios */

#hero-business {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0 , 0, .55), rgba(0, 0, 0, .55)), url(../img/business/hero.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

#clients-business {
    color: rgb(108, 108, 108);
}

/* Residencial */


#hero-residential {
    height: 100vh;
    background-image: url(../img/residential/hero-residential.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

@media (max-width: 991px){
    #hero-residential {
        background-position: 7% 100%;
    }
}

#residential-clients {
    color: rgb(108, 108, 108);
}


@media (min-width: 992px) {
    #residential-clients .client-card {
        height: 435px !important;
    }
}

/* FAQ */
#hero-faqs {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/home/hero-celestesolar.jpg);
    background-position: center;
    background-size: cover;
}


#hero-faqs h1 {
    font-size: 4rem !important;
    font-weight: bold;
    color: white;
}


#faqs .container {
    color: rgba(96, 103, 107, 1);
}

#faqs .container {
    padding-right: 34px;
    padding-left: 34px;
}

@media (min-width: 1200px) {
    #faqs .container {
        padding-right: 200px;
        padding-left: 200px;
    }
}
