/*
Theme Name: CRN
*/

.banda::before {
  display: block;
  content: " ";
  margin-top: -120px;
  height: 120px;
  visibility: hidden;
  background: #f1f4fa;
}





.owl-stage {
  display: table !important;
}



.owl-carousel .owl-item .item {
  text-align: center;
  /*width: 750px !important;*/
}
.owl-item, .owl-item.cloned, .owl-item.active {
  float: left !important;
  display: table-cell !important;
  vertical-align: middle;
  
 /* width: 1208px !important;*/
  
}
.owl-carousel .owl-stage::before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-item, .owl-item.cloned,.owl-item.active {
opacity:0.3;

}

.owl-item.active.center{
	opacity:1;

}




/*.owl-carousel .owl-item.active.center .item img, 
.owl-carousel .owl-item.cloned.active.center .item img {
  padding: 0 0 0 33%;
width: auto !important;
 
}
.owl-carousel .owl-item.cloned .item img, 
.owl-carousel .owl-item .item img  {
padding: 0;
width: auto !important;
}
.owl-carousel .owl-item.cloned.active .item img, 
.owl-carousel .owl-item.active .item img  {
padding: 0px 24%;
width: auto !important;
}*/


.owl-carousel .owl-item.active.center .item img, 
.owl-carousel .owl-item.cloned.active.center .item img {
padding: 0px 20px;
width: 100% !important;
 
}


.owl-carousel .owl-item.cloned .item img, 
.owl-carousel .owl-item .item img  {
padding: 0px 20px;
width: 100% !important;
}
.owl-carousel .owl-item.cloned.active .item img, 
.owl-carousel .owl-item.active .item img  {
padding: 0px 20px;
width: 100% !important;
}



.owl-carousel .owl-item.active.center, 
.owl-carousel .owl-item.cloned.active.center{


}

 

.owl-carousel .owl-item.cloned, 
.owl-carousel .owl-item {


}


.owl-carousel .owl-item.cloned.active, 
.owl-carousel .owl-item.active{


}











.owl-theme .owl-nav {
  margin-top: 0px !important;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 90%;
  		transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);

}
.owl-prev {
  left: 0;
  position: absolute;
}
.owl-next {
  right: 0;
  position: absolute;
}
.owl-theme .owl-nav [class*="owl-"] {
  font-size: 22px !important;
line-height: 22px !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000 !important;
}
.owl-nav .owl-next {
  background: url(images/next.png) no-repeat !important;
width: 50px;
height: 50px;
text-indent: -9999px;
}
.owl-nav .owl-prev {
  background: url(images/prev.png) no-repeat !important;
width: 50px;
height: 50px;
text-indent: -999px;
}

.centro {
width: 1268px;
position: absolute;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
padding: 2% 30px;
margin: 0 auto;
left: 50%;
top: 50%;
z-index: 3; 
}
.centro-in {
  background: #fff;
  padding: 60px 40px;
  width: 32%;
}
.centro h2 {
text-transform: uppercase;
font-size: 24px;
color: #399bd3;
margin: 0 0 15px 0;
font-family: 'Norms Pro Bold_0';

}
.centro p {
  font-size: 18px;
  line-height: 22px;
}

