@charset "UTF-8";
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  /* change if the mask should have another color then white */
  z-index: 1031;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}


.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/* CSS Document */
/* DENIS GILES / GARAMOND */
/* ==========================================================================
COMUN
========================================================================== */
.mt-150 {
    MARGIN-TOP: 185PX;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-110 {
    margin-bottom: 110px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.mb-150 {
    margin-bottom: 150px !important;
}

.pt-0 {
    padding-top: 0 !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-110 {
    padding-top: 110px !important;
}
.pt-120 {
    padding-top: 120px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.pt-200 {
    padding-top: 200px !important;
}
.pt-220 {
    padding-top: 220px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.pb-150 {
    padding-bottom: 150px !important;
}

.pb-220 {
    padding-bottom: 220px !important;
}
.pb-240 {
    padding-bottom: 240px !important;
}


.custom-col-padding-both {
    position: relative;
    padding: 0 100px;
}
.vertical-centered-container {
    display: table;
    width: 100%;
}
.vertical-centered {
    display: table-cell;
    vertical-align: middle;
}
/* ==========================================================================
ENTRADILLA 
========================================================================== */
#entradilla {
    background-color: #FFFFFF;
    border-top: 8px solid #2D0F04;
    z-index: 9;
}
.content-wrapper-off-canvas {
    position: relative;
    background-color: #fff;
    margin-top: -60px;
    padding: 0;
    margin-left: 60px;
    margin-right: 60px;
}
@media (max-width: 767px) {
	.content-wrapper-off-canvas {
    position: relative;
    background-color: #fff;
    margin-top: -60px;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
}
}
#entradilla h2 {
    color: #272727;
}
#entradilla p {
    color: #464440;
    font-size: 14px;
}
.element-canvas-off-down {
    position: relative;
    top: 25px;
    z-index: 10;
}
.bg01 {
	/* background-size: cover; */
	margin-top: -51px;
	padding-top: 110px;
	padding-bottom: 62px;
}
.bg02 {
    background-image: url(../images/maderanaranja2.jpg);
    background-size: cover;
}
.bg03 {
	background-image: url(../images/sidorme.jpg);
	background-position: auto;
	    background-size: 150% 150%;

}
.principios h3, .principios p {
    color: #fff;
}
.principios h3:before {
    content: " ";
    /* color: rgba(255,0,4,1.00); */
    background-color: #0c27f9;
    /* border: 1px solid rgba(255,255,255,1.00); */
    height: 1px;
    width: 30px;
    display: inline-block;
    /* margin-top: -7px; */
    margin-bottom: 7px;
    margin-right: 10px;
}
/* ==========================================================================
PRESENTACIÓ
========================================================================== */
#presentacion {
    background-color: #FFFFFF;
    /* background-image: url(../images/presentacion/fondopresentacion.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 85px 0;
}
#presentacion h2 {
    font-weight: 300;
    font-size: 46px;
    line-height: 53px;
    color: #0c27f9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}


@media (min-width: 768px) {
#presentacion h2 {
    position: absolute;
    font-weight: 300;
    font-size: 46px;
    line-height: 53px;
    top: -28px;
    left: -10px;
}
.trespresentaciones {
    padding-left: 50px;
    padding-right: 20px;
    /* background-color: rgba(255,0,4,1.00); */
}
#presentacion img  {
    padding-left: 45px;
}

}
#presentacion .ui-title-block-3 {
font-size: 30px;
font-weight: 700;
letter-spacing: .02em;
text-transform: uppercase;
color: #A48C4F;
}
#presentacion .ui-subtitle-block-2 {
letter-spacing: .37em;
text-transform: uppercase;
color: wheat;
margin-bottom: 15px;
}
#presentacion .ui-decor-2 {
display: inline-block;
width: 70px;
height: 2px;
opacity: .8;
background-color: #A48C4F;
margin-bottom: 20px;
}
#presentacion p {
    margin: 0 0 10px;
    color: #000000;
    font-size: 13.5;
}
#presentacion .btn-transparent {
background: transparent;
border: 3px solid #A48C4F;
padding: 13px 23px;
font-size: 14px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
color: #A48C4F;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
}
#presentacion .btn-transparent:hover, #presentacion .btn-transparent:focus, #presentacion .btn-transparent:active {
background: #A48C4F;
color: #FFFFFF;
text-decoration: none;
}

html, body {
	background-color: #272727;
	font: 13px/2 'Open Sans';
	-webkit-font-smoothing: antialiased;
}
a {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Oswald', sans-serif;
}

/*h3 {
font: 300 22px/30px Raleway, Arial;
margin-bottom: 40px;
}*/
/*h2 {
font: 900 44px Raleway, Arial;

}*/
/*.navbar-brand
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  margin: auto;
  padding:0;
}
.navbar-toggle {
  z-index:1;
}
.navbar-toggle {
    border: 2px solid transparent;
    border-radius: 0px;
}*/
/* ==========================================================================
SLIDER HOME
========================================================================== */
.sp-image-container:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(255,146,10,0.16) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%,rgba(0, 0, 0, 0.16) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(0, 0, 0, 0.16) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#29ff920a',GradientType=1 );
    opacity: 0.85;
    content: '';
}
#owl-hero {
    overflow: hidden;
    background-color: #000000;
    /* background-image: url(../images/retina_wood_@2X.jpg); */
}
#owl-hero .item {
-moz-background-size: cover;
-o-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#owl-hero .item .caption {
    position: absolute;
    /* top: 43%; */
    bottom: 46%;
    /* margin-top: -104px; */
    left: 0;
    right: 0;
    /* text-align: center; */
    z-index: 15;
}
@media (min-width: 991px) {
/*#owl-hero .item .caption  {
    padding-left: 150px;
}*/
}
#owl-hero .item .caption h2 {
    margin-top: 40px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#owl-hero .item .caption h1 span, #owl-hero .item .caption h2 span {
    font-weight: 700;
    color: #0c27f9;
}
#owl-hero .item .caption h6 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    /* text-transform: uppercase; */
}
#owl-hero .owl-pagination {
position: absolute;
display: block;
text-align: center;
width: 100%;
bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
border: 2px solid #fff;
border-radius: 50%;
background: transparent;
opacity: 1;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
background: #fff;
font-size: 24px;
color: #FFF;
opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
left: -60px;
}
#owl-hero .owl-buttons .owl-next {
right: -60px;
}
#owl-hero .owl-buttons .owl-prev, #owl-hero .owl-buttons .owl-next {
    font-size: 40px;
    position: absolute;
    background: rgba(165, 79, 188, 0);
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 45px;
    border-radius: 0;
    /* border: 1px solid #fff; */
    z-index: 20;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#owl-hero:hover .owl-prev {
