/* VARIABLE FONT SIZE ICONO */
@font-face {
  font-family: 'Telefonica-Regular';
  src: url("fonts/regular/telefonicaweb-regular.eot") format("eot"), url("fonts/regular/telefonicaweb-regular.woff") format("woff");
}

@font-face {
  font-family: 'Telefonica-RegularItalic';
  src: url("fonts/regularitalic/telefonicaweb-regularitalic.eot") format("eot"), url("fonts/regularitalic/telefonicaweb-regularitalic.woff") format("woff");
}

@font-face {
  font-family: 'Telefonica-Bold';
  src: url("fonts/bold/telefonicaweb-bold.eot") format("eot"), url("fonts/bold/telefonicaweb-bold.woff") format("woff");
}

@font-face {
  font-family: 'Telefonica-Light';
  src: url("fonts/light/telefonicaweb-light.eot") format("eot"), url("fonts/light/telefonicaweb-light.woff") format("woff");
}

@font-face {
  font-family: 'Telefonica-ExtraLight';
  src: url("fonts/extralight/telefonicaweb-extralight.eot") format("eot"), url("fonts/extralight/telefonicaweb-extralight.woff") format("woff");
}

@font-face {
  font-family: 'Telefonica-Hand';
  src: url("fonts/hand/telefonicaweb-hand.eot") format("eot"), url("fonts/hand/telefonicaweb-hand.woff") format("woff");
}

/* Main */
body {
  font-family: "Telefonica-Regular", "Verdana", "Arial";
  color: #50535A;
}

html {
  scroll-behavior: smooth;
}

/* Colorsbackground */
.bg-blanco {
  background-color: #ffffff;
}

.bg-azul-movistar {
  background-color: #00A9E0;
}

.bg-verde-movistar {
  background-color: #5BC500;
}

.bg-purpura-movistar {
  background-color: #954b97;
}

.bg-magenta-movistar {
  background-color: #E9426D;
}

.bg-naranja-movistar {
  background-color: #EC6839;
}

.bg-amarillo-movistar {
  background-color: #F59C00;
}

.bg-gris-movistar-0 {
  background-color: #F4F4F3;
}

.bg-gris-movistar-1 {
  background-color: #E9EAE8;
}

.bg-gris-movistar-3 {
  background-color: #B6B7B7;
}

.bg-gris-movistar-4 {
  background-color: #86888C;
}

.bg-gris-movistar-5 {
  background-color: #50535A;
}

.bg-nuevo-celeste {
  background-color: #019DF4;
}

.bg-nuevo-azul {
  background-color: #0B2739;
}

.bg-nuevo-verde {
  background-color: #5CB615;
}

.bg-nuevo-verde-2 {
  background-color: #3C7521;
}

.bg-nuevo-verde-3 {
  background-color: #BDE4A4;
}

.bg-nuevo-magenta {
  background-color: #E63780;
}

.bg-nuevo-magenta-2 {
  background-color: #922859;
}

.bg-nuevo-magenta-3 {
  background-color: #FBC7DE;
}

.bg-nuevo-morado {
  background-color: #A13EA1;
}

.bg-nuevo-morado-2 {
  background-color: #642A72;
}

.bg-nuevo-morado-3 {
  background-color: #DEBCE4;
}

.bg-nuevo-naranja {
  background-color: #EC624B;
}

.bg-nuevo-naranja-2 {
  background-color: #983230;
}

.bg-nuevo-naranja-3 {
  background-color: #F8CCCC;
}

.bg-nuevo-amarillo {
  background-color: #F28D15;
}

.bg-nuevo-amarillo-2 {
  background-color: #9F591F;
}

.bg-nuevo-amarillo-3 {
  background-color: #F8D2B3;
}

.bg-nuevo-gris {
  background-color: #F5F5F5;
}

.bg-nuevo-gris-2 {
  background-color: #D3D4D3;
}

.bg-nuevo-gris-3 {
  background-color: #B6B7B7;
}

.bg-nuevo-gris-4 {
  background-color: #86888C;
}

.bg-nuevo-gris-5 {
  background-color: #50535A;
}

.bg-nuevo-gris-6 {
  background-color: #313235;
}

/* Text */
.icon-blanco:before {
  color: #ffffff;
}

.icon-azul-movistar:before {
  color: #00A9E0;
}

.icon-verde-movistar:before {
  color: #5BC500;
}