/*-[ Formulario ]------------------*/
input, textarea, select {
padding: 25px;
color: #000;
width: 100%;
border: 1px solid #e3e3e3;
margin: 20px 0 0 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
box-sizing: border-box;
font: 18px/22px Norms Pro Regular;
}
.wpcf7-form.init br {
  float: left;
  
}
.wpcf7-form.sent br {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  float: left !important;
  width: 100% !important;
  margin: 30px 0 0 0 !important;
  border: none;
  background: #00a0d2;
  padding: 25px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
line-height: 18px;
font-family: Norms Pro Medium;
text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  padding: 25px !important;
  margin: 30px 0 0 0 !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  border: none;
  background: #fd5d5d;
  color: #fff !important;
}
.wpcf7 input[type="email"], .wpcf7 input[type="text"] {
  width: 48%;
  float: left;
}
.wpcf7 input[type="text"] {
margin: 0 2% 0 0;
}
.wpcf7 input[type="email"] {
margin: 0 0 0 2%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 2% 0 0 0 !important;
  float: left !important;
  width: 100% !important;
}
span .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}
.wpcf7-form.invalid br {
  display: none;
}
.wpcf7-form-control.wpcf7-submit {
width: auto;
border: 0px;
background: #399bd3;
color: #fff;
cursor: pointer;
-webkit-appearance: none;
-webkit-border-radius: 2px;
border-radius: 2px;
box-sizing: border-box;
padding: 16px 30px;
font: 14px/18px Norms Pro Bold_0;
float: right;
text-transform: uppercase;
margin: 2% 0 0 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	background-color: #fff;
   background-image: url(./images/sejilla.png);
background-repeat: no-repeat;
background-position: center right 30px;
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
box-sizing: border-box;
padding: 25px 20px;
}
input:focus, textarea:focus { }
::-webkit-input-placeholder { color: #000 }
::-moz-input-placeholder { color: #000 }
::-ie-input-placeholder { color: #000 }
::-o-input-placeholder { color: #000 }
::input-placeholder { color: #000 }

.wpcf7-not-valid-tip {
  display: none !important;
}
#mapa {
float:left;
width:100%;
}

/*-[Servicios]----------------------------------------------------------------------*/

.faja-adentro-servicios {
  width: 1268px;
  margin: 0 auto;
  overflow: hidden;
  padding:2.5% 30px;
      display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  	-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;
	position:relative;
	z-index: 1;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
}

.servicio {
  width: 30%;
  float: left;
  background: #399bd3;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
  margin: 2.5% 0;
  color: #fff;
  padding: 4% 0;
}
.servicio-imagen {
  width: 140px;
  margin: 0 0 15px 30px;
  float: left;
}
.servicio-header {
  padding: 0 0 0 30px;
  float: left;
}
.title-serv {
  text-transform: uppercase;
  font-family: Norms Pro Bold_0;
  margin: 20px 0 10px 0;
  border-bottom: 2px solid #fff;
  font-size: 18px;
  line-height: 0;
  width: 100%;
  float: left;
}
.title-serv span {
  background: #399bd3;
  padding: 0 12px 0 0;
}
.bajada-serv {
font-size: 18px;
line-height: 21px;
float: left;
padding: 10px 30px 0 0;
}
/*-[Slider]----------------------------------------------------------------------*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none !important; }
/* FlexSlider Necessary Styles
*********************************/
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li {display: none; list-style: none; -webkit-backface-visibility: hidden; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; height: 355px; display: block; }
.flex-pauseplay span { text-transform: capitalize }
/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block }
* html .slides { height: 1% }
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block }
/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0;  position: relative; zoom: 1; width: 90%;
max-width: 1730px;
margin: 0 auto;}
.flex-container { margin-bottom: 25px }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px }
.flexslider .slides { zoom: 1; margin: 0; }
.slidertitle { font-size: 45px; line-height: 45px; padding: 0;
text-transform:uppercase; }
/*.title.slidertitle a p {
  margin: 0;
  background: #399bd3;
  float: left;
  padding: 5px 10px;
  clear: both;
  margin: 0 0 5px 0;
  color: #fff;
}*/
.title.slidertitle p {
  margin: 0;
  background: #399bd3;
  float: left;
  padding: 5px 10px;
  clear: both;
  margin: 0 0 5px 0;
  color: #fff;
}
.title.slidertitle a:hover p {

  background: #000;

}
.slidertitle a { color: #fff }
.sliderAuthor { float: left; margin-bottom: 10px; }
.sliderAuthor span { color: #8a8a8a }
.slidertext { float: left; font-size: 14px; line-height: 1.5; overflow: hidden; max-height: 126px; }
.carousel { position: relative; margin-bottom: 20px; }
.carousel .slides { margin: 0 }
.carouseltitle { font-size: 12px; color: #575757;  }
.carousel li { margin-right: 15px }
.carousel-thumbnail { margin-bottom: 8px; overflow: hidden; }
/* Direction Nav */
.flex-direction-nav { *height: 0;margin: 0 !important;
width: 90%;
top: 50%;
position: absolute;
left: 50%;
		transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);
}
.flex-direction-nav a { background-color: #40a8ff; width: 16px; height: 26px; padding: 0 6px; margin: -20px 0 0; display: block; position: absolute; bottom: 46%; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease; }
.flexslider .flex-next { right: 0;
background-image: url(images/next.png);
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
width: 50px;
height: 50px; }
.flexslider .flex-prev {left: 0;
background-image: url(images/prev.png);
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
width: 50px;
height: 50px; }

.flex-direction-nav .flex-disabled { opacity: .3!important; filter: alpha(opacity=30); cursor: default; }
.carousel .flex-direction-nav a { top: 0; right: 0; margin: 0; margin-top: -4px; }
.carousel .flex-direction-nav .flex-next { background: #f09a2b url(../images/next.png) no-repeat center center; right: 0%; }
.carousel .flex-direction-nav .flex-prev { background: #f09a2b url(../images/prev.png) no-repeat center center; right: 5.5%; }
.carousel .flex-disabled { background-color: #dedede }
.slider-thumbnail { width: 100%; float: left; margin: 0; overflow: hidden; }
.flex-caption {color: #fff;
width: 1268px;
float: left;
position: absolute;
padding: 0 30px;
		transform: translate(-50%,0);-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0);
left: 50%;
top: 20%; }

/* Control Nav */
.flex-control-nav {position: absolute;
bottom: 10%;
margin: 0 !important;
left: 50%;
width: 1268px;
padding: 0 30px;
transform: translate(-50%,0);-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0);}
.flex-control-nav li { margin: 0 6px 0 0; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a {width: 13px;
height: 13px;
display: block;
background: #399bd3;
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
border: 2px solid #399bd3; }
.flex-control-paging li a:hover { background: #000;border: 2px solid #000; }
.flex-control-paging li a.flex-active {background: transparent; cursor: default; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1 }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }



figure.wp-block-embed.is-type-video .wp-block-embed__wrapper{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /*16:9*/
}
figure.wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;margin: 20px 0; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.content {
    width: 100%;
    float: left;
}
.wp-block-embed.is-type-rich.is-provider-twitter.wp-block-embed-twitter .video-container {
    display: inline-block;
	padding: 0;
height: 100%;
	margin: 10px 0;
}
.responsive-container {
        position: relative;
        padding-bottom: 50.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 1em;
}
.responsive-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
/*-[ULTIMO]----------------------------------------------------------------------*/

/*-[home]----------------------------------------------------------------------*/
.categoria a{
color:#399bd3;
}
.title a:hover { color: #399bd3; }
.title-negro a:hover { color: #000000; }
.title a, .title-negro a { color: #3a3637; }
.title-celeste a { color: #399bd3;
}
.title-celeste a:hover { color: #000000; }
/*- scroll 1-----------------*/
.faja-1 {

  width: 100%;
}
.faja-1-adentro {
  /*width: 75%;*/
  margin: 0 auto;
  overflow: hidden;
  width: 1268px;
padding: 0 30px;
}
.nota-1 {
  display: flex;
  margin: 40px 0;
  display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
	-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
}
.n1-header {
	padding: 0 40px 0 0;
  width: 50%;
  float: left;
}
.categoria {
	line-height: 16px;
  font-size: 14px;
  text-transform: uppercase;
  color:#399bd3;
}
.nota-4 .categoria a{
	float:left;
	width:auto !important;
}
.fecha {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
}
.title-home-1 {
  font-size: 36px;
  line-height: 40px;
  /*margin: 80px 0 25px 0;*/
  margin: 7% 0 25px 0;
}
.bajada-1 {
  width: 100%;
}
.autor-span a {
}
.autor-span {
  font-size: 14px;
}
.n1-imagen {
  width: 50%;
  position: relative;
}
/*- scroll 2-----------------*/
.faja-gris {
  float: left;
  width: 100%;
  background:#f6f6f6;
  position: relative;
}
.faja-banner {
  float: left;
  width: 100%;
  background:#ffffff;
  position: relative;
}
.faja-adentro-banner {
  width: 1268px;
  margin: 0 auto;
  overflow: hidden;
  padding:50px 30px 0px 30px;
      display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.faja-adentro-flex {
  width: 1268px;
  margin: 0 auto;
  overflow: hidden;
  padding:50px 30px;
      display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.col-60 {
  width: 66%;
  float: left;
  padding: 0 60px 0 0;
}
.nota-2 {
  width: 100%;
  float: left;
  position: relative;
    display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px 0;
}
.n2-imagen {
  width: 45%;
}
.n2-header {
width: 55%;
padding: 0 0 0 30px;
}
.title-home-2 {
  font-size: 22px;
  line-height: 24px;
  margin: 30px 0 20px 0;
}
.cat-fecha::before {
  width: 40px;
content: "";
height: 1px;
background: #399bd3;
position: absolute;
top: 50%;
left: -55px;
}
.cat-fecha {
  position: relative;
  width: 100%;
}


.col-30::before {
  background: #fff;
  content: "";
  width: 90%;
  display: inline-block;
  height: 100%;
  min-height: 100%;
  position: absolute;
  right: 0;
}


.col-30 {
  width: 34%;
  float: left;
  position:relative;
}
.tit-protagonistas::before {
  width: 40px;
content: "";
height: 1px;
background: #399bd3;
position: absolute;
top: 50%;
left: -65px;
}
.tit-protagonistas {
color:#399bd3;
position: relative;
margin: 30px 0 20px 20%;
}
.nota-3 {
  float: left;
  position: relative;
    display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-align: flex-end;
  -webkit-flex-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  margin: 0 0 35px 0;
}
.n3-imagen {
  width: 43%;
  float: left;
}
.n3-header {
  width: 57%;
  padding: 0 30px 0 20px;
}
.title-home-3 {
  font-size: 16px;
line-height: 20px;
}

.n3-header .fecha {
	color:#b2b2b2;
	margin: 5px 0 16px 0;
}

/*- scroll 3-----------------*/
.faja-blanca {
  float: left;
  width: 100%;
  background:#ffffff;
  position:relative;
}
.fodo-top {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 0;
  width: 21%;
}
.fodo-bottom {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 0;
  width: 21%;
}
.fodo-top svg, .fodo-bottom svg {
  float: left;
}
.faja-adentro-flex-justificado {
  width: 1268px;
  margin: 0 auto;
  overflow: hidden;
  padding:50px 30px;
      display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  	-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;
	position:relative;
	z-index: 1;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
}
.faja-adentro-logos {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding:50px 0px;
	position:relative;
	z-index: 1;

}
.tit-seccion {
width: 100%;
text-align: center;
margin: 80px auto 20px auto;
color: #399bd3;
font-size: 30px;
line-height: 0px;
z-index: 1;
position: relative;
border-bottom: 3px solid #f6f6f6;
text-transform: uppercase;
}
.tit-seccion span {
  background: #fff;
  padding: 0 15px;
}
.nota-4 {
  width: 22%;
  background: #fff;
  padding: 2%;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
	
	display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	flex-direction: row;-webkit-flex-direction: row;-ms-flex-direction: row;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	
}
.nota-4 a {
  position: relative;
  display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
  width: 100%;
 -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.nota-4:hover {
border: 1px solid rgba(80, 164, 193, 0.2);
}
.n4-imagen {
  width: 100%;
  float: left;
}
.n4-header {
  margin: 0;
  float: left;
  /*display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;*/
}
.title-home-4.title {
color: #3a3637;
margin: 15px 0 0 0;
float: left;
}
.line {
  width: 35px;
  height: 1px;
  background: #399bd3;
  margin: 30px 0 15px 0;
  align-self: flex-end;
}

/*- scroll 4-----------------*/

.nota-5 {
  width: 28%;
  float: left;
}
.n5-header {
float: left;
position: relative;
display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
-webkit-box-align: flex-end;
-webkit-flex-align: flex-end;
-ms-flex-align: flex-end;
-webkit-align-items: flex-end;
align-items: flex-end;
width: 100%;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;

}
.n5-imagen {
  width: 45%;
  float: left;
}
.n5-imagen-t {
  width: 45%;
  float: left;
}
.n5-imagen-t img{
	border:1px solid #ccc;
}
.n5-imagen img{
-webkit-filter: grayscale(1); /* Webkit */
filter: gray; /* IE6-9 */
filter: grayscale(1); /* W3C */
}
.cat-fecha-5 {
  position: relative;
  width: 55%;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;

}
.cat-fecha-5::before {
  width: 40px;
  content: "";
  height: 1px;
  background: #399bd3;
  position: absolute;
  top: 50%;
  left: -25px;
}
.title-home-5.title-negro {
  width: 100%;
  margin: 30px 0 0 0;
  float: left;
}
.autor-span-1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #399bd3;
}
.autor-span-1 a{
  color: #399bd3;
}

/*- scroll 4-----------------*/
.nota-4-gris {
  width: 22%;
  background: #f6f6f6;
  padding: 2%;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
	border: 1px solid rgba(246, 246, 246);
	
	display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	flex-direction: row;-webkit-flex-direction: row;-ms-flex-direction: row;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	
}

.nota-4-gris a {
  position: relative;
  display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
  width: 100%;
 -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.nota-4-gris:hover {
border: 1px solid rgba(80, 164, 193, 0.2);
}


.cat-fecha-solo {
  align-self: flex-end;
  width: 100%;
  margin: 30px 0 0 0;
}


#archive-repo .nota-6 {
  margin: 0 0 30px 0;
  width: 45%;
}

.nota-6 {
  width: 31%;
  float: left;
position: relative;
display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
-webkit-box-align: flex-end;
-webkit-flex-align: flex-end;
-ms-flex-align: flex-end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.n6-imagen {
  float: left;
  width: 30%;
  background: #f6f6f6;
}
.n6-imagen img {
  padding: 8px;
}
.title-home-6.title-negro {
  width: 70%;
  padding: 0 0 20px 30px;
  position: relative;
}
.title-home-6.title-negro::before {
width: 40px;
content: "";
height: 1px;
background: #399bd3;
position: absolute;
bottom: 52px;
left: -25px;
}

/*-[single post]----------------------------------------------------------------------*/

#page-interior {
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 100px;
    float: none;
    clear: both;
    width: 100%;
    margin: 0 auto;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.page-header {
  float: left;
  width: 100%;
  position: relative;
}
.bloque-gris {
  position: absolute;
  width: 70%;
  right: 0;
  top: 0;
  min-height: 100%;
  background: #f6f6f6;
}
.page-header-adentro {
	width: 1268px;
margin: 0 auto;
overflow: hidden;
padding: 60px 30px;
display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
-webkit-box-align: center;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.text-header {
  width: 48%;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 0;
}
.text-header-sf {
  width: 70%;
  position: relative;
  z-index: 1;
  padding: 0 ;
}
.breadcrumb {
width: 100%;
 
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.02em;
margin: 0 0 34px 0;
color: #399bd3;
}
.breadcrumb a:first-of-type {
    margin: 0 10px 0 0;
}
.breadcrumb a {
    margin: 0 10px;
	color: #399bd3;
}
.seperator {
	color:#399bd3;
    margin: 0 5px;
}
.breadcrumb > div {
  display: inline-block;
}
.single-title {
display: block;
font-size: 30px;
line-height: 34px;
margin: 30px 0 15px 0;
color: #14273c;
}
.bajada-interior {
	margin: 20px 0 0 0;
  width: 100%;
}
.bajada-interior p{
	margin: 0;
}
.imagen-header {
  width: 52%;
  position: relative;
  z-index: 1;
}
.imagen-header-libros {
	margin: 0 0 0 5%;
  width: 25%;
  position: relative;
  z-index: 1;
}
.imagen-header img {
  float: left;
  border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}



.page-content {
  width: 1268px;
  padding: 60px 6% 0px 6%;
  margin: 0 auto;
}
.shared-button {
    float: left;
    width: 20%;
    position: sticky;
    position: -webkit-sticky;
    top: 170px;
    clear: both;
	margin: 15px 0 0 0;
}
.shared-button a {
background: #f6f6f6;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
float: left;
margin: 0 0 18px 0;
clear: both;
width: 50px;
height: 50px;
padding: 3px;
}
.svg-redes {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 10px;
}

.article {
width: 80%;
float: left;
}


.post-single-content {
font-size: 18px;
line-height: 24px;
width: 100%;
float: left;
font-family: 'Source Serif Pro', serif;
color: #14273c;
}


.bloque-gris-repo {
  position: absolute;
  width: 70%;
  right: 0;
  top: 0;
  height: 250px;
  background: #f6f6f6;
}

figure.wp-block-embed.is-type-video .wp-block-embed__wrapper{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /*16:9*/
}
figure.wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.relacionados {
	float: left;
width: 100%;
position: relative;
}
.relacionados-adentro {
width: 1268px;
margin: 0 auto;
overflow: hidden;
padding: 60px 30px;
display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
/*-webkit-box-align: center;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;*/
z-index:1;
position: relative;
-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;
}
.title-section {
  width: 100%;
  font-size: 48px;
  line-height: 48px;
  margin: 30px 0 40px 0;
  color: #399bd3;
}
.bloque-gris-relacionados {
  position: absolute;
  width: 75%;
  left: 0;
  top: 0;
  min-height: 50%;
  background: #f6f6f6;
}
.n5-imagen-r {
  width: 45%;
  float: left;
}

/*-[repositorio]----------------------------------------------------------------------*/
#archive-repo {
  float: left;
  width: 100%;
  position: relative;
}

.nota-repo {
  width: 22%;
  background: #fff;
  padding: 2%;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
	
	display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	flex-direction: row;-webkit-flex-direction: row;-ms-flex-direction: row;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	
}
.nota-repo a {
  position: relative;
  display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
  width: 100%;
 -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.nota-repo:hover {
border: 1px solid rgba(80, 164, 193, 0.2);
}
.n-repo-imagen {
  width: 100%;
  float: left;
}
.n-repo-header {
  margin: 0;
  float: left;
        /*display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;*/
}
.title-home-repo.title {
color: #3a3637;
margin: 15px 0 0 0;
float: left;
}

.nota-repo:first-of-type {
  width: 100%;
}
.nota-repo:first-of-type a {
	flex-direction:row-reverse;
}
.nota-repo:first-of-type .n-repo-imagen {
 width: 45.8%;
float: right;
}
.nota-repo:first-of-type .n-repo-header {
	width:100%;

}

.nota-repo:first-of-type .n-repo-header .title-home-repo.title {
	font-size: 36px;
line-height: 40px;
width: 54.2%;
padding: 0 40px 0 0;
}
.nota-repo:first-of-type .cat-fecha-solo {
  width: auto;
  float: left;
  position: absolute;
  left: 0;
}
/*-[header]----------------------------------------------------------------------*/
.destopk-header {
  width: 1268px;
  padding: 0 30px;
  margin: 0 auto;
}




#buscador {
    float: right;width: 200px;
}

.footer-top #navigation ul {
    float: right;
}
.footer-top #navigation ul li {
    float: left;
    position: relative;
     
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.02em;
	margin: 0;
padding: 0;
}
.footer-top #navigation ul li a{
    float: left;
}
.footer-top #navigation ul li::after {
    content: "·";
    float: right;
    margin: 0px 20px;
    color: #399bd3;
    font-size: 18px;
	color: #000000
}


/*-[ home]--------------------*/


/*-[repositorios]--------------------*/



/*-[singles]--------------------*/









.excerpt-interior {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
}


.top-6-interior {
    width: 100%;
    padding: 10px 25px 20px 25px;
    border-left:4px solid #399bd3;
    margin: 0 0 30px 0;
	 
	float:left;
}

.sidebar-interior .title-section {
    padding: 15px 0 25px 0;
color: #399bd3;
font-size: 18px;
text-align: left;
text-transform: uppercase;
}



/*-[comentarios]--------------------*/
.comentarios{
float: left;
width: 100%;
margin: 0;
}


.comentarios-in{
position: relative;
margin: 0 auto;
width: 1268px;
padding: 45px 30px;
min-height: 100px;
float: none;
clear: both;
overflow: hidden;	
}

.total-comments {
font-size: 30px;
color: #ff4e36;
line-height: 32px;
text-align: left;
padding: 0 0 30px 0;
}
.total-comments span {

}
.cnumber { color: #2DB2EB }
#comments {
    float: left;
    clear: both;
    width: 100%;
}
#commentsAdd {
margin-top: 0;
width: 100%;
float: left;
clear: both;
}
#commentsAdd h4{
font-size: 30px;
color: #399bd3;
line-height: 32px;
text-align: left;
padding: 30px 0 15px 0;
}
.comment-author.vcard {
width: 53px;
float: left;
position: absolute;
left: 0;
z-index: 1;
top: 21px;
border: 3px solid #fff;
border-radius: border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;

}
.datos {
padding: 30px 30px 30px 62px;
width: calc(100% - 22px);width: -webkit-calc(100% - 22px);width: -moz-calc(100% - 22px);
float: left;
background: #f6f6f6;
position: relative;
left: 20px;
top: 0;

}
#comments .avatar {
float: left;
width: 100%;
padding: 0;
border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}
.comment time {
float: left;
color: #000;
font-size: 16px;
text-transform: uppercase;
line-height: 16px;
margin: 0 0 5px 0;
width: 100%;
}
.comn {
	font-size: 18px;
line-height: 22px;
    float: left;
    width: 100%;
    padding: 10px 0 0 0;

}
.comn p {
  margin: 0 0 15px 0;
}
.comn p br {

    margin: 0 0 7px 0;
    width: 100%;

}
ul.children .commentImageLeft {
    width: 60px;
    height: 90px;
    border-left: 1px solid #c1bbb6;
    border-bottom: 1px solid #c1bbb6;
    position: absolute;
    top: -50px;
    left: -70px;
}
input#author, input#email, input#url {
    
    border: 1px solid 
#E0E0E0;
background:
#fff;
display: block;
float: left;
font-size: 18px;
line-height:20px;
padding: 20px;
}

input#author {
	width: 48.5%;
	margin: 0 3% 0 0;}
input#email{
	width: 48.5%;
	margin: 0 0px 0 0;}
input#author, input#email, input#url, #comment {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	-webkit-appearance: none;
-webkit-border-radius: 0;
 
}
.contactform input[type="text"] { width: 380px }
#cancel-comment-reply-link {
    float: right;
    line-height: 24px;
    margin-top: 0;
}
#cancel-comment-reply-link {
    padding: 5px 20px;
    color: white;
    cursor: pointer;
    background: #222;
    margin-bottom: -25px;
    z-index: 1000;
    position: relative;
}
#commentform input#submit {
background-color: #399bd3;
padding: 15px 30px;
color: #fff;
text-decoration: none;
margin: 0 auto;
cursor: pointer;
display: inline-block;
border: none;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
font-size: 16px;
line-height: 18px;
-webkit-appearance: none;
 
}
#commentform input#submit:hover {
    background: #000000;
    color: #fff;
}
ol.commentlist {

    margin-left: 0;
    overflow: hidden;

}
.commentlist li {
list-style: none;
margin: 0 0 30px;
float: left;
width: 100%;
position: relative;
border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}
.commentlist p {
    line-height: 21px;
}
.fn {
font-size: 16px;
text-transform: uppercase;
color:#ff4e36;
letter-spacing: 0.02em;
float: left;
line-height: 16px;
}
.fn a {
    color: #222;
    text-transform: uppercase;
}
.comment-meta {
    font-size: 12px;
    font-style: italic;
    border-top: 1px dashed #E0E0E0;
    margin: 5px 0 5px 94px;
}
.comment-meta a { color: #888 }
.reply {
    position: absolute;
    top: 0;
    right: 0;
	display: none;
}
.reply a {
    float: right;
    color: #999;
    font-size: 12px;
}
.commentlist .children::before {
    width: 20px;
    height: 25px;
    content: "";
    position: absolute;
    background: transparent;
    left: 50px;
    top: 25px;
    border-bottom: 3px solid #ff4e36;
    border-left: 3px solid #ff4e36;

}
.commentlist .children {
padding: 0 30px 0 80px;
margin-top: 0;
float: left;
width: 100%;
position: relative;
}
.commentlist .children li {
    margin-bottom: 30px;
    padding-bottom: 0;
}
.avatar { float: left }
#respond { 
    float: left;
    width: 100%; 
    margin-top: 15px;
}
#respond h3 {
    margin-top: 18px;
    font-size: 18px;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
}
#respond #reply-title {
    margin: 0;
    padding: 0;
}
#respond h4 {
    font-size: 18px;
    color: #222;
    float: left;
}
#respond h4 span {
    background: #fff;
    padding: 0 20px 0 0;
}
.cancel-comment-reply a {
    float: right;
    margin-top: -8px;
    font-size: 14px;
}
.comment-awaiting-moderation {
    font-style: italic;
}
/*-[ Comment Form ]----------------------------*/
#commentform textarea {
    width: 100%;
