/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
    scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Figtree', sans-serif;
}
.wrapper {
    max-width: 1460px;
    margin: 0 10% 0 10%;
}
.up {
    margin-top: -10px;
}
.down {
    margin-top: 45px;
}
/**navbar**/
.navbar {
	padding-left:0;
}
.navbar-toggler:focus{
    outline: none;
}
.nav-item a:hover{
    color: var(--accent);
}
/**** linea ****/
.fh5co-nav ul li a {
  position: relative;
  font-size: 13px;
  padding: 30px 12px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li a:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  content: '';
  width: 58%;
  height: 3px;
  background: #F3F4F4;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.fh5co-nav ul li a:hover {
  color: #000;
}
.fh5co-nav ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/***** fin de linea ******/

#header-con .navbar-light .navbar-nav .is-active {
    color: var(--primary-color) !important;
	border-bottom: solid #ffffff 2px;
    font-weight: 800 !important;
} 
#header-con .navbar-light .navbar-nav .is-active:hover {

} 
.navbar-toggler{
    border: none;
}
#header-con{
    position: absolute;
    top: 10px;
    z-index: 999;
}
#main-nav {
  background: transparent;
  transition: background  250ms ease-in; /*duration of fade transition */
}

#main-nav.scrolled {
  background: #000000;
}
.banner-over{
	background-image: linear-gradient(rgba(0, 0, 0, 0.50), rgba(255, 255, 255, 0.10)), url("../image/home/1_Combo.jpg");
	background-size: cover;
    overflow: hidden;
    height: 100%;
	width: 90%;
	left:5%;
    z-index: 2;
	position: relative;
	padding: 10%
}



#header-con .navbar-light .navbar-nav .nav-link{
    padding-right: 40px;
    color: var(--primary-color);
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}
#header-con .navbar-light .navbar-nav .nav-link:hover{
    font-weight: 800;
}
.nav-item{
    padding: 8px 23px;
}
.nav-item:last-child{
    padding-right: 43px;
}
.navbar-collapse{
    justify-content: center;
}

.navbar-contact-sec {
    padding-left: 8px;
    color: var(--primary-color);
}
.contact-number{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    list-style: none;
}
.li {
    padding-right: 15px;
}
.contact-box ul li a{
    padding-left: 10px;
    color: var(--primary-color);
}
.navbar-contact-sec figure{
    margin-right: 20px;
    box-shadow: 0 0 0 1px #9e9ea0;
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

#header-con .navbar {
    /*padding-top: 20px;*/
}
.contact-number a {
	color: #FFFFFF;
}
.contact-number a:hover {
	text-decoration: none;
}
.barra {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 45px;
}
/**navbar**/
/************************************************************************************* banner-sec**/

.banner-sec{
    padding-top: 86px;
    z-index: 1;
}


.banner-sec h1{
    margin-bottom: 14px;
}
.banner-sec p{
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 38px;
}
.generic-button a:last-child{
    margin-right: 0;
}
@-webkit-keyframes spinner {
    0% {
        box-shadow: 0 0 0 0 rgb(250 159 60 / 99%);
    }
    100% {
        box-shadow: 0 0 0 45px rgb(250 159 60 / 1%);
    }
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button::after{
    content: "\f062";
    font-family: "Font Awesome 5 pro";
    font-weight: 300;
    font-size: 20px;
    line-height: 50px;
    color: var(--primary-color);
}
#button {
    display: inline-block;
    background-color: var(--accent);
    width: 82px;
    height: 82px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    text-decoration: none;
    right: 50px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}
a.banner-button{
    background: transparent;
}
/**banner-sec**/

/**Franja**/
.fondoColorN {
	background-color:#000000;
	padding: 1%;
}

.sec{
    padding-top: 50px;
	padding-bottom: 50px;
}
.secH{
    padding-top: 50px;
	padding-bottom: 120px;
}

.padding-top {
    padding-top: 150px;
}
.sec-about {
	text-align: center;
	padding: 0 20px; 
}

/** Padding **/
.ptop{
    padding-top: 126px;
}