.icon-purpura-movistar:before {
  color: #954b97;
}

.icon-magenta-movistar:before {
  color: #E9426D;
}

.icon-naranja-movistar:before {
  color: #EC6839;
}

.icon-amarillo-movistar:before {
  color: #F59C00;
}

.icon-gris-movistar-0:before {
  color: #F4F4F3;
}

.icon-gris-movistar-1:before {
  color: #E9EAE8;
}

.icon-gris-movistar-3:before {
  color: #B6B7B7;
}

.icon-gris-movistar-4:before {
  color: #86888C;
}

.icon-gris-movistar-5:before {
  color: #50535A;
}

/* COLOR TEXT */
.text-blanco {
  color: #ffffff;
}

.text-azul-movistar {
  color: #00A9E0;
}

.text-verde-movistar {
  color: #5BC500;
}

.text-purpura-movistar {
  color: #954b97;
}

.text-magenta-movistar {
  color: #E9426D;
}

.text-naranja-movistar {
  color: #EC6839;
}

.text-amarillo-movistar {
  color: #F59C00;
}

.text-gris-movistar-0 {
  color: #F4F4F3;
}

.text-gris-movistar-1 {
  color: #E9EAE8;
}

.text-gris-movistar-3 {
  color: #B6B7B7;
}

.text-gris-movistar-4 {
  color: #86888C;
}

.text-gris-movistar-5 {
  color: #50535A;
}

.tx-nuevo-celeste {
  color: #019DF4;
}

.tx-nuevo-azul {
  color: #0B2739;
}

.tx-nuevo-verde {
  color: #5CB615;
}

.tx-nuevo-verde-2 {
  color: #3C7521;
}

.tx-nuevo-verde-3 {
  color: #BDE4A4;
}

.tx-nuevo-magenta {
  color: #E63780;
}

.tx-nuevo-magenta-2 {
  color: #922859;
}

.tx-nuevo-magenta-3 {
  color: #FBC7DE;
}

.tx-nuevo-morado {
  color: #A13EA1;
}

.tx-nuevo-morado-2 {
  color: #642A72;
}

.tx-nuevo-morado-3 {
  color: #DEBCE4;
}

.tx-nuevo-naranja {
  color: #EC624B;
}

.tx-nuevo-naranja-2 {
  color: #983230;
}

.tx-nuevo-naranja-3 {
  color: #F8CCCC;
}

.tx-nuevo-amarillo {
  color: #F28D15;
}

.tx-nuevo-amarillo-2 {
  color: #9F591F;
}

.tx-nuevo-amarillo-3 {
  color: #F8D2B3;
}

.tx-nuevo-gris {
  color: #F5F5F5;
}

.tx-nuevo-gris-2 {
  color: #D3D4D3;
}

.tx-nuevo-gris-3 {
  color: #B6B7B7;
}

.tx-nuevo-gris-4 {
  color: #86888C;
}

.tx-nuevo-gris-5 {
  color: #50535A;
}

.tx-nuevo-gris-6 {
  color: #313235;
}

/*COLOR TEXTO */
/* Fonts */
.regular {
  font-family: "Telefonica-Regular";
}

.regular-italic {
  font-family: "Telefonica-RegularItalic";
}

.bold {
  font-family: "Telefonica-Bold";
}

.light {
  font-family: "Telefonica-Light";
}

.extra-light {
  font-family: "Telefonica-ExtraLight";
}

.hand {
  font-family: "Telefonica-Hand";
}

/*----------------------;
/*--PARAGRAPH--;
/*--------------------*/
.giga-title {
  font-size: 4rem;
  line-height: 5rem;
}

.mega-title {
  font-size: 3rem;
  line-height: 3.75rem;
}

.title {
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

.subtitle2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.subtitle3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5625em;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}

p {
  font-size: 1rem;
  line-height: 1.25rem;
}

small {
  font-size: 0.875rem;
}

a {
  color: #019DF4;
}

a:hover {
  color: #5dc4fe;
}

.caption {
  font-size: 0.875rem;
  line-height: 0.9375rem;
}

.legal {
  font-size: 0.6875rem;
  line-height: 0.875rem;
}

.texto-tachado {
  text-decoration: line-through !important;
}

.precio-m {
  line-height: 45px;
  display: inline-block;
}

.precio-m div {
  font-size: 2rem;
  display: inline-block;
}

.precio-m span {
  font-size: 3rem;
  display: inline-block;
}

