@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300i,400i,700i,900i');


/* CSS Document */

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.calltoaction_whatsapp {
	position: fixed; 
	right: 50px; 
	bottom: 25px;
	z-index: 99;
	text-decoration: none;
	color: transparent;
	background-image: url(images/whatsapp_calltoaction.png);
	background-position: right 5px center;
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-color: #2bd64a;
	width: 60px;
	height: 50px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	padding-top: 10px;
	font-family: 'Lato', sans-serif;
	font-size:12px;
	font-weight:400;
	line-height: 18px;
	text-align: right;
	transition: all 0.25s;
}
.calltoaction_whatsapp:hover {
	width: 250px;
	color: #FFF;
	padding-right: 70px;
}

#logo {
	width: 275px;
	height: auto;
	float: left;
	margin: 20px 0 0 50px;
}
#header_area {
	width: 100%; 
	min-height: 100px;
}

#content {
	width:100%;
}

.wrapper {
	width:calc(100% - 100px);
	padding: 50px;
	max-width: 1200px;
	margin: auto;
}
.wrapper_max {
	width:calc(100% - 100px);
	padding: 50px;
	margin: auto;
}

#mainmenu {
	float: right; 
	padding-right: 50px;
}
#slide_servicios {
	width: calc(100% - 100px); 
	min-height: 350px; 
	padding: 50px; 
	background-color:#213d5d; 
	background-blend-mode: multiply; 
	background-image: url(images/slider_servicios.jpg); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	text-align: center; 
}

#slide_clientes {
	width: 100%; 
	min-height: 350px; 
	text-align: center; 
	padding: 50px 0 50px 0;
}
#slide_blog {
	width: calc(100% - 100px); 
	min-height: 350px; 
	padding: 50px; 
	background:#e5f0ee; 
	text-align: center;
}
#slide_quienes {
	width: 100%;
	min-height: 350px; 
}
#slide_elegirnos {
	width: 100%;
	background:#e8ebf0;
	min-height: 350px; 
}
#slide_calltoaction {
	width: 100%;
	min-height: 350px; 
	background-color:#213d5d; 
	background-blend-mode: multiply; 
	background-image: url(images/slider_servicios.jpg); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}

#banner_home {
	width: 100%; 
	height: calc(100% - 100px); 
	position: relative; 
	background-size:cover, 100% auto, cover; 
	background-position:right center, left bottom, center center !important; 
	background-repeat: no-repeat;
	background-blend-mode: multiply; 
}

#banner_interior {
	width: 100%; 
	height: 350px; 
	position: relative;
	background-size: cover; 
	background-position: center center; 
	background-repeat: no-repeat;
	background-blend-mode: multiply; 
}

.thumb {
	width: calc(31% - 7px); 
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.cotizacion_thumb_img {
	width: calc(100% - 30px); 
	height: 225px; 
	margin-bottom: 15px; 
	display: block;
	padding: 15px;
	border: solid 1px #666; 
}
.cotizacion_img {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #CCC;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.article_thumb_img {
	width: 100%; 
	height: 175px; 
	margin-bottom: 15px; 
	display: block; 
	border: none; 
	background-color: #CCC;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#articulo_left_side {
	float: left; 
	width: calc(100% - 325px);
}
#articulo_right_side {
	float: right; 
	width: 250px; 
	text-align: right;
}

.acceso_servicio {
	width: calc(50% - 95px);
	padding-left: 90px;
	display: inline-block; 
	text-align: left; 
	vertical-align:top;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 75px auto;
	padding-top: 20px;
	margin-bottom: 50px;
}
.valores {
	width: calc(30% - 5px); 
	display: inline-block;
	vertical-align: top;
}
.valores_img {
	width: 75px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}
#mouse_down {
	position: absolute; 
	z-index: 4; 
	left: 50%; 
	margin-left: -25px; 
	bottom: 25px;
}
#info_banner {
	position: absolute; 
	z-index: 2; 
	right: 0; 
	top: 0;
	height: 100%;
	width: 50%;
	display: table;
}
#info_banner_align {
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.info_banner_align_elements {
	padding-right: 50px;
}

