/*@font-face {
	font-family: "montserrat";
	src: url("../fonts/montserrat-regular.otf");
	font-weight: 400;
}

@font-face {
	font-family: "montserrat";
	src: url("../fonts/montserrat-bold.otf");
	font-weight: 700;
}*/
@font-face {
	font-family: 'galano';
	font-style: normal;
	font-weight: normal;
	src: local('galano'), url('Galano Grotesque.woff') format('woff');
}

@font-face {
	font-family: 'galano extra bold';
	font-style: normal;
	font-weight: normal;
	src: local('galano extra bold'), url('Galano Grotesque Alt Extra Bold.woff') format('woff');
}

@font-face {
	font-family: 'galano black';
	font-style: normal;
	font-weight: normal;
	src: local('galano black'), url('Galano Grotesque Black.woff') format('woff');
}

html {
	width: 100%;
	height: 100%;
	font-family: "galano";
}

body {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "galano";
	width: 100%;
	height: 100%;
	/*border: 50px solid #fff;*/
	box-sizing: border-box;
}

.galano-black {
	font-family: galano black;
}

.galano-bold {
	font-family: galano extra bold;
}

.top-bar{
	/*background: url(../img/cabecera/cabecera-home.png) no-repeat center center;
	background-size: cover;*/
	/*padding-top: 4px;
	padding-bottom: 4px;*/
	position: absolute;
	top: 0;
	width: 100%;
	/*text-align: center;*/
	z-index: 1;
	/*height: 338px;*/
}

.navbarline-blanca {
	background: #fff !important;
}

/*top-bar metí mano*/
.top-bar-contacto{
	background: url(../img/cabecera/cabecera-contacto.png) no-repeat center center;
	background-size: cover;
	padding-top: 4px;
	padding-bottom: 4px;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	height: 338px;
}

.top-bar-servicios{
	background: url(../img/cabecera/cabecera-servicios.png) no-repeat center center;
	background-size: cover;
	padding-top: 4px;
	padding-bottom: 4px;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	height: 338px;
}

.top-bar-quienes-somos{
	background: url(../img/cabecera/cabecera-quienes-somos.png) no-repeat center center;
	background-size: cover;
	padding-top: 4px;
	padding-bottom: 4px;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	height: 338px;
}

/*aquí acaba a lo que le metí mano*/

.intactics-navbar-toggle{
	position: fixed;
	top: 50%;
	/*left: 6%;*/
	/*background: none;*/
	border:none;
	z-index: 10;
	/*background-color: #fff;*/
	padding: 10px 10px 0px 10px;
}

.navbarline{
	width: 24px;
	height: 3px;
	background: #000;
	margin-bottom: 5px;
	border-radius: 2px;
}

.img-container{
	width: 100%;
	background-image: url(../img/servicio-al-cliente.jpg);
	background-size: cover;
	background-position: center center;
	height: 700px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.x-close{
	font-size: 40px;
	display: inline-block;
	cursor: pointer;
	color: #000;
}

.close-navigation{
	text-align: right;
	padding: 0 20px;
	background: #00b0ff;
}

.nav-open{
	/*opacity: 0.5;*/
	/*pointer-events: none;*/
	overflow: hidden;
}

.navitagion{
	display: none;
	position: fixed;
	background: #00b0ff;
	width: 75%;
	top: 0;
	height: 1000px;
	z-index: 9999;
}

.navigation-list .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #00b0ff;
}

/*
.menu-container{
	margin-top: 100px;
	padding-bottom: 35px;
	padding-right: 1%;
	padding-left: 1%;
	left: 0%;
	position: relative;
	background-color: #f7f7f7;
	background-image: url("../img/inicio/fondo-1.png");
	background-repeat: no-repeat;
	height: 80%;
	width: 87%;
}
*/

.menu-container {
    /*margin-top: 100px;
    padding-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
    left: 0%;*/
    position: relative;
    /*background-color: #f7f7f7;*/
    background-image: url("../img/inicio/fondo-home-4.jpg");
    background-repeat: no-repeat;
    height: 90%;
    width: 100%;
    background-position-x: center;
    background-size: cover;
}

.menu-container-2 {
    /*margin-top: 100px;*/
    padding-bottom: 35px;
    /*padding-right: 20px;
    padding-left: 20px;
    left: 0%;*/
    position: relative;
    background-color: #f7f7f7;
    /*background-image: url("../img/inicio/fondo-1.png");
    background-repeat: no-repeat;*/
    height: auto;
    width: 100%;
    min-height: 100%;
    background-position-x: center;
    background-size: contain;
}