.precio-m small {
  text-align: left;
  line-height: 18px;
  font-size: 1.25rem;
  display: inline-block;
}

.precio-s {
  line-height: 20px;
  display: inline-block;
}

.precio-s div {
  font-size: 1.5rem;
  display: inline-block;
}

.precio-s span {
  font-size: 2.3rem;
  display: inline-block;
}

.precio-s small {
  text-align: left;
  line-height: 15px;
  font-size: 1rem;
  display: inline-block;
}

/* font size Iconos */
.font-size-100 {
  font-size: 100%;
}

.font-size-150 {
  font-size: 150%;
}

.font-size-200 {
  font-size: 200%;
}

.font-size-250 {
  font-size: 250%;
}

.font-size-300 {
  font-size: 300%;
}

.font-size-350 {
  font-size: 350%;
}

.font-size-400 {
  font-size: 400%;
}

.font-size-450 {
  font-size: 450%;
}

.font-size-500 {
  font-size: 500%;
}

/*----------------------;
/*--BUTTONS--;
/*--------------------*/
.btn-small {
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 0.28571429rem;
  font-family: "Telefonica-Light", "Verdana", "Arial" !important;
  letter-spacing: 0;
  cursor: pointer;
  border: none;
}

.btn {
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  border-radius: 0.28571429rem;
  font-family: "Telefonica-Light", "Verdana", "Arial" !important;
  letter-spacing: 0;
  cursor: pointer;
  border: none;
}

.btn-verde-movistar {
  background: #5BC500;
  color: white !important;
}

.btn-verde-movistar:hover {
  background: #67df00;
}

.btn-verde-movistar:active {
  background: #4fac00 !important;
}

.btn-verde-movistar:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #4fac00;
}

.btn-verde-movistar:disabled {
  background: #b7ff79 !important;
}

.btn-azul-movistar {
  background: #00A9E0;
  color: white !important;
}

.btn-azul-movistar:hover {
  background: #00bcfa;
}

.btn-azul-movistar:active {
  background: #0096c7 !important;
}

.btn-azul-movistar:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #0096c7;
}

.btn-azul-movistar:disabled {
  background: #94e5ff;
}

.btn-dark {
  background: #50535A;
}

.btn-dark:hover {
  background: #585c63;
}

.btn-dark:active {
  background: #484a51 !important;
}

.btn-dark:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-blanco-verde {
  background: #ffffff;
  border: 1px solid;
  border-color: #5BC500;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #5BC500;
}

.btn-blanco-verde:hover {
  background: #5BC500;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-blanco-verde:active {
  background: #63d700 !important;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-blanco-verde:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-blanco-azul {
  background: #ffffff;
  border: 1px solid;
  border-color: #00A9E0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #00A9E0;
}

