/*
Theme Name: Custom Wp Theme
Author: jscrz
Author URI:
Description: Tema Custom Wp Theme
Version: 1.0
License: Private
License URI:
Tags: white, responsive layout
Text Domain:
*/
:root{
	--color-blue: #0504AA;
	--color-blue-alt: #29D0FD;
}
html, body{
    overflow-x: hidden;
    font-size: 16px;
}
@media(max-width:720px){
    html, body{
        font-size: 14px;
    }
}
input[type=text], input[type=password], input[type=email], input[type=tel]{
    padding: 8px !important;
    border: 2px solid;
    border-radius: 10px;
}
body, .font-n{
    font-family: 'Poppins', sans-serif;
	color:#000;
    font-weight: 400;
}
.fw-light{
    font-weight:300 !important;
}
.fw-medim{
    font-weight:500 !important;
}
.fw-bold{
    font-weight:700 !important;
}
.fw-extrabold{
    font-weight:800 !important;
}
.fw-black{
    font-weight:900 !important;
}
a, a:hover{
    text-decoration:none;
}
a {
    color: var(--color-blue);
}
a:hover{
    color: #000;
}
h2{
    font-size:46px;
}
h3{
    font-size:26px;
}
h4{
    font-size:18px;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}
main ul {
    list-style: none;
}

.bot-basic, a.bot-basic{
    position: absolute;
    bottom: 40px;
    margin:auto;
    background: #FFFFFF;
    color:#CC8A00;
    border-radius: 30px;
    font-weight:bold;
    text-transform:uppercase;
    padding: 5px 30px;
}
.bg-light a {
    color: #212529 !important;
}
.footer {
    min-height: 150px;
}
/*Footer*/
.title-news {
    color: #ffffff;
    font-weight: 600;
    padding: 10px 0;
}
.news-form p input {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #DDDDDD;
    box-shadow: none;
    padding: 10px;
}
.news-form .button input {
    border-radius: 50px;
    padding: 5px 20px;
    text-transform: uppercase;
    border: solid 1px #E59300;
    color: #111111;
    font-weight: 600;
    background: #E59300;
    margin-top: 10px;
}
.news-form .button input:hover {
    opacity: 0.8;
    transition: 400ms;
}

.vert-ali{
  display: flex;
  align-items: center;
}
.footer p{
  color: #ffffff
}
.footer a{
  color: #000;
}
.address-footer p {
    margin: 0;
}
ul#menu-menu-footer {
    display: inline;
    list-style-type: none;
    text-align: center;
}
li#menu-menu-footer {
    display: inline;
}
.menu-menu-footer-container {
    text-align: center;
}
#menu-menu-footer .menu-item {
    display: inline-flex;
    padding: 0 30px;
}
.menu-footer a {
    color: #ffffff;
}
footer h6.widget-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}
footer .menu li {
    padding-bottom: 10px;
    font-size: 14px;
}
.col-left-footer .widget {
    max-width: 284px;
}
@media (max-width: 720px){
    .col-left-footer .widget {
        margin: auto;
    }
}
.col-left-footer img {
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 480px){
  .hero-section h1{
    font-size: 40px;
  }
}
.main-menu > li {
    padding: 20px 20px;
    font-weight: bold;
}
ul.sub-menu {
    display: none;
    padding: 15px;
    top: 155px;
    background: rgba(0, 105, 147, 0.9);
    width: 100%;
    position: absolute;
    left: 0;
}
ul.sub-menu a {
    color:#1a1a1a;
    text-transform: none;
    font-weight:normal;
    font-size:18px;
}
.main-menu > li a {
    color:#1a1a1a;
    text-transform: none;
    font-weight:normal;
    font-size:18px;
    position: relative;
}
.main-menu > .menu-item-has-children > a:after {
    content: "";
    border-radius: 100%;
    height: 14px;
    width: 14px;
    border: 1px solid #fff;
    position: absolute;
    right: -25px;
}
.main-menu > .menu-item-has-children > a:before {
    content: "";
    height: 4px;
    width: 4px;
    border-left: 1px solid;
    border-top: 1px solid #fff;
    transform: rotate(224deg);
    position: absolute;
    right: -20px;
    margin-top: 4px;
}
.main-menu > .menu-item-has-children.active-menu > a:before {
    transform: rotate(45deg);
    margin-top: 6px;
}
.main-menu > li.menu-item-has-children ul.sub-menu > li > a {
    background: #fff;
    color: var(--color-blue);
    font-weight: bold;
    text-transform: none;
    border-radius: 8px;
    font-size: 20px;
    padding: 20px 30px;
    height: 100%;
    justify-content: center;
    align-items: center;
    line-height: 24px;
}
@media(min-width:1200px){
    .main-menu > li:hover ul.sub-menu li {
        flex: 1;
    }
    .main-menu > li:hover ul.sub-menu {
        display: flex;
        position: absolute;
        width: 100%;
    }
    .main-menu > li:hover ul.sub-menu > li > a {
        display: flex;
    }
    .main-menu > li.menu-item-has-children ul.sub-menu > li > a {
        font-weight: bold !important;
        font-size: 20px !important;
    }
}