left: -5px;
}

#owl-hero:hover .owl-next {
right: -5px;
}
#owl-hero h1 {
    color: rgba(255,255,255,1.00);
    font-size: 40px;
}
#owl-hero h2 {
    color: rgba(255,255,255,1.00);
    font-size: 40px;
}
/* ==========================================================================
ESTILOS DE BOTONES
========================================================================== */
.btn-transparent {
    background: transparent;
    border: 1px solid #fff;
    padding: 15px 30px;
    font-size: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
background: #fff;
color: #0d0d0d;
text-decoration: none;
}


.btn-transparent2 {
    background: transparent;
    border: 1px solid #0c27f9;
    padding: 10px 15px;
    font-size: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 20px;
}

.btn-transparent2:hover,
.btn-transparent2:focus,
.btn-transparent2:active {
background: #fff;
color: #0d0d0d;
text-decoration: none;
}


.btn-light {
background: #fff;
border: 3px solid #fff;
padding: 15px 30px;
font-size: 14px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
color: #0d0d0d;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
background: transparent;
color: #fff;
text-decoration: none;
}

.btn-block {
background: #24242a;
padding: 15px 0;
font-size: 16px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
color: #fff;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
border: 3px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
background: #fff;
color: #0d0d0d;
text-decoration: none;
}
/* ==========================================================================
TOP MENU
========================================================================== */

.tgn_top_bar {
background: #2F2F2F;
border-bottom: 0px solid #092c4a;
}

.tgn_social_icons {
float:right;
}
.tgn_social_icons a {
width:39px;
height:41px;
float:left;
text-align:center;
line-height:41px;
border-right:1px solid #08243c;
color:#a48c4f;
font-size:16px;
}

/*PARA TABLETS Y MOVILES*/
@media screen and (max-width: 767px) {
.tgn_social_icons a {
/*width: 11%;*/
}	
	.tgn_social_icons {
/*float: initial;*/
}
	.navbar-brand .center-block {
display: block;
margin-left: initial;
margin-right: auto;
}
	.cambiocolorfondo {
background-color: rgb(164, 140, 79);
transition: all .5s;
}
	/*.navbar-brand {
left: -30px;
}
	.navbar-brand > img {
    max-width: 155px !important;
margin-top: -15px;
}*/
.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
}
}

.tgn_social_icons a i {
line-height: 41px;
}
.tgn_social_icons a:hover {
color:#fff;
}
/* EFECTOS BOTON TOP */
.hvr-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000000;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* EFECTOS BOTON TOP */
.logotarragona {
margin-top: 5px;
float: left;
}
.margenbtntranslate {
margin-top: 8px;
}
@media (min-width: 992px) {
.margenbtntranslate {
margin-right: 142px;
}
}

.btn-translate {
color: #A48C4F;
background-color: rgba(255, 255, 255, 0);
border-color: #FFFFFF;
border-radius: 0;
border: 2px solid;
}

.btn-translate:hover, .btn-translate:focus, .btn-translate:active, .btn-translate.active, .open .dropdown-toggle.btn-translate {
color: #2F2F2F;
background-color: #A48C4F;
border-color: #A48C4F;
}

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

.btn-translate.disabled, 
.btn-translate[disabled], 
fieldset[disabled] .btn-translate, 
.btn-translate.disabled:hover, 
.btn-translate[disabled]:hover, 
fieldset[disabled] .btn-translate:hover, 
.btn-translate.disabled:focus, 
.btn-translate[disabled]:focus, 
fieldset[disabled] .btn-translate:focus, 
.btn-translate.disabled:active, 
.btn-translate[disabled]:active, 
fieldset[disabled] .btn-translate:active, 
.btn-translate.disabled.active, 
.btn-translate[disabled].active, 
fieldset[disabled] .btn-translate.active { 
background-color: #FFFFFF; 
border-color: #FFFFFF; 
} 

.btn-translate .badge { 
color: #FFFFFF; 
background-color: #ffffff; 
}
.navbar-inverse-denis {
background-color: rgba(0, 0, 0, 0);
border-color: rgba(0, 0, 0, 0);
}
.sp-image-container:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+8,000000+87,000000+87&0.65+9,0.65+9,0+24,0+87,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 8%, rgba(0,0,0,0.65) 9%, rgba(0,0,0,0) 24%, rgba(0,0,0,0) 87%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 8%,rgba(0,0,0,0.65) 9%,rgba(0,0,0,0) 24%,rgba(0,0,0,0) 87%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 8%,rgba(0,0,0,0.65) 9%,rgba(0,0,0,0) 24%,rgba(0,0,0,0) 87%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    opacity: 0.8;
    content: '';
}
.navbar-brand > img {
max-width: 220px;
    margin-top: 10px;
}

/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

@media (min-width: 767px) {
.example3 .top-nav-collapse {
    background-color: rgba(248, 248, 248, 0.93) !important;
    border-color: rgba(231, 231, 231, 0);
	transition: all .9s;
}
}
@media (min-width: 768px) {
.example3 .navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
	transition: all .9s;
}
.example3 .nav >li >a {
	color:rgba(247,247,247,1.00)
}