.btn-blanco-azul:hover {
  background: #00A9E0;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-blanco-azul:active {
  background: #00b6f2 !important;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-blanco-azul:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*----------------------;
/*--LINK--;
/*--------------------*/
a {
  color: #019DF4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  border: 0.8px solid #019DF4;
}

a.disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* Tabs */
.nav-link {
  border-radius: 40px !important;
  cursor: pointer;
}

.nav-link .active {
  color: white !important;
  background-color: #00A9E0 !important;
}

/*----------------------;
/*--ACCORDION--;
/*--------------------*/
.card .btn {
  white-space: normal !important;
}

.card {
  margin-bottom: 0.3rem;
  border: 0px;
}

.card-header {
  padding: 0rem 0rem;
  background-image: url(svg/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 14px;
  border: 1px solid #F4F4F3;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 #E9EAE8;
          box-shadow: 0 2px 2px 0 #E9EAE8;
}

.card-header::after {
  background-image: url(svg/right-arrow.svg);
  background-size: 14px;
}

.card-body {
  background: #F4F4F3;
  color: #50535A;
}

.btn-link {
  color: #50535A !important;
  text-decoration: none !important;
  text-decoration: none !important;
  width: 100%;
  text-align: left;
}

.collapse.show {
  margin-top: 5px !important;
}

.pull-right {
  float: right !important;
}

/*----------------------;
/*--Cargando--;
/*--------------------*/
.cargando {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.cargando div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 4px solid #5BC500;
  border-radius: 50%;
  -webkit-animation: cargando 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: cargando 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #5BC500 transparent transparent transparent;
}

.cargando div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.cargando div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.cargando div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes cargando {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cargando {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.cargando-small {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* Checked*/
.custom-control-input:active ~ .custom-control-label::before {
  background-color: #ffffff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(svg/checkbox.svg);
  background-size: 60%;
}

/* Checked*/
/*----------------------;
/*--Radio buttom--;
/*--------------------*/
.custom-control-label::before {
  background-color: #ffffff;
  border: 1.3px solid #B6B7B7;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border: 1.5px solid #019DF4;
  background-color: #ffffff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("svg/circleAzul.svg");
}

/*----------------------;
/*--BREADCRUMBS--;
/*--------------------*/
.breadcrumb {
  background-color: #ffffffff !important;
}

.breadcrumb-b {
  background-color: #F4F4F3 !important;
}

.breadcrumb-item {
  cursor: pointer;
}

/*----------------------;
/*--PILL TABS--;
/*--------------------*/
.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-link {
  height: 40px;
  width: 144px;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #86888C !important;
}

.nav-tabs .nav-link:hover {
  background-color: #F4F4F3;
  border: none !important;
  text-decoration: none !important;
}

.nav-tabs .nav-link:focus {
  border: none;
}

.nav-tabs .nav-link.active {
  border: none !important;
  background-color: #00A9E0;
  color: #ffffff !important;
  text-align: center;
}

/*----------------------;
/*--TAGS--;
/*--------------------*/
.badge {
  height: 25px;
  color: #ffffff;
  font-family: "Telefonica-Regular";
  font-size: 13px;
  line-height: 15px;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.badge-circular {
  border-radius: 12.5px;
}

.badge-cuadrado {
  border-radius: 4px;
}

.badge-cuadrado-derecha {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.badge-cuadrado-izquierda {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/*----------------------
/*--FORMS--
/*--------------------*/
.form-control {
  height: 48px;
  border-radius: 4px;
  background-color: #F4F4F3;
}

textarea {
  min-height: 96px;
}

/*---VALIDATION---*/
.is-valid {
  border: 1px solid #5BC500 !important;
}

/*---ALERTS---*/
.alert {
  border-radius: 2px;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 18px;
}

.alert img {
  vertical-align: top;
  padding-right: 5px;
}

.alert-error {
  background-color: #fbd9e2;
  border-color: #f28da7;
  color: #fce2e9;
}

.alert-warning {
  background-color: #fdebcc;
  border-color: #f9c365;
  color: #fce4dc;
}

.alert-success {
  background-color: rgba(91, 197, 0, 0.2);
  border-color: rgba(91, 197, 0, 0.5);
  color: #b7ff79;
}

.alert-info {
  background-color: #cceef9;
  border-color: #65cbec;
  color: #94e5ff;
}

/*----------------------
/*------TOOLTIP-------
/*--------------------*/
.tool {
  font-family: "Telefonica-Regular";
  padding: 3px;
  background-color: #00A9E0;
  color: white;
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 20px;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  margin: 3px;
}

.tooltip-inner {
  border: 1px solid #e9eae8;
  border-radius: 4px;
  background-color: #ffffff;
  color: #50535A;
  -webkit-box-shadow: 0 2px 4px 0 rgba(80, 83, 90, 0.4);
          box-shadow: 0 2px 4px 0 rgba(80, 83, 90, 0.4);
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #B6B7B7;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #B6B7B7;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #B6B7B7;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #B6B7B7;
}

/*----------------------;
/*-- SELECT-DROPDOW--;
/*--------------------*/
select option {
  border: 1px solid #00A9E0;
}

.custom-select {
  color: #86888C;
  background: #F5F5F5 url("svg/down-arrow.svg") no-repeat right 0.75rem center;
  background-size: 14px;
  border: 1px solid #F5F5F5;
}

.custom-select:focus {
  background: white url("svg/down-arrow.svg") no-repeat right 0.75rem center;
  background-size: 14px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*----------------------;
/*--INPUTS--;
/*--------------------*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
textarea {
  background-color: #F5F5F5 !important;
  border-radius: 4px !important;
  border: none !important;
}

input:focus,
textarea:focus {
  border: 1px solid #019DF4 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: white !important;
}

input input:invalid,
textarea input:invalid {
  border: 1px solid #E63780;
}

input input:valid,
textarea input:valid {
  border: 1px solid #5CB615;
}

.filled {
  border: 1px solid #50535A !important;
  background-color: white !important;
}

input.error {
  border: 1px solid #E63780 !important;
  background-color: white !important;
}

label.error {
  color: #E63780 !important;
}

.required-star {
  color: #E63780 !important;
}

/* componentes */
/* caja */
.caja {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(80, 83, 90, 0.3);
          box-shadow: 0 2px 4px 0 rgba(80, 83, 90, 0.3);
}

.caja-acceso-directo .caja:hover {
  background-color: #F4F4F3;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 18px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 18px 0 rgba(0, 0, 0, 0.1);
}

/* caja acceso directo */
.caja-acceso-directo a {
  color: #50535A !important;
  text-decoration: none;
}

.caja-acceso-directo a:hover {
  background: #F4F4F3 !important;
  text-decoration: none !important;
  border: 0px solid !important;
}

.caja-acceso-directo a:active {
  background: #F4F4F3 !important;
  text-decoration: none !important;
  border: 0px solid !important;
}

.caja-acceso-directo .caja:active {
  background-color: #f6ffee;
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.caja-acceso-directo .caja .azul:active {
  background-color: #e0f7ff !important;
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

/* bordes */
.borde-top-azul-5 {
  border-top: 5px solid #00A9E0;
}

.borde-top-azul-6 {
  border-top: 6px solid #00A9E0;
}

.borde-top-azul-7 {
  border-top: 7px solid #00A9E0;
}

.borde-top-azul-8 {
  border-top: 8px solid #00A9E0;
}

.borde-top-magenta-5 {
  border-top: 5px solid #E9426D;
}

.borde-top-magenta-6 {
  border-top: 6px solid #E9426D;
}

.borde-top-magenta-7 {
  border-top: 7px solid #E9426D;
}

.borde-top-magenta-8 {
  border-top: 8px solid #E9426D;
}

.borde-bottom-azul-5 {
  border-top: 5px solid #00A9E0;
}

.borde-bottom-azul-6 {
  border-top: 6px solid #00A9E0;
}

.borde-bottom-azul-7 {
  border-top: 7px solid #00A9E0;
}

.borde-bottom-azul-8 {
  border-top: 8px solid #00A9E0;
}

.borde-top-verde-5 {
  border-top: 5px solid #5BC500;
}

.borde-top-verde-6 {
  border-top: 6px solid #5BC500;
}

.borde-top-verde-7 {
  border-top: 7px solid #5BC500;
}

.borde-top-verde-8 {
  border-top: 8px solid #5BC500;
}

.borde-top-verde-claro-5 {
  border-top: 5px solid #9bdc64;
}

.borde-top-verde-claro-6 {
  border-top: 6px solid #9bdc64;
}

.borde-top-verde-claro-7 {
  border-top: 7px solid #9bdc64;
}

.borde-top-verde-claro-8 {
  border-top: 8px solid #9bdc64;
}

.borde-top-azul-claro-5 {
  border-top: 5px solid #6fd1f1;
}

.borde-top-azul-claro-6 {
  border-top: 6px solid #6fd1f1;
}

.borde-top-azul-claro-7 {
  border-top: 7px solid #6fd1f1;
}

.borde-top-azul-claro-8 {
  border-top: 8px solid #6fd1f1;
}

/* HEIGHT PORCENTAJE */
.height-50 {
  height: 50%;
}

.height-100 {
  height: 100%;
}

.height-150 {
  height: 150%;
}

.height-200 {
  height: 200%;
}

.height-250 {
  height: 250%;
}

/* MODAL */
.modal-header {
  border-bottom: none !important;
}

/* CAROUSEL */
.img-circle {
  border-radius: 100%;
  background-color: #E9EAE8;
  height: 11%;
  padding: 19%;
}

.carousel-indicators {
  bottom: 7px;
}

.carousel-indicators li {
  width: 60px;
  background-color: #F4F4F3;
}

.carousel-indicators .active {
  background-size: 30%;
  background-color: #00A9E0;
}

.carousel-control-prev {
  width: 7%;
}

.carousel-control-next {
  width: 7%;
}

.carousel-control-prev-icon {
  background-image: url("svg/left.svg");
}

.carousel-control-next-icon {
  background-image: url("svg/right-arrow.svg");
}

.carousel-inner a:active {
  border: none;
}

/* ANIMACION FLECHA */
.transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.transform-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* IMAGEN 2X-3X */
.img-responsive {
  width: 100%;
  height: auto;
}

/* NUEVOS ESTILOS */
.bt {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  border: none;
  border-radius: 25px;
  text-decoration: none !important;
  -webkit-box-shadow: 0 2px 3px 0 rgba(11, 39, 57, 0.2);
          box-shadow: 0 2px 3px 0 rgba(11, 39, 57, 0.2);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.bt:active {
  border: none;
}

.bt-lg {
  min-width: 150px;
  font-size: 16px;
  padding: 14px 32px;
}

.bt-md {
  min-width: 140px;
  font-size: 16px;
  padding: 10px 30px;
}

.bt-sm {
  min-width: 100px;
  font-size: 14px;
  padding: 7px 17px;
}

.bt-m-celeste {
  background-color: #019DF4;
}

.bt-m-celeste:hover {
  color: #ffffff;
  background: #10a9fe;
  border: none;
  -webkit-box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.34);
          box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.34);
}

.bt-m-celeste:focus {
  color: #ffffff;
  background: #018ddb;
  border: none;
  -webkit-box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.2);
          box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.2);
}

.bt-m-celeste:disabled {
  color: #ffffff;
  background: #a9e0ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bt-m-azul {
  background-color: #0B2739;
}

.bt-m-azul:hover {
  color: #ffffff;
  background: #0f364e;
  border: none;
  -webkit-box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.34);
          box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.34);
}

.bt-m-azul:focus {
  color: #ffffff;
  background: #071824;
  border: none;
  -webkit-box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.2);
          box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.2);
}

.bt-m-azul:disabled {
  color: #ffffff;
  opacity: 0.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #0b2739;
}

.bt-m-verde {
  background-color: #5CB615;
}

.bt-m-verde:hover {
  color: #ffffff;
  background: #68cd18;
  border: none;
  -webkit-box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.34);
          box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.34);
}

.bt-m-verde:focus {
  color: #ffffff;
  background: #509f12;
  border: none;
  -webkit-box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.2);
          box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.2);
}

