@charset "utf-8";
/* CSS Document */
/* Fuente vinculada usada en h2, p y a de la clase textos */
@font-face {
    font-family: "Fira Sans";    
    src: url('FiraSans-Regular.ttf')
    url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
}

/*==================================
  CSS custom properties (variables)
===================================*/
:root {
    /* color de fondo de cabeceras de secciones */
    --header-bg-color: #f8f8f8;
    /* Colores ----------------------
    Azulado: #E1F4FB;
    Gris clarito: #f8f8f8;
    ------------------------------ */
    /* color de texto de ... */
    --a-text-color: #013773;
     /* Colores: ----------------------
    Azul oscuro: #013773
    ------------------------------ */
    /* Color de texto de cabeceras de secciones */
    --header-color: #5a5a5a;
     /* Colores: ----------------------
    Azul oscuro: #013773
    ------------------------------ */  
    /* Color del texto del Slider */
    --slider-color : #013773;
}

body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../mainpics/bkg_body.jpg);
	background-repeat: repeat-x;
	background-color: #E1F4FB;
	color: #333;
}

a {
    color: var(--a-text-color);
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;

}

a.accordion {
    background-color: white !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

#shadow{
	height: auto;
	width: 1020px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../mainpics/bkg_container.png);
	background-repeat: repeat-y;
}

#container{
	height: auto;
	width: 960px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;	
}

section {
	margin-bottom:0.1em;	
}

article h1 {
	margin: 1rem 1rem 0rem 1rem;
	text-transform: uppercase;
}

/* MAIN */
#main {
	display:grid;
	grid-gap: 1rem;
	padding:1rem; 
}
.bloque {
	font-family: 'Merriweather', serif;
	box-shadow: 3px 5px 28px 0px rgba(0,0,0,0.75);
}
.bloque video, iframe, object{
	width:100%;
	height:auto;
}

.bloque .textos {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	padding-bottom: 0.5rem;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
}
.textos h2 {
	font-family: "Fira Sans", serif;
	font-size: 1.2rem;
	font-weight: 300;
	margin-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #19191B;
}
.textos p {
	font-size:0.8rem;
	font-family: "Fira Sans", serif;
}
.textos a {
	font-size:0.8rem;
	color:red;
	text-decoration:none;
	font-family: "Fira Sans", serif;
}
.textos a:hover {
	text-decoration: underline;
}

.textoJustificado {
    text-align: justify;
}

.textoReducido {
    font-size: 80%;
}

.textoColorPrimario {
    color:var(--a-text-color);
}

.textoEncimaImagen {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titulo {
	font-family: "Fira Sans", serif;
	font-size: 1.2rem;
	font-weight: 300;
	margin-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #19191B;    
}

.btn {
    border-radius: 0;
    border: 0;
}

.btn:hover,
.btn:active,
.btn:active:focus,
.btn:focus {
    outline-offset: 0;
    outline: 0;
    box-shadow: none;
    color: white;
}

/* --------------- NAV Menu ----------------*/

nav {
	font-family: 'Lato', sans-serif;
	background-image: url(../mainpics/bkg_nav.jpg);
	background-repeat: repeat-x;	
}
nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
}
nav li { flex-grow: 1; }

nav a {
	display: block;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	color: white;
	transition: all 0.5s;
	text-transform: uppercase;
}

nav a:hover {
	background-color: #013773;
	color: white;
}

nav li.active  {
	background-color: #013773;
}

nav li.separador  {
	border-bottom: 1px solid #013773;
}

.dropdown-menu>li>a {
    color: #013773;
}

/*
.dropdown-menu>li>a:hover, a:focus {
    background-color: #013773;
    color: white;
}
    */

/* --------------- Media ----------------*/

@media (orientation: landscape) {
section {
	grid-template-columns: 3fr 1fr;
    grid-template-rows: auto;
}
#main {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
}
aside {
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
}
nav ul {
	flex-direction: row;
}

}
@media (orientation: portrait) {
section {
	grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}
#main {
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
}
aside {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
}

}

.section-head {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-head h2 {
    color: #333333;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
}

.subtitle1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}