.example3 .positivo {
	display:none
	
	}
	.top-nav-collapse .negativo {
	display:none
	}
	.top-nav-collapse .positivo {
	display: block
	}
.top-nav-collapse .nav >li >a {
    padding-top: 30px;
    padding-bottom: 10px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
}
@media (max-width: 767px) {
.example3 .negativo {
	display:none
	
	}

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0c27f9;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 5px solid #0c27f9;
}
.example3 .navbar-brand {
  height: 80px;
}
.example3 .nav >li >a {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
.example3 .nav >li >a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
}
}
.example3 .top-nav-collapse .nav >li >a {
    color: #000;
    /* font-size: 14px; */
}
.example3 .navbar-toggle {
    padding: 10px;
    margin: 19px 15px 25px 0;
    border: 4px solid #0c27f9;
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #0c27f9;
}

li.dropdown > a > span  {
font-size: 45px;
}
#navbar-collapse-1 > ul.nav.navbar-nav.navbar-left > li > a, #navbar-collapse-1 > ul.nav.navbar-nav.navbar-right > li > a {
font-size: 16px;
text-align: center;
color: white;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #5F2389;
color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
#navbar-collapse-1 > ul.nav.navbar-nav.navbar-left > li > a, #navbar-collapse-1 > ul.nav.navbar-nav.navbar-right > li > a {
    font-size: 14px;
}
.nav > li > a {
    padding: 10px 8px;
}
/*.navbar-brand > img {
max-width: 250px;
margin-top: -15px;
transition: all .3s;
}
	.navbar-brand {
    position: absolute;
    width: 757px;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    padding: 0;
}*/
}

.rale  {
font-family: 'Raleway', sans-serif;
}
.changed .cambiocolorfondo {
background-color: rgba(47, 47, 47, 0.47);
transition: all .5s;
}
.changed .navbar-brand > img {
max-width: 250px;
margin-top: -15px;
transition: all .3s;
}

/* Titles */
.ui-title-page {
position: relative;
display: inline-block;
margin-top: 0;
padding: 38px 88px 32px;
font-size: 36px;
font-weight: 600;
letter-spacing: .05em;
}

.ui-title-block {
font-size: 44px;
font-weight: 700;
letter-spacing: .02em;
}

.ui-title-block_light {
padding-bottom: 4px;
font-weight: 300;
line-height: 1.2;
}

.ui-title-block + .ui-decor-1 {
margin-top: 22px;
margin-bottom: 34px;
}

.ui-title-block-2 {
font-size: 44px;
font-weight: 600;
letter-spacing: .02em;
text-transform: uppercase;
}

.ui-title-block-2_mod-a {
font-weight: 700;
text-transform: none;
}

.ui-title-block-2 + .ui-decor-1 {
margin-top: 18px;
margin-bottom: 38px;
}

.ui-title-block-3 {
font-size: 30px;
font-weight: 700;
letter-spacing: .02em;
text-transform: uppercase;
}

.ui-title-block-3_sm {
margin-top: 0;
margin-bottom: 17px;
font-size: 24px;
line-height: 1;
}

.ui-title-block-3_sm + .ui-decor-2 {
margin-bottom: 54px;
}

.ui-title-block-4 {
margin-bottom: 18px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}

.ui-title-block-4 + .ui-decor-3 {
margin-bottom: 54px;
}
.ui-subtitle-block {
    line-height: 1;
    font-size: 16px;
    letter-spacing: .30em;
    text-transform: uppercase;
}
.ui-subtitle-block_pd_top {
padding-top: 142px;
}

.ui-subtitle-block-2 {
letter-spacing: .37em;
text-transform: uppercase;
}

.ui-subtitle-block-3 {
margin-bottom: 39px;
font-size: 14px;
font-weight: 600;
line-height: 1.714;
text-transform: uppercase;
}

/* Decor elements */
.ui-decor-1 {
display: inline-block;
width: 100px;
height: 2px;
}

.ui-decor-2 {
display: inline-block;
width: 70px;
height: 2px;
opacity: .8;
}

.ui-decor-2_sm {
width: 50px;
opacity: 1;
}

.ui-decor-3 {
position: relative;
display: block;
border-bottom: 1px solid #eee;
}

.ui-decor-3:after {
position: absolute;
bottom: -3px;
left: 0;
width: 80px;
height: 3px;
content: '';
background-color: #4d3699;
}
.owl-theme .owl-controls {
margin-top: 0px;
text-align: center;
}

/* ==========================================================================
SECCIÓ FOOTER
========================================================================== */
#footer-coorp {
    background: #232323;
    font-size: 11px !important;
    /* margin-top: 30px; */
}
#footer-coorp a {
color: white;
}
#footer-coorp p {
color: white;
}
/* ==========================================================================
NOTICIAS DE LA HOME
========================================================================== */
#recent_news {

}
.date {
color: #fff;
font-size: 11px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
letter-spacing: 2px;
position: absolute;
top: 0;
left: 0;
text-transform: uppercase;
background-color: #4D306E;
padding: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.date {
top: 94px;
}

}
@media (min-width: 769px) and (max-width: 991px) {
.date {
top: 63px;
}
}
@media (max-width: 768px) {
.date {
display:none
}
}
#recent_news .highlights_txt h2 {
font-size: 18px !important;
margin: 10px 0px 10px 0 !important;
color: #4D306E;
}
#recent_news .highlights_txt h4{
font-size:11px;
color:#4d4d4d;
}
#recent_news .highlights_txt h4 span{
color:#8b8b8b;
}
#recent_news .highlights_txt p{
font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
margin-top: 0px;
font-size: 13px;
}
.scale-img-wrap {
overflow:hidden;
}
.scale-img-wrap img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;

