html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	text-decoration: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing:border-box;
	font-family: 'Raleway', sans-serif;
}
/* -------------------------------- 

File#: _2_contact-v2
Title: Contact v2
Descr: Contact block w/ info about how to get in touch
Usage: codyhouse.co/license

-------------------------------- */

/* utility classes */
.cu6-radius-md {
  border-radius: 0.25em;
}

.cu6-color-contrast-medium {
  --cu6-color-o: 1;
  color: hsla(var(--cu6-color-contrast-medium-hsl), var(--cu6-color-o, 1));
}

.cu6-line-height-md {
  line-height: 1.4;
  color: var(--cd-color-3);
}

.cu6-margin-bottom-2xs {
  margin-bottom: var(--cu6-space-2xs);
}

.cu6-font-bold {
  font-weight: 700;
}

.cu6-padding-y-md {
  padding-top: var(--cu6-space-md);
  padding-bottom: var(--cu6-space-md);
}

.cu6-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.cu6-grid > * {
  min-width: 0;
  grid-column-end: span 12;
}

.cu6-margin-bottom-lg {
  margin-bottom: var(--cu6-space-lg);
}

.cu6-max-width-lg {
  max-width: 80rem;
}

.cu6-container {
  width: calc(100% - 2*var(--cu6-space-md));
  margin-left: auto;
  margin-right: auto;
}

.cu6-text-center {
  text-align: center;
}

.cu6-text-component :where(h1, h2, h3, h4) {
  line-height: var(--cu6-heading-line-height, 1.2);
  margin-top: calc(var(--cu6-space-md) * var(--cu6-space-multiplier, 1));
  margin-bottom: calc(var(--cu6-space-sm) * var(--cu6-space-multiplier, 1));
}

.cu6-text-component :where(p, blockquote, ul li, ol li) {
  line-height: var(--cu6-body-line-height, 1.4);
}

.cu6-text-component :where(ul, ol, p, blockquote, .cu6-text-component__block) {
  margin-bottom: calc(var(--cu6-space-sm) * var(--cu6-space-multiplier, 1));
}

.cu6-text-component :where(ul, ol) {
  padding-left: 1.25em;
}

.cu6-text-component ul :where(ul, ol), .cu6-text-component ol :where(ul, ol) {
  padding-left: 1em;
  margin-bottom: 0;
}

.cu6-text-component ul {
  list-style-type: disc;
}

.cu6-text-component ol {
  list-style-type: decimal;
}

.cu6-text-component img {
  display: block;
  margin: 0 auto;
}

.cu6-text-component figcaption {
  margin-top: calc(var(--cu6-space-xs) * var(--cu6-space-multiplier, 1));
  font-size: var(--cu6-text-sm);
  text-align: center;}

.cu6-text-component em {
  font-style: italic;
}

.cu6-text-component strong {
  font-weight: bold;
}

.cu6-text-component s {
  text-decoration: line-through;
}

.cu6-text-component u {
  text-decoration: underline;
}

.cu6-text-component mark {
  background-color: hsla(var(--cu6-color-accent-hsl), 0.2);
  color: inherit;
}

.cu6-text-component blockquote {
  padding-left: 1em;
  border-left: 4px solid hsl(var(--cu6-color-contrast-lower-hsl));
  font-style: italic;
}

.cu6-text-component hr {
  margin: calc(var(--cu6-space-md) * var(--cu6-space-multiplier, 1)) auto;
  background: hsl(var(--cu6-color-contrast-lower-hsl));
  height: 1px;
}

.cu6-text-component > *:first-child {
  margin-top: 0;
}

.cu6-text-component > *:last-child {
  margin-bottom: 0;
  margin-bottom: 30px;
}

.cu6-text-component.cu6-line-height-xs {
  --cu6-heading-line-height: 1;
  --cu6-body-line-height: 1.1;
}

.cu6-text-component.cu6-line-height-sm {
  --cu6-heading-line-height: 1.1;
  --cu6-body-line-height: 1.2;
}