ul.sub-menu li {
    list-style-type: none;
    padding: 8px;
}
.main-menu > li {
    margin-right: 80px;
}
header .navbar-nav > .menu-item-has-children:hover:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #006993;
    transform: rotate(45deg);
    bottom: -10px;
    margin-left: 20px;
}
.current-menu-item > a {
    border-bottom: 2px solid #fff;
}
.sub-menu .current-menu-item > a {
    border-bottom: 2px solid var(--color-blue);
}


.topbar p {
    display: initial;
    margin: 0;
}

header .navbar-nav
{
	margin-left:auto;
	flex-direction:row !important;
}

header .navbar-nav li
{
	padding:0px 25px;
}

header .navbar-nav > li a
{
	font-weight:300;
	font-size:13px;
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
	padding:25px 0px;
	border-top:solid 3px transparent;
	display:block;
	text-align:center;
}

.sticky .navbar-nav > li a{
    padding-top: 15px;
    padding-bottom: 15px;
}

header .navbar-nav li a:hover
{
	color:#fff;
}

header .navbar-nav li.active a  /*la primera*/
{
	font-weight: 800;
}

.nostickycontainer
{
	display:block !important;
}

.nostickycontainer .navbar-nav
{
	margin-left:0px;
	width:100%;
}

.sloganyreports
{
	margin:0px 5px;
}

.nostickycontainer  .sloganyreports
{
	margin:30px 0px;
}

header
{
    padding-bottom:0px;
	transition:all 0.4s;
}

header.sticky {
	background: transparent linear-gradient(180deg, #1D4F799F 0%, #1D4F79 100%) 0% 0% no-repeat padding-box !important;
	padding-top:30px;
	padding-bottom:5px;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index: 111111;
}

.logoheader img {
    max-width: 100%;
    max-height: 65px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.contenedorheader
{
    z-index: 1;
}

.h-sticky{
	padding-top:500px;
}

.mw-75,.textchartinside,.acumulativechartinside{
	max-width: 950px;
    width: 100%;
}
.px-md-42 {
    padding-left: 42px;
    padding-right: 42px;
}


header .navbar-nav li {
    padding: 0px 14px;
}
header .navbar-nav li a {
    font-size: 11px;
    line-height: 16px;
}


.logo_titulo_bg {
    background-color: #1D4F79 !important;


}

ul#menu-menu-principal {
    justify-content: left;
    margin: auto !important;
}

#navbarResponsive {
    background: var(--color-blue);
}





.sticky .container-slogan-reports {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.sticky .logoheader {
    margin-bottom: 0px;
}

.sticky .sloganyreports {
    margin: 0px !important;
}

.sticky .contenedorheader {
    max-width: 1200px;
}

.sticky #navbarResponsive {
    border-top: none;
    background-color: transparent;
}

.sticky .container-slogan-reports {
    width: fit-content;
    margin-left: 0px;
}


.sticky .social-media-header{
    display: flex !important;

}

.social-media-header img {
   width: 15px;
}

@media(max-width: 815px){
    .sticky .social-media-header{
        display: none !important;

    }
}

