/* ================================
    ARQUIGRAFO CSS STYLES  Ver. 3.0
   ================================ */


/***********************************/
/*********** CONTENIDOS ************/
/***********************************/

/*
1) HEADER / FOOTER / SECTIONS
2) MENU
3) SLIDER
4) COLUMNS / MARGINS 
5) TITLES
6) TAGS
7) BUTTONS
8) LISTS
9) FORMS
10) BACKGROUNDS
11) STANDARD
12) MEDIA
*/

/*********************************/
/* 1) HEADER / FOOTER / SECTIONS */
/*********************************/
* {
margin: 0;
}

.wrap {
	width:1200px;
	margin:0px auto; 
	position: relative; 
	z-index: 2;
}

header {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: auto;
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 900;
    overflow: inherit;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 25px 0;
}

header #logo_area {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 14.986%;
    float: left;
    margin-left: 0.84%;
    margin-right: 0.84%;
    text-align: left;
}

header #logo_area img {
    transition: all 0.3s;
    height: auto;
    width: 100%;
    max-width: 174px;
}

header #main_nav {
    transition: all 0.3s;
    width: 81.65%;
    float: left;
    margin-left: 0.84%;
    margin-right: 0.84%;
    text-align: right;
}

header #info_area {
    background: #fc4237;
    float: right;
    padding: 10px 15px;
    text-align: center;
    margin: -25px 0 0;
}

header.smaller {
    transition: all 0.3s;
    background: rgba(0,0,0,.7);
    padding: 15px 0;
}

header.smaller #logo_area img {
    max-width: 130px;
    transition: all 0.3s;
}

header.smaller #info_area {
    padding: 5px 15px;
    margin: -15px 0 0;
}
	
footer {
    width: 100%;
    height: auto;
    color: #fff;
    margin: 0px auto;
	padding:20px 0 0;
    color: #fff;
	text-align:left;
    background: #234c5a;
}

#copyright {
    width: 100%;
    padding: 20px 0;
    margin: 20px 0 0;
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    background: #1e424e;
}

#copyright div:nth-child(1){
	text-align:left;
}

#copyright div:nth-child(2){
	text-align:center;
}

#copyright div:nth-child(3){
	text-align:right;
}

.gray_bg {
    padding: 65px 0;
    background: #f9f9f9;
}

.white_bg {
    padding: 65px 0;
    background: #fff;
}

.red_image_bg {
    padding: 65px 0;
}

.terms_title {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    background: #234c5a;
}

header #lang_area {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 100px;
    right: 0;
    background: #fc4237;
    font-size: 16px;
    line-height: 15px;
    padding: 10px 15px 10px 10px;
    font-weight: 600;
    color: #091931;
    border-radius: 10px 0 0 10px;
    cursor: pointer; /* corregido: pointer no pointer */
    color: #fff;
}

header #lang_area:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0;
    border-top: solid 8px #fc4237;
    border-bottom: solid 8px #fc4237;
    border-left: solid 0px #fc4237;
    border-right: solid 0px #fc4237;
    margin: 0 5px -2px 0px;
}

header.smaller #lang_area:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-right: solid 8px #fff;
}

header.smaller #lang_area {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 90px;
    right: -75px;
}

header #lang_area a {
    color: #fff;
}

header #lang_area:hover, header.smaller #lang_area:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
}
/*********************************/
/* 2) MENU */
/*********************************/

header nav {
    width: 100%;
    text-align: right;
    margin: 20px auto 0;
    display: inline-block;
}

header.smaller nav {
    margin: 18px auto 0;
}

.menu_bar {
	display:none;
}

header nav ul {
	/*overflow:hidden;*/
	list-style:none;
    text-align: right;
    padding: 0;
    margin: 0;
}

header nav ul li {
    display: inline;
	position:relative;
    margin: 0px 0px 0 0;
}

header nav ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
	font-family: 'UniNeueBold';
    margin: 0 0 0 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.25);
    transition: all 0.3s;
}

header nav ul li a:hover{
    transition: all .3s ease-in-out;
	color:#fc4237;
	text-decoration:none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 12px -2px rgba(0,0,0,0.4);
    padding: 12px 16px;
    z-index: 999;
    text-align: left;
}

.dropdown-content a {
    padding: 12px 0;
    width: 100%;
}

.dropdown:hover .dropdown-content {
    display: block;
}

footer ul {
    list-style: none;
    text-align: left;
    margin: 27px 0 0;
    padding: 0;
    float: right;
}

footer ul li {
    margin: 0;
    display: inline-block;
}

footer ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
	font-family: 'UniNeueBold';
    margin: 0 0 0 30px;
    transition: all .3s ease-in-out;
}

footer ul li a:hover {
    transition: all .3s ease-in-out;
	color:#fc4237;
	text-decoration:none;
}


/*********************************/
/* 3) SLIDER */
/*********************************/

article.block {
	height: 100%;
}

article.block, .sy-box {
    height: 630px;
    width: 100%;
    margin: 0;
}

ul#demo1 {
    height: 100%;
    list-style: none;
    padding: 0px;
	margin:0px;
}

ul#demo1 > li {
	width: 100%;
	height: 100%;
	padding: 240px 0 0;
	text-align: center;
	/* position: relative; */
}

/************************/
/* 4) COLUMNAS Y FIJOS */
/************************/

#anchor {display: block; position: relative; top: -100px; visibility: hidden;}

.desktop_only {display:inline-block;}
.tablet_only {display:none;}
.desktop_tablet_only {display:inline-block;}
.mobile_only {display:none;}

.margin_top {margin-top:20px !important;}
.margin_bottom { margin-bottom:20px !important;}