.cu6-text-component.cu6-line-height-md {
  --cu6-heading-line-height: 1.15;
  --cu6-body-line-height: 1.4;
}

.cu6-text-component.cu6-line-height-lg {
  --cu6-heading-line-height: 1.22;
  --cu6-body-line-height: 1.58;
}

.cu6-text-component.cu6-line-height-xl {
  --cu6-heading-line-height: 1.3;
  --cu6-body-line-height: 1.72;
}

.cu6-max-width-xs {
  max-width: 38rem;
}

.cu6-z-index-1 {
  z-index: 1;
}

.cu6-position-relative {
  position: relative;
}

@media(min-width: 64rem){
  .cu6-text-center\@md {
    text-align: center;
  }

  .cu6-padding-x-md\@md {
    padding-left: var(--cu6-space-md);
    padding-right: var(--cu6-space-md);
  }

  .cu6-col-4\@md {
    grid-column-end: span 4;
  }
}

.contLis{
    background-color: var(--color-accent);
}
	.contLis h2{
    text-align: center;
    font-family: 'Marhey', sans-serif;
    color: var(--color-bg-lighter);
    padding: 20px 0 20px;
    font-size: 2.3em;
}
.contLis h3{
    text-align: center;
    margin: 10px auto;
    color: var(--color-bg);
    font-size: 1.2em;
    max-width: 500px;
}
	.listS1T{
    margin: 40px auto;
    padding: 20px;
}
	.listS1T ul{
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}
	.listS1T ul li{
    width: 30%;
    padding: 20px;
    background-color: var(--color-bg);
    border-radius: var(--radius-lg);
    text-align: center;
}
.icounTW{
    margin: 0 0 20px;
}
	.icounTW i{
    font-size: 2em;
    color: var(--color-accent);
}
.unTE{font-weight: bold;}




.column2W{
    display: flex;
    gap: 1em;
    max-width: 800px;
    margin: 30px auto;
}
	.column2W > div{
    text-align: center;
}
.data1C{}
	.data1C > div{}
	.data1C > div p{
    font-weight: 300;
}
	.data1C > div h3{
    font-weight: bold;
    font-size: 1.1em;
}
	.data1C > div img{}
.sectionC2 strong{
    color: var(--color-contrast-high);
}
strong{
    font-weight: bold;
    color: var(--cd-color-3);
}
.btContactFix{
    position: fixed;
    z-index: 999999;
    bottom: 45%;
    right: 0px;
    display: flex;
    flex-direction: column;
    gap: .5em;
}
.btContactFix > a, .btContactFix > a:hover{
    font-size: 2.5em;
    color: white;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 20%);
}
.btWaContact{
    background-color: #21e427;
}
.btInContact{
    background-color: #131413;
}
.btFbContact{
    background-color: #1e7fe8;
}

    .btContactFix > a i{
    padding: 10px 6px 10px 10px;
}
.micarrusel{
    margin: 30px 0px;
}
dd a{
    font-weight: bold;
    color: var(--cd-color-3);
    border-bottom: 1px solid;
}
.mapC{
    margin: 30px 0px 0px;
}
	.mapC iframe{
    width: 100%;
    box-shadow: var(--shadow-lg);
}
.txtDark{
    color: var(--cd-color-2);
}
.txtDark h1, .txtDark h2, .txtDark h3{
    color: var(--cd-color-2);
}

.txtLight h1, .txtLight h2, .txtLight h3 {
    color: var(--cd-color-1);
}
.txtLight{
    color: var(--cd-color-1);
}