.w-60{
    max-width:980px;
}
.bot-arrow:before {
    content: '';
    border: 2px solid;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 12px;
    transform: rotate(45deg);
    right: 13px;
    border-left: none;
    border-bottom: none;
    border-radius: 2px;
}
.bot-arrow,.botton-p {

    position: relative;
    color:#fff;
	font-size:12px;
	line-height:15px;
	padding:10px 30px;
    padding-right: 50px;
	text-transform:uppercase;
	background:#054686;
	display:inline-block;
}
.botton-p {
	padding-right: 30px;
}
.fit-content{
    width: fit-content !important;
    margin:auto;
}
.color-1{
    color:#054686 ;
}
.border-none{
    border: none !important;
}
.white-space-nowrap{
    white-space: nowrap;
    width: 1%;
}
.cont-prop-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.cont-prop-img {
    height: 180px;
    overflow: hidden;
}
.link-1 {
    color: var(--color-blue);
    text-decoration: none;
    font-size: 13px;
}

.bg-dark{
    background-color: #000 !important;
}

@media(max-width:720px){
    header .navbar-nav li {
        padding: 0px 7px;
    }
}

.c-link{
    color: var(--color-blue);
}
.c-link:hover{
    color: #000;
}
a.c-link.text-light:focus, a.c-link.text-light:hover {
    color: var(--color-blue)!important;
}
.c-link-small{
    font-size: 12px;
}

.c-button,.woocommerce button.button, .cont-form-l .frm_button_submit.frm_button_submit {    
    border: 3px solid var(--color-blue);
    color: var(--color-blue);
    border-radius: 62px;
    padding: 10px 30px;
    font-weight: bold;
    margin: 0 8px;
    font-size: 14px;
    transition: all 0.2s;

}
.c-button-small {
    font-size: 12px;
    padding: 10px 15px;
}
.c-button-1, .woocommerce button.button{
    color: #fff;
    background: var(--color-blue);    
}
.c-button-1:hover, .c-button-1:active, .c-button-1:focus, .woocommerce button.button:hover, .cont-form-l .frm_button_submit.frm_button_submit:hover{
    background: #000000;
    border-color: #000000;
    color: #fff;
}
.c-button-2{
    color: var(--color-blue);
    background: #fff;
}
.c-button-2:hover, .c-button-2:active, .c-button-2:focus{
    border-color: #000000;
    color:#000000;
}
.c-button-no-border{
    border:none;
}

.icon-text-link img {
    width: 15px;
    margin-bottom: 3px;
}
.icon-text-link {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    margin: 0 20px;
    
}
.icon-text-link:hover {
    color: var(--color-blue);
}
.icon-text-link:hover path {
    fill: var(--color-blue);
}
.transition-2{
    transition: all 0.2s;
}
.icon-link {
    margin-top: -5px;
}
.main-menu > li a {
    font-size: 14px;
    font-weight: 500 !important;
}
@media (max-width:992px){
    .main-menu > .menu-item-has-children > a{
        pointer-events: none;   
    }
}

button.navbar-toggler {
    border: none !important;
    outline: none;
    width: 35px;
    padding: 0;
    margin: 10px;
    position: relative;
    margin-left: 20px;
}
button.navbar-toggler:after {
    width: 100%;
    content: "";
    position: absolute;
    height: 3px;
    background: #000;
    top: 28px;
    left: 0;
}
button.navbar-toggler:before {
    width: 100%;
    content: "";
    position: absolute;
    height: 3px;
    background: #000;
    top: 20px;
    left: 0;
}
.menu-contact-info span {
    color: #fff;
}
.menu-contact-info a {
    color: #fff !important;
    margin: 0 10px;
}
.c-button-s {
    font-size: 12px;
    padding: 10px 12px;
}
.footer-bottom-bar p {
    margin: 0;
}
.footer-bottom-bar {
    background-color: #000;
}
footer ul {
    list-style: none;
    padding: 0;
}
.fit-content{
    width: fit-content;
    height: fit-content;
}
.img-obj-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.img-obj-fit {
    height: 212px;
    overflow: hidden;    
}
.cus-rounded{
    border-radius: 10px;
}
.pb-6 {
    padding-bottom: 60px !important;
}
.pb-7 {
    padding-bottom: 70px !important;
}
.pb-8 {
    padding-bottom: 80px !important;
}
.pb-10 {
    padding-bottom: 100px !important;
}
.topbar .link-1:hover {
    color: #fff;
}
.footer .widget a:hover {
    color: var(--color-blue);
}
.post-cats a {
    display: inline-block;
    background: #BDECFF;
    color: #000;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 5px;
}
.full-width-featured-image {
    height: 480px;
    overflow: hidden;
    margin-bottom: 80px;
    position: relative;
    background: #D9D9D9;
    text-align: center;
}
.full-width-featured-image img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}