.subtitle2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.subtitle2.white {
    color: #fff;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.categoria-documentos {
    color: var(--a-text-color);
    display: block;
    margin: 0;
    /*
    padding: 12px 0 12px 46px;
    */
    position: relative;   
}

.panel-default {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    margin-bottom: 5px;
}

/*==================================
    List style start
===================================*/
.spn_sc_list_area{
	margin:0;
	padding:0;
	position:relative;
	
}
.spn_sc_list_area ul{
	margin:10px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

/*list style 6*/
.spn_sc_list_area .list_style_06{
    padding-left: 20px;
	overflow: visible;
}
.spn_sc_list_area .list_style_06 li{
	display: block;
    /*
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
    */
	margin: 0;
	padding: 2px 0 2px 20px;
	position: relative;
}
.spn_sc_list_area .list_style_06 li:after {
	background: none repeat scroll 0 0 #00aeef;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(0, 174, 239, 0.4);
	content: "";
	height: 10px;
	left: 0;
	margin-top: -5px;
	position: absolute;
    margin-top: 5px;
    top: 0px;
    /*
    margin-top: -5px;
	top: 50%;
    */
	width: 10px;
}

/*================================================================
    Inicio 
==================================================================*/

.row-last-minute {
    margin-top: 15px;
}

.news-ticker {
    margin: 15px 0 5px 0;
}

.tickercontainer {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tickercontainer .mask {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    top: 8px;
    height: 18px;
    overflow: hidden;
}

ul.newsticker {
    position: absolute;
    white-space: nowrap;
    animation: leftThenRight 20s infinite alternate;
}

@keyframes rightThenLeft {
    from {
        margin-left: 0%;
    }
    to {
        margin-left: 100%;
    }    
}

@keyframes leftThenRight {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0%;
    }    
}

/*==================================
    Última hora 
===================================*/

.tickercontainer {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tickercontainer .mask {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    top: 8px;
    height: 18px;
    overflow: hidden;
}

ul.newsticker {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    position: relative;
    margin-left: 20px;
    list-style-type: none;
    margin: 0;
    padding-right: 15px;
}

ul.newsticker li {
    float: left;
    margin: 0;
    padding-right: 15px;
}

ul.newsticker a {
    color: #013773;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 50px 0 0;
    padding: 0;
    white-space: nowrap;
}

.bn-title {
    background-color: #D10100;
    color: #fff;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/*==================================
    Contenidos del centro. Slider 
===================================*/

.featured-slider {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin: 0 0 21px;
    padding: 20px;
}

/* Oculta flechas, muestra Anterior Siguiente

.featured-slider .flex-direction-nav a:before,
.featured-slider .flex-direction-nav a:after {
    content: none;
}

*/

.featured-slider .flex-direction-nav a {
    background-color: #fff;
    height: 40px;
    left: 15px;
    line-height: 40px;
    margin: -20px 0 0;
    opacity: 0;
    text-align: center;
    text-shadow: none;
    top: 50%;
    width: 40px;
}

.featured-slider .flex-direction-nav .flex-next {
    left: auto;
    right: 15px;
}

.featured-slider:hover .flex-direction-nav a {
    opacity: 0.6;
}

.featured-slider:hover .flex-direction-nav a:hover {
    opacity: 1;
}

.mag-post {
    position: relative;
    /*overflow: hidden;*/
}

.mag-post .img-cat {
    background-color: #013773;
    color: #fff;
    padding: 2px 10px;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 20px;
}

.mag-post .image-link {
    position: relative;
}

.mag1 .slides .image-link img {
    max-height: 385px;
    width: 100%;
}

.mag-post .image-link img {
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}

.mag-post:hover .image-link img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.mag-post .caption {
    bottom: 20px;
    position: absolute;
    right: 20px;
    text-align: right;
    padding: 2px 10px;
    background-color: rgb(255, 255, 255);
}

.mag-post .the-date {
    color: #fff;
    /*
    font-family: Lato,sans-serif;
    */
    text-transform: uppercase;
    font-size: 13px;
}

.mag-post .caption h4 a {
    color: #fff;
}


.mag2 .mag-post .the-date,
.mag2 .mag-post .caption h4 a {
    color: var(--slider-color);
}

/*==================================
  VIDEOS DE YOUTUBE EN ESPACIO DE SLIDER
===================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*==================================
  COMUNICADOS
===================================*/

.news-box-carousel .owl-item {
    border-right: 1px solid #eaeaea;
}

.news-box-carousel .widget-post {
    margin: 20px 0 0;
    padding: 0 20px 15px;
}

.base-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}

.news-box.base-box {
    padding-bottom: 0;
}

.news-box .nb-header {
    background-color: var(--header-bg-color);
    border-bottom: 1px solid #eaeaea;
    margin: -20px -20px 0;
    padding: 18px 20px;
}

.news-box-carousel .nb-content {
    padding: 20px 0;
}

.news-box-carousel .owl-nav {
    top: -50px;
}

.nb-style1 .recent-news {
    border-bottom: 1px solid #eaeaea;
    margin: 0 -20px;
    padding: 20px;
}

.news-box .recent-news h3 {
    font-size: 17px;
    margin: 0 0 5px;
}

.scrolling-box-wrap .nb-content {
    padding: 20px 0 0;
}

.scrolling-news {
    margin: -20px;
}

.news-box .nb-header .nb-title {
    font-size: 18px;
    text-transform: uppercase;
    color: var( --header-color);
}

.nb-content .post-img,
.w-post-inner .post-img {
    margin-bottom: 10px;
}

.w-post-entry h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
}

.nb-content .w-post-meta,
.w-post-inner .w-post-meta {
    color: #ababab;
    font-size: 12px;
    line-height: normal;
}

.owl-controls {
    margin-top: 20px;
    text-align: center;
}

.news-box-carousel .owl-nav {
    top: -50px;
}

.news-box-carousel .owl-nav, .one-slide-control .owl-nav, .service-carousel .owl-nav, .tweet-carousel .owl-nav, .carousel-event .owl-nav, .control-two .owl-nav{
    background-color: transparent;
    position: absolute;
    right: 0;
    /*top: -60px;    */
}

.news-box-carousel .owl-nav > div,
.one-slide-control .owl-nav > div,
.service-carousel .owl-nav > div,
.tweet-carousel .owl-nav > div,
.carousel-event .owl-nav > div,
.control-two .owl-nav > div {
    color: #999;
    display: inline-block;
    font-size: 32px;
    margin: 0 !important;
    opacity: 1;
    padding: 0 22px;
    position: relative;
    text-shadow: none;
}

.news-box-carousel .owl-nav .owl-prev:after,
.one-slide-control .owl-nav .owl-prev:after,
.service-carousel .owl-nav .owl-prev:after,
.tweet-carousel .owl-nav .owl-prev:after,
.carousel-event .owl-nav .owl-prev:after,
.control-two .owl-nav .owl-prev:after {
    background-color: #999;
    content: "";
    height: 21px;
    margin-top: -9px;
    opacity: 0.5;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
}

.news-box-carousel .owl-nav .owl-next,
.one-slide-control .owl-nav .owl-next,
.service-carousel .owl-nav .owl-next,
.tweet-carousel .owl-nav .owl-next,
.carousel-event .owl-nav .owl-next,
.control-two .owl-nav .owl-next {
    padding-right: 0;
}

.scrolling-news .owl-nav .owl-next {
    padding-right: 22px;
}

.fa-angle-left:before, .fa-angle-right:before {
    color: var(--header-color);
}

.post-img .img-cat {
    background-color: #013773;
    color: #fff;
    padding: 2px 10px;
    position: absolute;
    text-transform: uppercase;
    /*
    right: 20px;
    top: 20px;
    */
    bottom: 60px;
    font-size: smaller;
}

/*==================================
  NOTICIAS ACTUALES
===================================*/

.news-list .nl-item {
    margin: 0 -20px;
    padding:20px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.news-list .nl-item:last-child {
    border-bottom: 0;
}

.news-list .nl-item .news-image{
    float: left;
    width: 190px;
    margin-right: 20px;
}

.news-list.nl-big .nl-item .news-image {
    width: 265px;
}

.news-list .nl-item .news-summary.has-feature-image {
    margin-left: 210px;
}

.news-list.nl-big .nl-item .news-summary.has-feature-image {
    margin-left: 285px;
}

.news-list .nl-item .news-summary h3 {
    font-size: 17px;
    margin-bottom: 7px;
}

.news-list .nl-item .news-summary .nb-item-meta {
    margin-bottom: 9px;
}

/*
.w-add-block {
    padding: 15px;
}
*/

.w-add-block img {
    width: 100%;
}

.post-widget li {
    /*
    font-family: Lato,sans-serif;
    */
    margin: 0 0 5px;
}

.post-widget li .cat_num {
    float: right;
}

.widget_categories li:before {
    color: #999;
    content: "\f101";
    font-family: FontAwesome;
    margin: 0 5px 0 -5px;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-synthesis: weight style;
    text-rendering: auto;
}

.news-box .nb-footer {
    border-top: 1px solid #eaeaea;
    line-height: 38px;
    margin: 0 -20px;
    padding: 0 20px;
    position: relative;
    text-align: center;
}

/*==================================
    Content Holder -Contenidos -----
===================================*/

.content-holder {
    background-color: #fff;
    /*
    padding-bottom: 50px;
    */
}

.content-holder .contact-page {
    margin-bottom: 50px;
}

.sin_padding_izdo {
    padding-left: 0px;
}

.sin_padding_dcho {
    padding-right: 0px;
}


/*==================================
    Contacto y provincias
====================================
    MINI-SITE de PROVINCIAS
===================================*/

.shortcode-widget {
    border-right: 1px solid #ddd;
    padding-left: 15px;
}

.sc_widget_nav {
    margin-bottom: 30px;
}

.sc_widget_nav .widget-title {
margin-bottom: 20px;
font-weight: 700;
font-size: 18px;
}

.shortcode-widget li a {
    /*
	color: #999;
    */
	display: block;
	line-height: 30px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.shortcode-widget li a:hover {
	margin-left: 5px;
}

.shortcode-widget li.active  {
	text-decoration: underline;
}

/* Fin de Mini-Site de provincias */

.address p {
    display: flex;
    display: -webkit-flex;
    /*
    font-size: 15px;
    margin-top: 10px;
    */
    vertical-align: middle;
}

.address h4 {
    margin-bottom: 10px;
}

.separado {
    padding-bottom: 10px;
}

.address p i {
    margin: 4px 15px 0 0;
}

.contact-form .form-control {
    border-radius: 0;
    box-shadow: none;
    color: #666a6b;
    font-size: 13px;
    height: 48px;
    margin-bottom: 15px;
    padding: 0 0 0 25px;
}

.contact-form * {
    font-weight: normal;
}

/* recaptcha & enviar */
.recaptcha-enviar {
    display: flex;
    margin: 15px 0px 15px 0px;
}

.primer-elemento {
    margin-right: auto; /* Alineación a la izquierda */
}

.segundo-elemento {
    align-self: center; /* Alineación vertical */
}
/*--------------------------*/

.contact2 {
    position: relative;
}

.contact2 .subtitle,
.contact3 .subtitle {
    font-size: 25px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    text-align: left;
}

.contact2 a.btn-blue {
    margin-top: 40px;
}

.contact3 {
    position: relative;
    padding: 0;
}

.map-block {
    height: auto;
    left: 0;
    top: 0;
    position: absolute;
    width: 50%;
}

.map-block-inner {
    height: 345px;
}

.contact3 .address {
    padding: 60px 0 0 30px;
}

.contact3 .address p:nth-child(2) i {
    margin-bottom: 0;
}

.bg-color-left.gray,
.bg-color-right.gray {
    background-color: #eee;
}

.bg-color-left {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.bg-color-right {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.contact-7 {
    padding-bottom: 0;
}

.contact-7 .contact-form .form-control {
    margin: 0;
}

.contact-7 .contact-form .col-md-6:nth-child(3),
.contact-7 .contact-form .col-md-6:nth-child(4) {
    margin-top: 47px;
}

.contact-7 .contact-form .col-md-12 {
    position: relative;
}

.contact-7 .contact-form textarea.form-control {
    margin: 57px 0 35px;
}


.contact-7 .contact-form .write-something {
    color: #555;
    font-size: 24px;
    position: absolute;
    top: 20px;
}

#success, #error {
    /*
    display: none;
    */
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 50%;
}

#error {
    color: #c0392b;
}

#success {
    color: #013773;
}

.contact-form label.error {
    color: #ff0000;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.contact-form textarea.form-control {
    height: 190px;
    padding: 20px 20px 20px 25px;
}

.contact-form .message-sub {
    font-size: 14px;
    padding: 16px 40px;
    -webkit-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
}

.contact-7 .address-top p {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    position: relative;
    line-height: 30px;
    top: -5px;
}

.contact-7 .address {
    margin-top: 57px;
}

.contact-7 .address h5 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-top: -9px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.contact-7 .address p {
    margin-top: 0;
}

.contact-7 .address p i {
    color: #333;
}

.contact-7 .address p:nth-child(2) i {
    margin-bottom: 15px;
}

.contact.parallax .overlay {
    background-color: rgba(0,0,0,0.5);
    padding: 100px 0;
}

.contact.parallax .section-head h2,
.contact.parallax .section-head p,
.contact.parallax .address a,
.contact.parallax .section-head.style_3 h2 span,
.contact.parallax .address {
    color: #fff;
}

.contact.parallax .contact-form {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px 0;
}

.contact.parallax .form-control {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.contact.parallax .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.contact.parallax .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.contact.parallax .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact.parallax .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.contact.parallax .address {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px;
}

.contact.parallax .address p:nth-child(2) i {
    margin-bottom: 20px;
}

.clients-list .client-item {
    border: 1px solid transparent;
    display: block;
    margin-bottom: 25px;
    min-height: 95px;
    padding-top: 13px;
    text-align: center;
}

.clients-list .client-item.client_active,
.clients-list .client-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/*==================================
    SIDEBAR. WIDGETS
===================================*/

.widget-head {
    background-color: var(--header-bg-color);
    border-bottom: 1px solid #eaeaea;
    margin: -20px -20px 20px;
    padding: 16px 20px;
}

.widget-head .widget-title {
    color: var(--header-color);
    font-size: 15px;
    text-transform: uppercase;
}

.post-widget {
    border: 1px solid #eaeaea;
    padding: 20px;
    margin: 0 0 21px;    
}

.post-widget .w-post-inner {
    margin: -20px;
}

.post-widget .widget-search {
    margin: -20px;
    position: relative;
    margin-top: -15px;
}

.sidebar {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #E1F4FB;
}

.sidebar:last-child {
    margin-bottom: 0;
}

.right-sidebar {
    padding: 0 10px 10px 10px;
}

.right-sidebar.widget-area {
    margin-top: 30px;
}

.blog-search {
    position: relative;
}

.blog-search .search-input {
    background-color: #fff;
    letter-spacing: 2px;
    text-indent: 30px;
    padding: 0;
    height: 42px;
    border: 1px solid #e5e5e5;
    width: 100%;
}

.blog-search .search-sub {
    background-color: #013773;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.sidebar .widget-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #013773;
    /*
    color: #337ab7;
    */
}

.sidebar li a {
    line-height: 20px;
    margin-bottom: 5px;
    display: block;
}

.sidebar ul li:last-child a {
    margin-bottom: 0;
}

.sidebar ul li a i {
    margin-right: 6px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar ul li a:hover i {
    margin-right: 10px;
}

.sidebar .social-links li {
    float: left;
    margin-right: 8px;
}

.sidebar .social-links li:last-child {
    margin-right: 0;
}

.sidebar .social-links li a {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #777;
    display: block;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    margin: 0 auto;
    width: 42px;
    text-align: center;
}

.sidebar .social-links li a i {
    margin: 0 !important;
}

.sidebar .social-links li a:hover {
    background-color: #013773;
    border-color: #013773;
    color: #fff;
}

.tagcloud a {
    background-color: transparent;
    color: #013773;
    border: 1px solid #013773;
    display: inline-block;
    font-size: 13px;
    margin: 5px 0;
    padding: 2px 10px;
}

.tagcloud a:hover {
    background-color: #013773;
    border-color: #013773;
    color: #fff;
}

.post-widget .subscribe-form {
    background-color: #fff;
    padding: 15px;
}

.post-widget .subscribe-form .form-control {
    margin-bottom: 15px;
}

.subscribe-form .btn-blue {
    font-size: 13px;
    padding: 9px 25px;
}

.btn-blue {
    background-color: #013773;
    text-transform: uppercase;
    font-size: 17px;
    padding: 16px 36px;
    color: #fff;
}

.mas-informacion {
    padding-top: 15px;
}

.mas-informacion h3 {
    font-size: 17px;
    color: #013773;
}

.post-widget .fb-post {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 248px; /* igual que el contenedor */
	box-sizing: border-box;
}

.fb-post {
    width: 90%;
    max-width: 300px;
}

.side-panel {
  width: 248px;
}

.side-panel video {
  width: 100%;
  height: auto;
  display: block;
}

.volume-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.volume-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

/*==================================
    Blog (noticias)
===================================*/

.content-holder .entry-post {
    border: 1px solid #eaeaea;
    padding: 20px;
    margin: 0 0 21px;    
    /*
    background-color: #fff;
    box-shadow: 3px 3px 2px #E1F4FB;
    margin: 0 0 30px;
    padding: 0px 30px;
    */
}

.entry-post .post-media img {
    width: 100%;
}

.entry-content .post-header h2 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.entry-content .meta-space {
    font-size: 14px;
    /*
    margin: 0 0 20px;
    */
}

.entry-content .meta-space span {
    margin-right: 8px;
    padding-right: 8px;
}

.entry-content .meta-space span:after {
    background-color: #777777;
    content: no-close-quote;
    display: inline-block;
    height: 15px;
    left: 8px;
    position: relative;
    top: 3px;
    width: 1px;
    -webkit-transform: rotate(25deg);
       -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
         -o-transform: rotate(25deg);
            transform: rotate(25deg);
}

.entry-content .meta-space span:last-child {
    margin-right: 0;
    padding-right: 0;
}

.entry-content .meta-space span:last-child:after {
    content: none;
}

.entry-content .entry-excerpt {
    display: inline-block;
    margin: 15px 0 0;
}

.read-more {
    font-size: 14px;
}

/*==================================
    Footer
===================================*/

.footer {
    display: flex; /* Utilizamos flexbox para dividir en columnas */
    justify-content: center; 
    align-items: center;
    width: 100%; /* Ancho total de la página */
    background-color: #013773;
    color: #fff;
    padding: 25px 0;
}

  /* Estilo para la primera columna */
.footer .column1 {
    width: 60%; /* 4/5 del ancho total */
    float: left;
}
  
  /* Estilo para la segunda columna */
.footer .column2 {
    width: 20%; /* 1/5 del ancho total */
    float: left;
    display: flex; /* Usa flexbox para centrar el contenido */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */    
}

.footer .column3 {
    width: 20%; /* 4/5 del ancho total */
}
  
  /* Estilo para las filas de la primera columna */
.footer .column1 .row {
    width: 100%; /* Ancho total de la primera columna */
    height: 50%; /* Altura de cada fila (50%) */
    display: flex; /* Usa flexbox para centrar el contenido */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */    
}

.footer .copyright {
    font-size: 0.8em;
	font-weight:300;
    text-transform: uppercase;
    margin: 0%;
}

.footer .copyright a {
    color: #fff;
}

.footer .copyright a:hover {
    color: #013773;
}

.footer .social-links {
    margin: 0;
}

.footer .privacidad {
    margin: 0;
}

.footer .social-links li {
    display: inline-block;
    margin-right: 8px;
}

.footer .privacidad li {
    display: inline-block;
    margin-right: 8px;
}

.team .member-thumb .mask li:last-child {
    margin-right: 0;
}

.footer .social-links li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    margin: 0 auto;
    width: 36px;
}

.footer .privacidad li a {
    color: #fff;
    display: block;
    font-size: 0.8em;
}

.footer .social-links li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #013773;
}

#go-top {
    background-color: rgba(0,0,0,0.08);
    bottom: 102px;
    color: #fff;
    font-size: 12px;
    height: 50px;
    position: fixed;
    right: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    z-index: 9;
    display: none;
    line-height: 12px;
}

#go-top > i {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

#go-top:hover {
    background-color: #013773;
}