/*********************************** form-sec**/
.form-inner-sec {
    padding: 70px 50px 64px 50px;
    z-index: 1;
}
/*.form-headings h5{
    letter-spacing: 2px;
}*/
.form-headings h5,
.form-headings h2{
    color: var(--primary-color);
}
.form-headings h2{
    margin-bottom: 33px;
}
.form-text{
    color: var(--primary-color);
}
.form-con ul li {
    width: 60%;
    margin-bottom: 28px;
    margin-right: 20px;
}
.form-con input:focus-visible{
    outline: 2px solid #03173661;
}
.form-con input{
    padding: 17px 31px;
    background-color: rgba(0, 0, 0, 0.50);
    border: solid 1px #ffffff;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    width: 100%;
}
.form-con textarea {
    height: 149px;
    padding: 14px 31px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.50);
    border: solid 1px #ffffff;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
}
.form-con textarea:focus-visible{
    outline:2px solid #03173661;
}
.form-con ul li:nth-last-child(3){
    margin-right: 0;
}
.form-section::before{
    content: "";
    background: url(../image/Curve-shape4.png) no-repeat left top;
    position: absolute;
    width: 363px;
    height: 360px;
    top: 100px;
    left: 367px;
    z-index: -1;
}
.form-button{
    font-size: 22px !important;
    font-weight: 600;
    line-height: 24px !important;
    padding: 19px 58px !important;
    background: var(--accent)!important;
    text-align: center;
    color: var(--primary-color);
    border-radius: 25px;
    border: none!important;
    transition-duration: .4s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.form-button:hover{
    background: var(--primary-color)!important;
    color: var(--secondary-color);
    border: 2px solid var(--accent)!important;
    transform: translateY(-8px);
    transition-duration: .3s;
    cursor: pointer;
}
/**form-sec**/


/***********************************************************************  footer-sec**/
.footer-main-con {
    background: var(--third-color);
    background-size: cover;
    height: 320px;
    padding-top: 50px;
    /*margin-top: -165px;*/
}
.footer-main-con .container{
    position: relative;
    z-index: 1;
}

.footer-text{
    background: var(--third-color);
}
.footer-details p {
    font-size: 18px;
    line-height: 28px;
    margin-left: 3px;
    font-weight: 500;
    color: #ffffff;
}
.footer-details h4{
    color: var(--accent);
    margin-bottom: 14px;
}
.footer-links {
    color: var(--accent);
    padding-top: 7px;
    /*margin-left: 16px;*/
}
.footer-links h4{
    color: var(--primary-color);
    margin-bottom: 14px;
}
.footer-social-icons{
    padding-top: 7px;
}
.footer-social-icons ul li i:hover{
    color: var(--primary-color);
    transform: translateY(-8px);
}
.footer-social-icons ul li i{
    font-size:24px;
    color: var(--accent);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.footer-social-icons ul li:nth-child(2){
    margin-left: 8px;
    margin-right: 8px;
}
.footer-social-icons ul li a{
    text-decoration: none;
}
.contact-info span{
    color: #BEBEBE;
    position: absolute;
    margin-left: 34px;
    font-size: 18px;
    line-height: 25px;
}
.contact-info{
    padding-top: 7px;
    margin-left: 23px;
}

.contact-info h4 {
    color: var(--accent);
}
.contact-info ul li a{
    color: #ffffff;
    text-decoration: none;
    margin-left: 34px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 25px;
}
.contact-info ul li i{
    color:#ffffff;
    position: absolute;
    left: 1px;
    top: 4px;
}
.footer-links ul li a{
    color:#BEBEBE;
    text-decoration: none;
    margin-bottom: 4px;
}
.footer-links ul{
    /*margin-left: 20px;*/
}
.footer-links ul li::before {
    /*content: "";*/
    background:#97a5bb;
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50px;
    top: 9px;
    left: -20px;
}

.footer-text span {
    padding: 19px 0;
    margin-left: -22px;
    color: var(--primary-color);
}
.footer-img {
    max-width: 200px;
    height: auto;
}
/** fin footer-sec**/

/*******  Index **********/
.banner-button a{
    font-size: 22px;
    line-height: 46px;
    color: var(--primary-color);
    text-decoration: none;
}
.banner-button {
    box-shadow: 0 0 0 1px #9e9ea0;
    padding: 2px 39px 0px 37px;
    border-radius: 50px;
}
.banner-button span {
    font-size: 20px;
    padding: 0 7px;
}


.cadminizado{
    background:linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.20)), url("../image/acabados/cadminizado.jpg") no-repeat center;
    background-size: cover;
    height: 637px;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: baseline;
}
.txtB {
    display: table-cell;
    vertical-align: bottom;
}










/************************** social ****************************/
.social-links a {
  margin-left: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--accent);
  background: rgba(0, 0, 0, 0.12);
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}