.fs-62{
    font-size: 62px !important;
}
.fs-48{
    font-size: 48px !important;
}
.fs-40{
    font-size: 40px !important;
}
.fs-34{
    font-size: 34px !important;
}
.fs-32{
    font-size: 32px !important;
}
.fs-24{
    font-size: 24px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-13{
    font-size: 13px;
    line-height: 16px;
}
@media(max-width:720px){
    .fs-62{
        font-size: 40px !important;
    }
    .fs-48{
        font-size: 32px !important;
    }
    .fs-40{
        font-size: 28px !important;
    }
    .fs-34{
        font-size: 24px !important;
    }
    .fs-32{
        font-size: 22px !important;
    }
    .fs-24{
        font-size: 20px !important;
    }
    .fs-20{
        font-size: 18px !important;
    }
    .fs-18{
        font-size: 16px !important;
    }
    .fs-16{
        font-size: 14px !important;
    }
}

@media(max-width:1440px){
    .main-menu > li {
        margin-right: 50px;
    }

}
@media(max-width:1200px){
    ul#menu-nuevo-menu-principal li:not(.menu-item-has-children) > a {
        width: 100%;
    }
    .cont-menu {
        display: block !important;
    }
    .icon-text-link{
        font-size: 0;
    }
    .icon-text-link svg{
        width: 20px;
        height: 20px;
    }
    #navbarResponsive {
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        background: #000;
        overflow-y: scroll;
    }
    .cont-menu, .menu-contact-info{
        background-color: var(--color-blue);
    }
    header .navbar-nav {
        display: block !important;
    }
    header .navbar-nav li {
        width: 100%;
        text-align: left;
        display: block;        
        margin: 0;
    }
    header .navbar-nav li a {
        width: fit-content;
        text-align: left;
        display: block;      
        font-size: 20px;  
        margin: 0;
        padding: 15px 0;
    }
    ul.sub-menu {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-menu > li.menu-item-has-children ul.sub-menu {
        position: relative;
        top: inherit;
        background: transparent;
        width: 100%;
    }
    .main-menu > li.menu-item-has-children ul.sub-menu > li > a {
        background: transparent;
        color: #fff;
        font-weight: bold;
        text-transform: none;
        font-size: 18px;
        display: block !important; 
        padding: 0px 0px;
    }
    ul.sub-menu > li > a {
        padding: 0px 0px;
    }
    ul.sub-menu > li  {
        padding: 3px 0px;
    }
    header .navbar-nav > .menu-item-has-children:hover:before {
        display: none;
    }
    .admin-bar div#navbarResponsive {
        top: 40px;
    }
    .menu-contact-info a:last-child {
        font-size: 13px;
    }
    .menu-contact-info span {
        display: none;
    }
    .menu-contact-info {
        padding: 20px;
        text-align: center;
    }
    header .cont-buttons {
        background: #fff;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 25px 10px;
    }
    .cont-social-icons {
        background: #000;
        padding: 15px;
        padding-bottom: 55px;
    }
    .cont-social-icons a {
        flex: 1;
        text-align: center;
        display: block;
    }
    div#navbarResponsive .topbar-movile {
        font-size: 13px;
    }    
    .menu-m-close {
        position: absolute;
        right: 20px;
        width: 24px;
        height: 24px;
        top: 20px;
        z-index: 10;
        cursor: pointer;
    }
    .menu-m-close:after, .menu-m-close:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 25px;
        background: #fff;
        right: 10px;
        transform: rotate(45deg);
    }
    .menu-m-close:before {
        transform: rotate(-45deg);
    }
}