.bt-m-verde:disabled {
  color: #ffffff;
  background: #b9f28c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bt-m-blanco {
  color: #019DF4;
  background-color: #ffffff;
}

.bt-m-blanco:hover {
  color: #019DF4;
  background-color: #C2E9FF;
  -webkit-box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.34);
          box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.34);
}

.bt-m-blanco:focus {
  color: #019DF4;
  background-color: #C2E9FF;
  -webkit-box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.2);
          box-shadow: 0 2px 7px 0 rgba(11, 39, 57, 0.2);
}

.bt-m-blanco:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #C2E9FF;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bt-m-celeste-secun {
  color: #019DF4;
  border: solid 1px #019DF4;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bt-m-celeste-secun:hover {
  color: #ffffff;
  border: solid 1px #019DF4;
  background-color: #019DF4;
}

.bt-m-celeste-secun:focus {
  color: #ffffff;
  border: solid 1px #019DF4;
  background: #018ddb;
}

.bt-m-celeste-secun:disabled {
  color: #019DF4;
  opacity: 0.5;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bt-m-verde-secun {
  color: #5CB615;
  border: solid 1px #5CB615;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bt-m-verde-secun:hover {
  color: #ffffff;
  border: solid 1px #5CB615;
  background-color: #5CB615;
}

.bt-m-verde-secun:focus {
  color: #ffffff;
  border: solid 1px #5CB615;
  background: #509f12;
}

.bt-m-verde-secun:disabled {
  color: #5CB615;
  opacity: 0.5;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modulo-oferta-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.descuento-solo {
  display: inline-block;
  width: 110px;
  height: 110px;
  padding-top: 7px;
  border-radius: 16px;
  text-align: center;
  font-family: "Telefonica-Light";
}

.descuento-solo div {
  font-size: 48px;
  display: inline-block;
}

.descuento-solo span {
  font-size: 24px;
  line-height: 14px;
  display: inline-block;
}

.descuento-solo span small {
  text-align: left;
  font-size: 12px;
  display: inline-block;
}

.descuento-solo small {
  display: block;
  font-size: 14px;
  line-height: 0px;
}

.dato-solo {
  display: inline-block;
  border-radius: 16px;
  width: 110px;
  height: 110px;
  padding-top: 12px;
  text-align: center;
  font-family: "Telefonica-Light";
}

.dato-solo span {
  font-size: 36px;
  line-height: 34px;
  display: block;
}

.dato-solo small {
  font-size: 12px;
  display: inline-block;
}

.modulo-oferta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.descuento {
  display: inline-block;
  width: 170px;
  height: 110px;
  padding-top: 7px;
  border-radius: 16px 0px 0px 16px;
  color: #ffffff;
  text-align: center;
  font-family: "Telefonica-Light";
}

.descuento div {
  font-size: 48px;
  display: inline-block;
}

.descuento span {
  font-size: 24px;
  line-height: 14px;
  display: inline-block;
}

.descuento span small {
  text-align: left;
  font-size: 12px;
  display: inline-block;
}

.descuento small {
  display: block;
  font-size: 14px;
  line-height: 0px;
}

.dato {
  display: inline-block;
  border-radius: 0px 16px 16px 0px;
  width: 140px;
  height: 110px;
  padding-top: 7px;
  color: #ffffff;
  text-align: center;
  font-family: "Telefonica-Light";
}

.dato span {
  font-size: 48px;
  line-height: 43px;
  display: block;
}

.dato small {
  font-size: 14px;
  display: inline-block;
}

.cuadro {
  border: solid 1px #D3D4D3;
  border-radius: 16px;
  padding: 10px 20px;
  height: 110px;
  background-color: #ffffff;
}

.carta {
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 8px #0000001A;
          box-shadow: 0px 1px 8px #0000001A;
  padding: 20px;
  font-family: "Telefonica-Light";
}

.planes {
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 8px #0000001A;
          box-shadow: 0px 1px 8px #0000001A;
  text-align: center;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #ffffff;
}

.cabeza {
  font-family: "Telefonica-Light";
  padding: 7px 2px 0px 2px;
  color: #ffffff;
}

.cabeza div {
  font-size: 72px;
  line-height: 50px;
}

.cabeza span {
  margin-top: 37px;
  font-size: 24px;
  line-height: 7px;
  display: block;
}

.cabeza small {
  opacity: 0.5;
  font-size: 14px;
  display: block;
}

.cabeza .nombre {
  opacity: 1;
  font-size: 16px;
}

.borde-arriba-2 {
  border-top: none;
}

.etiqueta-destacada {
  position: absolute;
  top: -14px;
  right: 70px;
  left: 70px;
}

.etiqueta {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 4px;
}

.plan-info {
  font-family: "Telefonica-Bold";
  text-align: left;
  color: #0B2739;
  font-size: 16px;
  padding: 20px 7px;
  border-bottom: solid 1px #E9EAE8;
}

.plan-info span {
  display: block;
  color: #86888C;
  font-family: "Telefonica-Regular";
  font-size: 14px;
}

.input-lh {
  outline: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-top: 18px;
  font-size: 1rem;
  line-height: 1.5;
  color: #86888C;
  background-clip: padding-box;
  height: 48px;
  border: none !important;
}

.label-holder {
  color: #86888C;
  position: absolute;
  top: 10px;
  padding-left: 14px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.label-holder span {
  color: #86888C;
}

.label-span-inactivo {
  color: #86888C;
}

.input-lh:focus ~ .label-holder {
  top: 4px;
  font-size: 12px;
  padding-left: 12px;
  color: #019DF4;
}

.input-lh:focus ~ .label-holder span {
  color: #E63780;
}

.lleno-label {
  position: absolute;
  top: 4px;
  font-size: 12px;
  padding-left: 12px;
  color: #019DF4;
}

.lleno-input {
  outline: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-top: 18px;
  font-size: 1rem;
  line-height: 1.5;
  color: #50535A;
  background-color: #ffffff !important;
  background-clip: padding-box;
  height: 48px;
  border: solid 1px #50535A !important;
}

.icono-gris {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.icono-gris:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

.borde-arriba {
  border-top: solid 1px #D3D4D3;
}

.borde-arriba-3 {
  border-top: solid 1px #D3D4D3;
}

.paginas {
  margin: 0px 2px;
  font-size: 18px;
  color: #86888C;
  width: 40px;
  height: 40px;
  border-radius: 320px;
  border-style: none;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.paginas:hover {
  background-color: #d7f0fc;
}

.paginas:focus, .paginas:active {
  color: #ffffff;
  background-color: #019DF4;
}

.alerta {
  font-size: 14px;
  padding: 10px 14px;
  border: 1px solid;
  border-radius: 2px;
}

.alerta a {
  cursor: pointer;
}

.alerta .bt-alerta {
  color: #ffffff !important;
  padding: 4px 14px;
  border-radius: 4px;
  font-family: "Telefonica-Bold";
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.alerta button {
  position: relative;
  top: -2px;
  height: 21px;
  padding: 0px 3px 2px 3px !important;
  margin-left: 7px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.alerta button img {
  width: 17px;
}

.alerta a:hover, .alerta button:hover {
  opacity: 0.77;
}

.alerta-peligro {
  color: #9F591F;
  border-color: #F8D2B3;
  background-color: #FFF2DB;
}

.alerta-peligro .bt-alerta {
  background-color: #F28D15;
}

.alerta-error {
  color: #922859;
  border-color: #FBC7DE;
  background-color: #FCE2E8;
}

.alerta-info {
  color: #019DF4;
  border-color: #87D1FB;
  background-color: #E8F6FE;
}

.alerta-exito {
  color: #3C7521;
  border-color: #BDE4A4;
  background-color: #EDFFDE;
}

.alerta-exito .bt-alerta {
  background-color: #5CB615;
}

.alerta-info2 {
  color: #019DF4;
  border-color: #0B2739;
  background-color: #0B2739;
}

/*----------------------;
/*--RESPONSIVE 576px--;
/*--------------------*/
@media (max-width: 576px) {
  .text-sm-blanco {
    color: #ffffff;
  }
  .text-sm-azul-movistar {
    color: #00A9E0;
  }
  .text-sm-verde-movistar {
    color: #5BC500;
  }
  .text-sm-purpura-movistar {
    color: #954b97;
  }
  .text-sm-magenta-movistar {
    color: #E9426D;
  }
  .text-sm-naranja-movistar {
    color: #EC6839;
  }
  .text-sm-amarillo-movistar {
    color: #F59C00;
  }
  .text-sm-gris-movistar-0 {
    color: #F4F4F3;
  }
  .text-sm-gris-movistar-1 {
    color: #E9EAE8;
  }
  .text-sm-gris-movistar-3 {
    color: #B6B7B7;
  }
  .text-sm-gris-movistar-4 {
    color: #86888C;
  }
  .text-sm-gris-movistar-5 {
    color: #50535A;
  }
  /* CAROUSEL */
  .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
  }
  /*----------------------;
/*--PARAGRAPH--;
/*--------------------*/
  .giga-title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
  .mega-title {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
  .title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .subtitle2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .subtitle3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  h4 {
    font-size: 1.125rem;
    line-height: 1.4375em;
  }
  h5 {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  small {
    font-size: 0.875rem;
  }
  .caption {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .legal {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
  .modulo-oferta-2 {
    display: block;
  }
  .descuento-solo {
    display: block;
  }
  .dato-solo {
    display: block;
  }
  .cabeza {
    padding: 7px 14px 10px 14px;
  }
  .cabeza div {
    text-align: left;
    font-size: 52px;
    line-height: 43px;
  }
  .cabeza span {
    margin-top: 52px;
    text-align: right;
  }
  .cabeza small {
    text-align: right;
  }
  .cabeza .nombre {
    text-align: left;
  }
  .borde-arriba-2 {
    border-top: solid 1px #D3D4D3;
    padding-top: 14px;
  }
  .etiqueta-destacada {
    right: 0px;
    left: 140px;
  }
  .plan-info {
    display: none;
  }
  .borde-arriba {
    border-top: none;
  }
}

/*----------------------;
/*--RESPONSIVE 760px--;
/*--------------------*/
@media (max-width: 760px) {
  /* MODAL */
  .modal-dialog {
    margin: auto !important;
    height: 100% !important;
  }
  .modal-content {
    height: 100% !important;
    border: none;
    border-radius: 0%;
  }
  .modal-header {
    border-bottom: none;
  }
  .modal-success-desktop {
    height: 50%;
    top: 25%;
    left: 30%;
  }
  .modal-success-desktop .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
  }
  /* MODAL */
}

/*----------------------;
/*--RESPONSIVE 993px--;
/*--------------------*/
@media (max-width: 993px) {
  /*----------------------;
/*--PILL TABS--;
/*--------------------*/
  .nav-tabs {
    border-bottom: none !important;
  }
  .nav-tabs .nav-link {
    width: auto !important;
  }
}
/*# sourceMappingURL=estilosMovistar.css.map */