body {
    font-family: Lato;
    font-style: normal;
    background-color: #FAFAFA;
}

.mb-80 {
    margin-bottom: 80px;
}

.fixed-header {
    width: 100%;
    height: 88px;
    background: #B80C13;
    z-index: 999;
    position: sticky;
    top: 0;
}

.fixed-header h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 80px;
    text-align: right;
    letter-spacing: -0.01em;
    color: #fff;
}

.fixed-header .btn-header {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    width: 198px;
    height: 50px;
    background: #fff;
    border-radius: 48px;
    line-height: 80px;
    margin-top: 15px;
    margin-right: 24px;
    color: #B80C13;
    font-weight: bold;
    font-size: 16px;
}

.fixed-header .btn-header-2 {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    width: 198px;
    height: 50px;
    background: #B80C13;
    border-radius: 48px;
    line-height: 80px;
    margin-top: 15px;
    margin-right: 24px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #FFFFFF;
}

.stick-header {
    height: 120px;
    background: #B80C13;
    border-top: 3px solid #fff;
}

.stick-header img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    margin: 35px auto;
}

.box-form {
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
}

.box-form .title {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.01em;
    color: #2A2A2A;
}

.box-form .title span {
    color: #B80C13
}

.box-form .content {
    font-size: 18px;
    line-height: 24px;
    color: #2A2A2A;
}

.box-form .content-bajada {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #B80C13;
}

.box-form form {
    background-color: #FFFFFF;
    padding: 55px;
    margin-top: 55px;
}

.box-form .row {
    align-items: center;
}

.form-group {
    display: block;
}

.form-control {
    border-radius: 40px;
    padding: 0 20px;
    height: 40px;
}

.form-group select {
    background-image: linear-gradient(45deg, #0000 50%, #333 60%), linear-gradient(135deg, #333 40%, #0000 50%) !important;
    background-position: calc(98% - 16px) 16px, calc(98% - 10px) 16px, 100% 0;
    background-size: 5px 5px, 6px 6px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}

.selectize-input {
    border-radius: 50px !important;
    height: 40px;
    line-height: 25px !important;
    padding: 0.375rem 0.75rem !important;
}

.box-form .texto-plan {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2A2A2A;
}

.box-form .precio-plan {
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    color: #2A2A2A;
}

#contact_form .subtitle-form {
    font-weight: 600;
}

label[for=contrato] a {
    color: #B80C13;
}

button.btn {
    height: 50px;
    display: block;
    padding: 0 22px;
    background: #B80C13;
    line-height: 50px;
    font-weight: 700;
    border-radius: 25px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
    margin: 0 auto;
    width: 198px;
}

.hidden-form {
    display: none;
}

.planes {
    padding-top: 80px;
    padding-bottom: 10%;
    background-color: #FAFAFA;
}

.planes .row {
    margin: unset;
}

.planes p.title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.planes .plan-box {
    margin-top: 60px;
}

.planes .plan-box .box {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    margin-top: 25px;
    min-height: 540px;
    position: relative;
    height: 105%;
}

.planes .plan-box .box:hover {
    background: #EEEEEE;
    border-radius: 16px;
}

.planes .plan-box .box p {
    font-size: 14px;
}

.planes .plan-box .box p.title {
    font-weight: bold;
    font-size: 24px;
    color: #B80C13;
    text-align: left;
    margin-bottom: 20px;
}

.planes .plan-box .box p.price {
    font-weight: 800;
    font-size: 24px;
    line-height: 22px;
    color: #1A1A1A;
}

.planes .plan-box .box p.price span {
    font-weight: 600;
    font-size: 18px;
    color: #1A1A1A;
}

.planes .plan-box .box p.price span.simbol {
    font-weight: unset;
    font-size: 16px;
    color: #1A1A1A;
}

.planes .plan-box i {
    font-weight: 600;
    font-size: 10px;
    margin-right: 4px;
    margin-bottom: 0px;
    margin-top: 7px;
}