-webkit-filter: sepia(0.4) saturate(1.5) contrast(0.9) brightness(1.1) hue-rotate(-15deg);
filter: sepia(0.4) saturate(1.5) contrast(0.9) brightness(1.1) hue-rotate(-15deg);
}
.scale-img-wrap img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
-ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;

-webkit-filter: sepia(0.4) saturate(1.5) contrast(0.9) brightness(1.1) hue-rotate(-15deg);
filter: sepia(0.4) saturate(1.5) contrast(0.9) brightness(1.1) hue-rotate(-15deg);
}
#lesnoticies {
background-color: #FFFFFF;
}
.btn-lila {
background: transparent;
border: 3px solid #4D306E;
/* padding: 15px 30px; */
/* font-size: 14px; */
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
color: #4D306E;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.btn-lila:hover,
.btn-lila:focus,
.btn-lila:active {
background: #fff;
color: #0d0d0d;
text-decoration: none;
}
#arlequin {
/* background-color: #4D306E; */
background-image: url(../images/arlequin.png);
background-repeat: repeat;
background-position: top;
/* background-attachment: fixed; */
padding: 0;
height: 19px;
margin-top: -18px;
}
/*=== TRES NOTICIAS DE LA HOME FIN ===*/



/* ==========================================================================
MULTIMEDIA HOME
========================================================================== */
#proyectos {
    background-color: #272727;
    /* background-image: url(../images/wood-text-denis.gif); */
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 45px 0;
}
#proyectos h2 {
    color: #0c27f9;
    font-weight: 600;
    padding-bottom: 20px;
}
#proyectos h2:after, #proyectos h2:before {
    display: inline-block;
    content: '';
    width: 27px;
    height: 1px;
    background-color: #ffffff;
    margin: 10px;
}
.items {
    /* height: 60vh; */
    overflow: hidden;
    cursor: pointer;
    background: #000;
    /* margin-top: 30px; */
    position: relative;
}
	.sinpadding {
	padding-left: 0px;
padding-right: 0px;
		}
	.items img {
/*height:100vh;*/
opacity: .66;
}
	.items:hover img{
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.8s;
transition: all 0.8s;
opacity:1;
}
.items .caption {
    position: absolute;
    /* bottom: -50px; */
    /* margin-left: 10px; */
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: rgba(0, 0, 0, 0.67);
    width: 100%;
    height: 100%;
    /* text-align: center; */
    padding: 13px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border: 8px solid rgb(255, 255, 255);
    padding-top: 28%;
}
#proyectos i {
    color: #fff;
    font-size: 2.5em;
    font-size: 26px;
}
.items .caption h4 {
    margin: 0;
    color: #fff;
    font-size: 1.5em;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 15px;
}
	.items .caption p {
margin: 0;
color: #fff;
font-size: 1em;
letter-spacing: 1px;
}
.items:hover .caption {
    opacity: 1;
    bottom: 0px;
    /* BORDER: 8px solid rgba(254, 110, 0, 0.85); */
}
	.obras h2 {
		font-size: 16px !important;
		font-weight: 600;
		font-family: Raleway, Arial;
text-transform: uppercase;
}

