:root {
    --orange: rgb(255, 95, 10);
    --darkorange: rgb(217 84 14);
    --lightorange: #fff3ed;
    --lorange: rgb(255, 95, 10);
    --orangeon: rgb(255, 95, 10);
    --gray: #4b4b4b;
    --lgray: #f7f7f7;
    --sgray: #bfbfbf;
    --pink: #ff2675;
    --blue: #002fff;
    --brown: #301d19
}

html {
    font-size: 16px
}

html.grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1)
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-size: 16px
}

li {
    margin: 0
}

body {
    font-family: "MADETommySoftRegular", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #301d19;
    overflow-x: hidden;
    background-color: white
}

.trans {
    transition: all .2s
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5 {
    color: black
}

.h1 {
    font-size: 60px
}

p {
    font-size: inherit
}

a {
    color: inherit
}

a:focus,
a:hover {
    text-decoration: none;
    color: #2D2F93
}

.whitespace-nowrap {
    white-space: nowrap
}

.text-link,
.text-link:hover,
.text-link:active,
.text-link:focus {
    text-decoration: underline
}

.flexslider .slides img {
    width: auto;
    margin: auto
}

.mycheckbox {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    font-weight: 600
}

.mycheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.mycheckbox .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 5px;
    border: 1px solid #5d5d5d;
    background-color: #eee
}

.mycheckbox:hover input~.checkmark {
    background-color: #fcfcfc
}

.mycheckbox input:checked~.checkmark {
    background-color: #fcfcfc
}

.mycheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.mycheckbox input:checked~.checkmark:after {
    display: block
}

.mycheckbox .checkmark:after {
    left: -1px;
    top: -1px;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    background-color: #f49412
}

.mycheckbox {
    font-size: 12px
}

.mycheckbox .checkmark {
    top: 0
}

@font-face {
    font-family: "MADETommySoftBold";
    src: url("fonts/MADETommySoftBold.eot");
    src: url("fonts/MADETommySoftBold.eot") format("embedded-opentype"), url("fonts/MADETommySoftBold.html") format("woff2"), url("fonts/MADETommySoftBold.woff") format("woff"), url("fonts/MADETommySoftBold.ttf") format("truetype"), url("fonts/MADETommySoftBold.svg#MADETommySoftBold") format("svg")
}

@font-face {
    font-family: "MADETommySoftMedium";
    src: url("fonts/MADETommySoftMedium.eot");
    src: url("fonts/MADETommySoftMedium.eot") format("embedded-opentype"), url("fonts/MADETommySoftMedium.html") format("woff2"), url("fonts/MADETommySoftMedium.woff") format("woff"), url("fonts/MADETommySoftMedium.ttf") format("truetype"), url("fonts/MADETommySoftMedium.svg#MADETommySoftMedium") format("svg")
}

@font-face {
    font-family: "MADETommySoftRegular";
    src: url("fonts/MADETommySoftRegular.eot");
    src: url("fonts/MADETommySoftRegular.eot") format("embedded-opentype"), url("fonts/MADETommySoftRegular.html") format("woff2"), url("fonts/MADETommySoftRegular.woff") format("woff"), url("fonts/MADETommySoftRegular.ttf") format("truetype"), url("fonts/MADETommySoftRegular.svg#MADETommySoftRegular") format("svg")
}

@font-face {
    font-family: "MADETommySoftBlack";
    src: url("fonts/MADETommySoftBlack.eot");
    src: url("fonts/MADETommySoftBlack.eot") format("embedded-opentype"), url("fonts/MADETommySoftBlack.html") format("woff2"), url("fonts/MADETommySoftBlack.woff") format("woff"), url("fonts/MADETommySoftBlack.ttf") format("truetype"), url("fonts/MADETommySoftBlack.svg#MADETommySoftBlack") format("svg")
}

@font-face {
    font-family: "MADETommySoftExtraBold";
    src: url("fonts/MADETommySoftExtraBold.eot");
    src: url("fonts/MADETommySoftExtraBold.eot") format("embedded-opentype"), url("fonts/MADETommySoftExtraBold.html") format("woff2"), url("fonts/MADETommySoftExtraBold.woff") format("woff"), url("fonts/MADETommySoftExtraBold.ttf") format("truetype"), url("fonts/MADETommySoftExtraBold.svg#MADETommySoftExtraBold") format("svg")
}

.regular {
    font-family: "MADETommySoftRegular"
}

.medium {
    font-family: "MADETommySoftMedium"
}

.sbold,
.semi_bold {
    font-weight: 600
}

.bold {
    font-family: "MADETommySoftBold"
}

.extrabold,
.extra_bold {
    font-family: "MADETommySoftExtraBold"
}

.black {
    font-family: "MADETommySoftBlack"
}

.z-index-haute {
    z-index: 10
}

.z-index-10 {
    z-index: 10
}

.z-index-20 {
    z-index: 20
}

html,
body {
    overflow-x: hidden
}

.list {
    list-style-type: disc;
    padding-left: 15px;
    margin-bottom: 15px
}

.cursor-pointer {
    cursor: pointer
}

.object-fit-cover {
    object-fit: cover
}

.white-space-nowrap {
    white-space: nowrap
}

.opacity-0 {
    opacity: 0
}

.line-through {
    text-decoration: line-through
}

.letter-spacing {
    letter-spacing: 1px
}

.br-10-top-left {
    border-top-left-radius: 10px
}

.br-10-bottom-left {
    border-bottom-left-radius: 10px
}

.br-10-top-right {
    border-top-right-radius: 10px
}

.br-10-bottom-right {
    border-bottom-right-radius: 10px
}

.br-10 {
    border-radius: 10px
}

.br-15 {
    border-radius: 15px
}

.br-20 {
    border-radius: 20px
}

.br-30 {
    border-radius: 30px
}

.br-40 {
    border-radius: 40px
}

.br-50 {
    border-radius: 50px
}

.br-60 {
    border-radius: 60px
}

.text-white,
.white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

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

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

.orang,
.text-orange {
    color: #2D2F93 !important
}

.text-orangeon {
    color: #2D2F93 !important
}

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

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

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

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