.menu-container-nosotros-2 {
    /*margin-top: 100px;*/
    /*padding-bottom: 35px;*/
    /*padding-right: 20px;
    padding-left: 20px;
    left: 0%;*/
    position: relative;
    background-color: #f7f7f7;
    background-image: url("../img/nosotros/fondo-2.jpg");
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    min-height: 100%;
    background-position-x: center;
    background-size: cover;
}

.menu-container-nosotros {
    /*margin-top: 100px;
    padding-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
    left: 0%;*/
    position: relative;
    /*background-color: #f7f7f7;*/
    background-image: url("../img/nosotros/fondo-1.jpg");
    background-repeat: no-repeat;
    height: 90%;
    width: 100%;
    background-position-x: center;
    background-size: cover;
}

.menu-container-servicios {
    /*margin-top: 100px;
    padding-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
    left: 0%;*/
    position: relative;
    /*background-color: #f7f7f7;*/
    background-image: url("../img/servicios/fondo-1.jpg");
    background-repeat: no-repeat;
    height: 90%;
    width: 100%;
    background-position-x: center;
    background-size: cover;
}


.menu-container-empresa {
    margin-top: 100px;
    padding-bottom: 35px;
    /*padding-right: 20px;
    padding-left: 20px;
    left: 0%;*/
    position: relative;
    /*background-color: #f7f7f7;*/
    background-image: url("../img/empresa/fondo-1.jpg");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position-x: center;
    background-size: cover;
}

.menu-container-infraestructura {
    /*margin-top: 100px;
    padding-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
    left: 0%;*/
    position: relative;
    /*background-color: #f7f7f7;*/
    background-image: url("../img/infraestructura/fondo-1.jpg");
    background-repeat: no-repeat;
    height: 90%;
    width: 100%;
    background-position-x: center;
    background-size: cover;
}

.menu-container-infraestructura-2 {
    /*margin-top: 100px;*/
    padding-bottom: 35px;
    /*padding-right: 20px;
    padding-left: 20px;
    left: 0%;*/
    position: relative;
    background-color: #f7f7f7;
    background-image: url("../img/infraestructura/fondo-2.jpg");
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    min-height: 100%;
    background-position-x: center;
    background-size: cover;
}

@media (max-width: 653px) {
	.menu-container-infraestructura-2 {
	    background-image: url("../img/infraestructura/fondo-3.jpg");
	}
}

.menu-container-proyectos {
    margin-top: 100px;
    padding-bottom: 35px;
    /*padding-right: 20px;
    padding-left: 20px;
    left: 0%;*/
    position: relative;
    /*background-color: #f7f7f7;*/
    background-image: url("../img/proyectos/fondo-1.jpg");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position-x: center;
    background-size: cover;
}

.menu-container-contacto {
    /*margin-top: 100px;
    padding-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
    left: 0%;*/
    position: relative;
    /*background-color: #f7f7f7;*/
    /*background-image: url("../img/nosotros/fondo-1.jpg");*/
    background-repeat: no-repeat;
    height: 90%;
    width: 100%;
    background-position-x: center;
    background-size: cover;
}

.color-casos-estudio {
	background-color: #e6e6e6 !important;
}

.color-formulario {
	background-color: #f6f5f5;
}

.color-industrial {
	background-color: #f7f7f6;
}

.color-mineria {
	background-color: #e6e6e6;
}

.color-hoteleria {
	background-color: #f6f6f6;
}

.sevenths{
	float: left;
	width: 14%;
}