/*MENU IZQUIERDA*/
#SUBMENU h4 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #E2E2E2;
font-weight: 800;
color: #666;
font-size: 16px;
padding-top: 5px;
padding-bottom: 15px;
line-height: 22px;
}
#SUBMENU h5:after {
/* position: absolute; */
content: '';
display: block;
width: 37px;
height: 5px;
background-color: #A48C4F;
margin-top: 13px;
/* bottom: 0; */
/* left: 0; */
}
#SUBMENU ul, #SUBMENU ol {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#SUBMENU .lista1 a, #SUBMENU .lista2 a {
color: #000000;
font-weight: 500;
text-decoration: none;
transition: all .5s;
}
#SUBMENU .lista1 a:hover, #SUBMENU .lista2 a:hover {
color: #000 !important;
text-decoration: none;
}
#SUBMENU .lista1 li, #SUBMENU .lista2 li {
/* padding: 11px; */
padding-top: 10px;
padding-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgba(226, 226, 226, 0.51);
}
#SUBMENU .lista1 li:last-child, #SUBMENU .lista2 li:last-child{
border-bottom-width: 0px;
}
#SUBMENU .lista1 .active-sub, #SUBMENU .lista2 .active-sub {
font-weight: 600 !important;
color: #999;
}
#SUBMENU .lista1 .active-sub a {
font-weight: 800 !important;
color: #582386;
}
#SUBMENU h5, #SUBMENU .h5 {
font-size: 13px;
color: #A48C4F;
font-weight: 900;
letter-spacing: 0.4px;
padding-top: 11px;
}
#SUBMENU h5 span {
padding-left: 16px;
text-transform: uppercase;
}
/*CABECERA DE PAGINA CON FOTO DE FONDO*/
.page-subheader {
position: relative;
top: 0;
z-index: 0;
}
.page-subheader {
min-height: 300px;
background-color: rgb(68 73 194);
}
.min-200 {
min-height: 300px!important;
}
.kl-bg-source:not(:empty), .kl-bg-source__bgimage, .kl-bg-source__overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.kl-bg-source__bgimage {
background-repeat: no-repeat;
background-attachment: scroll;
background-position-x: center;
background-position-y: top;
background-size: cover;
}
.kl-bg-source__overlay {
pointer-events: none;
/*   background: rgba(0, 0, 0, 0.8);
background: -moz-linear-gradient(left, rgba(9,111,183,0.8) 0%, rgba(15,166,189,0.9) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0, 0, 0, 0.8)), color-stop(100%,rgba(161, 51, 55, 0.65)));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%,rgba(161, 51, 55, 0.65) 100%);
background: -o-linear-gradient(left, rgba(9,111,183,0.8) 0%,rgba(15,166,189,0.9) 100%);
background: -ms-linear-gradient(left, rgba(9,111,183,0.8) 0%,rgba(15,166,189,0.9) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%,rgba(161, 51, 55, 0.65) 100%);*/
background-image: -webkit-linear-gradient(70deg, #0F1940 0%, #9A31CC 60%, #FF730F 100%);
background-image: linear-gradient(20deg, #0F1940 0%, #9A31CC 60%, #FF730F 100%);
opacity: 0.85;
}
.page-subheader:not(.site-subheader-cst) .ph-content-wrap, .site-subheader-cst .ph-content-wrap {
padding-top: 230px;
}
.ph-content-wrap {
padding-bottom: 90px;
}
/*.breadcrumbs {
margin: 0 0 19px;
padding: 5px 10px 5px;
list-style: none;
background: rgba(0, 0, 0, 0.2);
float: left;
border-radius: 0px;
}
.breadcrumbs li:first-child {
padding-left: 0;
background: 0 0;
margin-left: 0;
}
.breadcrumbs li {
float: left;
color: #eee;
line-height: 1.5;
font-size: 13px;
font-weight: 600;
position: relative;
text-transform: uppercase;
}
.breadcrumbs li a {
color: #fff;
}
.breadcrumbs li:after {
border-left-color: #34CC99;
}
.breadcrumbs li:after {
border: 4px solid transparent;
content: '';
height: 0;
width: 0;
pointer-events: none;
display: inline-block;
border-left-color: rgb(161, 51, 55);
margin: 0 5px 0 10px;
}
.breadcrumbs li:last-child:after{display:none}

.subheader-currentdate {
color: #383838;
font: 10px Arial,Helvetica,sans-serif;
float: left;
padding: 3px 10px;
line-height: 1;
background: rgba(255,255,255,.5);
clear: left;
border-radius: 2px;
}
.subheader-titles {
text-align: right;
margin-top: -7px;
}
.subheader-maintitle {
color: #fff;
line-height: 1.3;
margin: 0 0 5px;
}
.subheader-subtitle {
color: #fff;
display: inline-block;
margin: 0;
font-weight: 400;
font-size: 16px;
}*/
/*DERECHA*/
/*#DERECHA {
    font-size: 13.5;
}
#DERECHA h1 {
font-size: 30px;
font-weight: 700;
letter-spacing: .02em;
text-transform: uppercase;
color: #A48C4F;
}
#DERECHA h2 {
    font-size: 20px;
    font-weight: 500;
    /* letter-spacing: .02em; */
    /* text-transform: uppercase; */
    line-height: 31px;
    color: #A48C4F;
}
#DERECHA h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #A48C4F;
}
#DERECHA .ui-decor-2 {
display: inline-block;
width: 70px;
height: 2px;
opacity: .8;
background-color: #A48C4F;
margin-bottom: 20px;
}*/
.galerias  {
margin-bottom: 30px;
}
/*.fancybox-bg {
background: #5F2389;
}
.fancybox-thumbs>ul>li {
border: 5px solid rgba(255, 255, 255, 0);
}
.fancybox-thumbs {
background: #a48c4f;
}*/
/*DRPCAPS*/
.bg-primary, .bg-primary_h:hover, .bg-primary_b:before, .bg-primary_a:after, .pagination_primary > .active > a, .pagination_primary > .active > span, .pagination_primary > .active > a, .pagination_primary > .active > span, .pagination_primary > li > a:hover, .pagination_primary > li > a:focus, .dropcap_primary:first-letter, .tooltip-1 .tooltip-inner, .btn-primary, .forms__label-check-1:after, .forms__label-radio-2:before, .panel-default > .panel-heading, .list-mark-1 li:before, .dropcap_primary:first-letter, .pager li > a:hover, .pagination-2 > li > a:hover, .pagination-2 > li > span:hover, .pagination-2 > li > a:focus, .pagination-2 > li > span:focus, .pagination-2 > .active > a, .pagination-2 > .active > span, .pagination-2 > .active > a:hover, .pagination-2 > .active > span:hover, .pagination-2 > .active > a:focus, .pagination-2 > .active > span:focus, .b-isotope-2 .b-isotope-filter > li > a.current, .b-isotope-2 .b-isotope-filter > li > a:hover, .b-advantages-3_mod-b .b-advantages__icon {
    background-color: #0c27f9;
}
/*.dropcap_primary:first-letter {
color: #fff;
}
.dropcap:first-letter {
float: left;
margin-right: 10px;
padding: 10px;
font-size: 44px;
font-weight: 700;
line-height: 1;
border-width: 2px;
border-style: solid;
}
[class*=confetti] {
position: absolute;
height: 6px;
width: 6px;
opacity: 0.4;
-webkit-animation-iteration-count: infinite;
}

[class*=confetti]:nth-child(odd) {
-webkit-animation-duration: 0.4s;
-webkit-animation-name: confetti1;
}
[class*=confetti]:nth-child(even) {
-webkit-animation-duration: 0.6s;
-webkit-animation-name: confetti2;
}

@-webkit-keyframes confetti1 {
0% {
}
50% {
-webkit-transform: translateX(3px) rotateX(90deg) rotateY(45deg);
}
100% {
-webkit-transform: rotateX(180deg) rotateY(45deg);
}
}
@-webkit-keyframes confetti2 {
0% {
}
50% {
-webkit-transform: translateX(-3px) rotateY(90deg) rotateX(45deg);
}
100% {
-webkit-transform:rotateY(180deg) rotateX(45deg);
}
}*/
/*EVENTO INTERIOR*/