.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
@media(min-width:992px){
    .position-lg-absolute {
        position: absolute;
    }    
    .bottom-lg-0{
        bottom:0;
    }
}
.h-ttb {
    font-size: 48px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.rs-title .h-ttb {
    margin-bottom: 10px;
}
.rs-title .h-ttb span {
    color:var(--color-blue);
}
.rs-title .h-ttb:after {
    display:none;
}
@media(max-width:680px){
    .h-ttb {
        font-size: 32px;
    }
}
.h-ttb:after {
    width: 106px;
    height: 6px;
    background: var(--color-blue);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.bg-blue{
    background-color: #EFFAFF;
}
.bg-transparent{
    background-color: transparent !important;
}
.short-dec-price {
    background: #fff;
    border: 2px solid;
    border-radius: 5px;
}
.border-b-1-grey{
    border-bottom: 1px solid #aaaaaa;
}
.c-blue{
    color: #0093CB;
}
.card-e-price {
    font-size: 32px;
    font-weight: 600;
    color: #0093CB;
}
.short-dec-price .quantity{
    display: none;
}
.list-disc li{
    list-style: disc;
}

/*ACCOUNT*/
.woocommerce-account .main-content > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
    background-color: #EFFAFF;
}
.woocommerce-account .main-content {
    padding: 0 !important;
}
.cont-lr {
    width: 450px;
    max-width: 100%;
    margin: auto;
}
.bg-cover-top{
    background-size: cover !important;
    background-position: center top !important;
}
.form-lr-wo {
    border: none !important;
    padding: 0 !important;
}
.form-lr-wo a:hover {
    color:#000;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0;
}
.mailchimp-newsletter label {
    margin: 0;
    margin-left: 5px;
}
.mailchimp-newsletter {
    padding: 0 5px;
}
.register .slick-dots button:before {
    font-size: 18px;
    color:#d9d9d9;
    opacity: 0.8;
}
.register .slick-dots{
    text-align: left;
    margin-left: -5px;
}
.register .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--color-blue);
}
.register .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}
.register-testimonials h3 {
    font-weight: normal;
}
.my-account-navbar{
    border-bottom: 5px solid #fff;
}
.my-account-navbar .navbar-nav{
    margin-bottom: -5px;
}
.my-account-navbar a{
    color:#303030;
}
.my-account-navbar .is-active a{
    font-weight: 700;
}
.my-account-navbar .is-active{
    border-bottom: 5px solid #0093CB;
}
.woocommerce-MyAccount-navigation-link--customer-logout a{
    color:#0093CB;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before{
    content: "<";
    padding-right: 7px;
}
.woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    max-width: 1170px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
    background: #effaff;
    padding: 30px 0;
}
@media(min-width:720px){
    .woocommerce-MyAccount-navigation-link--customer-logout {
        position: absolute;
        right: 0;
    }
}


/*SINGLE EVENT*/
#tribe-events-pg-template {
    padding: 0;
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
}
#tribe-events-pg-template .hero-section .container {
    max-width: 900px;
}


/*WOOCOMMERCE*/
.woocommerce table.my_account_orders .button:hover, .woocommerce a.button:hover {
    color: #0093cb;
    background: transparent;
}
.woocommerce table.my_account_orders .button, .woocommerce a.button {
    background: transparent;
    color: #000;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 20px !important;
}
.woocommerce table.my_account_orders .button{
    padding: 10px 0;
}
.woocommerce-orders-table__cell-order-number a:hover {
    color: #000;
}
.woocommerce-EditAccountForm .form-row {
    display: block;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    color: #000;
}
.email-news, input[type=email].email-news {
    border: none !important;
    font-size: 14px;
    padding: 13px 25px !important;
    border-radius: 64px !important;
}
.row-news-form p {
    margin: 0;
}
.row-news-form {
    width: 100%;
    margin: auto;
    max-width: 560px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left !important;
    width: 48% !important;
    max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: 100%;
}
.woocommerce .checkout .form-row label:not(.woocommerce-form__label-for-checkbox) {
    width: 100%;
}
form.checkout h3 {
    padding-top: 30px;
}
p#order_comments_field span.woocommerce-input-wrapper, p#order_comments_field textarea {
    width: 100%;
}
div#actual-article h2 {
    font-size: 30px;
    font-weight: 400 !important;
    font-family: 'Poppins';
}


