/*TEXT*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');


h1 {
    font-size: 2.3rem;
    font-weight: 400; }

h2 {
    font-size: 1.9rem;
    font-weight: 400; 
    padding: 1rem 0;
}

h3, h4 {
    font-size: 1.2rem;
    font-weight: 200; }

p, label, option, input, select {
    font-size: 1rem;
    font-weight: 500; 
    line-height: 2;
    padding: 1rem 0;
}
a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
a:hover {
    color: #282828;
    text-decoration: underline;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif; }

.btn {
    text-align: center;
    border-radius: 0;
    background-color: black;
    padding: 0.5rem 3rem;
    color: white;
}
.btn:hover{
    color: #FBD242;
    text-decoration: none;
}
.btn:focus{
    box-shadow: none;
}
.text-center{
    align-self: center;
}
@media (max-width: 800px) {
    .text-center{
        margin-bottom: 2rem;
    }
}
.center-cont{
    align-items: center;
}
.light_text{
    color: white;
}
/*HEADER*/

.sub-header {
    background-color: black;
    height: 2.4rem;
    padding: .3rem 5rem;
    color: #fff;
}
.sub-header a {
    color: #fff;
    text-decoration: none;
}
.sub-header a:hover {
    color: #FBD242;
    text-decoration: none;
}

.sub-header span, i{
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    color: white;
}

.header {
    padding: 1.5rem 5rem;
    width: 100%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px){
    .header {
        padding: 0rem 1rem;
    }
    .sub-header {
        padding: 0.1rem 2rem;
        height: 3rem;
        display: flex;
        justify-content: center;
    }
    .sub-header span{
        font-size: 1rem;
        line-height: 1;
        font-weight: 400;
        color: white;
    }
    .hide i{
        display: none;
    }
}
.nav-link {
    color: black;
    text-align: center;
}

.nav-link:hover {
    color: #FBD242;
}

.wapp {
    background-color: #25D366;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content:center;
    padding-top: 0.4rem;
    margin-left: 1rem;
}

.wapp i{
    font-size: 1.6rem;
    text-align: center;
}

.header__logo {
    height: 80px; }

.navbar-toggler {
    background-color: black;
}
.navbar-toggler i{
    font-size: 18px;
}

.nav-responsive {
    justify-content: flex-end;
}
@media (max-width: 1000px) {
    .nav-responsive {
        width: 100%;
        display: block;
    }
    .wapp {
        margin: 1rem auto;
    }
}
/* END HEADER */

/* FOOTER */
.footer {
    background-color: black;
    margin-bottom: 2px;
    padding: 5rem 5rem;
    align-items: center;
}

.footer div p {
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
}

.footer div ul{
    text-align: center !important;
    padding-left: 0rem;
}
.footer2 {
    text-align: right !important;
}
.footer2 a {
    color: #fff !important;
}

.link-light {
    text-decoration: none;
}

.sub-footer {
    background-color: #2F2F2F;
    padding: 0rem 5rem;
    display: flex;
    text-align: center !important;
	color: #fff;
}
.sub-footer a {
    color: #fff !important;
}

@media (max-width: 800px) {
    .sub-footer {
        flex-wrap: wrap;
        height: 3rem;
        padding: 0rem 2rem;
        justify-content: flex-start;
    }
    .footer {
        margin-bottom: 2px;
        padding: 2rem 2rem;
    }
}

.sub-footer span{
    font-size: .8rem;
    line-height: 1.8;
    font-weight: 400;
    color: white;
}

/* END FOOTER */

/* HOME */