.text-orange-gradient-h {
    background-image: linear-gradient(90deg, #2D2F93, #2D2F93 70%);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent
}

.text-orange-gradient-h-inv {
    background-image: linear-gradient(-90deg, #2D2F93, #2D2F93 70%);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent
}

.text-orange-gradient-up {
    background-image: linear-gradient(180deg, #2D2F93, #2D2F93 70%);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent
}

.bg-white {
    background-color: #fff;
}

.bg-verde {
    background-color: #1bd741;
}

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

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

.bg-black {
    background-color: black;
}

.bg-orange {
    background-color: #2D2F93 !important;
}

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

.bg-purple {
    background-color: #2D2F93;
}

.bg-sgray {
    background-color: var(--sgray)
}

.bg-lgray {
    background-color: var(--lgray)
}

.bg-lightorange {
    background-color: var(--lightorange)
}

.bg-hover-orange:hover {
    background-color: #2D2F93;
}

.bg-orange-gradient-v {
    background: linear-gradient(0deg, #2D2F93, #fecb06)
}

.bg-orange-gradient-v-inv {
    background: linear-gradient(180deg, #2D2F93, #fecb06)
}

.bg-orange-gradient-h {
    background: linear-gradient(90deg, rgba(152, 190, 58, 1) 0%, rgba(101, 126, 38, 1) 70%)
}

.bg-orange-gradient-d {
    background: linear-gradient(45deg, rgba(152, 190, 58, 1) 0%, rgba(101, 126, 38, 1) 70%)
}

.bg-orange-gradient-d-inv {
    background: linear-gradient(45deg, rgba(101, 126, 38, 1) 0%, rgba(152, 190, 58, 1) 70%)
}

.bg-lgray-gradient-v {
    background: linear-gradient(0deg, #f2f2f2, #fff)
}

.bg-gray {
    background-color: var(--gray)
}

.bg-gray-ch {
    background: linear-gradient(to right, #ebebeb, #fff, #ebebeb)
}

.bg-cover {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important
}

.bg-cover-top {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important
}

.bg-cover-bottom {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center bottom !important
}

.bg-cover-left {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left center !important
}

.bg-position-top {
    background-position: center top
}

.text-vhuge {
    font-size: 45px !important
}

.text-huge {
    font-size: 30px !important
}

.text-big {
    font-size: 22px !important
}

.text-medium {
    font-size: 18px !important
}

.text-normal {
    font-size: 15px !important
}

.text-small {
    font-size: 12px !important
}

.text-tiny {
    font-size: 11px !important
}

.tiny {
    font-size: 11px !important
}

.line-height-1 {
    line-height: 1
}

.line-height-11 {
    line-height: 1.1
}

.line-height-12 {
    line-height: 1.2
}

.line-height-13 {
    line-height: 1.3
}

.lh-10 {
    line-height: 1
}

.lh-11 {
    line-height: 1.1
}

.lh-12 {
    line-height: 1.2
}

.lh-13 {
    line-height: 1.3
}

.box-shadow {
    box-shadow: -5px 5px 15px #00000033
}

.v-alignb {
    position: absolute;
    bottom: 0
}

.v-align {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%)
}

.sec-preguntas .card-header {
    background: none;
    border: none;
    border-radius: none
}

.sec-preguntas .btn-link:hover,
.sec-preguntas .btn-link:focus {
    text-decoration: none
}

.sec-preguntas .btn:focus {
    box-shadow: none
}

.grecaptcha-badge {
    display: none !important
}

.sidebar_phone,
.sidebar_phone2 {
    position: fixed;
    bottom: 40px;
    z-index: 100;
    right: 50%;
    transform: translate(50%, 0%);
    width: 320px
}

.sidebar_phone3 {
    position: fixed;
    z-index: 100;
    width: 320px;
    bottom: 40px;
    right: 17px;
    transform: translate(0%, 0%)
}

.sidebar_phone2 {
    bottom: 5px;
    right: 49%
}

.sidebar_phone2 a>div {
    border-radius: 20px 0 0 20px
}

.sidebar_social {
    position: fixed;
    bottom: 40px;
    z-index: 100;
    right: 0
}

.sidebar_social2 {
    position: fixed;
    bottom: 40px;
    z-index: 100;
    right: 0
}

body.emprendedores .sidebar_social2 {
    display: none
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-150px)
    }

    100% {
        transform: translateY(0)
    }
}

header {
    -webkit-transition: all .5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all .5s ease
}

header.h_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
    animation: smoothScroll 1s forwards;
    box-shadow: 0 0 60px rgba(0, 0, 0, .5)
}

.navbar-brand img {
    width: 85px
}

.menu-section .navbar-nav li>a,
.menu-section .navbar-nav li>div {
    display: inline-block;
    border-bottom: 1px solid #fecb06;
    color: #222;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    overflow: hidden;
    transition: color .2s;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.menu-section .navbar-nav .nav-item:nth-child(3) a,
.menu-section .navbar-nav .nav-item:nth-child(5) a {
    width: max-content
}

.enlaces-topbar {
    padding: 10px 0
}

.enlaces-topbar li {
    margin: 5px auto;
    max-width: 220px;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 0;
    display: block;
    text-align: center
}

.menu-section .navbar-toggler,
.menu-section .navbar-toggler:focus {
    color: transparent;
    border-color: transparent;
    width: 40px;
    height: 23px;
    outline: none
}

.menu-section .navbar-toggler-icon {
    background-color: #fecb06;
    height: 5px;
    width: 24px;
    border-radius: 10px;
    margin-left: auto;
    right: 0;
    top: 0;
    background-image: none
}

.menu-section .navbar-toggler-icon:nth-child(3) {
    width: 30px;
    top: 9px
}

.menu-section .navbar-toggler-icon:nth-child(1) {
    width: 36px;
    top: 18px
}

footer {
    min-height: 320px;
    background-color: var(--brown);
    padding: 30px 0;
    font-size: 13px
}

footer .row_foot>div {
    padding-top: 10px
}

footer .social img {
    width: 38px;
    margin: 0 1px;
    transition: all .2s ease-in
}

footer .social img:hover {
    transform: scale(1.2)
}

footer h4 {
    color: white;
    margin-bottom: 15px;
    font-size: 15px
}

footer+.copyright {
    background-color: white;
    padding: 12px;
    font-size: 12px;
    font-weight: 600
}

footer a {
    color: white
}

footer .ul_with {
    padding-left: 10px;
    margin-bottom: 15px
}

footer .ul_with li {
    position: relative
}

footer .ul_with li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 5px;
    left: -7px
}

footer.promofooter {
    min-height: 1px;
    padding: 15px 0
}

footer .row_foot>div {
    padding-left: 40px
}

footer .row_foot>div {
    border: 0;
    min-height: inherit
}

footer .row_foot>div {
    padding-top: 10px
}


footer.footer-lp {
    min-height: auto;
    background-color: #fff;
    padding: unset;
    font-size: unset
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.accesibility-wraper {
    z-index: 100000;
    border-radius: 50%;
    background-color: white;
    display: none;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px
}

.navbar-collapse .accesibility-wraper {
    position: absolute;
    display: flex;
    top: 15px;
    left: 15px
}

.navbar-collapse {
    position: relative
}

.box-caja-planes {
    border: 1px solid var(--orange);
    border-radius: 0 0 20px 20px;
    background: white;
    margin-top: 40px
}

.box-caja-planes.internet {
    background-color: var(--lightorange) !important
}

.text-big-internet {
    font-size: 45px
}

.box-caja-planes.plan-recomendado {
    background: var(--orange);
    top: -30px
}

.box-caja-planes .caja-planes-group {
    background-color: var(--lightorange)
}

.box-caja-planes.recomend .caja-planes-group {
    background-color: white
}

.box-img-planes {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    vertical-align: middle;
    border: 1px solid #c8c8c8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.box-caja-planes.plan-recomendado h2,
.box-caja-planes.plan-recomendado .text-lead {
    color: white !important
}

.box-caja-planes.plan-recomendado .box-img-planes {
    background-color: white
}

.box-caja-planes.plan-recomendado .btn-orange {
    background: black
}

.box-plan-recomendado {
    border-radius: 60px;
    transform: translateY(-50%);
    box-shadow: inset 0 0 7px 0 #00000061;
    margin-bottom: -30px
}

.flexslider {
    border: 0;
    background: none
}

.sec-planes .flexslider .slides img {
    width: auto
}

.box-caja-planes img {
    width: auto !important;
    margin: auto
}

.text-lead {
    color: #7c7c7c !important
}

.icon-mcafee+div {
    display: none
}

.hover-mcafee {
    border: 1px solid #d1d1d1;
    bottom: -10px;
    right: 76px;
    z-index: 1000;
    width: 200px
}

.hover-mcafee .dots:after {
    content: "";
    position: absolute;
    background: var(--lorange);
    width: 7px;
    height: 7px;
    top: 8px;
    left: -15px;
    border-radius: 50%
}

.hover-mcafee ul:after,
.hover-mcafee ul:before {
    content: "";
    display: block;
    position: absolute;
    left: 166px;
    width: 0;
    height: 0;
    border-style: solid
}

.hover-mcafee ul:after {
    top: 127px;
    border-color: transparent transparent transparent #fff;
    border-width: 10px
}

.hover-mcafee ul:before {
    top: 126px;
    border-color: transparent transparent transparent #d1d1d1;
    border-width: 11px
}

.flexslider,
.flexslider-plans {
    background: none;
    padding: 0;
    border: 0
}

.flexslider,
.flexslider-new-tabs {
    background: none;
    padding: 0;
    border: 0
}

.flexslider-plans.flexslider .custom-navigation .flex-next,
.flexslider-plans.flexslider .custom-navigation .flex-prev,
.flexslider-gamer.flexslider .custom-navigation .flex-next,
.flexslider-gamer.flexslider .custom-navigation .flex-prev,
.flexslider-tvgo.flexslider .custom-navigation .flex-prev,
.flexslider-tvgo.flexslider .custom-navigation .flex-next,
.flex-slider-move.flexslider .custom-navigation .flex-prev .flex-slider-move.flexslider .custom-navigation .flex-next {
    position: absolute;
    right: -10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 25px;
    background-color: transparent
}

.flexslider-plans.flexslider .custom-navigation .flex-prev {
    transform: translateY(-50%) translateX(-30px);
    left: 0
}

.flexslider-plans.flexslider .custom-navigation .flex-next {
    transform: translateY(-50%) translateX(30px);
    right: 0
}

.flexslider-tvgo.flexslider .custom-navigation>a,
.flex-slider-move.flexslider .custom-navigation>a,
.flexslider-gamer.flexslider .custom-navigation>a {
    position: absolute;
    right: -10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 25px
}

.flexslider-tvgo.flexslider .custom-navigation .flex-prev,
.flex-slider-move.flexslider .custom-navigation .flex-prev,
.flexslider-gamer.flexslider .custom-navigation .flex-prev {
    transform: translateY(-50%) translateX(-30px);
    left: 0
}

.flexslider-tvgo.flexslider .custom-navigation .flex-next,
.flex-slider-move.flexslider .custom-navigation .flex-next,
.flexslider-gamer.flexslider .custom-navigation .flex-next {
    transform: translateY(-50%) translateX(30px);
    right: 0
}

.flexslider-tvgo .flex-control-paging li a.flex-active,
.flex-slider-move .flex-control-paging li a.flex-active,
.flexslider-gamer .flex-control-paging li a.flex-active {
    width: 70px;
    background: var(--orange);
    transition: 500ms
}

.flexslider-tvgo .flex-control-paging li a,
.flex-slider-move .flex-control-paging li a,
.flexslider-gamer .flex-control-paging li a {
    width: 30px;
    height: 11px;
    background: #e4e4e4;
    box-shadow: none;
    -webkit-box-shadow: none
}

.flexslider-plans .flex-control-paging li a.flex-active {
    width: 70px;
    background: var(--orange);
    transition: 500ms
}

.flexslider-plans .flex-control-paging li a {
    width: 30px;
    height: 7px;
    background: #e4e4e4;
    box-shadow: none;
    -webkit-box-shadow: none
}

.btn[disabled] {
    cursor: auto;
    opacity: 1
}

.lds-ring {
    margin: auto;
    position: relative;
    width: 25px;
    height: 25px
}

.btn-sm .lds-ring {
    width: 18px;
    height: 18px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #fff transparent transparent transparent
}

.btn-sm .lds-ring div {
    width: 18px;
    height: 18px;
    border-width: 3px
}

.lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.evento .flipper {
    color: #fff;
    font-size: 35px !important
}

.evento .flipper-digit:after {
    background: transparent
}

.evento .flipper-group label {
    font-size: 30%;
    font-weight: 300;
    width: 100%;
    padding: 6px 0
}

.evento .digit-top,
.evento .digit-next {
    background: #ff3e84
}

.evento .digit-bottom,
.evento .digit-top2 {
    background: #ff8eb6
}

#wsp_button {
    position: fixed;
    right: 15px;
    bottom: 15px
}

.section-sorteo .flipper-group label {
    font-size: 32%;
    font-weight: 300;
    background-color: #646464;
    width: 100%;
    padding: 6px 0;
    border-radius: 0 0 10px 10px
}

.section-sorteo .flipper-digit:after {
    background: transparent
}

.section-sorteo .text-normal {
    font-size: 13px !important
}

.section-sorteo .text-normal {
    font-size: 13px !important
}

.section-sorteo .text-big {
    font-size: 19px !important
}

.section-sorteo .flipper {
    font-size: 22px !important
}

.img-icon-mujer {
    position: static;
    left: 0;
    transform: none;
    width: 180px
}

.bg-orange-gradient {
    background: linear-gradient(0deg, #f1831d, #eb5d1c)
}

.hg-col-inf {
    height: 210px
}

.border-orange {
    border: 1px solid var(--orange)
}

.tabs-plan-internet>div {
    width: 150px
}

.tabs-plan-internet>.active {
    background-color: var(--orange) !important;
    color: white;
    position: relative;
    box-shadow: inset 0 0 20px #00000038
}

.tabs-plan-active-new.active p {
    color: var(--orange) !important;
    cursor: pointer;
    position: relative
}

.tabs-plan-active-new.active p:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #311d18;
    top: 45px
}

.padd_o {
    padding: 0
}

.btn-orange-tvgo {
    background-color: #ff5114
}

.btn-orange-tvgo:hover {
    transform: scale(1.1)
}

.bg-orange-d {
    background: linear-gradient(90deg, #ffffff0f 10%, #ff9116 50%, #ff9116 50%, #ffffff00 90%)
}

.h-mesh.plan-gamer {
    min-height: 70px
}

@keyframes bounce_d {
    from {
        transform: translateY(-20px)
    }

    to {
        transform: translateY(15px)
    }
}

.bounce_d {
    animation: bounce_d;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-direction: alternate-reverse
}

.tooltipe {
    position: relative;
    display: inline-block
}

.tooltipe .tooltipetext {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s
}

.tooltipe .tooltipetext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

.tooltipe:hover .tooltipetext {
    visibility: visible;
    opacity: 1
}

.benef-item {
    width: 200px;
    height: 340px;
    margin: 0 auto 20px;
    border: 1px solid #e0e0e0
}

.benef-item img {
    max-width: 130px;
    max-height: 70px
}

.benef-item-img {
    height: 100px
}

.benef-name:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: var(--orange);
    width: 50px;
    height: 4px;
    border-radius: 3px
}

.flex-control-paging li a.flex-active {
    width: 13px;
    height: 13px;
    top: -2px;
    position: relative;
    background: #ff671e
}

.flex-control-paging li a {
    box-shadow: none;
    background: rgb(255 103 30 / 50%);
    width: 8px;
    height: 8px
}

.border-right {
    border-right: 1px solid #ffffff73
}

.w-200 {
    width: 270px
}

.flexslider-planes .flex-direction-nav a {
    transform: translateY(-50%);
    height: 50px
}

.flexslider-planes .flex-direction-nav a:before {
    color: white
}

.btn-brown {
    background: var(--brown);
    color: white
}

.btn-black {
    background-color: black !important;
    color: white
}

.btn-black:hover {
    color: white
}

.cnt-slider-plans>div {
    width: 290px !important
}

.carousel-plans .slick-next:before {
    content: "\f054";
    color: var(--orange);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}

.carousel-plans .slick-prev:before {
    content: "\f053";
    color: var(--orange);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}

@media screen and (min-width:576px) {
    .position-sm-absolute {
        position: absolute
    }

    .sidebar_phone,
    .sidebar_phone2 {
        width: 275px;
        transform: translate(0%, 0%);
        right: 0
    }

    .sidebar_phone3 {
        width: 275px;
        transform: translate(0%, 0%);
        right: 17px
    }

    .sidebar_phone2 a>div {
        border-radius: 20px 0 0 20px
    }
}

@media screen and (min-width:768px) {
    .section_form .custombtn {
        padding: 10px 70px;
        height: 60px;
        font-size: 20px;
        border-radius: 10px
    }

    .section_form .form {
        padding: 50px 40px
    }

    .section_form .form .form-control {
        height: 60px;
        padding: 15px 25px;
        font-size: 17px
    }

    .topbar {
        background-color: #1d2228;
        font-size: 10px
    }

    .enlaces-topbar li {
        display: inline-block;
        margin: 0 15px
    }

    .enlaces-topbar li a,
    .enlaces-topbar li,
    .enlaces-topbar {
        color: #fff;
        border-bottom: none
    }

    footer .row_foot>div {
        padding: 12px
    }

    .navbar-collapse .accesibility-wraper {
        display: none
    }

    .benef-item {
        height: auto;
        margin-bottom: 0
    }
}

@media screen and (min-width:992px) {
    .box-caja-planes img {
        margin: 0
    }

    .box-plan-meses {
        min-height: 107px
    }

    .h-mesh {
        min-height: 120px
    }

    .h-mesh.tvgo {
        min-height: 135px
    }

    .flexslider-plans .flex-control-paging li a {
        height: 11px
    }

    .flexslider-tvgo .flex-control-paging li a.flex-active,
    .flex-slider-move .flex-control-paging li a.flex-active,
    .flexslider-gamer .flex-control-paging li a.flex-active {
        background: var(--orange)
    }

    .hg-col-inf {
        height: 285px
    }

    .img-icon-mujer {
        position: absolute;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        width: auto
    }

    .text-vhuge {
        font-size: 70px !important
    }

    .text-huge {
        font-size: 45px !important
    }

    .text-big {
        font-size: 32px !important
    }

    .text-medium {
        font-size: 25px !important
    }

    .text-normal {
        font-size: 18px !important
    }

    .text-small {
        font-size: 15px !important
    }

    .text-tiny {
        font-size: 13px !important
    }

    .sidebar_phone,
    .sidebar_phone2,
    .sidebar_phone3 {
        width: 320px
    }

    .menu-section .navbar-nav li>a,
    .menu-section .navbar-nav li>div {
        padding: 25px 18px;
        font-size: 15px;
        border-bottom: 0;
        overflow: visible
    }

    .nav-item.last {
        margin-right: 130px
    }


    .menu-section .navbar-nav li.nav-item:hover>a:after,
    .menu-section .navbar-nav ul.dropdown-menu li:hover>a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 10px 25px;
        border-color: transparent transparent #2D2F93 transparent
    }

    footer .row_foot>div {
        border-right: 1px solid #828282;
        padding-top: 10px
    }

    footer .row_foot>div:nth-child(1),
    footer .row_foot>div:nth-child(3),
    footer .row_foot>div:nth-child(4) {
        max-height: 260px
    }

    footer .row_foot>div:last-child {
        border: 0
    }

    .accesibility-wraper {
        position: fixed;
        display: flex;
        bottom: 15px;
        left: 15px
    }

    .navbar-collapse {
        position: static
    }

    .flexslider-plans.flexslider .custom-navigation {
        display: block
    }

    .icon-mcafee:hover+div {
        display: block
    }

    .dropdown.show .dropdown-menu {
        position: absolute;
        display: block;
        padding: 0;
        transform: translateX(-50%);
        left: 50%;
        overflow: hidden
    }

    .dropdown-menu {
        box-shadow: 0 0 20px #00000030 !important
    }

    .dropdown.show {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .menus li .dropdown-menu li a {
        background-color: #ffffff;
        width: 140px
    }

    .menu-section .navbar-nav ul.dropdown-menu li:hover>a:after {
        content: "";
        position: absolute;
        bottom: 0;
        transform: translateX(-50%) translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 19.5px 0 19.5px 15px;
        border-color: transparent transparent transparent #eb5d1c;
        left: 7px;
        top: 50%
    }

    .dropdown.show ul.dropdown-menu li:hover {
        background-color: #e4e4e452 !important
    }

    .menu-section .navbar-nav .dropdown-menu li>a {
        padding: 20px 0;
        width: 200px
    }

    .section-sorteo .flipper {
        font-size: 32px !important
    }

    .section-sorteo .text-normal {
        font-size: 18px !important
    }

    .blog_g {
        height: 322px
    }

    .text-cliente-go img {
        width: auto
    }

    .flexslider-plans.flexslider .custom-navigation .flex-next,
    .flexslider-plans.flexslider .custom-navigation .flex-prev,
    .flexslider-gamer.flexslider .custom-navigation .flex-next,
    .flexslider-gamer.flexslider .custom-navigation .flex-prev,
    .flexslider-tvgo.flexslider .custom-navigation .flex-next,
    .flexslider-tvgo.flexslider .custom-navigation .flex-prev,
    .flex-slider-move.flexslider .custom-navigation .flex-next,
    .flex-slider-move.flexslider .custom-navigation .flex-prev {
        width: 60px;
        height: 60px;
        background-color: #f0f0f0
    }

    .flexslider-plans.flexslider .custom-navigation .flex-prev {
        transform: translateX(-130%);
        left: 0
    }

    .flexslider-plans.flexslider .custom-navigation .flex-next {
        transform: translateX(130%);
        right: 0
    }

    .flexslider-tvgo.flexslider .custom-navigation>a,
    .flex-slider-move.flexslider .custom-navigation>a,
    .flexslider-gamer.flexslider .custom-navigation>a {
        position: absolute;
        top: 50%;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #f0f0f0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px
    }

    .flexslider-tvgo.flexslider .custom-navigation .flex-prev,
    .flex-slider-move.flexslider .custom-navigation .flex-prev,
    .flexslider-gamer.flexslider .custom-navigation .flex-prev {
        transform: translateX(-130%);
        left: 0
    }

    .flexslider-tvgo.flexslider .custom-navigation .flex-next,
    .flex-slider-move.flexslider .custom-navigation .flex-next,
    .flexslider-gamer.flexslider .custom-navigation .flex-next {
        transform: translateX(130%);
        right: 0
    }

    .tabs-plan-internet>div {
        width: 240px
    }

    .cnt-slider-plans>div {
        width: 307px !important
    }

    .carousel-plans .slick-next,
    .carousel-plans .slick-prev {
        background-color: #f0f0f0;
        border-radius: 50%;
        height: 55px;
        width: 55px
    }

    .carousel-plans .slick-next {
        right: -65px
    }

    .carousel-plans .slick-next:before,
    .carousel-plans .slick-prev:before {
        font-size: 25px
    }

    .carousel-plans .slick-prev {
        left: -65px
    }

    .carousel-plans .slick-next:focus,
    .carousel-plans .slick-next:hover,
    .carousel-plans .slick-prev:focus,
    .carousel-plans .slick-prev:hover {
        background-color: #d7d7d7 !important
    }

    .blog-body #next-button {
        bottom: 40px
    }
}

@media screen and (min-width:1200px) {
    .section-clientes .bg-white:hover {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
    }

    .tabs-plan-active-new.active p:before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #311d18
    }

    .triangle-up:before {
        top: 80px;
        left: auto;
        right: 0;
        border-top: 20px solid transparent;
        border-right: 27px solid #fff;
        border-bottom: 20px solid transparent;
        transform: unset
    }

    .tooltipe .tooltipetext {
        width: 250px
    }
}
/* css me */
.banner-object{
    background-color: #f4f5f8;
}
.bg-default{
    background-color: #2D2F93;
}
.badge-warning {
    color: #FFFFFF;
    background-color: #f59c1a;;
}  
.breadcrumb-item a:hover {
    text-decoration: none;
    color: #ffffff;
}
/* METODO DE PAGO */
.payment-methods {
    background-color: #f4f5f8;
}
.payment-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 263px; 
    background-color: #fff;
    height: 251px; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.payment-image {
    width: 135px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto; 
    display: block;
    transition: transform 0.3s ease;
}
.payment-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7); 
    color: #fff;
    padding: 10px;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}