#info_contact_banner {
	position: absolute; 
	z-index: 3; 
	left: 50px; 
	bottom: 25px;
}
#nav_banner {
	position: absolute; 
	z-index: 3; 
	right: 50px; 
	bottom: 100px;
}
.bt_small_arrow {
	vertical-align: middle; 
	margin-right: 5px;
	height: 17px;
	width: auto;
}
.logo_client {
	vertical-align: middle;
	padding: 0 20px 0 20px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition: transform 0.4s;
}
.logo_client:hover {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
	transform: scale(1.05);
}
.contacto_info {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 20px auto; 
	padding-left: 40px; 
	display: block; 
	margin-bottom: 20px;
}
#articulo_right_side {
	float: right; 
	width: 250px; 
	padding-right: 50px;
}
#articulo_content {
	float: left; 
	width: calc(100% - 375px);
}
#servicio_right_side {
	float: right; 
	width: 300px;
}
#servicio_content {
	float: left; 
	width: calc(100% - 400px);
}
#drop_servicios {
	position: absolute; 
	right: 50px; 
	bottom: 25px; 
	width: 300px;
}
#banner_tittle {
	position: absolute; 
	left: 50px; 
	bottom: 90px; 
	width: 40%;
}
#mainmenu_items, #mainmenu_redes {
	display: inline-block;
}

#footer_left {
	float: left; 
	margin-left: 50px; 
	padding-left: 75px; 
	background: url(images/icon_white.png) left center no-repeat; 
	background-size: 50px auto; 
	margin-top: 25px;
}
#footer_right {
	float: right; 
	padding-right: 150px; 
	margin-top: 40px;
}
.phone_brake {
margin-left: 40px;
}
#content_left_nosotros {
	float: left; 
	width: 40%; 
	margin-right: 5%;
}
#content_right_nosotros {
	float: right; 
	width: 55%;
}
#content_left_call {
	float: left; 
	width: 55%;
}
#content_right_call {
	float: right; 
	width: 200px;
}
#content_left_contacto {
	float: left; 
	width: 300px;
}
#content_right_contacto {
	float: right; 
	width: calc(100% - 375px);
}
.form_left {
	float: left; 
	width: 49%;
}
.form_right {
	float: right; 
	width: 49%;
}
.client_list {
	width: calc(30% - 5px);  
	display: inline-block; 
	vertical-align: top; 
}
#content_left_cotizacion {
	float: left; 
	width: 350px;
}
#content_right_cotizacion {
	float: right; 
	width: calc(100% - 450px); 
	padding-right: 50px;
}
.form_cotizacion_left {
	float: left; 
	width: 49%;
}
.form_cotizacion_right {
	float: right; 
	width: 49%;
}


/* mobile */
.icon_mobile_menu, #banner_mobile_space {
	display: none;
}
/* fin mobile */

/* Fonts */

.menu {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:15px;
	text-decoration:none;
	display:inline-block;
	padding-right: 25px;
	text-transform: uppercase;
}
.submenu {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:12px;
	letter-spacing:2px;
	text-decoration:none;
	display:inline-block;
	margin:10px 20px 0 0;
}
.login {
	background-color: #036b58;
	background-image: url(images/icon_login.png);
	background-position:  center bottom 20px;
	background-repeat:  no-repeat;
	background-size: 15px 15px;
	padding-top: 40px;
	height: 35px;
	width: 40px;
	border-radius: 0 0 20px 20px;
	color: transparent;
	display: inline-block;
	-webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
}
.login:hover {
	background-color:#223f5f ;
}

.bt_footer {
	margin-right: 25px;
}
.credito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#FFF;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}


.t1 {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:400;
	line-height: 18px;
	text-align: justify;
}
.t2 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	text-decoration:none;
	font-weight:300;
}
.t3 {
	font-family: 'Lato', sans-serif;
	font-size:30px;
	text-decoration:none;
	font-weight:300;
}
.t4 {
	font-family: 'Lato', sans-serif;
	font-size:40px;
	text-decoration:none;
	font-weight:300;
}
.t5 {
	font-family: 'Lato', sans-serif;
	font-size:10px;
	font-weight:400;
	letter-spacing: 2px;
	text-decoration: none;
}


.black {
	color:#000;
}
.white {
	color:#FFF;
}
.grey {
	color:#666;
}
.green {
	color:#036b58;
}
.blue {
	color:#223f5f;
}

