.sub-head, .form-contact *{text-align:left!important;}
.mod_mailform_checkbox .mod_mailform_control {
	float: left;
	width: 5%;
}
.mod_mailform_checkbox .mod_mailform_label {
	float: right !important;
	width: 95%;
}
.page_1 #google_translate_element {
    float: right;
    margin-bottom: 20px;
    margin-right: -3%;
    margin-top: 90px;
    text-align: center;
    width: 100%;
}

.page_1 #google_translate_element a{
	font-weight: 300 !important;
  font-size: 14px !important;
	color: #000 !important;
	padding: 0 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page_1 #google_translate_element a:hover{
  font-size: 16px !important;
	padding: 0 0px;
}


.page_1 .telefono {
    display: none;
}


.page_1 #t_social {
    height: 90px;
}


.page_1 #t_social {
    height: 90px;
}

.page_1 .top {
    height: 98px;
}

.page_1 #hmenu{
	display:none;
}

.page_1 .logo{
	display:none;
}



#news{
	text-align: center;
	border: 1px solid #D8D8D8;
	border-radius: 20px;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.bg_first{
	width:100% ;
	height: 100%;
	top:0;
	left:0;
 	z-index: -11;
	background-image: url('/theme/bkg.jpg');
	background-position:right bottom;
   background-repeat: no-repeat !important;
	position: fixed !important;
	background-size:100%;

}

#news h2{
	font-size: 180%;
	padding: 30px 0 20px;
}

#news span{
	font-size: 120%;
}

#news > iframe {
  margin: 0 auto;
  display: block;
}

.contact_image:hover img{
	transform: rotateZ(360deg);
}

.mod_featuregallery_feature:hover .mod_featuregallery_picture{
	transform: rotateY(180deg);
}

.personaje{
	margin: 20px auto 0;
	width: 60%;	
}

.horizontalmenu li ul, .slick-slide, .slick-slider .mod_featuregallery_link, .slick-prev:before, .slick-next:before, .contact_image a:hover img, .menuitem a, .menuitem div , .t_item img, .horizontalmenu li ul li a, .mod_link a, .mod_featuregallery_link a, .horizontalmenu li, .textcontent a, .servicios .mod_featuregallery_link, .servicios .mod_featuregallery_link a, .logo_stick, .menu, .logo a img, #top_contact span, #t_social a img, .footer_social a img, .footer_social a, .footer_optmedia a, .scrolltop, .services .mod_picturebox_picture img, .news_more .mod_picturebox_picture > img, .servicios .mod_featuregallery_picture, .mod_featuregallery_picture {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;	
}

#bg_titles{
	width:100%;
	height: 100%;
	position: fixed;
	background-image: url('/theme/bg_menu.png');
	background-repeat: repeat;
	display:block;
	z-index: -9;
	top: 0;
}

.nivo-caption {
  top: 0;
  font-size: 30px;
  background: transparent;
  color: #000000;
}

.caption_container{
	position: absolute;
	bottom: 20px;
	right: 30px;
	border-radius: 10px;
	width: 420px;
	padding: 10px 30px 20px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 18px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 18px 0px rgba(0, 0, 0, 0.75);
	background: rgb(141,198,63); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(141,198,63,1) 1%, rgba(70,173,58,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(141,198,63,1)), color-stop(100%,rgba(70,173,58,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(141,198,63,1) 1%,rgba(70,173,58,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(141,198,63,1) 1%,rgba(70,173,58,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(141,198,63,1) 1%,rgba(70,173,58,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(141,198,63,1) 1%,rgba(70,173,58,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc63f', endColorstr='#46ad3a',GradientType=0 ); /* IE6-9 */
}


.caption_title{
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #ffffff;
}

.caption_text{
	font-size: 17px;
	line-height: 20px;
}


.telefono{
	margin-top: 4px;
	font-style: normal;
	color:#fff;
	font-weight:800;
	font-size:22px;
}

.siguenos{
	position: relative;
	top: -22px;
	margin-top: 16px;
	font-style: italic;
	color: #ffffff;
}

.goog-te-gadget-simple{
	background-color: transparent !important;
	background: rgba(255,255,255, 0.3) !important;
	border-radius: 10px;
	padding: 0 10px;
}

.goog-te-gadget-simple{
	padding: 0 20px;
}

#google_translate_element {
  float: right;
  margin-top: 10px;
  width: 305px;
  text-align:right;
}

#google_translate_element a{
	font-weight: 300 !important;
  font-size: 14px !important;
	color: #ffffff !important;
	padding: 0 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#google_translate_element a:hover{
  font-size: 16px !important;
	padding: 0 0px;
}


.mod_picturagellery_captioncontainer{
	display: none;	
}

.after_float{
	clear:both;
	border-top: 1px solid;
}

html,body{
	width:100%;
	height:100% !important;
	font-size:16px;
}

#bg{
	background: url('/theme/bg.jpg');
	background-size: cover;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -10;
}

body{
}

.clear{
	clear:both;
}

#site {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	min-width: 1000px;
	padding: 0;
	font-size: 105%;
}

.scrollup {
   background: url("/theme/icon_top.png") no-repeat scroll center center transparent;
   bottom: 50px;
   height: 60px;
	width: 60px;
   opacity: 0.4;
   position: fixed;
   right: 5%;
   text-indent: -9999px;
	display:none; 
}

.scrollup:hover {
   opacity: 1;
}

.goto_section {
    background: url("/theme/arrow_section.png") no-repeat;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 60px;
	margin-top: 30px;
}

.gototop {
	transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-webkit-transform:rotate(180deg); /* Safari and Chrome */
}

/* Top */

.top {
	background:#333;
	width: 100%;
}

#top_left {
  float: right;
	text-align: right;
	margin-top: 48px;
}


.tip {
	position: fixed;
	top:0;
	left:75%;
	z-index: 999999;
}

/* Menu Module */

.logo {
    padding: 43px 0 15px 4%;
	
}


#top_contact{
	float:right;
	color: #00721B;
	font-weight: 700;
	margin-top: 50px;
	font-size:35px;
	text-align: right;
}

