/* Import */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Reset */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Open Sans", sans-serif;
  	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #001026;
}
ol, ul {
	padding-left:20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lexend", sans-serif;
}
/**************** Header ****************/
.stickynav {
	background-color: #1A0487;
	transition: background-color 1s linear;
}
header .btn-primary {
	text-transform: uppercase;
	font-size:.9em;
	font-weight:400;
	background-color: #0049ac;
	border:0;
}
/* Logo */
.navbar-brand img {
    max-width: 200px;
}
/* Nav */
#navegacion .nav-link {
	font-family: "Lexend", sans-serif;
    text-transform: uppercase;
	color: #FFFFFF;
	font-size:.9em;
	font-weight:400;	
}
.dropdown-menu {
    background-color: #666;
	border:0;
    border-radius: 0;
    padding: 10px 20px;
    margin-top: 25px!important;
}
a.dropdown-item {
	font-family: "Lexend", sans-serif;
    color: #FFF;
	font-size:.8em;
	padding:10px 0;
	font-weight: 400;
	text-transform:uppercase;
}
a.dropdown-item:hover {
   color: #FFFFFF;
	background:none;
}
.dropdown-menu .description {
    color: #FFFFFF;
    font-size: .8em;
    padding-top: 8px;
    padding-bottom: 25px;
    display: block;
}
/* Menu Moviles */ 
.navbar-toggler {
	border:none;
	margin:0 auto;
}
.navbar-toggler:focus {
	box-shadow:none;
}
@media only screen and (max-width: 600px) {
.navbar {
	max-width:94%;
}
#navegacion .menu-item {
    text-align: right;
	padding-right:10px;
	font-size:1.3em;
}
.dropdown-menu {
	border:0;
    border-radius: 0;
    padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
    margin-top: 0!important;
	box-shadow: none;
}
a.dropdown-item {
	font-size:.8em;
	padding:0;
	word-wrap: normal !important;
    white-space: normal;
}
.dropdown-menu .description {
	font-size: .6em;
}
}
/**************** Footer ****************/
.bg-footer {
	background-color: #001025;
}
footer li {
    font-size: .75em;
    list-style-type: none;
    line-height: 1;
}
footer .footer-logo h3 {
	font-weight:800;
	font-size:1.4em;
}
footer .footer-logo span {
	color:#0049ac;
}
footer .footer-logo img {
	max-width: 40%;
	height: auto;
	display: block;
	padding-bottom:20px;
}
ul.social-footer {
    padding-left: 0;
}
footer .social-footer li {
	padding: .5rem 0;
}
footer h5 {
	color:#0049ac;
	font-size: 1em;
	font-weight: 700;
	padding-bottom: 10px;
}
footer .nav-item a {
    color: #ffffff;
    padding-left: 0;
}
footer .nav-item a:hover {
	opacity: .8;
	color:#FFFFFF;
}
footer .creditos {
    font-size: .75em;
    line-height: 1.5;
}
footer .social-footer a {
	color:#FFFFFF;
	font-size: 2em;
}
footer .social-footer a:hover {
	opacity:.8;
	color:#FFFFFF;
}