/*----------------------- Post Comment Section ----------------------*/
.about_psot_author {
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding: 10px 10px 17px;
    width: 100%;
    margin: 5px 0px;
  }
  .about_psot_author h2 {
      color: #013773;
      font-size: 20px;
      font-weight: 700;
      line-height: 20px;
      margin: 0 0 12px;
      text-transform: uppercase;
  }

  .about_psot_author h3 {
    margin: 0 0 12px;
}

  .about_psot_author img {
      border: 1px solid #E1F4FB;
      float: left;
      margin-left: 5px;
      max-width: 70px;
      padding: 5px;
      transition: all 0.5s ease 0s;
  }

.ajustes_img_announce {
    max-width: 100px !important;
    margin-right: 15px;
}
  .about_psot_author div {
      /*
      margin-left: 15%;
      */
      margin-left: 120px;
  }
  .about_psot_author div h3 a {
      text-decoration: underline;
      font-size: 16px;
      font-weight: 500;
      line-height: 18px;
      margin: 0 0 12px;
  }
  .about_psot_author div h3 a:hover {
      color: #013773;
  }
  .about_psot_author div h3 span{
      color: #999999;
      font-size: 14px;
      margin-left: 10px;
      font-style: italic;
  }
  .about_psot_author div p{
      font-size: 14px;
      margin: 11px 0 0 0;
      /*
      line-height:24px;
      */
  }

