/*
BORDÓ OSCURO: #85002b (footer y franja suscripción cabecera)
COLOR PPAL: #c31f43 (títulos)
NARANJA OSCURO: #f37043 (botones)
NARANJA CLARO: #f3aa43
AMARILLO: #ffd400
CREMA: #ffbf9e
NEGRO: #000000
GRIS: #999999 (líneas)
*/
@import "fonts/stylesheet.css";

:root {
    --color-ppal: #c31f43;
    --color-red-dar: #85002b;
    --color-orange-dar: #f37043;
    --color-orange-light: #f3aa43;
    --color-yellow: #ffd400;
    --color-cream: #ffbf9e;
    --color-grey: #999999;
    --color-black: #000000;
}
/*--------------font family-------------------*/

.family-sara-regular{
    font-family: "Saira SemiCondensed Regular";
}
.family-Zilla-SemiBold{
    font-family: 'Zilla Slab SemiBold';
}
.family-Zilla-Bold{
    font-family: 'Zilla Slab Bold';
}
.family-brand{
    font-family: 'Font Awesome 6 Brands';
}
/*-----------------text-------------*/
.hs-line-1{
    font-size: 30px;
    letter-spacing: 0px;
}
/*-----------------background-----------------*/
.bg-red-dark{
    background-color: var(--color-red-dar);
}

.bg-orange-dark{
    background-color: var(--color-orange-dar) ;
}

.bg-orange-light{
    background-color: var(--color-orange-light);
}

.bg-yellow{
    background-color: var(--color-yellow);
}

.bg-cream{
    background-color: var(--color-cream) !important;
}

/*-----------------text-----------------*/
.text-yellow{
    color: var(--color-yellow)!important;
}

.text-cream{
    color: var(--color-cream) !important;
}

.text-red-dark{
    color: var(--color-red-dar);
}

.text-orange-dark{
    color: var(--color-orange-dar) ;
}

/*----------------------------------*/

.inner-nav{
    float: none!important;
}

.top-links{

}

.top-links li{
    margin: 3px!important;
}

.title-12 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #111;
    font-family: Prumo;
}

.main-nav{
    height: 50px !important;
}

.inner-nav ul li a{
    color: white!important;
    font-family: Prumo;
/*    padding: 0px 15px 0px 15px;*/
}

.footer-social-links a{
    color: white!important;
    margin: 0px !important;
}

.footer-social-links a:before{
    transform: none!important;
    border: none!important;

}

.form input[type="text"], .form input[type="email"].input-md, .form textarea{
    border-color: black;
}

