@import url('custom-fonts.css');
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/Logo-Said.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 1;
}

body{
	/*font-family: Prompt;*/
}
/* =============================
1. Menu
============================= */

#header-menu{
	padding: 5px;
	background-color: #f8f9fa;
}

#header-menu img{
	padding-left: 10px;
	border-left: 1px solid #e8e8e8;
}

#body-menu{
	padding: 20px;
}

.img-logo{
	width: 200px;
	height: auto;
}

nav ul li a.show,
nav ul li a.active{
	color: #00AFEF;
	font-weight: bold;
	border-bottom: 3px solid #00AFEF;
}

.nav-link2{
	color: #000;
}

.nav-link2:link{
	text-decoration: none;
	font-size: .8rem;
	display: block;
	padding: .5em 1em;
}

.sub-link2{
	font-size: .8rem;
}

.sub-link2:hover{
	color: #fff !important;
	background-color: #00AFEF !important;
	font-size: .8rem;

}

nav ul li a:hover{
	color: #00AFEF;
	font-weight: bold;
	border-bottom: 3px solid #00AFEF;
}

.dropdown-item.active{
	background-color: #00AFEF;
}

.menu{
	-webkit-transition: all .3s;	
	   -moz-transition: all .3s;
		 -o-transition: all .3s;
		    transition: all .3s;
}

.menu-sticky{
	background: #eaeaec;
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 70px;
	max-width: 100%;
	font-size: .6em;
}

.menu-sticky img {
	width: 130px;
	height: auto;
}

.menu-sticky .navbar-light{
	background: #eaeaec;
}

.menu-sticky .body-menu-full{
	background: #eaeaec;
}

/* ===================================
2. Cajas de todo tipo
==================================== */
#said-slider{
	margin-bottom: 25px;
}

.header-menu-full{
	background: #f8f9fa;
}

.box-materia{
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .9em;
}

.box-materia img{
	width: 56%;
}

.box-subtitle{
	font-weight: bold;
	color: #555555;
}

.box-materia div{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.box-materia .img-materia{
	align-items: flex-end;
	margin-right: 10px;
}

.box-materia a{
	color: rgb(0,182,231);
	font-weight: bold;
}

.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}

.c img{
	width:100%;
    max-width:170px;
}

/* Efecto de servicios*/
.div-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.div-img .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-transform: 0px 0px 1;
  -moz-transform: 0px 0px 1;
  -ms-transform: 0px 0px 1;
  -o-transform: 0px 0px 1;
  transform: 0px 0px 1;
  transform: translate(0px, 0px) scale(1);
  -webkit-transform: translate(0px, 0px) scale(1);
  -moz-transform: translate(0px, 0px) scale(1);
  -o-transform: translate(0px, 0px) scale(1);
  -ms-transform: translate(0px, 0px) scale(1);
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

