body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
}
#global-container {
	background-color: #fff;
}
body.adm .content-area {
	max-width: 1170px;
	margin: auto;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h4 {
	font-size: 20px;
	color: #666;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #0dad8d;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
hr {
	height: 3px;
	width: 60px;
	text-align: center;
	position: relative;
	background: #0dad8d;
	border: 0;
	margin: 10px auto 30px !important;
	clear: both;
}

/* HEADER */

.logo_principal {
	width: 80px;
}
.navbar-text {
	text-align: center !important;
	float: none !important;
}
.navbar-text>li {
	float: none;
	display: inline-block;
}
.navbar-text>li>a {
	font-size: 1.5em;
}
#menu {
	position: relative;
	background: none;
	margin: 0px;
}

/*CONTAINER SLIDE*/

.slick-slide img {
	width: 100% !important;
}
#ue_slider .ue_prev {
	position: absolute;
	z-index: 9;
	top: 45.8%;
	margin-left: 10%;
	font-size: 2.5em;
	color: #ffffff;
	width: 34px;
	height: 34px;
	border-radius: 50px;
	border: solid;
	text-align: center;
	line-height: 26px;
}
#ue_slider .ue_next {
	position: absolute;
	right: 10%;
	z-index: 9;
	top: 45.8%;
	font-size: 2.5em;
	color: #ffffff;
	width: 34px;
	height: 34px;
	border-radius: 50px;
	border: solid;
	text-align: center;
	line-height: 26px;
}
.slick-dots {
	display: none !important;
}

/*HOME*/

.edt-container .edt-inner-container{
	padding:0 2em;
}


.imgs_home1 {
	width: 100%;
}
.home1 {
	max-width: 1690px;
	margin: auto;
}
.ver_mas {
	color: #000;
	text-decoration: none;
	transition: all 0.5s;
	border: solid 2px;
	padding: 16px 38px;
	display: inline-block;
	margin-top: 18px;
}
.social{display: inline-block;position: relative;left: 50%;transform: translate(-50%);width: 20%;margin-top: 30px;}
.social-icons-label{display:none;}
.social-icons li>a{display: inline-block;float:left;}
.social a>i{font-size: 1.7em;}
.contenido_dos_imgs{padding: 0 9px;}
#footer{text-align:center;padding:25px 0;}

.content-box .content-area{max-width: 1100px; margin:auto;}
a.logo-text {
    font-size: 25px;
    margin-top: 15px;
    display: block;
    font-weight: 700;
}


/*MEDIA QUERYS*/
@media(max-width:991px){
	.social{width:26%;}
}
@media(max-width:767px){
	.navbar-header{padding-top:17px;}
	#menu .container{width:100%;}
	#ue_slider .ue_next, #ue_slider .ue_prev{line-height: 16px;font-size: 1.6em;width:22px;height:22px;border: solid 2px;}
	.navbar-text>li>a{font-size:1.2em;}
	.servicios{margin-bottom:30px !important;text-align:center;}
	.social{width:100%;}
	.social-icons>li{width:20%;float:left;}
	.social-icons li>a{float: none;width: 100%;text-align: center;}
}
@media(max-width:575px){
	.titulo_abajo_banner{line-height:0.7em !important;}
	.titulo_abajo_banner span{font-size: 0.8em;}
	.texto_superior p{font-size:0.9em;}
	.btn_visita, .texto_final_home{text-align:center;}
}




/********* Slider | MENU LOGO DEFAULT **********/

.slider .intro-text {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 15;
}
.slider h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 0 0 4px black;
}
.slick-slide{
	position: relative;
}
.slider .info-slide {
    display: none;
}
.slider img{
	width: 100%;
}
.navbar .container {
    justify-content: space-between;
    width: 100%;
}
.header-brand {
    max-width: 120px;
    float: left;
    padding: 5px;
}
.header-brand img {
    max-height: 50px;
}
nav.menu-top .navbar-collapse {
    width: 100%;
    padding: 15px;
}
a.logo-text {
    font-size: 15px;
    text-transform: uppercase;
   	margin-top: 10px;
    display: block;
    text-decoration: none !important;
}
.slide-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
}
.pad-0{
	padding: 0;
}
.intro-text a.btn.btn-custom.btn-lg {
    border: 1px solid;
    background: #fff;
}

@media (min-width: 768px){
	.info-slide p {
	    color: #fff;
	    font-weight: 400;
	}
	.slider .info-slide {
	    display: block;
		max-width: 800px;
		margin: 0 auto;
	}
	.slider h1 {
	    font-size: 50px;
	}
	#menu.navbar-default .navbar-nav > li > a{
		margin: 5px;
	}
	.header-brand {
	    max-width: 300px;
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	    padding: 5px 0;
	}
	nav.menu-top .navbar-collapse {
	    width: 100%;
	    padding: 0;
	}
	.navbar-right {
	    float: none !important;
	    margin-right: 0;
	    display: flex;
	    justify-content: center;
	}
}

@media (min-width: 992px){
	.header-brand img {
	    max-height: 90px;
	}
	a.logo-text {
	    font-size: 20px;
	}
}

@media (min-width: 1024px){
	.slider {
	    margin-top: 0;
	}
	#menu.navbar-default {
	    background-color: transparent;
	}
}

@media (min-width: 1200px){
	.header-brand img {
	    max-height: 100px;
	}
	#menu.navbar-default .navbar-nav > li > a {
	    margin: 5px 15px;
	   	font-size: 20px;
	}
}
/*********   ****   **********/