.btn-orange,
a.orange{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: var(--color-orange-dar);
    border: 2px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: Prumo;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-orange:hover,
.btn-orange:focus,
a.btn-orange:hover,
a.btn-orange:focus{
    font-weight: 400;
    color: #000000;
    background: var(--color-cream);
    text-decoration: none;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-orange:active{
    cursor: pointer !important;
    outline: none !important;
}

.btn-orange.btn-small{
    height: auto;
    padding: 6px 17px;
    font-size: 11px;
    letter-spacing: 1px;
}
.btn-orange.btn-medium{
    height: auto;
    padding: 8px 37px;
    font-size: 12px;
}
.btn-orange.btn-large{
    height: auto;
    padding: 12px 45px;
    font-size: 13px;
}

.post-prev-title{
    text-transform: none!important;
    letter-spacing: normal!important;
    font-size: 20px!important;
    font-weight: bold;
}

.post-prev-title a{
    color: #000000!important;
    font-family: 'Zilla Slab Bold';
}
.post-prev-title a:hover{
    color: var(--color-grey) !important;
}
.post-prev-text{
    color: #000000!important;
    font-size: 12px;
}

.blog-item-title{
    font-size: 30px;
}
.blog-item-title a{
    color: var(--color-red-dar);
    text-decoration: none;
    font-family: Prumo;
}

hr{
     opacity: 0.3;
}

.tpl-tabs {
    border-color: var(--color-red-dar);
    letter-spacing: normal;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--color-red-dar);
    background-color: #fff;
    border-color: var(--color-black) var(--color-black) #fff;
    font-family: Prumo;
}

.tpl-tabs > li > a, .tpl-tabs > li > a:hover {
     color: var(--color-red-dar);
    font-family: Prumo;
 }

.widget-posts li a,
.widget-posts-descr a{
    font-size: 14px;
    font-family: "Zilla Slab Bold";
    color: var(--color-black);
}

.widget-posts li a:hover {
    color: var(--color-grey);
}

.widget-posts li {
     border-bottom: 1px dotted var(--color-black);
}

.section-text a{
    text-decoration: none;
    font-weight: bold;
}

.bg-no-fixed{
    background-attachment: local!important;
}

.lead {
    font-size: 100%;
    color: var(--color-black);
}

.contact-item{
    padding-left: 0px;
}

.ci-title {
    margin-bottom: 1px;
    color: var(--color-black);
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
}

.ci-text {
    font-size: 19px;
    font-weight: 400;
}

.contact-item a {
    color: var(--color-black);
    font-size: 19px;
    text-decoration: none;
}

.title-c-1{
    margin-top: 0;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
}

.title-c-2{
    color: var(--color-yellow);
    font-size: 32px;
    font-weight: bold;
}

.title-c-3 {
    color: var(--color-red-dar);
    font-size: 20px ;

    text-transform: uppercase;
}

.title-c-3 a{
    text-decoration: none;
    font-size: 14px ;
    text-transform: uppercase;
    color: var(--color-red-dar);
}

.post-prev-text {
    font-size: 1rem;
    font-family: Prumo;
}

.blog-item-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: none;
}

.blog-item-body {
    /*font-size: 15px;*/
    font-size: 1.1875rem;
    font-weight: normal;
    color: var(--color-black);
    font-family: "Zilla Slab Regular";
}

.post-prev-info, .post-prev-info a{
    font-family: Prumo;
    font-size: 13px;
}

.widget-posts-descr div{
    font-family: Prumo;
    font-size: 13px;
}

.title-c-4 {
    font-size: 18px ;
    color: var(--color-red-dar);
}

.section-text {
    font-size: 14px;
    font-weight: normal;
    color: var(--color-black);
    line-height: 1.7;
}

blockquote p {
    margin-bottom: 1em;
    font-size: 1.25rem;
    font-family: "Zilla Slab Semi Bold Italic";
    line-height: 1.6;
    color: var(--color-black);
}

.blog-page-title{
    color: var(--color-red-dar);
    border-bottom: 1px solid var(--color-black);
}

.font-weight-bold{
    font-weight: bold;
}

.blog-post-prev-small{

    border-top: 0px dotted #eaeaea;
}

.small-height{
    height: 50px !important;
}
.small-height .inner-nav ul li a{
    height: 50px !important;
    line-height: 55px !important;
}

.blog-item-body h1, .blog-item-body h2, .blog-item-body h3, .blog-item-body h4, .blog-item-body h5, .blog-item-body h6{
    font-family: Prumo;
    font-variation-settings: "wght" 170, "opsz" 50;
    /*font-size: 3rem;*/
}



@media(min-width: 48em) {
    .blog-item-body h1, .blog-item-body h2, .blog-item-body h3, .blog-item-body h4, .blog-item-body h5, .blog-item-body h6{
        font-size:1.75rem
    }
}

@media(min-width: 80em) {
    .blog-item-body h1, .blog-item-body h2, .blog-item-body h3, .blog-item-body h4, .blog-item-body h5, .blog-item-body h6{
        font-size:2.5rem
    }
}


.blog-item-data a{
    font-family: Prumo;
}

.blog-item p{
    font-family: Georgia,"serif";
}


