@font-face {
    font-family: 'NettoIconsOT';
    src: url('../fonts/NettoIconsOT-Light.eot');
    src: url('../fonts/NettoIconsOT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NettoIconsOT-Light.woff2') format('woff2'),
        url('../fonts/NettoIconsOT-Light.woff') format('woff'),
        url('../fonts/NettoIconsOT-Light.svg#NettoIconsOT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NettoOT';
    src: url('../fonts/NettoOT.eot');
    src: url('../fonts/NettoOT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NettoOT.woff2') format('woff2'),
        url('../fonts/NettoOT.woff') format('woff'),
        url('../fonts/NettoOT.svg#NettoOT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NettoIconsOT';
    src: url('../fonts/NettoIconsOT.eot');
    src: url('../fonts/NettoIconsOT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NettoIconsOT.woff2') format('woff2'),
        url('../fonts/NettoIconsOT.woff') format('woff'),
        url('../fonts/NettoIconsOT.svg#NettoIconsOT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NettoOT';
    src: url('../fonts/NettoOT-Light.eot');
    src: url('../fonts/NettoOT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NettoOT-Light.woff2') format('woff2'),
        url('../fonts/NettoOT-Light.woff') format('woff'),
        url('../fonts/NettoOT-Light.svg#NettoOT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NettoOT';
    src: url('../fonts/NettoOT-Bold.eot');
    src: url('../fonts/NettoOT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NettoOT-Bold.woff2') format('woff2'),
        url('../fonts/NettoOT-Bold.woff') format('woff'),
        url('../fonts/NettoOT-Bold.svg#NettoOT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NettoIconsOT';
    src: url('../fonts/NettoIconsOT-Bold.eot');
    src: url('../fonts/NettoIconsOT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NettoIconsOT-Bold.woff2') format('woff2'),
        url('../fonts/NettoIconsOT-Bold.woff') format('woff'),
        url('../fonts/NettoIconsOT-Bold.svg#NettoIconsOT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {font-family: 'Roboto', sans-serif;}

.bg-dark {
    background-color: #0e0e0e;
}

.bg-gray-800 {
    background-color: #1c1c1e;
}

.bright .module-icon-box-1, .bright .module-icon-box-2{
	border-right: 5px solid #171717;
}

.bg-purple-100 {
	background: rgb(238,78,255);
	background: linear-gradient(159deg, rgba(238,78,255,1) 8%, rgba(164,55,250,1) 31%, rgba(118,38,245,1) 77%);
}

h1, h2, h3, h4, h5 {
	font-family: 'NettoOT';
}

p {font-family: 'Roboto', sans-serif;}

.w-450 { width: 600px;}

.titulo_banner { 
	color: rgba(255, 255, 255, 0.732);
    font-weight: 100;
    letter-spacing: 10px;
    font-size: 2.8rem;
	line-height: 2.8rem;
	margin-top: 10%;
	margin-left: -40px;
	z-index: 99999;
    position: relative;
}

.titulo_banner img {
	max-width: 140px;
    margin-bottom: 40px;
}

.footer_banner {
	color: rgba(255, 255, 255, 0.732);
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 54%;
    margin-left: -40px;
    z-index: 99999;
    position: relative;
}
.footer_banner span {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 1.4rem;
}

.font-200 {
	font-weight: 200;
}

.width100{
	width: 100%;
    text-align: center;
}

/*  Banner  */
.banner .module-section {
	height: 90vh;
}

.banner .module-shape-1 {
	bottom: -275px;
}

@media (max-width: 1199px) {
	.banner {
		padding-right: 30px;
		padding-left: 30px;
	}

	.banner .module-section {
		padding: 35px 20px;
	}

	.banner .pos-abs:first-child img {
		width: 340px;
	}

	.banner .module-shape-2 {
		top: 40%;
	}

	.banner .module-shape-1 {
		right: 50px;
	}

	.banner .module-shape-2 {
		left: 6%;
	}

	.banner .module-shape-3 {
		right: 1%;
	}

	.banner .module-shape-4 {
		right: 10%;
	}

	.banner .pos-abs.bottom-0 {
		right: 25%;
	}
}

@media (max-width: 767px) {
	.banner {
		padding: 0 20px;
	}

	.banner .module-section {
		height: 100vh;
	}

	.banner .ld-fancy-heading h1 {
		font-size: 12vw;
	}

	.banner .module-shape-1 {
		right: 0;
	}

	.banner .module-shape-2 {
		top: -21%;
	}

	.banner .module-shape-3 {
		top: -20px;
	}
}

.bg-orange-200 { background-color: #ff5050;}
.bg-blue-100 { background-color: #7928f7;}
.bg-green-500 { background-color: #82ffcb;}
.bg-green-200 { background-color: #ffff52;}
.bg-orange-300 { background-color: #e4e4e4;}

.lqd-bnr-bnns-h {
	font-size: clamp(62px, 5vw, 110px);
    font-weight: 100;

}
.lqd-bnr-bnns-h-inner {
    font-size: clamp(62px, 5vw, 110px);
    font-weight: 100;
}

.fullwidth { left: 0;}
p {
	font-weight: 300;
	font-size: 15px;
}
/*  Design Services  */
.design-services .lqd-iconbox-scale:hover {
	
	transform: scale(1.1);
	background-image: url(../images_museo/captura.png);
	background-size: cover;
	background: #0000009c;
}

.design-services .module-shape {
	left: -10%;
}

.iconbox p {
	color: white;
}

.iconbox h3 {
	color: #c341fc;
    font-size: 1.6rem;
	font-weight: 100;
}

@media (max-width: 1199px) {
	.design-services .lqd-iconbox-scale {
		padding: 35px 20px;
	}

	.design-services .module-iconbox {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.design-services {
		padding: 90px 20px;
	}

	.design-services .module-shape {
		left: 0;
	}

	.design-services .module-shape {
		top: 3%;
	}

	.design-services .module-shape img {
		width: 49px;
	}
}

/*  Services  */
.services .carousel-nav .flickity-button {
	width: 50px;
	height: 50px;
	color: #000000;
	border-width: 1px;
	border-radius: 12px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.15);
	background-color: transparent;
}

.services .carousel-nav {
	width: 100%;
	max-width: 100%;
}

.services .flickity-button:hover {
	color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	background-color: #000000;
}

.services .module-shape {
	left: 30%;
}

.circulo_verde img{
	border: 1px solid #3dffc7;
    border-radius: 50%;
    padding: 17px 15px;
}

.circulo_rojo img{
	border: 1px solid #ff3947;
    border-radius: 50%;
    padding: 17px 15px;
}

.lqd-cc--inner { background-color: #601ff5;}
.lqd-cc--outer {border: var(--lqd-cc-bw) solid #300b8c;}

@media (max-width: 1199px) {
	.services {
		padding: 50px 20px;
	}
}

/*  Case Studies  */
.case-studies .filter-list li {
	color: #000000;
}

.case-studies .filter-list li.active {
	color: #C10909;
}

.case-studies .liquid-filter-items {
	margin-bottom: 30px;
}

.case-studies .lqd-pf-item {
	margin-bottom: 20px;
}

.case-studies>.module-shape-1 {
	left: -90px;
}

.case-studies>.module-shape-2 {
	right: -2%;
}

.case-studies .lqd-pf-grid .module-shape-3 {
	right: -60px;
}

@media (max-width: 1199px) {
	.case-studies {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.case-studies .lqd-pf-grid .module-shape-3 {
		max-width: 80px;
		top: -60px;
	}

	.case-studies>.module-shape-1 {
		left: -38%;
	}

	.case-studies>.module-shape-2 {
		right: -16%;
	}

	.case-studies .lqd-pf-grid .module-shape-3 {
		right: -25px;
	}
}

/*  Steps Install  */
.steps-install .h1 {
	font-size: 190px;
	color: #DFE2EA;
}

.steps-install .module-middle {
	margin-right: 12.5%;
	margin-left: 12.5%;
}

@media (max-width: 1199px) {
	.steps-install {
		padding: 30px 40px 0 40px;
	}

	.steps-install .module-middle {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.steps-install {
		padding: 60px 20px 0 20px;
	}

	.steps-install .module-first,
	.steps-install .module-middle {
		margin-bottom: 30px;
	}
}

/*  Our Vision  */
.our-vision .lqd-section-flow-panel-end {
	padding: 10% 8% 10% 8%;
}

.our-vision .lqd-throwable-scene {
	height: 855px;
}

.our-vision .module-shape {
	left: 43%;
}

.our-vision .iconbox-icon-ripple .iconbox-icon-container:before {
	border-color: var(--lqd-color-accent);
}

@media (max-width: 1199px) {
	.our-vision {
		padding-bottom: 220px;
	}
}

@media (max-width: 767px) {
	.our-vision {
		padding: 90px 20px 390px 20px;
	}

	.our-vision .lqd-section-flow-panel-end {
		padding: 0;
	}

	.our-vision .module-content {
		padding-bottom: 30px;
	}
}

/*  Testimonials  */
.testimonials .star-rating {
	font-family: 'Roboto', sans-serif;
}

.testimonials .carousel-dots {
	top: auto;
	right: auto;
	bottom: -65px;
	left: auto;
}

.testimonials .carousel-dots:not(.carousel-dots-inside) {
	position: relative;
}

.testimonials .module-shape-1 {
	left: 13%;
}

.testimonials .module-shape-2 {
	right: 23%;
}

@media (max-width: 1199px) {
	.testimonials .carousel-item {
		padding-right: 15px;
		padding-left: 15px;
	}

	.testimonials .module-shape-2 {
		top: 14%;
	}

	.testimonials .module-shape-1 {
		left: 3%;
	}

	.testimonials .module-shape-2 {
		right: 8%;
	}
}

@media (max-width: 767px) {
	.testimonials {
		padding-bottom: 60px;
	}

	.testimonials .col-12:first-child {
		margin-bottom: 40px;
	}

	.testimonials .carousel-item {
		padding-right: 20px;
		padding-left: 20px;
	}

	.testimonials .module-shape-2 {
		top: 4%;
	}

	.testimonials .module-content {
		padding: 25px 15px;
	}
}

/*  Clients  */
@media (max-width: 1199px) {
	.clients {
		padding: 50px 20px 100px 20px;
	}
}

@media (max-width: 767px) {
	.clients {
		padding-top: 50px;
		padding-bottom: 90px;
	}

	.clients .carousel-item {
		width: calc(100% / 2);
		flex: 0 0 auto;
	}
}

/*  Contact Form  */
.contact-form .lqd-contact-form {
	--inputs-margin: 0 0 25px 0;
	--input-margin-bottom: 25px;
}

.contact-form .module-shape-3 {
	right: 123px;
}

.contact-form .module-shape-4 {
	right: 11%;
}

@media (max-width: 1199px) {
	.contact-form {
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 70px;
	}

	.contact-form .lqd-contact-form {
		padding: 20px 30px 30px 30px;
	}
}

@media (max-width: 767px) {
	.contact-form {
		padding-top: 150px;
		padding-bottom: 100px;
	}

	.contact-form .module-shape-1 {
		top: -126px;
	}
}


h2 {
	color: rgba(255, 255, 255, 0.732);
    font-weight: 100;
    letter-spacing: 10px;
    font-size: 2.8rem;
    line-height: 2.8rem;
    text-transform: uppercase;
	text-shadow: 0px 0 10px black;

}

#banner {
	background-image: url('../images_museo/fondo-min.jpg');
	background-size: cover;
}
#services {
	background-color: #0e0e0e;
	background-image: url(assets/images_museo/fondo-seccion1.jpg);
    background-size: cover;
}

.text-slate-500 {
    color: #9532f8;
}
.lqd-sticky-menu-floating-vertical {
    /* border: 1px solid #ffffff36; */
    background: none;
    box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2), 0px -10px 20px 5px rgba(77, 71, 100, 0.4), 0px 0px 4px 2px rgba(77, 71, 100, 0.4);
}

.link-black a {
    color: #fff;
}

.lqd-sticky-menu-floating-vertical a:before {
	width: 4px;
    height: 4px;
}

.lqd-sticky-menu-floating-vertical li.is-active a:after {
    border-width: 1px;
    transform: scale(1);
}

.lqd-sticky-menu-floating-vertical a:after {
	transform: scale(.1);
}

.imagen_merida { margin-top: 10px;}
.imagen_merida img{
	max-width: 150px;
 

}

.lqd-imggrp-single figure {
    display: block;
    margin: 0!important;
    /* float: right; */
    text-align: right;
}

.imagen_merida li{
	display: inline-block;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    font-weight: bold;
    margin: 0 10px;
    /* float: right; */
    padding-top: 20px;
}

.h-100{
	height: 100%;
}

.abajo_banner{
	display: flex;
  justify-content: flex-end;
}

.top90percent {
    top: 80%;
	right: -10%;
}

.w100 { font-weight: 100;}



.show_cel { display: none;}
.hide_cel { display: block;}

#features {
	background: black;
}

@media (max-width: 432px) { 

	.show_cel { display: block;}
	.hide_cel { display: none;}

	.footer_banner {
		margin-top: 100%;
		margin-left: 0;
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.titulo_banner {
		margin-left: 0px;
	}
	.h-100 {
		height: 90%;
	}
	.lqd-imggrp-single figure {
		text-align: center;
	}

	.top90percent {
		right: 0%;
	}
	#banner {
		background-image: url('../images_museo/fondo_cel-min.jpg');
		background-size: cover;
	}
	ul {
		padding-left: 0;
	}
}