#top_contact:hover{
	text-align: left;
}

#top_contact span{
	font-size: 18px;
	color: #000000;
}


.up_left {
    margin-top:-30px !important;
}


#telefonos{
	margin: 25px 20px 0 0 !important; 
	color: #98C728;
	font-size: 160%;
	font-weight: 500;
	text-align: center;
}

#telefonos a{
	color: #98C728;
}

.t_item img {
	width: 30px;
  position: relative;
  top: 8px;
  margin: 0 5px 0 8px;
}

#hmenu{
    color: #ffffff;
    font-family: exo,Arial,GOTHIC,Futura,Helvetica,Arial,Liberation Sans,sans-serif;
    font-weight: 300;
    height: 40px;
    margin-bottom: 0;
    width: 100%;
	background: #ffd800; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ffd800 0%, #c74a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffd800), color-stop(100%,#c74a1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #ffd800 0%,#c74a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #ffd800 0%,#c74a1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #ffd800 0%,#c74a1a 100%); /* IE10+ */
	background: linear-gradient(45deg,  #ffd800 0%,#c74a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#c74a1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.horizontalmenu {
	margin: 0 auto;
	font-weight: 300;
	width: 100%;
}

.horizontalmenu li{
	display: inline-block;
	font-size:17px;
	text-align: left;
	border-radius: 0px;
	margin: 0 4px;
	padding-top:6px !important;
	color:#fff;
}

.menuitem a, .menuitem div, .current > span{
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight:500;
	padding:7px 23px 9px;
	text-transform: uppercase;
}

.horizontalmenu .current > a, .horizontalmenu li:hover > a, .horizontalmenu .current > div, .horizontalmenu li:hover > div {
  color: #ffffff;
}

.current > span, .horizontalmenu ul li a:hover, .horizontalmenu ul .current > a, .horizontalmenu ul li div:hover, .horizontalmenu li:hover, .current, .current div{
	background-color: #ff9900 !important;
}

.horizontalmenu .current:hover{

}

.horizontalmenu li:hover{

}

.horizontalmenu .current, .horizontalmenu .current:hover{
	padding:0px;
}

.horizontalmenu li ul .current a, .horizontalmenu li ul li a:hover, .horizontalmenu li ul .current > span{
	color: #FFf!important;
	padding:10px !important;
}

.haschildren.current, .haschildren:hover{
	border-radius: 0 0 0 0;
}

.horizontalmenu {
    color: #ffffff;
    font-size: 24px;
    padding-left: 0;
    text-align: center;
    width: 100%;
}

.horizontalmenu li li a {
	margin: 0;
}

.menuitem div{
	cursor: default;
}

.menu_submenubottom{
	display:none!important;
}

.horizontalmenu li ul{
	margin-top: 10px;
	min-width: 149px;
	text-align:left;
	z-index: 999997;
	padding:7px;
	border-radius: 0 10px 10px 10px;
	opacity: 0;
}

.horizontalmenu li:hover ul{
	opacity: 1;	
}

.horizontalmenu li ul li ul{
	margin-top:-77px;
	margin-left: 10px;
}

.horizontalmenu li ul li{
	line-height: 16px;
	margin:1px !important;
	display: block;
}

.horizontalmenu li ul li: hover{
	background-color:#ff9900 !important;
}


.horizontalmenu li ul li a, .horizontalmenu li ul .current > span{
	display:block; 
	border: 0 none;
   line-height:100%;
	font-weight: 300;
	padding: 10px 0 10px;
	text-transform: none;
	color: #ffffff;
	background:#333;
}

.horizontalmenu li ul li a span{
	padding: 0 10px;	
}

.horizontalmenu li ul li:hover a{
	background: none;
}

.menu_lateral .mod_navigation{
	min-height:30px;
	margin: 20px 0;
}

.menu_lateral .mod_navigation li {
    font-size: 190%;
	line-height: 130%;
}



/* Sections */


.website_section{
	padding:0px 0 0px;
}