.contImaBAux{
    margin: 0px auto 40px;
    max-width: 500px;
}
	.contImaBAux img{
    border-radius: 0px 0px 30px 0px;
    box-shadow: var(--shadow-lg);
}
.cardsInfo{
    display: flex;
    gap: 1em;
    align-items: center;
    align-content: center;
    justify-content: center;
    max-width: 750px;
    width: 100%;
    margin: 20px auto 80px;
    padding: 0px 20px;
}
.oneCardInfo{
    text-align: center;
    padding: 30px 10px;
    background-color: var(--color-contrast-higher);
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    margin: 10px 0px;
}
.icoCardInfo{}
	.icoCardInfo img{
    max-width: 80px;
    height: auto;
}
.oneCardInfo h2{
    font-weight: normal;
    font-size: 1em;
    margin: 15px 0px;
    text-transform: uppercase;
    color: var(--cd-color-1);
}
.oneCardInfo p{
    color: var(--color-contrast-medium);
    font-size: .9em;
}
.oneCardInfo strong{
    font-weight: bold;
}
.js .cd-nav__link:hover{
	color: var(--cd-color-1);
    border: 1px solid var(--cd-color-3);
    padding: 0px 10px;
}

h1, h2, h3{font-weight: lighter;}
a{cursor: pointer !important;}
.contentSocial{position: fixed;z-index: var(--zindex-overlay);right: 20px;top: 20px;}
	.contentSocial > div:first-child{display: flex;gap: 1rem;}
	.contentSocial a{color: var(--cd-color-3);font-size: var(--btn-font-size-lg);padding: 3px;}
	.contentSocial a i{}
.logoHome{position: fixed;top: 20px;left: 0;right: 0;width: 100%;text-align: center;z-index: var(--zindex-fixed-element);}
	.logoHome img{width: 140px;}
.contSlider{
    width: 100%;
    background-size: cover;
    background-position: top;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-align: center;
    align-items: center;
    }
	.fdohome{background-image: url(../imagenes/fdo-imahome2.webp);height: 660px;}
	.fdoInt{
    height: 400px;
}
.fdos1{background-image: url("../imagenes/b3.jpg");}
.fdoacerca{
		background-image: url("../imagenes/b8.jpg");
}
.fdos2{background-image: url("../imagenes/b5.jpg");}


	.fdocontacto{
		background-image: url("../imagenes/b7.jpg");
	}
	.fdomuebles{
				background-image: url("../imagenes/fdo-m1n.webp");

	}
	.contFirstC{position: relative;}
		.firstCHome{
    /* max-width: 690px; */
    width: 100%;
    /* padding-left: 10%; */
    text-align: center;
 }
	.firstCInt{
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0px auto 0px;
}
	.quoteSliderH{}
		.quoteSliderH h1{font-size: 1.4em;color: var(--color-bg-dark);/* letter-spacing: .07em; */font-family: 'Marhey', sans-serif;font-size: 2.5em;}
		.quoteSliderH h1 img{
			max-width: 330px;
			}

.contBtH{margin: 20px 0px 0px;}
		.contBtH a{border: 1px solid var(--cd-color-3);font-size: var(--btn-font-size-sm);padding: 20px 30px;display: inline-block;transition: .3s;}
		.contBtH a:hover{background-color: var(--cd-color-3);    transition: .2s;}
.contMenuAux{text-align: center;display: flex;align-items: center;align-content: center;justify-content: center;gap: 1rem;position: relative;/* top: -50px; */background-color: var(--cd-color-2);}
	.contIcos{padding: 0px 0px 40px;}
	.contMenuAux div{}
	.contMenuAux div a{display: block;width: 165px;margin: auto;}
		.contMenuAux div a:hover{color: #b48c50;}
	.contMenuAux div a img{width: 90px;}
	.contMenuAux div a span{display: block;font-size: var(--btn-font-size-sm);}
.contLineGrad{/* padding: 40px 0px; */}
.fdodark{background-color: var(--cd-color-2);}
.fdolight{background-color: var(--cd-color-1);}
.gradientLine{background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(255 105 25) 50%, rgba(0,0,0,0) 100%);height: 2px;margin: 10px 0px;position: relative;display: none;}
.contSection{
    border-radius: 0px 0px 40px 0px;
    display: flex;
    max-width: 900px;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 30px auto;
    }
.textosimple{}
	.textosimple p{
    font-size: .8em;
    margin: 20px 0px;
    text-align: justify;
}
	.textosimple ul{}
	.textosimple li{
    text-align: justify;
    font-family: var(--font-primary);
    font-size: .8em;
    margin: 10px 0px;
}

