/*
	Listefi - Frontend Framework
	Creado por el equipo Debred - contacto@debred.com
*/
/*
    Paleta de Colores - blue/deep-orange
    #1976D2 - Dark Primary Color
    #2196F3 - Primary Color
    #BBDEFB - Light Primary Color
    #FF5722 - Acent Color
    #212121 - Primary Text
    #727272 - Secondary Text
    #B6B6B6 - Divider Color

	#be0101 - Error
	#01a939 - Success
*/
/* ---------- 1-Base ---------- */
*, *::after, *::before{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body{
	height: 100%;
	width: 100%;
}
body{
	font-family: helvetica, sans-serif;
	font-size: 18px;
	word-wrap: break-word;
    color: #212121;
	line-height: 1.5;
}
img{max-width: 100% !important;}
a img{border: none;}
/* ---------- 2-Tipografia ---------- */
a{
	color: #1976D2;
	text-decoration: none;
}
a:hover{color: #FF5722}
p{margin-bottom: 1.4rem;}
h1, h2, h3, h4, h5, h6{
    margin-bottom: 0.5rem;
    font-weight: bold;
}
h1{font-size: 2.5em;}
h2{font-size: 1.9em;}
h3{font-size: 1.47em;}
h4{font-size: 1.2em;}
h5{font-size: 0.93em;}
h6{font-size: 0.75em;}
@media all and (max-width:600px){body{font-size: 16px;}}
blockquote {
    border-left: 4px solid #b6b6b6;
    margin-bottom: 15px;
    padding: 15px 28px;
}
blockquote cite {color: #727272;}
ul, ol {margin: 20px 0 20px 30px;}
li{margin-bottom: 10px;}
.table{
	background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	margin-bottom: 20px;
}
.table th, .table td {
    border-bottom: 1px solid #efefef;
    padding: 15px 10px;
    text-align: left;
}
.table th{border-color: #c9c9c9;}
.table-container{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-container::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.table-container::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.table tbody tr:nth-of-type(2n+1){background-color: #fcfcfc;}
.table tbody tr:hover{background-color: #f4f4f4;}
.table tbody tr.selected{background-color: #f2f2f2}
/* --------- 3-Layout -------- */
.container, .container::after, .container::before{
    display: table;
    content: "";
    clear: both;
}
.container{
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}
.container .container{padding: 0;}
[class*="gd-"]{
    float: left;
    padding: 0 15px;
    display: inline-block;
	margin: 0;
}
.gd-100{width: 100%;}
.gd-90{width: 90%;}
.gd-80{width: 80%;}
.gd-70{width: 70%;}
.gd-60{width: 60%;}
.gd-50{width: 50%;}
.gd-40{width: 40%;}
.gd-30{width: 30%;}
.gd-20{width: 20%;}
.gd-10{width: 10%;}
.gd-33{width: 33.33%;}
.gd-66{width: 66.66%;}
.gd-16{width: 16.66%;}
.gd-25{width: 25%}
@media all and (max-width: 800px){
	.gd-b-100{width: 100%;}
	.gd-b-90{width: 90%;}
	.gd-b-80{width: 80%;}
	.gd-b-70{width: 70%;}
	.gd-b-60{width: 60%;}
	.gd-b-50{width: 50%;}
	.gd-b-40{width: 40%;}
	.gd-b-30{width: 30%;}
	.gd-b-20{width: 20%;}
	.gd-b-10{width: 10%;}
	.gd-b-33{width: 33.33%;}
	.gd-b-66{width: 66.66%;}
	.gd-b-16{width: 16.66%;}
	.gd-b-25{width: 25%}
}/* b */
@media all and (max-width: 600px){
	.gd-m-100{width: 100%;}
	.gd-m-90{width: 90%;}
	.gd-m-80{width: 80%;}
	.gd-m-70{width: 70%;}
	.gd-m-60{width: 60%;}
	.gd-m-50{width: 50%;}
	.gd-m-40{width: 40%;}
	.gd-m-30{width: 30%;}
	.gd-m-20{width: 20%;}
	.gd-m-10{width: 10%;}
	.gd-m-33{width: 33.33%;}
	.gd-m-66{width: 66.66%;}
	.gd-m-16{width: 16.66%;}
	.gd-m-25{width: 25%}
}/* m */
@media all and (max-width: 400px){
	.gd-s-100{width: 100%;}
	.gd-s-90{width: 90%;}
	.gd-s-80{width: 80%;}
	.gd-s-70{width: 70%;}
	.gd-s-60{width: 60%;}
	.gd-s-50{width: 50%;}
	.gd-s-40{width: 40%;}
	.gd-s-30{width: 30%;}
	.gd-s-20{width: 20%;}
	.gd-s-10{width: 10%;}
	.gd-s-33{width: 33.33%;}
	.gd-s-66{width: 66.66%;}
	.gd-s-16{width: 16.66%;}
	.gd-s-25{width: 25%}
}/* s */
@media all and (max-width: 300px){
	.gd-x-100{width: 100%;}
	.gd-x-90{width: 90%;}
	.gd-x-80{width: 80%;}
	.gd-x-70{width: 70%;}
	.gd-x-60{width: 60%;}
	.gd-x-50{width: 50%;}
	.gd-x-40{width: 40%;}
	.gd-x-30{width: 30%;}
	.gd-x-20{width: 20%;}
	.gd-x-10{width: 10%;}
	.gd-x-33{width: 33.33%;}
	.gd-x-66{width: 66.66%;}
	.gd-x-16{width: 16.66%;}
	.gd-x-25{width: 25%}
}/* x */
/* ---------- 4-Auxiliares ---------- */
.clearfix, .clearfix::after, .clearfix::before{
	display: table;
	content: "";
	clear: both;
}
.clearfix{display: block;}
.tx-left{text-align: left;}
.tx-right{text-align: right;}
.tx-center{text-align: center;}
.bx-left{float: left;}
.bx-right{float: right !important;}
.bx-center{margin: 0 auto; display: block;}
.mg-sec{margin-top: 20px; margin-bottom: 20px;}
.d-block{
	display: block;
	width: 100%;
}
.hide{display: none !important;}
@media all and (max-width: 800px){
	.hide-b{display: none !important;}
}
@media all and (max-width: 600px){
	.hide-m{display: none !important;}
}
@media all and (max-width: 400px){
	.hide-s{display: none !important;}
}
@media all and (max-width: 300px){
	.hide-x{display: none !important;}
}
@media all and (min-width: 800px){
	.hide-min-b{display: none !important;}
}
@media all and (min-width: 600px){
	.hide-min-m{display: none !important;}
}
@media all and (min-width: 400px){
	.hide-min-s{display: none !important;}
}
@media all and (min-width: 300px){
	.hide-min-x{display: none !important;}
}
.cont-600{
	max-width: 600px;
}
.cont-960{
	max-width: 960px;
}
/* ---------- 5-Botones ---------- */
.btn{
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    color: #727272;
    font-size: .8em;
    font-weight: bold;
    padding: 10px 15px;
	border-radius: 3px;
	transition: 0.25s all;
}
.btn:hover{
	background-color: #f0f0f0;
	color: #727272;
}
.btn:active{
	transform: translate(0px, -4px) scale(0.95);
}
.btn-block{
	display: block;
	width: 100%;
}
.btn.size-l{
	padding: 15px 30px;
	font-size: 1em;
}
.btn.size-s{
	padding: 5px 10px;
	font-size: 0.6em;
}
.btn-default{
	background-color: transparent;
	border-color: #1976D2;
	color: #1976D2;
}
.btn-default:hover{
	background-color: #1976D2;
	color: #fff;
}
.btn-primary{
	background-color: #1976D2;
	border-color: #0562be;
	color: #fff;
}
.btn-primary:hover{
	background-color: #004fab;
	color: #f0f0f0;
}
.btn-acent{
	background-color: #FF5722;
	border-color: #DD3506;
	color: #fff;
}
.btn-acent:hover{
	background-color: #e23a05;
	color: #f0f0f0;
}
/* ---------- 6-Formularios basicos ---------- */
.form-sec{margin-bottom: 20px;}
.form-sec label{
	color: #727272;
	font-weight: bold;
}
.form-in {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.5) inset;
	display: block;
	margin: 10px 0;
	padding: 10px;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.form-in:hover{border-color: #BBDEFB;}
.form-in:focus{
	border-color: #2196F3;
	box-shadow: 0 0 6px 1px #bbdefb;
	background-color: #fbfbfb;
}
.form-in[data-estado="error"] {
    border-color: #be0101;
}
.form-in[data-estado="error"]:focus{
	box-shadow: 0 0 2px 1px #be0101;
}
.form-in[data-estado="success"] {
    border-color: #01a939;
}
.form-in[data-estado="success"]:focus{
	box-shadow: 0 0 2px 1px #01a939;
}
select.form-in:not([multiple]) {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat scroll right 0.75rem center / 0.8rem 1rem;
	display: inline-block;
}
.form-check input[type="checkbox"]{margin-right: 15px;}
.form-in-check {
    display: inline-block;
    padding: 10px 0;
}
.form-in[disabled]{background-color: #f0f0f0 !important;}
/* ---------- 6.5-Formularios avanzados ---------- */
.form-decoration {
    color: #858585;
    display: block;
    float: right;
    font-size: 20px;
    position: relative;
    right: 10px;
    top: -40px;
	pointer-events: none;
}
.form-in[data-estado="error"] + .form-decoration{
    color: #be0101;
}
.form-in[data-estado="success"] + .form-decoration{
    color: #01a939;
}
.form-check label{display: block;}
.form-check [type="checkbox"]:not(:checked),
.form-check [type="checkbox"]:checked,
.form-radio [type="radio"]:not(:checked),
.form-radio [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
.form-check [type="checkbox"]:not(:checked) + label,
.form-check [type="checkbox"]:checked + label,
.form-radio [type="radio"]:not(:checked) + label,
.form-radio [type="radio"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
.form-check [type="checkbox"]:not(:checked) + label:before,
.form-check [type="checkbox"]:checked + label:before{
	content: '';
	position: absolute;
	left:0; top: 2px;
	width: 17px; height: 17px;
	border: 1px solid #aaa;
	background: #f8f8f8;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
.form-radio [type="radio"]:not(:checked) + label:before,
.form-radio [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 2px;
	width: 17px; height: 17px;
	border: 1px solid #aaa;
	background: #f8f8f8;
	border-radius: 50%;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
.form-check [type="checkbox"]:not(:checked) + label:after,
.form-check [type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: 3px; left: 4px;
	font-size: 18px;
	line-height: 0.8;
	color: #1976D2;
	transition: all .2s;
}
.form-radio [type="radio"]:not(:checked) + label:after,
.form-radio [type="radio"]:checked + label:after {
	color: #1976d2;
	content: "•";
	font-size: 32px;
	left: 3px;
	top: -2px;
	line-height: 0.8;
	position: absolute;
	transition: all 0.2s ease 0s;
}
.form-check [type="checkbox"]:not(:checked) + label:after,
.form-radio [type="radio"]:not(:checked) + label:after{
	opacity: 0;
	transform: scale(0);
}
.form-check [type="checkbox"]:checked + label:after,
.form-radio [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.form-check [type="checkbox"]:disabled:not(:checked) + label:before,
.form-check [type="checkbox"]:disabled:checked + label:before,
.form-radio [type="radio"]:disabled:not(:checked) + label:before,
.form-radio [type="radio"]:disabled:checked + label:before{
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.form-check [type="checkbox"]:disabled:checked + label:after,
.form-radio [type="radio"]:disabled:checked + label:after{
	color: #999;
}
.form-check [type="checkbox"]:disabled + label,
.form-radio [type="radio"]:disabled + label{
	color: #aaa;
}
.form-check [type="checkbox"]:checked:focus + label:before,
.form-check [type="checkbox"]:not(:checked):focus + label:before,
.form-radio [type="radio"]:checked:focus + label:before,
.form-radio [type="radio"]:not(:checked):focus + label:before{
	border: 1px dotted blue;
}
.form-check label:hover:before, .form-radio label:hover:before{
	border: 1px solid #4778d9!important;
}
/* ---------- 7-Tooltip ---------- */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 180px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	opacity: 0;
	transition: opacity 1s;

	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.btn-close{
    background-color: transparent;
    border: medium none;
    color: #666;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
}
.btn-close:hover{
	color: #222;
}
/* ---------- 7-Tooltip ---------- */
.mw-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 17px -4px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	width: 40%;
	opacity: 1;
	transition: opacity 0.5s;
	z-index: 300;
	min-width: 400px;
	margin: 10% auto 0 auto;
}
@media all and (max-width: 600px){.mw-box{min-width: 90%;}}
[data-estado="cerrado"].mw-box{
	opacity: 0;
	z-index: 0;
}
.mw-header{
	background-color: #f0f0f0;
	color: #222;
	font-size: 22px;
	font-weight: bold;
	padding: 18px 30px;
}
.mw-close {
	background-color: transparent;
	border: medium none;
	color: #808080;
	cursor: pointer;
	float: right;
	font-size: 25px;
	font-weight: bold;
}
.mw-close:hover{color: #444;}
.mw-body{
	padding: 20px;
	font-size: 20px;
}
.mw-box p{margin-bottom: 15px;}
.mw-controls {
	background-color: #e9e9e9;
	padding: 15px;
	text-align: right;
}
.mw-screen{
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
	transition: opacity 0.5s;
}
[data-estado="cerrado"].mw-screen{opacity: 0;}
/* ---------- Mensajes de alerta ---------- */
.alert {
    background-color: #dddddd;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	position: relative;
}
.alert.alert-error {
    background-color: #ffc9c9;
    border-color: #be0101;
    color: #520000;
}
.alert.alert-success {
    background-color: #5efeaa;
    border-color: #01a939;
    color: #006200;
}
.alert.alert-info {
    background-color: #96e3f2;
    border-color: #3784aa;
    color: #065379;
}
/* ----------- Barras de navegacion ---------- */
.nav-bar, .nav-bar::after, .nav-bar::before{
	display: table;
	content: "";
	clear: both;
}
.nav-bar{
	display: block;
	background-color: #e0e0e0;
	position: relative;
	z-index: 6;
}
.nav-brand{
	font-size: 18px;
	display: inline-block;
	float: left;
	font-weight: bold;
}
.nav-bar ul{
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}
.nav-bar li{
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.nav-bar a{color: #444;}
.nav-bar a:hover{
	background-color: rgba(255, 255, 255, 0.4);
}
.nav-bar li a, .nav-brand a{
	display: block;
	width: 100%;
	padding: 20px 20px;
}
.nav-bar > a{
	display: inline-block;
	padding: 20px 20px;
	float: left;
}
.btn-sadw{
	display: inline-block;
	padding: 15px 20px 14px !important;
	color: #444;
	float: left;
	border: none;
	background-color: transparent;
}
.btn-sadw:hover{
	background-color: rgba(255, 255, 255, 0.4);
}
.btn-sadw .line {
    background-color: #666;
    display: block;
    height: 4px;
    margin: 5px 0;
    width: 30px;
}
.nav-primary{
	background-color: #1976D2;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.nav-primary a{color: #fff;}
.nav-primary .btn-sadw .line {background-color: #fff;}
/* ---------- 11-Migas de pan ---------- */
.breadcrumb, .breadcrumb::after, .breadcrumb::before{
	clear: both;
	content: "";
	display: table;
}
.breadcrumb{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.breadcrumb li{
	margin: 0;
	list-style: none;
	display: inline-block;
	float: left;
}
.breadcrumb a {
    color: #666;
    display: block;
    font-size: 0.8em;
    padding: 10px 10px 10px 0;
    width: 100%;
}
.breadcrumb a::after{
	display: block;
	content: "/";
	float: left;
	padding-right: 15px;
}
.breadcrumb li:first-child a::after{
	content: "";
}
/* ---------- Slideshow --------- */
.lf-slide {
    height: 450px;
    min-height: 450px;
    min-width: 960px;
}
.lf-slide, .lf-slide::after, .lf-slide::before {
    clear: both;
    content: "";
    display: table;
}
.lf-slide ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.lf-slide li{
    margin: 0;
    padding: 0;
    position: absolute;
}
.lf-slide li[data-estado]{
	opacity: 0;
	transition: opacity 0.5s;
}
.lf-slide li[data-estado="activo"]{
	opacity: 1;
}
.btn-flecha {
    display: block;
    position: relative;
    right: 0;
    top: 50%;
}
.btn-prev {
    float: left;
    right: 1px;
    top: 50%;
}
.btn-next {
    float: right;
    right: 1px;
    top: 50%;
}
/* ---------- Tema ---------- */
@font-face {
font-family: 'icomoon';
	src: url('fonts/icomoon.eot?fhuapk');
	src: url('fonts/icomoon.eot?fhuapk#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?fhuapk') format('truetype'),
		url('fonts/icomoon.woff?fhuapk') format('woff'),
		url('fonts/icomoon.svg?fhuapk#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-mobile2:before {
	content: "\e958";
}

.icon-mail:before {
	content: "\ea83";
}

.icon-facebook2:before {
	content: "\ea91";
}

.icon-instagram:before {
	content: "\ea92";
}

.icon-whatsapp:before {
	content: "\ea93";
}

.jcslideshow {
	height: 500px;
	list-style: none;
	margin: 0;
	max-height: 500px;
	width: 100%;
	padding: 0;
	margin-top: 20px
}

.jcslideshow li {
	position: absolute;
	width: 100%;
	transition: .5s all
}

.jcslideshow img {
	width: 100% !important;
	height: 500px
}

.btnslidenav {
	border: none;
	font-size: 40px;
	height: 500px;
	margin-top: -500px;
	opacity: .2;
	padding: 0 15px;
	color: #000;
	transition: .5s all
}

.btnslidenav:hover {
	opacity: .8
}

.btnslidenav.atras {
	float: left
}

.btnslidenav.adelante {
	float: right
}

.jcslideshowcont {
	margin: 0 auto;
	position: relative
}

.slideshow {
	padding-bottom: 20px
}

@media (min-width: 768px) {
	.jcslideshowcont {
		width: 750px
	}
}

@media (min-width: 992px) {
	.jcslideshowcont {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.jcslideshowcont {
		width: 1170px
	}
}

@media screen and (max-width: 320px) {

	.jcslideshow,
	.jcslideshow img,
	.btnslidenav {
		height: 100px
	}

	.btnslidenav {
		margin-top: -100px
	}
}

@media screen and (max-width: 450px) {

	.jcslideshow,
	.jcslideshow img,
	.btnslidenav {
		height: 200px
	}

	.btnslidenav {
		margin-top: -200px
	}
}

@media screen and (max-width: 660px) {

	.jcslideshow,
	.jcslideshow img,
	.btnslidenav {
		height: 350px
	}

	.btnslidenav {
		margin-top: -350px
	}
}

body{
	background-color: #eeeeee;
	color: #888;
}
.nav-h{
	margin: 0;
	padding: 0;
}
.nav-h li{
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
.nav-h a{
	display: block;
}
#superior {
    background-color: #fff;
}
#logotipo {
    display: inline-block;
    float: left;
    padding: 19px 0;
}
#logotipo img {
    display: block;
    height: 35px;
}
#navsup li a {
    color: #444;
    font-weight: bold;
    padding: 25px 30px;
    text-transform: uppercase;
}
#navsup li a:hover{
    color: #19EAF2;
}

@media all and (max-width:860px){
	#navsup{
		display: block;
		width: 100%;
		font-size: 16px;
	}
}
@media all and (max-width:600px){
	#superior .container{padding: 0;}
	#logotipo {
		padding: 14px 0;
	}
	#navsup{
		height: 0;
		overflow: hidden;
	}
	#navsup[data-estado="mostrar"]{
		height: 100%;
	}
	#navsup li{
		display: block;
		width: 100%;
	}
}
@media all and (max-width:300px){
	#logotipo{
		max-width: 150px;
		height: auto;
	}
	#logotipo{display: inline-block;}
}
#infbar {
    background-color: #171717;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0;
	text-align: center;
}
#navinf li a {
    padding: 20px;
	color: #fff;
}
#navinf li a:hover{
	color: #19EAF2;
}
#copy {
    padding-bottom: 20px;
    padding-top: 20px;
	color: #fff;
}
#infcall {
    background: #11a0a6 url("img/fondo-inf.jpg") no-repeat fixed top center;
	background-size: cover;
    color: #fff;
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
#telcall {
    background-color: #0c6f73;
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
    padding: 15px 30px;
}
@media all and (max-width: 600px){
	#infbar [class*="gd-"] {
		display: block;
		float: left !important;
		text-align: center;
		width: 100%;
	}
}
#cont1 {
    background: transparent url("img/fondo-sup.jpg") no-repeat fixed bottom center;
	background-size: cover;
}
.mascara-t1 {
    background-color: rgba(95, 144, 166, 0.8);
    color: #fff;
}
#cont1 .mascara-t1 {
    padding: 30px 0;
}
#enc-1 {
    font-size: 40px;
    font-weight: bold;
    padding: 50px 0 10px;
    text-transform: uppercase;
}
#cont1 p {
    font-size: 20px;
    text-transform: uppercase;
}
#servsprin h2 {
    font-size: 45px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
#supbar {
    background-color: #5f90a6;
    color: #fff;
    font-size: 15px;
    padding: 12px 0;
}
#supbar a {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-bottom: -3px;
    margin-top: -5px;
    padding: 0 5px;
}
#supbar a:hover{color:#19eaf2;}
#contactar {
	min-width: 100%;
	padding: 0;
	max-width: 1200px;
	display: flex;
	align-items: stretch;
	flex-flow: row-reverse;
}
#contactform {
    background-color: #5f90a6;
    margin: 0;
    padding: 40px;
	color: #fff;
}
#mapa {
    padding: 0;
}
/* #contactform, #mapa{
	display: inline-block;
	height: 100%;
} */
#lista-servicios{text-align: center;}
#lista-servicios h3 {
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    padding-top: 10px;
}
#lista-servicios img {
    display: block;
    width: 100%;
}