border: 1px solid #E0E0E0;
background: #fff;
padding: 20px;
font-size: 18px;
line-height:20px;
	margin:0 0 30px 0;
	-webkit-appearance: none;
-webkit-border-radius: 0;
 
}
#commentform p {
    margin: 30px 0;
    float: left;
    width: auto;
    clear: both;
	text-align: center;
}
#commentform p label {
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
}
.required {
    color: red;
    float: left;
    font-size: 18px;
    padding: 2px 5px 0 0;
}
.comment-notes .required {
    padding-left: 0;
    padding-top: 3px;
}
.comment-notes { display: none; }























#pie {
    position: fixed;
    bottom: 0;
    z-index: 1000;
	left: 50%;
	transform: translate(-50%,0);-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0);

}
#pie li {float:left;list-style-type: none;}
#pie li a{float:left;}
#pie li a img{float:left;}



/*-[ menu responsivo]--------------------*/
.hamburguesa {
    display: none;
}

.overlay-menu {
    display: table;
    width: 100%;
}

#overlay {
    float: left;

}
.logo-responsive {
    position: relative;
    display: inline-block;
	z-index: 7000;
	background:#fff;
display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
	-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
}


































.title-section-404 {
    width: 100%;
    padding: 0px 15px 25px 0px;
     
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.02em;

}














html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
	/* 
    font-family: 'Oswald', sans-serif;*/
    
}
@font-face {
	font-family: 'Norms Pro Regular';
	src: url('fuentes/TT Norms Pro Regular.eot');
	src: local('☺'), url('fuentes/TT Norms Pro Regular.woff') format('woff'), url('fuentes/TT Norms Pro Regular.ttf') format('truetype'), url('fuentes/TT Norms Pro Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Norms Pro Italic';
	src: url('fuentes/TT Norms Pro Italic.eot');
	src: local('☺'), url('fuentes/TT Norms Pro Italic.woff') format('woff'), url('fuentes/TT Norms Pro Italic.ttf') format('truetype'), url('fuentes/TT Norms Pro Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Norms Pro Medium';
	src: url('fuentes/TT Norms Pro Medium.eot');
	src: local('☺'), url('fuentes/TT Norms Pro Medium.woff') format('woff'), url('fuentes/TT Norms Pro Medium.ttf') format('truetype'), url('fuentes/TT Norms Pro Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Norms Pro Medium Italic';
	src: url('fuentes/TT Norms Pro Medium Italic.eot');
	src: local('☺'), url('fuentes/TT Norms Pro Medium Italic.woff') format('woff'), url('fuentes/TT Norms Pro Medium Italic.ttf') format('truetype'), url('fuentes/TT Norms Pro Medium Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Norms Pro Bold_0';
	src: url('fuentes/TT Norms Pro Bold_0.eot');
	src: local('☺'), url('fuentes/TT Norms Pro Bold_0.woff') format('woff'), url('fuentes/TT Norms Pro Bold_0.ttf') format('truetype'), url('fuentes/TT Norms Pro Bold_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Norms Pro Bold Italic';
	src: url('fuentes/TT Norms Pro Bold Italic.eot');
	src: local('☺'), url('fuentes/TT Norms Pro Bold Italic.woff') format('woff'), url('fuentes/TT Norms Pro Bold Italic.ttf') format('truetype'), url('fuentes/TT Norms Pro Bold Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'delicious-roman';
	src: url('fuentes/delicious-roman-webfont.eot');
	src: local('☺'), url('fuentes/delicious-roman-webfont.woff') format('woff'), url('fuentes/delicious-roman-webfont.ttf') format('truetype'), url('fuentes/delicious-roman-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:focus { outline: 0 }
a:link { -webkit-tap-highlight-color: #FF5E99 }
img, video, object, embed {
    height: auto!important;
	width: 100%;
}
iframe { max-width: 100%;float: left; }
blockquote {
font-size: 24px;
padding: 0px 10%;
position: relative;
margin: 30px 0 40px 0;
line-height: 30px;
 
float: left;
text-align: left !important;
color: #399bd3;
}
blockquote:before {
  
    content: '';

}
.post-single-content blockquote p a {
text-decoration: none;
padding: 20px 0 0 0;
float: left; 
	}
blockquote p { margin-bottom: 0px }
strong, b { font-family: 'Norms Pro Bold_0'; }
em, i, cite {
    font-style: italic;
}
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
    font-weight: normal;
    font-style: normal;
}
code {
    padding: 0 8px;
    line-height: 1.5;
}
pre code { padding: 0 }
mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFD700;
}
address { margin: 10px 0 }
.sticky { }
.gallery-caption { }
.bypostauthor { }
.wp-caption-text { }
/* =WordPress Core
-------------------------------------------------------------- */
/*-[ Framework ]--------------------*/
#page .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.alignnone { margin: 0 20px 20px 0 }
.alignright {
    float: right;
    margin: 0 0 20px 10px;
}
.alignleft {
    float: left;
    clear: left;
    margin: 0 10px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone { margin: 5px 20px 20px 0 }
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 0;
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption.alignleft { margin: 5px 20px 20px 0 }
.wp-caption.alignright { margin: 5px 0 20px 20px }
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/*-[ Framework ]--------------------*/
html, body {
  height: 100%;
  margin: 0;
}
body {
    font: 14px/16px Norms Pro Regular;
    color: #000000;
    background-color: #ffffff;
	letter-spacing: 0.02em;

    padding-top: 120px;


}
::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
#page, .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {

}
.post-single-content h2 {
font-size: 24px;
line-height: 28px;
    margin: 30px 0 20px 0;
    float: left;
    width: 100%;
}
.post-single-content h3 {
    font-size: 24px;
	line-height:26px;
    margin: 30px 0 20px 0;
    float: left;
    width: 100%;
}
.sub-title {  }
p { margin-bottom: 15px }
a {
	color:#333333;
    text-decoration: none;
    -webkit-transition: background-color, color 0.2s linear;
    transition: background-color, color 0.2s linear;
}
a:hover { color: #000000 }
a:link, a:visited, a:active { text-decoration: none }
/*-[ Main container ]---------------*/
.wrapper {
background: #fff;
width: 100%;
max-width: 100%;
clear: both;
margin: 0 auto;
}
.main-container {

    clear: both;
    margin: 0 auto;
    max-width: 100%;
}
#page {
    max-width: 1000px;
    min-width: 240px;
    overflow: visible;
    padding: 0 2%;
}
#page {
    padding-top: 25px;
    min-height: 100px;
    float: none;
    clear: both;
    overflow: hidden;
    background: #fff;
}
/*-[ Header ]-----------------------*/
body > header {
    float: left;
    width: 100%;
    position: relative;
}
.main-header {
width: 100%;
margin: 0 auto;
/*border-bottom: 1px solid #eee;*/
position: fixed;
z-index: 5;
background: #fff;
top: 0;
}
#header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
		-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;
		margin: 30px 0 20px 0;
		

}


/*-[ shrink ]-----------------*/

.main-header.shrink {
    position: fixed;
    top: 0;
    z-index: 5000;
    /*border-bottom: 1px solid #dfe2e8;*/
	background: #fff;
}


.main-header.shrink #header h1 a img, .main-header.shrink #header h2 a img{
width: 100px !important;
}

.main-header.shrink #header #logo a { 
float:left;
 }

.main-header.shrink .linea-h, .main-header.shrink .arriba{
	display: none;
}
.main-header.shrink .abajo{
}


#header h1, #header h2 {
float: left;
line-height: 1;

}
#header h1 a img, #header h2 a img {
width: 140px;

float: left;

}
#logo a { 
float:left;
width: 290px;
margin: 0; }
.widget-header {
    float: right;
    margin: 0!important;
}

.abajo {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-items: center;
}








/*-[ Navigation ]-----------------*/
.overlay-menu {
display: block;
float: right;

}
.overlay-menu #menu-main-navigation { padding-left: 10px }
.overlay-menu #navigation ul ul { border-bottom: none }
.overlay-menu #navigation ul ul::after { border-color: transparent transparent rgba(238, 238, 238, 0.92) }
.overlay-menu #navigation {
margin: 0;

    float: left;
    border-top: 0;
}
.overlay-menu #navigation ul li ul::before {
    content: "";
    position: absolute;
    top: -18px;
    background: transparent url(./images/sejilla-1.png) no-repeat right 0px top 0px;
    width: 18px;
    height: 18px;
    left: 25px;
    z-index: 500000;
}


.overlay-menu #navigation ul li ul::before {
    content: "";
    position: absolute;
width: 0;
     height: 0;
     border-right: 8px solid transparent;
     border-top: 4px solid transparent;
     border-left: 8px solid transparent;
     border-bottom: 8px solid #399bd3;
    left: 28px;
	top: -14px;
    z-index: 500000;
}

.overlay-menu #navigation ul li ul {
border: 2px solid #399bd3;
width: 306px;
top: 70px;
position: absolute;
padding: 0;
z-index: 400;
left: 0;
background: #fff;
}