.menu-item-logo{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.menu-item-container{
	cursor: pointer;
	position: relative;
}

/*.menu-item-container.active:before{
	content: " ";
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
	top: -70px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #264374;
}*/

@media (max-width: 767px) {
	.img-container{
		height: 350px;
	}
	.menu-container{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.menu-item-container.active:before{
		top: -40px;
	}
}

.menu-item-logo-container{
	height: 80px;
	color: #8a8a8a;
}

.menu-item-text{
	color: #264374;
	text-align: center;
}

.description-home{
	height: 500px;
	background: #fff;
	/*background-position: center center;
	background-size: cover;*/
	color: #fff;
	text-align: center;
}

.description-home .row.aligner{
	height: 500px;
}

.footer{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #00005a;
	text-align: center;
	color: #fff;
}

.aviso-link{
	text-transform: uppercase;
}

.aviso-link, .rights{
	color: #fff;
	font-size: 18px;
}

.titulo-desc{
	font-size: 3em;
	text-transform: uppercase;
}

.texto-desc{
	font-size: 1.5em;
}

.aligner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

@media (max-width: 767px){
	.titulo-desc{
		font-size: 2.5em;
	}

	.texto-desc{
		font-size: 1em;
	}

}

.overall{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.4);*/
	z-index: 9998;
	opacity: 0.7;
	-webkit-transition: all 0.3;
	transition: all 0.3;
}

body::-webkit-scrollbar { width: 0 !important }

.navigation-list{
	list-style: none;
	padding: 0;
	margin-top: 10%;
}

.navigation-list > li{
	height: 60px;
	line-height: 30px;
}

.navigation-list li.space{
	background: ;
}

/*.navigation-list > li:hover {
	background: #fff;
}*/

.navigation-list > li > a{
	display: block;
	padding-left: 20%;
	padding-right: 30px;
	color: #000;
	font-size: 5em;
	font-weight: bold;
}

@media (max-width: 500px ){	
	.navigation-list > li > a{
		padding-left: 0px !important;
		font-size: 30px
	}
}

.navigation-list > li > a:hover{
	text-decoration: none;
}

.mvvrow{
	background-color: rgba(26,59,115,0.9);
	padding-top: 40px;
	padding-bottom: 40px;
}

.mvvrow .media{
	color: #fff;
}

.mvvrow .media-heading{
	text-transform: uppercase;
}

.us-container{
	background-image: url(../img/map-gray.jpg);
	background-size: cover;
	background-position: center center;
}

.us-header{
	height: 600px;
	padding-top: 100px;
}

.why-us{
	height: 300px;
}

.why-us .h1{
	text-transform: uppercase;
}

.us-title, .us-subtitle, .us-text, .why-us{
	color: #264373;
}

.us-title{
	text-transform: uppercase;
}

.us-subtitle{
	text-transform: uppercase;
}

.media-object{
	width: 80px;
}

.list-valores{
	padding-left: 18px;
}

.nav-title{
	float: left;
	text-transform: uppercase;
	padding-top: 18px;
	font-size: 24px;
}

.sign-in{
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	margin-right: 12px;
	margin-top: 10px;
}

.sign-in .glyphicon{
	background: #264374;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	line-height: 50px;
	font-size: 20px;
}

.sign-in .sign-text{
	background: #07d3ff;
	display: inline-block;
}

.sign-text{
	width: 100px;
	margin-left: -8px;
}

#img-pie-slide{
	position: absolute;
	bottom: 0;
	right: 0;
}

.nav-toggle-item{
	display: inline-block;
}

.toggle-text{
	vertical-align: super;
}

.toggle-text p{
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}





@media (min-width: 768px ){	
	.media .media-left{
		padding-right: 50px;
	}
}

@media (max-width: 767px){

	.us-header.aligner{
		display: block;
		height: auto;
		padding-bottom: 40px;
	}

	.menu-container{
		padding-left: 0;
		padding-right: 0;
	}

	.menu-container .row{
		margin: 0 5%;
	}

	.sevenths{
		width: 20%;
		margin-right: 6.5%;
		height: 140px;
	}

	.sevenths:nth-child(4), .sevenths:nth-child(8){
		margin-right: 0;
	}

	.sevenths:nth-child(6){
		margin-left: 14.5%;
	}

	.menu-item-text{
		font-size: 12px;
	}

	.menu-item-container.active:nth-child(6):before,.menu-item-container.active:nth-child(7):before,.menu-item-container.active:nth-child(8):before{
		top: -180px;
	}

	.navitagion{
		width: 300px;
	}


	#img-pie-slide{
		width: 130px;
	}

}

/*Modificaciones mias*/

/*margen*/

.margen-40-top {
	margin-top: 40px;
}

.margen-10-top{
	margin-top: 0px;
}

@media (max-width: 772px) {
	.margen-10-top {
		margin-top: 10px;
	}
}

.margen-60-top {
	margin-top: 60px;
	font-size: 60px; 
}

.margen-70-top {
	margin-top: 60px;
	font-size: 60px; 
}

.margen-enmedio {
	margin: 50% 0;
}

.margen-32-top-bot {
	margin-top: 32px;
	margin-bottom: 32px;
}

.margen-105-top {
	margin-top: 105px;
}

.margen-170-top-bot {
	margin-top: 170px;
	margin-bottom: 30px;
}