.space_line {
	width: 150px; 
	height: 5px; 
	background: #ccc; 
	clear: both; 
	margin: 25px 0 25px 0;
}

.bt_white {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:700;
	text-transform: uppercase;
	color:#FFF;
	padding: 0 40px 0 40px;
	height: 30px;
	padding-top: 10px;
	border-radius: 20px;
	background-color:transparent;
	display:inline-block;
	cursor:pointer;
	border:solid 1px #FFF;
	transition: transform 0.4s;
	letter-spacing: 1px;
	
}

.bt_transparent {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:700;
	text-transform: uppercase;
	color:#666;
	padding: 0 40px 0 40px;
	height: 30px;
	padding-top: 10px;
	border-radius: 20px;
	background-color:transparent;
	display:inline-block;
	cursor:pointer;
	border:solid 1px #666;
	transition: transform 0.4s;
	letter-spacing: 1px;
	
}

.bt_green {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:700;
	text-transform: uppercase;
	color:#FFF;
	padding: 0 40px 0 40px;
	height: 30px;
	padding-top: 10px;
	border-radius: 20px;
	background-color:#036b58;
	display:inline-block;
	cursor:pointer;
	border:none;
	transition: transform 0.4s;
	letter-spacing: 1px;
	
}
.bt_grey {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:700;
	text-transform: uppercase;
	color:#FFF;
	padding: 0 40px 0 40px;
	height: 30px;
	padding-top: 10px;
	border-radius: 20px;
	background-color:#666;
	display:inline-block;
	cursor:pointer;
	border:none;
	transition: transform 0.4s;
	letter-spacing: 1px;
	
}
.bt_transparent:hover, .bt_green:hover, .bt_white:hover, .bt_grey:hover  {
	transform: scale(1.05);
}




/* Icons */

#bt_cotizacion {
	float: right; 
	padding-right: 50px; 
	padding-top: 40px;
}
#blog_drop {
	float: right; 
	padding-right: 50px; 
	padding-top: 40px;
	width: 250px;
}

.redes {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width:30px;
	height:25px;
	text-decoration:none;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:20px auto;
}
.fb {
	background-image:url(images/icon_fb.png);
}
.ld {
	background-image:url(images/icon_ld.png);
	background-size:18px auto;
}
.go {
	background-image:url(images/icon_go.png);
}

.fbw {
	background-image:url(images/icon_fbw.png);
}
.ldw {
	background-image:url(images/icon_ldw.png);
	background-size:18px auto;
}
.gow {
	background-image:url(images/icon_gow.png);
}
/* Forms */

.drop {
	color:#666;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	height:40px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#efefef;
	margin-bottom:10px;
}
.field {
	color:#666;
	width:calc(100% - 20px);
	padding-left:10px;
	padding-right:10px;
	height:40px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#efefef;
	margin-bottom:10px;
}
.area {
	color:#666;
	width:calc(100% - 20px);
	padding:10px;
	height:178px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#efefef;
	resize:none;
	margin-bottom:8px;
}
.area_small {
	color:#666;
	width:calc(100% - 20px);
	padding:10px;
	height:118px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#efefef;
	resize:none;
	margin-bottom:8px;
}
.bt_send {
	color:#FFF;
	text-decoration:none;
	height:40px;
	width:100%;
	text-align:center;
	background-color:#036b58;
	display:block;
	cursor:pointer;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:700;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	margin-bottom:3px;
	-webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
}
.bt_send:hover {
	background-color:#223f5f;
}


/*  */

.dropbtn {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:15px;
	text-decoration:none;
	display:inline-block;
	padding-right: 25px;
	text-transform: uppercase;
	border: none;
    cursor: pointer;
	color:#666;
	background: transparent;
	margin-bottom: 15px;
	margin-left: -10px;
}

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

.dropdown-content {
    display: none;
    position: absolute;
	background: #036b58;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	text-align: left;
	width: 300px;
	z-index: 10;
}

.dropdown-content a {
    color: #FFF;
    padding: 10px;
    text-decoration: none;
    display: block;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	border-top:solid 1px #CCC;
}

.dropdown-content a:hover {
	background-color: #223f5f;
	color:#FFF;
	border-top:solid 1px #223f5f;
	
}

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



