/* NOTAS */
/*
---+++--- Pendientes_
_ hover sobre el parent del submenu
---+++--- Colores_
azul #0071ce
    azul medio #1a75cf
    azul claro #3183d4
    azul oscuro #041e42
celeste #8dbde8 - celeste alt #a1cffc
amarillo #ffc220
blanco #fff
gris #222
    gris super claro #f0f0f0
    gris azulado #f0f6fd
*/
html, body {
    font-family: "BogleWeb-Regular";
    background: #fff;
    color: #222;
    font-size: 18px;
    line-height: 28px;
}
* {
    box-sizing: border-box;
    font-family: "BogleWeb-Regular";
}
a {
    color: #0071ce;
    text-decoration: none;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
a:hover {
    color: #8dbde8;
}
strong {
    font-family: "BogleWeb-Bold";
}
em {
    font-family: "BogleWeb-RegularItalic";
}
small {
    font-size: small;
    line-height: 1.1;
}
button {
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
div {
    /*overflow: hidden;*/
}
/**/
.wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
header {
    width: 100%;
    height: 60px;
    background: #0071ce;
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: #fff;
}
header .logo {
    padding: 0 20px;
}
header nav {
    position: relative;
    z-index: 99;
    text-align: left;
    flex-grow: 1;
}
ul.menu {  
    background: #0071ce;
    width: 100%; 
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0;
}
ul.menu > li { 
    display: inline-block;
    position: relative;
    margin: 0;
    list-style: none;
}
ul.menu li a { 
    cursor: pointer; 
    display: block; 
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    background: #0071ce;
    box-sizing: border-box;
    text-align: center;
    font-family: "BogleWeb-Bold";
}
ul.menu li.active a {
    background: #fff;
    color: #0071ce;
}
ul.menu li a:hover {
    background: #fff;
    color: #0071ce;
}
ul.menu li a:hover:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ffc220;
    margin-top: -3px;
}
ul.menu li ul {
    background: #fff; 
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    min-width: 190px;
    margin: 0;
    padding: 20px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
ul.menu li ul li {
    list-style: none;
}
ul.menu li ul li a {
    padding: 5px 20px;
    color: #041e42;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    text-align: left;
    font-family: "BogleWeb-Regular";
}
ul.menu li.active ul li a {
    color: #041e42;
}
ul.menu li ul li a:hover {
    color: #0071ce;
}
ul.menu li ul li a:hover:after {
    content: none;
}
ul.menu li:hover ul {
    display: block;
}
header .search-btn {
    cursor: pointer;
    padding: 0 20px;
}
header .search-btn .search {
    display: block;
}
header .lider-btn {
    padding: 0 20px;
    border-left: 1px solid #ffc220;
}
header .search-box {
    background: #f0f0f0;
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    padding: 20px;
    color: #222;
    z-index: 1;
    display: none;
}
header .search-box .search-form {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}
header .search-box .search-form form {
    background: #fff;
    display: flex;
    border-radius: 30px;
    border: 2px solid #fff;
}
header .search-box .search-form form input {
    background: #fff;
    color: #222;
    border: none;
    outline: none;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 52px;
    flex-grow: 1;
    width: 100%;
}
header .search-box .search-form form button {
    background: #0071ce;
    color: #ffc220;
    border: none;
    outline: none;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 52px;
    cursor: pointer;
}
header .search-box .search-form form button:hover {
    color: #0071ce;
    background: #ffc220;
}
.sus {
    background: #f0f0f0;
}
.sus .sus-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sus .sus-content .sus-txt {
}
.sus .sus-content .sus-txt h3 {
    font-family: "BogleWeb-Bold";
    font-size: 30px;
    line-height: 1;
    margin: 0 0 10px;
    color: #0071ce;
    padding: 0;
}
.sus .sus-content .sus-txt p {
    font-size: 16px;
}
.sus .sus-content .sus-form {
    flex-basis: 620px;
}
.sus .sus-content .sus-form form {
    background: #fff;
    display: flex;
    border-radius: 30px;
    border: 2px solid #fff;
    margin: 30px 10px;
}
.sus .sus-content .sus-form form input {
    background: #fff;
    color: #222;
    border: none;
    outline: none;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 52px;
    flex-grow: 1;
    width: 100%;
}
.sus .sus-content .sus-form form button {
    background: #0071ce;
    color: #ffc220;
    border: none;
    outline: none;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 52px;
    cursor: pointer;
}
.sus .sus-content .sus-form form button:hover {
    color: #0071ce;
    background: #ffc220;
}
.sus .sus-content .sus-form form a {
    background: #0071ce;
    color: #ffc220;
    border: none;
    outline: none;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 52px;
    cursor: pointer;
}
.sus .sus-content .sus-form form a:hover {
    color: #0071ce;
    background: #ffc220;
}
.sus .sus-content .sus-form .response {
    font-size: 16px;
}
.sus .sus-content .icn {
    margin: 12px 0 0;
}
footer {
    width: 100%;
    background: #0071ce;
    padding: 60px 0;
}
footer .wrap {
    padding: 0 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .left {
    width: 25%;
}
footer .left .logo {
    overflow: hidden;
    display: block;
}
footer .left .rrss {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}
footer .left .rrss p {
    font-size: 16px;
    margin: 0 0 10px;
    color: #fff;
    width: 100%;
}
footer .left .rrss a {
    display: inline-block;
    margin: 0 16px 0 0;
}
footer .left .rrss a:hover {
    opacity: .6;
    -ms-filter: alpha(Opacity=60);
    filter: alpha(opacity=60);
}
footer .navs {
    width: 75%;
    display: flex;
    justify-content: space-between;
}
footer .navs .footer-nav li a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: "BogleWeb-Bold";
}
footer .navs .footer-nav li a:hover {
    color: #8dbde8;
}
footer .navs .footer-nav li ul li a {
    font-family: "BogleWeb-Regular";
}
footer .wrap.bottom {
    justify-content: space-between;
    margin-top: 30px;
}
footer .wrap.bottom .copy {
    font-size: 14px;
    color: #fff;
}
/**/
section {
    padding: 0;
    position: relative;
}
/* HOME */
/* Slide */
.slider-home {
    width: 100%;
}
.slider-home .slides {
    width: 100%;
}
.slider-home .slides li {
    display: block;
    position: relative;
}
.slider-home .slides li .imagebox {
    width: 64%;
    display: inline-block;
    background: #fff;
    float: left;
}
.slider-home .slides li .imagebox img {
    display: block;
    width: 100%;
}
.slider-home .slides li .txtbox {
    width: 36%;
    display: inline-block;
    background: #fff;
    padding: 50px 50px 120px;
    float: left;
}
.slider-home .slides li .txtbox h3 {
    font-family: "BogleWeb-Bold";
    font-size: 42px;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 20px;
}
.slider-home .slides li .txtbox:hover h3 {
    color: #1975cf;
}
.slider-home .slides li .txtbox p {
    font-size: 20px;
    line-height: 1.2em;
    color: #000;
}
.slider-home .slides li .next-title {
    width: 36%;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 20px 40px;
    height: 80px;
    font-size: 16px;
    line-height: 1;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.slider-home .slides-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36%;
    height: 80px;
    z-index: 1;
    padding: 0 30px;
}
.slider-home .slides-nav:before {
    content: '';
    display: block;
    background: #f0f0f0;
    height: 1px;
    width: 90%;
    position: absolute;
    top: 0;
}
.slider-home .slides-nav a {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    display: block;
    width: 12px;
    height: 20px;
}
.slider-home .slides-nav .flex-prev {
    left: 20px;
    background-image: url(../img/arr-prev.png);
}
.slider-home .slides-nav .flex-next {
    right: 20px;
    background-image: url(../img/arr-next.png);
}
.flex-control-nav {
    display: none;
}
.slider-home .loader{
    background:url(../img/loading_1.gif) no-repeat;
    width:50px;
    height:50px;
    margin:5% auto;
    /*display:none;*/
}
/* Destacado Home */
.destacado-home {
    padding: 0 30px;
    background-size: cover;
    background-position: center center;
}
.destacado-home .destacado-wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 600px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding: 60px 0;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.destacado-home .destacado-wrap .destacado-top {
    width: 50%;
}
.destacado-home .destacado-wrap .destacado-top h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: 800;
    font-family: "BogleWeb-Black";
    margin-bottom: 1rem;
}
.destacado-home .destacado-wrap .destacado-top h2 strong {
    color: #e4aa29;
    font-family: "BogleWeb-Black";
}
.destacado-home .destacado-wrap .destacado-top h3 {
    color: #FFFFFF;
    font-family: "BogleWeb-Regular";
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight:400;
    font-size:1.14rem;
}
.destacado-home .destacado-wrap .destacado-content {
    width: 60%;   
}
.destacado-home .destacado-wrap .destacado-content p {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: justify;
}
.destacado-home .destacado-wrap .destacado-content a {
    display: inline-block;
    font-family: "BogleWeb-Black";
    outline: 0;
    font-size: 1.2rem;
    line-height: 1;
    padding: .5rem 2.3rem .2rem;
    background-color: #e4aa29;
    color: #fff;
    border-radius: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.destacado-home .destacado-wrap .destacado-content a:hover {
    background: #fff;
    color: #ffc220;
    font-family: "BogleWeb-Black";
}
/* Boxes Home */
.boxes-home {
    padding: 0 30px;
}
.boxes-home .boxes-wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: stretch;
    text-align: left;
    padding: 60px 0;
    justify-content: center;
    color: #fff;
}
.boxes-home .boxes-wrap .box {
    padding: 0 30px;
    color: #041e42;
    width: 33%;
    border-right: 1px solid #ccc;
}
.boxes-home .boxes-wrap .box:last-child {
    border-right: none;
}
.boxes-home .boxes-wrap .box h3 {
    color: #0071ce;
    font-size: 28px;
    line-height: 1.2;
    font-family: "BogleWeb-Bold";
    margin-bottom: 15px;
}
.boxes-home .boxes-wrap .box p {
    color: #041e42;
    font-size: 17px;
    line-height: 1.4;
    font-family: "BogleWeb-Regular";
}
.boxes-home .boxes-wrap .box a {
    color: #0071ce;
    margin-top: 15px;
    display: inline-block;
}
/* Noticias */
.last-news {
    background: #f0f0f0;
    padding: 30px;
}
.last-news-list {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.grid-item,
.grid-sizer {
    width: calc(94%/3);
}
.gutter-sizer {
    width: 0.5%;
    padding: 1.5%;
    background: none;
}
.grid-item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.03);
    overflow: hidden;
}
.grid-item img {
    width: 100%;
    display: block;
}
.grid-item .newstop {
    padding: 30px;
}
.grid-item .newstop h2 {
    font-family: "BogleWeb-Bold";
    font-size: 30px;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 10px;
}
.grid-item .newstop p {
    font-size: 18px;
    line-height: 1.4em;
    color: #041e42;
    margin-bottom: 10px;
}
.grid-item a:hover h2 {
    color: #0071ce;
}
.stamp {
    position: relative;
    background: #0171ce;
    width: calc(94%/3);
    min-height: 160px;
}
/* stamp1 */
.box-sus {
    display: flex;
    width: 100%;
    height: 160px;
    flex-wrap: wrap;
    padding: 30px;
    align-items: center;
    background-image: url(../img/sus-icn2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.box-sus h3 {
    font-family: "BogleWeb-Bold";
    font-size: 28px;
    line-height: 1;
    margin: 0;
    color: #fff;
}
.box-sus a {
    background: #0071ce;
    color: #ffc220;
    border: 1.5px solid #ffc220;
    outline: none;
    padding: 10px 12px 11px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
}
.box-sus a:hover {
    color: #0071ce;
    background: #ffc220;
}
/* stamp2 */
.box-stamp {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 40px;
    align-items: center;
    background-image: url(../img/spark-white.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.box-stamp h3 {
    font-family: "BogleWeb-Bold";
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #fff;
}
.box-stamp p {
    font-family: "BogleWeb-Regular";
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #fff;
}
.box-stamp a {
    background: #0071ce;
    color: #ffc220;
    border: 1.5px solid #ffc220;
    outline: none;
    padding: 10px 12px 11px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
}
.box-stamp a:hover {
    color: #0071ce;
    background: #ffc220;
}
/* Templates GenÃ©rico */
.tmp .header { /* parte superior c/top,left,right */
}
.tmp .header .content {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}
.tmp .header .content .top {
    position: relative;
}
.tmp .header .content .left {
    width: 50%;
    text-align: right;
    padding-right: 100px;
}
.tmp .header .content .right {
    width: 50%;
}
.tmp .header .content .right img {
    display: block;
    width: 100%;
}
.tmp .header .content h1 {
    font-family: "BogleWeb-Bold";
    margin: 0 0 10px;
}
.tmp .header .content h3 {
    font-family: "BogleWeb-Bold";
    margin: 0 0 10px;
    text-transform: uppercase;
}
.tmp .header .content p {
    font-family: "BogleWeb-Regular";
    margin: 0 0 10px;
}
.tmp .subgrid { /* grilla submenu */
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.tmp .subgrid .bundle {
    display: flex;
    flex-wrap: wrap;
}
.tmp .subgrid .bundle .box {
    padding: 0;
    margin: 10px;
    flex-grow: 1;
    flex-basis: calc(33.33% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgba(3, 169, 244, 0.33);
    overflow: hidden;
}
.tmp .subgrid .bundle .box:first-child {
    flex-basis: calc(66.66% - 20px);
}
.tmp .subgrid .bundle .box .box-title {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.tmp .subgrid .bundle .box .box-title h2 {
    font-family: "BogleWeb-Bold";
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    margin: 0;
    padding: 30px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.tmp .subgrid .bundle .box img {
    display: block;
}
.tmp .subgrid .bundle .box .box-img::after {
    content: "";
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .45;
    -ms-filter: alpha(Opacity=45);
    filter: alpha(opacity=45);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    z-index: 0;
}
.tmp .subgrid .bundle .box:hover .box-title h2 {
    color: #8dbde8;
}
.tmp .subgrid .bundle .box:hover .box-img::after {
    opacity: .6;
    -ms-filter: alpha(Opacity=60);
    filter: alpha(opacity=60);
}
.tmp .section-nav { /* submenu medio */
    background: #3183d4;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 60px;
}
.tmp .section-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}
.tmp .section-nav select {
    outline: none;
    border: 1px solid #8dbde8;
    background: #3183d3;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    width: calc(100% - 40px);
    height: 40px;
    margin: 10px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    resize: none;
    padding: 8px 20px;
    font-family: "BogleWeb-Bold";
    background-image: url(../img/select-down-bl.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    cursor: pointer;
    display: none;
}
.tmp .section-nav ul {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tmp .section-nav ul li a {
    cursor: pointer;
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    font-family: "BogleWeb-Bold";
    line-height: 1;
}
.tmp .section-nav ul li a:hover {
    color: #8dbde8;
}
.tmp .section-nav2 { /* submenu medio */
    background: #3183d4;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 60px;
}
.tmp .section-nav2.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}
.tmp .section-nav2 select {
    outline: none;
    border: 1px solid #8dbde8;
    background: #3183d3;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    width: calc(100% - 40px);
    height: 40px;
    margin: 10px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    resize: none;
    padding: 8px 20px;
    font-family: "BogleWeb-Bold";
    background-image: url(../img/select-down-bl.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    cursor: pointer;
    display: none;
}
.tmp .section-nav2 ul {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tmp .section-nav2 ul li a {
    cursor: pointer;
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    font-family: "BogleWeb-Bold";
    line-height: 1;
}
.tmp .section-nav2 ul li a:hover {
    color: #8dbde8;
}
.tmp .container { /* bloques */
    position: relative;
}
.tmp .container .block {
    position: relative;
}
.tmp .container .block .title {
    width: 100%;
    background: #f0f6fd;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
}
.tmp .container .block h2 {
    font-family: "BogleWeb-Bold";
    font-size: 48px;
    line-height: 1.15;
}
.tmp .container .block h3,
.tmp .container .block h4,
.tmp .container .block h5,
.tmp .container .block h6 {
    font-family: "BogleWeb-Bold";
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
}
.tmp .container .block p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
}
.tmp .container .block .img {
    width: 100%;
}
.tmp .container .block .img img {
    width: 100%;
    display: block;
}
.tmp .container .block .txt {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 40px 160px;
}
/* Template 1 */
.tmp.tmp-1 .header {
    background-color: #fff;
    background-image: url(../img/bg-sparks.png);
    background-size: cover;
}
.tmp.tmp-1 .header .content {
    padding: 80px 10px 70px;
}
.tmp.tmp-1 .header .content .top {
    padding: 0 0 24px;
    margin-bottom: 48px;
}
.tmp.tmp-1 .header .content .top::after {
    content: "";
    width: 150px;
    height: 6px;
    background: #0071ce;
    padding: 0;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 0;
}
.tmp.tmp-1 .header .content h1 {
    font-size: 60px;
    line-height: 1.5;
    color: #222;
}
.tmp.tmp-1 .header .content h3 {
    font-size: 18px;
    line-height: 28px;
    color: #0071ce;
}
.tmp.tmp-1 .header .content p {
    font-size: 18px;
    line-height: 28px;
    color: #222;
}
.tmp.tmp-1 .subgrid {
    padding-bottom: 60px;
}
/* Template 2 */
.tmp.tmp-2 .header {
    background-color: #1a75cf;
    background-image: url(../img/bg-sparks-blue.png);
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: inset 0 1px 10px 0px rgba(0,0,0,.1);
}
.tmp.tmp-2 .header .content {
    padding: 60px 70px;
}
.tmp.tmp-2 .header .content .top {
    padding: 0;
}
.tmp.tmp-2 .header .content h1 {
    font-size: 48px;
    line-height: 1.15;
    color: #fff;
}
.tmp.tmp-2 .header .content h3,
.tmp.tmp-2 .header .content h3 p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.tmp.tmp-2 .header .content p {
    font-size: 15px;
    line-height: 20px;
    color: #8dbde8;
}
/* Template 3 */
.tmp.tmp-3 .header {
    background-color: #1a75cf;
    box-shadow: inset 0 1px 10px 0px rgba(0,0,0,.1);
}
.tmp.tmp-3 .header .content {
    max-width: unset;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tmp.tmp-3 .header .content h1 {
    font-size: 48px;
    line-height: 1.15;
    color: #fff;
}
.tmp.tmp-3 .header .content .rrss {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tmp.tmp-3 .header .content .rrss a {
    width: 42px;
    height: 42px;
    background: rgba(4,30,66,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}
.tmp.tmp-3 .header .content .rrss a:hover {
    background: #8dbde8;
}
.tmp.tmp-3 .header .content .rrss a span {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    opacity: .5;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(opacity=50);
}
.tmp.tmp-3 .header .content .rrss a:hover span {
    opacity: 1;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.tmp.tmp-3 .header .content .rrss a.icn-facebook span {
    background: url(../img/facebook.svg) center no-repeat;
    background-size: contain;
}
.tmp.tmp-3 .header .content .rrss a.icn-twitter span {
    background: url(../img/twitter.svg) center no-repeat;
    background-size: contain;
}
.tmp.tmp-3 .header .content .rrss a.icn-linkedin span {
    background: url(../img/linkedin.svg) center no-repeat;
    background-size: contain;
}
.tmp.tmp-3 .header .content .rrss a.icn-email span {
    background: url(../img/email.svg) center no-repeat;
    background-size: contain;
}
/* Template 4 */
.tmp.tmp-4 .container .block h1 {
    font-family: "BogleWeb-Bold";
    font-size: 48px;
    line-height: 1.15;
}
/* Elementos en templates */
.container .block .txt img {
    display: block;
    width: 100%;
}
.container .block .txt h1,
.container .block .txt h2,
.container .block .txt h3,
.container .block .txt h4,
.container .block .txt h5,
.container .block .txt h6 {
    margin: 0 0 20px;
    font-family: "BogleWeb-Bold";
    color: #3083d4;
}
.container .block .txt ul {
    font-size: 18px;
    line-height: 28px;
    margin: 20px;
    list-style: disc;
}
.container .block .txt ul li {
    margin: 0 0 10px;
}
.container .block .txt ol {
    font-size: 18px;
    line-height: 28px;
    margin: 30px 20px;
    list-style: decimal;
}
.container .block .txt ol li {
    margin: 0 0 10px;
}
.container .block .txt table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1;
    margin: 20px 0;
}
.container .block .txt table td {
    padding: 15px 10px;
    border: 1px solid #ccc;
    font-size: 15px;
}
.container .block .txt table th {
    padding: 15px 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    text-align: left;
}
.container .block .txt a.boton {
    background: #f0f6fd;
    color: #0171ce;
    outline: none;
    padding: 8px 24px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    font-family: "BogleWeb-Bold";
}
.container .block .txt a.boton:hover {
    background: #0171ce;
    color: #fff;
}
/* Noticias */
.noticia-destacada h3 {
    text-align: center;
    padding: 40px 10px;
    font-family: "BogleWeb-Regular";
    font-size: 48px;
    line-height: 1;
}
.noticia-destacada .noticia {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
}
.noticia-destacada .noticia .imagebox {
    width: 64%;
    display: inline-block;
    background: #f0f0f0;
    float: left;
}
.noticia-destacada .noticia .imagebox img {
    display: block;
    width: 100%;
}
.noticia-destacada .noticia .txtbox {
    width: 36%;
    display: inline-block;
    background: #f0f0f0;
    padding: 70px 50px;
    float: left;
}
.noticia-destacada .noticia .txtbox h1 {
    font-family: "BogleWeb-Bold";
    font-size: 42px;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}
.noticia-destacada .noticia .txtbox p {
    font-size: 18px;
    line-height: 1.2em;
    color: #000;
}
.noticias-more {
    text-align: center;
    margin: 30px 0;
}
.noticias-more a {
    color: #0071ce;
    border: 1.5px solid #0071ce;
    outline: none;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 17px;
    line-height: 52px;
    cursor: pointer;
    font-family: "BogleWeb-Bold";
    display: inline-block;
}
.noticias-more a:hover {
    background: #0071ce;
    color: #fff;
}
/* Archivo de noticias */
.noticias-archivo-top {
    background: #1a75cf;
    box-shadow: inset 0 1px 10px 0px rgba(0,0,0,.1);
}
.noticias-archivo-top h3 {
    text-align: center;
    padding: 40px 10px;
    font-family: "BogleWeb-Bold";
    font-size: 48px;
    line-height: 1;
    color: #fff;
}
.noticias-archivo-content {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}
.noticias-archivo-content .archivo-item {
    overflow: hidden;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.noticias-archivo-content .archivo-item img {
    width: 100%;
    display: block;
}
.noticias-archivo-content .archivo-item .newstop {
    padding: 10px 0;
}
.noticias-archivo-content .archivo-item .newstop h2 {
    font-family: "BogleWeb-Bold";
    font-size: 18px;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 10px;
}
.noticias-archivo-content .archivo-item .newstop p {
    font-size: 15px;
    line-height: 1.4em;
    color: #041e42;
    margin-bottom: 10px;
}
.noticias-archivo-content .archivo-item a:hover h2 {
    color: #0071ce;
}
.noticias-archivo-content .paginator {
    text-align: center;
    display: block;
    width: 100%;
    padding: 30px 15px;
}
.noticias-archivo-content .paginator a {
    font-size: 14px;
    line-height: 36px;
    font-family: "BogleWeb-Bold";
    background: #f0f6fd;
    color: #0071ce;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
}
.noticias-archivo-content .paginator a:hover,
.noticias-archivo-content .paginator a.this {
    background: #0071ce;
    color: #f0f6fd;
}
/* Articulo Noticia */
article {
    padding: 0;
    position: relative;
}
.tmp-article .article-header {
    background: #f0f0f0;
}
.tmp-article .article-header .article-heading {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 10px;
}
.tmp-article .article-header .article-heading h1 {
    font-family: "BogleWeb-Bold";
    font-size: 48px;
    line-height: 1.15;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.tmp-article .article-header .article-heading h1::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #ffc220;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tmp-article .article-header .article-heading .rrss {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tmp-article .article-header .article-heading .rrss a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}
.tmp-article .article-header .article-heading .rrss a span {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.tmp-article .article-header .article-heading .rrss a:hover span {
    opacity: .5;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(opacity=50);
}
.tmp-article .article-header .article-heading .rrss a.icn-facebook span {
    background: url(../img/facebook-b.svg) center no-repeat;
    background-size: contain;
}
.tmp-article .article-header .article-heading .rrss a.icn-twitter span {
    background: url(../img/twitter-b.svg) center no-repeat;
    background-size: contain;
}
.tmp-article .article-header .article-heading .rrss a.icn-linkedin span {
    background: url(../img/linkedin-b.svg) center no-repeat;
    background-size: contain;
}
.tmp-article .article-header .article-heading .rrss a.icn-email span {
    background: url(../img/email-b.svg) center no-repeat;
    background-size: contain;
}
.tmp-article .article-content {
    background: #fff;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 10px;
    display: flex;
}
.tmp-article .article-content .article-body {
    width: calc(100% - 560px);
    margin: 0 95px 0 65px;
}
.tmp-article .article-content .article-body .article-image {
    margin: 0 0 20px;
}
.tmp-article .article-content .article-body .article-image img {
    width: 100%;
    margin: 0;
}
.tmp-article .article-content .article-body .bajada p {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 20px;
    color: rgba(34, 34, 34, 0.5);
}
.tmp-article .article-content .article-body p {
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 20px;
}
.tmp-article .article-content .article-body h1,
.tmp-article .article-content .article-body h2,
.tmp-article .article-content .article-body h3,
.tmp-article .article-content .article-body h4,
.tmp-article .article-content .article-body h5,
.tmp-article .article-content .article-body h6 {
    font-size: 21px;
    line-height: 32px;
    margin: 0 0 20px;
    font-family: "BogleWeb-Bold";
}
.tmp-article .article-content .article-body img {
    display: block;
    max-width: calc(100% + 65px);
    margin: 0 0 0 -65px;
}
.tmp-article .article-content .article-body ul {
    font-size: 19px;
    line-height: 30px;
    margin: 30px 20px;
    list-style: disc;
}
.tmp-article .article-content .article-body ul li {
    margin: 0 0 10px;
}
.tmp-article .article-content .article-body ol {
    font-size: 19px;
    line-height: 30px;
    margin: 30px 20px;
    list-style: decimal;
}
.tmp-article .article-content .article-body ol li {
    margin: 0 0 10px;
}
.tmp-article .article-content .article-body table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-size: 19px;
    line-height: 1;
    margin: 20px 0;
}
.tmp-article .article-content .article-body table td {
    padding: 10px;
    border: 1px solid #ccc;
}
.tmp-article .article-content .article-body blockquote {
    font-family: "BogleWeb-Bold";
    font-size: 28px;
    line-height: 1.2;
    margin: 10px 0 10px -65px;
    padding: 20px 0;
    position: relative;
}
.tmp-article .article-content .article-body blockquote::before {
    content: "";
    width: 50px;
    height: 3px;
    background: #ffc220;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.tmp-article .article-content .article-body .embed-container,
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
}
.tmp-article .article-content .article-body .embed-container iframe,
.tmp-article .article-content .article-body .embed-container video,
.embed-container iframe,
.embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container img{
	max-width:100%;
	height:100%;
}
.tmp-article .article-content .article-body .galeria {
    display: block;
    width: calc(100% + 65px);
    margin: 0 0 0 -65px;
}
.tmp-article .article-content .article-body .galeria ul {
    margin: 30px 0;
}
.tmp-article .article-content .article-body .galeria img {
    display: block;
    width: 100%;
    margin: 0;
}
.tmp-article .article-content .article-body .galeria .caption {
    font-size: 15px;
    line-height: 1;
    margin: 0;
    background: #f0f0f0;
    padding: 20px 100px 20px 20px;
}
.tmp-article .article-content .article-body .galeria .flex-control-nav {
    display: none;
}
.tmp-article .article-content .article-body .galeria .flex-direction-nav {
    list-style: none;
    margin: 0;
    width: auto;
    display: flex;
    position: absolute;
    bottom: 22px;
    right: 12px;
    font-size: 22px;
    line-height: 30px;
}
.tmp-article .article-content .article-body .galeria .flex-direction-nav li {
    background: #e3e3e3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}
.tmp-article .article-content .article-body .galeria .flex-direction-nav li a {
    display: block;
    text-align: center;
    line-height: 1;
}
.tmp-article .article-content .article-sidebar {
    flex-basis: 400px;
}
.tmp-article .article-content .article-sidebar .related {
    background: #f0f0f0;
    padding: 40px;
    border-radius: 6px;
}
.tmp-article .article-content .article-sidebar .related h3 {
    color: #1a75cf;
    font-size: 30px;
    line-height: 1.2;
    font-family: "BogleWeb-Bold";
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.tmp-article .article-content .article-sidebar .related h3::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #ffc220;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tmp-article .article-content .article-sidebar .related .related-box {
    padding: 15px 0;
    overflow: hidden;
}
.tmp-article .article-content .article-sidebar .related .related-box img {
    float: left;
    margin: 0 10px 10px 0;
    width: 100%;
}
.tmp-article .article-content .article-sidebar .related .related-box a h2 {
    color: #222;
    font-family: "BogleWeb-Bold";
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
    display: block;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.tmp-article .article-content .article-sidebar .related .related-box a:hover h2 {
    color: #0071ce;
}
.tmp-article .article-content .article-sidebar .related .related-box a span {
    color: rgba(34, 34, 34, 0.3);
    font-family: "BogleWeb-Regular";
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px;
    display: block;
}
/* Template Mapas */
.tmp.tmp-mapas .header {
    background-color: #1a75cf;
    background-image: url(../img/bg-sparks-blue.png);
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: inset 0 1px 10px 0px rgba(0,0,0,.1);
}
.tmp.tmp-mapas .header .content {
    padding: 60px 70px;
}
.tmp.tmp-mapas .header .content .top {
    padding: 0;
}
.tmp.tmp-mapas .header .content h1 {
    font-size: 48px;
    line-height: 1.15;
    color: #fff;
    margin: 0;
}
.tmp.tmp-mapas .header .content p {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    margin: 0 0 30px;
}
.tmp.tmp-mapas .header .content .geoBtn {
    display: inline-block;
    vertical-align: middle;
}
.tmp.tmp-mapas .header .content .geoBtn .btCercano {
    background: #fdbb30;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 1rem 70px;
    border-radius: 30px;
    font-size: 19px;
    line-height: 50px;
    cursor: pointer;
    font-family: "BogleWeb-Bold";
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    text-decoration:none;
}
.tmp.tmp-mapas .header .content .geoBtn .btCercano:hover {
    background: #f0f6fd;
    color: #0071ce;
}
.tmp.tmp-mapas .header .content .geoBtn small {
    color: #8dbde8;
    font-size: 13px;
    display: block;
    margin-top: 10px;
}
.tmp.tmp-mapas .container .filtros {
    width: 100%;
    background: #f0f6fd;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    line-height: 1;
    font-size: 16px;
    color: #0071ce;
}
.tmp.tmp-mapas .container .filtros .wrInput {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.tmp.tmp-mapas .container .filtros form .wrInput input[type="checkbox"] {
    display: none;
}
.tmp.tmp-mapas .container .filtros form .wrInput input[type="checkbox"] + label {
    background: #fff;
    padding: 14px 20px;
    margin: 0 4px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #d3e2f5;
}
.tmp.tmp-mapas .container .filtros form .wrInput input[type="checkbox"] + label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    vertical-align: sub;
    cursor: pointer;
    background: #fff;
    border: 2px solid #0071ce;
}
.tmp.tmp-mapas .container .filtros form .wrInput input[type="checkbox"]:checked + label span {
    background: #0071ce;
}
.tmp.tmp-mapas .container .filtros form .wrSelect {
    display: inline-block;
    margin: 0 15px;
}
.tmp.tmp-mapas .container .filtros form .wrSelect select {
    border: 1px solid #d3e2f5;
    background: #fff;
    color: #0071ce;
    font-size: 16px;
    width: 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    resize: none;
    padding: 13px;
    background-image: url(../img/select-down-az.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    cursor: pointer;
}
.tmp.tmp-mapas .container .filtros form #btBuscar {
    background: #0071ce;
    color: #fdbb30;
    border: none;
    outline: none;
    padding: 0 70px;
    border-radius: 30px;
    font-size: 17px;
    line-height: 44px;
    cursor: pointer;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.tmp.tmp-mapas .container .filtros form #btBuscar:hover {
    background: #fdbb30;
    color: #0071ce;
}
.tmp.tmp-mapas .container .resultados {
    width: 100%;
    position: relative;
}
.tmp.tmp-mapas .container .resultados #cargarMapa {
    overflow: hidden;
}
.tmp.tmp-mapas .container .resultados #cargarMapa .embed-container {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.tmp.tmp-mapas .container .resultados #cargarMapa .embed-container iframe { /* .map x iframe */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tmp.tmp-mapas .container .resultados #cargarMapa .embed-container .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tmp.tmp-mapas .container .resultados .content {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 40px 100px;
}
.tmp.tmp-mapas .container .resultados .content h2 {
    font-family: "BogleWeb-Bold";
    font-size: 30px;
    line-height: 36px;
    color: #0071ce;
    padding: 0 24px;
}
.tmp.tmp-mapas .container .resultados .content .local {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 2px solid #f0f0f0;
}
.tmp.tmp-mapas .container .resultados .content .local.active {
    background: #f0f0f0;
}
.tmp.tmp-mapas .container .resultados .content .local.active a {
    background: #0071ce;
    color: #fff;
}
.tmp.tmp-mapas .container .resultados .content .local:last-child {
    border-bottom: none;
}
.tmp.tmp-mapas .container .resultados .content .local .info {
    font-size: 18px;
    line-height: 24px;
    width: calc(100% - 100px);
}
.tmp.tmp-mapas .container .resultados .content .local .info span {
    font-size: 16px;
}
.tmp.tmp-mapas .container .resultados .content .local .info h3 {
    font-family: "BogleWeb-Bold";
}
.tmp.tmp-mapas .container .resultados .content .local a {
    background: #f0f0f0;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 14px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1;
    color: #0071ce;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    width: 100px;
}
.tmp.tmp-mapas .container .resultados .content .local a:hover {
    background: #0071ce;
    color: #fff;
}
/* Contacto */
.contacto-top {
    background: #1a75cf;
    box-shadow: inset 0 1px 10px 0px rgba(0,0,0,.1);
}
.contacto-top h3 {
    text-align: center;
    padding: 40px 10px;
    font-family: "BogleWeb-Bold";
    font-size: 48px;
    line-height: 1;
    color: #fff;
}
.contacto-content {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
}
.contacto-content .contacto-data {
    background-color: #f0f6fd;
    width: 35%;
    padding: 50px;
}
.contacto-content .contacto-data p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
}
.contacto-content .contacto-form {
    width: 65%;
    padding: 20px 60px 30px 180px;
}
.contacto-content .contacto-form h4 {
    font-family: "BogleWeb-Bold";
    font-size: 28px;
    line-height: 1;
    margin-bottom: 30px;
}
.contacto-content .contacto-form label {
    display: block;
    position: relative;
    width: 100%;
    margin: 20px 0;
}
.contacto-content .contacto-form label:before {
    content: attr(data-rel);
    position: absolute;
    right: calc(100% + 30px);
    font-size: 16px;
    color: #404040;
    top: 4px;
    text-align: right;
}
.contacto-content .contacto-form input,
.contacto-content .contacto-form select,
.contacto-content .contacto-form textarea {
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    width: 100%;
    height: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    outline: none;
    resize: none;
    padding: 8px;
    font-family: "BogleWeb-Regular";
    font-size: 16px;
}
.contacto-content .contacto-form select {
    background-image: url(../img/select-down-az.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    cursor: pointer;
}
.contacto-content .contacto-form textarea {
    height: 130px;
}
.contacto-content .contacto-form .captcha p {
    font-size: 14px;
}
.contacto-content .contacto-form .captcha input {
    width: 50%;
}
.contacto-content .contacto-form .captcha a {
    font-size: 14px;
    text-decoration: underline;
}
.contacto-content .row.captcha #_verificador{
    font-family: 'Eater',cursive;
    font-weight: 500;
    color: #000;
    width: 20%;
    display: inline-block;
    position: relative;
    border: 1px solid #d9d9d9;
    padding: 5px;
    background-color: #f2f2f2;
}
.contacto-content .row.captcha #_verificador #cap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;-ms-user-select:none;
    cursor:default;
    text-align: center;
}
.contacto-content .contacto-form button {
    background: #0071ce;
    color: #ffc220;
    border: none;
    outline: none;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 52px;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 30px 0;
}
.contacto-content .contacto-form button:hover {
    background: #ffc220;
    color: #0071ce;
}
/* Contacto Proveedores */
.contacto-content.proveedores {
	padding: 20px;
}
.contacto-content.proveedores .contacto-form {
	margin: 0 auto;
    padding: 0 60px;
    width: 100%;
}
.contacto-content.proveedores .contacto-form form {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.contacto-content.proveedores .contacto-form label {
    display: block;
    position: relative;
    width: 48%;
    margin: 10px 0;
}
@media (max-width:768px) {
    .contacto-content.proveedores .contacto-form label {
        width:100%;
    }
}
.contacto-content.proveedores .contacto-form label.wide {
	width: 98%;
}
.contacto-content.proveedores .contacto-form input[type="radio"] {
    appearance: auto;
    width: auto;
    height: auto;
}
.contacto-content.proveedores .contacto-form span {
    font-size: 14px;
    margin-right: 20px;
    vertical-align: middle;
}
.contacto-content.proveedores .contacto-form #cont_retail {
	width: 100%;
    display: flex;
    justify-content: flex-end;
}
.contacto-content.proveedores .contacto-form label:before {
	width: 100%;
	right: calc(100% + 10px);
	line-height: 1;
	position: static;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.contacto-content.proveedores .contacto-form .captcha {
	width: 98%;
}
.contacto-content.proveedores .contacto-form .captcha p {
	line-height: 1;
	margin-bottom: 5px;
}
.contacto-content.proveedores .contacto-form .captcha .wrapImg {
	display: flex;
	flex-wrap: wrap;
}
.contacto-content.proveedores .contacto-form .captcha .wrapImg .wrapFirst {
	width: 40%;
	display: flex;
}
.contacto-content.proveedores .contacto-form .captcha .wrapImg .wrapFirst #texxt {
	background: #eee;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
}
.contacto-content.proveedores .contacto-form .captcha .wrapImg input {
	width: 60%;
    display: block;
}
.contacto-content.proveedores .exito {
	text-align: center;
    margin: 0 auto;
    padding: 30px;
}
/* Multimedia */
.media-news .nav {
    background: #0171ce;
    text-align: center;
    padding: 20px;
}
.media-news .nav h4 {
    color: #fff;
    font-family: "BogleWeb-Bold";
    font-size: 16px;
    display: inline-block;
    margin: 0 15px;
}
.media-news .nav a {
    color: #ffc220;
    font-family: "BogleWeb-Bold";
    font-size: 16px;
    display: inline-block;
    margin: 0 15px;
}
.media-news .nav a:hover {
    color: #8dbde8;
}
.media-news .media-content {
    display: flex;
}
.media-news .media-content .media-item {
    position: relative;
    width: 33.33333333%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgba(3, 169, 244, 0.33);
    overflow: hidden;
}
.media-news .media-content .media-item .media-img img {
    display: block;
    width: 100%;
}
.media-news .media-content .media-item .media-item-data {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: rgba(0,0,0,.7);
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    opacity: 0;
}
.media-news .media-content .media-item:hover > .media-item-data {
    opacity: 1;
}
.media-news .media-content .media-item .media-item-data h3 {
    color: #fff;
    font-family: "BogleWeb-Regular";
    font-size: 20px;
    line-height: 1.2;
    padding: 0 40px;
    margin: 0 0 20px;
}
.media-news .media-content .media-item .media-item-data a {
    display: inline-block;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-family: BogleWeb-Bold;
    line-height: 30px;
    padding: 0 2em;
    background: #1a75cf;
    color: #fff;
    border-radius: 30px;
    white-space: nowrap;
}
.media-news .media-content .media-item .media-item-data a:hover {
    background: #8dbde8;
}
/* Mob */
@media (min-width: 1301px) {
    /* < nav > menÃº horizontal */
    ul.menu li:hover ul {
        display: block;
    }
    /********************/
    ul.menu {
        display: block !important;
    }
}
@media (max-width: 1300px) {
    header .logo {
        padding: 0 20px 0 50px;
        flex-grow: 1;
    }
    header .lider-btn {
        padding: 0 10px 0 20px;
    }
    /* Menu queda fijo */
    nav.fixed {
        position: fixed;
        width: 100%;
    }
    nav.fixed ul.menu {
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 60px;
        background: #f0f0f0;
        padding: 20px 10px;
    }
    nav.fixed i {
        top: 0;
        position: fixed;
        left: 0;
    }
    ul.menu {
        display: none;
    }
    ul.menu > li {
        display: block;
        width: 100%;
    }
    ul.menu li a {
        text-align: left;
        background: #f0f0f0;
        color: #000;
    }
    ul.menu li a:hover,
    ul.menu li.active a {
        background: #f0f0f0;
        color: #0071ce;
    }
    ul.menu li a:hover:after {
        display: none;
    }
    ul.menu li a.has-sub {
        padding: 0 0px 0 20px;
    }
    ul.menu li a.has-sub span:after {
        content: '+';
        display: inline-block;
        float: right;
        font-size: 26px;
        font-family: "BogleWeb-Regular";
        color: #0071ce;
        padding: 0 20px;
    }
    ul.menu li.tap a.has-sub span:after {
        content: '-';
        font-size: 32px;
    }
    ul.menu li ul {
        position: relative;
        padding-top: 0;
    }
    ul.menu li.tap {
        background: #f0f0f0;
    }
    ul.menu li ul {
        display: none !important;
    }
    ul.menu ul li a {
        text-align: left;
        padding: 22px 10px 22px 56px;
    }
    ul.menu li ul li a {
        padding: 10px 40px;
        background-color: #f0f0f0;
    }
    ul.menu li.tap ul {
        display: block !important;
        background-color: #f0f0f0;
        box-shadow: none;
    }
    nav i {
        display: block;
        width: 60px;
        padding: 15px 0;
        cursor: pointer;
        background: #0071ce;
    }
    nav i span {
        width: auto;
        height: 3px;
        display: block;
        margin: 5px 20px;
        background: #fff;
    }
    nav i.open {
        height: 55px;
        padding: 10px 0;
    }
    nav i.open span:first-child {
        display: none;
    }
    nav i.open span {
        transform: rotate(45deg);
        margin: 7px 20px;
    }
    nav i.open span:nth-child(2) {
        transform: rotate(135deg);
        position: relative;
        top: 10px;
    }
    /* Articulo */
    .tmp-article .article-header .article-heading {
        max-width: 980px;
    }
    .tmp-article .article-content {
        max-width: 980px;
    }
    .tmp-article .article-content .article-body {
        width: calc(100% - 420px);
        margin: 0 70px 0 50px;
    }
    .tmp-article .article-content .article-sidebar {
        flex-basis: 300px;
    }
    .tmp-article .article-content .article-sidebar .related {
        padding: 30px 20px;
    }
}
@media (max-width: 1190px) {
    /*home*/
    .slider-home .slides li .txtbox {
        padding: 40px 40px 120px;
    }
    .slider-home .slides li .txtbox h3 {
        font-size: 32px;
    }
    /* noticias */
    .noticia-destacada .noticia .txtbox {
        padding: 40px;
    }
    .noticia-destacada .noticia .txtbox h1 {
        font-size: 32px;
    }
    /* destacado home*/
    .destacado-home .destacado-wrap .destacado-top,
    .destacado-home .destacado-wrap .destacado-content {
        width: 70%;
    }
}
@media (max-width: 960px) {
    /*home*/
    .last-news {
        padding: 30px 60px;
    }
    .grid-item,
    .grid-sizer {
        width:calc(98%/2);
    }
    .gutter-sizer {
        padding: 1%;
    }
    .slider-home .slides li .imagebox {
        width: 100%;
        display: block;
    }
    .slider-home .slides li .txtbox {
        width: 100%;
        display: block;
    }
    .slider-home .slides-nav {
        width: 100%;
    }
    .slider-home .slides li .next-title {
        width: 100%;
    }
    /* destacado home */
    .destacado-home {
        padding: 0 60px;
    }
    .destacado-home .destacado-wrap .destacado-top,
    .destacado-home .destacado-wrap .destacado-content {
        width: 100%;
        text-align: center;
    }
    .destacado-home .destacado-wrap .destacado-top h3:after {
        left: 50%;
        transform: translateX(-50%);
    }
    /* Boxes fijo */
    .boxes-home .boxes-wrap {
        padding: 30px 0;
    }
    .boxes-home .boxes-wrap .box h3 {
        font-size: 22px;
    }
    .boxes-home .boxes-wrap .box p {
        font-size: 15px;
    }
    /*Noticias*/
    .noticia-destacada .noticia .imagebox {
        width: 100%;
        display: block;
    }
    .noticia-destacada .noticia .txtbox {
        width: 100%;
        display: block;
    }
    /* Suscripcion */
    .sus .sus-content .sus-form {
        flex-basis: 340px;
    }
    footer {
        padding: 30px 0;
    }
    footer .left {
        width: 100%;
        text-align: center;
    }
    footer .left .rrss {
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    footer .left .rrss p {
        margin: 0 20px 0 0;
        width: auto;
    }
    footer .navs {
        display: none;
    }
    footer .wrap.bottom {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }
    footer .wrap.bottom .copy {
        margin-bottom: 30px;
    }
    /* Templates GenÃ©rico */
    .tmp .header .content {
        max-width: 640px;
    }
    .tmp .subgrid {
        max-width: 640px;
    }
    .tmp .subgrid .bundle .box {
        flex-basis: calc(50% - 20px);
    }
    .tmp .section-nav ul {
        display: none;
    }
    .tmp .section-nav select {
        display: block;
    }
    .tmp .section-nav.fixed select {
        margin-left: 80px;
        width: calc(100% - 100px);
    }
    .tmp .section-nav2 ul {
        display: none;
    }
    .tmp .section-nav2 select {
        display: block;
    }
    .tmp .section-nav2.fixed select {
        margin-left: 80px;
        width: calc(100% - 100px);
    }
    /* Articulo */
    .tmp-article .article-header .article-heading {
        padding: 50px 10px;
        max-width: 740px;
    }
    .tmp-article .article-header .article-heading h1 {
        font-size: 36px;
    }
    .tmp-article .article-content {
        padding: 50px 10px;
        max-width: 740px;
        flex-wrap: wrap;
    }
    .tmp-article .article-content .article-body {
        width: 100%;
        margin: 0 70px 20px 70px;
    }
    .tmp-article .article-content .article-body blockquote {
        margin: 10px -65px;
    }
    .tmp-article .article-content .article-body img {
        width: calc(100% + 130px);
        margin: 0 -65px;
    }
    .tmp-article .article-content .article-body .galeria {
        width: calc(100% + 130px);
        margin: 0 -65px;
    }
    .tmp-article .article-content .article-sidebar {
        flex-basis: 100%;
        margin: 0 70px 20px 70px;
    }
    .tmp-article .article-content .article-sidebar .related .related-box img {
        width: 40%;
    }
    /* contacto */
    .contacto-content .contacto-data,
    .contacto-content .contacto-form {
        width: 100%;
    }
    .contacto-content .contacto-data {
        order: 2;
    }
    /* contacto proveedores */
    .contacto-content.proveedores .contacto-form {
    	padding: 0;
    }
}
@media (max-width: 640px) {
    /* home */
    .grid-item,
    .grid-sizer {
        width:calc(100%);
    }
    .gutter-sizer {
        padding: 2%;
    }
    .grid-item .newstop h2 {
        font-size: 24px;
    }
    .grid-item .newstop p {
        font-size: 15px;
    }
    /*.slider-home .slides li {
    	height: 100vh;
    }*/
    .slider-home .slides li .txtbox {
        padding: 30px 30px 90px;
    }
    .slider-home .slides li .txtbox h3 {
        font-size: 24px;
    }
    .slider-home .slides-nav .flex-prev {
        left: 10px;
    }
    .slider-home .slides-nav .flex-next {
        right: 10px;
    }
    /* Boxes fijo */
    .boxes-home .boxes-wrap {
        flex-wrap: wrap;
        padding: 0;
    }
    .boxes-home .boxes-wrap .box {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding: 30px 0;
    }
    .boxes-home .boxes-wrap .box:last-child {
        border-bottom: none;
    }
    /* Noticias */
    .noticia-destacada .noticia .txtbox {
        padding: 30px;
    }
    .noticia-destacada .noticia .txtbox h1 {
        font-size: 24px;
    }
    .noticias-archivo-top h3 {
        font-size: 28px;
    }
    .noticias-archivo-content {
        padding: 30px 0;
    }
    .noticias-archivo-content .archivo-item {
        width: 50%;
    }
    /**/
    header {
        height: 50px;
    }
    header .logo {
        padding: 0 0 0 40px;
    }
    header .logo img {
        height: 30px;
    }
    header .search-btn {
        padding: 0 15px;
    }
    header .search-btn .search {
        height: 20px;
    }
    header .lider-btn {
        padding: 0 5px 0 20px;
    }
    header .lider-btn img {
        height: 30px;
    }
    header .search-box {
        top: 50px;
        padding: 10px;
    }
    header .search-box .search-form form input {
        padding: 0 20px;
    }
    header .search-box .search-form form button {
        padding: 0 20px;
    }
    nav.fixed i {
        padding: 13px 0;
        width: 50px;
        height: 50px;
    }
    nav.fixed i span {
        margin: 4px 15px;
        height: 2px;
    }
    nav i.open {
        padding: 6px 0;
    }
    nav i.open span {
        transform: rotate(45deg);
        margin: 8px 15px;
    }
    nav.fixed ul.menu {
        top: 50px;
    }
    /* Suscripcion */
    .sus .sus-content {
        flex-direction: column;
    }
    .sus .sus-content .sus-txt {
        order: 2;
    }
    .sus .sus-content .sus-form {
        flex-basis: unset;
        order: 3;
    }
    .sus .sus-content .icn {
        order: 1;
        margin: 30px 0;
    }
    /* Templates GenÃ©ricos */
    .tmp .header .content .left {
        width: 100%;
        padding: 20px 20px 0;
    }
    .tmp .header .content .right {
        width: 100%;
    }
    .tmp .subgrid .bundle .box {
        flex-basis: calc(100% - 20px);
    }
    .tmp .section-nav {
        height: 50px;
    }
    .tmp .section-nav select {
        margin: 5px auto;
    }
    .tmp .section-nav.fixed select {
        margin-left: 60px;
        width: calc(100% - 70px);
    }
    .tmp .section-nav2 {
        height: 50px;
    }
    .tmp .section-nav2 select {
        margin: 5px auto;
    }
    .tmp .section-nav2.fixed select {
        margin-left: 60px;
        width: calc(100% - 70px);
    }
    .tmp .container .block .title {
        padding: 20px;
    }
    .tmp .container .block h2 {
        font-size: 28px;
    }
    .tmp .container .block h3,
    .tmp .container .block h4,
    .tmp .container .block h5,
    .tmp .container .block h6 {
        font-size: 15px;
        line-height: 20px;
    }
    .tmp .container .block .txt {
        padding: 30px 20px;
    }
    .tmp .container .block p {
        font-size: 15px;
        line-height: 20px;
    }
    /* Template 1 */
    .tmp.tmp-1 .header .content {
        padding: 50px 20px 40px;
    }
    .tmp.tmp-1 .header .content .top {
        margin-bottom: 24px;
    }
    .tmp.tmp-1 .header .content .top h1 {
        font-size: 36px;
        margin: 0;
    }
    .tmp.tmp-1 .header .content .top h3 {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }
    .tmp.tmp-1 .subgrid {
        padding-bottom: 30px;
    }
    /* Template 2 */
    .tmp.tmp-2 .header .content {
        padding: 40px 20px 30px;
    }
    .tmp.tmp-2 .header .content .top h1 {
        font-size: 28px;
    }
    /* Template 3 */
    .tmp.tmp-3 .header .content {
        flex-wrap: wrap;
    }
    .tmp.tmp-3 .header .content .left h1 {
        font-size: 28px;
    }
    /* Template 4 */
    .tmp.tmp-4 .container .block h1 {
        font-size: 28px;
    }
    /* Elementos en templates */
    .tmp .container .block ul {
        font-size: 15px;
        line-height: 20px;
    }
    .tmp .container .block ol {
        font-size: 15px;
        line-height: 20px;
    }
    .tmp .container .block table {
        display: block;
        border: none;
        overflow: auto;
        font-size: 15px;
    }
    /* Articulo */
    .tmp-article .article-header .article-heading {
        padding: 30px;
    }
    .tmp-article .article-header .article-heading h1 {
        font-size: 26px;
    }
    .tmp-article .article-content {
        padding: 30px;
        max-width: 100%;
    }
    .tmp-article .article-content .article-body {
        margin: 0;
    }
    .tmp-article .article-content .article-body p.bajada {
        font-size: 21px;
        line-height: 26px;
    }
    .tmp-article .article-content .article-body .bajada p {
        font-size: 21px;
        line-height: 26px;
    }
    .tmp-article .article-content .article-body p {
        font-size: 17px;
        line-height: 20px;
    }
    .tmp-article .article-content .article-sidebar {
        margin: 0;
    }
    .tmp-article .article-content .article-body ul {
        font-size: 17px;
        line-height: 20px;
    }
    .tmp-article .article-content .article-body ol {
        font-size: 17px;
        line-height: 20px;
    }
    .tmp-article .article-content .article-body table {
        display: block;
        border: none;
        overflow: auto;
        font-size: 17px;
    }
    .tmp-article .article-content .article-body blockquote {
        margin: 10px 0;
    }
    .tmp-article .article-content .article-body img {
        width: 100%;
        margin: 0;
    }
    .tmp-article .article-content .article-body .galeria {
        width: 100%;
        margin: 0;
    }
    /* Template Mapas */
    .tmp.tmp-mapas .header .content {
        padding: 40px 20px 30px;
    }
    .tmp.tmp-mapas .header .content .top h1 {
        font-size: 28px;
    }
    .tmp.tmp-mapas .container .filtros {
        padding: 30px 20px;
    }
    .tmp.tmp-mapas .container .filtros form .wrInput input[type="checkbox"] + label {
        display: block;
        text-align: left;
        margin: 0 0 2px;
    }
    .tmp.tmp-mapas .container .filtros form .wrSelect {
        width: 100%;
        display: block;
        margin: 0 0 16px;
    }
    .tmp.tmp-mapas .container .filtros form .wrSelect select {
        width: 100%;
    }
    .tmp.tmp-mapas .container .resultados .content {
        padding: 30px 0;
    }
    .tmp.tmp-mapas .container .resultados .content h2 {
        font-size: 24px;
        line-height: 30px;
        padding: 0 18px;
    }
    .tmp.tmp-mapas .container .resultados .content .local {
        padding: 18px;
    }
    .tmp.tmp-mapas .container .resultados .content .local .info {
        font-size: 15px;
        line-height: 20px;
    }
    /*contacto*/
    .contacto-content .contacto-form {
        padding: 20px 20px 20px 120px;
    }
    /* contacto proveedores */
    .contacto-content.proveedores .contacto-form .captcha .wrapImg .wrapFirst {
		width: 100%;
	}
	.contacto-content.proveedores .contacto-form .captcha .wrapImg input {
		width: 100%;
		margin-top: 5px;
	}
    /* Multimedia */
    .media-news .media-content {
        flex-wrap: wrap;
    }
    .media-news .media-content .media-item {
        width: 100%;
    }
}
@media (max-width: 480px){
    /* home */
    .last-news {
        padding: 30px;
    }
    .slider-home .slides-nav {
    	padding: 0 15px;
    }
    .slider-home .slides li .next-title {
    	padding: 10px 25px;
    }
    /**/
    /* noticias */
    .noticias-archivo-content {
        padding: 15px 0;
    }
    .noticias-archivo-content .archivo-item {
        width: 100%;
    }
    .tmp-article .article-content .article-sidebar .related .related-box img {
        width: 100%;
    }
    /*contacto*/
    .contacto-content .contacto-form {
        padding: 20px;
    }
    .contacto-content .contacto-form label:before {
        position: static;
        margin-bottom: 5px;
        display: block;
        text-align: left;
    }
    /*contacto proveedores*/
    .contacto-content.proveedores .contacto-form label {
        width: 100%;
    }
    .contacto-content.proveedores .contacto-form #cont_retail {
    	flex-wrap: wrap;
    }
    .contacto-content.proveedores .contacto-form label.wide {
    	width: 100%;
    }
    .contacto-content.proveedores .contacto-form .captcha {
    	width: 100%;
    }
}
@media (max-width: 360px){
    /*home */
    .last-news {
        padding: 30px 10px;
    }
    /**/
}
/***************************************************************************/
/* Elementos adicionales de paginas */
.block .tableWrap {
    margin: 0 -160px;
    display: flex;
}
.block .tableWrap .table {
    margin: 10px;
    display: flex;
    flex-direction: column;
    min-width: 320px; /**/
}
.block .tableWrap .table .image {
    width: 100%;
    margin-bottom: 10px;
}
.block .tableWrap .table .image img {
    display: block;
}
.block .tableWrap .table .info {
    width: 100%;
}
.block .tableWrap .table .info h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}
.block .tableWrap .table .info p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
}
@media (max-width: 960px) {
    .block .tableWrap {
        margin: 0 -10px;
        flex-wrap: wrap;
    }
    .block .tableWrap .table {
        flex-direction: row;
    }
    .block .tableWrap .table .image {
        margin-right: 10px;
        flex-shrink: 2;
    }
	.slider-home .slides-nav::before {
		display: none;
	}
}
@media (max-width: 375px) {
    .block .tableWrap .table {
        flex-direction: column;
    }
    .block .tableWrap .table .image {
        margin-right: 0;
    }
}
/* home banners */
.bannerhome {
	position: relative;
}
.bannerhome .link {
    display: block;
    width: 100%;
    height: 100%;
    background: #0171ce;
    color: #fff;
    text-align: center;
    padding: 10px;   
}
.bannerhome .link span {
	font-family: "BogleWeb-Bold";
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 8px 14px;
    background: #0171ce;
    width: 100%;
    display: block;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.bannerhome .link:hover span {
	background: #ffc220;
}
#enviar_data {
	background: #0071ce;
    color: #ffc220;
    border: none;
    outline: none;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 52px;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 30px 0;
}
/*ajuste paginador noticias*/
.noticias-archivo-content .paginator a {
    margin-left:5px;
    margin-right:5px;
    border-radius: 18px;
}
.noticias-archivo-content .paginator .current {
    font-size: 14px;
    line-height: 36px;
    font-family: "BogleWeb-Bold";
    background: #0071ce;
    color: #FFF;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left:5px;
    margin-right:5px;
}
.noticias-archivo-content .paginator .last,
.noticias-archivo-content .paginator .first{
    width:auto;
    padding-left: 15px;
    padding-right: 15px;
}
.contenido_form {
    margin:2rem 0;
    width:100%;
    text-align:center;
}
.container .block .txt img {
    height:auto;
}
.container .block .row {
    flex-direction:row;
    display:flex;
}
.container .block .col-md-6.center {
    width:50%;
    text-align:center;
}
.tmp .section-nav {
	position:relative;
}
.tmp .section-nav.fixed {
	position:fixed;
}
.tmp-article .article-content .article-body img {
    height:auto;
}
.slick-prev {
    background-image: url(../img/arr-prev.png);
    position:absolute;
    z-index:2;
    background-color: #FFF;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    left: 3px;
    width: 50px;
    height: 50px;
    top: 50%;
    background-position: center;
    margin-top: -25px;
}
.slick-next {
    background-image: url(../img/arr-next.png);
    position:absolute;
    z-index:2;
    background-color: #FFF;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    right: 3px;
    width: 50px;
    height: 50px;
    top: 50%;
    background-position: center;
    margin-top: -25px;
}

@media (min-width: 1300px) and (max-width: 1350px){
    ul.menu li a{
        font-size:15px;
        padding: 0 10px;
    }
}

@media (min-width: 1350px) and (max-width: 1400px){
    ul.menu li a{
        font-size:16px;
        padding: 0 12px;
    }
}

/*contacto 06-03-2024*/
.bloque-contacto strong {
	margin-top: 15px;
}
.bloque-contacto svg {
	width: 20px;
	fill:#1a75cf;
	display: inline-block;
	margin-right:8px;
}
.bloque-contacto div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
}
/*aniversario*/
.barra {
    width: 100%;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0px 6px 8px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 8px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 8px 3px rgba(0,0,0,0.2);
    text-align: center;
    position: relative;
    z-index: 1;
}
.barra img {
    display: block;
    max-width: 510px;
    width:90%;
    margin: 0 auto;
}

/*nueva sección liderzgo*/
.equipo {
    max-width: 1300px;
    width:100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.equipo .col-md-4 {
    width: 25%;
}
@media (max-width:768px) {    
    .equipo .col-md-4 {
        width:50%;
    }
}
.equipo .card {
    padding: 0 20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-bottom: 30px;
}
.equipo .card h3 {
    color:#1975CF;
    font-weight:700;
    font-size:25px !important;
    line-height:1.3 !important;
    margin-bottom: 0 !important;
}
.equipo .card h4 {
    color:#1975CF;
    font-family: "BogleWeb-Regular" !important;
    font-size:15px !important;
    font-weight:400 !important;
    line-height:1.3 !important;
    margin-bottom: 20px !important;
}
.equipo .card a {
    color:#1975CF;
    font-weight:700;
    font-size:15px;
}
.equipo .card a  img {
    vertical-align: middle;
    width: 21px;
    margin-left: 5px;
}
.equipo .card img {
    max-width:100%;
    height:auto;
    margin-bottom: 10px;
}


/*contacto por sección*/

.secciones-contacto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.secciones-contacto h5 {
    border:1px solid #1975CF;
    color:#1975CF;
    border-radius:20px;
    text-align:center;
    padding:4px 0 3px;
    margin-bottom:10px
}
.secciones-contacto .card {
    width: 33.3%;
    padding: 0 15px;
    text-align:center;
    margin:0 auto 30px;
}
.secciones-contacto .card a path {
    transition: .5s;
}
.secciones-contacto .card a:hover path {
    fill:#1975CF;
}
.titulo-equipo {
    text-align: center;
    font-size: 30px;
    color:#464546;
    font-family: "BogleWeb-Regular" !important;
    font-weight:400;
    display: block;
    width:100%;
    margin-top:50px;
    margin-bottom: 40px;
}
.titulo-equipo strong {
    font-weight:700;
    font-family: "BogleWeb-Bold";
}
.secciones-contacto .card p {
    font-family: "BogleWeb-Bold";
    color:#000;
    font-size: 18px;
    margin-bottom:8px;
}
@media (max-width:768px) {
    .secciones-contacto .card {
        width:100%;
    }
}
.bannerhome .embed-container {
    padding-bottom:184%;
    background-color: #0171ce;
}

/*mobile, banner home*/

@media (max-width:768px) {
    .destacado-home {
        padding: 0 70px !important;
        background-position: bottom center;
    }
    .destacado-home .destacado-wrap {
        padding-bottom: 45%;
        height: auto;
    }
    .destacado-home .destacado-wrap .destacado-top h3 {
        font-size:1.04rem;
    }
    .destacado-home .destacado-wrap .destacado-top h2 {
        font-size: 2rem;
    }
    .destacado-home .destacado-wrap .destacado-content p {
        font-size: 1rem;
    }
}
@media (max-width:561px) {
    .destacado-home .destacado-wrap .destacado-top h2 {
        font-size:1.5rem;
    }
    .destacado-home .destacado-wrap .destacado-top h3 {
        font-size:0.8rem;
    }
    .destacado-home {
        padding: 0 40px !important;
    }
}

@media (max-width:460px) {
    .destacado-home .destacado-wrap .destacado-top h2 {
        font-size:1.3rem;
    }
    .destacado-home .destacado-wrap .destacado-top h3 {
        font-size:0.8rem;
    }
    .destacado-home {
        padding: 0 30px !important;
    }
    .destacado-home .destacado-wrap .destacado-content a {
        font-size:1.1rem;
    }
}
.banner-formato {
    padding:30px;
}
.int-banner-formato {
    display: flex;
    flex-direction: row;
    border: 5px solid #007bc1;
    border-radius: 25px;
    padding: 10px 25px;
    justify-content: space-around;
}
.int-banner-formato a {
    display: block;
    width: 22%;
    padding: 0 15px;
}
.int-banner-formato a img {
    max-width: 100%;
    transition: .5s;
}
.int-banner-formato a:hover img {
    opacity:0.8;
}
@media (max-width: 960px) {
    .banner-formato {
        padding: 30px 60px;
    }
}
@media (max-width:768px) {
    .int-banner-formato {
        flex-wrap: wrap;
    }
    .int-banner-formato a {
        width: 40%;
    }
}