@charset "UTF-8";
/* CSS Document */

@import url('menu.css');
@import url('mainmenu.css');
@import url('responsive.css');
@import url('formulario.css');


@font-face{
font-family: 'OpenSans-Light.ttf';
src: url('OpenSans-Light.ttf');
src: url('OpenSans-Light.ttf?#iefix') format('embedded-opentype'),
url('OpenSans-Light.ttf') format('woff'),
url('OpenSans-Light.ttf') format('truetype'),
url('OpenSans-Light.ttf') format('svg');
}

@font-face{
font-family: 'OpenSans-Regular.ttf';
src: url('OpenSans-Regular.ttf');
src: url('OpenSans-Regular.ttf?#iefix') format('embedded-opentype'),
url('OpenSans-Regular.ttf') format('woff'),
url('OpenSans-Regular.ttf') format('truetype'),
url('OpenSans-Regular.ttf') format('svg');
}

@font-face{
font-family: 'OpenSans-Semibold.ttf';
src: url('OpenSans-Semibold.ttf');
src: url('OpenSans-Semibold.ttf?#iefix') format('embedded-opentype'),
url('OpenSans-Semibold.ttf') format('woff'),
url('OpenSans-Semibold.ttf') format('truetype'),
url('OpenSans-Semibold.ttf') format('svg');
}

#IrArriba {
	position: fixed;
	bottom: 25px; /* Distancia desde abajo */
	right: 25px; /* Distancia desde la derecha */
	z-index: 1;
}

#IrArriba span {
width: 50px; /* Ancho del botón */
height: 50px; /* Alto del botón */
display: block;
background: url('../base/up.png') no-repeat;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.ub {
	
font-family:'OpenSans-Semibold.ttf';
	text-align: left;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	line-height: none;

}

.ubt {
	
font-family:'OpenSans-Semibold.ttf';
	text-align: left;
	font-size: 11px;
	color: #5b5b5f;
	font-weight: normal;
	line-height: none;

}

.sep_id {
	
font-family:'OpenSans-Semibold.ttf';
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	line-height: none;

}

.llamdo {
	
font-family:'OpenSans-Light.ttf';
	text-align: center;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	line-height: none;

}

.llamdob {
	
font-family:'OpenSans-Light.ttf';
	text-align: center;
	font-size: 28px;
	color: #5b5b5f;
	font-weight: normal;
	line-height: none;

}

.txt {
	
font-family:'OpenSans-Regular.ttf';
	text-align: justify;
	font-size: 12px;
	color: #5b5b5f;

}

.txtf {
	
font-family:'OpenSans-Regular.ttf';
	text-align: left;
	font-size: 12px;
	color: #5b5b5f;
	font-weight: normal;
	line-height: none;

}

.txt_d {
	
font-family:'OpenSans-Semibold.ttf';
	text-align: justify;
	font-size: 14px;
	color: #5b5b5f;
	font-weight: normal;
	line-height: none;

}

.txt_b {
	
font-family:'OpenSans-Semibold.ttf';
	text-align: justify;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: none;

}

.pnt_clientes {
	
font-family:'OpenSans-Regular.ttf';
	text-align: justify;
	font-size: 12px;
	color: #c30d30;
	font-weight: normal;
	line-height: none;

}


.txt_pie {
	
font-family:'OpenSans-Regular.ttf';
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	line-height: none;

}

.tsecciones {
	
    font-family:'OpenSans-Regular.ttf';
	text-align: left;
	font-size: 31px;
	color: #e40d2d;
	line-height: 33px;

}

.subsecciones {
	
    font-family:'OpenSans-Regular.ttf';
	text-align: left;
	font-size: 16px;
	color: #5b5b5f;

}


* {
	box-sizing:border-box;
}

body {
  display: flex;
}

.contenedor-slider {
	margin: auto;
	width: 100%;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	visibility: visible;
}

.slider {
  display: flex;
  width: 600%;
}

.slider__section {
  width: 100%;
}

.slider__img {
  display: block;
  width: 100%;
  height: auto;
}

.btn-prev, .btn-next {
	width: 45px;
	height: 95px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
	line-height: 95px;
	font-size: 33px;
	font-weight: normal;
	text-align: center;
	border-radius: 0px;
	font-family: "OpenSans-Regular.ttf";
	color:#58595b;
	cursor: pointer;
	visibility: visible;
}

.btn-prev:hover, .btn-next:hover {
  background: rgba(255, 255, 255, 0.5);
}

.btn-prev {
	left: 0px;
	z-index: 1;
}

.btn-next {
	right: 0px;
	z-index: 1;
}


.submenu_in {
	position: absolute;
	width: 100%;
	left: 0px;
	z-index: 3;
	top: 153px;
	height: 100px;
	visibility: hidden;
}

.submenu_serv {
	position: absolute;
	width: 100%;
	left: 0px;
	z-index: 4;
	top: 153px;
	height: 100px;
	visibility: hidden;
}

.submenu_eq {
	position: absolute;
	width: 100%;
	left: 0px;
	z-index: 5;
	top: 153px;
	height: 100px;
	visibility: hidden;
}

.menu_cel {
	position: absolute;
	width: 100%;
	left: 0px;
	z-index: 6;
	top: 0px;
	height: 100px;
	visibility: hidden;
}

.menu {
	font-family:'OpenSans-Semibold.ttf';
	text-align: left;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: none;

}
