<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.track {
	float: right;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	margin-left: 5px;
}


.text-white { 
    color:#fff;
}
.text-violet {
	color:#4A223D;
}

.btn-violet {
border: 1px solid #BDBABA;
color: #666;
background-color: transparent;
border-radius:0px;
margin-bottom: 20px;
}

.btn-violet:hover, .btn-violet:focus {
border: 1px solid #4A223D;
outline: 0;
color: #fff;
background-color: #4A223D;
}

.btn-news {
	margin-bottom: 5px;
	border-radius:0px;
}



a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 400;
}

.bg-light-gray {
background-color: #f7f7f7;
}

.bg-light-violet {
background-color: #4A223D;
}


.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
}
@media (max-width: 767px){
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.96);
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.76);
}
}

.navbar-toggle {
    color: #fff;

}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(111, 111, 111, 0);
    color: #d96d00;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	background-color:transparent;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255, 255, 255, 0);
    color: #ff9900;
}

.navbar-brand img {
    /*margin-left: -15px;*/
	max-height:110px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    }

.navbar-brand  {
    height: auto !important;
	padding: 5px 15px;
}

@media (min-width: 768px){
.navbar-nav {
    float: left;
    margin: 0;
    padding-top: 38px;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}
}

@media (min-width: 767px){
.top-nav-collapse .navbar-nav {
    padding-top: 0px;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}
}

