a:hover, 
a:visited, 
a:link, 
a:active { 
	text-decoration: none;
}

p{
	color:#1e1e1e;
	font-size: 16px;
	font-weight: 400; 
	font-family: 'Open Sans', sans-serif;
	text-align: justify; 
}

body{ 
	color:#1e1e1e;
	font-weight: 400; 
	font-family: 'Open Sans', sans-serif;
}

h1.h1{
	color: #005197;
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 4px;
}

h2.h2{
	color: #005197;
	font-size: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 4px;
}


.texto_inicio{
	position: relative;
	z-index: 3;
}
.interiores .texto_inicio{
    z-index: 0;
}

.servicios .marca{
	text-align: center;
}

.marca{
	color: #dd0c1b;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: left;
	margin-bottom: 0px;
}


.forma_amarilla {
	width: 83px;
	height: 2px;
	background-color: #ffe02b;
	margin: 0;
	margin-left: -10px;
}

.servicios .forma_amarilla{
	margin: 0 auto;
}





/* - -- - -- - -- - -- - -- 
-- - Estilo botones - --
- -- - -- - -- - -- - -- - */
/* Original */
.boton{
	width: 170px;
	height: 45px;
	background: #ffffff;
	margin-left: 10px;
	/*	border: 1px solid red;*/
}

.boton .btn{
	width: 100%;
	height: 100%;
	border: 0px solid #004a9d;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	background: transparent;
	border-radius: 0px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}

/* Botón banner */
.banner .hvr-shutter-out-horizontal{
	width: 200px;
	height: 55px;
}

.banner .hvr-shutter-out-horizontal .btn{
	color: #005197;
	font-size: 18px;
}

/* Botón Servicios */
.servicios .boton,
.nuevo_slider .boton {
	background: transparent;
	margin-left: 0px;
	border: 1px solid #fff;
}

.nuevo_slider .boton {
	margin-top: 45px;
}

.servicios .boton .btn{
	/*	font-size: 14px;*/
}

.servicios .hvr-shutter-out-horizontal,
.nuevo_slider .hvr-shutter-out-horizontal {
	background: transparent;
}


/* Botón Menú */
.navbar .boton {
	margin-left: 50px;
	position: relative;
	/* z-index: 30; */
	float: right;
	height: 100px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #dd0c1b;
}

.barra_reducida .navbar .boton {
	height: 90px;
}

.boton.boton_menu {
	width: 315px;
	padding-right: 50px;
	margin-right: -20px;

}

.boton.boton_menu .btn {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	margin-right: -30px;
}

.boton .btn img{
	height: 30px;
	margin-right: 15px;
}


/* Botón Menú */
.boton.boton_menu .btn {
	width: 290px;
	height: 75px;
	color: #fff;
	border: 0;
	padding: 10px 20px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	white-space: normal;
	text-align: left;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}



.barra_reducida .boton.boton_menu .btn {
	height: 65px;
	width: 280px;
}

/* Botón Parallax */


/* Botón Parallax */
.zona_destacada .boton {
	text-align: left;
	margin-top: 50px;
}

.zona_destacada .boton .btn{
	color: #7574ac;
	background: #fff;
}


/* Efecto del botón - Shutter Out Horizontal */
.hvr-shutter-out-horizontal, .btn-corporativo, .btn-corporativo2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #005197;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
}

.banner .hvr-shutter-out-horizontal {
	background: #fff;
}

.hvr-shutter-out-horizontal:before,
.servicios .boton.hvr-shutter-out-horizontal:before, .btn-corporativo:not(.desactivado):before, .btn-corporativo2:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #dd0c1b;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.boton.boton_menu.hvr-shutter-out-horizontal:before {
	background: #005197;
}

.boton.boton_azul.hvr-shutter-out-horizontal:before, .btn-corporativo2:before {
	background: rgba(0, 81, 151, 0.8);
}

.boton.boton_amarillo.hvr-shutter-out-horizontal:before {
	background: rgba(255, 224, 43, 0.8);
}

.boton.boton_rojo.hvr-shutter-out-horizontal:before, .btn-corporativo:before {
	background: rgba(221, 12, 27, 0.8);
}

.hvr-shutter-out-horizontal:hover .btn,
.hvr-shutter-out-horizontal:focus .btn, 
.hvr-shutter-out-horizontal:active .btn{
	color: #fff;
}


.zona_destacada .boton .btn.hvr-shutter-out-horizontal:hover,
.zona_destacada .boton .btn.hvr-shutter-out-horizontal:focus, 
.zona_destacada .boton .btn.hvr-shutter-out-horizontal:active {
	color: #fff;
}

/*
.banner .boton .hvr-shutter-out-horizontal:hover,
.boton.color_blanco .hvr-shutter-out-horizontal:hover,
.banner .boton .hvr-shutter-out-horizontal:focus, 
.boton.color_blanco .hvr-shutter-out-horizontal:focus, 
.banner .boton .hvr-shutter-out-horizontal:active,
.boton.color_blanco .hvr-shutter-out-horizontal:active {
color: #004a9d;
}
*/

.hvr-shutter-out-horizontal:hover:before, 
.hvr-shutter-out-horizontal:focus:before, 
.hvr-shutter-out-horizontal:active:before,
.btn-corporativo:hover:before,
.btn-corporativo:focus:before,
.btn-corporativo:active:before,
.btn-corporativo2:hover:before,
.btn-corporativo2:focus:before,
.btn-corporativo2:active:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.servicios .boton.hvr-shutter-out-horizontal:hover:before, 
.servicios .boton.hvr-shutter-out-horizontal:focus:before, 
.servicios .boton.hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* - -- - -- - -- - -- - -- 
-- - Fin Estilo botones - --
- -- - -- - -- - -- - -- - */




/* -- circulos -- */
.wrapper-flex,.wrapper-flex-mobile{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-box;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;

	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}


/* -- row -- */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
	content: normal;
}



.separa-5{
	height: 5px;
}

.separa-10{
	height: 10px;
}

.separa-20{
	height: 20px;
}

.separa-40{
	height: 40px;
}

.separa-30{
	height: 30px;
}

.separa-50{
	height: 50px;
}


.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