/*.tabla-evento {
    background-color: rgb(247, 247, 247);
    font-size: 15px;
}
.tabla-evento > tbody > tr:nth-of-type(odd) {
background-color: #fff;
}
.tabla-evento i {
    color: rgb(88, 35, 134);
	    font-size: 18px;
}
.fondoevento a > img  {
    max-height: 332px;
}*/
/* ==========================================================================
SCROLL DOWN
========================================================================== */
.scroll-down {
    height: 40px;
    width: 40px;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.scroll-down:before {
    height: 20px;
    width: 20px;
    background: #0c27f9;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    z-index: 1;
}
.scroll-down-icon {
    height: 10px;
    width: 10px;
    display: block;
    margin-left: -5px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    color: #111;
    font-size: 15px;
    -webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite;
    z-index: 2;
}
/* ==========================================================================
BOTON SELECCION IDIOMA
========================================================================== */
@media screen and (max-width: 767px) {
.boton-derecha {
    text-align: right;
}
}
.margenbtntranslate2 {
margin-top: 8px;
}
.flag-icon-cat {
	background-image: url(../images/ca.png);
}
.flag-icon-esp {
	background-image: url(../images/es.png);
}
.flag-icon,.flag-icon-background{background-repeat:no-repeat;background-size:contain;background-position:50%}.flag-icon{position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}

/* ==========================================================================
MAPA
========================================================================== */
 
#map {
    width: 100%;
    height: 400px;
    margin-top: 0px; 
    margin-bottom: 0px; 
}

#mapa {
	padding:0px !important;
	 margin-top: 0px; 
    margin-bottom: 0px; 
	
}

.info-window {
	padding:0px;
	margin:0px;
}
.info-window h3 {
    /* font-family: "Poppins", Helvetica, Arial, sans-serif; */
    color: #0c27f9;
    font-size: 15px !important;
    margin-bottom: 8px;
    margin-top: 10px;
}
.info-window p {
    margin: 0 0 2px;
}
.info-content {
    color: #000;
	padding:0px;
	margin:0px;
}

/* ==========================================================================
    9.10. COMMENT FORM
    ========================================================================= */
.form-control {
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#commentform {
    margin-top: 10px;
}
.comment-form{
    width: 100%;
    float: left;
}
.comment-form .form-group{
    margin-bottom: 20px;
}
.comment-form .form-group:nth-child(2),
.comment-form .form-group:nth-child(3){
    padding-right: 0;
}

.comment-form .wpcf7-message{
    width: 100%;
}
.comment-form .wpcf7-submit.btn{
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
}
.comment-form label{
    width: 100%;
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    color: #303136;
}
.required {
    color: #0c27f9;
}
.italic {
    font-style: italic;
    color: #444444;
}
.comment-form .wpcf7-submit {
    margin-top: 15px;
}

/* ==========================================================================
     CONTACTO
    ========================================================================= */
#contacto {
    padding: 0;
    background-color: white;
}
#contacto h2 {
    color: rgb(9 41 234);
    font-weight: 600;
}
.wpcf7 .form-group{
    margin-bottom: 20px;
}

.wpcf7 label {
    width: 100%;
    padding-bottom: 1px;
}
.wpcf7-text, 
.wpcf7-select,
.wpcf7-textarea{
    background: transparent;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px 20px 12px;
    font-size: 14px;
}
.wpcf7-text:focus, 
.wpcf7-select:focus,
.wpcf7-textarea:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
}

.wpcf7-textarea{
    resize: none;
}
.wpcf7-submit {
    /* margin-top: 40px; */
    margin-bottom: 50px;
}
.wpcf7-text::-webkit-input-placeholder,
.wpcf7-textarea::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 14px;
}
.wpcf7-text::-moz-placeholder,
.wpcf7-textarea::-moz-placeholder {
    color: #aaaaaa;
    font-size: 14px;
}
.wpcf7-text:-ms-input-placeholder,
.wpcf7-textarea:-ms-input-placeholder {
    color: #aaaaaa;
    font-size: 14px;
}

.contact-form .form-group{
    width: 100%;
    float: left;
    padding-right: 0;
}
.contact-form .form-group.form-group-half{
    width: 50%;
    float: left;
    padding-right: 30px;
}
.contact-form .form-group.wpcf7-message{
    width: 100%;
}
.contact-form .form-group:nth-child(2),
.contact-form .form-group:nth-child(3){
    padding-right: 0;
}
.contact-form label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #0c27f9;
    text-align: left;
}
.contact-form .wpcf7-text, 
.contact-form .wpcf7-select,
.contact-form .wpcf7-textarea{
    border: none;
    padding: 14px 0 20px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 15px;
}
.custom-background .contact-form .wpcf7-text,
.custom-background .contact-form .wpcf7-select,
.custom-background .contact-form .wpcf7-textarea {
    border-bottom: 1px solid #CBCBCB;
}
.contact-form .wpcf7-text::-webkit-input-placeholder,
.contact-form .wpcf7-textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}
.contact-form .wpcf7-text::-moz-placeholder,
.contact-form .wpcf7-textarea::-moz-placeholder {
    color: #666;
    font-size: 16px;
}
.contact-form .wpcf7-text:-ms-input-placeholder,
.contact-form .wpcf7-textarea:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

.dark .contact-form .wpcf7-text::-webkit-input-placeholder,
.dark .contact-form .wpcf7-textarea::-webkit-input-placeholder {
    color: #666666;
}
.dark .contact-form .wpcf7-text::-moz-placeholder,
.dark .contact-form .wpcf7-textarea::-moz-placeholder {
    color: #666666;
}
.dark .contact-form .wpcf7-text:-ms-input-placeholder,
.dark .contact-form .wpcf7-textarea:-ms-input-placeholder {
    color: #666666;
}
.dark .contact-form .wpcf7-text, 
.dark .contact-form .wpcf7-select,
.dark .contact-form .wpcf7-textarea{
    border-bottom: 1px solid #555555;
}