.aiosrs-rating-wrap {
    display: none;
}
.wc-proceed-to-checkout a:hover, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover {
    background: #000 !important;
}
.wc-proceed-to-checkout a,.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: var(--color-blue) !important;
    border-radius: 30px !important;
}

.woocommerce-checkout .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-checkout .select2-container .select2-selection--single{
    height: 42px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 42px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.woocommerce-account h2, .woocommerce-order-received h2 {
    font-size: 28px;
}
.t-0{
    top:0;
}
.r-0{
    right:0;
}
span.flag {
    background: #000;
    color: #ffff;
    border: 1px solid;
    padding: 4px 15px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}
.tribe-events-header__events-bar {
    display: none !important;
}
.tribe-events-calendar-list__event-date-tag {
    display: none;
}
.tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col {
    order: 1;
    flex-basis: 100%;
}
.tribe-events-calendar-list__event-details.tribe-common-g-col {
    order: 2;
    flex-basis: 100%;
    padding-top: 10px;
}

@media(min-width:1200px){
    .main-menu > li a {
        font-size: 13px !important;
    }
}

body.woocommerce-lost-password main.main-content > .container > div {
    max-width: 1200px !important;
    margin: auto;
    padding:20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
@media screen and (max-width: 1240px){
	.tablecookies {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* 404 */
.error-404 {
    background: url(/wp-content/uploads/2023/02/Mask-group-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-404:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ad;
}
.error-404 #content {
    position: relative;
    z-index: 1;
}
.error-404 h1{
    font-weight: 700;
    font-size: 44px;
    text-transform:uppercase;
    margin-bottom:30px;
}
.error-404 p{
    font-size: 18px;
    font-weight: 700;
}
.ul-btn-404{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
    padding: 0;
}
.ul-btn-404 li{
    margin: 0 20px;
}
.ul-btn-404 li a{
    display: block;
    padding: 16px 30px;
    width: 185px;
    text-transform: uppercase!important;
}
@media screen and (max-width:1000px) {
    .error-404 h1{
        font-size: 30px;
    }
    .ul-btn-404{
        flex-direction: column;
    }    
    .ul-btn-404 li{
        margin: 0 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ul-btn-404 li:last-child{
        margin-bottom: 0;
    }
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt, #moove_gdpr_save_popup_settings_button span.moove_gdpr_text{
	display:none!important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder {
    text-align: center!important;
}

@media screen and (max-width:767px) {
    .woocommerce-checkout #customer_details{
        display: flex;
        flex-direction: column;
    }
    .woocommerce-checkout.col2-set .col-1, .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2, .woocommerce-checkout .col2-set .col-2{
        width:100%!important;
    }
}
#actual-article ul {
    list-style: disc;
}
.contact-info-row svg {
    min-width: 25px;
}
.contact-info-row {
    word-wrap: break-word;
    word-break: break-word;
}
/* tablas de precios */
.prices-rpm {
    width: 100%;
}
.prices-rpm tr {
    border-bottom: 1px solid;
}
.prices-rpm td {
    padding: 8px 0;
}
@media screen and (max-width:1000px){
	.prices-rpm td:first-child {
		width: 60%;
	}
	.precios-titles-wrap h2{
		font-size: 28px;
		margin-bottom: 25px;
	}
}
/* Cambios en posts */
.warning-wrap-post {
    color: #7e7e7e;
    padding-bottom: 50px;
    margin: auto;
}
.text-warning-post {
    font-size: 14px;
}
.single-post #actual-article + section.html-section.container-fluid{ padding:0!important}
.single-post #actual-article + section.html-section.container-fluid .container{ max-width:980px!important}
@media screen and (max-width:1200px){
    
}
@media screen and (max-width:1200px){
.collapse:not(.show)  {
    display: block !important;
    height: 0px !important;
    overflow: hidden;
 }
}
/* cambios */
.alto-rendimiento-custom{
	    margin-bottom: 4.5rem;
}
.alto-rendimiento-custom p{
	text-align:center
}
.alto-rendimiento-custom img.aligncenter.wp-image-118382.size-full.lazyloaded {
    max-width: 60%;
    height: auto;
}
@media screen and (max-width: 767px){
	.alto-rendimiento-custom  img.aligncenter.wp-image-118382.size-full.lazyloaded {
		max-width: 100%;
		height: auto;
	}
	.image-and-text-section img {
		max-width: 100%;
		height:auto;
	}
	.page-id-115211 .image-and-text-section .col-lg-6.d-flex.flex-wrap.align-content-center >div> .cont-text-iat {
		padding-top: 3rem;
	}
}
.page-id-115211 .image-and-text-section .col-lg-6.d-flex.flex-wrap.align-content-center > div, .page-id-115211 .image-and-text-section .col-lg-6.d-flex.flex-wrap.align-content-center >div> .cont-text-iat {
    height: 100%;
    
}
.page-id-115211 .image-and-text-section .col-lg-6.d-flex.flex-wrap.align-content-center >div> .cont-text-iat {
    display:flex;
    flex-direction: column;
    justify-content: space-between
    
}
.page-id-115211 .image-and-text-section .col-lg-6.d-flex.flex-wrap.align-content-center >div> .cont-text-iat >div:last-child p{
	margin-bottom:0;
}
/* Banner de cookies */
@media (max-width: 767px){
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
		height: 80px!important;
	}
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
    	bottom: 83px!important;
	}
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
		justify-content:center!important;
	}
}
/*  pagina de registro */
#politica_privacidad_registro_field abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: none;
    cursor: unset;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
#politica_privacidad_registro_field abbr.required {
    display: none;
}
/* caja newsletter */
span.wpcf7-form-control.wpcf7-acceptance {
    font-size: 14px;
}
.aceptacion-newsletter{
    text-align: center;
}
/* Logo header */
.logoheader img {
    height: auto;
}
/* Cambios en carrito */
.woocommerce table.shop_table_responsive tr td.product-remove::before{
    display: block;
}
.woocommerce table.shop_table_responsive tr td.product-remove a.remove {
    display: inline-block;
}