.btn-link{
    color: var(--secondary-color);
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    background: transparent;
}

.btn-link:hover {
    color: var(--secondary-color);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}


.map-inner-sec iframe{
    /*filter: grayscale(100%);*/
    width: 100%;
}

.nav-item:hover .dropdown-menu{
    display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 35px;
}

.image-top {
	padding-top:20px;
	/*margin-right: -100px;*/
	margin-top: -50px;
	z-index: 9999;
	right: 0;
    margin-right: -30px;
}

.margenb{
	margin-bottom: 20px;
}
.margent{
	margin-top: 15px;
}



.fondoAzul {
	background-color: var(--accent);
}
.fondoColor {
	background-color:#eae9e7;
	padding: 10px 5px;
    margin-bottom: 15px;
    height: 20%;
}
.contenedor {
	padding: 20px 0;
}
#ModalContacto {
 	height: 80%;
 	width: auto;
  	background-color: orangered;
  	margin-left: -350px;
  	margin-top: 35px;
  	z-index: 100;
  	background: url("../image/cad.jpg") no-repeat;
	background-position: center;
	background-size: contain;
}


.fondoBoton {
	padding: 20px;
	font-size:18px;
	background-color: var(--third-color);
	text-align: center;
	font-weight: 800;
	border: double 5px var(--secondary-color);
	display: grid;
	align-content: center;
	color: var(--secondary-color);
	
}

/****************************             Extras  MARGENES         *****************************/
.right3 {
	margin-right: 3px;
}
.margin--left{
	margin-left: -3px;
}
.margin--right{
	margin-right: -3px;
}

.breakDown {
	height: 280px;
}
.moveUP {
	margin-top: -60px !important;
}
.moveUP2 {
	margin-top: -120px !important;
}
.moveUP3 {
	margin-top: -35px !important;
}



/****************************             Formas           *****************************/
.list{
	border: 1px solid #ffffff;
}

.circulo{
    background: var(--secondary-color);
    width:100%;
    border-radius: 50%;
    position: relative;
    line-height: 1;
}
.circulo::after{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.circulo-txt{
    position: absolute;
    bottom: 40%;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
}
.circulo-txt > span{
    color: #ffffff;
    font-weight: 800;
    font-size: 40px;
}
.hidde3 {
        display: none!important;
    }
.color1 {
    background-color: #184191;
    color: #fafafa;
    font-weight: 800;
    height: 200px;
    font-size: 18px;
    line-height: 26px;
    display: flex;
}
.color2 {
    background-color: #d0ebff;
    color: #18066c;
    font-weight: 800;
    height: 200px;
    font-size: 18px;
    line-height: 26px;
    display: flex;
}
.color3 {
    background-color: #eae8e9;
    color: #18066c;
    font-weight: 800;
    height: 200px;
    font-size: 18px;
    line-height: 26px;
    display: flex;
}
.color4 {
    background-color: #fafafa;
    color: #18066c;
    font-weight: 800;
    height: 150px;
    font-size: 18px;
    line-height: 26px;
    margin-top: -75px;
    margin-bottom: -75px;
    z-index: 999;
    display: flex;
}


.cuadroAzul {
    background-color: var(--secondary-color);
    height: 150px;
}
.cuadroGris {
    background-color: #f6f6f6;
    padding: 20px;
    margin: 30px -50px -50px 20px;
    height: 150px;
}
.cuadroGris > p {
     font-size: 18px;
    color: var(--secondary-color);
    font-weight: 600;
}
.cuadroGris > p > a {
    text-decoration: none;
    color: var(--secondary-color)!important;
    font-size: 15px;
}
.franjaIzq {
    height: 100px;
    margin-bottom: -100px;
}
.franjaIzq2 {
    height: 200px;
    z-index: -999;
}

.letrero {
    width: 80%;
    background-color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    color: var(--third-color);
    margin-top:-30px;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 5px 5px 10px #f1f1f1;
}

.polaroid {
    background-color: #ffffff;
    border: 1px solid #BBBDBF;
    padding: 15px 15px 15px 15px;
}

.numero {
    background-color: var(--accent);
    width: 20%;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
}
.lineaL{
    background-color:var(--secondary-color);
    height: 5px;
    width: 70%;
    margin-top: 100px;
}
.lineaR{
    background-color:var(--secondary-color);
    height: 5px;
    width: 70%;
    float: right;
    position: relative;
    bottom: 0;
    margin-top: 30px;
    margin-bottom: 100px;
}
.lineaLA{
    background-color: #9fe8e3;
    height: 5px;
    width: 70%;
    margin-top: 150px;
}
.lineaRA{
    background-color: #9fe8e3;
    height: 5px;
    width: 70%;
    float: right;
    position: relative;
    bottom: 0;
    margin-top: 30px;
    margin-bottom: 150px;
}
/****************************             Extras Texto           *****************************/

p > span.bold {
    font-weight: 800;
}
p > span.boldX {
    font-weight: 800;
    font-size: 24px;
}
.case-headings h1 {
    font-size: 60px;
    font-weight: 800;
}

/*******************************************                         Galeria Hexagonal             ***/

.gallery {
    width: 85%;
    max-width: 533px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 113px);
    grid-auto-rows: 180px;
    justify-content: center;
    gap: 1rem;
}
.gallery__item > img {
    width: 226px;
    /*height: 266px;*/
    object-fit: cover;
}
.gallery__item {
    /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
    grid-column: span 2; /*266px + 17px = 283px*/
    height: 201px;
    transition: 0.5s;
}
.gallery__item:first-of-type{
    grid-column: 2 / span 2;
}
.gallery__item:hover{
    filter: brightness(.7);
}
.gallery__item:hover > .FondoTrans1 > h4 {
    font-size: 34px;
}
.gallery__item2 {
    /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
    grid-column: span 2; /*266px + 17px = 283px*/
    height: 283px;
    transition: 0.5s;
    background-color: #646464;
}
.gallery__item3 {
    /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
    height: 600px;
    width: 600px;
    transition: 0.5s;
}
.gallery__item3 > img {
    height: 600px;
    width: 600px;
    object-fit: cover;
}