/**************** Shortcodes ****************/
/* noticias */
.card-noticias {
	text-align:center;
	border: none;
}
.card-noticias .card-title {
	color: #001025;
	font-weight: 600;
	font-size: 1.2em;
	
}
.card-noticias .card-title a {
	color: #001025;
	text-decoration: none;
}
.card-noticias .card-body a:hover {
	color:#0049ac;
}
/* Card Socios */
.card-socios {
	text-align:center;
	border: none;
}
.card-socios .card-title {
	color: #001025;
	font-weight: 600;
	font-size: 1.2em;
	
}
/* Slick */
.slick-prev, .slick-next {
height:50px;
z-index: 1;
}
.slick-prev:before, .slick-next:before {
 font-family: 'base';
 font-size:45px;
	color:#0049ac;
 }
 
 .slick-prev:before {
    content: '\f104';
}
 .slick-next:before {
    content: '\f105';
}
.slick-prev {
    left: -5px;
}
.slick-next {
    right: -5px;
}
/* Paginador */
.pagination .nav-links {
    text-align: center;
    margin: 0 auto;
}
.pagination a {
    color: #001026;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
	text-decoration: none;
}
.pagination .current {
    font-weight: bold;
    background-color: #494D53;
    color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.pagination .next, .pagination .prev {
    color: #494D53;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
	text-decoration: none;
}
/* Carrusel principal */
.slider-full h1 {
	font-size: 1.8em;
	color: #001026;
	text-align: left;
	font-weight: 800;
	line-height:1.3;
}
.slider-full p {
	font-size: .8em;
	text-align: left;
	line-height: 1.4;
}
.slider-full .btn {
	max-width: 50%;
	border:0;
}
.slider-full .superior-slider span {
	padding: 5px 10px;
	border-radius: 5px;
	text-align: left;
	font-size: .8em;
	font-weight: 400;
	color: #ffffff;
	max-width: 50%;
	text-transform: uppercase;

}
/* Pestañas principal */
.slider-pestanas h1 {
	font-size: 1.4em;
	color: #494D53;
	text-align: left;
	font-weight: 800;
	line-height:1.5;
	margin-bottom:20px;
}
.slider-pestanas h3 {
	font-size: 1.3em;
}
.slider-pestanas li {
	line-height:2;
	font-size: .85em;
}
.slider-pestanas strong {
	font-weight:900;
}
.slider-pestanas p {
	font-size: .9em;
	text-align: left;
	line-height: 1.6;
	margin: 20px 0;
}
.slider-pestanas .btn {
	max-width: 50%;
	border:0;
	padding: 10px 15px;
}
.slider-pestanas-nav h3 {
	padding: 20px;
	background-color: #f1f2f3;
	font-size: 1em!important;
	font-weight: 600;
	border-radius: 10px;
	margin:0 10px;
	height: 90px;
	display: flex;
    justify-content: center;
    align-items: center;
}
/* Responsive */
@media only screen and (max-width: 600px) {
.flip-card-front {
	font-size:.75em;
	font-weight:600;
}
.flip-card-back {
	font-size:.85em;
}
.flip-card-front .imagen-caja {
    padding-bottom: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
}
@media only screen and (min-width: 768px) {
.flip-card-front {
	font-size:.8em;
	font-weight:600;
}
.flip-card-back {
	font-size:.85em;
}
.flip-card-front .imagen-caja  {
    padding-bottom: .8rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
}
@media only screen and (min-width: 992px) {
.flip-card-front {
	font-size:.85em;
	font-weight:600;
}
.flip-card-back {
	font-size:.9em;
}
.flip-card-front .imagen-caja {
    padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
}
/**************** Blog ****************/
/* Listado Blog */
.listado-blog {
	border-radius:0;
	border:none;
}
.listado-blog .card-img-top {
    border-radius: 0;
    height: 250px;
    object-fit: cover;
}
.listado-blog .card-body {
	padding:20px 0;	
}
.listado-blog .card-title {
	font-size:2em;
	font-family: "Lexend", sans-serif;
  	font-weight: 600;
}
.listado-blog-chico {
	border-radius:0;
	border:none;
}
.listado-blog-chico .card-img-top {
    border-radius: 0;
    height: 200px;
    object-fit: cover;
}
.listado-blog-chico .card-body {
	padding:20px 0;	
}
a.card-category, p.card-category {
    background-color: #0049ac;
    padding: 5px 10px;
	border-radius:3px;
    font-size: .7em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
	text-decoration:none;
	display: inline-block;
	margin-bottom: 15px;
}
a:hover.card-category {
	background-color: #3f76c2;
}
.caja-blog .card-title a {
	color:#494D53;
	text-decoration:none;
	font-weight:400;
}
.caja-blog .card-title a:hover {
	color:#666666;
	text-decoration:underline;
}
.caja-blog .tituloh2 {
	font-size: 1.5em;
}
.caja-blog .tituloh5 {
	font-size: 1em;
}
/* Contenido Blog */
.page-header {
	background: #1A0487;
}
.page-header .entry-title {
	font-size: 2.6em;
	padding: 100px 20px 50px 20px;
    color: #FFFFFF;
    font-weight: 600;
	text-align:center;
}
.contenidos-blog .page-content {
	padding: 0 2%;
}
.page-content {
	line-height: 1.5;
}
.page-content p {
	margin-bottom:20px;
}
.page-content h1 {
	font-size:2.5em;
}
.page-content h2 {
	font-size:2em;
}
.page-content h3 {
	font-size:1.8em;
}
.page-content h4 {
	font-size:1.5em;
}
.contenidos-blog .page-content h1, 
.contenidos-blog .page-content h2, 
.contenidos-blog .page-content h3, 
.contenidos-blog .page-content h4, 
.contenidos-blog .page-content h5, 
.contenidos-blog .page-content h6 {
	font-weight:600;
	line-height: 2;
}
.contenidos-blog .page-content p {
	line-height: 2;
	font-size:.9em;
}
.contenidos-blog .page-content ul, .contenidos-blog .page-content ol {
	line-height: 2;
	font-size:.85em;
	margin-left:30px;
	padding-top:20px;
	padding-bottom:20px;
}
.contenidos-blog .page-content b {
	font-weight:600;
}

/* contact Form 7 */
.wpcf7 {
	padding: 0 5%;
}
.wpcf7 label {
    font-size: .85em;
    margin: 10px 0;
	width:90%;
}
.wpcf7 .wpcf7-form-control {
	border-radius:5px;
	border:1px solid #CCC;
	padding:5px;
	margin-top:10px;
	width:100%;
}
.wpcf7-not-valid-tip {
	margin-top:5px;
}
.wpcf7 input[type=submit] {
	max-width:200px;
	padding: 10px 20px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #1A0487;
}