/*==================================
    Sort Codes
===================================*/

/*Divider Style Start*/

.divider{
	position:relative;
	top:0;
	left:0;
	width:100%;
	display:block;
	background:transparent;
	margin:0;
	padding:0;
}

.hr_left{
	text-align:left;
}

.margin_top30 {margin-top:30px !important;}

.margin_bottom10 {margin-bottom:10px !important;}
.margin_bottom20 {margin-bottom:20px !important;}
.margin_bottom30 {margin-bottom:30px !important;}

.padding_izdo10 {padding-left: 10px !important;}
.padding_dcho10 {padding-right: 10px !important;}
.padding_izdo5 {padding-left: 5px !important;}

.hr5,.hr4{
	height:1px;
	background:#ddd;
}

.hr4 span {
	position:absolute;
	top:0;
	display:inline-block;
	width:100px;
	height:100%;
	background: var(--a-text-color);
}

/*Google Map style end*/
/*Shortcode Title*/
.title1,.title2,.title3,.title4,.title5{
    /*
	color: #777;
    */
	display: block;
	font-size: 40px;
	font-weight: 400;
	margin: 15px 0;
	/*overflow: hidden;*/
	padding: 0;
	text-transform: none;
}
.title2{
	font-size: 30px;
}
.title3{
	font-size: 18px;
}
.title4{
	font-size: 20px;
}
.title5{
	font-size: 18px;
}