/*Landing*/
.bg-cus-blue{
    background-color: var(--color-blue)B2;
} 
ul#menu-footer-landing {
    display: flex;
    justify-content: end;
    margin: 0;
}
.c-bot-l{
    display: inline-flex;
    padding: 14px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color:#fff;
    background: var(--color-blue);
    font-size: 26px;
    line-height: 100%;
    font-weight: 700;
}

#menu-footer-landing .footer-link {
    color: #fff; 
    padding: 0 15px; 
    text-decoration: none; 
}


#menu-footer-landing .menu-item:not(:last-child) a:after {
    content: "|";
    color: #fff; 
}


#menu-footer-landing .list-inline-item {
    display: inline-block; 
}


@media (max-width: 767px) {
    .cont-form-l{
        border-radius: 32px;
    }
    .c-bot-l{
        padding: 10px 13px;
        gap: 8px;
        font-size: 18px;
    }
    .c-bot-l svg {
        height: 20px !important;
    }
    #menu-footer-landing .footer-link {
        padding: 0 5px;
    }
    .cont-contact-l {
        font-size: 12px;
    }
    .cont-contact-l svg {
        height: 12px !important;
    }
    .fs-12-mov{
        font-size: 12px !important;
    }
}
@media (max-width:400px) {
    .hide-400{
        display: none !important;
    }
}
.cont-contact-l > div:last-child{
    margin-right: 0 !important;
}
.cont-form-l{
    background: #FEFEFE;
    padding: 15px 25px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}
.cont-form-l .form-field {
    margin-bottom: 8px !important;
}
.modal-content{
	background-color:#fff !important;
}