@media(min-width:767px) {
    .navbar {
        border-bottom: 0;
        letter-spacing: 1px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		background-image: -moz-linear-gradient( -90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
		-webkit-linear-gradient( -90deg, rgba(0, 0, 0, 0.04) 0%, rgba(255, 255, 255, 0) 100%)
		background-image: -ms-linear-gradient( -90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .top-nav-collapse {
        padding: 0;
        background-color: rgba(43, 43, 43, 0.94);
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
	.top-nav-collapse .navbar-brand img {
    margin-left: -15px;
	max-height:40px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    }
}

@media (max-width: 767px){
.navbar-brand img {
    max-height: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    right: auto !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #101314bd;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu&gt;li&gt;a {
    color: #fff;

}

.intro {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;

	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 150px;
	padding-left: 0;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
	text-shadow: 1px 1px 1px #120A17;
}

.intro .intro-body .intro-text {
    font-size: 18px;
	text-shadow: 1px 1px 1px #120A17;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
		text-align: right;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
    }

    .intro .intro-body .intro-text {
        font-size: 20px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.linea-divisora {
	background-image:url(../img/transparencia.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 95px;
	margin-top: -40px;
	position: relative;
}

.content-section {
    padding-top: 30px;
	padding-bottom: 30px;
}

.content-section-map {
    padding-top: 90px;
	padding-bottom: 0px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 240px;
    margin-top: 10px;
}

@media(min-width:767px) {

	.linea-divisora {
		background-image:url(../img/transparencia.png);
		background-repeat: no-repeat;
		background-position: center top;
		display: block;
		height: 95px;
		margin-top: -90px;
	}

    .content-section {
      padding-top: 50px;
	  padding-bottom:50px;
    }

    .content-section-map {
		padding-top: 100px;
		padding-bottom: 0px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 300px;
        margin-top: 10px;
    }
}

.btn {
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-social {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px solid #290C49;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 42px;
}

.btn-outline {
    border: solid 2px #81A3C7;
    /* font-size: 18px; */
    color: #FFFFFF;
    background: 0 0;
    background-color: #14569C;
    transition: all .3s ease-in-out;
}


.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
border: solid 2px #fff;
color: #fff;
background: #328F73;
}

.btn-default {
border-color: transparent;
    border-bottom: 3px solid #f7bc64;
    color: #000000;
    background-color: #ffdc73;
    padding: 10px 18px;
    border-radius: 5px;
}

.btn-default:hover,
.btn-default:focus {
border-color: transparent;
    border-bottom: 3px solid #817ea7;
    color: #ffffff;
    background-color: #484664;
    padding: 10px 18px;
    border-radius: 5px;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}


.row.confirmacion {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #FFF;
}

footer {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-top:solid 1px #f3f3f3;
}

::-moz-selection {
   /* text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);*/
}

::selection {
    /*text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);*/
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.portfolio-modal .modal-content h2 {
	margin: 0;
font-size: 28px;
    line-height: 32px;
}

.portfolio-modal .modal-content img {
    /*margin-bottom: 30px;*/
	margin-right:5px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

#empresa{

}

@media (max-width: 767px){
#empresa{

}
}

#promociones{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/main-slider2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

#beneficios{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/bg-beneficios.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

#telas{
	background-image: url(../img/telas-bg.jpg);
	background-position: center center;
	background-attachment:fixed;
}

#clientes{
	/*background-image: url(../img/bg-clientes.jpg);*/
	background-position: center center;
	background-attachment:fixed;
	background-size:cover;
}

#fotogalerias{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

.line3{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

.line3:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: url(/web/bundles/app/images/sliderL.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 140px solid white;
	border-left: 3000px solid transparent;
}
.line3:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(/web/bundles/app/images/sliderL.png) center center no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 10px; 
	border-top: 100px solid white;
	border-right: 3000px solid transparent;
	//bottom: 489px;
}

.line1{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;

}

.line1:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	/*background: url(/web/bundles/app/images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 100px solid white;
	border-left: 3000px solid transparent;
}
.line1:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(/web/bundles/app/images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 0px solid white;
	border-right: 3000px solid transparent;
	//bottom: 489px;
}


.line4{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

.line4:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	/*background: url(/web/bundles/app/images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 140px solid #c93939;
	border-left: 3000px solid transparent;
}
.line4:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(/web/bundles/app/images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 100px solid white;
	border-right: 3000px solid transparent;
	//bottom: 489px;
}

.owl-controls {
    display: block;
}
/*.owl-controls .owl-dots {
    display: none !important;
}*/

.owl-theme .owl-controls .owl-nav [class*=owl-]{
	display: block !important;
}
/*.owl-theme .owl-controls{
	position: absolute;
	width: 100%;
    top: 40%;
}*/


.owl-controls .owl-nav div, .owl-controls .owl-nav div:hover {
	position: absolute;
	background-image: url(../img/flechas_rotador.png) !important;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	color: transparent !important;
	background-color: rgba(0,0,0,.0001) !important;
}
.owl-theme .owl-controls .owl-nav div:hover {
	background-color: rgba(222,226,229,0.7);
}
 
.owl-theme .owl-controls .owl-nav .owl-prev{
  left: 10px;
}
 
.owl-theme .owl-controls .owl-nav .owl-next{
  right: 10px;
  background-position: -34px !important;
}

.navbar-nav &gt; li &gt; a {
    color: #fff;
    text-transform: none;
	font-weight: 700;
	font-size: 15px;
    padding: 16px 8px;
    border-right: ;
    letter-spacing: 0.5px;
}


@media (max-width: 767px){
.navbar-nav &gt; li &gt; a {
border-right:0px;
}

.navbar-nav &gt; li &gt; a {
    color: #fff;
    text-transform: ;
    font-weight: 500;
    /*font-size: 12px;*/
    padding: 12px 14px;
    border-right: ;
    border-bottom: solid 1px #1f1f1f;
}

.nav .open&gt;a, .nav .open&gt;a:hover, .nav .open&gt;a:focus {
    background-color: #eeeeee00;
    border-color: #ffffff1f;
}
}

/* ==========================================================================
Carousel Settings
 ========================================================================== */ 
.carousel-mod .carousel-indicators {position: static; display: block; width: auto; margin: 15px auto;}
.carousel-mod .carousel-indicators li {background-color: #A3A3A3; border: none; margin:0;}
.carousel-mod .carousel-indicators .active {background-color: #31373a; width: 10px; height: 10px;}
.carousel-mod .carousel-control.left, .carousel-mod .carousel-control.right {background: none; background-color: transparent; filter:none;}
.carousel-mod .carousel-control {top: 45%;}


/* ==========================================================================
Intro Slider
 ========================================================================== */ 
html, body {height: 100%;}
.carousel-inner {height: 100%;}

.slide1 {background-image:url(../img/main-slider1.jpg);}
.slide2 {background-image:url(../img/main-slider2.jpg);}
.slide3 {background-image:url(../img/main-slider3.jpg);}

#main-slider {background: #1A1A1A;}
#main-slider .carousel-caption { top: 40%; text-align:center; }

@media (max-width: 767px){
#main-slider .carousel-caption { top: 20%; text-align:center; }
}

#main-slider .carousel-caption h2 {font-size: 50px; }
#main-slider .carousel-caption h4 {    padding-top: 15px;
    border-top: 5px dotted #7b1321;
    display: inline-block;
    color: #EFEFEF;
    margin-top: 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;}

.carousel-fade .carousel-inner .item { opacity: 0; -webkit-transition-property: opacity; transition-property: opacity;}
.carousel-fade .carousel-inner .active {opacity: 1;}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1;}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {opacity: 1;}
.carousel-fade .carousel-control {z-index: 2;}


#main-slider .carousel [data-slide] { visibility: hidden; }
#main-slider .carousel:hover [data-slide] { visibility: visible; }

.cover {-webkit-background-size: cover; -moz-background-size: cover;-o-background-size: cover; background-size: cover; }

/* ==========================================================================
Scroll To Top
 ========================================================================== */
a.scroll-up { display: none; position: fixed; right: 10px; bottom: 10px; padding:5px 10px; background: #328F73; text-align: center; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-transition: -moz-transform 0.8s ease-in-out; -o-transition: -o-transform 0.8s ease-in-out; -webkit-transition: -webkit-transform 0.8s ease-in-out; transition: transform 0.8s ease-in-out; -webkit-backface-visibility: hidden; z-index:1;}
a.scroll-up i {color: #FFF;}
a.scroll-up:hover, 
a.scroll-up:focus { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); background: #31373a;}


/*-------- FLEXBOX ---------*/

.row-flex, .row-flex&gt; div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex &gt; div[class*='col-'], .container-flex &gt; div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

/*-------- FIN FLEXBOX ---------*/


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

.modulo.modulo-info {
	text-align:center;
	padding-top:70px;
	padding-bottom:40px;
}

.modulo.modulo-info h1 {
	font-size:33px;
	line-height:34px;
    margin-bottom: 22px;
    margin-top: 0px;
	font-weight:300;
}

.modulo.modulo-info h1:after {
content: '';
    height: 7px;
    width: 6%;
    background: #eeeeee;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: 0;
    left: 47%;
}

@media (max-width: 767px){
.modulo.modulo-info h1 {
	font-size:24px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:18px;
}


}

.modulo.modulo-info .box-in {
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:40px;
	border-radius: 10px;
}

.modulo.modulo-info .box-in:hover {
-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.13);
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.13);
}

.modulo.modulo-info .box-in img {
    /* padding-bottom: 16px; */

}

.modulo.modulo-info .box-in img:hover {

}

.modulo.modulo-info .box-in h2 {
	font-size:32px;
  margin-bottom:18px
}
.modulo.modulo-info .box-in h2 a {
	color:#666666;
	font-weight:400;
}

.modulo.modulo-info .box-in p {
	font-size:20px;
	line-height:30px;
}

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


.modulo-datos .superior {
	font-size:33px;
	line-height:40px;
	font-weight:300;
	margin-bottom:25px;
}

.modulo-datos .superior strong {
	font-size:40px;
}


.carousel_datos .div-color {
	padding-bottom:25px;
	padding-top:15px;
}

.carousel_datos .div-color p {
	font-size:18px;
	line-height:28px;
	text-transform:uppercase;
}

.carousel_datos .div-color p span {
	font-size:54px;
	line-height:54px;
	font-weight:700;
	display:block;
	margin-bottom: 12px;
}

.facts .fact-item .count {
    display: none;
}

@media (max-width: 767px){

.modulo-datos .superior {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
}

.modulo-datos .superior strong {
	font-size:28px;
}

.carousel_datos .div-color p {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.carousel_datos .div-color p span {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 10px;
}

}

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

.modulo.modulo-interiores {
	padding-top:70px;
	padding-bottom:40px;
}

.modulo .titulo-ppal {
	font-size:33px;
	font-weight:300;
	text-align:center;
	line-height:43px;
}

@media (max-width: 767px){
.modulo .titulo-ppal{
	font-size:22px;
	font-weight:300;
	text-align:center;
	line-height:28px;
	padding-bottom:0px;
}

}

.modulo.modulo-interiores h1 {
	font-size:33px;
	line-height:34px;
    margin-bottom: 22px;
    margin-top: 0px;
	font-weight:300;
}


@media (max-width: 767px){
.modulo.modulo-interiores h1 {
	font-size:24px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:18px;
}


}

.modulo.modulo-interiores .titulo-inf{
	font-size:30px;
	font-weight:300;
	text-align:center;
	line-height:42px;
}

@media (max-width: 767px){
.modulo.modulo-interiores .titulo-inf{
	font-size:22px;
	font-weight:300;
	text-align:center;
	line-height:28px;
	padding-bottom:30px;
}

}

.modulo.modulo-interiores .items {
	padding-top:30px;
	padding-bottom:30px;
}

@media (max-width: 767px){
.modulo.modulo-interiores .items {
	padding-top:15px;
	padding-bottom:15px;
}
}

.modulo.modulo-interiores .items hr {
	margin-top:40px;
	margin-bottom:0px;
}


.modulo.modulo-interiores .items p {
	font-size:20px;
	line-height:30px;
}

@media (max-width: 767px){
.modulo.modulo-interiores .items p {
	font-size:18px;
	line-height:26px;
	text-align:center;
}
}

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

ul.social-buttons-contacto li a {
text-align: center;
    height: 40px;
    width: 40px;
    display: block;
    text-decoration: none;
    line-height: 37px;
    color: #6d6c6c;
    /* background-color: #131313; */
    font-size: 18px;
    /* border-radius: 5px; */
    border: solid 2px #d6d6d6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

ul.social-buttons-contacto li a:hover, ul.social-buttons-contacto li a:focus, ul.social-buttons-contacto li a:active {
color: #7673a9;
    border: solid 2px #7a779c;
}</pre></body></html>