/* SEVERAL - FULL - FULL */
.one_col_to_full_to_full {width:6.653%; float:left; margin-left:0.84%; margin-right:0.84%;}
.two_col_to_full_to_full {width:14.986%; float:left; margin-left:0.84%; margin-right:0.84%;}
.three_col_to_full_to_full {width:23.319%; float:left; margin-left:0.84%; margin-right:0.84%;}
.four_col_to_full_to_full {width:31.652%; float:left; margin-left:0.84%; margin-right:0.84%;}
.five_col_to_full_to_full {width:39.985%; float:left; margin-left:0.84%; margin-right:0.84%;}
.six_col_to_full_to_full {width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
.seven_col_to_full_to_full {width:56.651%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eight_col_to_full_to_full {width:64.984%; float:left; margin-left:0.84%; margin-right:0.84%;}
.nine_col_to_full_to_full {width:73.317%; float:left; margin-left:0.84%; margin-right:0.84%;}
.ten_col_to_full_to_full {width:81.65%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eleven_col_full_to_full {width:89.983%; float:left; margin-left:0.84%; margin-right:0.84%;}
.fifth_full_to_full {width:18.32%; float:left; margin-left:0.84%; margin-right:0.84%;}
.full_size_full_to_full {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}

/* SEVERAL - FULL - HALF */
.one_col_to_full_to_half {width:6.653%; float:left; margin-left:0.84%; margin-right:0.84%;}
.two_col_to_full_to_half {width:14.986%; float:left; margin-left:0.84%; margin-right:0.84%;}
.three_col_to_full_to_half {width:23.319%; float:left; margin-left:0.84%; margin-right:0.84%;}
.four_col_to_full_to_half {width:31.652%; float:left; margin-left:0.84%; margin-right:0.84%;}
.five_col_to_full_to_half {width:39.985%; float:left; margin-left:0.84%; margin-right:0.84%;}
.six_col_to_full_to_half {width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
.seven_col_to_full_to_half {width:56.651%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eight_col_to_full_to_half {width:64.984%; float:left; margin-left:0.84%; margin-right:0.84%;}
.nine_col_to_full_to_half {width:73.317%; float:left; margin-left:0.84%; margin-right:0.84%;}
.ten_col_to_full_to_half {width:81.65%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eleven_col_full_to_half {width:89.983%; float:left; margin-left:0.84%; margin-right:0.84%;}
.fifth_full_to_half {width:18.32%; float:left; margin-left:0.84%; margin-right:0.84%;}
.full_size_full_to_half {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}

/* SEVERAL - HALF - FULL */
.one_col_to_half_to_full {width:6.653%; float:left; margin-left:0.84%; margin-right:0.84%;}
.two_col_to_half_to_full {width:14.986%; float:left; margin-left:0.84%; margin-right:0.84%;}
.three_col_to_half_to_full {width:23.319%; float:left; margin-left:0.84%; margin-right:0.84%;}
.four_col_to_half_to_full {width:31.652%; float:left; margin-left:0.84%; margin-right:0.84%;}
.five_col_to_half_to_full {width:39.985%; float:left; margin-left:0.84%; margin-right:0.84%;}
.six_col_to_half_to_full {width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
.seven_col_to_half_to_full {width:56.651%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eight_col_to_half_to_full {width:64.984%; float:left; margin-left:0.84%; margin-right:0.84%;}
.nine_col_to_half_to_full {width:73.317%; float:left; margin-left:0.84%; margin-right:0.84%;}
.ten_col_to_half_to_full {width:81.65%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eleven_col_half_to_full {width:89.983%; float:left; margin-left:0.84%; margin-right:0.84%;}
.fifth_half_to_full {width:18.32%; float:left; margin-left:0.84%; margin-right:0.84%;}
.full_size_half_to_full {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}

/* SEVERAL - HALF - HALF */
.one_col_to_half_to_half {width:6.653%; float:left; margin-left:0.84%; margin-right:0.84%;}
.two_col_to_half_to_half {width:14.986%; float:left; margin-left:0.84%; margin-right:0.84%;}
.three_col_to_half_to_half {width:23.319%; float:left; margin-left:0.84%; margin-right:0.84%;}
.four_col_to_half_to_half {width:31.652%; float:left; margin-left:0.84%; margin-right:0.84%;}
.five_col_to_half_to_half {width:39.985%; float:left; margin-left:0.84%; margin-right:0.84%;}
.six_col_to_half_to_half {width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
.seven_col_to_half_to_half {width:56.651%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eight_col_to_half_to_half {width:64.984%; float:left; margin-left:0.84%; margin-right:0.84%;}
.nine_col_to_half_to_half {width:73.317%; float:left; margin-left:0.84%; margin-right:0.84%;}
.ten_col_to_half_to_half {width:81.65%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eleven_col_half_to_half {width:89.983%; float:left; margin-left:0.84%; margin-right:0.84%;}
.fifth_half_to_half {width:18.32%; float:left; margin-left:0.84%; margin-right:0.84%;}
.full_size_half_to_half {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}

/* SEVERAL - THIRD - FULL */
.one_col_to_third_to_full {width:6.653%; float:left; margin-left:0.84%; margin-right:0.84%;}
.two_col_to_third_to_full {width:14.986%; float:left; margin-left:0.84%; margin-right:0.84%;}
.three_col_to_third_to_full {width:23.319%; float:left; margin-left:0.84%; margin-right:0.84%;}
.four_col_to_third_to_full {width:31.652%; float:left; margin-left:0.84%; margin-right:0.84%;}
.five_col_to_third_to_full {width:39.985%; float:left; margin-left:0.84%; margin-right:0.84%;}
.six_col_to_third_to_full {width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
.seven_col_to_third_to_full {width:56.651%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eight_col_to_third_to_full {width:64.984%; float:left; margin-left:0.84%; margin-right:0.84%;}
.nine_col_to_third_to_full {width:73.317%; float:left; margin-left:0.84%; margin-right:0.84%;}
.ten_col_to_third_to_full {width:81.65%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eleven_col_third_to_full {width:89.983%; float:left; margin-left:0.84%; margin-right:0.84%;}
.fifth_third_to_full {width:18.32%; float:left; margin-left:0.84%; margin-right:0.84%;}
.full_size_third_to_full {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}

/* SEVERAL - THIRD - HALF */
.one_col_to_third_to_half {width:6.653%; float:left; margin-left:0.84%; margin-right:0.84%;}
.two_col_to_third_to_half {width:14.986%; float:left; margin-left:0.84%; margin-right:0.84%;}
.three_col_to_third_to_half {width:23.319%; float:left; margin-left:0.84%; margin-right:0.84%;}
.four_col_to_third_to_half {width:31.652%; float:left; margin-left:0.84%; margin-right:0.84%;}
.five_col_to_third_to_half {width:39.985%; float:left; margin-left:0.84%; margin-right:0.84%;}
.six_col_to_third_to_half {width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
.seven_col_to_third_to_half {width:56.651%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eight_col_to_third_to_half {width:64.984%; float:left; margin-left:0.84%; margin-right:0.84%;}
.nine_col_to_third_to_half {width:73.317%; float:left; margin-left:0.84%; margin-right:0.84%;}
.ten_col_to_third_to_half {width:81.65%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eleven_col_third_to_half {width:89.983%; float:left; margin-left:0.84%; margin-right:0.84%;}
.fifth_third_to_half {width:18.32%; float:left; margin-left:0.84%; margin-right:0.84%;}
.full_size_third_to_half {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}

/* SEVERAL - TWOTHIRDS - FULL */
.one_col_to_twothirds_to_full {width:6.653%; float:left; margin-left:0.84%; margin-right:0.84%;}
.two_col_to_twothirds_to_full {width:14.986%; float:left; margin-left:0.84%; margin-right:0.84%;}
.three_col_to_twothirds_to_full {width:23.319%; float:left; margin-left:0.84%; margin-right:0.84%;}
.four_col_to_twothirds_to_full {width:31.652%; float:left; margin-left:0.84%; margin-right:0.84%;}
.five_col_to_twothirds_to_full {width:39.985%; float:left; margin-left:0.84%; margin-right:0.84%;}
.six_col_to_twothirds_to_full {width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
.seven_col_to_twothirds_to_full {width:56.651%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eight_col_to_twothirds_to_full {width:64.984%; float:left; margin-left:0.84%; margin-right:0.84%;}
.nine_col_to_twothirds_to_full {width:73.317%; float:left; margin-left:0.84%; margin-right:0.84%;}
.ten_col_to_twothirds_to_full {width:81.65%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eleven_col_twothirds_to_full {width:89.983%; float:left; margin-left:0.84%; margin-right:0.84%;}
.fifth_twothirds_to_full {width:18.32%; float:left; margin-left:0.84%; margin-right:0.84%;}
.full_size_twothirds_to_full {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}

/* SEVERAL - TWOTHIRDS - HALF */
.one_col_to_twothirds_to_half {width:6.653%; float:left; margin-left:0.84%; margin-right:0.84%;}
.two_col_to_twothirds_to_half {width:14.986%; float:left; margin-left:0.84%; margin-right:0.84%;}
.three_col_to_twothirds_to_half {width:23.319%; float:left; margin-left:0.84%; margin-right:0.84%;}
.four_col_to_twothirds_to_half {width:31.652%; float:left; margin-left:0.84%; margin-right:0.84%;}
.five_col_to_twothirds_to_half {width:39.985%; float:left; margin-left:0.84%; margin-right:0.84%;}
.six_col_to_twothirds_to_half {width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
.seven_col_to_twothirds_to_half {width:56.651%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eight_col_to_twothirds_to_half {width:64.984%; float:left; margin-left:0.84%; margin-right:0.84%;}
.nine_col_to_twothirds_to_half {width:73.317%; float:left; margin-left:0.84%; margin-right:0.84%;}
.ten_col_to_twothirds_to_half {width:81.65%; float:left; margin-left:0.84%; margin-right:0.84%;}
.eleven_col_twothirds_to_half {width:89.983%; float:left; margin-left:0.84%; margin-right:0.84%;}
.fifth_twothirds_to_half {width:18.32%; float:left; margin-left:0.84%; margin-right:0.84%;}
.full_size_twothirds_to_half {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}

.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_justify { text-align: justify; }

/************************/
/* 5) TITLES */
/************************/

h1 {
    color: #fc4237;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0px 0 75px;
    font-family: 'UniNeueHeavy';
}

.red_image_bg h1 {
	color:#fff;
}

h2 {
    color: #234c5a;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .5px;
    margin: 0px 0 10px;
    font-family: 'UniNeueHeavy';
}

h3 {
    color: #ff4338;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .5px;
    margin: 0px 0 10px;
    font-family: 'UniNeueHeavy';
}

h4 {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 18px;
}

.blue_text {
	color:#264c5a;
}

/************************/
/* 6) TAGS */
/************************/

#info_area img {
    margin: 0px 10px -4px 0;
}

#info_area a {
	color:#fff;
}

#demo1 .title {
    width: 100%;
    padding: 0 5%;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 92px;
    line-height: 92px;
    margin: 0px 0 30px;
    font-family: 'DINPro-Black';
}

#copyright a {
    text-transform: uppercase;
    margin: 0 0 0 10px;
    color: #fff;
}

.red_icon {
    float: left;
    margin: 0 20px 80px 0;
}

.red_icon.last {
    margin: 0 20px 5px 0;
}

.intro {
    font-size: 20px;
    line-height: normal;
    color: #8c8c8c;
	text-align:justify;
    width: 100%;
    margin: 0px auto 60px;
}

.normal {
    font-size: 14px;
    line-height: 24px;
    color: #234c5a;
    margin: 0 0 0;
}

.normal a{
    font-size: 14px;
    line-height: 24px;
    color: #234c5a;
}

.normal strong {
	font-family: 'UniNeueHeavy';
}

.responsabilidad {
    color: #fff;
    padding: 30px;
    font-size: 20px;
    line-height: 22px;
    width: 20%;
    height: 150px;
    float: left;
    text-align: center;
    border-left: solid 1px #fff;
}

.responsabilidad:nth-child(1) {
    border-left: solid 0px #fff;
}

.responsabilidad span {
	display:inline-block;
	width:100%;
    margin: 20px 0 0;
}

iframe.map {
    width: 100%;
    height: 380px;
    border: 0;
    margin: 0 0;
    display: block;
}

.unidades_box {
	padding:75px 30px;
	font-size:14px;
	line-height:24px;
	color:#fff;
    margin-bottom: 120px;
}

/************************/
/* 7) BUTTONS */
/************************/

.btn_unidades {
    display: inline-block;
	width:100%;
}

.btn_unidades.active {
	border-left:solid 1px #fc4237;
	border-right:solid 1px #fc4237;
    background: #e8e8e8;
}

.btn_unidades a {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    color: #234c5a;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    margin: 0;
    cursor: pointer;
    font-family: 'UniNeueHeavy';
}

.btn_unidades a:hover {
    color: #234c5a;
	background:#e8e8e8;
	text-decoration:none;
}

/************************/
/* 8) LISTS */
/************************/

.unidades_box ul {
    width: 46%;
    float: left;
    padding: 0;
    margin: 0 2% 0;
}

.unidades_box ul li {
    margin: 0 0 15px;
    /*background: url(imgs/bullet.gif) no-repeat left 5px;*/
    background: url(imgs/bullet.png) no-repeat left 5px;
    padding: 0px 0px 0px 25px;
    list-style: none;
}

/***********************/
/* 9) FORMS */
/***********************/

.form {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    background: #efefef;
    color: #234c5a;
    font-size: 14px;
    line-height: 14px;
	font-family: 'UniNeueBold';
    outline: none;
    border: none;
}

.antispam {
	display:none !important;
}

input.btn_form {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background: #fc4237;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    border: none;
    margin: -5px 0 0;
    font-family: 'UniNeueBold';
    cursor: pointer;
}

input.btn_form:hover {
    background: #d6372f;
    color: #fff;
    text-decoration: none;
}

.form::-webkit-input-placeholder {
	font-family: 'UniNeueBold';
    color: #234c5a;
    font-size: 14px;
    line-height: 14px;
}

.form:-moz-placeholder { /* Firefox 18- */
	font-family: 'UniNeueBold';
    color: #234c5a;
    font-size: 14px;
    line-height: 14px;
}

.form::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'UniNeueBold';
    color: #234c5a;
    font-size: 14px;
    line-height: 14px;
}

.form:-ms-input-placeholder {
	font-family: 'UniNeueBold';
    color: #234c5a;
    font-size: 14px;
    line-height: 14px;
}

/***********************/
/* 10) BACKGROUNDS */
/***********************/

.slide_01 {
	background:url(imgs/slide_01.jpg) center center;
    background-repeat:no-repeat;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://rlv.zcache.com/foo_bar_white_tshirt-p235877025284960249a9t5r_325.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://rlv.zcache.com/foo_bar_white_tshirt-p235877025284960249a9t5r_325.jpg',
sizingMethod='scale')";
}

.slide_02 {
	background:url(imgs/slide_02.jpg) center center;
    background-repeat:no-repeat;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://rlv.zcache.com/foo_bar_white_tshirt-p235877025284960249a9t5r_325.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://rlv.zcache.com/foo_bar_white_tshirt-p235877025284960249a9t5r_325.jpg',
sizingMethod='scale')";
}

.slide_03 {
	background:url(imgs/slide_03.jpg) center center;
    background-repeat:no-repeat;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://rlv.zcache.com/foo_bar_white_tshirt-p235877025284960249a9t5r_325.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://rlv.zcache.com/foo_bar_white_tshirt-p235877025284960249a9t5r_325.jpg',
sizingMethod='scale')";
}

.unidades_box {
    min-height: 520px;
	background:url(imgs/unidades_bg.jpg) center center;
    background-repeat:no-repeat;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://rlv.zcache.com/foo_bar_white_tshirt-p235877025284960249a9t5r_325.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://rlv.zcache.com/foo_bar_white_tshirt-p235877025284960249a9t5r_325.jpg',
sizingMethod='scale')";
}

.red_image_bg {
	background:url(imgs/red_image_bg.jpg) center center;
    background-repeat:no-repeat;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://rlv.zcache.com/foo_bar_white_tshirt-p235877025284960249a9t5r_325.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://rlv.zcache.com/foo_bar_white_tshirt-p235877025284960249a9t5r_325.jpg',
sizingMethod='scale')";
}

/***********************/
/* 11) STANDARD */
/***********************/
html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	height:100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	font-family: 'UniNeueRegular';
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}


.accordion-container {
      width: 100%;
      max-width: 900px;
      height: 500px;
      display: flex;
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    }

    .panel {
      flex: 1;
      height: 100%;
      position: relative;
      transition: flex 0.6s cubic-bezier(0.23, 1, 0.32, 1);
      overflow: hidden;
      cursor: pointer;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .panel:last-child {
      border-right: none;
    }

    .panel.active {
      flex: 10;
      cursor: default;
      box-shadow: 0 0 75px rgba(0, 0, 0, 0.95);
      z-index: 10;
    }

    .panel-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
      filter: brightness(0.8);
    }

    .panel.active .panel-img {
      transform: scale(1.05);
      filter: brightness(0.9);
    }

    .panel-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2;
      padding: 25px;
      color: white;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent);
      opacity: 0;
      transform: translateY(20px);
      padding-top: 45px;
    }

    .panel.active .panel-content {
      opacity: 1;
      transform: translateY(0);
    }

    .panel-title {
      font-size: 1.2rem;
      font-weight: 800;
      text-transform: uppercase;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(185deg);
      z-index: 3;
      color: white;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 1);
      transition: opacity 0.3s ease, transform 0.5s ease;
      white-space: nowrap;
    }

    .panel.active .panel-title {
      opacity: 0;
    }

    .accent-color {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 5px;
      width: 100%;
      z-index: 3;
      transition: height 0.5s ease;
    }

    .panel.active .accent-color {
      height: 10px;
    }

    h5 {
      font-size: 1.55rem;
      margin-bottom: 40px;
      font-weight: 600;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    }

    .panel:nth-child(1) .accent-color {
      background-color: #234C5A;
    }

    .panel:nth-child(2) .accent-color {
      background-color: #FD4237;
    }

    .panel:nth-child(3) .accent-color {
      background-color: #234C5A;
    }

    .product-feature {
      display: flex;
      align-items: center;
      margin-bottom: 14px;
    }

    .product-feature i {
      margin-right: 8px;
      font-size: 18px;
    }

    .product-feature span {
      font-size: 0.85rem;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    }


        #map-container-embedded {
            display: flex;
            width: 100%;
            height: 600px;
            position: relative;
        }
        #locations-list-embedded {
            width: 350px;
            overflow-y: auto;
            padding: 20px;
            background: #f8f9fa;
            display: flex;
            flex-direction: column;
        }
        #map-embedded {
            flex: 1;
            height: 100%;
        }
        .search-container-embedded {
            padding: 0 0 15px 0;
            position: relative;
        }
        #search-embedded {
            width: 100%;
            padding: 10px 15px 10px 35px;
            border: 1px solid #ddd;
            border-radius: 20px;
            font-size: 14px;
            outline: none;
            transition: all 0.3s;
        }
        #search-embedded:focus {
            border-color: #3498db;
            box-shadow: 0 0 0 2px rgba(52,152,219,0.2);
        }
        .search-container-embedded i {
            position: absolute;
            left: 12px;
            top: 12px;
            color: #7f8c8d;
        }
        .location-item-embedded {
            padding: 15px;
            margin-bottom: 15px;
            background: white;
            border-radius: 6px;
            cursor: pointer;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            transition: all 0.2s;
            border-left: 3px solid #3498db;
        }
        .location-item-embedded:hover {
            background: #f0f7ff;
            transform: translateX(3px);
        }
        .location-item-embedded h6 {
            margin: 0 0 5px 0;
            font-size: 15px;
            color: #2c3e50;
            display: flex;
            align-items: center;
        }
        .location-item-embedded h6 i {
            margin-right: 8px;
            color: #3498db;
        }
        .location-item-embedded p {
            margin: 0;
            font-size: 13px;
            color: #555;
            line-height: 1.4;
            padding-left: 24px;
        }
        .map-controls-embedded {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 1000;
            display: flex;
            gap: 10px;
        }
        .reset-btn-embedded {
            background: white;
            border: 1px solid #ddd;
            padding: 8px 12px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 13px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            display: flex;
            align-items: center;
            gap: 6px;
            transition: all 0.2s;
        }
        .reset-btn-embedded:hover {
            background: #f5f5f5;
        }
        .pin-embedded {
            width: 24px;
            height: 24px;
            border-radius: 50% 50% 50% 0;
            background: #e74c3c;
            position: absolute;
            transform: rotate(-45deg);
            left: 50%;
            top: 50%;
            margin: -15px 0 0 -12px;
        }
        .pin-embedded:after {
            content: '';
            width: 10px;
            height: 10px;
            margin: 7px 0 0 7px;
            background: #fff;
            position: absolute;
            border-radius: 50%;
        }
        .map-title-embedded {
            background: rgba(255,255,255,0.9);
            padding: 8px 12px;
            border-radius: 4px;
            position: absolute;
            top: 15px;
            left: 15px;
            z-index: 1000;
            font-size: 14px;
            font-weight: bold;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .no-results-embedded {
            padding: 15px;
            text-align: center;
            color: #7f8c8d;
            display: none;
        }


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

img.responsive {
	width:100%;
	height:auto;
}

A:link  
{
   	text-decoration: none;
}

A:visited   
{
	text-decoration: none;
}

A:active    
{
	text-decoration: none;
}

A:hover 
{
	text-decoration: underline;
}

table {
	width: 100%;
	border-spacing: 7px;
}

th, td {
	width: 33.33%;
	text-align:center;
	padding: 15px 0;
	background: none;
	color: #4a4a4a;
	background-color: #fff;
}

.table-headers {
	font-weight: 600;
	color: #fff;
	background: #1ebdcc ; /* Old browsers */
	background: -moz-linear-gradient(left,  #1ebdcc  0%, #40bea7  100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1ebdcc  0%,#40bea7  100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1ebdcc  0%,#40bea7  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebdcc ', endColorstr='#40bea7 ',GradientType=1 ); /* IE6-9 */
	padding: 10px 0;
}

/* --- Selection Color --- */
::-moz-selection { 
	background: #000;
	color: white; 
	text-shadow: none; 
}
::selection { 
	background: #000;
	color: white; 
	text-shadow: none; 
}


/***********************/
/* 12) MEDIA */
/***********************/
@media all and (max-width: 420px) {
  header #lang_area {
    top: 90px;
    right: 0;
    font-size: 16px;
    line-height: 15px;
    padding: 10px 15px 10px 10px;
  }

  header.smaller #lang_area {
    top: 80px;
  }
}
/* UNDER-WRAP */
@media screen and (max-width:1245px) {
	.wrap {width:94%; margin:0px 3%; float:left;}
}

/* TABLET */
@media all and (max-width:800px) {
	/* 1) HEADER / FOOTER / SECTIONS */
	header {
		overflow: inherit;
		display: block;
		padding: 20px 0 0;
	}
	
    header #logo_area {
    	width: 34.986%;
	}
	
    header #logo_area img{
    	max-width: 124px;
    }
	
	header #info_area {
		float: none;
		display: inline-block;
		padding: 10px 15px;
		margin: 6px 20px 0;
	}
	
	header.smaller {
		padding: 15px 0;
	}
	
    header.smaller #logo_area img{
    	max-width: 104px;
    }
	
	header.smaller #info_area {
		padding: 5px 15px;
		margin: 5px 20px 0;
	}
	
	header #main_nav {
    	width: 61.65%;
	}
	
	footer {
		text-align: center;
	}

	.gray_bg, .white_bg, .red_image_bg {
		padding: 55px 0;
	}
	
	/*2) MENU*/
	header nav {
		z-index: 8;
		width: 100%;
		max-height: 90%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		right: -100%;
		top: 95px;
		padding: 10px 20px;
		position: fixed;
    	background: rgba(0,0,0,.7);
		margin: 0px;
		box-shadow: 0px 5px 9px 1px rgba(0,0,0, .1);
	}
	
	header.smaller nav {
		top: 59px;
    	transition: all 0.3s;
	}
	
	header nav ul li {
		display: block;
		float: none;
		border-bottom: solid 1px rgba(0,0,0, .1);
		width: 100%;
		margin: 0px;
	}
	
	header nav ul li a {
		font-size: 18px;
		line-height: 18px;
		width: 100%;
		text-align: center;
		border-bottom: none;
    	margin: 0;
		padding: 13px 0;
	}
	
	header nav ul li a:hover {
		color: #fff;
		background: #ee6e00;
		text-decoration: none;
		border-bottom: none;
		padding: 13px 0;
	}
	
	header.smaller nav ul li a {
		padding: 13px 0;
		transition: all 0.3s;
	}
	
	.dropdown-content {
		display: block;
		position: relative;
		background-color: rgba(0, 0, 0, 0.05);
		box-shadow: 0px 8px 12px -2px rgba(0,0,0,0.0);
	}
	
	.dropdown-content a {
		background: none;
	}
	
	footer ul {
		display:none;
	}

	/*3) SLIDER*/
	
	article.block, .sy-box {
		margin: 0px 0 0px;
		height: 560px;
	}
	
	ul#demo1 > li {
		padding: 20% 50px 0;
	}

	/*4) COLUMNS / MARGINS*/
	
	.desktop_only {display:none !important;}
	.tablet_only {display:block;}
	.desktop_tablet_only {display:block;}
	.mobile_only {display:none !important;}
	
	/* SEVERAL - FULL - FULL */
	.one_col_to_full_to_full, .two_col_to_full_to_full, .three_col_to_full_to_full, .four_col_to_full_to_full, .five_col_to_full_to_full, .six_col_to_full_to_full, .seven_col_to_full_to_full, .eight_col_to_full_to_full, .nine_col_to_full_to_full, .ten_col_to_full_to_full, .eleven_col_full_to_full, .fifth_full_to_full, .full_size_full_to_full {width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - FULL - HALF */
	.one_col_to_full_to_half, .two_col_to_full_to_half, .three_col_to_full_to_half, .four_col_to_full_to_half, .five_col_to_full_to_half, .six_col_to_full_to_half, .seven_col_to_full_to_half, .eight_col_to_full_to_half, .nine_col_to_full_to_half, .ten_col_to_full_to_half, .eleven_col_full_to_half, .fifth_full_to_half, .full_size_full_to_half {width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - HALF - FULL */
	.one_col_to_half_to_full, .two_col_to_half_to_full, .three_col_to_half_to_full, .four_col_to_half_to_full, .five_col_to_half_to_full, .six_col_to_half_to_full, .seven_col_to_half_to_full, .eight_col_to_half_to_full, .nine_col_to_half_to_full, .ten_col_to_half_to_full, .eleven_col_half_to_full, .fifth_half_to_full, .full_size_half_to_full {width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - HALF - HALF */
	.one_col_to_half_to_half, .two_col_to_half_to_half, .three_col_to_half_to_half, .four_col_to_half_to_half, .five_col_to_half_to_half, .six_col_to_half_to_half, .seven_col_to_half_to_half, .eight_col_to_half_to_half, .nine_col_to_half_to_half, .ten_col_to_half_to_half, .eleven_col_half_to_half, .fifth_half_to_half, .full_size_half_to_half {width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - THIRD - FULL */
	.one_col_to_third_to_full, .two_col_to_third_to_full, .three_col_to_third_to_full, .four_col_to_third_to_full, .five_col_to_third_to_full, .six_col_to_third_to_full, .seven_col_to_third_to_full, .eight_col_to_third_to_full, .nine_col_to_third_to_full, .ten_col_to_third_to_full, .eleven_col_third_to_full, .fifth_third_to_full, .full_size_third_to_full {width:31.652%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - THIRD - HALF */
	.one_col_to_third_to_half, .two_col_to_third_to_half, .three_col_to_third_to_half, .four_col_to_third_to_half, .five_col_to_third_to_half, .six_col_to_third_to_half, .seven_col_to_third_to_half, .eight_col_to_third_to_half, .nine_col_to_third_to_half, .ten_col_to_third_to_half, .eleven_col_third_to_half, .fifth_third_to_half, .full_size_third_to_half {width:31.652%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - TWOTHIRDS - FULL */
	.one_col_to_twothirds_to_full, .two_col_to_twothirds_to_full, .three_col_to_twothirds_to_full, .four_col_to_twothirds_to_full, .five_col_to_twothirds_to_full, .six_col_to_twothirds_to_full, .seven_col_to_twothirds_to_full, .eight_col_to_twothirds_to_full, .nine_col_to_twothirds_to_full, .ten_col_to_twothirds_to_full, .eleven_col_twothirds_to_full, .fifth_twothirds_to_full, .full_size_twothirds_to_full { width:64.984%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - TWOTHIRDS - HALF */
	.one_col_to_twothirds_to_half, .two_col_to_twothirds_to_half, .three_col_to_twothirds_to_half, .four_col_to_twothirds_to_half, .five_col_to_twothirds_to_half, .six_col_to_twothirds_to_half, .seven_col_to_twothirds_to_half, .eight_col_to_twothirds_to_half, .nine_col_to_twothirds_to_half, .ten_col_to_twothirds_to_half, .eleven_col_twothirds_to_half, .fifth_twothirds_to_half, .full_size_twothirds_to_half {width:64.984%; float:left; margin-left:0.84%; margin-right:0.84%;}
 
	/*5) TITLES*/

	h1 {
		margin: 0px 0 50px;
	}
	
	h2 {
		font-size: 18px;
		line-height: 18px;
		margin: 0 0 10px;
	}
	
	h3 {
	}
	
	h4 {
	}
	
	/*6) TAGS*/
	
	.red_icon {
		float: left;
		margin: 0 20px 80px 20px;
	}

	.red_icon.last {
		margin: 0 20px 45px 20px;
	}
	
	.responsabilidad {
		padding: 30px;
		font-size: 20px;
		line-height: 22px;
		width: 33%;
		height: 150px;
		float: none;
		border-left: solid 1px #fff;
		margin: 0px -1px 20px 0;
		display: inline-block;
	}
	
	.responsabilidad:nth-child(1), .responsabilidad:nth-child(4) {
		border-left: solid 0px #fff;
	}
	
	/*7) BUTTONS*/
	
	/*8) LISTS*/
	
	/*9) FORMS*/
	
	/*10) BACKGROUNDS*/
	
}

/* SMARTPHONE */
@media all and (max-width:420px) {
	.wrap {width:90%; margin:0px 5%; float:left;}
	/* 1) HEADER / FOOTER / SECTIONS */
	
	header {
		overflow: inherit;
		display: block;
		padding: 15px 0 0;
	}

	header #logo_area {
    	width: 34.986%;
	}
	
    header #logo_area img{
    	max-width: 104px;
    }
	
	header #info_area {
		float: none;
		display: inline-block;
		padding: 10px;
		font-size: 14px;
		margin: -15px 0px 10px;
	}
	
	header.smaller {
		padding: 5px 0;
	}
	
    header.smaller #logo_area img{
    	max-width: 84px;
    }
	
	header.smaller #info_area {
		padding: 5px;
		margin: -5px 0px 10px;
	}
	
	header #main_nav {
		width: 61.65%;
	}
	
	footer {
		text-align:center;
	}
	
	.gray_bg, .white_bg, .red_image_bg {
		padding: 45px 0;
	}
	
	  
	/*2) MENU*/
	header nav {
		z-index: 8;
		width: 100%;
		max-height: 90%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		right: -100%;
		top: 105px;
		padding: 10px 20px;
		position: fixed;
    	background: rgba(0,0,0,.7);
		margin: 0px;
		box-shadow: 0px 5px 9px 1px rgba(0,0,0, .1);
	}
	
	header.smaller nav {
		top: 65px;
    	transition: all 0.3s;
	}
	
	header nav ul li {
		display: block;
		float: none;
		border-bottom: solid 1px rgba(0,0,0, .1);
		width: 100%;
		margin: 0px;
	}
	
	header nav ul li a {
		font-size: 18px;
		line-height: 18px;
		width: 100%;
		text-align: center;
		border-bottom: none;
    	margin: 0;
		padding: 13px 0;
	}
	
	header nav ul li a:hover {
		color: #fff;
		background: #ee6e00;
		text-decoration: none;
		border-bottom: none;
		padding: 13px 0;
	}
	
	header.smaller nav ul li a {
		padding: 13px 0;
		transition: all 0.3s;
	}
	
	.dropdown-content {
		display: block;
		position: relative;
		background-color: rgba(0, 0, 0, 0.05);
		box-shadow: 0px 8px 12px -2px rgba(0,0,0,0.0);
	}
	
	.dropdown-content a {
		background: none;
	}
	
	footer ul {
		display:none;
	}

	/*3) SLIDER*/
	
	article.block, .sy-box {
		margin: 0px 0 0px;
		height: 460px;
	}
	
	ul#demo1 > li {
		padding: 115px 0 0;
	}

	/*4) COLUMNS / MARGINS*/
	
	.desktop_only {display:none !important;}
	.tablet_only {display:none !important;}
	.desktop_tablet_only {display:none !important;}
	.mobile_only {display:block !important;}
	
	/* SEVERAL - FULL - FULL */
	.one_col_to_full_to_full, .two_col_to_full_to_full, .three_col_to_full_to_full, .four_col_to_full_to_full, .five_col_to_full_to_full, .six_col_to_full_to_full, .seven_col_to_full_to_full, .eight_col_to_full_to_full, .nine_col_to_full_to_full, .ten_col_to_full_to_full, .eleven_col_full_to_full, .fifth_full_to_full, .full_size_full_to_full {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - FULL - HALF */
	.one_col_to_full_to_half, .two_col_to_full_to_half, .three_col_to_full_to_half, .four_col_to_full_to_half, .five_col_to_full_to_half, .six_col_to_full_to_half, .seven_col_to_full_to_half, .eight_col_to_full_to_half, .nine_col_to_full_to_half, .ten_col_to_full_to_half, .eleven_col_full_to_half, .fifth_full_to_half, .full_size_full_to_half {margin:0px auto; width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - HALF - FULL */
	.one_col_to_half_to_full, .two_col_to_half_to_full, .three_col_to_half_to_full, .four_col_to_half_to_full, .five_col_to_half_to_full, .six_col_to_half_to_full, .seven_col_to_half_to_full, .eight_col_to_half_to_full, .nine_col_to_half_to_full, .ten_col_to_half_to_full, .eleven_col_half_to_full, .fifth_half_to_full, .full_size_half_to_full {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - HALF - HALF */
	.one_col_to_half_to_half, .two_col_to_half_to_half, .three_col_to_half_to_half, .four_col_to_half_to_half, .five_col_to_half_to_half, .six_col_to_half_to_half, .seven_col_to_half_to_half, .eight_col_to_half_to_half, .nine_col_to_half_to_half, .ten_col_to_half_to_half, .eleven_col_half_to_half, .fifth_half_to_half, .full_size_half_to_half {margin:0px auto; width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - THIRD - FULL */
	.one_col_to_third_to_full, .two_col_to_third_to_full, .three_col_to_third_to_full, .four_col_to_third_to_full, .five_col_to_third_to_full, .six_col_to_third_to_full, .seven_col_to_third_to_full, .eight_col_to_third_to_full, .nine_col_to_third_to_full, .ten_col_to_third_to_full, .eleven_col_third_to_full, .fifth_third_to_full, .full_size_third_to_full {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - THIRD - HALF */
	.one_col_to_third_to_half, .two_col_to_third_to_half, .three_col_to_third_to_half, .four_col_to_third_to_half, .five_col_to_third_to_half, .six_col_to_third_to_half, .seven_col_to_third_to_half, .eight_col_to_third_to_half, .nine_col_to_third_to_half, .ten_col_to_third_to_half, .eleven_col_third_to_half, .fifth_third_to_half, .full_size_third_to_half {margin:0px auto; width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - TWOTHIRDS - FULL */
	.one_col_to_twothirds_to_full, .two_col_to_twothirds_to_full, .three_col_to_twothirds_to_full, .four_col_to_twothirds_to_full, .five_col_to_twothirds_to_full, .six_col_to_twothirds_to_full, .seven_col_to_twothirds_to_full, .eight_col_to_twothirds_to_full, .nine_col_to_twothirds_to_full, .ten_col_to_twothirds_to_full, .eleven_col_twothirds_to_full, .fifth_twothirds_to_full, .full_size_twothirds_to_full {margin:0px auto; width:98.316%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/* SEVERAL - TWOTHIRDS - HALF */
	.one_col_to_twothirds_to_half, .two_col_to_twothirds_to_half, .three_col_to_twothirds_to_half, .four_col_to_twothirds_to_half, .five_col_to_twothirds_to_half, .six_col_to_twothirds_to_half, .seven_col_to_twothirds_to_half, .eight_col_to_twothirds_to_half, .nine_col_to_twothirds_to_half, .ten_col_to_twothirds_to_half, .eleven_col_twothirds_to_half, .fifth_twothirds_to_half, .full_size_twothirds_to_half {margin:0px auto; width:48.318%; float:left; margin-left:0.84%; margin-right:0.84%;}
	
	/*5) TITLES*/

	h1 {
		font-size: 26px;
		line-height: 26px;
		margin: 0px 0 30px;
	}
	
	h2 {
	}
	
	h3 {
		font-size: 16px;
		line-height: 16px;
	}
	
	h4 {
	}
	
	/*6) TAGS*/
		
	.red_icon {
		float: left;
		margin: 0 20px 130px 0px;
	}

	.red_icon.last {
		margin: 0 20px 80px 0px;
	}
	
	.unidades_box {
		padding: 45px 20px;
		margin:20px 0 100px;
	}
	
	.responsabilidad {
		padding: 0 0 30px;
		font-size: 18px;
		line-height: 18px;
		width: 100%;
		height: auto;
		float: none;
		border-left: solid 0px;
		border-right: solid 0px;
		border-bottom: solid 1px rgba(255,255,255,.5);
		margin: 0 0 20px 0;
	}
	
	.responsabilidad:nth-child(5) {
		border-bottom: solid 0px #fff;
		margin: 0;
		padding: 0;
	}
	
	iframe.map {
		height: 250px;
	}
	
	/*7) BUTTONS*/
	
	.btn_unidades a {
		font-size: 14px;
		line-height: 14px;
		color: #234c5a;
		padding: 10px;
		margin: 0 0 0px;
		border-bottom: solid 1px rgba(35, 76, 90, 0.2);
	}
	
	/*8) LISTS*/
	
	.unidades_box ul {
		width: 100%;
		float: left;
		padding: 0;
		margin: 0 0 0;
	}
	
	.unidades_box ul li {
		margin: 0 0 10px;
		padding: 0px 0px 0px 20px;
	}
	
	/*9) FORMS*/
	
	.form {
		padding: 10px;
	}
	
        #map-container-embedded {
            flex-direction: column;
            height: 550px;
        }
        
        #map-embedded,
        .leaflet-container,
        .leaflet-map-pane {
            touch-action: none;
            pointer-events: none;
        }
    
        .leaflet-marker-icon,
        .leaflet-popup,
        .map-controls-embedded,
        .reset-btn-embedded {
            pointer-events: auto !important;
        }
    
        .map-active {
            pointer-events: auto !important;
            touch-action: pan-x pan-y !important;
        }
        
        #locations-list-embedded {
            width: 100%;
            height: 250px;
            padding: 15px;
            order: 2;
        }
        
        #map-embedded {
            height: 300px;
            order: 1;
        }
        
        .map-controls-embedded {
            top: 10px;
            right: 10px;
        }
        
        .reset-btn-embedded {
            padding: 6px 10px;
            font-size: 12px;
        }
        
        .location-item-embedded {
            padding: 12px;
            margin-bottom: 10px;
        }
        
        .location-item-embedded h3 {
            font-size: 14px;
        }
        
        .location-item-embedded p {
            font-size: 12px;
            padding-left: 20px;
        }
        
        .search-container-embedded {
            padding: 0 0 12px 0;
        }
        
        #search-embedded {
            padding: 8px 12px 8px 30px;
            font-size: 13px;
        }
        
        .search-container-embedded i {
            left: 10px;
            top: 10px;
        }
        
        .map-title-embedded {
            top: 10px;
            left: 10px;
            font-size: 12px;
            padding: 6px 10px;
        }
	
	/*10) BACKGROUNDS*/
	
	.unidades_box {
		min-height: auto;
	}

}