.post-card-featured a, .horizontal-tabs-section h4,.simple-text-section:not(.st-centro) h3,.list-section h4,.list-wc-section .list-wc-list h4,.team-section .card-team .cargo-pm, .info-carousel ul.slick-dots li.slick-active, .info-carousel-section h4, .information-fork-section h5,.faqs-section .fqs-accordion-header,.faqs-section span.fqs-icon,.list-includes .item-list-inc, .card-e-price,.woocommerce-MyAccount-navigation-link--customer-logout a,.woocommerce table.my_account_orders .button:hover, .woocommerce a.button:hover,.footer .widget span:hover{
    color: var(--color-blue)!important;
}
section.hero-section.banner-po p a {
    color: #0093ce;
}
.section-title-section h3:after,.cta-section .h-cta:after,.horizontal-tabs-section .ht-list-item:before,.horizontal-tabs-section .tit-ht:hover, .horizontal-tabs-section .tit-ht.active,.tab-button.active h3,.list-section.dots .list-list-item:before,.cta-2-section,.card-card.post-card-centros-black>div,.modal-team .espe, .cta-3-section{
	background-color:var(--color-blue)!important;
}
.woocommerce-checkout label[for="password"] {
    display: block;
    width: 100%;
}
.my-account-navbar .is-active {
    border-bottom: 5px solid var(--color-blue);
}
.horizontal-tabs-section .tit-ht path {
    fill: var(--color-blue);
}
.aceptacion-newsletter span a {
	color: var(--color-blue-alt);
	text-decoration:underline;
}
.grid-selected-posts-section .post-card-inner:hover h2 a {
    color: var(--color-blue-alt)!important;
    filter: grayscale(0%);
}
.grid-selected-posts-section .post-card-inner:hover {
    filter: none!important;
}
.grid-selected-posts-section .post-card-inner:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: grayscale(100%);
}
body .global_form .frm_final_submit {
    border: 3px solid var(--color-blue) !important;
    background: var(--color-blue) !important;
}
.main-nav .icon-link svg path {
    fill: var(--color-blue);
}
.topbar  a.link-1 {
    color: var(--color-blue-alt);
}

.cont-social-icons img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(37%) saturate(4080%) hue-rotate(160deg) brightness(101%) contrast(103%);
}

ul.sub-menu {
    width: max-content !important;
    background: #fff;
    flex-direction: column;
    padding: 15px 0px;
    top: 100%;
    left: -48px;
    min-width: 192px;
    flex-wrap: wrap;
    max-height: 350px;
}

.main-menu>li.menu-item-has-children ul.sub-menu>li>a {
    font-size: 13px !important;
    line-height: 1.2;
    padding: 0;
    color: #000;
    font-weight: 500 !important;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 0;
    padding: 7px 25px;
    text-align: left;
    width: 190px;
}

header .navbar-nav>.menu-item-has-children:hover:before {
    background: #ffffff;
}

ul.sub-menu li {
    padding: 0;
}

.main-menu>li {
    position: relative;
}

.main-menu>li.menu-item-has-children ul.sub-menu>li>a:hover {
    font-weight: 700 !important;
    color: var(--color-blue)!important;
}

@media screen and (max-width:1716px){
    .main-menu>li {
        margin-right: 0;
    }    
    ul#menu-nuevo-menu-principal {
        gap: 3em;
    }
}
@media screen and (max-width:1476px){
      ul#menu-nuevo-menu-principal {
        gap: 2em;
    }
}
@media screen and (max-width:1397px){
      ul#menu-nuevo-menu-principal {
        gap: 1em;
          flex-wrap:nowrap;
    }    
    .menu-contact-info.d-xl-flex.pr-xl-5 {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
 .main-menu>li:hover ul.sub-menu {
	 display: flex !important;
	}
	li#menu-item-114641 {
		padding-right: 0;
	}
	li#menu-item-115210 {
		padding-left: 0;
	}
}
@media (max-width: 1200px) {
    .main-menu>li.menu-item-has-children ul.sub-menu{
        left: 0;
        padding: 0;
    }
    .main-menu>li.menu-item-has-children ul.sub-menu>li>a{
        color: #fff !important;
        padding: 7px 0px;
    }
}
.portada-carousel {
    z-index: 0;
}
.portada-carousel i {
    z-index: 1;
}