.blend_section_a {
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 1%, rgba(239,239,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(247,247,247,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(239,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 1%,rgba(239,239,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	padding: 40px 0 0px;
}

.blend_section_b{
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding: 20px 0 0;	
}

.top_content_t {
  color: #000000;
  margin: 0 auto;
  text-align: center;
  width:100%;
}

.top_content{
	width:100%;
	margin: 0 auto;
	min-width:970px;
	color: #000000;
	text-align:left;
	max-width:1040px;
}

.top_content_t > span {
  font-size: 120%;
  color: #ffffff;
  position: relative;
  top: 5px;
}

.top_content_t span img{
  position: relative;
  top: 6px;
	margin-right: 20px;
}

.website_sectioncontent{
	margin: 0 auto;
	min-width: 970px;
	width:100%;
	overflow: hidden;
}

.news_more .website_sectioncontent{
	background: rgba(15, 44, 78, 0.9);
}

.website_halfcolumn{
	width:47%;
}

.website_rightcolumn{
	float: right;
}

.website_bigsmallsection .website_column {
  margin-bottom: -99984px;
  padding-bottom: 99999px;
}


.website_smallbigsection .website_columnsmall{
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../theme/lat_bkg.png") !important;
    background-origin: padding-box !important;
    background-position: 0 17%;
    background-repeat: no-repeat !important;
    background-size: 38% auto;
    float: left;
    width: 30% !important;
}


.website_smallbigsection .website_columnbig {
    float: right;
    margin-right: 7%;
    width: 62%;
}

.website_bigsmallsection .website_columnsmall{
	width: 27% !important;
	display:inline-block;
	padding-left:2%;
}

.page_52 .website_bigsmallsection .website_columnsmall{
	background-color: transparent;
}

.website_bigsmallsection .website_columnbig{
	width: 50% !important;
	display:inline-block;
	padding-left:10%;
}

.sp_home_section .website_columnbig{
	width: 65% !important;
}

.website_columntriplet{
	width:32.3%;
	padding: 0 0.5%;
	overflow: hidden;
}


.website_bigsmallsection {
    text-align: center;
}


.noticias {
    background-size: 100% auto;
    margin-top: 0;
    padding-bottom: 45px;
    padding-top: 45px;
}

.website_columntriplet, .website_sectioncontent > div:nth-child(6){
	float: right;	
}


.website_columnfirsttriplet {
    width:19%;
	padding-left:2%;
}


.website_columnsecondtriplet {
    width:52%;
	margin-left:1%;
}


.website_columnthirdtriplet {
    width:23.4%;
	background: url("../theme/lat_bkg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}


.website_columnfirsttriplet h2{
	color:#333 !important;
}

.website_columnfirsttriplet .mod_text{
	color:#E28D0E;
	font-family:open sans, arial, helvetica;
}


.section_full .website_sectioncontent{
	width: 100%;
	max-width:inherit;
	overflow: hidden;
}

.sp_section .website_columnfullsize {
  margin: 0 2.5%;
}

.sp_small_full__section .website_sectioncontent{
	width: 40%;
	max-width: 970px;
	min-width: 650px;
}

.green_section{
	background: rgb(141,198,63); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(141,198,63,1) 1%, rgba(70,173,58,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(141,198,63,1)), color-stop(100%,rgba(70,173,58,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(141,198,63,1) 1%,rgba(70,173,58,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(141,198,63,1) 1%,rgba(70,173,58,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(141,198,63,1) 1%,rgba(70,173,58,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(141,198,63,1) 1%,rgba(70,173,58,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc63f', endColorstr='#46ad3a',GradientType=0 ); /* IE6-9 */
}


.green_section .mod_text{
	color: #000000 !important;	
}


/* Styles */

.mod_title, .mod_featuregallery_title, .mod_featuregallery_title a{
	font-family: 'exo', sans-serif;
}



.mod_title h1, .mod_title_input_h1 {
    border: 0 none;
    font-size: 200%;
    line-height: 120%;
    width: 100%;
	text-align:left;
	font-weight:800;
	margin:20px 0 10px;
    color:#E28D0E;
}


.mod_title h2, .mod_title_input_h2 {
    color:#E6970C;
    font-size: 140%;
    font-weight:600;
    line-height: 100%;
    margin-bottom: 10px;
    padding:10px 0 0;
    text-align: left;
    width: 100%;
}

.mod_title h3, .mod_title_input_h3, .mod_featuregallery_title {
    color:#1fa6f2;
    font-size: 120%;
    font-weight: 600;
    line-height: 100%;
    margin: 0 auto 25px;
    padding: 0;
    text-align: left;
}

.cms_formfields_radiolabel {
    font-size: 13px;
    font-weight: 600;
}

.website_columntriplet h3{
	text-align:center;	
}

.website_columntriplet h2{
	text-align:left;	
	font-weight:600;
}

.green_section .mod_featuregallery_title, .green_section .mod_featuregallery a {
	color: #000000;	
}

.news_more .mod_title h2{
	color: #333D82;	
}


.sp_title h1, .sp_title .mod_title_imput_h1{
	text-align: center;
}

.sp_home_title h2{
	text-align: center;
	margin: 40px 0 20px;	
}

.sp_title h2{
	border: 0 none;
   font-size: 150%;
   line-height: 170%;
   width: 100%;
	font-weight: 100;
	margin:0px 0 10px;
   border-bottom: 1px solid rgba(112,22,39, 0.15);
	padding-bottom: 20px;
}


.website_columnsmall .mod_title h2, .website_columnsmall .mod_title_input_h2 {
	border-bottom: 0px;
	font-size: 130%;
	line-height: 110%;
	margin: 20px auto 0;
	padding:0px;
	color:#333;
	text-align:left;
	width:100%;
	font-weight:600;

}

.parallax_title h2{
	margin-bottom: 50px !important;
	padding: 50px 0 40px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
	text-align: center;
	
}

b {
	font-weight: 700;
}

.addthis_toolbox{
	padding: 10px 0 20px 20px;
}
	
.website_columnfullsize .mod_text{
	width:100%;
	margin: 0 auto;
}

.mod_text, .mod_featuregallery_text {
	color: #333;
	font-size:86% !important;
	font-weight: 300;
	line-height: 150%;
	overflow: auto;
	text-align:left;
	font-family:open sans, arial, helvetica;
}

.txt_mapa {
    color: #ff9900;
    font-size: 14px !important;
    font-weight: 600;
	padding-left:17px;
	background:url("../theme/arrow.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}

.website_columntriplet .mod_text{
	font-size: 90%;	
}

.precios b{
	float: left;
	margin-left: 20px;
	color: #B9374B;
}

.precios u {
	text-decoration: none;
	float: left;
	width: 85%;
	overflow: hidden;
	white-space: nowrap	
}

.precios u:after {
	content: " ..........................................................................................................................................................................................................................................................."
}

.subtitle {
	width:80%;
	margin: 0 auto;
}

.center {
	text-align: center;
}

.mod_text b{
	/*font-weight: 600;*/
}

.preguntas b{
	font-size: 130%;	
}

.textcontent a{
	color: #81323C;
	position: relative;
}

.website_columnsmall .textcontent a{
	color: #81323C;
}

.textcontent a:hover{
	text-decoration: underline !important;
	top: -2px;
}

.website_columnsmall .mod_text {
    color: #e28d0e;
    font-family: open sans,arial;
    font-size: 12pt;
}

.website_columnsmall .mod_text div{

}


.menuLat {
    color: #333 !important;
    font-family: Exo, Arial,GOTHIC,Futura,Helvetica,Arial,Liberation Sans,sans-serif;
    font-size:18px !important;
    padding-bottom: 20px !important;
    text-align: left;
	font-weight:600;
	padding-left:28px;
}

.menuLat2 {
    color: #333 !important;
    font-family: Exo, Arial,GOTHIC,Futura,Helvetica,Arial,Liberation Sans,sans-serif;
    font-size: 23px !important;
    padding-bottom: 20px !important;
    text-align:right;
	font-weight:800;
	margin-right:-82px;
}

.menuLat2 a{
	color:#333 !important;
}

.menuLat2 a:hover{
	color:#ff0000 !important;
}

.menuLat a {
    color: #333 !important;
}

.menuLat a:hover {
    color: #ff0000 !important;
}

.mod_text_image_float_left {
	float: left;
	padding: 5px 20px 5px 0;
}

.sp_image_text .mod_text_image_float_left{
	width: 200px !important;
	margin-left: 1px;
}

.mod_text ul, .mod_text ol {
	margin-left: 20px;
}
.mod_text ul > li {
	list-style-type: disc;
}
.mod_text ol > li {
	list-style-type: decimal;
}

/* Styles Services */

.services .website_sectioncontent {
    padding: 20px 0 40px;
}

.services h2 {
    color: #377eaf;
    font-size: 310%;
    font-weight: 100;
    text-transform: uppercase;
}

.services h3 {
    color: #777;
    font-size: 180%;
    font-weight: 700;
	margin-bottom: 30px;
}

.services .mod_text {
	font-size: 120%;
	margin: 10px 20px 40px;
}

.services_mod_text_1, .services_mod_text_2, .services_mod_text_3, .services_mod_text_4 {
	height: 65px;
	overflow: hidden;
}

.services1 a, .services2 a, .services3 a , .services4 a {
	background: url("/theme/icons_arrow_down.png") no-repeat scroll center center rgba(255, 255, 255, 0);
	padding: 25px;
}

.services1 .arrow_up, .services2 .arrow_up, .services3 .arrow_up, .services4 .arrow_up {
	background: url("/theme/icons_arrow_up.png") no-repeat scroll center center rgba(255, 255, 255, 0);
}

.footer_location {
	height: 0px;
	padding: 0 !important;
	overflow: hidden;
}

.footer_icon a {
	background: url("/theme/icons_arrows_down.png") no-repeat scroll center center rgba(255, 255, 255, 0);
	padding: 25px;
}

.footer_icon .arrow_up {
	background: url("/theme/icons_arrows_up.png") no-repeat scroll center center rgba(255, 255, 255, 0);
}

.footer_icon span {
	display: none;
}

.services .mod_link {
    height: 100px;
    margin: auto;
    overflow: visible;
    text-align: center;
}

.services .mod_link a span {
	display:none;
}

/* Content Section */

.content .mod_text {
	padding: 20px 0 20px;
}

.content .intro a{
	color: #81323C;
	font-weight: 600;
}

.content .intro {
	font-size: 105%;
	padding: 20px 0 5px;
	text-align: left;
	font-style: italic;
	border-bottom:0 0 10px 10px;

}

.mod_featuregallery_title {
	margin:0px auto 20px;
	padding: 10px 10px 0;
	width:100%;
	color:#333;
}

.green_section .mod_featuregallery_title {
	padding: 10px 20px 0;
	margin: 10px auto 20px;	
}

.servicios.big .mod_featuregallery_title {
	font-size: 200%;
	font-weight: 100;
}

.news_more .mod_picturebox_picture {
    background-position: 50% 50%;
    background-size: cover;
    height: 200px;
}

.news_more .mod_link, .mod_featuregallery_link {
    margin-bottom: 40px;
}

/* Others modules */

.condiciones {
    text-align: left;
    display: block;
    line-height: 20px;
    color: #000000;
    font-size: 90%;
    margin-bottom: 20px;
    text-decoration: underline !important;
    font-weight: 500;
}

.website_columnsmall .condiciones{
	font-size: 80%;	
}

.mod_picturebox{
	min-height: 50px;	
}

.mod_link, .mod_featuregallery_link {
	margin-top: 10px;
	overflow: visible;
	text-align: right;
}

.mod_link a, .mod_featuregallery_link a {
	color: #ffffff !important;
	font-weight: 600;
	font-style: normal;
	text-decoration:none;
	display: block;
	border-bottom: 0px;
	font-size: 78%;
	line-height: 110%;
	margin:auto 0;
	padding: 7px 5px;
	color: #ffffff;
	font-size: 600;
	text-align: center;
	width: 100%;
	background:#1FA6F2;
}

.ir_seccion a, .ir_seccion_h3 h3 {
	background: rgb(51,51,51); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(51,51,51,1) 0%, rgba(71,71,71,1) 1%, rgba(51,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,1)), color-stop(1%,rgba(71,71,71,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 */
	border-bottom: 0px;
	font-size: 90%;
	line-height: 110%;
	margin: 0 auto;
	padding: 7px 5px;
	color: #ffffff !important;
	font-size: 600;
	text-align: center;
	width: 86%;
}

.ir_servicios a{
	background: rgb(129,50,60); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(129,50,60,1) 0%, rgba(147,57,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,50,60,1)), color-stop(100%,rgba(147,57,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(129,50,60,1) 0%,rgba(147,57,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(129,50,60,1) 0%,rgba(147,57,68,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(129,50,60,1) 0%,rgba(147,57,68,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(129,50,60,1) 0%,rgba(147,57,68,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81323c', endColorstr='#933944',GradientType=0 ); /* IE6-9 */
}
	

.ir_seccion a:hover{
	background: rgb(51,51,51); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(51,51,51,1) 0%, rgba(71,71,71,1) 1%, rgba(51,51,51,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,1)), color-stop(1%,rgba(71,71,71,1)), color-stop(100%,rgba(51,51,51,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to right,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ) !important; /* IE6-9 */

}

.mod_link a:hover, .mod_featuregallery_link a:hover {
background: rgb(56,82,140); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(56,82,140,1) 0%, rgba(57,95,142,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,82,140,1)), color-stop(100%,rgba(57,95,142,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(56,82,140,1) 0%,rgba(57,95,142,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(56,82,140,1) 0%,rgba(57,95,142,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(56,82,140,1) 0%,rgba(57,95,142,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(56,82,140,1) 0%,rgba(57,95,142,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38528c', endColorstr='#395f8e',GradientType=0 ); /* IE6-9 */
}

.website_columnsmall .mod_link a:hover{
	background: rgb(51,51,51); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(51,51,51,1) 0%, rgba(71,71,71,1) 1%, rgba(51,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,1)), color-stop(1%,rgba(71,71,71,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(51,51,51,1) 0%,rgba(71,71,71,1) 1%,rgba(51,51,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 */	
}

.ultimas_noticias{
	text-align:left;
	margin: 30px 0 20px;
	border-top: 1px solid #333333;
}

.ultimas_noticias a{
	background: transparent;
	color: #333333;
	width: 100%;
}

.pdf_link {
	text-align: left;
}

.pdf_link a{
	background: url("/theme/pdf.png");
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	padding: 9px 0 0 40px;
}

.all_news{
	margin-top:0px;
	margin-bottom:12px;
}

/*  Quote  */

.quote {
	width: 90%;
	padding: 0;
	margin: 20px auto;  
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 170%;
	font-weight: 100 !important;
	font-style: italic;
	text-transform: uppercase;
	display: flex;
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/theme/quotes_1.png"), url("/theme/quotes_2.png");
    background-origin: padding-box, padding-box;
    background-position: left top, right bottom 30px;
    background-repeat: no-repeat, no-repeat;
    background-size: 9% auto;
    overflow: auto;
} 

.quote h2, .quote h3 {
	border-bottom: none;
}

.quote h2 {
	font-weight: 100 !important;
	text-align: center;
    margin: 0;
    padding: 0 0 40px;
   background: url("/theme/shadow_inv.png") no-repeat scroll center bottom rgba(255, 255, 255, 0);
}

.quote span {
	color: #ADCCFF;
	font-weight: 700;
	font-size: 70%;
	line-height: 2.5em;
	float:right;
}

.website_halfcolumn .quote {
	margin-top: 80px;
}

.website_halfcolumn .quote h3 {
	padding:0 20px;
}

 /* Module MailForm */

.mod_mailform {
	color: #3b3b3b;
	text-align:left;
	width: 100%;
	margin-bottom: 20px;
}
.mod_mailform_fieldlist {
	overflow: auto;
}
.mod_mailform_field {
	padding: 3px 0;
	line-height: 20px;
	width:100%;
}
.mod_mailform .cms_formfields_input, .mod_mailform .cms_formfields_textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width:90%;
	margin: 0;
	font-size:90%;
	padding: 2px 10px;
   background: #333333;
   border: 1px solid rgba(0, 0, 0, 0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	color: #fff;
}

.mod_mailform_label {
	font-size: 85%;
	line-height: 200%;
	font-weight: 600;
	margin-bottom: 0px;
	padding: 0;
	text-align:left;
	margin-left:0%;
	font-family:exo, arial;
}

.website_columnbig .mod_mailform_label {
	color:#333;
}

.mod_mailform_control {
    text-align:left;
}

.mod_mailform_subheader {
	font-weight: bold;
}
.mod_mailform_info {
	font-size: 15px;
	margin-bottom:20px;
	text-align: center;
}
.mod_mailform_mandatorystar {
	color: #333D82;
}

.mailform_sp .cms_formfields_input, .mailform_sp .cms_formfields_textarea{
	width: 89%px;
}

.mailform_sp {
	margin: 0 auto;
}

.mod_mailform  input {
	margin: 0 auto;
	color: #3f3f3f;
	font-weight: 600;
}

.mod_mailform input:focus, .mod_mailform textarea:focus { 
    background-color:#333 !important;
	color: #ffffff;
}

/* Module Picture */

.contact_pict{
	margin-top: 30px;	
}

.news_pict {
	height: 500px;
	width: auto;
	overflow:hidden;
}

.news_pict img {
	width: auto;
}

.services .mod_picturebox_picture {
	width: 100%;
	height: 270px !important;
	overflow: hidden;
}

.news_more .mod_picturebox_picture {
	height: 200px;
	overflow: hidden;
}

.mod_picturebox_picture img, .mod_slideshow_singlepicture img {
	/*margin-bottom: -5px;*/
	width: 100%;
}

.img_lat{
	width:60%;
	text-align:center;
}

.mod_picturegallery {
	text-align: center;
	overflow: visible;
	height:100%;
	width: 96%;
	margin: 0 auto;
}
.mod_picturegallery > a, .mod_picturegallery > div {
	display: inline-block;
	margin: 11px 1%;
	width: 30.5%;
	height: 119px;
	background-size: cover;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.39);
	-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.39);
	box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.39);
}

.fancybox-lock{
	overflow: visible !important;
}
.contact_image{
	width: 50%;
	margin: 30px auto 0;
}



/* Module Feature */

.mod_featuregallery {
	padding: 5px 0;
	text-align:left;
	height: 100%;
}

.mod_featuregallery a {
	color:#1F94E6;
}

.mod_featuregallery_feature, .cms_featuregallery_placeholder {
	display: inline-block;
	zoom: 1;
	width:8%;
	vertical-align: top;
	text-align:center !important;
	margin: 0px 0 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.website_columnsmall .mod_featuregallery_feature, .website_columnsmall .cms_featuregallery_placeholder{
	width: 100%;
	margin: 0;	
}

.mod_featuregallery_picture {
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 42px;
    margin-left: 19%;
    text-align: center !important;
    width: 40px;
}

.slick-slider .mod_featuregallery_picture {
	height: 90px;
	margin: 10px 20px 0;
	box-shadow: 0 0 5px #AAAAAA;
	border-radius: 140px;
	border: 7px solid #ffffff;
	overflow: hidden;
}

.mod_featuregallery_picture a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.mod_featuregallery_picture img{
	width: 100%;
}

.mod_featuregallery_pages{
	display:none;
}

.servicios .mod_featuregallery_feature, .servicios .cms_featuregallery_placeholder{
	width: 23.4%;
	margin: 0 5px 10px;
}
.servicios .mod_featuregallery_picture {
	background-size: 127%;
	height: 180px;	
}


.servicios .mod_featuregallery_link {
  height: 210px;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 0;
	background-position: top center !important;
	opacity: 0;
}

.servicios .mod_featuregallery_link:hover {
	background-image: url('/theme/prohibido.png');
	background-position: center center !important;
	opacity: 1;
}

.servicios .mod_featuregallery_link a{
	opacity: 0;
	height: 169px;
	background-position: center -60px !important;
	background-repeat: no-repeat !important;
	background: transparent;
	width: 93%;
	margin-top: 0;
	height: 199px;
	
}

.servicios .mod_featuregallery_link a:hover{
	background-position: center center !important;
	opacity: 1;
}

.servicios .mod_featuregallery_link{
	margin-bottom: 0;
}

.servicios .mod_featuregallery_feature:nth-child(4) .mod_featuregallery_link  {
	background-image: url('/theme/visto_bueno.png') !important;
}

.servicios_sidebar {
	padding: 5px 0 0 !important;
	margin-top: 10px;
}

.servicios_sidebar .mod_featuregallery_title{
	min-height: inherit !important;
	font-size: 90% !important;
	color: #81323C;
}
	

.serv .mod_featuregallery_title a{
	color: #49872F;
	text-shadow: none;
}

.feature_2_items .mod_featuregallery_feature, .feature_2_items .cms_featuregallery_placeholder{
	width: 41.6%;
}

.feature_5_items .mod_featuregallery_feature, .feature_5_items .cms_featuregallery_placeholder{
	width: 18.99%;
}

.feature_5_items .mod_featuregallery_picture{
	height: 143px;
	background-size: 80%;
}

.nosotros_feature .mod_featuregallery_feature, .nosotros_feature .cms_featuregallery_placeholder{
	width: 30.5%;
}

.nosotros_feature .mod_featuregallery_title{
	font-size: 23px;
}

.nosotros_feature .mod_featuregallery_picture > img{
	height: 160px;
	width: 160px
}

.nosotros_feature .mod_featuregallery_picture{
	height:160px;
}

.section_full .mod_slideshow_singlepicture{
	z-index: -1;
}

.regresar{
	margin-top: 0px;
	height: 45px;
	border-top: 2px solid #EEEEEE;
}

.regresar a{
   font-size: 18px;
	text-align:right;
	color: #81323C !important;
	font-weight: 600;
	text-decoration: none;
	display:block;
	padding-top: 5px;
	margin-top: 15px;
	margin-right: 0;
	background: transparent !important;
	width: 110px;	
}


/* OTHERS */

.d_top{
	width: 86%;
	border-top: 2px solid  #EEEEEE;
	padding-top: 20px;
	margin: 20px auto 0 !important;
}

.d_bottom{
	width: 86%;
	border-bottom: 2px solid  #EEEEEE;
	padding-bottom: 20px;
	margin: 0 auto 40px;	
}

.t_noticias b {
  margin-left: 2.5%;
}


/* SlideSHOW */

.mod_slideshow{
	min-height: 50px;
	height: auto;
	background-color: #6b6b6b;
	background: rgb(107,107,107);
	background-image: url('/theme/preloader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px;
	overflow: visible;
	width: 100%;
	margin-bottom: 20px;
}

.mod_slideshow:after{
	width: 100%;
	content:'';
	height: 50px;
	position: absolute;
	z-index:9;
	left: 0;
	bottom: -50px;
}



/* Footer */

.link_mas a {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#footer {
	font-family: 'Alegreya Sans', sans-serif;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	border-top:1px solid #285278;
	background-color:#333;
	margin-top:-3px;
}

#footer_info {
	width: 50%;
	margin: 20px auto 40px;
	text-align: center;
    font-size: 110%;
    line-height: 120%;
}

#footer, #footer_info a, .footer_logo a, .icon_contact .footer_mail a, .link_mas {
	color: #ffffff;
}

#footer_info a:hover, .footer_logo a:hover, .icon_contact .footer_mail a:hover, .link_mas:hover {
	color: #D16A7A;
}

#footer_info ul li {
	padding: 10px;
}

.footer_logo p {
	font-size: 2.2em;
	font-weight: 100;
	margin: 15px 0 5px;
	text-transform: uppercase;
	text-align: center;
}

.footer_logo span {
    color: #377eaf;
    font-weight: 900;
}

.footer_location {
	text-align: center;
	width: 37%;
	margin: 0px auto;
}

.footer_mail span, .footer_phone img {
    margin: 0 6px;
    position: relative;
    top: 20px;
}

.footer_mail span {
	display: inline-table;
   height: 50px;
   width: 50px;	
}

#footer_content {
	width: 65%;
	/* max-width: 720px;*/
	margin: 0 auto;
	text-align: center;
   font-size: 30%;
   line-height: 120%;
}

.footer_social {
	margin-top:48px;
}

.footer_optmedia {
	margin-top: 21px;
}

.footer_social a, .footer_optmedia a {
    display: inline;
    margin: 0 10px;	
	color:#fff;
	font-weight:700;
	font-size:13px;
	font-family:exo, arial;
}

.link_mas {
	position: relative;
	top: -8px;
	font-size: 0.85em;
	text-transform: uppercase;
}

#t_social{
    height: 50px;
    margin-top: -98px;
    padding-bottom: 50px;
    padding-right: 5%;
    text-align: right;
}

#t_phone {
	float: left;
	margin-top: 17px;
}

#t_social a, #t_phone a {
	color: #dddddd;
	font-weight: 300;
	display: inline-block;
}

#t_social a:hover, #t_phone a:hover {
	color: #ffffff;
}

#t_social a, .footer_social a {
	width:35px;
	height:35px;
	overflow:hidden;
	display:inline;
}

#t_social a img{
	margin-top: 0px;
}

#t_social a:hover img, .footer_social a:hover img, .t_item img:hover{
	 -webkit-transform: rotate/(360deg); /* Chrome, Safari, Opera */
    transform: rotateY(360deg); /* Standard syntax */
	/*margin-top: -50px;*/
}

.footer_social a img{
	margin-top: 0px;
}


.direccion {
    font-family: open sans,arial,helvetica;
    line-height: 25px;
    padding-bottom: 30px;
    text-align: center;
}



/* Blog */

.blog {
    margin: 0 auto;
    width: 100%;
}

.blog .mod_featuregallery_feature, .blog .cms_featuregallery_placeholder {
	width: 95%;
	border-bottom: 1px solid #ff9900;
	padding: 0 0px 0px 0;
	margin-bottom:0px;
	margin-top:10px;
	padding-bottom:20px;
}

.blog .mod_featuregallery_picture{
    background-size:100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 7px;
    padding-top: 9px;
    width:56px;
	margin-left:0px !important;
	height:56px;
}

.blog .mod_featuregallery_text {
    float: right;
    text-align: left;
    width:88%;
	font-size: 93%;
}


.blog .mod_featuregallery_text a{
	color: #81323C;
}



.blog .mod_featuregallery_title{
    color: #333;
    float: right;
    font-family: exo,arial,helvetica;
    font-size: 130%;
    font-weight: 800;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: left;
    width:88%;
}

.blog .mod_featuregallery_title a{
	color:#ff9900;
}

.blog .mod_featuregallery_link{
	width:92%;
	float: right;
	text-align: left;
}

.blog .mod_featuregallery_link a, .blog .mod_featuregallery_link a:hover{
	color: #ffffff;
	margin-left: 0;
	border-radius: 0 20px 20px 0;
}

.blog .mod_featuregallery_picture > img {
    width: 100%;
}

.faq .mod_featuregallery_title, .faq .mod_featuregallery_text {
	width: 100%;
}

.faq .mod_featuregallery_title{
	font-size: 110%;
	line-height: 130%;	
}

.productos .mod_featuregallery_feature, .productos .cms_featuregallery_placeholder{
	width: 28.9%;	
}


.productos .mod_featuregallery_picture {
	height: 133px;	
}

.productos .mod_featuregallery_title {
	margin: 10px auto;
	padding: 10px 20px;
	border-bottom: 0px;
}

.productos .mod_featuregallery_text {
	font-size: 90%;
	line-height: 130%;	
}

.productos .mod_featuregallery_link{
	margin-bottom: 20px;	
}

.feature_4 .mod_featuregallery_feature, .feature_4 .cms_featuregallery_placeholder{
	width: 32%;
}



/* Others */

#mapa{
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.41);
}

.divisor_b{
	padding-bottom: 10px; margin-bottom: 15px;
	border-bottom: 1px solid #3f3f3f;
}


.videoWrapper {
	position: relative;
	/*padding-bottom: 56.25%;  16:9 */
	padding-top: 25px;
	height: 527px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:527px;
}

.videoWrapper iframe .gmnoprint{
	display:none;
}

.mapa_contacto .videoWrapper {
	padding-bottom: 0px;
	margin-bottom:600px;
}
a {
	text-decoration: none !important;
}

.slide_welcome{
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	z-index: -10;
}

.slide_welcome img{
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1800px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1800px) { /* Specific to this particular image */
  .slide_sp {
    left: 50%;
    margin-left: -900px;   /* 50% */
  }
}

#slide_sp .nivo-controlNav, .slide_welcome .nivo-directionNav, .slide_welcome .nivo-caption{
	display: none !important;	
}

input:focus { 
    background-color: #fff !important;
}

textarea:focus {
	background-color: #fff !important;
}

/* custom HTML */

.listado {
	text-align: center;
	padding: 20px 0;
	color: #ffffff;
	background: rgb(33,61,96);
	background: rgba(1,30,73,0.8);
	
}

.listado h2{
	font-size: 120%;
	font-weight: 600;
	padding: 0 18px;
	margin-bottom: 30px;
}

.soluciones > li {
  margin-bottom: 10px;
}

.soluciones img {
  display: inline-block;
  width: 29px;
}

.soluciones span {
  display: inline-block;
  width: 80%;
	text-align: left;
}

.soluciones > li:nth-child(1) span, .soluciones > li:nth-child(5) span {
  position: relative;
  top: -10px;
}

.page_1 .horizontalmenu{
	display:none;
}

.section_home{
	margin-top:3%;
}

.page_1 .website_columnsecondtriplet{
	width:20%;
	text-align:center;
}

.page_1 .website_triplesection{
	text-align:center;
	padding-right:11%;
}

.page_1 .website_columnthirdtriplet {
	background:none !important;
	width:30%;
}

.page_1 .website_columnfirsttriplet {
	background:none !important;
	width:30%;
}

.page_1 .website_columnsecondtriplet {
	<!--background-image:url('../theme/logo_home.png');-->
	background-position:bottom center;
	background-repeat:no-repeat;
}

.page_1 .menuLat{
	margin-left:-25%;
	margin-top:4%;
}

.page_1 .mod_text {
    width: 60%;
	 margin-bottom: 30px;
}


@media screen and (max-width: 1400px) { /* Specific to this particular image */
  .website_columnthirdtriplet{
   width:20% !important;
  }
	.menuLat{
	padding-left:6px !important;
	font-size:16px !important;	
	}
	
	.website_columnthirdtriplet {
    background-position: 0 14% !important;
    background-size: 46% auto !important;
		width:23.4% !important;
}
}

@media screen and (max-width: 1200px) { /* Specific to this particular image */
  .website_columnthirdtriplet{
   width:20% !important;
	background:none !important;
  }
	.menuLat>li{
	padding-left:0px !important;
	
	}
}



.blog2 .mod_featuregallery_feature {
    text-align: center !important;
    width: 24%;
}


.blog2 .mod_featuregallery_title {
    font-size: 90%;
    font-weight: 400;
    text-align: left;
}


.cms_formfields_radioinput > li:nth-child(1) {
    display: none;
}

/* LSSI BADGE */

.lssi_footer img {
    /* width: 96px; */
    width: 58px;
    margin-top: 15px;
}
.footer-buttons{
height:85.03px;
display:flex;
justify-content:center;
align-items: center;
}
.iso_footer img {
    width: 100px;
    margin-top: 15px;
}

.iso_ctcto img {margin-top: 15px;
}