.planes .plan-box .btn {
    border: 1px solid #B80C13;
    color: #B80C13;
    text-align: center;
    width: 80%;
    height: 45px;
    line-height: 25px;
    margin-top: 12px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.planes .plan-box .btn:hover {
    background-color: #B80C13;
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    width: 80%;
    height: 45px;
    line-height: 25px;
}

.planes .plan-box .box p.beneficios {
    display: flex;
    margin-bottom: unset;
}

.sumate {
    padding-top: 40px;
    height: 303px;
    background: #E8E6E6;
}

.sumate .c-center {
    height: 303px;
    align-items: center;
}

.sumate .c-text-left {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.01em;
    color: #2A2A2A;
}

.sumate .c-text-right {
    font-size: 16px;
    line-height: 24px;
    color: #2A2A2A;
    text-align: left;
}

.quienes-somos {
    margin-top: 75px;
    height: 845px;
}

.quienes-somos .c-center {
    height: 303px;
    align-items: center;
}

.quienes-somos .c-text-left {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.01em;
    color: #2A2A2A;
}

.quienes-somos .c-text-right {
    font-size: 16px;
    line-height: 24px;
    color: #2A2A2A;
    text-align: left;
}

.nuestra-razon {
    margin-top: 40px;
    height: 303px;
    background: #B80C13;
}

.nuestra-razon .c-center {
    height: 303px;
    align-items: center;
}

.nuestra-razon .c-text-left {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    width: 310px;
}

.nuestra-razon .c-text-right {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
}

.ayuda {
    height: auto;
    background: #F5F5F5;
    padding-top: 85px;
    padding-bottom: 85px;
}

.ayuda-box img {
    height: auto;
    width: auto;
}

.ayuda .title {
    font-weight: 800;
    font-size: 48px;
    text-align: center;
    color: #2A2A2A;
}

.ayuda .title-box {
    text-align: center;
}

.ayuda-box {
    display: flex;
    justify-content: center;
    margin-right: 55px;
}

.ayuda-box p {
    width: 115px;
    margin-left: 20px;
}

.ayuda-box p strong {
    font-weight: 500;
}

.comunidad {
    background: #ffffff;
    padding-top: 85px;
    padding-bottom: 85px;
}

.comunidad .title {
    font-weight: 800;
    font-size: 48px;
    text-align: center;
    color: #2A2A2A;
    margin: 0 auto;
    width: 800px;
    margin-bottom: 55px;
}

.comunidad .comunidad-box {
    background: #F5F5F5;
    border-radius: 16px;
    padding: 60px;
    margin-top: 25px;
}

.comunidad .comunidad-box p {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2A2A2A;
}

.equipo {
    background-color: #E8E6E6;
    height: auto;
    padding-top: 85px;
    padding-bottom: 85px;
}

.equipo .title {
    font-weight: 800;
    font-size: 48px;
    text-align: center;
    color: #2A2A2A;
    margin: 0 auto;
    margin-bottom: 55px;
}

.equipo img {
    width: 100%;
    height: auto;
}

.equipo .box-equipo {
    position: relative;
    margin-top: 45px;
}

.equipo .box-equipo .box-content {
    position: absolute;
    bottom: 0px;
    padding: 35px 35px 15px 35px;
}

.equipo .box-equipo .box-content img {
    display: block;
    margin: 0 auto;
    width: 44px;
    height: auto;
    margin-bottom: 10px;
}

.equipo .box-equipo .box-content p {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.equipo .box-equipo .box-content p.contenido {
    border-bottom: 1px solid #F00303;
    padding-bottom: 15px;
}

.equipo .box-equipo .box-content p.cargo {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #313131;
    margin-right: 15px;
}

.btn-momento {
    display: block;
}

.btn-momento a {
    padding: 14px 24px;
    width: 284px;
    height: 52px;
    background: #B80C13;
    border-radius: 48px;
    display: block;
    margin: 50px auto;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}

footer .n-libero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 90%;
    width: 1200px;
}

@media (min-width:1281px) {
    /* hi-res laptops and desktops */
}

@media (max-width:1025px) {
    .ayuda {
        height: auto;
        background: #F5F5F5;
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .ayuda-box img {
        height: auto;
        width: auto;
    }
}

@media (max-width:801px) {
    .nuestra-razon .c-text-left {
        width: auto;
    }
    .fixed-header {
        height: auto;
    }
    .fixed-header h3 {
        font-weight: 800;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        letter-spacing: -0.01em;
        color: #fff;
        padding-top: 20px;
    }
    .fixed-header .btn-content {
        display: flex;
        padding-bottom: 20px;
        place-content: center;
    }
    .fixed-header .btn-header-2 {
        margin-right: unset;
    }
    img {
        width: 100%;
        height: auto;
    }
    .sumate {
        margin-top: 40px;
        height: auto;
        background: #E8E6E6;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .quienes-somos {
        margin-top: 75px;
        height: 750px;
    }
    .nuestra-razon {
        margin-top: 40px;
        height: auto;
        background: #B80C13;
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .comunidad .title {
        font-weight: 800;
        font-size: 42px;
        line-height: 48px;
        text-align: center;
        color: #2A2A2A;
        margin: 0 auto;
        width: auto;
        margin-bottom: 55px;
        /* margin-top: 55px; */
    }
    .ayuda {
        height: auto;
        background: #F5F5F5;
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .ayuda-box img {
        height: auto;
        width: auto;
    }
    .ayuda .title-box {
        text-align: center;
        margin-top: 40px;
    }
    .equipo img {
        width: 95%;
        height: auto;
        display: block;
        margin: auto;
    }
    .equipo .box-equipo {
        position: relative;
        margin-top: unset;
    }
    .btn-momento a {
        margin: 90px auto;
    }
}

@media (max-width:600px) {
    .nuestra-razon .c-text-left {
        width: auto;
    }
    .fixed-header {
        height: auto;
    }
    .fixed-header h3 {
        font-weight: 800;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        letter-spacing: -0.01em;
        color: #fff;
        padding-top: 20px;
    }
    .fixed-header .btn-content {
        display: flex;
        padding-bottom: 20px;
        place-content: center;
    }
    .fixed-header .btn-header-2 {
        margin-right: unset;
    }
    img {
        width: 100%;
        height: auto;
    }
    .sumate {
        margin-top: 40px;
        height: auto;
        background: #E8E6E6;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .quienes-somos {
        margin-top: 75px;
        height: 750px;
    }
    .nuestra-razon {
        margin-top: 40px;
        height: auto;
        background: #B80C13;
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .comunidad .title {
        font-weight: 800;
        font-size: 42px;
        line-height: 48px;
        text-align: center;
        color: #2A2A2A;
        margin: 0 auto;
        width: auto;
        margin-bottom: 55px;
        /* margin-top: 55px; */
    }
    .ayuda {
        height: auto;
        background: #F5F5F5;
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .ayuda-box img {
        height: auto;
        width: auto;
    }
    .ayuda .title-box {
        text-align: center;
        margin-top: 40px;
    }
}

@media (max-width:480px) {
    .fixed-header {
        height: auto;
    }
    .fixed-header h3 {
        font-weight: 800;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        letter-spacing: -0.01em;
        color: #fff;
        padding-top: 20px;
    }
    .fixed-header .btn-content {
        display: flex;
        padding-bottom: 20px;
    }
    .fixed-header .btn-header-2 {
        margin-right: unset;
    }
    img {
        width: 100%;
        height: auto;
    }
    .sumate {
        margin-top: 40px;
        height: auto;
        background: #E8E6E6;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .quienes-somos {
        margin-top: 75px;
        height: 750px;
    }
    .nuestra-razon {
        margin-top: 40px;
        height: auto;
        background: #B80C13;
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .comunidad .title {
        font-weight: 800;
        font-size: 42px;
        line-height: 48px;
        text-align: center;
        color: #2A2A2A;
        margin: 0 auto;
        width: auto;
        margin-bottom: 55px;
        /* margin-top: 55px; */
    }
    .ayuda {
        height: auto;
        background: #F5F5F5;
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .ayuda-box img {
        height: auto;
        width: auto;
    }
    .ayuda .title-box {
        text-align: center;
        margin-top: 40px;
    }
}

@media (max-width:360px) {
    .fixed-header {
        height: auto;
    }
    .fixed-header h3 {
        font-weight: 800;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        letter-spacing: -0.01em;
        color: #fff;
        padding-top: 20px;
    }
    .fixed-header .btn-content {
        display: flex;
        padding-bottom: 20px;
    }
    .fixed-header .btn-header-2 {
        margin-right: unset;
    }
    img {
        width: 100%;
        height: auto;
    }
    .sumate {
        margin-top: 40px;
        height: auto;
        background: #E8E6E6;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .quienes-somos {
        margin-top: 75px;
        height: 750px;
    }
    .nuestra-razon {
        margin-top: 40px;
        height: auto;
        background: #B80C13;
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .comunidad .title {
        font-weight: 800;
        font-size: 42px;
        line-height: 48px;
        text-align: center;
        color: #2A2A2A;
        margin: 0 auto;
        width: auto;
        margin-bottom: 55px;
        /* margin-top: 55px; */
    }
    .ayuda {
        height: auto;
        background: #F5F5F5;
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .ayuda-box img {
        height: auto;
        width: auto;
    }
    .ayuda .title-box {
        text-align: center;
        margin-top: 40px;
    }
}

@media (max-width:320px) {
    .comunidad .title {
        font-weight: 800;
        font-size: 38px;
        line-height: 48px;
        text-align: center;
        color: #2A2A2A;
        margin: 0 auto;
        width: auto;
        margin-bottom: 40px;
        margin-top: unset;
    }
}

footer .site-footer {
    background: #b80c13;
    margin: 2rem 0 0;
}

footer .site-footer ul {
    padding-left: 0;
}

footer .site-footer ul li {
    margin: 0.125rem 0;
}

footer .block-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 90%;
    width: 1200px;
    padding-top: 1rem;
}

footer .block-1 a {
    margin-bottom: 1rem;
    max-height: 76px;
    max-width: 200px;
}

footer .block-1 a img {
    width: 100%;
    height: 100%;
}

footer .social-navigation,
footer .social-links-menu {
    align-items: center;
    display: flex;
}

footer .social-links-menu li {
    list-style: none;
}

footer li {
    line-height: 1.6;
}

footer .social-links-menu li a {
    text-decoration: none;
}

footer .social-links-menu li a i {
    display: block;
    font-size: 20px;
    color: #fff;
}

footer .social-links-menu li a i:hover {
    opacity: .7;
}

footer .social-links-menu li {
    margin-left: 0.8em;
}

footer .social-links-menu li:first-child {
    margin-left: unset;
}

footer .block-2 {
    padding: 1rem 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 90%;
    width: 1200px;
    padding-top: 1rem;
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

footer .block-2 h3 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-top: 1em;
    margin-bottom: 1em;
}

footer .block-2 p {
    font-size: 1em;
    color: #fff;
    margin-top: 1em;
    margin-bottom: 1em;
}

footer .menu-footer-container {
    align-items: center;
    display: flex;
}

footer .widget ul li {
    list-style: none;
}

footer .widget ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

footer .widget ul li a:hover {
    opacity: .7;
}

.textwidget a {
    text-decoration: none;
    color: #fff;
}

.textwidget a:hover {
    opacity: .7;
}

footer img:hover {
    opacity: .7;
}

@media only screen and (min-width: 600px) {
    footer .block-2 .widget {
        flex: 1 0 0;
        margin-right: 2rem;
        min-width: calc(50% - 2rem);
    }
    footer .widget ul li {
        margin: 0;
    }
}

footer .site-info {
    padding-bottom: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #a40000;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 90%;
    width: 1200px;
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

footer .site-info a,
footer .site-info .copyright {
    margin: 0.25rem 0;
    color: #fff;
}

footer .site-footer a {
    text-decoration: none;
}

footer .site-footer a:hover {
    opacity: .7;
}

.site-info-contain a:hover {
    text-decoration: none;
    opacity: .7;
}

@media only screen and (min-width: 782px) {
    footer .site-info {
        display: flex;
    }
}

@media only screen and (min-width: 782px) {
    footer .site-info a {
        margin-left: auto;
    }
    footer .site-info .site-info-contain {
        display: contents;
    }
}

footer {
    border-left: unset;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: unset;
    background: #B80C13;
}

@media only screen and (max-width: 500px) {
    .menu-footer-container {
        margin-top: 30px;
    }
    footer .menu-footer li {
        margin-top: 6px;
    }
}
nav.submenu li.buscar{
    width: 100% !important;
    margin-right: 0px !important ;
}
nav.submenu li.buscar input[type=text] {
    background: #fff !important;
    width: 100%;
}
nav.submenu li.buscar input[type=text]::placeholder{
    font-weight: 500 !important;
    color:#A9A9A9;
}
nav.submenu li.buscar div.nav-category{    
    position: absolute;
    margin: 0;
    padding: 0 1.2rem;
    right: 46px;
    top: 5px;
    border: unset;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    height: 80%;
}
nav.submenu li.buscar div.nav-category input[type=checkbox]{    
 margin-right: 9px;
 accent-color: rgb(184 12 19);
}
.menuMobile .buscarMobile div.nav-category{
    padding:1rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuMobile .buscarMobile div.nav-category input[type=checkbox]{
    margin-right: 9px;
    accent-color: white;
}
.input_error {
    border-color: #B80C13 !important;
}

#error-contrato {
    margin-top: 5px;
    font-weight: 600;
    color: #B80C13;
}

#contact_response {
    text-align: center;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: auto !important;
    margin-right: 40px;
}