#navigation ul li ul li a, .overlay-menu #navigation ul li ul li ul li a  {
    color: #000;
border-bottom: 1px solid #e3e3e3;
}

#navigation ul li ul li:last-child a, #navigation ul li ul li ul li:last-child a  {
border-bottom: 0px solid #e3e3e3;
}

.overlay-menu li a {
    padding: 4px 25px 4px 0;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
letter-spacing: 0.03em;
font-family: Norms Pro Medium;

}
.overlay-menu li a:hover {
    color: #399bd3;


}
.overlay-menu li ul li a { margin-left: 0 }
.overlay-menu .children { width: 100% }
.overlay-menu .children li .sf-sub-indicator, .secondary-navigation .children li .sf-sub-indicator { display: none }
.secondary-navigation {
    display: block;
    float: left;
}
.secondary-navigation ul li {
	float:left;line-height: 76px;}
	.secondary-navigation li a {
    color: #000;padding: 4px 0;
}
.secondary-navigation a {
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 15px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.secondary-navigation a:hover {
}
.secondary-navigation a .sub {
    font-size: 11px;
    font-weight: normal;
    font-family: arial;
    color: #9B9B9B;
}
.secondary-navigation #navigation ul li li a { color: #fff }
.secondary-navigation #navigation ul li li a:hover { color: #fff }
.sf-js-enabled li a.sf-with-ul { padding-right: 25px }
.sf-js-enabled li  ul.sf-with-ul { padding-right: 20px }
.overlay-menu #navigation .sf-sub-indicator {  }
/*#navigation .sf-sub-indicator {
display: block;
width: 10px;
overflow: hidden;
position: absolute;
right: 6px;
top: 38px;
background: url(./images/sejilla.png) no-repeat center center;
height: 7px;
text-indent: -9999px;
}*/
#navigation .sf-sub-indicator {
overflow: hidden;
text-indent: -9999px;
position: absolute;
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 5px solid #399bd3;
top: 39px;
right: 5px;
}
#navigation {

    float: left;

}
#navigation select { display: none }
#navigation ul { float: left }
#navigation ul li {
cursor: pointer;
float: left;
position: relative;
margin: 0;
padding: 25px 0;
}
#navigation ul .header-search { float: right }
#navigation > ul > li:last-child { border-right: none }
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
    overflow: hidden;
    display: block;
}
#navigation > ul > .current a {
    background: transparent;
    color: #5a5a5a !important;
}






.overlay-menu #navigation ul li ul li {
    background: #fff;
    border: none;
	margin:0;
}

.overlay-menu #navigation ul li ul li:last-child {
    padding:0 0 20px 0;
}
.overlay-menu #navigation ul li ul li:first-child {
    padding:20px 0 0 0;
}
#navigation ul li ul li .sf-sub-indicator{top: 24px;}


.overlay-menu #navigation ul li a:hover{color:#399bd3}


.overlay-menu #navigation ul li ul li ul {
	background: #fff url(./images/sejilla-2.png) no-repeat left 0px top 50px;
padding: 0px;
z-index: 5000;
margin: -72px 0 0 32px;

}

.overlay-menu #navigation ul li ul li ul::before {
    content: "";
    position: absolute;
    top: 40px;
    background: transparent url(./images/sejilla-2.png) no-repeat right 0px top 0px;
    width: 18px;
    height: 18px;
    left: -18px;
    z-index: 500000;
}



.overlay-menu #navigation ul li ul li ul li{
	width:100%;	
	padding:0;
	 background: #fff;
	margin:0;
}
.overlay-menu #navigation ul li ul li ul li:first-child{
	padding:20px 0px 0px 0px;

}
.overlay-menu #navigation ul li ul li ul li:last-child{
	padding:0px 0px 20px 0px;

}






#navigation ul ul li { padding: 0 }
#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {
padding: 20px 0px;
position: relative;
width: 240px;
border-left: 0;
background: transparent;
border-right: 0;
margin: 0 30px;
}
#navigation ul ul li:first-child a { }
#navigation ul ul li:last-child a { border-bottom: none }
#navigation ul ul {
    opacity: 0;
    left: -999em;
}
#navigation ul li:hover ul {
    left: auto;
    opacity: 1;
}
#navigation ul ul ul { top: 0 }
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul {
    left: -999em;
    opacity: 0;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul {
    opacity: 1;
    left: 270px;
}

.postal{
display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
	flex-direction: row;-webkit-flex-direction: row;-ms-flex-direction: row;
	-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
font-family: Norms Pro Bold_0;
}
.direccion{
	float: left;
text-align: right;
text-transform: uppercase;
padding: 0 20px 0 0;
color: #399bd3;

}
.point {
  width: 39px;
  float: left;
}
.point svg {
  float: left;
}
.tel{
  float: left;
  font-size: 22px;
  line-height: 22px;
  padding: 5px 0 5px 20px;
  margin: 0 0 0 20px;
  border-left: 2px solid #d0d0d0;

}
/*-[ Content ]--------------------*/

#content {
    overflow: hidden;
}
#content_box {
    float: left;
    width: 100%;
}
.post {
    float: left;
    width: 100%;
}
.home-section-1, .home-section-2 { clear: both }
.frontTitle {
    font-size: 18px;
    color: #40a8ff;
    text-transform: uppercase;
    border-width: 1px 0;
    border-style: dashed;
    border-color: #ddd;
    margin: 0 0 25px;
    padding: 7px 0;
}
.frontPost {
    width: 30%;
    float: left;
    margin: 0 5% 30px 0;
    min-height: 363px;
    position: relative;
}
.front-view-title {
    font-size: 18px;
    line-height: 22px;
    color: #222;
}
.frontPostFull {
    clear: both;
    overflow: hidden;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.frontImgBox {
    float: left;
    margin: 4px 3% 0 0;
    width: 20%;
}
.single_post {
    background-color: #fff;
    width: 100%;
}
.single_page { background-color: white }

#featured-thumbnail-single {

    float: left;
}
.front-view-content {
    margin-bottom: 45px;
    overflow: hidden;
    position: relative;
    max-height: 110px;
}
.front-view-content-bottom {
    padding: 0 0 10px;
    margin-bottom: 0px !important;
    max-height: 100%;
}
.post-content {
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.archive .post-content {
    padding-bottom: 50px;
    position: relative;
}

.readMore {
    float: right;
    color: #7B7A79;
    position: absolute;
    bottom: 0;
    right: 0;
}
.readMore-bottom {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
}
.readMore a {
    color: #fff;
    background: #40a8ff;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 1);
}
.readMore a:hover {
    color: #fff;
    background: #222;
}
.ss-full-width {
    background: white;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 0;
}
.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}
.post.excerpt {
clear: both;
overflow: hidden;
position: relative;
width: 100%;
padding: 30px 15px;
}
.wp-post-image { float: left; max-width: 100%; width: 100%;    border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;}
.featured-thumbnail {
    float: left;
    max-width: 100%;
}
#featured-thumbnail {
    float: left;
	position: relative;
    width: 100%;
}
#featured-thumbnail img, #featured-thumbnail-single img { width: 100%; border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px; }
.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
}
.archive #featured-thumbnail { }
#featured-thumbnail-small {
    float: left;
    margin-bottom: 15px;
    max-width: 125px;
}
#featured-thumbnail-small img {
    margin-bottom: 0;
    width: 100%;
}


.archive-title { line-height: 24px }
.page h1.title {
    margin-bottom: 20px;
    padding-top: 0;
}
.post-info {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    width: 100%;
}
.post-info time { color: #40a8ff }
.single-post-info {
    border-bottom: 1px dashed #ddd;
    padding: 0 0 10px;
}
.home article header, .archive article header { margin-bottom: 5px }
article header {
    margin-bottom: 15px;
    width: 100%;
}
.post-info a { color: #40a8ff }
.article img.left, .article img.alignleft, .wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
    margin: 0.3em auto 0.5em auto;
    display: block;
}
.article img.aligncenter, .article img.alignnone {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
}
.article ul {
    margin: 1em 0 1.571em 1.571em;
    list-style-type: circle;
}
.article ul li {
    margin: 0 0 10px 0;
}
.article ol {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: decimal;
}
/*-[ Tab widget ]------------------------------*/
#tabber {
    display: block;
    height: auto;
    margin: 0px 0px 25px 0px;
    overflow: hidden;
    max-width: 330px;
    background-color: #FFF;
}
#tabber .inside {
    background: #f1f1f1;
    padding: 5px 15px 25px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
}
#tabber ul.tabs {
    overflow: hidden;
    text-align: center;
    height: 39px;
}
#tabber ul.tabs li {
    background: none;
    float: left;
    display: inline;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-bottom: none;
    width: 50%;
    text-align: center;
}
#tabber ul.tabs li a {
    background: #fbfbfb;
    border-bottom: 1px solid #e5ecf1;
    color: #999;
    display: block;
    float: left;
    margin: 0;
    text-align: center;
    padding: 2px 0 2px 0;
    line-height: 34px;
    text-transform: uppercase;
    width: 100%;
}
#tabber ul.tabs li a.selected {
    background: #f1f1f1;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    margin: 0;
    color: #444;
    text-decoration: none;
    line-height: 38px;
    line-height: 34px;
    text-align: center;
    width: 98%;
}
#tabber ul.tabs li.tab-recent-posts a {
    margin: 0;
    border-left: 0;
    text-align: center;
}
#tabber ul.tabs li.tab-recent-posts a.selected {
    background: #f1f1f1;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    padding: 2px 0 2px 0;
    width: 99%;
    line-height: 34px;
    text-align: center;
}
#tabber ul.tabs li a:hover {
    color: #000;
    text-decoration: none;
}
#tabber .inside li {
    list-style: none;
    padding: 15px 0 0 0;
}
#tabber .inside li a { line-height: 18px }
#tabber .inside li div.info {
    display: table;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}
#tabber .inside li div.info .entry-title {
    font-size: 14px;
    margin-bottom: 3px;
    color: #555;
}
#tabber .inside li div.info p { color: #919191 }
#tabber .inside li .meta {
    display: block;
    font-size: 12px;
    color: #999;
}
#tabber .inside li .meta time { color: #40a8ff }
#tabber .tab-thumb {
    border: 1px solid #f0f0f0;
    padding: 4px;
    background: #fff;
    float: left;
    display: inline;
    margin: 0px 12px 0px 0px;
}
.post-number {
    position: relative;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    bottom: 22px;
    background: #2DB2EB;
}
#tabber .inside .tabsSep {
    margin-top: 7px;
    width: 100%;
    height: 1px;
    background-color: #e8e5de;
    clear: both;
    float: left;
}
/*-[ Tweets Widget ]---------------------------*/
.tweets li { margin-bottom: 15px!important }
.twitter-follow {
    background: url(images/small_twitter.png) no-repeat center left;
    padding: 5px 0 5px 20px;
    float: left;
    margin-left: 15px;
}