.gallery__item3:hover{
    filter: brightness(.3);
}
.FondoTrans1 {
	height: 226px;
	width: 226px;
	padding:100px 15px;
    justify-content: center; 
    background-color: rgba(0,0,0,0.00);
    position: absolute;
    text-align: center;
}
.FondoTrans1>h4 {
	text-align: center;
	font-weight: 800;
	line-height: 1;
	font-size: 28px;
	color: #fff;
    text-shadow: 2px 2px #000000;
}

.FondoTrans3 {
	height: 600px;
	width: 600px;
	padding:280px 15px;
    justify-content: center; 
    background-color: rgba(0,0,0,0.00);
    position: absolute;
    text-align: center;
}
.FondoTrans3>h4 {
	text-align: center;
	font-weight: 800;
	line-height: 1;
	font-size: 40px;
	color: #fff;
    text-shadow: 2px 2px #000000;
}
.gallery__item3:hover > .FondoTrans3 > h4 {
    font-size: 45px;
}


/***** Responsive gallery ****/
@media screen and (min-width: 270px) and (max-width: 720px){
    .gallery__item:nth-of-type(odd){
    grid-column: 2 / span 2;
 }
    .gallery{
        grid-auto-rows: 190px;
    }
     }
@media screen and (min-width: 721px) and (max-width: 991px){
    .gallery__item:nth-of-type(2n+1){
    grid-column: 2 / span 2;
}
    .gallery{
        grid-auto-rows: 100px;
        grid-template-columns: repeat(auto-fit, 166px);
        max-width: 900px;
    }
    .FondoTrans1 {
        width: 348px;
    }
}
@media screen and (min-width: 992px) /*and (max-width: 993px)*/{
    .gallery__item:nth-of-type(3n+1){
    grid-column: 2 / span 2;
}
    .gallery {
    max-width: 755px;
    grid-template-columns: repeat(auto-fit, 166px);
    grid-auto-rows: 110px;
}
    .FondoTrans1 {
        width: 348px;
    }
}/*
@media screen and (min-width: 994px) and (max-width: 1200px){
    .gallery__item:nth-of-type(4n+1){
    grid-column: 2 / span 2;
}
}
@media screen and (min-width: 1201px) and (max-width: 1399px){
    .gallery__item:nth-of-type(5n+1){
    grid-column: 2 / span 2;
}
}
@media screen and (min-width: 1400px) and (max-width: 1800px){
    .gallery__item:nth-of-type(6n+1){
    grid-column: 2 / span 2;
}
}
@media only screen and (min-width: 1801px) {
    .gallery__item:nth-of-type(6n+1){
    grid-column: 2 / span 2;
}
}*/