.margen-170-top {
	margin-top: 170px;
}

.margen-30-bot {
	margin-bottom: 30px;
}

.margen-45-bot {
	margin-bottom: 45px;
}

.margen-50-top {
	margin-top: 50px;
}

.margen-50-bot {
	margin-bottom: 50px;
}

.margen-28-bot {
	margin-bottom: 28px !important;
}

.margen-20-top {
	margin-top: 20px;
}

.margen-top-50pct {
	margin-top: 50%;
}

/*termina ondas margen*/

/*css contacto contact form contact-form*/

@media (min-width: 768px) {
	.form-inline .form-control {
    	display: inline-block;
    	width: 100% !important;
    	vertical-align: middle;
    	background: #fafafa;
    	margin-bottom: 27px;
	}
}

.form-inline .form-control {
    display: inline-block;
    width: 100% !important;
    vertical-align: middle;
    background: #fafafa;
    margin-bottom: 27px;
}

.color-size {
	color: #c4c4c4;
	font-size: 9px;
}

.table-display {
	display: table;
}

.botonazo-enviar {
	color: #fff;
	background-color: #93adc0;
	border-color: #93adc0;
	padding: 10px 60px 10px 60px;
	float: right;
	font-size: 28px;
}

@media (max-width: 500px) {
	.botonazo-enviar {
		padding: 10px 20px 10px 20px;
		font-size: 15px;
		float: left;
	}
}

.boton-nosotros {
	background-color: #00abf9;
	color: #ffffff;
}

/*aqui terminado contaacto contact*/
.texto-blanco {
	color: #fff !important;
}

.texto-gris {
	color: gray;
}

.texto-gris9 {
	color: #999999;
}

.texto-gris-2 {
	color: #929292;
}

.tamanio-pixeles-18 {
	font: normal normal normal 18px/1 FontAwesome !important;
	color: #ffffff;
}

.especial-1 {
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}



.cuadro-1 {
	background: url(../img/home/cuadro-1.png) center center;
	background-size: cover;
	height: 400px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cuadro-2 {
	background: url(../img/home/cuadro-2.png) center center;
	background-size: cover;
	height: 400px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cuadro-3 {
	background: url(../img/home/cuadro-3.png) center center;
	background-size: cover;
	height: 400px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cuadro-4 {
	background: url(../img/home/cuadro-4.png) center center;
	background-size: cover;
	height: 400px;
	padding-top: 0px;
	padding-bottom: 0px;
}



@media (max-width: 500px) {
	.cuadro-1 {
	background: url(../img/home/cuadro-1.png) center center;
	background-size: cover;
	height: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

	.cuadro-2 {
		background: url(../img/home/cuadro-2.png) center center;
		background-size: cover;
		height: 200px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.cuadro-3 {
		background: url(../img/home/cuadro-3.png) center center;
		background-size: cover;
		height: 200px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.cuadro-4 {
		background: url(../img/home/cuadro-4.png) center center;
		background-size: cover;
		height: 200px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.tamanio-chica {
		font-size: 20px !important;
	}

	.margen-60-top {
		margin-top: 60px;
		font-size: 30px;
	}

}

.logo-home {
	position: relative;
	padding: 35px;
	/*margin-top: 20px;*/
	/*left: 6%;*/
}

.logo-home-2 {
	float: right;
	padding: 35px;
}

@media (max-width: 498px ){	
	.logo-home-2 {
	    visibility: hidden;
	}
}

.texto-centro {
	text-align: center;
}

.texto-derecha {
	text-align: right;
}

.texto-ultra-centrado{
	margin: 50% 0;
}

/*.cuadros-fotos {*/
	/*background: url(../img/home/cuadro-4.png) center center;
	background-size: cover;*/
	/*height: 500px;
	padding-top: 0px;
	padding-bottom: 0px;
}*/

#mapa{
	height: 500px;
}

#mapa iframe {
	width: 100%;
	height: 100%;
}

.largo-33 {
	width: 33%;
}

.cuadro-carnico-der {
	background: url(../img/servicios/modal/fondo-carnico-der.png) center center;
	background-size: cover;
	height: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cuadro-carnico-izq {
	background: url(../img/servicios/modal/fondo-carnico-izq.png) center center;
	background-size: cover;
	height: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.tamanio-letra-15{
	font-size: 15px;
	line-height: 2.3;
}

.tamanio-letra-45 {
	font-size: 45px;
}

@media (max-width: 500px) {
	.tamanio-letra-45 {
		font-size: 20px !important;
	}
}

.borde-azul {
    /*margin-bottom: 10px;*/
    border-bottom: solid #00005d;
    /*border-top: solid #000000;*/
    width: 15%;
    border-width: 8px;
}

.borde-rojo {
    /*margin-bottom: 10px;*/
    border-bottom: solid #fe0000;
    /*border-top: solid #000000;*/
    width: 20px;
    border-width: 8px;
}

.margen-izq-der {
	margin: 0 auto;
}

.texto-shadow {
	text-shadow: 0px 0px 3px #000000;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 60%;
  height: 70%;
  left: 20%;
  top: 40%;
  /*border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;*/
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* carousel */

#wrapper {
	/*border-bottom: 1px solid #777;
	background: #333;*/
	height: 50%;
	width: 100%;
	/*padding-top: 100px;
	position: absolute;*/
}
#inner {
	width: 650px;
	height: 400px;
	overflow: hidden;
	margin-left: -325px;
	/*position: absolute;*/
	bottom: -75px;
	left: 50%;
}
#carousel .slide {
	width: 650px;
	height: 400px;
	float: left;
	/*position: relative;*/
}
#carousel .slide > div {
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#carousel .slide > div.back {
	height: 325px;
}
#carousel .slide > div.large {
	right: 0;
	z-index: 3;
}
#carousel .slide > div.large img {
	/*margin-top: 50px;*/
}

.large {
	float: right;
}

.large2 {
	float: left;
}

.smaller2 {
	float: right;
	margin-top: -100px;
}

@media (max-width: 772px) {
	.smaller2 {
		margin-top: 0px !important;
	}
}

#carousel .slide > div.small {
	left: 0;
	z-index: 2;
}
#carousel .slide > div.small img {
	margin-top: 50px;
}