/*-[ Tables ]--------------------*/
table {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    border: 2px solid #F1F4F6;
}
thead {
    background: #F7F8F9;
    font-size: 14px;
    color: #585F65;
}
table th, table td {
    padding: 7px 15px;
    text-align: left;
}
thead th { padding: 14px }
tbody th {
    font-weight: normal;
    border-bottom: 1px solid #F5F7F9;
}
/*-[ Gutenberg Editor ]--------------------*/
/*Table*/
table.wp-block-table {
    border: 0;
    overflow-x: auto;
    display: block;
    margin-bottom: 1.5em;
}
table.wp-block-table th, table.wp-block-table td { border: 2px solid #d8d8d8 }
.wp-block-table tbody {
    width: 100%;
    min-width: 240px;
}
/*Cover Image*/
.wp-block-cover-image.aligncenter {
    display: -webkit-box!important;
    display: flex!important;
    margin: 0 0 1.5em;
}
.wp-block-cover-image.alignleft { margin-right: 20px }
.wp-block-cover-image.alignright { margin-left: 20px }
.wp-block-columns { clear: both }
.wp-block-image img { height: auto }
/*PullQuotes*/
body .wp-block-pullquote {
    width: 100%;
    margin: 0;
    padding: 3em 25px;
    box-sizing: border-box;
}
body .wp-block-pullquote.alignleft {
    margin-right: 0;
    text-align: left;
    max-width: 100%;
}
body .wp-block-pullquote.alignright {
    margin-left: 0;
    max-width: 100%;
    text-align: right;
}
body .wp-block-pullquote > p { font-size: 20px }
/*Gallery*/
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption { box-sizing: border-box }
.wp-block-gallery.aligncenter {
    display: -webkit-box;
    display: flex;
    margin: 0 -8px 1.5em;
}
.wp-block-gallery.alignleft { margin: 0 20px 1.5em -8px }
.wp-block-gallery.alignright { margin: 0 -8px 1.5em 20px }
.wp-block-image.is-resized {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.wp-block-image.is-resized img { max-width: 100% }
.ss-full-width .wp-block-image.is-resized {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: -ms-inline-grid;
    -ms-grid-columns: min-content;
}
.ss-full-width .wp-block-image.is-resized img { max-width: none }
/*Button*/
.wp-block-button { margin-bottom: 1.5em!important }
.wp-block-button.alignleft { margin: 0 15px 0 0 }
.wp-block-button.alignright { margin: 0 0 0 15px }
.wp-block-button.aligncenter { margin: 0 }
/*Comments*/
.wp-block-latest-comments.aligncenter { text-align: center }
.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-meta { margin-left: 0!important }
.wp-block-latest-comments.aligncenter .wp-block-latest-comments .avatar, .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
    float: none;
    margin-right: 0;
    display: inline-block;
}
body .wp-block-latest-comments__comment-excerpt p, body .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, body .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta, body .wp-block-latest-comments__comment-date { font-size: 14px }
.wp-block-latest-comments__comment-date {
    color: inherit;
    padding-top: 10px;
}
/*Archive*/
.wp-block-archives.alignleft { margin-right: 20px }
.wp-block-archives.alignright { margin-left: 2.5em }
/*LatestPosts*/
.wp-block-latest-posts { clear: both }
.wp-block-image figcaption {  
line-height: 18px;
margin: 10px 0 0 0;font-size: 14px;clear: both }
/*Archive && Categories*/
.wp-block-archives, .wp-block-categories { margin: 1.5em 0 1.571em 2.5em }
.wp-block-categories.alignleft, .wp-block-archives.alignleft { margin-right: 2em }
.wp-block-categories li, .wp-block-archives li { margin-bottom: 5px }
/*-[ Line ]---------------------*/
hr {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 300px;
    margin: 35px auto;
    clear: both;
    position: relative;
}
/*-[ Search Form ]------------------*/
/*-[ Search Form ]------------------*/
#searchform {
float: left;
clear: both;
width: 100%;
padding: 0;
}

#searchform fieldset { float: left; width: 100%; }
.sbutton {
    padding: 8px 12px 10px 12px;
    border: 1px solid #e8e5de!important;
}
#s {
   width: calc(75% - 25px); width: -webkit-calc(75% - 25px);width: -moz-calc(75% - 25px);
background-color: #fff;
border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
margin: 0 25px 0 0;
text-indent: 0;
float: left;
 
text-transform: uppercase;
letter-spacing: 0.04em;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 4px 0;
color: #000;
font-size: 14px;
line-height: 14px;

}
#search-image {
margin: 0;
width: 25%;
float: left;
 

background: url(./images/lupa.svg) no-repeat center center;
padding: 4px 16px;
cursor: pointer;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
text-transform: uppercase;
-webkit-appearance: none;
border: 0;
text-indent: -9999px;
}
input#search-image:hover {

}


.footer-widgets fieldset, #sidebars fieldset { width: 100% }
.sbutton {
    float: right;
    background-color: #f9f7f2;
    text-align: center;
}
.sidebar .plink {
    color: #555;
    display: block;
}
.sidebar .plink:hover { color: #222 }


.rank-math-breadcrumb p { margin-bottom: 0 }
/*-[ Read More ]-------------------*/
.read-more {
    margin: 0 0 0 10px;
    line-height: 1.4em;
    background: none;
    padding: 0;
    font-size: 16px;
}
/*-[ Top Ad in Post ]-------------------------------------*/
.topad {
    margin-bottom: 10px;
    clear: both;
}
/*-[ Bottom Ad in post ]-----------*/
.bottomad {
    float: left;
    clear: both;
    margin-bottom: 15px;
}
/*-[ Sidebar ]---------------------*/
#sidebars p { line-height: 20px }
.sidebar.c-4-12 {
    float: right;
    width: 31.3%;
    line-height: 20px;
}
.sidebar.c-4-12 a { color: #555 }
.widget {
    margin-bottom: 27px;
    overflow: hidden;
}
.widget .title {

    text-transform: uppercase;
    color: #545E68;
    font-size: 12px;
}
.widget li {
    list-style-type: square;
    margin-left: 15px;
    margin-bottom: 7px;
}

.sidebar .widget h3 {
    background: url(images/side-head.png) no-repeat left center;
    font-size: 17px;
    line-height: 14px;
    text-transform: uppercase;
    color: #333;
    padding: 0 0 0 25px;
}
.advanced-recent-posts li, .popular-posts li, .category-posts li {
    list-style: none!important;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    color: #aaa;
    padding-left: 0;
    background: none;
    margin-bottom: 10px;
}
.advanced-recent-posts p, .popular-posts p, .category-posts p { margin: 0 }
.popular-posts time { font-size: 12px }
.category-posts a, .advanced-recent-posts a {
    color: #555;
    display: block;
}
.category-posts a:hover, .advanced-recent-posts a:hover { color: #222 }
/*-[ Social Buttons ]--------------------------*/
.share-item.facebookbtn, .share-item.linkedinbtn, .share-item.stumblebtn { width: 92px }
.shareit {
    padding: 12px 10px 7px 10px;
    overflow: hidden;
    clear: both;
    background-color: #f2f2f2;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.shareit .share-item {
    display: block;
    margin: 0;
    float: left;
    height: 25px;
}
/*-[ Social Profile Widget ]--------------------------*/
.social-profile-icons { overflow: hidden; float:right }

.widget-header .social-profile-icons ul{
	float: left;
border-right:1px solid #eeeeee;
}
.social-profile-icons ul li {
background: none;
border-left:1px solid #eeeeee;
float: left;
list-style-type: none;
margin: 0;
padding: 16px;
text-indent: -999em;
}
.social-profile-icons ul li a {
    display: block;
    padding: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.social-profile-icons ul li a:hover { opacity: 0.7 }
.social-dribbble a { background: url(images/social-dribbble.png) no-repeat center center; width: 44px;height: 44px !important; }
.social-email a { background: url(images/social-mail.png) no-repeat center center; width: 44px;height: 44px !important;  }
.social-facebook a { background: url(images/icon-fb.svg) no-repeat center center; width: 44px;height: 44px !important;  }
.social-gplus a { background: url(images/social-googleplus.png) no-repeat center center; width: 44px;height: 44px !important;  }
.social-linkedin a { background: url(images/social-linkedin.png) no-repeat center center; width: 44px;height: 44px !important;  }
.social-pinterest a { background: url(images/social-pinterest.png) no-repeat center center; width: 44px;height: 44px !important;  }
.social-rss a { background: url(images/social-rss.png) no-repeat center center; width: 44px;height: 44px !important; }
.social-stumbleupon a { background: url(images/social-stumbleupon.png) no-repeat center center; width: 44px;height: 44px !important; }
.social-twitter a { background: url(images/icon-tw.svg) no-repeat center center; width: 44px;height: 44px !important; }
.social-youtube a { background: url(images/icon-yt.svg) no-repeat center center; width: 44px;height: 44px !important; }
.social-flickr a { background: url(images/social-flickr.png) no-repeat center center; width: 44px;height: 44px !important; }
.social-instagram a { background: url(images/icon-ig.svg) no-repeat center center; width: 44px;height: 44px !important; }
.social-lastfm a { background: url(images/social-lastfm.png) no-repeat center center; width: 44px;height: 44px !important; }
.social-tumblr a { background: url(images/social-tumblr.png) no-repeat center center; width: 44px;height: 44px !important;  }
.social-vimeo a { background: url(images/social-vimeo.png) no-repeat center center; width: 44px;height: 44px !important; }
/*-[ Footer ]-------------------*/
body > footer {
	overflow:hidden;
    width: 100%;
}
body > footer .footeText {
    width: 960px;
    margin: 22px auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
body > footer .footeText a {
    color: #fff;
    border-bottom: 2px solid #ee3f02;
}
body > footer .widget { padding: 0 }
body > footer .sidebar .widget .title {
    font-size: 135%;
    color: #D4D8DB;
}
footer .widget { margin-bottom: 0px; font-size: 18px;
line-height: 24px; }
footer .widget li a { color: #8d8d8d }
footer .widget li a:hover { color: #40a8ff }
footer .widget li {
padding: 0px;
border: 0px;
}
footer {
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
	 
	font-size: 16px;
line-height: 22px;
letter-spacing: 0.02em;
}
footer .container {
    background-color: transparent;
    padding: 0;
}
footer p { color: #000000}
footer .textwidget p a{ color: #000000;
text-decoration:underline}
footer .textwidget p a:hover{ color: #399bd3;
text-decoration:underline}
.footer-widgets {
    width: 100%;
margin: 0 auto;
padding: 0;
clear: both;
max-width: 100%;
overflow: hidden;
}
.footer-top #navigation {
margin: 0 auto;
text-align: center;
}
.footer-top #navigation ul li::after {
    color: #000000;
}
.footer-widgets h3 {
color: #399bd3;
padding-bottom: 0;
font: 24px/28px Norms Pro Bold_0;
text-align: left;
margin: 25px 0 30px 0;
text-transform: uppercase;
}
.f-widget.f-widget-1-2 {
width: 1268px;
margin: 0 auto;
padding: 50px 30px;
float: none;
overflow: hidden;
}
.f-widget {
    width: 100%;
    float: left;
    position: relative;
}
.f-widget.f-widget-3 {
  width: 100%;
  margin: 50px 0 0 0;
}
.f-widget.f-widget-2 {
  width: 64%;
  margin: 0;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  float: right;
}
.f-widget.f-widget-2 a {

}
.textwidget a { 
  text-decoration: underline;
color: #399bd3; 
}
.textwidget a:hover { 
color: #000 !important; 
}
.f-widget.f-widget-1 {
width: 33%;
padding: 30px 30px 30px 0;
margin: 0 3% 0 0;
float: left;

}
.textwidget h4 {
  font: 22px/26px Norms Pro Bold_0;
  color: #399bd3;
  margin: 20px 0 30px 0;
}
.btn {
  background: #399bd3;
  color: #fff !important;
  text-decoration: none !important;
  padding: 22px 32px;
  float: left;
  text-transform: uppercase;
  font: 14px/14px Norms Pro Bold_0;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}
.wp-block-social-links::before {
  width: calc(50% - 180px);width: -webkit-calccalc(50% - 180px);width: -moz-calccalc(50% - 180px);
  height: 3px;
  background: #ffffff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 0;
}
.wp-block-social-links::after {
  width: calc(50% - 180px);width: -webkit-calccalc(50% - 180px);width: -moz-calccalc(50% - 180px);
  height: 3px;
  background: #ffffff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
}
.wp-block-social-links {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.wp-block-social-links .wp-social-link a {
  padding: 17px !important;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 8px 4px !important;
  z-index: 10;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #399bd3 !important;
color: #399bd3 !important;
  height: 60px;
  width: 60px;

}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: #fff !important;
fill: #fff !important;
  font-size: 27px;
}


.menu-productos {
    float: left;
    width: 100%;
    margin: 30px 0 50px 0;
}
.menu-productos li  {
	font-size: 14px;
	line-height:14px;
    float: left;
	text-transform:uppercase;
}

#copyright-note .menu-productos li a {
}
.menu-productos li::after, .secondary-navigation li::after {
    content: "·";
    float: right;
    margin: 0px 20px;
    font-size: 18px;
}
.menu-productos li:last-child::after, #navigation > ul > li:last-child::after, .secondary-navigation li:last-child::after{
	display:none;
}
.pie {
position: relative;
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -o-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin: 0;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
	-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;

}
.copyrights {
float: left;
width: 100%;
clear: both;
background-color: #f6f6f6;
padding: 34px 0;
color: #000;
}
#copyright-note {
width: 1268px;
margin: 0 auto;
padding: 0 30px;
clear: both;
max-width: 100%;
overflow: hidden;
}
#copyright-note span {
font-size: 14px;
letter-spacing: 0.02em;
line-height: 16px;
}
#copyright-note a { color: #000000; }
#copyright-note a:hover { color: #399bd3; }
#copyright-note .top a {
    background: #399bd3;

    display: table;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 19px;
}
#copyright-note a img {
    text-align: center;
    float: left;
	width: 25px;
height: 31px !important;
}

.footer-top {
  display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
width: 100%;
margin: 50px auto 40px auto;
border-bottom: 1px solid #e8e8e8;
padding: 0 0 35px 0;

}