.margin_top20 {margin-top:20px !important;}
.margin_top70 {margin-top:70px !important;}
.margin_bottom20 {margin-bottom:20px !important;}
.margin_bottom70 {margin-bottom:70px !important;}

/*Short code image slider start*/

.pix_sohortcode_image_slider .flexslider{
	border-radius: 0;
	margin: 0;
}

.pix_sohortcode_image_slider.border_0 .flexslider{
	border: 0 none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.flexslider{
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* Accordion style*/

.sc_toggle2 .panel-default,
.sc_accordion2 .panel-default {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.sc_toggle2 .panel-default .panel-heading,
.sc_accordion2 .panel-default .panel-heading {
    background-color: #f3f3f3;
    border-radius: 0;
    border-bottom: 1px solid #c2c2c2;
}

.sc_toggle2 .panel-default .panel-heading:hover,
.sc_accordion2 .panel-default .panel-heading:hover {
    border-bottom: 1px solid var(--a-text-color);
}

.sc_toggle2 .panel-default .panel-body,
.sc_accordion2 .panel-default .panel-body  {
    border: 0;
    background-color: #fbfbfb;
}

.sc_toggle2 .panel-title a,
.sc_accordion2 .panel-title a {
    color: var(--a-text-color);
    display: block;
    margin: 0;
    padding: 12px 0 12px 46px;
    position: relative;
    /*
    text-transform: uppercase;
    */
}

.sc_toggle2 .panel-default > .panel-heading,
.sc_accordion2 .panel-default > .panel-heading {
    position: relative;
    padding: 0;
}

.sc_toggle2 .panel-title,
.sc_accordion2 .panel-title {
    margin: 0;
    padding: 0;
}

.sc_toggle2 .panel-title a .icon,
.sc_accordion2 .panel-title a .icon {
  background-color: var(--a-text-color);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 37px;
}

.sc_toggle2 .panel-title a:hover,
.sc_accordion2 .panel-title a:hover {
    color: #555555;
}

.sc_toggle2 .panel-title a .icon:before,
.sc_accordion2 .panel-title a .icon:before {
    background-color: #fff;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: 50%;
    width: 7px;
    z-index: 1;
}

.sc_toggle2 .panel-title a .icon:after,
.sc_accordion2 .panel-title a .icon:after {
    background-color: #fff;
    content: "";
    height: 7px;
    left: 50%;
    margin: -3px 0 0;
    position: absolute;
    top: 50%;
    width: 1px;
}

.sc_toggle2 .panel-heading a .icon i,
.sc_accordion2 .panel-heading a .icon i {
    background-color: transparent;
    height: 15px;
    left: 50%;
    margin: -7px 0 0 -7px;
    position: absolute;
    top: 50%;
    width: 15px;
}

.sc_toggle2 .panel-heading.active a .icon:before,
.sc_accordion2 .panel-heading.active a .icon:before {
  background-color: var(--a-text-color);
}

.sc_toggle2 .panel-heading.active a .icon i,
.sc_accordion2 .panel-heading.active a .icon i {
    background-color: #fff;
}

.sc_toggle2 .panel-body,
.sc_accordion2 .panel-body {
	padding: 0;
}

.sc_toggle2 .panel-body > p,
.sc_accordion2 .panel-body > p {
	margin: 0 0 15px;
	padding: 10px 46px;
}


/*end Accordion style */

/*======================================================
    Pages
========================================================*/

.pages {
    margin: 30px 0 100px;
}

/*======================================================
    404 Page
========================================================*/

.error-inner {
    text-align: center;
}

.error-inner h2 {
    font-family: Lato,sans-serif;
    font-size: 280px;
    font-weight: 600;
}

.error-inner .blog-search {
    margin: 50px auto 0;
    width: 30%;
}

/*==================================
    Galeria
===================================*/
.short_code_image_gallery .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.short_code_image_gallery .single_image{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: block;
	left: 0;
	margin: 0;
	padding: 7px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 0;
	z-index: 1;
	margin-top: 10px;
	overflow: hidden;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}

.short_code_image_gallery .single_image img{
	width: auto;
	max-width: 100%;

}

.short_code_image_gallery .single_image img{
	border: 0 none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}

/*======================================================
    FAQ
========================================================*/

.wp-caption {
    background-color: #ffffff;
    text-align: center;
}

.picture-frame img {
    border: 1px solid #ddd;
    padding: 5px;
}


.pages {
    margin: 30px 0 100px;
}

.faq-wrapper .faq-item h4 {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 15px 20px;
    text-transform: uppercase;
}

.faq-wrapper .faq-item {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}

.faq-wrapper .faq-item:last-child {
    margin-bottom: 0;
}

.faq-wrapper .faq-item .faq-body {
    padding: 20px;
}

.faq-wrapper .faq-item .faq-body p:first-child {
    margin-top: 0;
}