.payment-card:hover .payment-info {
    transform: translateY(0); 
}
.payment-info h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #FFF;
}
.bank-card {
    background-color: #f8f9fa;
    border-left: 4px solid #2d2f93;
    transition: box-shadow 0.3s ease;
}
.bank-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.bank-details h6 {
    font-size: 1.1rem;
    color: #2d2f93;
}
.bank-details p {
    font-size: 0.95rem;
    color: #555;
}
/* METODO INFO */
.info-section {
    background-color: #f4f5f8;
    padding: 20px 0;
}
.info-text {
    font-size: 1.2rem;
    color: #333;
}
.divider {
    flex-grow: 1;
    height: 4px; 
    background-color: #2d2f93; 
    margin: 0 10px;
}
.logo img {
    max-width: 100%;
}
/* METODO ACORDION */
.accordion-section {
    width: 100%;
    padding: 20px;
    background-color: #f4f5f8;
}
.accordion-section .container-accordion{
    max-width: 1140px;
    margin: auto;
    background-color: #f4f5f8;
    padding: 10px;
}
.accordion-item {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #2d2f93;
    transition: border-color 0.3s ease;
}
.accordion-header {
    background-color: #2d2f93;
    color: #fff; 
    font-size: 1.10rem;
    font-weight: bold;
    padding: 7px 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease; 
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    background-color: #fafafa;
    padding: 0;
}
.accordion-content p {
    padding: 7px 10px; 
    margin: 0;
    font-size: 0.90rem;
    color: #555;
    text-align: left;
}
.accordion-icon {
    font-size: 1.5rem;
}
/* BOTON FLOTANTE */
.whatsapp-footer {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1000;
}
.whatsapp-circle {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #00eb51;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    transition: transform 0.3s ease;
}
.whatsapp-circle:hover {
    transform: scale(1.1);
}
.contact-text {
    position: absolute;
    left: -150px; /* Ajusta según el espacio necesario */
    top: 50%;
    transform: translateY(-50%);
    background-color: #00eb51;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.whatsapp-circle:hover .contact-text {
    opacity: 1;
    visibility: visible;
    left: -110px; /* El texto "se mueve" hacia la posición visible */
}
.whatsapp-icons {
    font-size: 30px;
    color: white;
    z-index: 10;
}
/* SLIDER PLANES */
.e-box-plan {
    max-width: 296px;
    position: relative;
    background: #fff;
    margin: 20px auto 2rem;
    border-radius: 15px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.e-box-plan__type {
    background: #2d2f93;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.e-box-plan__type--recommended {
    background: #2d2f93;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.e-box-plan__service-name {
    font-size: 0.8rem;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 8px;
}
.e-box-plan__desc {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.e-box-plan__speed {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin: 10px 0;
}
.e-box-plan__old-speed {
    text-decoration: line-through;
    margin-right: 8px;
    color: #999;
}
.e-box-plan__promo-speed {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d2f93;
}
.e-box-plan__current-speed {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d2f93;
}
.e-box-plan__price {
    text-align: center;
    margin: 15px 0;
}
.e-box-plan__price>span {
    font-size: 0.875rem;
    color: #666;
    display: block;
}
.e-box-plan__old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
}
.e-box-plan__price>strong {
    color: #2d2f93;
    font-size: 2rem;
    font-weight: 700;
    display: block;
}
.e-box-plan__discount-months {
    font-size: 0.9rem;
}
.e-box-plan__installation {
    font-size: 1.5rem;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin-top: 10px;
}
.e-box-plan__installation span {
    display: block;
    font-size: 0.875rem;
    color: #666;
    margin-top: -7px;
}
.e-box-plan__details {
    padding: 20px 28px;
    background-color: #f7f7f7;
    border-radius: 0 0 10px 10px;
}
.e-box-plan__details ul {
    padding-left: 0;
    list-style: none;
}
.e-box-plan__details ul li {
    font-size: 0.875rem;
    color: #000;
    text-align: left;
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.e-box-plan__img {
    width: 24px;
    height: 24px;
    border-radius: 5px;
}
.e-box-plan__text {
    flex: 1;
}
.slick-prev, .slick-next {
    font-size: 24px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.slick-prev {
    left: -50px;
}
.slick-next {
    right: -50px;
}
@media (max-width: 600px) {
    .slick-prev, .slick-next {
        display: none;
    }
}
/* Home - Section Servicio*/
.feature-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: center;
    width: 220px; 
    transition: transform 0.3s ease; 
    margin: 0 auto; 
}
.feature-box:hover {
    transform: scale(1.05); 
}
.feature-icon {
    width: 144px;
    height: 125px;
    margin-bottom: 10px;
}
.feature-box h4 {
    font-size: 15px;
    margin: 10px 0;
    line-height: 1.2em;
    font-weight: bold;
    -webkit-text-size-adjust: 100%;
}
/* Home - Banner */
.banner-advertising .banner {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/* Home - Banner*/
.navbar-brand img {
  width: 200px;
  height: 60px;
  padding: 5px 0 5px 0;
}
.flexslider .slides img {
  width: 250px;
  height: 350px;
  margin: auto;
}
.parsley-errors-list {
  list-style-type: none !important;
  color: #ff100b;
  font-size: 12px !important;
  line-height: inherit !important;
}
/* BOTÓN WHATSAPP */
.btn-whatsapp {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-whatsapp:hover {
    color: #fff;
    background-color: #16181B;
    border-color: #16181B;
}
.btn-whatsapp.focus,
.btn-whatsapp:focus {
    box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
.btn-whatsapp.disabled,
.btn-whatsapp:disabled {
    color: #fff;
    background-color: #16181B;
    border-color: #16181B;
}
.btn-whatsapp:not(:disabled):not(.disabled).active,
.btn-whatsapp:not(:disabled):not(.disabled):active,
.show>.btn-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #16181B;
    border-color: #16181B;
}
.btn-whatsapp:not(:disabled):not(.disabled).active:focus,
.btn-whatsapp:not(:disabled):not(.disabled):active:focus,
.show>.btn-whatsapp.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}
/* BOTTON */
.btn-orange {
    color: #fff;
    background-color: #2d2f93;
    border-color: #2d2f93;
}
.btn-orange:hover {
    color: #fff;
    background-color: #fecb06;
    border-color: #fecb06;
}
.btn-orange.focus,
.btn-orange:focus {
  box-shadow:0 0 0 0 rgba(152, 190, 58, .5)
}
.btn-orange.disabled,
.btn-orange:disabled {
  color:#fff;
  background-color:#fecb06;
  border-color:#fecb06
}
.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show>.btn-orange.dropdown-toggle {
  color:#fff;
  background-color:#fecb06;
  border-color:#fecb06
}
.btn-orange:not(:disabled):not(.disabled).active:focus,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-orange.dropdown-toggle:focus {
  box-shadow:0 0 0 0 rgba(152, 190, 58, .5)
}
.bg-top {
  background-color: #2D2F93;
  font-size: 13px;
}
.text-primary-plan {
  font-size: 20px !important;
  color: #A3ACBA;
  font-weight: 700px;
}
.text-secundary-plan {
  font-size: 42px !important;
  color: #1A241C;
  font-weight: bolder;
}
.text-primary-pagos {
  font-size: 25px !important;
  color: #1A241C;
  font-weight: bolder;
}
.menu-section .navbar-nav li.nav-item:hover>a:after,
  .menu-section .navbar-nav ul.dropdown-menu li:hover>a:after {
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-style:solid;
    border-width:0;
    border-color:transparent transparent #000 transparent
}
.preheader-xs ul li > *, .win_tabs li > * {
  background-color: transparent;
  border-bottom: none;
}
.menu-section .navbar-nav li > a, .menu-section .navbar-nav li > div {
  display: inline-block;
  border-bottom: none;
  color: #222;
  padding: 10px 10px 5px 10px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  overflow: hidden;
  transition: color .2s;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
footer {
  min-height: 280px;
  background-color: #FFFFFF;
  color: #777777;
  padding: 50px 0 30px 0;
  font-size: 13px;
}
footer + .copyright {
  background-color: #e5e5e5;
  color: #666666;
  padding: 12px;
  font-size: 12px;
  font-weight: 600;
}
.footer-img {
  margin:0 auto 20px;
  width: 200px;
}
.social a {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  display: inline-block;
  font-size: 15px;
  background-color: #ffffff;
  color: #333333;
  margin-bottom: 20px;
}
.social a:hover{
  background-color: #111418;
  color: #ffffff;
}
.nav-footer li > a {
  line-height: 25px;
  padding: 10px 0;
  font-size: 13px;
  color: #777777;
  text-transform: uppercase;
}
.nav-footer li > a:hover {
    color: #2D2F93;
}
.font-weight-900 {
    font-weight: 900 !important;
}
ul.valores {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.icons {
    display: block;
    width: 60px;
    height: 60px;
    margin: 10px auto;
    padding: 0
}

.pt-500, .py-500 {
    padding-top: 5rem !important;
}
.pb-200, .py-200 {
    padding-bottom: 2rem !important;
}
.pb-500 {
    padding-bottom: 5rem !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}
.font-22-px {
    font-size: 22px !important;
}
.mb-100, .my-100 {
    margin-bottom: 1rem !important;
}
.pt-200, .py-200 {
    padding-top: 2rem !important;
}
.font-16-px {
    font-size: 16px !important;
}
.mt-250, .my-250 {
    margin-top: 2.5rem !important;
}
.cut-top {
    clip-path: polygon(0 7px, 50% 0, 50% 19px, 101% 12px, 101% 101%, 0 101%);
}
.text-justiy{
  text-align: justify !important;
}
.slide-home {
    height: 550px;
}
.sec-planes .flexslider .slides img {
    width: auto;
}
.sech1 {
    position: relative;
    background: linear-gradient(#494949, #3b3b3b, #202121);
    box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.3);
}
.sech1 img {
    position: absolute;
    top: -35px;
}

.flexslider-banner .flex-control-paging li a.flex-active {
    background: rgb(235 92 28) !important;
}

.section-banner .flex-control-nav {
    bottom: 20px;
}

.section-banner .flex-control-paging li a {
    background: white;
}

.section-banner .flex-control-paging li a:hover {
    background: black;
}

.flex-direction-nav .flex-prev {
  left: -50px;
  text-align: center;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: center;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0,0,0,.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,.3);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: rgba(255,255,255,0.1);
  border-radius: 5px;
}
.flex-direction-nav a:before {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
/* personalizacion flexslider banners */
.section-banner .flex-control-paging li a.flex-active {
    width: 14px;
    height: 14px;
    background: #fff !important;
    transition: 500ms;
    position: relative;
    top: -3px;
}
.section-banner .flex-control-paging li a {
    width: 9px;
    height: 9px;
    background: #fff !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.div-formas .tip_for {
  width: 25%;
  font-size: 12px;
}
li.tip_for {
    height: 100px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: relative;
}
.tip_for img {
  width: 100%;
  max-height: 100px;
}
.cursor-pointer {
    cursor: pointer;
}
/* end flexslider banners  */

.text-lead {
    color: #666666
}

.btn-white:hover {
    background-color: black !important;
    color: white !important;
}

.mt-n5 {
    margin-top: -5em
}

.box-call-men {
    height: 310px;
}

.box-call-men img.men {
    position: relative;
    right: -210px;
}

.box-px-text-internet {
    padding: 0 70px;
    line-height: 1.4;
}

.box-redes-fixed {
    box-shadow: none;
    right: 30px;
    width: 490px;
    bottom: 50px;
    position: fixed;
    z-index: 999;
}

.sidebar_social {
    display: none
}

.sidebar_phone {
    display: none;
}

.btn-white {
    background-color: white;
    color: #321712
}

.btn-white:hover {
    transform: scale(0.92);
}
.pad-texto {
    padding-left: 12px !important;
}

.obj-cover {
    object-fit: cover;
    object-position: center;
}

.w-full {
    width: 100% !important;
}

.h-full {
    height: 100% !important;
}

.text-xbig {
    font-size: 36px !important
}

.text-xsbig {
    font-size: 26px !important
}

.text-500 {
    font-weight: 500;
}

.text-medium-xs {
    font-size: 16px !important
}

.w-35 {
    width: 35% !important;
}

.-t-4 {
    top: -1.5rem !important;
}

.mt-md-6 {
    margin-top: 3.5rem !important;
}

.img-text-catacaos {
    max-width: 115% !important;
    position: absolute;
    left: 0;
    margin-left: -18% !important;
}

.text-brown-light {
    color: #32120c;
}

@media  screen and (min-width: 992px) {

    .text-vhuge {
        font-size: 50px !important;
    }


    .offset-lg-2-5 {
        margin-left: 14.666667% !important;
    }

    .col-lg-2-5 {
        -ms-flex: 0 0 18.666667%;
        flex: 0 0 18.666667%;
        max-width: 18.666667%;
    }

    .col-sm-9 {
        padding-top: 3rem;
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .ml-7 {
        margin-left: 3rem;
    }
}


@media  screen and (min-width: 1400px) {

    .text-medium-xs {
        font-size: 22px !important
    }
}

@media  screen and (max-width: 1200px) {

    .slider_wraper .left-arrow,
    .slider_wraper .right-arrow {
        display: none !important;
    }

    .slider_wraper .left-arrow-1,
    .slider_wraper .right-arrow-1 {
        display: none !important;
    }

    .box-px-text-internet {
        padding: 0 0;
    }
}

@media  screen and (max-width: 767px) {


    .text-xbig {
        font-size: 24px !important
    }

    .text-xsbig {
        font-size: 20px !important
    }

    .pad-texto {
        padding-left: 1rem !important;
    }

    .section-banner .flex-control-paging li a {
        background: black;
    }

    .section-banner .flex-control-paging li a:hover {
        background: white;
    }

    .section-banner .flex-control-nav {
        bottom: 0;
    }

    .left-arrow-1 {
        transform: translateY(-50%) translateX(10px);
    }

    .slider_wraper .left-arrow-1 {
        left: -12px;
    }

    .right-arrow-1 {
        transform: translateY(-50%) translateX(-10px);
    }

    .right-arrow-1 {
        transform: none;
    }

    .slider_wraper .right-arrow-1 {
        right: -12px;
    }

    .blog_c {
        width: 100%;
    }

    .allplans .nav-tabs>li {
        padding: 0px;
    }

    .allplans .nav-tabs>li .img_wraper {
        padding: 18px;
    }

    .bene_b p {
        font-size: inherit;
    }


    .mesh_sec {
        margin: 33px auto;
    }

    .mesh_sec img {
        width: 50px !important;
    }

    .sech1 img {
        position: relative;
        width: 130px;
        margin: auto;
        display: block;
        top: 16px;
    }

    .sec-planes .flex-direction-nav {
        display: none;
    }

    .box-redes-fixed {
        right: 50%;
        transform: translateX(50%);
        width: 490px;
        bottom: 0;
        box-shadow: inset 0 -70px 40px -20px #00000061;
    }

}

@media  screen and (min-width: 767px) {
    .box-call-men {
        padding-left: 80px !important;
    }
}

@media  screen and (min-width: 991px) {
    .box-call-men {
        padding-left: 120px !important;
    }

    .slide-home {
        height: 440px;
    }

}

@media  screen and (min-width: 1300px) {
    .slide-home {
        height: 450px;
    }
}

@media  screen and (min-width: 1500px) {
    .slide-home {
        height: 480px;
    }
}

@media  screen and (min-width: 1700px) {
    .slide-home {
        height: 580px;
    }
}


.ml-7 {
    margin-left: .05rem
}

@media  screen and (min-width: 410px) {
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media  screen and (min-width: 767px) {
    .icon-netflix {
        transform: translateY(40%);
        margin-left: 0%;
    }

    .icon-ookla {
        transform: translateY(40%);
        margin-right: 0%;
    }

    .col-sm-9 {
        padding-top: 0rem;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .ml-7 {
        margin-left: 0rem;
    }
}
@media  screen and (min-width: 1200px) {
    .text-xbig {
        font-size: 36px !important
    }
    .text-xsbig {
        font-size: 26px !important
    }
    .ml-7 {
        margin-left: 4rem;
    }
}
@media  screen and (min-width: 1500px) {
    .-ml-7 {
        margin-left: -100px;
    }
    .ml-7 {
        margin-left: 100px;
    }
    .text-xbig {
        font-size: 40px !important
    }
    .text-xsbig {
        font-size: 30px !important
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
.z-2 {
    z-index: 2
}
.w-80 {
    width: 80% !important;
}
@media  screen and (min-width: 768px) {
    .w-80 {
        width: 100% !important;
    }
    .text-md-start {
        text-align: start !important;
    }
    .topbar {
      background-color: #2D2F93;
      font-size: 13px;
    }
}
.text-start {
    text-align: start !important;
}
@media  screen and (min-width: 992px) {
    .pl-md-6 {
        padding-left: 4.5rem !important;
    }
    .position-md-inherit {
        position: inherit !important;
    }
    .mt-md-6 {
        margin-top: 5rem !important;
    }
    .footer-img {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    footer .row_foot > div {
      border-right: none;
      padding-top: 10px;
    }
    .carousel-plans .slick-next, .carousel-plans .slick-prev {
      background-color: rgba(26, 36, 28, 0.1);
      border-radius: 50%;
      height: 40px;
      width: 40px;
    }
    li.tip_for {
      width: 20%;
      height: 180px;
    }
    .tip_for img {
      max-height: inherit;
    }
    .font-md-48-px {
      font-size: 48px !important;
    }
    .font-md-32-px {
      font-size: 32px !important;
    }
    .font-md-28-px {
        font-size: 28px !important;
    }
}
.font-26-px {
    font-size: 26px !important;
}
.f-w-700 {
  font-weight: bold !important;
}
.f-w-none {
  font-weight: none !important;
}
.pt-150, .py-150 {
    padding-top: 1.5rem !important;
}
.consulta-recibo {
  width: 100%;
  max-width: 406px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.16);
}
.ld_spacer_6542e23fe0144 {
    height: 60px;
}
.font-24-px {
    font-size: 24px !important;
}
.line-height-1 {
    line-height: 1 !important;
}
.pb-100, .py-100 {
    padding-bottom: 1rem !important;
}
.pl-150, .px-150 {
    padding-left: 1.5rem !important;
}
.pr-150, .px-150 {
    padding-right: 1.5rem !important;
}
.pl-100, .px-100 {
    padding-left: 1rem !important;
}
.pr-100, .px-100 {
    padding-right: 1rem !important;
}
.pb-50, .py-50 {
    padding-bottom: 0.5rem !important;
}
.pt-50, .py-50 {
    padding-top: 0.5rem !important;
}
/* NOTICE - HOME*/
.blog-section .notice-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.blog-section .notice-item img {
    object-fit: cover;
    height: 200px; 
    transition: transform 0.3s ease-in-out;
}

.blog-section .notice-item-content {
    background-color: #f8f9fa;
}

.blog-section .notice-item h3 {
    font-size: 1.125rem;
    color: #333;
}
.blog-section .notice-item p {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 1rem;
}
.blog-section .btn-outline-orange {
    color: #2d2f93;
    border-color: #2d2f93;
}
.blog-section .btn-outline-orange:hover {
    background-color: #2d2f93;
    color: #fff;
}
.text-user-blog{
    color: #666 !important;
}
.text-date-blog{
    color: #666 !important;
}
/* BLOG*/
.text-know-more {
    font-size: 13px;
    text-transform: uppercase;
    color: #2d2f93 !important;
}
.img-container {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}
.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.blog-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: .25rem;
    overflow: hidden;
}
.blog-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-item .p-4 {
    flex-grow: 1;
}
.blog-item .text-uppercase {
    color: #333;
}
.blog-item p {
    margin-bottom: 1rem;
    flex-grow: 1;
    color: #666;
    font-size: 0.875rem;
}
.pagination .page-link {
    color: #2d2f93;
}
.pagination .page-item.active .page-link {
    background-color: #2d2f93;
    border-color: #2d2f93;
}
.pagination .page-item.disabled .page-link {
    color: #ccc;
}
.title-recent-post{
    border-left: 5px solid #2d2f93;
    padding-left: 15px;
}
.input-group {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.input-group .form-control {
    border: none;
    box-shadow: none;
}
.input-group .btn {
    border: none;
    box-shadow: none;
    background-color: #2d2f93;
    color: #fff;
}
.recent-post {
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.recent-post .img-container {
    flex-shrink: 0;
    width: 100px;
    height: auto;
}
.recent-post .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-post .p-3 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.blog-detail-container h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.blog-detail-image-container {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.blog-detail-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.blog-detail-image:hover {
    transform: scale(1.05);
}
.blog-detail-container .author, .blog-detail-container .date {
    font-size: 0.8rem;
    color: #000;
}
.blog-detail-container .date {
    text-align: right;
}
.search-input {
    position: relative;
    display: flex;
    align-items: center;
}
#search_blog {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#box-search {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
#search_blog:focus {
    color:#2d353c;
    background-color:#fff;
    border-color:#2d2f93;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(152, 190, 58,.25)
}
.autocom-box li {
    padding: 10px;
    cursor: pointer;
    list-style: none;
}
.autocom-box li:hover {
    background-color: #f5f5f5;
}
.icon {
    position: absolute;
    right: 10px;
}
/* CONSULTA DE RECIBOS*/
.receipt-search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.receipt-search-input {
    position: relative;
    width: 100%;
    max-width: 500px;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.receipt-search-input input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 50px 0 0 50px;
    outline: none;
    transition: border-color 0.3s;
}
.receipt-search-input input:focus {
    color:#2d353c;
    background-color:#fff;
    border-color:#2d2f93;
    outline:0;
    box-shadow:0 0 0 .1rem rgba(152, 190, 58,.25)
}
.receipt-search-input a {
    padding: 12px 20px;
    border-left: none;
    border-radius: 0 50px 50px 0;
    background-color: #2d2f93;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}
.receipt-search-input a:hover {
    background-color: #fecb06;
}
.invoices-section {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.invoice-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.invoice-table th, .invoice-table td {
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    border-bottom: 1px solid #dddddd;
    transition: background-color 0.3s;
}
.invoice-table th {
    background-color: #1D2228;
    color: #fff;
    font-weight: bold;
}
.invoice-table td {
    background-color: #f9f9f9;
}
.invoice-table tr:hover td {
    background-color: #f1f1f1;
}
.client-info {
    margin-bottom: 15px;
    text-align: left;
}
.recommendations {
    margin-top: 20px;
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.recommendations h5 {
    font-weight: bold;
    margin-bottom: 10px;
}
.recommendations ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.recommendations ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.recommendations ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    color: #2d2f93;
}
/*  FORM CONTROL */

.form-control:focus {
    color:#2d353c;
    background-color:#fff;
    border-color:#2d2f93;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(152, 190, 58,.25)
}
/* MODAL SOLICITUD */
#request-modal .modal-dialog {
    max-width: 900px;
    margin: 20px auto;
}
#request-modal .modal-content {
    border-radius: 15px; 
}
#request-modal .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2.5rem;
    color: #301d19;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1050;
    transition: background-color 0.3s ease;
}
#request-modal .close-btn:hover {
    color: #111418;
}
#request-modal .modal-body {
    display: flex;
    padding: 0; 
}
#request-modal .image-section {
    flex: 1;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#request-modal .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#request-modal .form-section {
    flex: 1;
    padding: 60px 20px 20px;
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
#request-modal .form-section .form-group {
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    #request-modal .modal-dialog {
        margin: 10px auto; 
    }
    #request-modal .modal-body {
        flex-direction: column; 
    }
    #request-modal .image-section, #request-modal .form-section {
        border-radius: 15px;
    }
}