.logo-footer img{

}
#copyright-note .top a img {
    width: 16px;
    height: 16px !important;
}
.fs {
float: right;
margin: 0;
width: auto;
display: -webkit-box;
display: -moz-box;
display: -o-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
	-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;

}
.fs a{float: right;
margin: 0 0 0 10px;}
#copyright-note .top a:hover { color: #fff !important }
#sidebars .wp-post-image, footer .wp-post-image {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 10px;
}
.postsby { 
width: 100%;
 
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.02em;
margin: 0px 0 34px 0;
padding: 0;
color: #399bd3;
}
.no-results {
    font-size: 18px;
    line-height: 24px;
}
.postsby span {
	float: left;

}
.seperator-1 {
  float: left;
  margin: 0 10px;
}

/*-[ Related Posts ]---------------------------*/
.related-posts {
    background-color: #FFF;
    margin-top: 30px;
    clear: both;
    float: left;
}
.postauthor p { padding-top: 0px }
.related-posts ul {
    margin-left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 0;
}
.related-posts h5 {
    line-height: 20px;
    padding-left: 80px;
    color: #919191;
    text-transform: uppercase;
    font-size: 13px;
}
.related-posts h3 {
    font-size: 18px;
    background: url(images/heading.png) repeat-x left center;
    margin: 0;
    color: #222;
}
.related-posts h3 span {
    background: #fff;
    padding: 0 20px 0 0;
}
.relatedthumb img {
    width: 65px;
    height: 65px;
    margin-top: 5px;
    margin-bottom: 0;
}
.postauthor-top { margin-bottom: 20px }
.related-posts li {
    width: 44%;
    border: 1px solid #E4E4E4;
    float: left;
    list-style: none;
    margin-right: 4%;
    margin-bottom: 20px;
    padding: 10px;
    min-height: 75px;
    box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.14);
    margin-left: 3px;
    margin-top: 3px;
}
.related-posts a {
    color: #555;
}
.rthumb {
    float: left;
    margin-right: 10px;
}
.related-posts .last { margin-right: 0 }

.tagtext::before {
	width: 40px;
content: "";
height: 1px;
background: #399bd3;
position: absolute;
top: 50%;
left: 0px;
	}
.tagtext {
width: 100%;
float: left;
color: #399bd3;
margin: 30px 0 15px 0;
position: relative;
padding: 0 0 0 60px;
}
.tags {
margin: 20px 0;
width: 100%;
float: left;
 

}
.tags a { 
font-size: 14px;
border: 1px solid #14273c;
border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
padding: 10px 15px;
color: #14273c;
margin: 15px 15px 0 0;
float: left;
}
.tags a:hover { color:#399bd3;border: 1px solid #399bd3; }
.postauthor {
    margin: 10px 0;
    padding: 0;
    min-height: 125px;
    background-color: #fff;
    float: left;
    clear: both;
    width: 100%;
}
.postauthor-inner {
    border: 1px solid #E4E4E4;
    overflow: hidden;
    padding: 10px;
}
.postauthor h4 {
    background: url(images/heading.png) repeat-x left center;
    font-size: 18px;
    margin-bottom: 25px;
}
.postauthor h4 span {
    background: #fff;
    padding: 0 20px 0 0;
}
.postauthor h5 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 1.6;
}
.postauthor img {
    float: left;
    margin: 5px 25px 15px 0;
}
.postauthor h4 a { color: #473636 }
.clear { clear: both }
.left { float: left }
.right { float: right }
.last { margin-right: 0 }
/*-[ Tag widget ]------------------------------*/
.tagcloud a {
    font-size: 14px!important;
    padding: 2px 10px;
    border-top: 1px solid #CACACA!important;
    border-left: 3px solid #00A8FF;
    margin-bottom: 10px;
    float: left;
    margin-right: 7px;
    background: #E9E9E9;
    color: #615F5F;
    border-right: 1px solid #CACACA!important;
    border-bottom: 1px solid #CACACA!important;
}
/*-[ Subscribe Widget ]------------------------*/
.mts-subscribe input[type="text"] {
    color: #888;
    border: 1px solid #DFDFDF;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    box-sizing: border-box;
    width: 70%;
    float: left;
    padding: 10px 0;
    border-right: 0;
    text-indent: 10px;
}
.mts-subscribe input[type="submit"] {
    background: #2DB2EB;
    cursor: pointer;
    color: white!important;
    padding: 10px 0;
    border: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    float: left;
    height: 37px;
    text-align: center;
    width: 29.4%;
}
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
    max-width: 100%;
}
.ad-125 li {
    float: left;
    border: none;
    list-style: none!important;
    padding-left: 0;
    background: none;
    margin-bottom: 15px;
    margin-left: 0;
}
.ad-125 .evenad { float: right!important }
/*-[ Calender Widget ]-------------------------*/
#wp-calendar td {
    text-align: center;
    padding: 7px 0;
}
#wp-calendar th {
    padding: 10px 0;
    text-align: center;
}
#wp-calendar caption {
    font-size: 16px;
    padding-bottom: 10px;
}
#wp-calendar #prev {
    text-align: left;
    padding-left: 12px;
}
#wp-calendar #next {
    text-align: right;
    padding-right: 12px;
}

/*-[ pagination ]------------------*/
.pagination {
 
float: left;
padding: 40px 0 20px 0;
width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}
.pagination ul {

  list-style: none;
  margin: 0 auto;
  display: table;

}
.pagination ul li { float: left }
.currenttext, .pagination a:hover {
color: #fff;
float: left;
padding: 14px 0px;
font-size: 18px;
line-height: 18px;
border: 2px solid #399bd3;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
background: #399bd3;
font-size:14px;
margin: 0 7px;
}
.pagination a, .pagination2 {

  color: #399bd3;
  float: left;
  padding: 14px 0px;
  font-size: 18px;
  line-height: 18px;
  border: 2px solid #399bd3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size:14px;
  text-align:center;
margin: 0 7px;
}

.this-page {
color: #fff;
float: left;
padding: 14px 0px;
font-size: 18px;
line-height: 18px;
border: 2px solid #399bd3;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
background: #399bd3;
font-size:14px;
margin: 0 7px;
}
.page-numbers {
color: #399bd3;
float: left;
text-decoration: none;
padding: 14px 20px;
font-size: 18px;
line-height: 18px;
}
.flecha-next {
padding: 14px 0px;
}
.flecha-prev {
padding: 14px 0px;
}
.inactive-1 {
    border-left: 3px solid #eee;
    margin: 0 0 0 20px;
}
.inactive-2 {
	
    border-right: 3px solid #eee;
    margin: 0 20px 0 0;
}