.banner_home {
    width: 100%;
    height: 85vh;
    background-image: url(../img/signomas-home1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner_textBox{
    background-color: #FBD242;
    padding: 2.5rem 5rem;
    margin: 0 auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}
@media (max-width: 800px){
    .banner_textBox{
        padding: 2rem 3rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-content: space-around;
        flex-wrap: wrap;
        opacity: 0.8;
    }
}
.banner_textBox h1{
    text-align: center;
    margin-bottom: 2rem;
}
.banner_textBox span{
    justify-items: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 200;
    width: fit-content;
    border-bottom-width: 1px;
    border-bottom: black;
    border-style: hidden hidden solid hidden;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}
.circle{
    background-color: #FBD242;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    margin-left: -4rem;
    margin-top: 1rem;
}
@media (max-width: 800px) {
    .circle{
        display: none;
    }
}
.homeCTA{
    width: 100%;
}
.containerInfoHome{
    padding: 4rem 10rem;
}
@media (max-width: 800px) {
    .containerInfoHome{
        padding: 2rem 2rem;
    }
}
.info_home{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vert_center{
    margin: 9rem 0;
}
@media (max-width: 800px) {
    .vert_center{
        margin: 0;
    }
}

.banner2_home{
    width: 100%;
    height:min-content;
    background-image: url("../img/signomas-home4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner2_home_info{
    padding: 4rem 0 4rem 10rem;
}

.banner2_textBox{
    background-color: #FBD242;
    padding: 1.5rem 5rem;
    margin: 1rem 0 1rem 40%;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    flex-direction: column;
}

@media (max-width: 800px) {
    .banner2_home_info{
        padding: 2rem;
    }
    
    .banner2_textBox{
        opacity: 0.8;
        padding: 1rem 2rem;
        margin: auto;
    }
}

.containerLogos{
    padding: 4rem 8rem;
}
.containerLogos h2{
    color: #6E6E6E;
}
@media (max-width: 800px) {
    .containerLogos{
        padding: 1rem;
    }
    .containerLogos h2{
        text-align: center;
    }
}

/* CARRUSEL */
.carrusel {
    padding: 0;
    margin: auto;
}

.carrusel-items {
    display: flex;
    justify-content: flex-end;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 2rem;
}

.carrusel-items img {
    width: 100%;
    height: 100%;
    width: 200px;
    padding: 0 2.5rem;
    object-fit: cover;
    display: block;
}
.block{
    display: block;
}
@media (max-width: 800px) {
    .carrusel {
        padding: 1rem 0;
    }
    .carrusel-items {
        display: flex;
        justify-content: flex-start;
        overflow-y: auto;
        overflow-x: auto;
        padding: 0 1rem;
    }
}
/* END CARRUSEL */

/* END HOME */

/* PROJECTS */

.banner_projects{
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gallery-projects{
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 0;
}
.gallery-item{
    display: inline-block;
    padding: 2rem;
    margin-bottom: 3rem;
    box-sizing: border-box;
    height: 400px;
    width: 40%;
}
.gallery-item img{
    object-fit: cover;
    width:100%;
    height:100%;
}
.gallery-project-item{

}
.gallery-project-item img{
    object-fit: cover;
    width:100%;
    height:100%;
}
@media (max-width: 800px) {
    .gallery-projects{
        flex-direction: column;
        align-content: center;
    }
    .gallery-item{
        margin: 0;
    }
    .gallery-item{
        display: inline-block;
        padding: 0 0 2rem 0;
        margin-bottom: 0;
        box-sizing: border-box;
        width: 90%;
    }
    .gallery-project-item{
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        /*height: 400px;*/
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    .gallery-project-item{
        display: inline-block;
        padding: 0 0 2rem 0;
        margin-bottom: 0;
        box-sizing: border-box;
       /* width: 90%;*/
    }
    .gallery-item img{
        height:200px;
    }
}
/* END PROJECTS */

/* PROJECTS BACKGROUND */
.banner2{
    width: 100%;
    height:min-content;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bannerCatamaran {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/CATAMARAN-DURANGO/1.jpg);
}
.catamaran {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/CATAMARAN-DURANGO/6.jpg);
}
.bannerCalvin {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/CALVIN-KLEIN-OASIS/1.jpg);
}
.calvin {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/CALVIN-KLEIN-OASIS/7.jpg);
}
.bannerCasa {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/CASA-LA-VISTA/0.jpg);
}
.casa {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/CASA-LA-VISTA/6.jpg);
}
.bannerSabadell{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/SABADELL-MERIDA/7.jpg);
}
.sabadell{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/SABADELL-MERIDA/8.jpg);
}
.bannerSwarovski{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/SWAROVSKI-ANTARA/8.jpg);
}
.swarovski{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/SWAROVSKI-ANTARA/6.jpg);
}
.bannerPerla{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/SWAROVSKI-LA-PERLA/0.jpg);
}
.perla{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/SWAROVSKI-LA-PERLA/6.jpg);
}
.bannerPerisur{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/SWAROVSKI-PERISUR/0.jpg");
}
.perisur{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/SWAROVSKI-PERISUR/0.jpg);
}
.bannerNiza{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/CASA-NIZA-RESTAURANTE/5.jpg");
}
.niza{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/CASA-NIZA-RESTAURANTE/5.jpg");
}
.bannerFaconnable{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/FACONNABLE-ANTEA/0.jpg");
}
.faconnable{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/FACONNABLE-ANTEA/00.jpg");
}
.bannerEncinos{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/CASA-BALSEIRAS/1.jpg");
}
.encinos{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/CASA-BALSEIRAS/3.jpg");
}
.greenlanderfs{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/GREENLANDER-FS/GL-00.jpg");
}
.bannerGreenlanderfs{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/GREENLANDER-FS/GL-0.jpg");
}
/* CONTACT */
.banner_contacto{
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/CALVIN-KLEIN-OASIS/2.jpg");
}
.contactTitle{
    margin: 5rem 10rem 0rem 10rem;
}
.containerContacto{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 10rem 5rem 10rem;
    justify-content: center;
}
.containerData{
    display: inline-block;
}
.containerData-item{
    display: flex;
    flex-direction: row;
}
.containerData-item svg{
    align-self: flex-start;
    justify-self: center;
    margin: 1rem;
}
.containerData-item p{
    padding: 1rem 0;
    line-height: 1rem;
}
.contactText{
    padding-right: 5rem;
}
@media (max-width: 800px) {
    .contactTitle{
        margin: 2rem 2rem 0rem 2rem;
    }
    .containerContacto{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0 2rem 3rem 2rem;
        justify-content: center;
    }
    .contactText{
        padding-right: 0rem;
    }
}
/* END CONTACT */

/* PRIVACY */
.privacidad{
    margin: 5rem 10rem;
}
@media (max-width: 800px) {
    .privacidad{
        margin: 3rem 2rem;
    }
}
/* PRIVACY */