.sectionC1{background-color: var(--cd-color-1);}
	.sectionC1 h2{color: var(--cd-color-2);margin: 20px 0px;}
	.sectionC1 p{color: var(--cd-color-2);}

.sectionC2{
    background-color: var(--cd-color-3);
}
.sectionC2 .contImaSection{
    background-color: var(--cd-color-3);
    border-radius: 0px 0px 20px 0px;
}
	.sectionC2 h2{
    font-size: 2.5em;
    color: var(--cd-color-1);
    line-height: 40px;
    margin: 20px 0px;
}
	.sectionC2 p{
    color: var(--cd-color-1) !important;
}
.contImaSection{
    text-align: center;
    position: relative;
}
.sectionC1 > div{
    flex: 1 1 0px;
}
.grid{
    padding: 0px 20px;
}
.imaAbs{
    display: flex;
}
	.imaAbs img{
    width: 100%;
    /* border-radius: 0px 0px 20px 0px; */
    box-shadow: var(--shadow-md);
}
.captionIma{
    position: absolute;
    bottom: 5px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    left: 0;
    right: 0;
    padding: 40px 20px;
}
	.titCaption{
    font-size: 1.5em;
    font-weight: lighter;
    color: white;
    letter-spacing: .2em;
    margin: 0px 0px 10px;
}
	.captionIma > small{
    color: silver;
    font-size: .9em;
}
.contTXsection p a{
    color: var(--cd-color-3);
    border-bottom: 1px solid;
    font-weight: bold;
}
.contTXsection ul{
    list-style: disc;
    margin: 0px 0px 0px 20px;
}
.contTXsection ul li{
    margin: 10px 0px;
}



.contTXsection{padding: 0px 20px;text-align: left;}
.contTXsection h2{font-size: 2em;font-family: 'Marhey', sans-serif;}
.contTXsection p{line-height: 1.5rem;margin: 0px 0px 30px;color: var(--color-contrast-medium);}

.contBSect{text-align: right;padding: 20px;}
.btcircleC1{background-color: var(--cd-color-3);height: 40px;width: 40px;display: inline-block;border-radius: 0px 0px 8px;text-align: center;line-height: 45px;transition: .3s;box-shadow: 0 3px 8px rgb(0 0 0 / 30%);}
	.btcircleC1 i{font-size: 1.4em;}
	.btcircleC1:hover, .btN1:hover{background-color: var(--cd-color-2);box-shadow: 0 1px 10px rgb(0 0 0 / 40%);
    transition: .3s;}
.backG{background-size: cover;background-position: top center;}
.imabckG1{background-image: url(../imagenes/fdobnnaux1_x2n.webp);}
.imabckG2{background-image: url(../imagenes/fdobnnaux1_mmx2.webp);}
.contBann{max-width: 800px;margin: 150px auto 0px;padding: 15px;}
.contTxInt{/* max-width: 350px; */}
.txalignL{text-align: left;}
.txalignC{text-align: center;}

.colLight h2, .colLight p{color: var(--cd-color-1);}
.contBann h2{font-size: var(--btn-font-size-xlg);text-transform: uppercase;margin-bottom: 20px;}
.colLight p{line-height: 2rem;}
.contBtN{margin: 30px 0px;}
.btN1{
    display: inline-block;
    font-size: var(--btn-font-size-sm);
    padding: 20px 30px;
    background-color: var(--cd-color-3);
    box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
    }
	.btN1:hover{}
.contBar{padding: 40px 20px;position: relative;
    
    
    }
.titBar{max-width: 400px;text-align: center;}
.titBar h2{font-size: var(--btn-font-size-xlg);display: inline-block;vertical-align: middle;color: var(--cd-color-3);}
.titBar span{margin: 0px 0px 0px 10px;}
.colB1{background-color: var(--cd-color-1);}
.imaBar{right: 10%;position: absolute;}
	.imaBar img{max-width: 250px;box-shadow: 0 1px 30px rgb(0 0 0 / 50%);}