.pagination2 { clear: both }
.top { float: right }
.top a { color: #BBB }
.top a:hover { color: #555 }
.toplink { color: #979494!important }
.toplink:hover { color: #222!important }
.pnavigation2 {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    float: left;
    margin-bottom: 10px;
}
.nav-previous { float: left }
.nav-next { float: right }
/*-----------------------------------------------
/* Shortcodes
/*---------------------------------------------*/
/*-[ Notifications ]---------------------------*/
.message_box { margin: 15px 0 }
pre {
    overflow: auto;
    background: #f6f6f6 url('images/code.png') 10px 2px no-repeat;
    padding: 2em 1em 1em 1em;
    border: 1px solid #DDD;
    margin: 15px 0;
    line-height: 1.3em;
}
.note {
    background: #FEF4C8;
    color: #666;
    border: 1px solid #FDEBA5;
}
.note p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/thumb.png') left no-repeat;
    margin: 0.3em 0.8em;
}
.announce {
    background: #D7EFFB;
    color: #666;
    border: 1px solid #BEE5F8;
}
.announce p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/speaker.png') left no-repeat;
    margin: 0.3em 0.8em;
}
.success {
    background: #E8F6D2;
    color: #666;
    border: 1px solid #DEF1BF;
}
.success p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/tick.png') left no-repeat;
    margin: 0.3em 0.8em;
}
.warning {
    background: #FFE7E7;
    color: #666;
    border: 1px solid #FFDBDB;
}
.warning p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/cross.png') left no-repeat;
    margin: 0.3em 0.8em;
}
/*-[ Buttons ]---------------------------------*/
.buttons {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    padding: 10px 20px 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 15px 25px 25px 0;
    padding: 12px 10px;
}
.post-single-content a.buttons { color: #fff!important }
.post-single-content a.btn_white { color: #4F4F4F!important }
.btn_brown {
    background-color: #D9C2A5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D9C2A5), to(#C3A178));
    background-image: linear-gradient(top, #D9C2A5, #C3A178);
    border-top: 1px solid #BD986A;
    border-right: 1px solid #BD986A;
    border-bottom: 1px solid #9A7445;
    border-left: 1px solid #BD986A;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #DFCC9F;
    color: white;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #BA905E;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_brown:hover {
    background-color: #D1B593;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D1B593), to(#BC966B));
    background-image: linear-gradient(top, #D1B593, #BC966B);
    border-top: 1px solid #BD986A;
    border-right: 1px solid #BD986A;
    border-bottom: 1px solid #9A7445;
    border-left: 1px solid #BD986A;
    box-shadow: inset 0 1px 0 0 #DFCC9F;
    cursor: pointer;
    color: white!important;
}
.btn_brown:active {
    border: 1px solid #B2824C;
    box-shadow: inset 0 0 8px 2px #C19B70;
}
.btn_blue {
    background-color: #A5B8DA;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A5B8DA), to(#7089B3));
    background-image: linear-gradient(top, #A5B8DA, #7089B3);
    border-top: 1px solid #758FBA;
    border-right: 1px solid #6C84AB;
    border-bottom: 1px solid #5C6F91;
    border-left: 1px solid #6C84AB;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #aec3e5;
    color: white;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #64799E;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_blue:hover {
    background-color: #9badcc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9badcc), to(#687fa6));
    background-image: linear-gradient(top, #9badcc, #687fa6);
    border-top: 1px solid #6d86ad;
    border-right: 1px solid #647a9e;
    border-bottom: 1px solid #546685;
    border-left: 1px solid #647a9e;
    box-shadow: inset 0 1px 0 0 #a5b9d9;
    cursor: pointer;
    color: white!important;
}
.btn_blue:active {
    border: 1px solid #546685;
    box-shadow: inset 0 0 8px 2px #7e8da6;
}
.btn_green {
    background-color: #6CB24C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6CB24C), to(#52873A));
    background-image: linear-gradient(top, #6CB24C, #52873A);
    border-top: 1px solid #477532;
    border-right: 1px solid #477532;
    border-bottom: 1px solid #3A6029;
    border-left: 1px solid #477532;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #8FC477;
    color: white;
    line-height: 1;
    padding: 12px 10px;
    text-shadow: 0 -1px 1px #416B2D;
    text-transform: uppercase;
}
.btn_green:hover {
    background-color: #5F9D43;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#68AB49), to(#4A7834));
    background-image: linear-gradient(top, #68AB49, #4A7834);
    border-top: 1px solid #4E8037;
    border-right: 1px solid #4E8037;
    border-bottom: 1px solid #3A6029;
    border-left: 1px solid #4E8037;
    box-shadow: inset 0 1px 0 0 #8FC477;
    cursor: pointer;
    color: white!important;
}
.btn_green:active {
    border: 1px solid #436D30;
    box-shadow: inset 0 0 8px 2px #467131;
}
.btn_yellow {
    background-color: #FFDA6B;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFDA6B), to(#FEAE2D));
    background-image: linear-gradient(top, #FFDA6B, #FEAE2D);
    border-top: 1px solid #D6AB00;
    border-right: 1px solid #D6AB00;
    border-bottom: 1px solid #BC9600;
    border-left: 1px solid #D6AB00;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #FFE599;
    color: #fff;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 1px 1px #BC9600;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 10px;
}
.btn_yellow:hover {
    background-color: #FFD351;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD351), to(#FDA00B));
    background-image: linear-gradient(top, #FFD351, #FDA00B);
    border-top: 1px solid #D6AB00;
    border-right: 1px solid #D6AB00;
    border-bottom: 1px solid #BC9600;
    border-left: 1px solid #D6AB00;
    box-shadow: inset 0 1px 0 0 #FFE599;
    cursor: pointer;
    color: #fff!important;
}
.btn_yellow:active {
    border: 1px solid #F29202;
    box-shadow: inset 0 0 8px 2px #F29202;
}
.btn_red {
    background-color: #E83030;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E83030), to(#B71414));
    background-image: linear-gradient(top, #E83030, #B71414);
    border-top: 1px solid #9C1111;
    border-right: 1px solid #9C1111;
    border-bottom: 1px solid #890F0F;
    border-left: 1px solid #9C1111;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #FF6B6B;
    color: white;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #A01111;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_red:hover {
    background-color: #E63131;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E63131), to(#9C1111));
    background-image: linear-gradient(top, #E63131, #9C1111);
    border-top: 1px solid #9C1111;
    border-right: 1px solid #9C1111;
    border-bottom: 1px solid #890F0F;
    border-left: 1px solid #9C1111;
    box-shadow: inset 0 1px 0 0 #FE4C4C;
    cursor: pointer;
    color: white!important;
}
.btn_red:active {
    border: 1px solid #890F0F;
    box-shadow: inset 0 0 8px 2px #890F0F;
}
.btn_white {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#E0E0E0));
    background-image: linear-gradient(top, #f6f6f6, #E0E0E0);
    border-top: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #C4C4C4;
    border-left: 1px solid #CECECE;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #FFFFFF;
    color: #4F4F4F;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #fff;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_white:hover {
    background-color: #F4F4F4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#D3D3D3));
    background-image: linear-gradient(top, #F4F4F4, #D3D3D3);
    border-top: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #C4C4C4;
    border-left: 1px solid #CECECE;
    box-shadow: inset 0 1px 0 0 #fff;
    cursor: pointer;
    color: #4F4F4F!important;
}
.btn_white:active {
    border: 1px solid #C1C1C1;
    box-shadow: inset 0 0 8px 2px #C1C1C1;
}
/*-[ Video Shortcode ]-------------------------*/
.textwidget .youtube-video, .textwidget .vimeo-video, .textwidget .googlemaps { margin: 0 }
.youtube-video, .vimeo-video { margin: 10px 0 10px 0 }
/*-[ Google Maps ]-----------------------------*/
.googlemaps { margin: 5px 15px 10px 0 }
/*-[ Columns ]---------------------------------*/
.one_half { width: 48% }
.one_third { width: 30.66% }
.two_third { width: 65.33% }
.one_fourth { width: 22% }
.three_fourth { width: 74% }
.one_fifth { width: 16.8% }
.two_fifth { width: 37.6% }
.three_fifth { width: 58.4% }
.four_fifth { width: 67.2% }
.one_sixth { width: 13.33% }
.five_sixth { width: 82.67% }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    margin-bottom: 15px;
    float: left;
}
.column-last {
    margin-right: 0!important;
    clear: right;
}
/*-[ Tabs ]------------------------------------*/
.tab_widget {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
.tab_widget ul.tabs {
    display: block;
    position: relative;
    list-style: none;
    height: 40px;
    border-bottom: 1px solid #DDD;
    margin: 0;
}
.tab_widget ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 39px;
    line-height: 39px;
    border: 1px solid #DDD;
    border-left: none;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(9%, rgb(230,230,230)), color-stop(55%, rgb(238,238,238)));
    background-image: linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(230,230,230)), color-stop(0.55, rgb(238,238,238)) );
}
.tab_widget ul.tabs li:first-of-type { border-left: 1px solid #DDD }
.tab_widget ul.tabs li a {
    text-decoration: none;
    color: #888!important;
    font-size: 12px;
    display: block;
    padding: 0 10px;
    outline: none;
    text-shadow: 1px 1px 1px #FFF;
    border: none;
    border-left: 1px solid #F9F9F9;
}
.tab_widget ul.tabs li:first-of-type a { border-left: none }
.tab_widget ul.tabs li a:hover { background: none }
.tab_widget ul.tabs li.active, .tab_widget ul.tabs li.active a:hover {
    background: #FFF;
    border-bottom: 1px solid #FFF;
}
.tab_widget ul.tabs li.active { border-top: 1px solid #DDD }
.tab_widget ul.tabs li.active a { color: #777 }
.tab_widget .tab_container {
    display: block;
    border-top: none;
    overflow: hidden;
    position: relative;
    clear: both;
    background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
}
.tab_widget .tab_content {
    display: block;
    position: relative;
    padding: 15px;
}
/*-[ Toggle ]-----------------------*/
.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
.toggle .togglet, .toggle .toggleta {
    display: block;
    position: relative;
    height: 36px;
    padding: 0 12px;
    background: #EEE;
    border: 1px solid #DDD;
    cursor: pointer;
    margin: 0;
}
.toggle .togglet span, .toggle .toggleta span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    padding-left: 20px;
    background: url("images/toggle-down.png") no-repeat left;
}
.toggle .toggleta span { background: url("images/toggle-up.png") no-repeat left }
.toggle .togglec {
    display: block;
    position: relative;
    padding: 15px;
    background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
}
/*-[ Dividers ]--------------------------------*/
.divider {
    clear: both;
    display: block;
    padding-top: 20px;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 5px solid #EEE;
}
.top-of-page {
    margin-bottom: 10px;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 5px solid #EEE;
}
/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/
@media screen and (max-width: 1468px) { 
.faja-1-adentro {width:100%}


}
@media screen and (max-width: 1268px) { 
.faja-adentro-flex, .faja-adentro-flex-justificado, #copyright-note, .footer-widgets, .destopk-header, .page-header-adentro, .faja-adentro-banner, .page-content, .relacionados-adentro, .comentarios-in, .faja-adentro-logos {width:100%}
.flexslider, .flex-caption, .flex-control-nav, .faja-adentro-servicios, .centro, .f-widget.f-widget-1-2 {width: 100%;}
.direccion {display:none}
.flex-caption, .flex-control-nav {

  padding: 0 30px 0 12%;
 } 
  
.centro {
  width: 100%;
  position: relative;
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  -moz-transform: translate(0,0%);
  padding: 2% 30px;
  margin: 0 auto;
  left: auto;
  top: auto;
  z-index: 3;
}
.centro-in {
  background: transparent;
  padding: 0 40px 30px 40px;
  width: 100%;
}
.slidertitle {
  font-size: 36px;
  line-height: 36px;
}

#overlay {
  float: left;
  flex-grow: 2;
}


}
@media screen and (max-width: 1024px) {
.title-home-1, .single-title {
  font-size: 30px;
  line-height: 34px;
  margin: 3% 0 20px 0;
}
.title-home-2 {
  font-size: 20px;
  line-height: 22px;
  margin: 15px 0 10px 0;
}
.title-home-3 {
  font-size: 14px;
  line-height: 16px;
}
.title-home-4.title {
  font-size: 16px;
  line-height: 20px;
}
.nota-4, .nota-4-gris, .nota-repo {
  width: 24%;
}
.title-home-5.title-negro {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0 0 0;
}
.title-home-6.title-negro {
  font-size: 16px;
  line-height: 20px;
}
.logo_showcase .slick-slide .logo-title {
  font-size: 16px;
  line-height: 20px;
}
.campo-news input, .campo-news select {
  width: 40%;
}
.breadcrumb {
  margin: 0 0 14px 0;
}
.shared-button {
   width: 10%;
}
.article {
  width: 90%;
}
.nota-5 {
  width: 31%;
}
.nota-repo:first-of-type .n-repo-header .title-home-repo.title {
  font-size: 30px;
  line-height: 32px;
}
.title-home-repo.title {
  font-size: 16px;
  line-height: 20px;
}


}


@media screen and (max-width: 960px) { 

/*-[ menu ]--------------------------------*/
.overlay-menu #navigation ul li::after{display:none}.overlay-menu #navigation{width:100%;float:left}#buscador-interior{display:block;border-top:1px solid #f0f1f1;width:100%;float:left;margin:20px 0;padding:20px 0}#search-image{background:transparent url(images/lupa.svg) no-repeat right center;border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:0 solid #399bd3;text-indent:-999px}input#search-image:hover{border:0 solid #000}#s{color:#399bd3;font-size:14px}#overlay,.hamburguesa{display:block}.hamburguesa{float:right;position:relative;z-index:7000}.overlay-menu #buscador{display:none}.button_container{position:relative;top:0;right:0;height:12px;width:21px;cursor:pointer;z-index:6000;-webkit-transition:opacity .25s ease;transition:opacity .25s ease;}.linea-h{display:none}.destopk-header{width:100%;padding:0}#header{padding:0px 30px;background:#fff}#header h1 a img,#header h2 a img{width:100px!important}.main-header.shrink .arriba{display:block}.hamburguesa.active{position:fixed}.button_container.active .top{-webkit-transform:translateY(5px) translateX(0) rotate(45deg);transform:translateY(5px) translateX(0) rotate(45deg);-ms-transform:translateY(5px) translateX(0) rotate(45deg)}.button_container.active .middle{opacity:0}.button_container.active .bottom{-webkit-transform:translateY(-5px) translateX(0) rotate(-45deg);transform:translateY(-5px) translateX(0) rotate(-45deg);-ms-transform:translateY(-5px) translateX(0) rotate(-45deg)}.button_container span{background:#399bd3;border:none;height:2px;width:21px;position:absolute;top:0px;left:0px;-webkit-transition:all .35s ease;transition:all .35s ease;cursor:pointer}.button_container span:nth-of-type(2){top:5px}.button_container span:nth-of-type(3){top:10px}.overlay{position:fixed;background:#fff;top:0;right:0;width:0;height:100%;opacity:0;visibility:hidden;-webkit-transition:opacity .35s,visibility .35s,width .35s;transition:opacity .35s,visibility .35s,width .35s;overflow:scroll}.overlay.open{z-index:6000;opacity:1;visibility:visible;width:100%}.overlay nav{position:relative;text-align:center;padding:100px 40px;letter-spacing:.03em}.overlay ul{list-style:none;margin:0 auto;display:inline-block;position:relative;height:100%;width:100%}.overlay ul li{display:block;text-transform:uppercase;position:relative;width:100%;text-align:left;float:left;border-top:1px solid #eef0f4;padding:20px 0 0 0;margin:20px 0 0 0}.overlay ul li a{cursor:pointer;display:block;position:relative;text-decoration:none;overflow:hidden;float:left;width:100%}.overlay ul li a:hover{width:100%;color:#000}.overlay-menu #buscador{padding:0;width:100%;float:left;margin:30px 0 0 0;display:block}.overlay-menu #buscador #searchform{margin:0;display:block;float:left;clear:both;width:100%;border-top:1px solid #eef0f4;padding:20px 0 0 0}.overlay-menu #buscador #searchform #s{width:calc(100% - 60px);width:-webkit-calc(100% - 60px);width:-moz-calc(100% - 60px);background-color:transparent;padding:0;text-indent:0;float:left;margin:0;text-transform:uppercase;letter-spacing:.04em;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#000;border:0}.overlay-menu #buscador #searchform #search-image{background:url(images/lupa.svg) no-repeat center center;margin:0;width:60px;float:left;color:#fff;padding:2px;cursor:pointer;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;transition:all .25s linear;border:0;text-transform:uppercase;-webkit-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;text-indent:-9999px}.logo-responsive{float:left;width:auto;background:#fff}.logo-responsive img{float:left}.overlay.open ul li ul li a{color:#0390cc}.overlay.open ul li ul li ul li a{color:#97a3a8}.overlay.open ul li .sf-sub-indicator{background:url(images/sejilla-azul.png) no-repeat center center}.overlay.open ul li ul li .sf-sub-indicator{background:url(images/sejilla.png) no-repeat center center}.overlay-menu .sf-sub-indicator{display:block;width:10px;overflow:hidden;position:absolute;right:22px;top:10px;height:7px;text-indent:-9999px}.overlay .redes-sociales-responsive{float:left;padding:0 40px}.overlay .redes-sociales-responsive ul{float:left}.overlay .redes-sociales-responsive ul li{float:left;margin:0 20px 0 0;width:auto;padding:0;border:0}.overlay .redes-sociales-responsive ul li a{float:left;border:1px solid #233984;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.overlay .redes-sociales-responsive ul li a img{float:left}.overlay .redes-sociales-responsive ul li a:hover{opacity:.6}.hamburguesa{width: 21px;height: 12px;position:fixed;z-index:8000;right:40px;top:50px;margin: 0 18px 0px 0;}.hamburguesa.shrink{margin: 0 18px 0px 0;top:50px}.secondary-navigation{float:none}.secondary-navigation ul li{line-height:1}.secondary-navigation li::after{display:none}.main-header.shrink .abajo{height:auto}.abajo{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.overlay nav #navigation{margin:0;padding:0}#navigation ul li{margin:20px 0 0 0;padding:20px 0 0 0}.overlay-menu #navigation ul li ul{border-top:1px solid #eef0f4;width:100%;top:auto;position:relative;padding:20px 0 0 0;z-index:400;left:auto;background:#fff;margin:20px 0 0 0}.overlay-menu #navigation ul li ul li:first-child{padding:0}#navigation ul ul a,#navigation ul ul a:link,#navigation ul ul a:visited{width:100%;margin: 0;}.overlay-menu #navigation ul li ul{padding:0;margin:20px 0 0 0;border-left:0;border-right:0;border-bottom:0}.overlay-menu #navigation ul li ul li:last-child{padding:0}#navigation ul li ul li a,.overlay-menu #navigation ul li ul li ul li a{border-bottom:1px solid #eef0f4}#navigation .sf-sub-indicator{display:block;width:0px;overflow:hidden;position:relative;right:auto;top:auto;height:0px;text-indent:-9999px;float:right}.overlay-menu #navigation ul li ul::before{display:none}.overlay-menu #navigation ul li ul li:last-child{padding:0;margin:0}.overlay-menu #navigation ul li ul li:first-child{padding:0;margin:0}.secondary-navigation li a{color:#399bd3}#navigation ul li ul{padding:0}#navigation ul li ul li:last-child a{padding-bottom:0}.overlay-menu #buscador{margin:20px 0 0 0}.redes-header{float:left;width:100%;margin:20px 0 0 0;padding:20px 0 0 0;border-top:1px solid #eef0f4}.widget-header .social-profile-icons ul{float:left;width:100%}.overlay .social-profile-icons ul li{background:0 0;float:left;margin:0;padding:0;width:60px;border-top:0}.widget-header{float:left;margin:0!important}.overlay-menu #navigation ul li ul li ul {padding: 0px;z-index: 5000;margin: 0px 0 0 0px;}.overlay-menu #navigation ul li ul li .sf-sub-indicator {top: 22px;right: 25px;position: absolute;}.overlay-menu #navigation ul li ul li ul li:last-child {padding: 0;}.overlay-menu #navigation ul li ul li ul li:first-child {padding: 0px 0px 0px 0px;}#navigation ul li ul li ul li:last-child a {padding-bottom: 20px;}.overlay-menu #navigation ul li ul li ul lia:first-child {border-top: 0;}.overlay.open li {-webkit-animation: fadeInBottom .5s ease forwards;animation: fadeInBottom .5s ease forwards;-webkit-animation-delay: .15s;animation-delay: .15s;}.overlay.open li:nth-of-type(2) {-webkit-animation-delay: .2s;animation-delay: .2s;}.overlay.open li:nth-of-type(3) {-webkit-animation-delay: .2s;animation-delay: .2s;}.overlay.open li:nth-of-type(4) {-webkit-animation-delay: .35s;animation-delay: .35s;}.overlay.open li:nth-of-type(5) {-webkit-animation-delay: .35s;animation-delay: .35s;}.overlay.open li:nth-of-type(6) {-webkit-animation-delay: .4s;animation-delay: .4s;}.overlay.open li:nth-of-type(7) {-webkit-animation-delay: .4s;animation-delay: .4s;}.overlay.open li:nth-of-type(8) {-webkit-animation-delay: .45s;animation-delay: .45s;}.overlay.open li:nth-of-type(9) {-webkit-animation-delay: .45s;animation-delay: .45s;}.overlay.open li:nth-of-type(10) {-webkit-animation-delay: .5s;animation-delay: .5s;}.overlay.open li:nth-of-type(11) {-webkit-animation-delay: .5s;animation-delay: .5s;}


.nota-1 {
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
  margin: 30px 0;
  
}  
.n1-header {
  padding: 30px 0 0 0;
  width: 100%;
  -webkit-order: 2;-ms-flex-order: 2;order: 2;

}
.n1-imagen {
  width: 100%;
  -webkit-order: 1;-ms-flex-order: 1;order: 1;

}
.faja-adentro-flex {
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
padding: 30px;  
}  
.col-60 {
  width: 100%;
  padding: 0;
}
.nota-2 {
  margin: 0 0 30px 0;
}
.col-30 {
  width: 100%;
}
.tit-protagonistas {
  margin: 30px 0 20px 15%;
}
.title-home-3 {
  font-size: 24px;
  line-height: 28px;
}
.faja-adentro-flex-justificado {
  padding: 30px;
 } 
.nota-4, .nota-4-gris, .nota-repo {
  width: 48%;
}
.fodo-top {
  width: 32%;
}
.nota-5 {
  width: 100%;
  margin: 0 0 30px 0;
}
.title-home-5.title-negro {
  font-size: 24px;
  line-height: 28px;
}
.nota-6 {
  width: 100%;
  margin: 15px 0;
}
.title-home-6.title-negro {
  font-size: 24px;
  line-height: 28px;
}
.faja-adentro-logos {
  padding: 30px;
}

.footer-top {
  margin: 30px auto 20px auto;
  padding: 0 0 20px 0;
}
.footer-widgets h3 {
  margin: 0 0 45px 0;
}
.title-home-1, .single-title {
  font-size: 36px;
  line-height: 40px;
}
.overlay nav {
  padding: 100px 30px;
}
.hamburguesa.shrink, .hamburguesa {
  margin: 0 8px 0px 0;
}
.page-header-adentro {
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
}
.text-header {
  width: 100%;
  padding: 0 0 30px 0;
}
.imagen-header {
  width: 100%;
}
.page-content {
  padding: 30px;
  margin: 0 auto;
}
.shared-button {
  width: 100%;
  position: relative;
  top: auto;
  margin: 0 0 30px 0;
}
.shared-button a {
  margin: 0 18px 0 0;
  clear: none;
}
.article {
  width: 100%;
}
.relacionados-adentro {
  padding: 30px;
}
.title-section {
  font-size: 36px;
  line-height: 36px;
}
  
.bloque-gris-relacionados {
  min-height: 100%;
}

.comentarios-in {
  padding: 30px;
}
input#author {
  width: 100%;
  margin: 0 0 30px 0;
}
input#email {
  width: 100%;
}
.nota-repo:first-of-type .n-repo-header .title-home-repo.title {
  font-size: 24px;
  line-height: 26px;
}
.bloque-gris-repo {
  width: 80%;
}

.text-header-sf {
  width: 100%;
}

.postal {
  margin: 0 65px 0 0;
}
body {
  padding-top: 110px;
}
.flex-caption, .flex-control-nav {
  padding: 30px;
  position: relative;
  left: auto;
  top: auto;
transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);
}
.title.slidertitle p {
  margin: 0;
  background: transparent;
  float: left;
  padding: 0;
  margin: 0;
  color: #399bd3;
  clear: initial;
}
.slidertitle {
font-size: 36px;
line-height: 40px;
float: left;
  -webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
  	-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: center;justify-content: center;
	position:relative;
	z-index: 1;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;

}
.flex-control-nav {
  padding: 0 30px;
  text-align: center;
}
.flex-direction-nav {
  display: none;
}
.servicio {
  width: 47.5%;
}


.f-widget.f-widget-2 {
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
  float: left;
}
.f-widget.f-widget-3 {
  margin: 00px 0 0 0;
}
.f-widget.f-widget-1 {
  width: 100%;
  padding: 10px 0 50px 0;
  margin: 0;
  float: left;
}



}


@media screen and (max-width: 768px) { 

#archive-repo .nota-6 {
  margin: 0 0 30px 0;
  width: 100%;
}


@media screen and (max-width: 560px) { 
.wpcf7 input[type="email"] {
  margin: 0;
  width:100%;
}
.owl-theme .owl-nav {
  top: 42%;
 }
.postal {
  display: none;
} 
.centro {
  padding: 2% 10px;
 }  
  
.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
 }  
.wpcf7 input[type="text"] {
  margin: 0 0 20px 0;
  width:100%;
  }
.slidertitle {
	text-align: center;
  font-size: 30px;
  line-height: 34px;
   } 
   
 .slider-thumbnail {
  /*width: 180%;
  margin: 0 -40%;*/
}  
   
   
.tel {
  font-size: 18px;
  line-height: 18px;   
  }   
 .point {
  width: 30px;

}  
.owl-carousel .owl-item.active.center .item img, .owl-carousel .owl-item.cloned.active.center .item img {
  padding: 0;
}
.centro-in {
  padding: 0 0px 30px 0px;
 } 
.servicio {
  width: 100%;
  padding: 40px 0;
}
.servicio-header {
  padding: 0 0 0 40px;
}
.bajada-serv {
  padding: 10px 40px 0 0;
}

.nota-2 {
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
}
.n2-imagen {
  width: 100%;
}
.n2-header {
  width: 100%;
  padding: 0 0 0 30px;
  margin: 30px 0 0 0;
}

.n2-header {
  padding: 0 0 0 25px;
}
.title-home-3 {
  font-size: 18px;
  line-height: 22px;
}
.tit-seccion {
  font-size: 24px;
  margin: 60px auto 10px auto;
}

.nota-4, .nota-4-gris, .nota-repo {
  width: 100%;
  padding: 20px;
}
.title-home-5.title-negro {
  font-size: 20px;
  line-height: 24px;
}
.title-home-6.title-negro {
  font-size: 18px;
  line-height: 22px;
}


.logo_showcase .slick-slide .logo-title{
  font-size: 16px;
  line-height: 18px;
}
.footer-widgets h3 {
  margin: 0 0 35px 0;
  font-size: 24px;
line-height: 26px;
}
.f-widget.f-widget-2 {
  font-size: 24px;
  line-height: 36px;
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  font-size: 20px;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  height: 44px;
  width: 44px;
}
.wp-block-social-links .wp-social-link a {
  padding: 12px !important;
}

.wp-block-social-links::before, .wp-block-social-links::after  {
  width: calc(50% - 140px);width: -webkit-calccalc(50% - 140px);width: -moz-calccalc(50% - 140px);
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 8px 1px !important;
}

.campo-news input, .campo-news select {
	width:100%;
  margin: 0 0 30px 0;
}
.campo-news {
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;

}

.campo-news input[type="submit"] {
  width: 40%;
}
.f-widget.f-widget-2 {

  margin: 0;
}
#copyright-note span {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
}
#copyright-note .fs span {
  display: table;
  float: left;
  width: auto;
}

.nota-repo:first-of-type .n-repo-header .title-home-repo.title {
font-size: 16px;
line-height: 20px;
padding: 0;
width: 100%;
}
.nota-repo:first-of-type .n-repo-header {
  width: 100%;
  padding: 0;
  align-items: flex-end;
  margin: 15px 0 0 0;
}
.nota-repo:first-of-type .n-repo-imagen {
  width: 100%;
}
.nota-repo:first-of-type .cat-fecha-solo {
  width: 100%;
  float: left;
  position: relative;
  left: auto;
}
/*- BANNER-----------------*/
.faja-adentro-banner {
  padding: 15px 30px 0px 30px;
}
.banner-300 {
		-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;

}
.banner-300 li {
  list-style-type: none;
  margin: 20px 0;
  width: 100%;
}
.title-home-1 {
  font-size: 30px;
  line-height: 34px;
}
.pie {
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;

}
#copyright-note span {
  margin: 0;
}
.fs {
  margin: 30px 0 0 0;
}
}

@media screen and (max-width: 420px) { 

#logo a {
  width: 235px;
}
.hamburguesa.shrink, .hamburguesa {
  top: 43px;
}
.single-title {
  font-size: 32px;
  line-height: 36px;
}
.title-home-3 {
  font-size: 14px;
  line-height: 18px;
}
.n3-header .fecha {
  margin: 5px 00;
}
.nota-3 {
  margin: 0 0 30px 0;
}
.nota-6 {
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
}
.n6-imagen {
  width: 100%;;
}
.title-home-6.title-negro {
  padding: 0 5px;
  width: 100%;
  margin: 30px 0 0 0;
}
.title-home-6.title-negro::before {
  width: 1px;
  content: "";
  height: 40px;
  background: #399bd3;
  position: absolute;
  bottom: auto;
  left: 30px;
  top: -55px;
}
.page-numbers {
  padding: 14px 0px;
}
.pagination {
  padding: 20px 0;
}
.this-page {
  color: #000;
  padding: 14px 0px;
  line-height: 18px;
  border: 0px solid #399bd3;
  background: #fff;
  font-size: 18px;
  margin: 0 3px;
}
.pagination a, .pagination2 {
  color: #399bd3;
  padding: 14px 0px;
  line-height: 18px;
  border: 0px;
  font-size: 18px;
  margin: 0 4px;
}
.currenttext, .pagination a:hover {
color: #000;
padding: 14px 0px;
font-size: 18px;
line-height: 18px;
border: 0px;
background: #ffffff;
font-size: 18px;
margin: 0 3px;
}
blockquote {
  font-size: 20px;
  padding: 0px 0 0 10%;
  margin: 10px 0 40px 0;
  line-height: 24px;
}
.footer-top #navigation ul li::after {
  margin: 0px 10px;
}
.title-home-1 {
  font-size: 24px;
  line-height: 26px;
}

}