/* ////////////////////////////////// */
.selected {
	float: right;
}
.down_arrow {
	width: 25px;
	height: auto;
	float: right;
}
.right_arrow {
	width: 25px;
	height: auto;
	vertical-align: middle;
}
.categoria {
	display:block;
	width: 100%;
	text-decoration:none;
	cursor:pointer;
}
.detalle {
	overflow: hidden;
	width: 100%;
	clear: both;
	display:block;
	padding-top:20px;
	padding-bottom:20px;
}
.line {
	width: 100%;
	border-top: solid 1px #666;
	margin: 20px 0 20px 0;
	display: block;
}
.line_bold {
	width: 150px; 
	height: 10px; 
	margin: 20px 0 20px 0; 
	margin-left: calc(100% - 150px);
}


/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}
/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
/* UL/OL/DIV - the element that simplyScroll is inited on Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}	

.simply-scroll-list li a {
	display:table-cell;
	vertical-align:middle;
	min-height:30px;
	padding-top:0 !important;
	background-image:none !important;
}

.simply-scroll-list li a:hover,
.simply-scroll-list li a:active {
	background-image:none !important;
}

.simply-scroll-list li{
	border-right:none !important;
}

.simply-scroll-list li img {
	border: none;
	display: block;
	max-height:100% !important;
}

/*
.simply-scroll-list li img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
} 

.simply-scroll-list li img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
}*/

/* Custom class modifications - adds to / overrides above
.simply-scroll is default base class */
/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 80px;
}
/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 80px;
}
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: auto;
	padding:0 10px;
}



@media screen and (max-width: 1150px) {
	
#mainmenu_items {
	display: none;
}
	
/* mobile */
	
#mobile_menu {
	width: 100%;
	height: 100%;
	background: rgba(34,63,95,.75);
	text-align: left;
	display: table;
	position: fixed;
	z-index: 20;
	left: 0;
	top: 0;
}
#mobile_menu_align {
	display: table-cell; 
	vertical-align: middle;
	padding: 25px;
	height: calc(100% - 50px);
	width: calc(100% - 50px);
}
.mobile_menu {
	display: inline-block;
}
.icon_mobile_menu {
	position: absolute;
	right: 215px;
	top: 30px;
	display: inline-block;
}
.icon_mobile_close {
	position: absolute;
	right: 25px;
	top: 25px;
	display: inline-block;
}
.menu {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:22px;
	text-decoration:none;
	display:block;
	padding-right: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.submenu {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	text-decoration:none;
	display:block;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.mobile_submenu {
	display:block;
	width: 100%;
	text-decoration:none;
	cursor:pointer;
}
.mobile_submenu_items {
	overflow: hidden;
	width: 100%;
	clear: both;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}

/* fin mobile */
	

	
}


@media screen and (max-width: 900px) {
	
.acceso_servicio {
	width: 100%;
	padding-left: 0;
	display: block; 
	text-align: center; 
	vertical-align:top;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 75px auto;
	padding-top: 80px;
	margin-bottom: 50px;
}
.thumb {
	width: calc(100% - 7px); 
	display: block;
	text-align: left;
	vertical-align: top;
	margin-right: 0 !important;
	margin-bottom: 50px;
}
	
}

@media screen and (max-width: 600px) {
/* mobile */
.icon_mobile_menu {
	position: fixed;
	right: 80px;
	top: 15px;
	display: inline-block;
	z-index: 19;
}
#banner_mobile_space {
	height: 70px;
	display: block;
}
/* fin mobile */
	
.wrapper {
	width:calc(100% - 50px);
	padding: 25px;
	max-width: 1200px;
	margin: auto;
}
	.wrapper_max {
	width:calc(100% - 50px);
	padding: 25px;
	margin: auto;
}
#banner_home {
	width: 100%; 
	height: calc(100% - 70px); 
	position: relative; 
	background-size:cover, 100% auto, cover; 
	background-position:right center, left bottom, center center !important; 
	background-repeat: no-repeat;
	background-blend-mode: multiply; 
}
#banner_interior {
	width: 100%; 
	height: 350px; 
	position: relative;
	background-size: auto, cover; 
	background-position: left bottom, center center; 
	background-repeat: no-repeat;
	background-blend-mode: multiply; 
}
#info_banner {
	position: absolute; 
	z-index: 2; 
	left: 0; 
	top: 0;
	height: 100%;
	width: calc(100% - 50px);
	padding: 0 25px 0 25px;
	display: table;
}
#info_banner_align {
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.info_banner_align_elements {
	padding-right: 0;
}
#logo {
	width: 200px;
	height: auto;
	float: left;
	margin: 15px 0 0 25px;
}
#mainmenu_redes, #info_contact_banner {
	display: none;
}
#header_area {
	width: 100%; 
	min-height: 70px;
	position: fixed;
	z-index: 15;
	border-bottom: 1px solid #CCC;
	background: #FFF;
}
#mainmenu {
	float: right; 
	padding-right: 25px;
}
#nav_banner {
	position: absolute; 
	z-index: 3; 
	right: 25px; 
	bottom: 25px;
}
#mouse_down {
	position: absolute; 
	z-index: 4; 
	left: 25px; 
	margin-left: 0; 
	bottom: 25px;
}
#footer_left {
	float: left; 
	margin-left: 25px; 
	padding-left: 75px; 
	background: url(images/icon_white.png) left center no-repeat; 
	background-size: 50px auto; 
	margin-top: 25px;
}
#footer_right {
	float: left; 
	padding-right: 0; 
	margin-top: 25px;
	margin-left: 100px;
	margin-bottom: 25px;
}
.phone_brake {
margin-left: 0;
display: block;
}
.login {
	background-color: #036b58;
	background-image: url(images/icon_login.png);
	background-position:  center bottom 20px;
	background-repeat:  no-repeat;
	background-size: 15px 15px;
	padding-top: 30px;
	height: 30px;
	width: 40px;
	border-radius: 0 0 20px 20px;
	color: transparent;
	display: inline-block;
	-webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
}
.login:hover {
	background-color:#223f5f ;
}
	