#carousel .slide > div.smaller {
	left: 0;
	z-index: 1;
}
#carousel .slide > div.smaller img {
	margin-top: 150px;
}

.smaller {
	float: left;
	margin-top: -100px;
}

@media (max-width: 772px) {
	.smaller {
		margin-top: 0px !important;
	}
}

#pager {
	position: absolute;
	bottom: 12px;
	right: 50px;
	z-index: 6;
}
#pager a {
	border-radius: 10px;
	border: 1px solid #888;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px;
}
#pager a.selected {
	border-width: 3px;
	margin: 3px;
}
#pager a span {
	display: none;
}

/* carousel */

.margen-n100-top {
	margin-top: 40px;
	position: absolute;
	z-index: 2;
}

@media (max-width: 975px) {
	.margen-n100-top {
		margin-top: 0px;
		position: unset;
	}
}

.color-mas-info {
	color: #776f6f;
}

.color-azul-resaltado {
	color: #57616e;
}

.color-azul-resaltado-2 {
	color: #005aff;
}

.color-azul-slash {
	color: #00005d;
}

.color-negro {
	color: #000000;
}

.pad-20pct {
	padding: 20%;
}

.pad-40 {
	padding: 40px;
}

.pad-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.form-inline .form-group {
	display: unset !important;
}

.derecha-1 {
	float: right;
}

a.accordion-toggle, a.image-show {
	color: #000000 !important;
}

@media (max-width: 981px) {
	.titulo-contacto {
		text-align: center;
	}
}

.no-li-style {
	list-style-type: none;
}

.ancho-100 {
	width: 100%;
}

.trapecio {
    width: 300px;
    height: 0px;
    /*border-right: 60px solid transparent;*/
    border-left: 80px solid transparent;
    border-bottom: 100px solid #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
}

@media (max-width: 498px ){	
	.trapecio {
	    visibility: hidden;
	}
}

.no-pad-izq-der {
	padding-right: 0px !important; 
}

.no-pad-izq {
	padding-left: 0px !important; 
}

.elemento-oculto {
	visibility: unset;
}

@media (max-width: 992px ){	
	.elemento-oculto {
	    visibility: hidden;
	}
}

.margen-top-bienvenidos {
        margin-top: 170px;
    }

@media (max-width:1154px) and (min-width:976px) {
    .margen-top-bienvenidos {
        margin-top: 120px !important;
    }
}

.texto-justificado {
	text-align: justify;
}

/*MODAL*/

.modal-header {
    border-bottom: transparent;
}

.modal-footer {
    border-top: transparent;
}

.modal-content {
    background-color: #00abf9;
    color: #ffffff;
}

/*MODAL*/

/*Aquí terminan modificaciones mías*/