@font-face {
	font-family: "titillium";
	src: url("../fonts/Titillium-Regular.otf");
	font-weight: 400;
}

@font-face {
	font-family: "titillium";
	src: url("../fonts/Titillium-Bold.otf");
	font-weight: 700;
}

body{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-family: titillium;
}

.top-bar{
	background: url(../img/cabecera/cabecera-home.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 metí mano*/
.top-bar-contacto{
	background: url(../img/home/slide4.png) no-repeat center center;
	background-size: cover;
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
	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: relative;
	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: relative;
	top: 0;
	width: 100%;
	/*text-align: center;*/
	z-index: 1;
	height: 338px;
}

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

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

.intactics-navbar-toggle{
	position: absolute;
	top: 25px;
	left: 15px;
	background: none;
	border:none;
}

.navbarline{
	width: 28px;
	height: 5px;
	background: #fff;
	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: #fff;
}

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

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

.navitagion{
	display: none;
	position: fixed;
	background: #363636;
	width: 310px;
	top: 0;
	height: 1000px;
	z-index: 9999;
}

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

.menu-container{
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 1%;
	padding-left: 1%;
}

.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: #f8f8f8;
	text-align: center;
	color: #264374;
}

.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;
}

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

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

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

.navigation-list > li > a{
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}

.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;
	margin-top: 20px;
}

.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: 24px;
	color: #fff;
}

.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: 160px;
}

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

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

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

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

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

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

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

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

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

/*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: 23px;
}

.color-size {
	color: #264374;
	font-size: 14px;
}


.color-size2 {
	color: #264374;
	font-size: 12px;
}

.table-display {
	display: table;
}

.botonazo-enviar {
	color: #fff;
	background-color: #ff0719;
	border-color: #ff0719;
}

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

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

.texto-blanco2 {
	color: #fff;
	margin-top: -20px;
}

.texto-gris {
	color: gray;
}

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

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

.letra-tamano {
	font-size: 20px !important;
}

.cuadro-1 {
	background: url(../img/home/cuadro-1b.png) center center;
	background-size: cover;
	height: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5.5%;
}

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

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

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

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

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

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

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

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

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

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


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

	.texto-azul {
		color: #264374;
		font-size: 14px !important;
	}

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

	.margen-letra {
		margin-top: -20px !important;
	} 

}

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

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

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

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

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

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

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

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

	.texto-azul {
		color: #264374;
		font-size: 14px !important;
	}

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

}

.letra-tamano-18 {
	font-size: 18px;
}

.texto-azul  a {
	color: #264374;
}

.logo-home {
	margin-top: 20px;
	position: absolute;
	top: 0;
	left: 50;
	z-index: 10;
	margin-left: 48%;
}

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

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

.popover-title {
    color: #ffffff;
    background-color: #264374;
    font-size: 15px;
}
.popover-content {
    color: #000000;
    font-size: 10px;
    /*background-color: #ffaa21;*/
}

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

#mapa{
	height: 800px;
}

@media (max-width: 500px) {
	#mapa {
		height: 350px;
	}
}

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

.largo-33 {
	width: 33%;
}


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

/*Ondas carousel*/

.carousel {
    height: 400px;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*terminan ondas carousel*/

.your-class {
    width: 40%;
}

.inline-1 {
	vertical-align: middle;
}

.pointer-mouse {
	cursor: pointer;
}

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

.texto-azul {
	color: #264374;
}

.texto-shadow {
	text-shadow: 5px 1px 2px rgba(0, 0, 0, 0.6);
}

.servicios-link {
	position: absolute;
	top: 25px;
	left: 62px;
	background: none;
	border: none;
	color: #fff;
	font-size: 19px;
}

.servicios-link:hover {
	position: absolute;
	top: 25px;
	left: 62px;
	background: none;
	border: none;
	color: #aaffff;
	font-size: 19px;
	text-decoration: none;
}

.cuadro-servicios-cont{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.cuadro-servicios {
	width: 90%;
	color: #fff;
	background: transparent;
	border: 4px solid #fff;
	text-align: center;
	padding: 2px;
	position: relative;
	margin: 0 auto;
	font-size: 20px;
	margin-top: 50%;
	text-shadow: 5px 1px 2px rgba(0, 0, 0, 0.6);
}

.navbar {
	margin-bottom: 0px !important;
	border: transparent !important;
}

.btn-login {
	color: #ffffff;
	background-color: #2ecc71;
}

.mod1 {
	padding: 30px 15px;
}

.mod2 {
	padding-top: 18px;
}

.mod3 {
	margin-left: 15px;
}

.mod4 {
	margin-top: 18px !important;
}

/*slick*/
@import "compass/css3";

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    &:focus {
        outline: none;
    }
    .slick-loading & {
        background: white url(./ajax-loader.gif) center center no-repeat;
    }
    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
    &:before,
    &:after {
        content: "";
        display: table;
    }
    &:after {
        clear: both;
    }
    .slick-loading & {
        visibility: hidden;
    }
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    img {
        display: block;
        &.slick-loading {
            background: white url(./ajax-loader.gif) center center no-repeat;
            padding-bottom: 100%;
        }
    }
    display: none;
    &.dragging img {
        pointer-events: none;
    }
    .slick-initialized & {
        display: block;
    }
    .slick-loading & {
        visibility: hidden;
    }
    .slick-vertical & {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
}

/* Icons */

@charset "UTF-8";

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
    &:focus {
        outline: none;
    }
    &.slick-disabled:before {
        opacity: 0.25;
    }
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
    &:before {
        content: '\2190';
    }
}

.slick-next {
    right: -25px;
    &:before {
        content: '\2192';
    }
}

/* Dots */

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
    li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0px 5px;
        padding: 0px;
        cursor: pointer;
        button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            outline: none;
            &:focus {
                outline: none;
            }
            &:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '\2022';
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
        }
        &.slick-active button:before {
            opacity: 0.75;
        }
    }
}

/* DEMO styling/////////// */
.content {
    width: 80%;
    margin: auto;
}

.blue {
    background: #3498db;
    color: #fff;


    h3 {
        background: #fff;
        color: #3498db;
        font-size: 36px;
        line-height: 100px;
        margin: 10px;
        padding: 2%;
        position: relative;
        text-align: center;
        border: 1px solid #999;
    }
}


/* Dots */

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
    li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0px 5px;
        padding: 0px;
        cursor: pointer;
        button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            outline: none;
            &:focus {
                outline: none;
            }
            &:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '\2022';
                width: 20px;
                height: 20px;
                font-family: "slick";
                // font-size: 6px;
                font-size: 20px;
                line-height: 20px;
                text-align: center;
                // color: black;
                color: white;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
        }
        &.slick-active button:before {
            opacity: 0.75;
        }
    }
}

/*slick*/
/*Aquí terminan modificaciones mías*/