.ultimas-actualizaciones {
    background-color: var(--color-red-dar);
    padding: 0 15px 0 15px;
    color: white;
    font-weight: bold;
}

.blog-item-data.autor{
    color: #3e3e3e;
    font-size: 16px;
    font-weight: bold;
}

.blog-item-data, .blog-item-data a{
    color: #3e3e3e;
}

.top-links li a {
    color: white;
}


.badge {
    color: black !important;
}


.facebook {
    background-color: #0866ff;
    color: white;
}
.x {
    background-color: black;
    color: white;
}
.whatsapp {
    background-color: #00a884;
    color: white;
}

.buttons-rs-panel {
    display: flex;
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none
}

.buttons-rs-panel>li:not(:first-child) {
    margin-left: 8px
}

.buttons-rs-panel .valuation-btn .btn-wrapper {
    display: flex;
    align-items: center
}

.buttons-rs-panel .valuation-btn .btn-wrapper span {
    margin-left: 9px;
    font: normal 600 16px/1.25 "Encode Sans",Verdana,sans-serif;
    color: #000;
    color: #d20a23
}

.buttons-rs-panel .message {
    display: block;
    position: absolute;
    left: 0;
    top: 57px;
    z-index: 9;
    width: calc(100vw - 35px);
    max-width: calc(100vw - 35px);
    margin-top: auto;
    padding: 8px 37px 10px 12px;
    font: normal 500 15px/1.31 "Encode Sans",Verdana,sans-serif;
    color: #004a7f;
    background-color: #fff9ab;
    font-weight: 400;
    color: #fff;
    box-shadow: 2px 2px 4px 0 rgba(204,204,204,.5);
    border-radius: 3px
}

@media only screen and (min-width : 768px) {
    .buttons-rs-panel .message {
        width:360px;
        max-width: 360px
    }
}

.buttons-rs-panel .message a {
    font-weight: 700
}

.buttons-rs-panel .message.error {
    background-color: #d0021b
}

.buttons-rs-panel .message.error p.textmodal {
    display: block
}

.buttons-rs-panel .message.success {
    background-color: #1ba175
}

.buttons-rs-panel .message.success p.textmodal {
    display: block
}

.buttons-rs-panel .message p.textmodal {
    margin-bottom: 0
}

.buttons-rs-panel .message p.textmodal a {
    text-decoration: underline;
    color: #fff
}

.buttons-rs-panel .message i.fa {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 7px;
    font-weight: 100;
    font-size: 22px;
    line-height: 22px
}



.button-rs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    border-radius: 30px;
    border: rgba(0,0,0,0);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    padding: 0
}

@media only screen and (min-width : 768px) {
    .button-rs {
        font-size:21px
    }
}

.button-rs.active {
    width: auto;
    display: flex;
    transition: all .4s ease-in-out
}

.button-rs.active span {
    display: flex;
    align-items: center;
    font-family: "Encode Sans",Verdana,sans-serif;
    font-weight: 600;
    font-size: 12px
}

.button-rs.active span>i {
    margin: 0 10px;
    font-size: 21px
}

.button-rs:focus {
    outline: none
}

.button-rs i.fa-check-double,.button-rs i.fa-folder-plus,.button-rs i.fa-times {
    width: 42px
}

.button-rs.bg-twitter {
    background-color: #55adee
}

.button-rs.icon-x,.button-rs.bg-x-twitter {
    background-color: #000
}

.button-rs.bg-telegram {
    background-color: #2fa3e7
}

.button-rs.bg-facebook {
    background-color: #3b5998
}

.button-rs.bg-whatsapp {
    background-color: #17af17
}

.button-rs.bg-meneame {
    background-color: #e35614
}

.button-rs.bg-bluesky {
    background-color: #1185fe
}

.button-rs.bg-linkedin {
    background-color: #2a67bc
}
.club-hover:hover {
    cursor: pointer;
}