footer{background-size: contain;padding: 100px 20px;}
.contFooter{display: flex;align-items: center;
    align-content: center;
    justify-content: center;
    gap: 1rem;}
	.c1foot{text-align: center;}
		.c1foot img{width: 80px;height: auto;}
	.c2foot{text-align: left;}
		.c2foot a{display: flex;padding: 10px 0px;margin: 10px 0px;color: var(--color-contrast-high);}
		.c2foot a i, .c3foot a i{color: var(--cd-color-3);font-size: var(--btn-font-size-lg);vertical-align: middle;margin: 0px 12px 0px 0px;}
		.c2foot a p span{
    color: var(--color-contrast-medium);
}
	.c3foot{text-align: center;}
	.c3foot a{display: inline-block;padding: 2px;}
	.c1foot, .c2foot, .c3foot{flex: 1 1 0px;}
	
a{transition:.3s;}
a:hover i{color:var();transition:.3s;}
.cd-nav a span{
    color: var(--color-contrast-medium);
    display: block;
}





/* ======== ANIMACIONES PRIMER PLANO ======== */
.tx1 {animation : a-tx1 0.8s 0.5s ease-out backwards;/* margin-top : 100px; */}
.tx2 {animation : a-tx2 0.8s 0.8s ease-out backwards;/* margin-top : 100px; */}
.tx3 {animation : a-tx3 0.6s 0.6s ease-out backwards;/* margin-top : 100px; */padding: 0px 40px;}
.tx4 {animation : a-tx4 0.7s 0.7s ease-out backwards;/* margin-top : 100px; */}
.bt1 {animation : a-bt1 0.8s 0.8s ease-out backwards;/* margin-top : 100px; */}
@keyframes a-tx1 {
	0% {
	opacity : 0;
	}
	100% {
	opacity : 1;
	}
}
@keyframes a-tx2 {
	0% {
	opacity : 0;
	}
	100% {
	opacity : 1;
	}
}
@keyframes a-tx3 {
	0% {
	opacity : 0;
	transform : translate3d(-100px,0px,0px);
	}
	100% {
	opacity : 1;
	transform : none;
	}
}
@keyframes a-tx4 {
	0% {
	opacity : 0;
	transform : translate3d(400px,0px,0px);
	}
	100% {
	opacity : 1;
	transform : none;
	}
}
@keyframes a-bt1 {
	0% {
	opacity : 0;
	}
	100% {
	opacity : 1;
	}
}




/* ======== MEDIA CSS PARA RESPONSIVO TABLETA Y CELULAR ======== */
@media (max-width: 780px){
	.imabckG1{/* background-image: url(../imagenes/fdobnnaux1_x1.jpg); */}
	.backG{}
	.contFooter{display: block;text-align: center;}
	.c2foot{text-align: center;}
	.imaBar{right: 5%;top: -50%;}
	.imaBar img{max-width: 200px;}
		.txalignL{text-align:left;max-width: 80%;margin:auto;}
	.oneCardInfo{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.cardsInfo{display: block;}
	.captionIma{
    position: relative;
    background: var(--color-contrast-higher);
	}
	.listS1T ul li{
    width: 100%;
}
}
@media (max-width: 414px){
	
	.fdoInt{
    height: 380px;
}
	.imabckG1{/* background-image: url(../imagenes/fdobnnaux1_x0.jpg); */}
	.imaBar{position: relative;text-align: center;display: inline-block;top: auto;right: auto;margin: 30px auto;width: 100%;}
	.contSection{display: block;}
	.contMenuAux{display: block;}
	.contMenuAux > div {display: inline-block;}
	.contMenuAux div a{margin: 0px auto 30px;}
	.logoHome{}
	.logoHome img{width: 108px;}
		.txalignL{text-align: center;max-width: 100%;}
	.imaAbs img{/* width: 80%; */padding: 12px 0px 0px 0px;}
	.firstCHome{text-align: center;padding: 0px 5px;}
	.quoteSliderH h1{
    font-size: 1.8em;
    }
}