.ceb-green {
    padding: 30px 0;
	color: #888;
}
.ceb-green:nth-child(2n+1) {
    background-color: #11a0a6;
    color: #fff;
}
.ceb-green:nth-child(2n+1) a{
	color: #fff;
}
.ceb-green:nth-child(2n+1) a:hover{
	color: #ff5722 !important;
}
#lista-servicios .ceb-green {
    padding: 30px 0 0 0;
}
#lista-servicios .ceb-green:nth-child(2n+1) {
    background-color: transparent;
    color: #888;
}
#lista-servicios .ceb-green:nth-child(2n+1) a{
    color: #1976d2;
}
#lista-servicios .ceb-green:nth-child(2n+1) a:hover{
   color: #ff5722;
}

#lista-servicios .ceb-green:nth-child(2n) {
    background-color: #11a0a6;
    color: #fff;
}
#lista-servicios .ceb-green:nth-child(2n) a{
    color: #fff;
}
#lista-servicios .ceb-green:nth-child(2n) a:hover{
   color: #ff5722;
}
.servpage .container.cont-600.mg-sec {
    margin-top: 0;
}
.servpage {
    background-color: #11a0a6;
    color: #fff;
    padding-top: 15px;
}
.blanco{color:#fff;}
.hipervinculos{color:#888;}
#redesinfcont {
	margin-top: 40px;
}
#redesinf a span {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	padding: 0 10px;
}