.contact-form.style-2 .wpcf7-text, 
.contact-form.style-2 .wpcf7-select,
.contact-form.style-2 .wpcf7-textarea{
    border: 1px solid #E3E3E3;
    padding: 14px 20px;
    background-color: #fff;
    font-size: 15px;
}
.contact-form.style-2 .wpcf7-text::-webkit-input-placeholder,
.contact-form.style-2 .wpcf7-textarea::-webkit-input-placeholder {
    color: #AAAAAA;
    font-size: 14px;
}
.contact-form.style-2 .wpcf7-text::-moz-placeholder,
.contact-form.style-2 .wpcf7-textarea::-moz-placeholder {
    color: #AAAAAA;
    font-size: 14px;
}
.contact-form.style-2 .wpcf7-text:-ms-input-placeholder,
.contact-form.style-2 .wpcf7-textarea:-ms-input-placeholder {
    color: #AAAAAA;
    font-size: 14px;
}
.g-recaptcha {
    float: left;

}
.wpcf7-text:focus, .wpcf7-select:focus, .wpcf7-textarea:focus, .btn-wrapper .btn.btn-outlined, .footer-light .widget_tag_cloud a:hover, .footer-dark .widget.widget_search .a_search:focus, .footer-light .widget.widget_search .a_search:focus, .blockquote-standard.theme-color, .contact-form .wpcf7-text:focus, .contact-form .wpcf7-textarea:focus, .dark .contact-form .wpcf7-text:focus, .dark .contact-form .wpcf7-select:focus, .dark .contact-form .wpcf7-textarea:focus, .tabs li.active a, .tabs li a:hover, .pricing-table.plan-1.plan-highlighted, .left-menu.dark .social-links.outlined-dark.natural-hover a:hover, .page-content .newsletter .email:focus, .newsletter-popup, .newsletter-popup .newsletter input:focus, .woocommerce.woocommerce-page .product .woocommerce-tabs #review_form_wrapper .comment-form .comment-form-author input:focus, .woocommerce.woocommerce-page .product .woocommerce-tabs #review_form_wrapper .comment-form .comment-form-email input:focus, .woocommerce.woocommerce-page .product .woocommerce-tabs #review_form_wrapper .comment-form-comment #comment:focus {
    border-color: #0c27f9;
}
.contact-form .wpcf7-text, .contact-form .wpcf7-select, .contact-form .wpcf7-textarea {
    border: none;
    padding: 4px 0 7px 0;
    border-bottom: 3px solid #eeeeee;
    font-size: 15px;
}

#quienes {
    padding: 0;
    background-color: white;
}
#quienes h2 {
    color: rgba(255,255,255,1.00);
    font-weight: 600;
}
#quienes .parrafoblanco {
    font-size: 14px;
    color: white;
    font-weight: 500;
}
#quienes h3 {
    font-size: 20px;
}
#quienes span {
    color: #0c27f9;
}
#quienes .quienes2 p {
    margin: 0 0 10px;
    line-height: 20px;
}
#quienes .quienes2 {
	padding:30px
}
/* ==========================================================================
     DATOS
    ========================================================================= */
.datos {
    /* padding-top: 45px; */
    padding-bottom: 45px;
    background-color: black;
    color: #ffffff;
}
		.datos a {
    color: #fff;
}
	.enh_icon_box i {
    font-size: 40px;
    margin: 10px 0 0 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #0c27f9;
}
.enh_icon_box_content {
    margin-top: 20px !important;
}
/* ==========================================================================
     BOTON INTECO
    ========================================================================= */
.btn-inteco { 
  color: #FFFFFF; 
  background-color: #0c27f9; 
  border-color: #0c27f9;
  border-radius:0 
} 
 
.btn-inteco:hover, 
.btn-inteco:focus, 
.btn-inteco:active, 
.btn-inteco.active, 
.open .dropdown-toggle.btn-inteco { 
  color: #FFFFFF; 
  background-color: #E06100; 
  border-color: #0c27f9; 
} 
 
.btn-inteco:active, 
.btn-inteco.active, 
.open .dropdown-toggle.btn-inteco { 
  background-image: none; 
} 
 
.btn-inteco.disabled, 
.btn-inteco[disabled], 
fieldset[disabled] .btn-inteco, 
.btn-inteco.disabled:hover, 
.btn-inteco[disabled]:hover, 
fieldset[disabled] .btn-inteco:hover, 
.btn-inteco.disabled:focus, 
.btn-inteco[disabled]:focus, 
fieldset[disabled] .btn-inteco:focus, 
.btn-inteco.disabled:active, 
.btn-inteco[disabled]:active, 
fieldset[disabled] .btn-inteco:active, 
.btn-inteco.disabled.active, 
.btn-inteco[disabled].active, 
fieldset[disabled] .btn-inteco.active { 
  background-color: #0c27f9; 
  border-color: #0c27f9; 
} 
.btn-inteco .badge { 
  color: #0c27f9; 
  background-color: #FFFFFF; 
}

/* ==========================================================================
     CONTRACT
    ========================================================================= */
