@charset "utf-8";
body, td, th, input, select, textarea{
	font-size:16px;
	color: #0a0a0a;
	font-family: 'Amelia-Light';
}
body{
	margin:0px;
	padding: 0px;
}
h1{color:#000000;}
h2{color:#DD3232;}
h3{color:#5FCCC8;}
h4{color:#ccc;}
h5{color:#000;}
h6{color:#CCC;}

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }

/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #2dbbbe; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #d02b1e; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}

.margin{margin: 5px;}
.clear{clear: both;}
.no-padding{padding:0px;}
.content-site{max-width:1200px;margin:0 auto;}

#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #3e545f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }


/* General Styles */

/* Colors */
.col-whi{
	color: #fff;
}
.col-bla{
	color: #000;
}
.bg-gray{
	background-color: #FBFCFC;
}

/* Paddings */
.pad-0{
	padding: 0;
}
.pad-0-intro .col-xs-12{
	padding: 0;
}
.pad-1{
	padding: 1em;
}
.pad-3{
	padding: 3em;
}

/* Displays */
.dis-blo{
	display: block;
}
.dis-inl{
	display: inline-block;
}
.dis-flex{
	display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
*:focus{
	outline: none !important;
}
section.home-section {
    padding-top: 90px;
}
.title {
    color: #D62A28;
    position: relative;
    margin: 0;
    padding: 20px 0;
    text-transform: capitalize;
    font-size: 26px;
    margin: 15px auto 20px;
    font-family: 'Amelia-Black';
    letter-spacing: 2px;
}
.info-section p{
	text-align: center;
	font-size: 1.2em;
}
.info-section .row .col-xs-12 {
    padding: 0;
}
.intro {
    font-size: 16px;
    padding: 2em 1.5em;
}
.site-content{
	max-width: 1200px;
	margin: 0 auto;
}


/* Fonts */
.text-upper{
	text-transform: uppercase;
}




/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #5FCCCC;
    padding: 0;
    transition: all .4s ease;
}
.header-content {
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    max-width: 90px;
}
.nav-brand img{
	transition: all .2s ease;
}
.social-links, .navbar-header,.main-nav-mobile {
    display: none;
}
a.toogle-menu {
    color: #fff;
    font-size: 40px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background: #5FCCC8;
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {
    display: block !important;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}
.header-bar {
    padding: 5px;
}
.content-info-header {
    align-items: center;
}


/* Slider Home */
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #0c0c0c;
    font-size: 35px;
    padding: 10px 15px;
    cursor: pointer;
    line-height: 1;
    transition: all .3s ease;
    background: white;
}
.slick-arrow:hover{
	padding: 20px 15px;
	color: #5FCCC8;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slider-home .slide.slick-slide {
    position: relative;
}

/* Services */
.item-service {
    margin-bottom: 15px;
}
.item-service img{
    transition: all .3s ease;
}
.item-service:hover img {
    transform: translateY(-20px);
}

.social-content {
    max-width: 900px;
    margin: 0 auto;
}

/* Footer */
footer{
	background: url('bg-footer.jpg') no-repeat center center;
	background-size: cover;
}
.footer-bottom {
    background: #1E8C8D;
    padding: 15px 5px;
}
.footer-bottom a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.45);
    letter-spacing: 1px;
}
.footer-top * {
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.menufooter {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menufooter a{
	text-shadow: 1px 2px rgba(0, 0, 0, 0.45);
    letter-spacing: 1px;
}
.footer-top {
    padding: 15px;
}
.footer-top h3 {
    font-size: 20px;
    font-family: 'Amelia-Black';
    text-shadow: 1px 2px rgba(0, 0, 0, 0.45);
    letter-spacing: 1px;
}
.footer-brand {
    max-width: 150px;
    margin: 0 auto;
}
.social-footer a i {
    font-size: 32px;
    margin: 8px;
}
footer a:hover {
    color: #0d50bf;
    text-shadow: none;
}
footer p {
    text-shadow: 1px 2px rgba(0, 0, 0, 0.45);
    letter-spacing: 1px;
}
.page-info-contact p {
    line-height: 2;
}

/* Internas */
.site-content-inside {
    padding-top: 90px;
}
.content-box, .mod-box {
    padding: 10px;
}
.content-box-title,.mod-box-title {
    color: #2aaeb0;
    font-family: 'Amelia-Bold';
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}
.content-area {
    padding: 0 10px;
}
.banner-page img{
	display: none;
}

/* Media Queries */
@media(min-width: 580px){
	.social-links {
	    display: block;
	    margin-right: 15px;
	}
	.social-links a {
	    color: #fff;
	    font-size: 25px;
	    display: inline-block;
	    margin: 5px;
	}
	.banner-page h2 {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    margin: 0;
	    color: #fff;
	    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.63);
	    font-size: 24px;
	    width: 100%;
	}
	.banner-page {
	    position: relative;
	}
	.site-content-title {
	    padding: 40px 0;
	}
}

@media (min-width: 768px){
	.nav-brand {
	    position: absolute;
	    left: 0;
	    max-width: 150px;
	}
	.bar-top {
	    padding: 25px;
	}
	.header-content {
	    justify-content: flex-end;
	    position: relative;
	}
	.slick-arrow {
	    padding: 0px 25px;
	    margin: 0 50px;
	}
	.slick-arrow:hover{
		padding: 0px 35px;
	}
	.item-service {
	    padding: 0 5px;
	}
	.footer-top * {
	    text-align: left;
	}
	.footer-top {
	    padding: 25px 15px;
	}
	.social-footer {
	    text-align: center;
	}
	.footer-brand {
	    max-width: 180px;
	    margin: 20px auto;
	}
	a.policies {
	    text-align: left;
	}
	.exus-url{
		text-align: right;
	}
	.menufooter {
	    padding-top: 15px;
	}
	.menufooter li {
	    margin-top: 6px;
	}
	.banner-page img{
		display: block;
	}
}

@media (min-width: 992px){
	.nav-mobile {
	    display: none;
	}
	.bar-top {
	    padding: 50px;
	}
	.nav-brand {
	    max-width: 190px;
	}
	.navbar-header {
	    display: block;
	    width: 100%;
	}
	.content-info-header {
	    width: 100%;
	    padding-left: 190px;
	}
	.social-links {
	    display: block;
	    margin-right: 15px;
	    min-width: 75px;
	    margin: 0;
	}
	.main-nav ul {
	    padding: 0;
	    margin: 0;
	    list-style: none;
	}
	.main-nav > ul{
		display: flex;
	    justify-content: space-around;
	}
	.main-nav ul li a {
	    color: #fff;
	    text-transform: uppercase;
	    font-size: 14px;
	    display: block;
	    padding:15px;
	    text-align: center;
	    font-family: 'Amelia-Bold';
	    box-shadow: 0 0 black;
	    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	}
	ul.submenu {
	    position: absolute;
	    background: #6D6D6E;
	    border-top: 4px solid white;
	    margin-top: -4px;
	    display: none;
	}
	ul.submenu li a {
	    border-bottom: 1px solid white;
	    font-size: 14px;
	    font-family: 'Amelia-Light';
	    text-transform: capitalize;
	}
	.header-bar {
	    padding: 0;
	}
	header {
	    position: relative;
	}
	section.home-section {
	    padding-top: 0px;
	}
	.intro {
	    padding: 3.5em 1.5em;
	}
	.title {
	    font-size: 34px;
	}
	.site-content-inside {
	    padding-top: 0;
	}
	.banner-page h2,.content-box-title,.mod-box-title {
	    font-size: 34px;
	}
	.main-nav ul li a:hover {
	    color: #d72b28;
	    text-shadow: none;
	    transform: translateX(-5px);
	}
	ul.submenu li a:hover{
		color: white !important;
	}
}

@media (min-width: 1200px){
	.bar-top {
	    padding: 60px;
	}
	.nav-brand {
	    max-width: 220px;
	}
	.content-info-header {
	    padding-left: 220px;
	}
	.footer-top {
	    padding: 50px 15px;
	}
	.footer-top *{
		font-size: 16px;
	}
	.banner-page h2,.content-box-title,.mod-box-title {
	    font-size: 38px;
	}
}

/*loader*/

#trans{
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1000;
	justify-content: center;
	top: 0;
}
#spinner_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 220px;
	height: 230px;
	padding: 27px 10px 10px 10px;
	margin: -75px 0 0 -75px;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 4px solid transparent;
	border-top-color: #53c5c1;
	border-style: dashed;
	z-index: 1;
	-webkit-animation: spin 3s linear infinite;
	animation-delay: 1s;
	animation: spin 3s linear infinite;
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 4px solid transparent;
	border-top-color: #ffd100;
	border-style: dashed;
	z-index: 1;
	-webkit-animation: spin 1.5s linear infinite;
	animation-delay: 1s;
	animation: spin 1.5s linear infinite;
}

#loader > img{
	position: relative;
	z-index: 10;
}

@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* start IG widget */

.container__widget--ig {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 4px;
	max-width: 800px;
	margin: auto;
	overflow: hidden;  
  }
  
  .art__post {
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 4;
	overflow: hidden;
  }
  
  .art__post--img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .4s ease-in;
  }
  
  .art__post--info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.72);
	color: #fff;
	padding: 8px;
	margin: 0;
	transform: translateY(100%);
	transition: transform .4s linear;
	opacity: 0;
	pointer-events: none;
  }
  
  .art__post:hover .art__post--img {
	transition: transform .4s ease-in-out;
	transform: scale(1.06);
  }
  
  .art__post:hover .art__post--info {
	font-size: 10px;
	text-align: start;
	opacity: 1;
	padding: 12px;
	transition: transform .4s linear;
	transform: translateY(0);
  }
  
  
  /* end IG wiget */