.bt_footer {
	display: block;
	margin-bottom: 15px;
	margin-right: 0;
}
	
.icon_menu_white {
	background: url(images/icon_menu_white.png) center center no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:fixed; 
	left:20px; 
	top:20px;
	z-index:2;
	transition: transform 0.3s;
}
.icon_menu_white:hover {
	transform: scale(1.10);
}
.line_bold {
	width: 40%; 
	height: 10px; 
	margin: 20px 30% 20px 30%; 
	clear: both;
}
#content_left_nosotros {
	float: none; 
	width: 100%; 
	margin-right: 0;
	margin-bottom: 25px;
}
#content_right_nosotros {
	float: none; 
	width: 100%;
}
.valores {
	width: 100%; 
	display: block;
	vertical-align: top;
	margin-right: 0 !important;
	margin-bottom: 25px;
}
.valores_img {
	width: 75px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}
#content_left_call {
	float: none; 
	width: 100%;
	margin-bottom: 25px;
}
#content_right_call {
	float: none; 
	width: 100%;
}
#banner_tittle {
	position: absolute; 
	left: 25px; 
	bottom: 90px; 
	width: calc(100% - 100px);
}
#content_left_contacto {
	float: none; 
	width: 100%;
}
#content_right_contacto {
	float: none; 
	width: 100%;
}
.form_left {
	float: none; 
	width: 100%;
}
.form_right {
	float: none; 
	width: 100%;
}
.client_list {
	width: 100%;  
	display: block; 
	vertical-align: top;
	margin-right: 0 !important;
}
#content_left_cotizacion {
	float: none; 
	width: 100%;
	margin-bottom: 25px;
}
#content_right_cotizacion {
	float: none; 
	padding: 0 25px 0 25px;
	width: calc(100% - 50px);
}
.form_cotizacion_left {
	float: none;
	width: 100%;
}
.form_cotizacion_right {
	width: 100%;
}
#articulo_right_side {
	float: none; 
	width: 100%; 
	padding-right: 0;
}
#articulo_content {
	float: none; 
	width: 100%;
	margin-bottom: 50px;
}
#servicio_right_side {
	float: none; 
	width: 100%;
}
#servicio_content {
	float: none; 
	width: 100%;
	margin-bottom: 50px;
}
.selected {
	display: none !important
}
.t3 {
	font-family: 'Lato', sans-serif;
	font-size:24px;
	text-decoration:none;
	font-weight:300;
}
.t4 {
	font-family: 'Lato', sans-serif;
	font-size:32px;
	text-decoration:none;
	font-weight:300;
}
}