#contract  {
    padding: 65px 0;
}
#contract h2 {
    color: rgb(254, 110, 0);
    font-weight: 600;
}
h4 {
    word-spacing: 0.8pt;
    line-height: 1.3;
    font-weight: 500;
    text-transform: inherit;
}
#listacontract {
    color: #0c27f9;
    font-size: 17px;
    padding-top: 20px;
    /* border: 1px solid; */
}
#listacontract li {
    /* color: #ea0a2c; */
    /* font-size: 17px; */
    /* border: 1px solid; */
    border-left: 3px solid #000;
    margin-right: 13px;
    padding-left: 12px;
}
/* ==========================================================================
     JARALLAX
    ========================================================================= */
	.jarallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.altominimo {
    min-height: 500px;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.jarallax {
   /* min-height: 600px;*/
}
/* ==========================================================================
     LINEAS DE FONDO
    ========================================================================= */
	.layout {
    position: relative;
    overflow: hidden;
}
.page-lines {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-lines .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 50000px;
    background-color: rgba(255,255,255,0.08);
}
/* 2.2 Vertical Panel */



/*.vertical-panel, .vertical-panel-content {
    position: absolute;
    width: 19.735vmin;
    left: 0;
    top: 398px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
*/
.vertical-panel, .vertical-panel-content {
    position: absolute;
    width: 19.735vmin;
    left: 0;
    top: 54%;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vertical-panel{
  z-index: 3;
  height: 10000px;
  background-color: #2b2b2b;
}

.vertical-panel-content{
  z-index: 4;
}

.vertical-panel-info{
  margin-bottom: 3.5vmin;
}

.vertical-panel-info .line{
  height: 5vmin;
  width: 1px;
  margin:15px auto 0;
  background-color:#646464;
}

.vertical-panel-title{
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #fff;
  position: relative;
  left: -6px;
  margin:0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
   -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-height: 850px){
  .vertical-panel-title{
    display: none;
  }
}

.social-list{
  margin-bottom: 3.5vmin;
  list-style: none;
    padding-left: 0;
}

.social-list li{
  margin-top: 3.8vmin;
}

.social-list .fa{
  font-size: 2.4vmin;
  color: #606060;
}

.social-list .fa:hover{
  color:#c5a47e;
  text-decoration: none;
}
/* ------------------------------------------------------------------------------- */
/*  5. Projects
/* ------------------------------------------------------------------------------- */



.bg-projects{
  position: relative;
  background:url(../img/bg/projects.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.project{
  padding: 0;
  overflow: hidden;
}

.project figure{
  position: relative;
}

.project figure img{
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.project figure:after{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project.project-light figure:after{
  opacity: 0.4;
}
    
.project figcaption{
  position: absolute;
  z-index: 1;
  left: 0;
  top:0;
  right:0;
  bottom:0;
  margin: 3.2em 3.6em;
}

.project-title {
    position: relative;
    top: 0;
    left: 40px;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 1.56em;
    line-height: 1.45;
    letter-spacing: 0.07em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project-category {
    position: absolute;
    left: 0;
    top: 192px;
    margin: 0 0 -0.8em;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.8em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    /* transform: rotate(-90deg); */
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    /* background-color: chocolate; */
    text-align: right;
    width: 199px;
}
.project-zoom {
    font-family: 'themify';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9em;
    height: 9em;
    margin: -4.5em;
    border-radius: 50%;
    background-color: rgb(67 92 188);
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.project-zoom:after {
    content: "\e611";
    font-size: -webkit-xxx-large;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    /* width: 2.625em; */
    /* height: 2.625em; */
    /* background: url(../img/img-icon/zoom.png) 0 0 no-repeat; */
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project figure:hover:after{
  opacity: 0;
}

.project figure:hover img{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project figure:hover .project-title{
  top:30px;
  opacity: 0;
}

.project figure:hover .project-category{
  opacity: 0;
  letter-spacing: 2em;
}

.project figure:hover .project-zoom{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}



/* 5.1 Carousel */



.owl-prev,
.owl-next{
  position: absolute;
  top:50%;
  font-family: 'Oswald', sans-serif;
  font-size:1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.owl-prev:hover,
.owl-next:hover{
  opacity: 1;
}

.owl-prev{
  left: 0.8em;
  padding-left: 35px;
  background:url(../img/img-icon/prev.png) left 50% no-repeat;
  background-size: 1.3em 1em;
  
}

.owl-next{
  left: auto;
  right: 0.8em;
  padding-right: 35px;
  background:url(../img/img-icon/next.png) right 50% no-repeat;
  background-size: 1.3em 1em;
}

/* ------------------------------------------------------------------------------- */
/*  5. CONTADORES
/* ------------------------------------------------------------------------------- */
.contador .counter {
    opacity: 0.7;
    color: #0c27f9;
    font-size: -webkit-xxx-large;
}
.contador h4 {
    color: #FFF;
    font-size: large;
}

	.contador h4:before {
	content: " ";
	color: #FFF;
	display:block;
	border: 1px solid #FFF;
	width:30%;
	margin: 10px auto 21px;
	opacity: 0.7;
	
	}
	
	@media screen and (min-width:1200px){
.navbar-nav > li {
    padding-left: 77px;
}
}
	@media (min-width: 992px) and (max-width: 1199px) {
.navbar-nav > li {
    padding-left: 50px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav > li {
    padding-left: 20px;
}
}
.btn-filtros {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    /* border-color: #EA0A2C; */
    border-radius: 0px;
    border-bottom: 4px solid #0c27f9;
}
 
.btn-filtros:hover, 
.btn-filtros:focus, 
.btn-filtros:active, 
.btn-filtros.active, 
.open .dropdown-toggle.btn-filtros { 
  color: #0c27f9; 
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 4px solid #FFF;
} 
 
.btn-filtros:active, 
.btn-filtros.active, 
.open .dropdown-toggle.btn-filtros { 
  background-image: none; 
} 
 
.btn-filtros.disabled, 
.btn-filtros[disabled], 
fieldset[disabled] .btn-filtros, 
.btn-filtros.disabled:hover, 
.btn-filtros[disabled]:hover, 
fieldset[disabled] .btn-filtros:hover, 
.btn-filtros.disabled:focus, 
.btn-filtros[disabled]:focus, 
fieldset[disabled] .btn-filtros:focus, 
.btn-filtros.disabled:active, 
.btn-filtros[disabled]:active, 
fieldset[disabled] .btn-filtros:active, 
.btn-filtros.disabled.active, 
.btn-filtros[disabled].active, 
fieldset[disabled] .btn-filtros.active { 
  background-color: #FFFFFF; 
  border-color: #0c27f9; 
} 
 
.btn-filtros .badge { 
  color: #FFFFFF; 
  background-color: #0c27f9; 
}
#proyectos .btn:focus, #proyectos .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.ir-arriba {
    display: none;
    padding: 20px;
    background: #0c27f9;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
#destacados p {
	color:rgba(255,255,255,1.00)
	}
	#destacados h4, #destacados h2, #destacados LI {
	color:rgba(255,255,255,1.00)
	}