.centrado{
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.centrado.izquierda{
	justify-content: flex-start;
}

.centrado.derecha{
	justify-content: flex-end;
}

.animacion{
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
}

.limitar_2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.limitar_3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.limitar_4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.limitar_9{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.caja{
	overflow: hidden;
}



/* --- --- --- 
--- HEADER ---
--- --- --- ---*/
header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}



.barra_ampliada{ 
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 90;
	top: 0;
}


.barra_reducida{ 
	position: fixed;
	width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 90;
	top: 0;
}

.navbar-fixed-top {
	background-color: transparent;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
}

.barra_reducida .navbar-fixed-top {
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
}

.barra_reducida .navbar-fixed-top {
	transform: translateY(0px);
}


/* -- -- -- -- -- -- -- Menú -- -- -- -- -- -- -- */
.total_menu {
	background-color: transparent;
	/*
	-webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
	*/
	border-bottom: 20px solid rgba(255, 255, 255, 0.4);
}

.barra_reducida .total_menu  {
	border-bottom: 10px solid rgba(255, 255, 255, 0.4);
}

.menu_principal{
	background-color: #fff;
}

.total_menu .container-fluid {
	padding-right: 0px;
	padding-left: 25px;
}

.forma_logo {
	position: absolute;
	top: 0px;
	left: -0px;
	height: 152px;
	z-index: 1;
}

.barra_reducida .forma_logo {
	filter: drop-shadow(0px 9px 8px rgba(0, 0, 0, 0.1));
	height: 130px;
}


.barra_reducida .forma_header {
	top: -20px;
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
}

/*
.rectangulo_redondeado_girado {
width: 393px;
height: 380px;
background-color: #59c1bb;
border-radius: 48px;
position: absolute;
bottom: calc(100% - 142px);
left: calc(100% - 394px);
z-index: 2;
-webkit-transform: rotate(45deg) skew(15deg, 15deg);
-moz-transform: rotate(45deg) skew(15deg, 15deg);
-ms-transform: rotate(45deg) skew(15deg, 15deg);
-o-transform: rotate(45deg) skew(15deg, 15deg);
transform: rotate(-8deg) skew(10deg, 4deg);
}
*/


/* -- -- -- -- -- -- -- Menú -- -- -- -- -- -- -- */
.cabecera {
	padding-bottom: 0;
	position: absolute;
	right: -55px;
	top: 100%;
	background-color: #ffe12b;
	background-color: transparent;
	/*	border: 1px solid red;*/
	z-index: 0;

	/*
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	*/
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	animation-duration: 1.2s;
	animation-delay: 0.3s;
}


.barra_reducida .cabecera {
	transform: translateX(100%);
}

.alineado_alejado {
	/* height: 40px; */
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	width: max-content;
	position: relative;
	z-index: 2;
	padding-left: 20px;
}

.cabecera .icono_texto{
	margin-right: 40px;
	height: 44px; 
}

.cabecera .icono_texto:last-child{
	margin-right: 100px;
}

.cabecera .icono_texto img{
	height: 20px;
	margin-right: 10px;
}

.cabecera .icono_texto p{
	color: #005197;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	margin: 0;
}

.forma_cabecera_inferior {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 162px;
}

.barra_reducida .forma_cabecera_inferior {
	transform: translateX(100%);
}

.relleno_cabecera {
	height: 100%;
	width: calc((100vw - 1170px)/2);
	position: absolute;
	top: 0px;
	left: calc(100% - 1px);
	background-color: #7474ac;
}

.relleno_cabecera_redondo {
	height: 100%;
	width: 40px;
	position: absolute;
	top: 0px;
	right: calc(100% - 1px);
	background-color: #7474ac;
	border-bottom-left-radius: 100px;
}

/* -- -- -- Menu Principal -- -- -- -- */
.navbar {
	border-radius: 12px;
	border: 0;
	background-color: #fff;
	position: relative;
	top: 0;
	margin: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.navbar-brand {
	height: 100px;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;


}

.barra_reducida .navbar-brand {
	height: 90px;
}

.navbar-brand>img {
	display: initial;
	display: inherit;
}

.navbar-brand>img {
	height: 65px;
	/* padding-left: 20px; */
	position: relative;
	top: 2px;
	z-index: 4;
}

.barra_reducida .navbar-brand>img {
	height: 55px;
}

.navbar-right {
	margin-right: -0px;
}

.navbar-default .navbar-nav>li>a {
	color: #333333;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: 28px 15px 28px;
	margin: 0 5px 0px;
}

.barra_reducida .navbar-default .navbar-nav>li>a {
	padding: 20px 15px 20px;
	margin: 0 5px 0px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #005197;
	background-color: transparent;
	font-weight: 400;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #005197;
	background-color: transparent;
	font-weight: 700;
}


.paralelogramo {
	width: 100%;
	height: 100%;
	/* border: 3px solid #555; */
	background: #d9f0fa;
	-webkit-transform: skew(12deg);
	-moz-transform: skew(12deg);
	-ms-transform: skew(12deg);
	-o-transform: skew(12deg);
	transform: skew(12deg);
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.navbar-default .navbar-nav>li:focus .paralelogramo, 
.navbar-default .navbar-nav>li:hover .paralelogramo {
	opacity: 1;
}

.menu_principal .navbar-nav>li.active .paralelogramo, 
.menu_principal .navbar-nav>li.active .paralelogramo, 
.menu_principal .navbar-nav>li.active .paralelogramo{
	opacity: 1;
}

.menu_principal .navbar-nav>li>a.hover-horizontal:hover, 
.menu_principal .navbar-nav>li>a.hover-horizontal:focus,
.menu_principal .navbar-nav>li>a.hover-horizontal:active,
.menu_principal .navbar-nav>li.active .hover-horizontal,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:hover,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:focus,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:active{
	color: #005197;
}
.menu_principal .navbar-nav>li>a.hover-horizontal:hover:before, 
.menu_principal .navbar-nav>li>a.hover-horizontal:focus:before, 
.menu_principal .navbar-nav>li>a.hover-horizontal:active:before,
.menu_principal .navbar-nav>li.active .hover-horizontal:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:hover:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:focus:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:active:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.nav>li>a>img {
	max-width: none;
	height: 20px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
	color: #005197;
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a .paralelogramo,
.navbar-default .navbar-nav>.open>a:focus .paralelogramo, 
.navbar-default .navbar-nav>.open>a:hover .paralelogramo {
	opacity: 1;
}

.dropdown-menu {
	top: calc(100% - 0px);
	padding: 0px 0;
	margin: 0px 0 0;
	font-size: 16px;
	background-color: transparent;
	border: 0;
	border-radius: 4px;
	overflow: hidden;
}

.dropdown-menu>li {
	border-bottom: 1px dotted #bddbe8;
	background-color: #d9f0fa;
}

.dropdown-menu>li:last-child {
	border-bottom: 0px dotted #c0e6f8;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
}

.dropdown-menu>li>a {
	color: #005197;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: none;
	padding: 12px 20px;
	width: 100%;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #b8e1f3;
}



/* -- -- -- Section banner -- -- -- */
#banner-slider ul{
	padding: 0;
	margin: 0;
}

#opinion-slider ul{
	padding: 0;
	margin: 0;
}

.superpuesto {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, 0.46);
	z-index: 1;

}

.banner .caja_texto {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;

}

.puntitos_negros {
	height: 170px;
	position: absolute;
	top: 100px;
	z-index: 2;
	left: 0px;
}

.forma_banner {
	position: absolute;
	bottom: -86px;
	left: -10px;
	width: calc(100% + 20px);
	z-index: 2;
}

.banner .caja_texto .container {
	height: 100%;

}

.banner {
	width: 100%;
	height: 940px;
	position: relative;
	background-color: #fff;
}

.slider {
	width: 100%;
	height: 940px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/* - -- texto banner -- -*/
.texto_banner {
	width: 100%;
	height: calc(100% - 114px);
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 114px;
	position: relative;
	z-index: 3;
}

.texto_banner>div {
	width: 100%;
}

.texto_banner p {
	color: #fff;
	font-size: 40px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 0px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
}

.texto_banner p.enunciado {
	font-size: 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 65px;
	margin-bottom: 22px;
	text-transform: uppercase;
}



/* - -- fin texto banner -- -*/





/* - -- estilo de las flechas -- -*/
.splide__slide img {
	vertical-align: bottom;
	height: 250px;
}

.splide__arrows {
	position: absolute;
	top: calc(50%);
	right: 0px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	/*    border: 1px solid red;*/
	z-index: 2;
	width: 100%;
}


.splide__arrow--prev {
	left: 0;
}
.project-arrow-prev{
    left: 30px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.splide__arrow--next {
	right: 0;
}
.project-arrow-next{
    display: block !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.project-arrow svg{
    height: 2em !important;
    width: 2em !important;
}
.project-arrow svg *{
    fill: #015196;
}

.splide__arrow {
	z-index: 1;
	opacity: 1;
	transform: translateY(0);
	border-radius: 0px;
	border: none;
	padding: 0;
	height: 50px;
	width: 50px;
	margin: 0px 13px;
	position: relative;
	background-color: rgb(255 255 255);
	top: 0px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/* left: -25px; */
}

.crece_svg svg {
	height: 26px;
	width: 26px;
	fill: red;
}
/* - -- estilo de las flechas -- -*/

/* -- -- -- fin Section banner -- -- -- */



/* -- -- -- Section Servicios -- -- -- */
.abuelo_caja{

}

.padre_caja{
	overflow: hidden;
	/*	border: 1px solid red;*/
}

.caja_servicios,
.servicios .infor_hover .padding{
	-webkit-transform: skew(7deg);
	-moz-transform: skew(7deg);
	-ms-transform: skew(7deg);
	-o-transform: skew(7deg);
	transform: skew(7deg);
}

.padre_caja,
.servicios .infor_hover{
	transform: translateY(0%);
	-webkit-transform: skew(-7deg);
	-moz-transform: skew(-7deg);
	-ms-transform: skew(-7deg);
	-o-transform: skew(-7deg);
	transform: skew(-7deg);
}

.caja_para_cuadro {
	height: 100%;
	width: 100%;
	position: absolute;
	/*	border: 1px solid red;*/
	top: 0px;
}



.cuadro_color {
	height: 5px;
	width: 200px;
	background-color: #005197;
	position: absolute;
	bottom: 70px;
	left: -21px;
	-webkit-transform: skew(-8deg);
	-moz-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	-o-transform: skew(-8deg);
	transform: skew(-8deg);
}


.cuadro_color.color_amarillo {
	background-color: #ffe02b;
}

.cuadro_color.color_rojo {
	background-color: #dd0c1b;
}



.servicios .degradado_flechas {
	height: 100%;
	width: 380px;
	position: absolute;
	top: 0px;
	/* border: 1px solid red; */
	z-index: 1;
}

.degradado_izquierda {
	left: 0px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.12) 88%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.12) 88%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.12) 88%,rgba(255,255,255,0) 100%);
}

.degradado_derecha {
	right: 0px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.12) 12%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.12) 12%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.12) 12%,rgba(255,255,255,1) 100%);
}

.caja_servicios {
	width: calc(100% - 36px);
	width: 100%;
	/*	overflow: hidden;*/
	height: 265px;
	/*	border: 1px solid red;*/
}



.rectangulo_corte {
	width: 150px; 
	height: 100px; 
	border: 3px solid #555; 
	background: #428bca;

}

.servicios .padre_imagen {
	width: 120%;
	height: 100%;
	/* overflow: hidden; */
	left: -33px;
	position: relative;
}

.servicios .padre_imagen .imagen{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/*	overflow: hidden;*/
}

.servicios .filtro_rosa{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(51, 51, 51, 0.65);
}

/*
.servicios_2 .padre_imagen .imagen:after {
content: "";
padding-top: 88%;
display: block;
}
*/

.servicios .infor,
.servicios .infor_hover{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	opacity: 1;
}

.servicios .infor_hover{
	background-color: rgba(0, 81, 151, 0.6);
	opacity: 0;
}

.servicios .infor .padding,
.servicios .infor_hover .padding{
	height: 100%;
	width: 100%;
	padding: 30px 22px;
	align-items: center;
	text-align: center;
}

.servicios .infor .padding p,
.servicios .infor_hover .padding p{
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;

}