.div-img .text {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #555555;
    transition: all 0s ease 0s;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

.div-img .text-description {
  position: relative;
  display: block;
  bottom: 65px;
  width: 100%;
  text-align: center;
  -webkit-transform: 0px 0px 1;
  -moz-transform: 0px 0px 1;
  -ms-transform: 0px 0px 1;
  -o-transform: 0px 0px 1;
  transform: 0px 0px 1;
  transform: translate(0px, 0px) scale(1);
  -webkit-transform: translate(0px, 0px) scale(0);
  -moz-transform: translate(0px, 0px) scale(0);
  -o-transform: translate(0px, 0px) scale(0);
  -ms-transform: translate(0px, 0px) scale(0);
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

.div-img:hover .img {
  -webkit-transform: 0px -30px 0.5;
  -moz-transform: 0px -30px 0.5;
  -ms-transform: 0px -30px 0.5;
  -o-transform: 0px -30px 0.5;
  transform: 0px -30px 0.5;
  transform: translate(0px, -30px) scale(0.5);
  -webkit-transform: translate(0px, -30px) scale(0.5);
  -moz-transform: translate(0px, -30px) scale(0.5);
  -o-transform: translate(0px, -30px) scale(0.5);
  -ms-transform: translate(0px, -30px) scale(0.5);
  border-radius: 50%;
}

.div-img:hover .text {
	transform: translateY(-65px);
	-webkit-transform: translateY(-65px);
	-moz-transform: translateY(-65px);
	-o-transform: translateY(-65px);
	-ms-transform: translateY(-65px);
}

.div-img:hover .text-description {
  -webkit-transform: 0px 0px 2;
  -moz-transform: 0px 0px 2;
  -ms-transform: 0px 0px 2;
  -o-transform: 0px 0px 2;
  transform: 0px 0px 2;
  transform: translate(0px, 0px) scale(1);
  -webkit-transform: translate(0px, 0px) scale(1);
  -moz-transform: translate(0px, 0px) scale(1);
  -o-transform: translate(0px, 0px) scale(1);
  -ms-transform: translate(0px, 0px) scale(1);
}

/* Diseño difuminado con texto */
.proposito{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.proposito img{
	width: 100%
}

.proposito .txt-proposito{
	position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
	background-color: #ffffff;
	top: -70px;
}

.proposito .txt-proposito:before{
 position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

/* mision y vision */
.vime{
  	width: 15em;
  	height:15em;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 40px;
  	border-radius: 100%;
  	-ms-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 0s ease 0s;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

.vime-green{
  	border: 5px solid #52e0c6;
}

.vime-sky{
	border: 5px solid #6ceaff;
}

.vime .title-vime{
	font-size: 30px;
	text-align: center;
	font-weight: bolder;
	color: #003c95;
}

.vime .body-vime{
	position: relative;
	display: block;
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.vime:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

/* Valores */
.valores{
  	display: block;
  	margin-left: auto;
  	margin-right: auto;	
}

.valores img{
	display: block;
	margin-left: auto;
  	margin-right: auto;
  	width: 10em;
	height: 10em;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.valores .title-valores{
	position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.valores .body-valores{
	position: relative;
	display: block;
	text-align: center;
	font-size: 18px;
	transform: translateY(-30px) scale(0);
	-webkit-transform: translateY(-30px) scale(0);
	-moz-transform: translateY(-30px) scale(0);
	-o-transform: translateY(-30px) scale(0);
	-ms-transform: translateY(-30px) scale(0);
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;	
}

.valores:hover img{
	opacity: .2;

}

.valores:hover .title-valores{
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
}

.valores:hover .body-valores{
	transform: translateY(-100px) scale(1);
	-webkit-transform: translateY(-100px) scale(1);
	-moz-transform: translateY(-100px) scale(1);
	-o-transform: translateY(-100px) scale(1);
	-ms-transform: translateY(-100px) scale(1);
}

.mandamientos{

}

 /* Historia */
.escudo{
	background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url('../images/logo_escudo.png');
	background-position: center;
  	background-repeat: no-repeat;
	background-size: 45%;
	transition: 0s;
}

.lead2 {
	font-size: 1rem !important;
}

.service{
	position: relative;
	display: block;
	margin-bottom: -90px;
}

.service img{
	width: 100%;
}

.service .title-service{
	position: relative;
	display: block;
	color: white;
	top: -175px;
	padding-left: 15px;
	font-size: 42px;
	font-style: italic;
	font-weight: 500;
}

.service .title-service p{
	margin: 0;
}


.details-service ul{
	list-style: none;
	list-style-image: url("../images/guion.png");
	font-size: 14px;
	margin-left: -20px;
}

.details-service ul li{
	padding-bottom: 10px
}
/* .details-service ul li::before {
    display: inline-block;
    content: '-';
} */

.contacto{
	border: 4px double #d1d1d1;
	border-radius: .5rem !important;
	padding: 15px 15px 20px;
}

/* ===================================
3. Responsive media
==================================== */

.video-container,.map-container,.embed-container 		{ position:relative; margin:0 0 15px 0;	padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; border:none; }
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,  
.video-container embed 					{ position:absolute; top:0; left:0; width:100%; height:100%; }
iframe {
	border:none;
}

img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
/* ===================================
6. Sliders
==================================== */
/* --- flexs caption --- */

/*.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}*/
.img-flex{
    bottom: 250px;
    animation: zoomer 7s;
}

@keyframes zoomer {
  	from {
		transform: scale(0,0);
 	}

	to {
		transform: scale(1,1);
	}
}

.flex-caption {
	width: 30%;
	left: 36.5%;
	bottom: 205px;
	padding: 0 0 0 0;
	background-color: rgba(255, 255, 255, 0.4); 
	color: #000; 
	position: absolute;
	animation-duration: 7s;
  	animation-name: slidein;
}

@keyframes slidein {
  	from {
	    margin-left: 100%;
	    width: 100%
 	}

	to {
	    margin-left: 0%;
	    width: 30%;
	}
}

/*.flex-caption h3 {color: #fff; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase;}
.flex-caption p {margin: 0 0 15px;}*/


/* ===================================
8. Section: Content
==================================== */

#content {
	max-width: 100%;
	position:relative;
	background:#fff;
}

#content img {
	max-width:100%;
	max-height:auto;
}

/* --- Call to action --- */

.cta-text {
	text-align: center;
	margin-top:10px;
}


.big-cta .cta {
	margin-top:10px;
}

/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
    right: -155px;
    text-transform: uppercase;
    min-width: 121px;
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    background: red;
}

/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 10px 30px 0;
	padding: 0;
	float:left;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 50%;
	height: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;	
	opacity: 1;
	filter: alpha(opacity=100);
}


/* --- Portolio filter --- */

ul.portfolio-categ{
	margin:10px 0 30px 0;
	padding:0;
	float:left;
	list-style:none;
}

ul.portfolio-categ li{
	margin:0;
	padding:0 20px 0 0;
	float:left;
	list-style:none;
	font-size:13px;
	font-weight:600;
}

ul.portfolio-categ li a{
	display:block;
	padding:35x 0 35x 0;
	color:#353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
	text-decoration:none;
	outline:0;
}
    


/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}

/* ===============================
13. Elements
================================ */

.img-reduce:hover{
	-webkit-transform:scale(.9);
	transform:scale(.9);
}

.img-increase:hover{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.img-rotate:hover{
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.card-title-edit{
	font-size: 15px;
}

.card-text-edit{
	font-size: 13px;
}
/* ===============================
16. Footer
================================ */
footer hr{
	border: 4px double white;
}

footer .head-footer{
	color: white;
	background: #1d76c3;
	padding-bottom: 20px;
}


.footer-title{
	font-weight: bold;
	color: white;
}

.atention p{
	margin-bottom: 0px;
}

.redes-sociales{
	padding: 1
}

.redes-sociales td{
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
}

.linea{
  margin:0px 30px;
  width:40%;    
  border-top:4px double white;
  position: absolute;
  top:10px;
  float:left;	
}

.menu-footer{
	padding: 50px;
	font-size: 12px;
}

.menu-footer a{
	color: black;
}

.menu-footer a:hover{
	color: rgb(0, 182, 231);
}

.menu-footer a:link{
	text-decoration: none;
}

.final-footer{
	background-image: url('../images/extras/final-footer.jpeg');
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	padding: 10px;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.final-footer a:link{
	text-decoration: none;
	color: white;
}

.final-footer a:visited{
	text-decoration: none;
	color: white;
}

/* ===============================
 Live preview purpose
================================ */
.nav-link{
	padding-bottom: 5px;
}

.icon-cuadro{
	border: 0px solid white;
	border-radius: 8px;
	font-size: 1.6em;
	color: rgb(0, 182, 231);
	padding: 10px;
	margin-right: 20px;
	float: left;
}

.icon-cuadro:hover{
	color: white;
	background-color: rgb(0, 182, 231);
}

.nav .nav-link.active>.icon-cuadro{
	color: white;
	background-color: rgb(0, 182, 231);
}

.text-cuadro{
	color: black;
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
}
/* --- buttons --- */

/*.bs-docs-example {
	margin:0 0 10px 0;
}

.demobtn a.btn {
	margin:0 10px 10px 0;
}

section.demogrid .col-lg-1,section.demogrid .col-lg-2,section.demogrid .col-lg-3,section.demogrid .col-lg-4,section.demogrid .col-lg-5,section.demogrid .col-lg-6,section.demogrid .col-lg-7,section.demogrid .col-lg-8,section.demogrid .col-lg-9,section.demogrid .col-lg-10,section.demogrid .col-lg-11 {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .show-grid .row,section.demogrid .show-grid .row-fluid {
	margin-bottom:0;
}

section.demogrid .show-grid .nest {
	background:#ddd;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .col-lg-12.nest {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 0;
}

.demoinline p {
	display:inline;
	margin-right:20px;
}*/


/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
	border-top:1px solid #f5f5f5;
	margin:0 0 30px;
}

.dottedline {
	border-top:1px dotted #f5f5f5;
	margin:0 0 30px;
}

.dashedline {
	border-top:1px dashed #f5f5f5;
	margin:0 0 30px;
}

.blankline {
	height:1px;
	margin:0 0 30px;
}


/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}




/* =============================
18. Position & alignment
============================= */

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.aligncenter {
	text-align:center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}
/* ================
adicionales
===================*/
#v-pills-tab{
	font-size: 1rem;
}
/* =============================
21. Media queries 
============================= */
@media screen and (max-width: 1000px) {
	.loader {
	    position: fixed;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    z-index: 9999;
	    background: url('../images/Logo-Said2.gif') 50% 50% no-repeat rgb(249,249,249);
	    opacity: 1;
	}

	#v-pills-tab{
		font-size: .8rem;
	}

	.line-vertical{
		display: none;
		
	}
	
	.proposito .txt-proposito{
		position: relative;
		display: block;
		text-align: center;
		font-size: 15px;
		background-color: #ffffff;
		top: -50px;
	}

	.service .title-service{
		position: relative;
		display: block;
		color: white;
		top: -105px;
		padding-left: 15px;
		padding-top: 5px;
		font-size: 35px;
		font-style: italic;
		font-weight: 500;
	}	

	.img-flex{
		top: 10px;
    	animation: zoomer 7s;
	}

	@keyframes zoomer {
  		from {
			transform: scale(0,0);
 		}

		to {
			transform: scale(1,1);
		}
	}

	.flex-caption {
		width: 35%;
		height: 8%;
		top: 50%;
		left: 33%;
		font-size: 10px;
		padding: 0 0 0 0;
		background-color: rgba(255, 255, 255, 0.4); 
		color: #000; 
		position: absolute;
		animation-duration: 7s;
	  	animation-name: slidein;
	}

	.flex-caption h3{
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
	}

	.flex-caption p{
		margin: 0;
	}

	@keyframes slidein {
	  	from {
		    margin-left: 100%;
		    width: 35%
	 	}

		to {
		    margin-left: 0%;
		    width: 35%;
		}
	}

.col-xs-5s,
.col-sm-5s,
.col-md-5s,
.col-lg-5s {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5s {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5s {
    width: 20%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
  }
@media (min-width: 992px) {
  .col-md-5s {
    width: 20%;
    float: left;
    }
  }
@media (min-width: 1200px) {
  .col-lg-5s {
    width: 20%;
    float: left;
    }
}
/*@media screen and (max-width: 793px) {
	#v-pills-tab{
		font-size: .8rem;
	}
	.line-vertical{
		display: none;

	}
}*/

.listizq {
    margin:auto;
    padding-top:25px;
}
.listizq ul{
    list-style:none; /* Eliminamos los bullets */
    margin-top: 50px;
	margin-left: -5px;
	font-size: 18px;
}
.listizq ul li {
    padding-left:0px;
    padding-right:0px;
    border-right:1px solid #4682B4;
    margin-bottom: 50px;
}
.listizq ul li a{
    text-decoration:none;
    color:#333;
    font-weight:bold;
}
.listizq li a:hover,
.listizq li a:focus,
.listizq li.select a,
.listizq li.select a:hover
{
    color:#4682B4;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.imgcenter {
    width:146px;
    height:128px;
    line-height:120px;
    margin:0px auto;
    text-align:center;
}

.interno {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #7c7c7c;
  display: inline-block;
  /* overflow: hidden; */
}

.logo {
	/*width:380px;*/
    height:200px;
    line-height:200px;
	max-width: 100%;
	max-height: 100%;
	margin: 24px 11px auto;
	border: 0px solid #7c7c7c;
	display: inline-block;
}

.logomenu{
	text-align: center;
	margin: 85px -12px auto;
}

/*.col-12-azul{
	background-color: #242424;
	height: 60px;
}
*/
.img-fluid{
	max-width: 100%;
	height: auto;
}

#bocadilloarriba {
padding: 10px;
width: 220px;
border-radius: 10px;
background-color: #8f0;
font-family: "trebuchet ms", tahoma, verdana, sans-serif;
font-size: 1.4em;
/*display: none;*/
}

#bocadilloarriba:before {
content: "";
position: absolute;
width: 0;
height: 0;
border-bottom: 30px solid #8f0;
border-right: 20px solid transparent;
border-left: 20px solid transparent;
margin: -30px 0 0 90px;
}

.reduc {
	font-size: 25px;
}

.info {
  display: none;
}

.info.sight {
  display: block;
}

.cajafija{
	width: 100%;
	height: 100%;
}

.acero{
	color: #4682B4;
}

.span-x2{
	font-size: 20px;
}


textarea{
	resize: none;
}

@font-face {
	/*font-family: 'et-line';
	src:url('assets/css/fonts/et-line.eot');
	src:url('assets/css/fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('assets/css/fonts/et-line.woff') format('woff'),
		url('assets/css/fonts/et-line.ttf') format('truetype'),
		url('assets/css/fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;*/

	font-family: 'et-line';
	src:url('assets/css/fonts/et-line.eot');
	src:url('assets/css/fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('assets/css/fonts/et-line.woff') format('woff'),
		url('assets/css/fonts/et-line.ttf') format('truetype'),
		url('assets/css/fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
.icon-mobile:before {
	content: "\e000";
}
.icon-laptop:before {
	content: "\e001";
}
.icon-desktop:before {
	content: "\e002";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-phone:before {
	content: "\e004";
}
.icon-document:before {
	content: "\e005";
}
.icon-documents:before {
	content: "\e006";
}
.icon-search:before {
	content: "\e007";
}
.icon-clipboard:before {
	content: "\e008";
}
.icon-newspaper:before {
	content: "\e009";
}
.icon-notebook:before {
	content: "\e00a";
}
.icon-book-open:before {
	content: "\e00b";
}
.icon-browser:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-presentation:before {
	content: "\e00e";
}
.icon-picture:before {
	content: "\e00f";
}
.icon-pictures:before {
	content: "\e010";
}
.icon-video:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e012";
}
.icon-printer:before {
	content: "\e013";
}
.icon-toolbox:before {
	content: "\e014";
}
.icon-briefcase:before {
	content: "\e015";
}
.icon-wallet:before {
	content: "\e016";
}
.icon-gift:before {
	content: "\e017";
}
.icon-bargraph:before {
	content: "\e018";
}
.icon-grid:before {
	content: "\e019";
}
.icon-expand:before {
	content: "\e01a";
}
.icon-focus:before {
	content: "\e01b";
}
.icon-edit:before {
	content: "\e01c";
}
.icon-adjustments:before {
	content: "\e01d";
}
.icon-ribbon:before {
	content: "\e01e";
}
.icon-hourglass:before {
	content: "\e01f";
}
.icon-lock:before {
	content: "\e020";
}
.icon-megaphone:before {
	content: "\e021";
}
.icon-shield:before {
	content: "\e022";
}
.icon-trophy:before {
	content: "\e023";
}
.icon-flag:before {
	content: "\e024";
}
.icon-map:before {
	content: "\e025";
}
.icon-puzzle:before {
	content: "\e026";
}
.icon-basket:before {
	content: "\e027";
}
.icon-envelope:before {
	content: "\e028";
}
.icon-streetsign:before {
	content: "\e029";
}
.icon-telescope:before {
	content: "\e02a";
}
.icon-gears:before {
	content: "\e02b";
}
.icon-key:before {
	content: "\e02c";
}
.icon-paperclip:before {
	content: "\e02d";
}
.icon-attachment:before {
	content: "\e02e";
}
.icon-pricetags:before {
	content: "\e02f";
}
.icon-lightbulb:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-pencil:before {
	content: "\e032";
}
.icon-tools:before {
	content: "\e033";
}
.icon-tools-2:before {
	content: "\e034";
}
.icon-scissors:before {
	content: "\e035";
}
.icon-paintbrush:before {
	content: "\e036";
}
.icon-magnifying-glass:before {
	content: "\e037";
}
.icon-circle-compass:before {
	content: "\e038";
}
.icon-linegraph:before {
	content: "\e039";
}
.icon-mic:before {
	content: "\e03a";
}
.icon-strategy:before {
	content: "\e03b";
}
.icon-beaker:before {
	content: "\e03c";
}
.icon-caution:before {
	content: "\e03d";
}
.icon-recycle:before {
	content: "\e03e";
}
.icon-anchor:before {
	content: "\e03f";
}
.icon-profile-male:before {
	content: "\e040";
}
.icon-profile-female:before {
	content: "\e041";
}
.icon-bike:before {
	content: "\e042";
}
.icon-wine:before {
	content: "\e043";
}
.icon-hotairballoon:before {
	content: "\e044";
}
.icon-globe:before {
	content: "\e045";
}
.icon-genius:before {
	content: "\e046";
}
.icon-map-pin:before {
	content: "\e047";
}
.icon-dial:before {
	content: "\e048";
}
.icon-chat:before {
	content: "\e049";
}
.icon-heart:before {
	content: "\e04a";
}
.icon-cloud:before {
	content: "\e04b";
}
.icon-upload:before {
	content: "\e04c";
}
.icon-download:before {
	content: "\e04d";
}
.icon-target:before {
	content: "\e04e";
}
.icon-hazardous:before {
	content: "\e04f";
}
.icon-piechart:before {
	content: "\e050";
}
.icon-speedometer:before {
	content: "\e051";
}
.icon-global:before {
	content: "\e052";
}
.icon-compass:before {
	content: "\e053";
}
.icon-lifesaver:before {
	content: "\e054";
}
.icon-clock:before {
	content: "\e055";
}
.icon-aperture:before {
	content: "\e056";
}
.icon-quote:before {
	content: "\e057";
}
.icon-scope:before {
	content: "\e058";
}
.icon-alarmclock:before {
	content: "\e059";
}
.icon-refresh:before {
	content: "\e05a";
}
.icon-happy:before {
	content: "\e05b";
}
.icon-sad:before {
	content: "\e05c";
}
.icon-facebook:before {
	content: "\e05d";
}
.icon-twitter:before {
	content: "\e05e";
}
.icon-googleplus:before {
	content: "\e05f";
}
.icon-rss:before {
	content: "\e060";
}
.icon-tumblr:before {
	content: "\e061";
}
.icon-linkedin:before {
	content: "\e062";
}
.icon-dribbble:before {
	content: "\e063";
}