.servicios .icono_categoria{
	height: 56px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.servicios .infor .padding p.nombre,
.servicios .infor_hover .padding p.nombre{
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	z-index: 1;
	position: relative;
	line-height: 26px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.servicios .infor_hover .padding p.nombre{
	margin-bottom: 30px;
}


.servicios .caja_texto_info {
	height: 41px;
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
	margin-bottom: 30px;
}

.servicios .padre_imagen .infor_hover .padding p.info{
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 400;
	margin-bottom: 0;
}

.caja_servicios:hover .filtro_rosa{
	background-color: rgba(1, 35, 99, 0.75);
}

.abuelo_caja:hover .infor,
.abuelo_caja:hover .cuadro_color{
	opacity: 0;
}

.abuelo_caja:hover .infor_hover{
	opacity: 1;
}

/* -- -- -- fin Servicios -- -- -- */






/* -- -- --  Actividad -- -- -- */
.actividad .container{
	width: 1190px;	
}

.forma_actividad{
	position: absolute;
	width: calc(100% + 10px);
	left: -10px;
	bottom: calc(100% - 1px);
	opacity: 1;
	z-index: 20;
}



.actividad .row>div{
	padding: 0 0px;
}

.actividad .informacion {
	margin-right: 20px;
	text-align: left;
	line-height: 24px;
	margin-bottom: 60px;
}

.actividad .padre_imagen {
	width: 610px;
	height: 510px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	right: 30px;
}

.actividad .padre_imagen .imagen{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    border: 3px solid #FFF;
}

.marco_imagen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
/*	border: 1px solid red;*/
	z-index: 2;
}


/* -- -- -- fin Actividad -- -- -- */



/* -- -- -- Section Zona destacada -- -- -- */
.zona_destacada .fondo{
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.puntitos {
	position: absolute;
	height: 230px;
	z-index: 2;
}

.puntitos.puntitos_derecha {
	bottom: 0px;
	right: 0px;
}

.puntitos.puntitos_izquierda {
	top: 0px;
	left: 0px;
}

.zona_destacada .container{
	position: relative;
	z-index: 3;
}

.filtro_negro{
	height: 100%;
	width: 100%;
	background-color: #dd0c1b;
	position: absolute;
	top: 0px;
	opacity: 0.75;
}

.padre_info_superpuesta {
	position: relative;
	z-index: 3;
}

.padre_info_superpuesta .row>div {
	margin: 72px 0;
	padding: 0px 15px;
	justify-content: flex-start;
}

.padre_info_superpuesta .row>div:last-child {
	border-right: 0px;
}

.padre_info_superpuesta .iconos_info{
	display: block;
	text-align: center;
}

.padre_info_superpuesta .iconos_info img {
	height: 60px;
	margin-bottom: 30px;
}

.padre_info_superpuesta .iconos_info p{
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0px;
}

.padre_info_superpuesta .iconos_info p:first-child {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 20px;
}
/* -- -- -- fin Section Zona destacada -- -- -- */



/* -- -- -- -- -- -- -- Trabajos -- -- -- -- -- -- -- */
.trabajos{
	position: relative;
	background-color: #e5f2fe;
}

.trabajos .container-fluid{
	padding: 0px;
}


/* texto derecha */
.caja_introduccion_apartamentos {
	width: 640px;
	height: 640px;
	/*    background-color: #e8f9fd;*/
	/*    border: 1px solid red;*/
	position: relative;
	top: 0px;
	left: 0px;
}

.caja_introduccion_apartamentos .padding {
	padding: 50px 60px 80px 80px;
	height: 100%;
	align-items: center;
}

.caja_introduccion_apartamentos .padding p.info_previa {
	margin-bottom: 70px;
	margin-top: 38px;
}

.simbolo_blanco {
	height: 244px;
	position: absolute;
	bottom: -45px;
	right: -5px;
	z-index: 30;
	/*    border: 1px solid red;*/
	transform: rotate(-6deg);
}

/* fin texto derecha */

.padre_abtracto {
	width: calc(100% - 640px);
	position: absolute;
	top: 0px;
	left: 640px;
}

.caja_objeto {
	/*	margin: 20px 13px 20px;*/
	padding: 0px;
	/*	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);*/
	/*	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);*/
	/*     border: 1px solid red; */
	/*	border-bottom-left-radius: 20px;*/
	/*	border-bottom-right-radius: 20px;*/
	overflow: hidden;
}

.padre_abtracto .padre_foto{
	width: 100%;
	height: 640px;
	padding: 0px 0px;
	position: relative;
}

.padre_abtracto .padre_foto .foto_trabajo{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/*
.padre_abtracto .padre_foto .foto_trabajo:after {
content: "";
padding-top: 159%;
display: block;
}
*/

.texto_inicial,
.texto_inicial.texto_hover{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0px;
	left: 0px;
	opacity: 1;

	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
}

.texto_inicial.texto_hover{
	opacity: 0;
}


.caja_objeto.caja_gris .texto_inicial {
	background-color: rgba(51, 51, 51, 0.55);
}

.caja_objeto.caja_gris .texto_inicial.texto_hover {
	background-color: rgba(51, 51, 51, 0.85);
}

.caja_objeto.caja_azul .texto_inicial {
	background-color: rgba(0, 81, 151, 0.55);
}
.caja_objeto.caja_azul .texto_inicial.texto_hover {
	background-color: rgba(0, 81, 151, 0.85);
}


.texto_inicial .padding {
	width: 100%;
	padding: 78px 35px;
}

.caja_resumen{
	height: 193px;
	overflow: hidden;
}

.texto_inicial p{
	color: #fff;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	margin-bottom: 0px;
}

.texto_inicial .caja_categoria_proyecto {
	height: 44px;
}

.texto_inicial.texto_hover .caja_categoria_proyecto {
	margin-bottom: 16px;
}

.texto_inicial p.servicio {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin-bottom: 28px;
	line-height: 12px;
}

.texto_inicial p.categoria_proyecto {
	color: #ffffff;
	font-size: 19px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 22px;
}



.caja_objeto:hover .texto_inicial{
	opacity: 0;
}

.caja_objeto:hover .texto_inicial.texto_hover {
	opacity: 1;
}


/* -- --  estilo de splide --  -- */

.splide__slide img {
	vertical-align: bottom;
	height: 250px;
}


/* - - estilo flechas - - */
.splide__arrows {
	position: absolute;
	top: calc(50% - 32.5px);
	left: 0px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/*    border: 1px solid red;*/
	z-index: 2;
	width: 100%;

}

.splide__arrow {
	z-index: 1;
	opacity: 1;
	transform: translateY(0);
	border-radius: 50%;
	border: none;
	padding: 0;
	height: 45px;
	width: 45px;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.6);
	background-color: #f8e12e;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
	top: calc(50% - 40px);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
}

.splide__arrow.splide__arrow--next {
    position: absolute;
    top: 0px;
    right: 30px;
    display: none;
}

.splide__arrow.splide__arrow--prev {
    position: absolute;
    top: 0px;
    left: -23px;
}

.crece_svg svg {
	height: 26px;
	width: 26px;
	fill: #4384B9;
}
/* -- --  fin estilo de splide --  -- */




/* -- -- -- Blog -- -- -- */
.noticias{
	background-color: #f2f6fa;	
}


.noticias .container{
	position: relative;
	z-index: 2;
}

.noticias .row>div{
	padding: 14px 15px;
}

.caja_entrada a.centrado{
	width: 100%;
}

.caja_entrada a>div{
	height: 100%;
}

.caja_entrada a>div:first-child{
	padding-left: 0px;
}

.caja_entrada a>div:last-child{
	padding-right: 0px;
}


.caja_entrada {
	background-color: #ffffff;
	/* border-bottom-left-radius: 22px; */
	/* border-bottom-right-radius: 22px; */
	/* overflow: hidden; */
	/* height: 604px; */
	line-height: 0px;
}


.caja_entrada.entrada_corta {
	height: 288px;
	width: 100%;
}

.padre_imagen_noticia{
	width: 100%;
	height: 314px;
}

.entrada_corta .padre_imagen_noticia {
	height: 288px;
}

.imagen_noticia{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*
.padre_imagen_noticia .imagen_noticia:after {
content: "";
padding-top: 73%;
display: block;
}
*/

/* Shine */
.padre_imagen_noticia, .padre_imagen {
	position: relative;
}
.padre_imagen{
    overflow: hidden;
}
.shine::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.caja_entrada:hover .shine::before,.proyecto:hover .shine::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.informacion{
	background-color: #ffffff;
}


.informacion .padding {
	padding: 30px 30px 30px 0px;
}

.fecha_imagen {
	margin-bottom: 16px;
}

.fecha_imagen img {
	height: 18px;
	margin-right: 14px;
}

.fecha_imagen p{
	color: #005197;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0px;

}


.informacion .titular {
	color: #005197;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
	line-height: 24px;
}

.entrada_corta .informacion .caja_titular{
	height: 48px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.entrada_corta .informacion .titular {
	margin-bottom: 0px;
	margin-top: 0px;
}


.caja_entrada .caja_resumen {
	height: 72px;
}


.informacion .resumen {
	color: #005197;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	margin-bottom: 0px;
}

.linea_blanca_separa{
	height: 1px;
	width: 100%;
	background-color: #f5b6ba;
}

.caja_entrada .boton .btn {
	width: 100%;
	height: 58px;
	padding: 6px 12px;
	color: #f55d45;
	font-size: 16px;
	margin-bottom: 0px;
	font-family: 'Open Sans';
	font-weight: 600;
	border: 0px;
	border-radius: 0px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	z-index: 2;
	position: relative;
}

.{
	background-color: #fbf1ef;    
}

.caja_entrada .fondo_color{
	width: 100%;
	height: 58px;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: translateY(calc(100% - 6px));
	background-color: #f55d45;
	/*        z-index: -1;*/
}

.boton:hover .fondo_color,
.boton:focus .fondo_color,
.boton:active .fondo_color{
	transform: translateY(0%);
}

.caja_entrada:hover .fondo_color{
	transform: translateY(0%);
}

.caja_entrada:hover .boton .btn{
	color: #fff!important;
}



/* -- -- -- Fin Blog -- -- -- */





/* FOOTER */

footer{
	background-color: #005197;

}

.caja_magica {
	position: absolute;
	width: 100%;
	bottom: calc(100% - 185px);
	left: 0px;
/*	border: 1px solid red;*/
	overflow: hidden;
}

.caja_oculta img{
    max-width: 100%;
    opacity: 0;
}

.imagen_pie {
	position: relative;
	/* top: 0px; */
	width: calc(100% + 20px);
	left: -10px;
}

.pie_superior{
	position: relative;
	z-index: 3;
}

footer .pie_superior_info{
	align-items: flex-start;
}

.linea_roja_separa{
	width: 1px;
	height: 200px;
	background-color: #3374ac;
}

.resumen_pie{
	width: 330px;
	padding-right: 30px;
}

.sedes.menu_web{
	width: 200px;
}

.sedes.menu_info{
	width: 330px;
}

.sedes.contacto{
	width: 230px;
	margin-left: 50px;
}


.logo_pie{
	margin-bottom: 30px;
}

.logo_pie img {
	height: 70px;
}

.resumen_pie p{
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}

.sedes.contenido.menu_web {
	padding-left: 30px;
}

.sedes.contenido.menu_info {
	padding: 0px 40px;
}

.menu_vertical a,
.menu_vertical a p,
.menu_vertical p{
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: left;
}



.menu_vertical a:hover p{
	color: #516723;
}

/*
.menu_vertical a:nth-child(even):hover p {
color: #da251d;
}
*/


.menu_pie p,
.menu_pie p a{
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
	text-align: center;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 400;
	transition: all .2s ease-in-out;
	padding: 40px 0 33px;
}

.menu_pie p a:active,
.menu_pie p a:hover{
	color: #6f6b6b;
}

.icono_con_texto svg *{
    fill: #FFFFFF !important;
}

.icono_con_texto img, .icono_con_texto svg{
	height: 20px;
	margin-right: 12px;
}

.icono_con_texto a:hover img, .icono_con_texto a:hover svg{
	transform: scale(1.2);
}


.icono_con_texto {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
}

.icono_con_texto p{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin: 0;
	line-height: 24px;
}



.pie_inferior .container{
	position: relative;
	z-index: 2;
}

.pie_inferior .centrado  {
	width: 100%;
	justify-content: space-evenly;
}


.pie_firma{
	background-color: #00427b;
}


.menu_pie p, 
.menu_pie p a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	transition: all .2s ease-in-out;
	padding: 22px 0 20px;
	line-height: 28px;

}

.menu_pie p a:active,
.menu_pie p a:hover{
	color: #c2000c;
}



.copi,
.desarrollo,
.desarrollo a{
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
	transition: all .2s ease-in-out;
	margin: 20px 0px;
}

.desarrollo a:hover{
	color: #101010;
}

.menu_pie p a,
.desarrollo a{
	margin: 0;
	padding: 0;
}


/************************************
*  INSTAGRAM WIDGET   *
************************************/

.instagram-widget>div{position:relative; padding-top:calc(100vw / 6); width: 100%; overflow: hidden;}
.instagram-widget iframe{border:none !important; overflow:hidden !important; position:absolute !important; top:0 !important; left:0 !important; width:100% !important; height: 100% !important;}


/************************************
* FIN INSTAGRAM WIDGET   *
************************************/






.saber_mas .boton .btn {
	height: auto;
	width: 100%;
	font-size: 16px;
	white-space: initial;
	text-align: center;
	padding: 15px;
}





/*-- manto movil --*/
#manto-movil {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: -1;
}

#manto-movil.toogled {
	z-index: 30;
}

/*********************************
*            INTERIORES          *
*********************************/

.interiores {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
    background: #f2f6fa;
}
.separa-color{background: #f2f6fa;}

#swipebox-overlay {
    background: #0d0d0ddb;
}
/*Detalle producto*/
.breadcrumb>li {
    font-size: 13px;
}
.tag_option{margin: 5px;color: #000}
.tag-circle{
    height: 42px;width: 42px;border-radius: 100%;display: inline-block;justify-content: center;align-items: center;border: 2px solid #fff;overflow: hidden; border: 2px solid #f5f5f5;
}

.tag-circle img{height: 40px;width: 40px;border-radius: 40px; object-fit: contain;}

.tag_bloque{
    height: 40px;width: 70px;display: inline-flex;background-color: #f5f5f5;justify-content: center;align-items: center
}

.tag-circle.active{
    border: 2px solid #000;
}

.tag_bloque.active{background-color: #005197;}
.tag_option.active a{color: #fff;}

.foto_principal .imagen{width: 100%;background-position: center;background-size: contain;background-repeat: no-repeat;border: 1px solid #f5f5f5}
.foto_principal.mini .imagen{height: 444px; background-size: cover;}

.foto_principal .lupa{
    position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: rgba(0,0,0,0.5);opacity: 0;transition: 300ms all linear;color: #fff;font-size: 40px
}

.foto_principal .lupa:hover{
    opacity: 1;
}

.quantity{
    border: 2px solid #005197;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.quantity label{
    display: inline-block;
    padding: 0 20px;
    color: #005197;
}

.quantity-controls .fa{
    color: #005197;
}

.quantity-controls{
    display: inline-block;
    position: relative;
}

.quantity-controls span{
    color: #888;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    width: 26px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;

    color: #171717;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.quantity-controls span.right{
    right: 0;
    text-align: left;
}

#productos>div {
    padding-right: 23px;
    padding-left: 23px;
}

#cantidad{
    border: 0;
    font-family: inherit;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    margin: 0 26px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 40px;
    -webkit-appearance: none;

    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.otros_productos h2, .otros_productos h3{color: #005197; font-weight: 500;font-family: 'Oswald', sans-serif;}

.botones_carro{
    width: calc( 100% - 225px );
    float: right;
}
.botones_carro.grande{width: 100%;}

.btn_love img{height: 30px;width: 30px}

.btn-filtro{height: 34px; width: 100%; margin-bottom: 15px; border-radius: 4px;}

.botones_carro .btn-tam{height: 52px; width: 100%;}
transform: translateY(-10px);
}

.descarga.uno:hover .btn{
    color: #fff;
    background-color: #005197;
}

.descarga.dos:hover .btn{
    color: #005197;
    background-color: #e8d6fb;
}
.mayorista{
    color: #005197;background-color: #e8d6fb;border: 2px solid #005197;padding: 16px 14px;
    text-align: center;font-weight: 600;
}
.btn-corporativo { 
    color: #ffffff; 
    background-color: #005197; 
    border: 0;
    
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
}

.btn-corporativo:before{
    border-radius: 5px;
}
 
.btn-corporativo:hover, 
.btn-corporativo:focus, 
.btn-corporativo:active, 
.btn-corporativo.active, 
.open .dropdown-toggle.btn-corporativo { 
  color: #ffffff; 
} 
 
.btn-corporativo:active, 
.btn-corporativo.active, 
.open .dropdown-toggle.btn-corporativo { 
  background-image: none; 
} 
 
.btn-corporativo.disabled, 
.btn-corporativo[disabled], 
fieldset[disabled] .btn-corporativo, 
.btn-corporativo.disabled:hover, 
.btn-corporativo[disabled]:hover, 
fieldset[disabled] .btn-corporativo:hover, 
.btn-corporativo.disabled:focus, 
.btn-corporativo[disabled]:focus, 
fieldset[disabled] .btn-corporativo:focus, 
.btn-corporativo.disabled:active, 
.btn-corporativo[disabled]:active, 
fieldset[disabled] .btn-corporativo:active, 
.btn-corporativo.disabled.active, 
.btn-corporativo[disabled].active, 
fieldset[disabled] .btn-corporativo.active { 
  background-color: #005197; 
  border-color: #005197; 
}

.btn-corporativo2 { 
    color: #ffffff; 
    background-color: #DD0C1B; 
    border: 0; 
    
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border: 0px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px

    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
} 
 
.btn-corporativo2:before{
    border-radius: 10px;
}

.btn-corporativo2:hover, 
.btn-corporativo2:focus, 
.btn-corporativo2:active, 
.btn-corporativo2.active, 
.open .dropdown-toggle.btn-corporativo2 { 
  color: #ffffff; 
  background-color: #DD0C1B; 
  border-color: #DD0C1B; 
} 
 
.btn-corporativo2:active, 
.btn-corporativo2.active, 
.open .dropdown-toggle.btn-corporativo2 { 
  background-image: none; 
} 
 
.btn-corporativo2.disabled, 
.btn-corporativo2[disabled], 
fieldset[disabled] .btn-corporativo2, 
.btn-corporativo2.disabled:hover, 
.btn-corporativo2[disabled]:hover, 
fieldset[disabled] .btn-corporativo2:hover, 
.btn-corporativo2.disabled:focus, 
.btn-corporativo2[disabled]:focus, 
fieldset[disabled] .btn-corporativo2:focus, 
.btn-corporativo2.disabled:active, 
.btn-corporativo2[disabled]:active, 
fieldset[disabled] .btn-corporativo2:active, 
.btn-corporativo2.disabled.active, 
.btn-corporativo2[disabled].active, 
fieldset[disabled] .btn-corporativo2.active { 
  background-color: #DD0C1B; 
  border-color: #DD0C1B; 
} 
 
.btn-corporativo2 .badge { 
  color: #DD0C1B; 
  background-color: #ffffff; 
}
 
.btn-corporativo .badge { 
  color: #005197; 
  background-color: #ffffff; 
}
.btn-lg.btn-corporativo{
    padding: 18px 30px;

}
.btn-corporativo .btn-carro_portada img{height: 20px;width: 20px;margin-right: 15px;border-radius: 0;}
.btn-comprar{border: 0;}

.btn-grandotes{padding: 15px}
/*MENU VIEJO
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 213px;
    left: -15px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 14px;
}
*/
.desactivado{
    opacity: 0.6;
}
.acceso a{
    color: #fff;
}
.lista_productos .btn_love img, .bienvenida .btn_love img{
    filter: brightness(0) invert(1);
    height: 22px;
    width: 22px;
}

.left .caja_redes a{
    width: 45px;
    height: 45px;
}
.btn-corp{background-color: #252522;color: #fff !important; border: 0;}

.btn-default-formulario{background-color: #c6c6c6;color: #fff !important}

.nav-botones{border: none;}

.nav-botones>li>a{
    background-color: #fff;border-radius: 0px;margin: 0px 10px;color: #78c74a;border: 2px solid #005197;
}

.nav-botones>li>a:focus, .nav-botones>li>a:hover{
    background-color: #f5f5f5;color: #78c74a;border: 2px solid #005197;
}

.nav-botones>li.active>a, .nav-botones>li.active>a:focus, .nav-botones>li.active>a:hover{
    background-color: #005197;color: #fff;border: 2px solid #005197;
}

h1#title_prod{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;color: #005197;
    font-size: 24px;margin-top: 0px
}
h3.categoria{
    font-size: 18px;text-transform: uppercase;font-weight: 300;
    font-family: 'Poppins', sans-serif;margin-top: 0px
}

span.precio{font-size: 24px;font-family: 'Open Sans',sans-serif;color: #005197;font-weight: 400}

.titulotag{font-weight: 400}

.videos_responsive{
    width: 600px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;}

ul.columnas-detalle{
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

.otras_fotos .imagen{
    height: 150px;width: 100%;background-size: cover;background-position: center;
}

.breadcrumb{margin: 0;background-color: transparent}
.breadcrumb li a{text-transform: capitalize;color: #000}

.precios .tachado{text-decoration-line: line-through;}

/***PROGRAMAS***/
/*
.cabecera {
background-color: #78c74a;
border: solid 0px #fff;
color: #fff;
padding: 5px;
font-size: 14px;
}
*/

.fila1 {
    background-color: #d9ebd9;
    border: solid 2px #fff;
    padding: 8px;
}

.fila2 {
    background-color: #fff;
    border: solid 2px #fff;
    padding: 8px;
}

.mini_icono_text {
    margin-top: 4px;
    font-size: 24px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


.lista_productos .fa{    color: #005197;}

.mini_icono_text .fa-download{
    color: #005197;
}


.fecha_archivos{
    font-size: 14px;margin: 5px;   
}

.elementos_desc>div:nth-child(even){ background-color: #d9ebd9 }
.elementos_desc .text_content {margin: 10px 0px}
.elementos_desc .text_content p {margin: 0px}
.elementos_desc p.fecha_archivos {text-align: center}
/**************************
SWIPEBOX
**************************/

.cuadro_fotos{
    padding-top: 15px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
}
.cuadro_fotos .foto_principal{background-color:#fff;margin-bottom:15px}
.cuadro_fotos .galeria{padding:30px 15px;background-color:#3b3b3b}
.swipebox .imagen{width:100%;background-size:contain;background-repeat:no-repeat;background-position:center}
/*.swipebox .imagen:after{content:'';padding-top:66.66%;display:block}*/
.swipebox .imagen:after{content:'';padding-top:100%;display:block}
.padre_imagen .imagen{content:'';padding-top:100%;display:block}
.btn-precio{padding:0}
.foto_color .imagen{float:left;height:75px;width:75px;background-size:contain;background-position:center;background-repeat:no-repeat;margin:0 15px 30px 0}

.swipebox .imagen.secundaria{    background-size: contain; border: 1px solid #f5f5f5;}

.zona_galeria_mini .bx-wrapper .bx-prev { left: -45px; }
.zona_galeria_mini .bx-wrapper .bx-next { right: -45px; }
.bx-wrapper .bx-controls-direction a{z-index: 1000;}

/**************************
NUEVA CESTA
**************************/

#cesta .articulo .padding{padding-right: 30px}

.resumen-cesta{padding: 20px}
.resumen-cesta .ancho-resumen{}
.resumen-cesta .label-resumen{float: right}
.resumen-cesta .label-resumen .cesta-bono{font-size: 24px;margin-right: 10px}
.resumen-cesta .label-resumen .precio_descuento{font-size: 24px;margin-left: 10px}
.resumen-cesta .label-resumen .bigger{font-size: 24px;}

.resumen-cesta .label-resumen p{margin: 0}

.resumen-cesta .aplicar_codigo{height: 52px;border-radius: 0;border-right: none}
.resumen-cesta .input-group-btn{border: 1px solid #ccc;border-radius: 0;border-left: none}
.resumen-cesta .btn-codigo{color:#fff;border:2px solid #fff;height:48px;cursor:pointer;display:flex;min-width:48px;align-items:center;justify-content:center;background-color:#005197}

#gastos .radio, #gastos label{margin: 0}
#gastos label{display: flex;align-items: center;justify-content: flex-start}
#gastos .radio .colocar{width: 0px;margin-bottom: 5px}
.marco-gasto{border: 1px solid #ccc;margin-bottom: 10px;padding: 10px 0px}

.resumen-total strong{text-transform: uppercase;position: relative;top: 10px;}

.metodos-pago .radio-inline{font-size: 18px;margin-left: 20px;}
.btn-borrartodo {border-radius: 0px;background-color: #005197;color: #fff!important}

.swal2-popup {font-size: 1.6rem !important;}

.condiciones a{color: #000}

/************************************
*  Archivos adjuntos y tipografias  *
************************************/

.tipografia, .titulo-contenido{text-align: left;color: #005197;text-transform: uppercase;font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 400;margin-top: 0;}

.titulo-contenido{color: #000;}
.tipografia i{color: #005197}
.listado {text-align: justify;}

.listado ul, .listado li {margin: 0px;padding: 0px;list-style: none;}
.listado li {padding: 20px;background-color: #ebf0f7;}
.listado li a, .listado li.alt a{font-size: 13px;font-family: 'Lato', sans-serif;font-weight: 300;}
.listado li.alt {background-color: transparent;}
.listado li.alt a {color: #000;text-decoration: none;}
.listado a {color: #000;text-decoration: none;}
.listado a:hover, .listado li.alt a:hover {color: #005197;text-decoration: none;}

.btn-gris{ color: #333; background-color: #fafafa}
.btn-gris:hover, .btn-gris:focus, .btn-gris:active{color: #333; background-color: #dedede}


/************************************
*            MULTIFORMA             *
************************************/

.bloque_imagen_lista ul{list-style:none;padding:0}
.bloque_imagen_lista i{color:#005197}
.bloque_cabecera .bloque_titulo{background-color:#005197;padding:15px}
.bloque_cabecera .bloque_interior{background-color:#ebf0f7;padding:30px 15px}
.bloque_cabecera .bloque_titulo h3{margin:0;color:#fff;text-transform:uppercase;font-family:'Oswald',sans-serif;font-weight:300}
.bloque_cabecera .imagen{width:100%}
.bloque_cabecera h4{text-transform:uppercase;font-size:22px;font-family:'Oswald',sans-serif;color:#005197}
.bloque_cabecera .texto{font-size:18px;font-weight:300}
.bloque_imagen_lista .imagen{width:100%;max-height:350px;object-fit:cover;margin-bottom:30px}
.bloque_imagen_lista h4{text-transform:uppercase;margin:0;margin-bottom:10px;font-family:'Oswald',sans-serif;color:#005197;font-size:22px}
.bloque_puntos ul{margin:0;padding:0;list-style:none}
.bloque_puntos ul li{margin-bottom:15px}
.bloque_puntos ul li>p>.fa{font-size:20px;color:#005197}
.bloque_contenido .titulo{background-color:#005197;padding:15px 10px}
.bloque_contenido .titulo h4{color:#fff;margin:0;text-transform:uppercase;font-size:16px;font-family:'Oswald',sans-serif;font-weight:300}
.bloque_contenido .bloque{padding:0 10px}
.bloque_desplegable .fondo,.bloque_documentos .fondo{background-color:#ebf0f7;padding:20px;margin-bottom:40px}
.bloque_desplegable .panel-group,.bloque_documentos .panel-group{margin:0}
.bloque_desplegable h2,.bloque_documentos h2{margin:0;margin-bottom:20px;font-size:23px;text-transform:uppercase;font-weight:400;font-family:'Oswald',sans-serif;color:#005197}
.bloque_desplegable .panel-default{border-color:#005197}
.bloque_desplegable .panel-default>.panel-heading{background-color:#005197;color:#fff;border-color:#005197}
.bloque_desplegable h2 .fa{color:#005197}
.bloque_desplegable .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#005197}
.bloque_imagenes img{width:100%}
.bloque_imagenes .flexible{display:flex;align-items:center}


.panel-body .btn-corporativo2{padding:8px 15px}
.bloque_imagenes img{width:100%;max-height:200px;object-fit:cover}

/************************************
*         INSTAGRAM WIDGET          *
************************************/

.instagram-widget>div{position:relative; padding-top:calc(100vw / 6); width: 100%; overflow: hidden;}
.instagram-widget iframe{border:none !important; overflow:hidden !important; position:absolute !important; top:0 !important; left:0 !important; width:100% !important; height: 100% !important;}
/************************************
*               BLOG                *
************************************/
.alergenos {display: flex;justify-content: space-evenly;align-content: space-evenly;flex-wrap: wrap}
.alergenos .padre_fondo {margin: 0}
.alergenos .caja_alergenos{ padding: 0 10px    }
.alergenos .caja_alergenos:hover {transform: translateY(0)}
.bloque.principal.noticia {display: inherit}
.noticias,.post_details ul,.popular{list-style:none;padding:0;margin:0}
.noticia a{font-family:'Lato',sans-serif;text-decoration:none;text-transform:uppercase;color:#333333}
.noticias .imagen{background-size:cover;background-position:center center;background-repeat:no-repeat}
.noticias .imagen:after{content:"";padding-top:50%;display:block}
.not-imagen{background-color:#ededed}
.full-width{width:100%}
.noticia .titular{margin-bottom:0;border-bottom:solid 1px #f3f3f3}
.noticia .titular h1{color:#1e1f1d;margin-bottom:10px}
.noticia .titular a>h3{margin-bottom:17px;font-size:24px;text-transform:uppercase;text-align:left;color:#333333;font-family:'Oswald',sans-serif;}
.noticia .post_details{color:#fff;background-color:#005197;padding:10px;border-bottom:solid 5px #005197;text-align:right;font-size:13px}
.post_details li{font-family:"Oswald",sans-serif;font-size:13px;font-weight:300;color:#fff}
.noticia-detalle-fecha small{font-family:"Oswald",sans-serif;font-weight:300;color:#302224}
.post_details i{color:#fff}
.noticia-detalle-fecha i{color:#2f3668}
.noticia .contenido{padding:5px 15px 10px;background-color:#fff;border:1px solid #ffefcc}
.contenido_noticia_lista{padding:0 20px;background-color:#ebf0f7}
.noticia-detalle-fecha{text-align:right;color:#2b2b2b}
.widget-noticias{background-color:#f3f3f3;padding:15px}
.widget-noticias h5{font-size:18px;text-transform:uppercase;color:#005197;font-family:'Oswald',sans-serif;}
.widget-noticias .input-group-btn{height:100%;border-top-right-radius:4px;border-bottom-right-radius:4px}
.widget-noticias .input-group-btn button{height:100%;border:1px solid #005197;background-color:#005197;color:#fff}
.widget-noticias .input-group-btn i{font-size:16px}
.popular{font-size:13px}
.mini-noticia a{font-family:"Oswald",sans-serif;font-weight:400;font-size:14px}
.popular li{padding:10px 0;border-bottom:dotted 1px rgb(129, 97, 159)}
.popular .imagen{width:50px;height:50px;float:left;margin-right:10px;border-radius:3px;background-size:cover;background-position:center center}
.popular a.title{color:#070707;}
.popular a.texto-breve{color:#707070;font-weight:300;font-family:"Lato",sans-serif;font-size: 12px}
.popular a.title:hover,.popular a.title:focus,.popular a.title:active{color:#070707}
.bloque.noticia{margin-bottom:40px}

.cuadro_noticia{background-color:#ebf0f7; max-width:400px;float:left;margin: 0px 20px 12px 0px;}

.titulo_noticia {color: #005197;font-size: 30px;text-transform: uppercase;font-family: 'Oswald', sans-serif;margin: 0; }

#busqueda{border-color: #005197;}

.marco-contacto{
    background-color: #ebf0f7;padding: 20px}
.marco-contacto h3{margin-top: 0px}
.widget-noticias{background-color: #ebf0f7}
.marco-contacto .input-group-addon{background-color: #005197; border-color: #005197;color: #fff}
.marco-contacto .form-control{border-color: #005197;}
.input-group .form-control {
    z-index: 0;
}
/* TABLA MIS PEDIOS*/

.tabla_cabecera .row {font-weight: 400; background-color: #005197; color: #fff}
#tabla_stocks_resultados .row:nth-child(even) { background-color: #ebf0f7 }
.tabla_stocks .cell{padding: 15px}
.tabla_stocks .cell-btn{padding: 10px}
.avisono {margin: 10px 0px; font-size: 18px}

textarea {
    resize: vertical;
}

/************************************
*             PROYECTOS             *
************************************/
.proyecto-name{
    text-transform: uppercase;
    color: #005197;
    
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proyecto:hover .proyecto-name{
    color: #bf0813;
}

/*+++++++++++++++++++*/
/************************************
*             INTERIOR              *
************************************/
.fa-angle-down{
    padding-left: 5px;
}
/*MENU VIEJO
.navbar-default .dropdown-menu{
    background-color: #fff;
    color: #000;
    top: 99%;
}

.navbar-default .dropdown-menu>li>a {
    padding: 18px 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #005197;
    border-bottom: 1px dotted #4b4a4a;
}

.superior .dropdown-menu>li>a {
    padding: 18px 20px;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border-bottom: 1px dotted #c6c6c6;
    border-right:  1px dotted #c6c6c6;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #ebf0f7;
    color: #2c2c2c
}
.dropdown-menu {
    padding: 0;
}
.superior .open>.dropdown-menu {
    width: 185px;
    top: 32px;
}
.superior .dropdown-menu>.active>a, .superior .dropdown-menu>.active>a:focus, .superior .dropdown-menu>.active>a:hover, .superior .dropdown-menu>li>a:focus, .superior .dropdown-menu>li>a:hover {
    background-color: #dddddd;;
    color: #09090c;
    font-weight: 700;
}
.navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:focus, .navbar-default .dropdown-menu>.active>a:hover, .navbar-default .dropdown-menu>li>a:focus, .navbar-default .dropdown-menu>li>a:hover {
    background-color: #000;
    color: #fff;
    font-weight: 700;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
.superior .open>a, .superior .open>a:focus, .superior .open>a:hover {
    background-color: transparent;
}
*/
.acceso a p{
    color: #005197;
    font-weight: 600;
    margin: 0;
}

.noestavisibleparapersonas{
    display: none;
}
.banner-interiores {
    padding-top: 100px;
}
.banner_interior{
    width: 100%;
    height: 500px;
    background-size: cover;
    overflow: hidden;
    background-position: 0px 40%;
}

.corte_banner_interior{ 
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 1;
}

.banner_interior .imagen{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(4px);
}

.banner_interior .texto{
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
}
.banner_interior .texto img{
    margin-top: 20px;
}
.banner_interior.interior_azul .texto{
    background-color: rgba(69,183,245,0.5);
}
.banner_interior.interior_amarillo .texto{
    background-color: rgba(247,201,110,0.5);
}
.banner_interior.interior_rojo .texto{
    background-color: rgba(245,104,78,0.5);
}

.banner_interior p {
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Open Sans'; 
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.banner_interior h1{
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Open Sans'; 
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #005197;
}

.nav-pills>li>a{
    color:  #000;
    font-family: 'Open Sans'; 
    font-weight: 400;text-transform: uppercase;
}

/************************************
*              FILTROS              *
************************************/

.filtros{
    height: 112px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;padding: 0;
}

.producto-detalle .filtros{height: 44px;}

.filtros.interiores{
    background: #f9f9f9;
}

.filtros.gestion{
    height: 65px; display: flex; justify-content: center; align-items: center;
}
.filtros.gestion>div{
    width: 100%; margin-top: 15px;
}


.centrarflitros{
    display: flex;
    align-items: center;
}

/************************************
*             BUSCADOR              *
************************************/

#buscador_emergente{position:absolute;top:195px;width:100%;z-index:1000;transition:300ms all ease}
#buscador_emergente.oculto{visibility:hidden;opacity:0;top:0}
.buscador_emergente>div{background:#fff;border-bottom:1px solid #e4e9ef;box-shadow:0 0 3px #ccc;padding:15px}
.input_buscador{border-right:0;box-shadow:none;border-radius:0}
.boton_input_buscador{border-radius:0;padding:10px;border-left:0;border-right:0;color:rgba(0,0,0,.3);background-color:#fff!important}
.cerrar_input_buscador{border-right:0;border-right:1px #ccc solid;color:rgba(0,0,0,.3);padding:10px;border-radius:0;background-color:#fff!important}
#buscador{position:fixed;z-index:99999;height:100%;width:100%;display:flex;pointer-events:none}
#buscador.search-active{overflow:hidden;pointer-events:auto}
#buscador.search-active .search-input{opacity:1;transform:none;pointer-events:all}
#buscador.search-active .icon-close{opacity:1;transform:rotate(-90deg)}
#buscador.search-active .control{cursor:default}
#buscador.search-active .control .btn-material{transform:scale(70);right:1000px;top:0}
#buscador.search-active .control .icon-material-search{opacity:0}
.icon-close{position:fixed;top:30px;right:30px;color:#fff;cursor:pointer;font-size:70px;opacity:0;transition:all .3s ease-in-out}
.icon-close:hover{transform:rotate(0)}
.search-input{height:80px;position:absolute;top:50%;left:50px;margin-top:-40px;pointer-events:none;opacity:0;transform:translate(40px,0);transition:all .3s ease-in-out}
.search-input input{color:#fff;font-size:54px;border:0;background:transparent;-webkit-appearance:none;box-sizing:border-box;outline:0;font-weight:200;font-family: 'Open Sans'; }
.search-input i{color:#fff;font-size:50px;margin-right:15px}
.search-input ::-webkit-input-placeholder{color:#eee}
.search-input :-moz-placeholder{color:#eee;opacity:1}
.search-input ::-moz-placeholder{color:#eee;opacity:1}
.search-input :-ms-input-placeholder{color:#eee}
.full-width{width:100%}
.control{cursor:pointer}
.control .btn-material{position:absolute;top:-100px;width:60px;height:60px;right:0;border-radius:100%;box-sizing:border-box;background:#005197;outline:0;opacity:.9;transform-origin:50%;box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);transition:all .7s cubic-bezier(0.4,0,0.2,1)}
.control .btn-material:hover{box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}
.control .icon-material-search{color:#fff;position:absolute;top:-10px;right:78px;transition:opacity .3s ease-in-out}

.navbar-img{display: none}
.modal-header{
    background-color: #005197;
    color: #fff;
}

/************************************
*             PAGINACION            *
************************************/

.btn-pagination { 
    color: #FFFFFF; 
    background-color: #565656; 
    border-color: #565656; 
} 

.btn-pagination:hover, 
.btn-pagination:focus, 
.btn-pagination:active, 
.btn-pagination.active, 
.open .dropdown-toggle.btn-pagination { 
    color: #FFFFFF;
    background-color: #005197; 
    border-color: #005197; 
} 

.btn-pagination:active, 
.btn-pagination.active, 
.open .dropdown-toggle.btn-pagination { 
    background-image: none; 
} 

.btn-pagination.disabled, 
.btn-pagination[disabled], 
fieldset[disabled] .btn-pagination, 
.btn-pagination.disabled:hover, 
.btn-pagination[disabled]:hover, 
fieldset[disabled] .btn-pagination:hover, 
.btn-pagination.disabled:focus, 
.btn-pagination[disabled]:focus, 
fieldset[disabled] .btn-pagination:focus, 
.btn-pagination.disabled:active, 
.btn-pagination[disabled]:active, 
fieldset[disabled] .btn-pagination:active, 
.btn-pagination.disabled.active, 
.btn-pagination[disabled].active, 
fieldset[disabled] .btn-pagination.active { 
    background-color: #3a39367a; 
    border-color: #3A3936; 
} 

.btn-pagination .badge { 
    color: #0977b2; 
    background-color: #FFFFFF; 
}

.btn-pagination {
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 15px;
    border: 1px solid;
}

.proyecto .imagen{
    background-size: cover;
}
.proyecto h3{
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 40px;
    text-align: center;
}

/************************************
*         INSTAGRAM WIDGET          *
************************************/

.instagram-widget>div{position:relative; padding-top:calc(100vw / 6); width: 100%; overflow: hidden;}
.instagram-widget iframe{border:none !important; overflow:hidden !important; position:absolute !important; top:0 !important; left:0 !important; width:100% !important; height: 100% !important;}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/
@media (min-width: 2500px){ /* arreglar problemas */

	.forma_banner { bottom: -116px; }

	.caja_magica { bottom: calc(100% - 246px); }

}

@media (max-width: 2500px){ /* arreglar problemas */

	.forma_banner { bottom: -116px; }

	.caja_magica { bottom: calc(100% - 246px); }

}

@media (max-width: 2300px){ /* arreglar problemas */

	.forma_banner { bottom: -104px; }

	.caja_magica { bottom: calc(100% - 222px); }

}

@media (max-width: 1900px){ /* arreglar problemas */

	.forma_banner { bottom: -85px; }

	.caja_magica { bottom: calc(100% - 184px); }

}

@media (max-width: 1700px){ /* arreglar problemas */

	.caja_magica { bottom: calc(100% - 162px); }

}

@media (max-width: 1500px){ /* arreglar problemas */

	.forma_banner { bottom: -66px; }

	.caja_magica { bottom: calc(100% - 146px); }

}

@media (max-width: 1400px){ /* arreglar problemas */

	.servicios_2 .degradado_flechas {
		width: 300px;
	}	
    
    .navbar-default .navbar-nav>li>a {font-size: 12px; padding: 28px 10px 28px;}
    
}

@media (max-width: 1201px){ /* arreglar problemas */

	.forma_banner {bottom: -52px; }	

	.caja_magica { bottom: calc(100% - 121px); }
    
}


@media (max-height: 768px){ /* alto portatil */

	/* -- -- -- ESTILOS COMPARTIDOS -- -- -- */

	h2.h2 {
		font-size: 30px;
	}

	.navbar .boton {
		height: 90px;
		margin-left: 18px;
	}
	.boton .btn img {
		height: 28px;
		margin-right: 8px;
	}

	.boton.boton_menu .btn {
		width: 230px;
		padding: 10px 10px;
		font-size: 17px;
	}

	.boton.boton_menu {
		width: 274px;
		padding-right: 30px;
		margin-right: -18px;
	}

	/* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


	/* -- -- -- HEADER -- -- -- */
	/* -- -- -- Menú -- -- -- */
	.total_menu {
		border-bottom: 10px solid rgba(255, 255, 255, 0.4);
	}

	.navbar-default .navbar-nav>li>a {
		padding: 20px 15px 20px;
		margin: 0 5px 0px;
	}

	.navbar-brand {
		height: 90px;
	}

	.navbar-brand>img,
	.barra_reducida .navbar-brand>img{
		height: 46px;
	}

	.forma_logo,
	.barra_reducida .forma_logo {
		height: 124px;
	}


	/* -- -- -- MAIN -- -- -- */
	/* -- -- -- Banner -- -- -- */
	.banner,
	.slider{
		height: 690px;
	}

	.forma_banner {
		bottom: -60px;
	}

	.texto_banner p.enunciado {
		font-size: 55px;
		line-height: 60px;
	}

	.texto_banner p.enunciado {
		font-size: 55px;
		line-height: 60px;
	}
	.texto_banner {
		height: calc(100% - 100px);
		margin-top: 100px;
	}

	.puntitos_negros {
		top: 90px;
	}	

	/* -- -- -- Zona Destacada -- -- -- */
	.puntitos {
		height: 100px;
	}

	/* -- -- -- Trabajos -- -- -- */
	.caja_introduccion_apartamentos {
		width: 500px;
		height: 600px;
	}

	.padre_abtracto {
		width: calc(100% - 500px);
		left: 500px;
	}

	.caja_introduccion_apartamentos .padding {
		padding: 50px 50px;
	}

	.simbolo_blanco {
		height: 160px;
	}

	.padre_abtracto .padre_foto {
		height: 600px;
	}
	/* -- -- -- Bienvenida -- -- -- */

	/* -- -- -- FOOTER -- -- -- */
	.caja_magica {
		bottom: calc(100% - 136px);
	}
}



/*  Ipad Pro horizontal */
@media only screen 
	and (max-width: 1367px) 
	and (max-height: 1024px) 
	and (orientation: landscape) 
	and (-webkit-min-device-pixel-ratio: 1.5){

		/* -- -- -- ESTILOS COMPARTIDOS -- -- -- */

		/* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */

		/* -- -- -- HEADER -- -- -- */
		/* -- -- -- Menú -- -- -- */

		/* -- -- -- MAIN -- -- -- */
		/* -- -- -- Banner -- -- -- */
		/* -- -- -- Bienvenida -- -- -- */

		/* -- -- -- FOOTER -- -- -- */

}

@media (max-width: 1200px){ /* monitores normales y tablet horizontal */
	/* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
	h1.h1 {
		font-size: 35px;
	}

	/* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


	/* -- -- -- HEADER -- -- -- */
	/* -- -- -- Menú -- -- -- */
	.barra_ampliada {
		z-index: 1190;
	}

	.navbar-brand {
		height: 52px;
	}
	.navbar-brand>img, .barra_reducida .navbar-brand>img {
		height: 34px;
		top: 5px;
		left: -8px;
	}	
	.forma_logo, 
	.barra_reducida .forma_logo {
		height: 82px;
	}

	header .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}

	.navbar-header {float: none; height: 52px;border-bottom: 0px solid #002ba6;}
	.navbar-toggle {display: block;}
	.navbar-toggle {margin: 0px; padding: 19px 15px; border: 0px;    background-color: #004f99; border-radius: 0;}
	.navbar-collapse {border-top: 0px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
	.navbar-default .navbar-toggle .icon-bar {background-color:#fff;}
	.navbar-collapse.collapse {display: none!important;}
	.navbar-nav {float: none!important;margin: 7.5px 15px;}
	.navbar-nav>li {float: none;}
	.navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
	.navbar-text {float: none;margin: 15px 0;}
	.navbar-collapse.collapse.in {display: block!important;}
	.collapsing {overflow: hidden!important;}

    .banner-interiores{
        padding-top: 52px;
    }

	/* menu_despegale */

	.sidebar-wrapper{opacity: 1}
	/*    .sidebar-nav .dropdown-backdrop{z-index: -1}*/

	.sidebar-nav .open>.dropdown-menu {
		position: static;
		background-color: transparent;
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}

	.sidebar-nav .dropaco .dropdown-menu>li>a {
		text-align: right;
		/* padding: 0; */
		padding: 10px 20px;
		background-color: rgba(0, 0, 0, 0.25);
		white-space: initial;
		color: #ffffff;
		font-size: 15px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
	}
    
    .sidebar-nav .dropaco .dropdown-menu>li.active>a {
		background-color: rgba(0, 0, 0, 0.45);
    }

	.dropdown-menu>li {
		background-color: #004f99;
	}

	/* menu_despegale */

	/* botón menú */
	.caja_boton {
		position: relative;
		bottom: 0px;
		left: 0px;
		width: 100%;
		text-align: center;
		margin: 40px 0px 20px;
	}

	.boton.boton_menu .btn {
		width: 230px;
		height: 50px;
		font-size: 17px;
		font-weight: 600;
		margin-left: 0px;
		padding: 10px 10px;
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-ms-transform: skew(0deg);
		-o-transform: skew(0deg);
		transform: skew(0deg);
		margin-right: 0px;
	}

	.boton .btn img {
		height: 30px;
		margin-right: 10px;
	}

	.boton.boton_menu {
		width: 230px;
		padding-right: 0px;
		margin-right: 0px;
		background: #df0208;
		height: 50px;
	}

	/* fin botón menú */


	.sidebar-nav li a {
		color: #fff;
		font-size: 16px;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		text-align: right;
		padding: 10px 10px;
		text-transform: uppercase;
	}

	.sidebar-nav li a .fa {
		margin-right: 12px;
	}

	.sidebar-nav li a:hover {
		text-decoration: none;
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.15);
	}

	.sidebar-nav li.active a {
		text-decoration: none;
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.15);
	}

	.sidebar-nav li {
		border-bottom: 1px dotted rgb(0, 67, 130);
	}

	.navbar-default .navbar-toggle:focus, 
	.navbar-default .navbar-toggle:hover {
		background-color: #004f99;
	}

	.sidebar-wrapper.right {
		background-color: #004f99;
		height: calc(100% - 52px);
	}


	/* -- -- -- MAIN -- -- -- */
	/* -- -- -- Banner -- -- -- */
	.forma_banner {
		bottom: -44px;
	}

	.texto_banner p.enunciado {
		font-size: 50px;
		line-height: 55px;
	}

	.texto_banner p {
		font-size: 36px;
		line-height: 36px;
	}
	.puntitos_negros {
		top: 50px;
		height: 120px;
	}

	/* -- -- -- Servicios -- -- -- */
	.servicios .infor .padding p.nombre, 
	.servicios .infor_hover .padding p.nombre {
		font-size: 22px;
		line-height: 22px;
	}

	/* -- -- -- Actividad -- -- -- */
	.actividad .container {
		width: 970px;
	}

	.actividad .padre_imagen {
		width: 510px;
		height: 460px;
	}

	.actividad .informacion {
		margin-right: 0px;
		margin-bottom: 50px;
	}

	/* -- -- -- Zona destacada -- -- -- */
	.puntitos {
		height: 80px;
	}

	/* -- -- -- Trabajos -- -- -- */
	.caja_introduccion_apartamentos {
		width: 400px;
		height: 600px;
	}

	.padre_abtracto {
		width: calc(100% - 400px);
		left: 400px;
	}

	.caja_introduccion_apartamentos .padding {
		padding: 50px 50px 100px;
	}


	.padre_abtracto .padre_foto {
		height: 600px;
	}

	.texto_inicial p.categoria_proyecto {
		font-size: 18px;
	}

	/* -- -- -- Blog -- -- -- */
	.informacion .padding {
		padding: 30px 15px 30px 0px;
	}

	.informacion .titular {
		font-size: 18px;
		line-height: 22px;
	}
	.entrada_corta .informacion .caja_titular {
		height: 44px;
	}


	/* -- -- -- FOOTER -- -- -- */
	.caja_magica {
		bottom: calc(100% - 104px);
	}

	.resumen_pie {
		width: 600px;
		padding-right: 0px;
		margin-bottom: 30px;
		margin: 0 auto;
		text-align: center;
	}

	.resumen_pie p {
		text-align: center;
		margin-bottom: 40px;
	}
	footer .pie_superior_info {
		width: 100%;
		margin: 0 auto;
	}

	.sedes.menu_web {
		width: 250px;
	}
	.sedes.menu_info {
		width: 330px;
	}
	.sedes.contacto {
		width: 250px;
		margin-left: 0px;
		padding-left: 30px;
	}



}


@media (max-width: 1000px){
.caja_magica { bottom: calc(100% - 112px);
}

@media (max-width: 992px){ /* tablet vertical */

	/* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
	h1.h1 {
		font-size: 30px;
	}

	h2.h2 {
		font-size: 28px;
	}

	.banner .hvr-shutter-out-horizontal {
		width: 180px;
		height: 55px;
	}

	/* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


	/* -- -- -- HEADER -- -- -- */
	/* -- -- -- Menú -- -- -- */
	.total_menu {
		border-bottom: 10px solid rgba(255, 255, 255, 0.4);
	}

	/*
	header .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

	.navbar-header {float: none; height: 52px;border-bottom: 0px solid #002ba6;}
	.navbar-toggle {display: block;}
	.navbar-toggle {margin: 0px; padding: 19px 15px; border: 0px;    background-color: red; border-radius: 0;}
	.navbar-collapse {border-top: 0px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
	.navbar-default .navbar-toggle .icon-bar {background-color:#fff;}
	.navbar-collapse.collapse {display: none!important;}
	.navbar-nav {float: none!important;margin: 7.5px 15px;}
	.navbar-nav>li {float: none;}
	.navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
	.navbar-text {float: none;margin: 15px 0;}
	.navbar-collapse.collapse.in {display: block!important;}
	.collapsing {overflow: hidden!important;}
	*/


	/* menu_despegale */

	/*	.sidebar-wrapper{opacity: 1}*/
	/*    .sidebar-nav .dropdown-backdrop{z-index: -1}*/

	/*
	.sidebar-nav .open>.dropdown-menu {
	position: static;
	background-color: transparent;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

	.sidebar-nav .dropaco .dropdown-menu>li>a {
	text-align: right;
	padding: 0; 
	padding: 8px 20px;
	background-color: rgba(0, 0, 0, 0.25);
	white-space: initial;
	color: #ffffff;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
	*/


	/* menu_despegale */

	/* botón menú */
	/*
	.caja_boton {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin: 50px 0px 20px;
}
	.boton.boton_menu .btn {
	width: 230px;
	height: 50px;
	font-size: 17px;
	font-weight: 600;
	margin-left: 0px;
}
	.boton .btn img {
	height: 30px;
	margin-right: 10px;
}
	*/

	/* fin botón menú */


	/*
	.sidebar-nav li a {
	color: #fff;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-align: right; 
	padding: 10px 10px;
	text-transform: initial;

}

	.sidebar-nav li a .fa {
	margin-right: 12px;
}

	.sidebar-nav li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.15);
}

	.sidebar-nav li.active a {
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.15);
}

	.sidebar-nav li {
	border-bottom: 1px dotted rgb(169, 176, 206);
}

	.navbar-default .navbar-toggle:focus, 
	.navbar-default .navbar-toggle:hover {
	background-color: red;
}

	.sidebar-wrapper.right {
	background-color: red;
	height: calc(100% - 52px);
}
	*/


	/* -- -- -- Banner -- -- -- */
	.banner,
	.slider{
		height: 700px;
	}

	.forma_banner {
		bottom: -32px;
	}

	.texto_banner p.enunciado {
		font-size: 46px;
		line-height: 50px;
	}
	.texto_banner p {
		font-size: 32px;
		line-height: 32px;
	}

	.texto_banner {
		height: calc(100% - 52px);
		margin-top: 52px;
	}


	/* -- -- -- Servicios -- -- -- */
	.servicios .degradado_flechas {
		width: 180px;
	}


	/* -- -- -- Actividad -- -- -- */
	.actividad .container {
		width: 750px;
	}
	.actividad .row>div {
		padding: 0 15px;
	}
	.actividad .padre_imagen {
		position: relative;
		right: 0px;
	}

	/* -- -- -- Zona Destacado -- -- -- */
	.padre_info_superpuesta .iconos_info img {
		height: 50px;
		margin-bottom: 20px;
	}


	/* -- -- -- Trabajos -- -- -- */
	.caja_introduccion_apartamentos {
		width: 350px;
		height: 600px;
	}

	.padre_abtracto {
		width: calc(100% - 350px);
		left: 350px;
	}

	.caja_introduccion_apartamentos .padding {
		padding: 50px 30px 130px;
	}

	.caja_introduccion_apartamentos .padding p.info_previa {
		margin-bottom: 50px;
		margin-top: 38px;
	}

	.padre_abtracto .padre_foto {
		height: 600px;
	}

	.texto_inicial p.categoria_proyecto {
		font-size: 18px;
	}

	.simbolo_blanco {
		height: 150px;
	}

	/* -- -- -- Blog -- -- -- */
	.caja_entrada.entrada_corta a.centrado {
		width: 100%;
		display: block;
	}

	.padre_imagen_noticia {
		width: 100%;
		height: 280px;
	}

	.entrada_corta .padre_imagen_noticia {
		height: 230px;
	}
	.caja_entrada.entrada_corta a>div:first-child,
	.caja_entrada.entrada_corta a>div:last-child {
		padding: 0;
	}

	.entrada_corta .padre_imagen_noticia {
		height: 230px;
	}

	.caja_entrada.entrada_corta {
		height: 480px;
	}
	.caja_entrada.entrada_corta .informacion .padding {
		padding: 30px 15px 30px 15px;
	}

	/* -- -- -- FOOTER -- -- -- */
	.caja_magica {
		bottom: calc(100% - 80px);
	}

	.resumen_pie p {
		text-align: center;
	}

	.logo_pie img {
		height: 60px;
	}
	.sedes.menu_web {
		width: 220px;
	}
	.sedes.contacto {
		width: 220px;
	}
	.sedes.contenido.menu_info {
		padding: 0px 30px;
	}

	/************************************
	*                 INSTAGRAM WIDGET                   *
	************************************/
	.instagram-widget>div{position:relative; padding-top:calc(100vw / 3);}
	.instagram-widget iframe{width:200% !important;}
	/************************************
	*                FIN INSTAGRAM WIDGET                   *
	************************************/

}

@media (max-width: 767px){ /* móviles */

	/* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
	h1.h1 {
		font-size: 26px;
	}
	.marca {
		font-size: 18px;
	}

	/* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


	/* -- -- -- HEADER -- -- -- */
	/* -- -- -- Menú -- -- -- */
	.sidebar-nav li a img {
		margin-left: 0px;
		height: 20px;
		margin-right: 10px;
	}

	.forma_logo, 
	.barra_reducida .forma_logo {
		height: 76px;
	}

	.navbar-brand>img, 
	.barra_reducida .navbar-brand>img {
		height: 32px;
		top: 5px;
		left: -11px;
	}

	/* -- -- -- MAIN -- -- -- */
	/* -- -- -- Banner -- -- -- */
	.banner, .slider {
		height: 600px;
	}

	.texto_banner p.enunciado {
		font-size: 35px;
		line-height: 43px;
		margin-bottom: 14px;
	}

	.texto_banner p {
		font-size: 27px;
		line-height: 27px;
	}

	.forma_banner {
		bottom: -14px;
	}

	.banner .hvr-shutter-out-horizontal .btn {
		font-size: 17px;
	}

	.banner .hvr-shutter-out-horizontal {
		width: 160px;
		height: 50px;
	}

	.puntitos_negros {
		top: 50px;
		height: 110px;
	}
	/* -- -- -- Servicios -- -- -- */
	.servicios .icono_categoria {
		height: 50px;
		margin-bottom: 20px;
	}

	/* -- -- -- Actividad -- -- -- */
	.actividad .container {
		width: 100%;
	}

	.actividad .padre_imagen {
		width: 100%;
		height: 320px;
	}

	/* -- -- -- Zona Destacado -- -- -- */
	.padre_info_superpuesta {
		padding: 80px 0px;
	}

	.padre_info_superpuesta .row>div {
		margin: 20px 0;
	}
	.padre_info_superpuesta .iconos_info p {
		-webkit-line-clamp: 3;
	}

	/* -- -- -- Trabajos -- -- -- */
	.caja_introduccion_apartamentos {
		width: 100%;
		height: 500px;
	}
	.padre_abtracto {
		width: 100%;
		left: 0px;
		position: relative;
	}
	.padre_abtracto .padre_foto {
		height: 500px;
	}
	.caja_resumen {
		height: 132px;
		overflow: hidden;
	}

	.texto_inicial p {
		-webkit-line-clamp: 6;
	}
	
	.splide__arrow.splide__arrow--prev {
        display: none;
    }
    .splide__arrow.project-arrow-prev {
        display: block;
        left: 0px !important;
    }
    .splide__arrow.project-arrow-next {
        right: 0px !important;
    }

	/* -- -- -- BLOG -- -- -- */
	.caja_entrada a.centrado {
		width: 100%;
		display: block;
	}
	.caja_entrada a>div:first-child,
	.caja_entrada a>div:last-child {
		padding: 0;
	}
	.informacion .padding {
		padding: 30px 15px 30px 15px;
	}

	.padre_imagen_noticia {
		height: 220px;
	}

	.entrada_corta .padre_imagen_noticia {
		height: 200px;
	}
	.caja_entrada.entrada_corta,
	.caja_entrada {
		height: auto;
	}

	/* -- -- -- FOOTER -- -- -- */
	.resumen_pie {
		width: 100%;
	}
	.logo_pie img {
		height: 50px;
	}

	footer .pie_superior_info {
		display: block;
	}

	.sedes.contenido.menu_web {
		padding-left: 0px;
		width: 100%;
		padding: 0 10px;
	}
	.linea_roja_separa {
		width: 100%;
		height: 1px;
		background-color: #3374ac;
	}
	.sedes.menu_info {
		width: 100%;
	}

	.sedes.contenido.menu_info {
		padding: 20px 43px 10px;
	}

	.menu_vertical a, 
	.menu_vertical a p, 
	.menu_vertical p {
		text-align: center;
	}

	.sedes.contacto {
		width: 100%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 0px;
	}

	.icono_con_texto img, .icono_con_texto svg {
		height: 20px;
		margin: 0 16px;
	}
	.icono_con_texto {
		width: auto;
		margin-top: 20px;
	}



	/************************************
	*                 INSTAGRAM WIDGET                   *
	************************************/

	.instagram-widget>div{position:relative; padding-top:calc(100vw / 2);}
	.instagram-widget iframe{width:300% !important;}

	/************************************
	*                FIN INSTAGRAM WIDGET                   *
	************************************/

	.pie_firma {
		padding: 20px 0px;
	}

	.pie_inferior .centrado {
		display: block;
	}

	.copi, .desarrollo, .desarrollo a {
		margin: 10px 0px;
	}

	.caja_magica {
    bottom: calc(100% - 73px);
}


}
	
	@media (max-width: 375px){
.caja_magica { bottom: calc(100% - 44px);
}

/*//ESTILOS GENERALES//*/
@media (max-width: 1200px){
    .sidebar-wrapper.left .form-control {
        height: 43px;
        padding: 6px 12px;
        color: #005197;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid #91a22f;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sidebar-nav li a.favorito {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .caja_favorito, .caja_redes {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .caja_favorito a,.caja_redes a{
        padding: 0 10px!important;
        margin: 10px 0!important;
    }
    .caja_acceso a{
        padding: 0 20px!important;
    }
    .caja_favorito a img{
        margin-left: 0!important;
    }
    .sidebar-wrapper li img,.caja_redes a img, .caja_redes a svg {
        height: 20px;
        transition: all .2s ease-in-out;
    }
    .sidebar-wrapper.left .btn {
        padding: 6px 11px;
        height: 43px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #005197;
        border: 1px solid #005197;
    }
    .sidebar-wrapper.left .sidebar-nav li:first-child {
        padding: 10px 20px;
        text-indent: 0px;
        padding-top: 25px;
    }
    .left .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .left .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .banner_interior {
        height: 250px;
    }
    .fijar{
        position: fixed;
        width: 100%;
    }
}
@media (max-width: 992px){ /* móviles */
    .videos_responsive{width: 100%;float: none}

    .botones_carro{width: 100%;margin-top: 20px}
    .otras_fotos .imagen{height: 100px;}
    .foto_principal .imagen {width: 100%}
    .zona_galeria_mini .bx-wrapper .bx-prev { display: none;}
    .zona_galeria_mini .bx-wrapper .bx-next { display: none;}


    .instagram-widget>div{position:relative; padding-top:calc(100vw / 3);}
    .instagram-widget iframe{width:200% !important;}
    .padre_imagen .imagen {background-size: contain;}
    .sidebar-wrapper.left .form-control {
        height: 43px;
        padding: 6px 12px;
        color: #005197;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid #005197;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sidebar-nav li a.favorito {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .caja_favorito, .caja_redes {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .caja_favorito a,.caja_redes a{
        padding: 0 10px!important;
        margin: 10px 0!important;
    }
    .caja_acceso a{
        padding: 0 20px!important;
    }
    .caja_favorito a img{
        margin-left: 0!important;
    }
    .sidebar-wrapper li img,.caja_redes a img {
        height: 20px;
        transition: all .2s ease-in-out;
    }
    .sidebar-wrapper.left .sidebar-nav li:first-child {
        padding: 10px 20px;
        text-indent: 0px;
        padding-top: 25px;
    }
    .left .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .left .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .quantity{width: 100%; display: flex; align-items: center; justify-content: space-between;}
    .quantity label{margin-bottom: 0;}
}
@media (max-width: 767px){ /* móviles */
    .filtros{
        height: 260px;
    }
    h3.categoria {
        text-align: center;
    }
    span.precio {
        font-size: 48px;
        font-family: 'Oswald',sans-serif;
        font-weight: 400;
    }
    span.tachado {
        font-size: 24px;
        font-family: 'Oswald',sans-serif;
        font-weight: 400;
    }
    .precios_estilos {
        text-align: center;
        width: 100%;
    }
    .banner_interior {
        height: 200px;
    }
    .otras_fotos{margin-bottom: 30px}
    .nav-botones>li{float: none;width: 100%;margin-bottom: 10px}
    .nav-botones>li>a{margin: 0;}
    .btn-pagination {
        padding: 6px 12px;
        font-size: 12px;
        margin: 0 7px;
        border: 1px solid;
    }
    h3{
        font-size: 20px;
    }
    .proyecto .imagen {
        background-size: cover;
    }
    .cuadro_noticia {
        float: none;
        position: relative;
        width: 100%;
        margin: 0 auto 30px;
    }

    .instagram-widget>div{position:relative; padding-top:calc(100vw / 2);}
    .instagram-widget iframe{width:300% !important;}
}