/*----------------------------------------COMUM A TODO O SITE----------------------------------------*/

.promo_bar{
  background-color: rgb(55, 52, 140);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px;
  font-family: 'Roboto Condensed',sans-serif;
  margin-bottom: -23px;
}

.mas_vendida_bar{
  background-color: #613085;
}

.mobile_bar{
  margin-bottom: 0;
}

.big-txt{
  font-size: 18px;
    font-weight: 500;
}

.medium-txt{
  font-size: 14px;
}

.small-txt{
  font-size: 12px;
  line-height: 12px;
}

.top-menu{
  background-color: #2572ca;
}

.top-menu ul{
  margin-bottom: 0;
  padding:10px 0;
  text-align: left;
}

.top-menu ul li{
  display: inline-block;
  color: #fff;
}

.top-menu ul li a{
  color: #fff;
}


.bbo_show {display: block !important;}
.bbo_hide {display: none !important;}

/*modal title infinito*/
.modal h5 span {
    font-size: 34px;
    display: inline-block;
    line-height: 24px;
    vertical-align: top;
}

/*destaque frase infinito*/
.infinito-destacado{
    display: inline-block !important;
    font-size: 46px !important;
    vertical-align: top !important;
    color: #2E2E3F !important;
}

/*Nome tarifa terminal*/
.cellphone-tarifa .tarifa-title span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 24px;
}

@media (min-width: 768px){
  .cellphone-tarifa .tarifa-title span {
    font-size: 28px;
    line-height: 19px;
  }
}


body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  background-color: #f5f6f6
}

a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

a:focus,
a:visited {
  text-decoration: none;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

@-webkit-keyframes spinTranslated {
  0% {
    -webkit-transform: translate3d(15px, -50%, 0) rotate(0deg);
    transform: translate3d(15px, -50%, 0) rotate(0deg)
  }
  50% {
    background: #2b83bb
  }
  to {
    -webkit-transform: translate3d(15px, -50%, 0) rotate(1turn);
    transform: translate3d(15px, -50%, 0) rotate(1turn)
  }
}

@keyframes spinTranslated {
  0% {
    -webkit-transform: translate3d(15px, -50%, 0) rotate(0deg);
    transform: translate3d(15px, -50%, 0) rotate(0deg)
  }
  50% {
    background: #2b83bb
  }
  to {
    -webkit-transform: translate3d(15px, -50%, 0) rotate(1turn);
    transform: translate3d(15px, -50%, 0) rotate(1turn)
  }
}

.se-pre-con {
  -webkit-animation: spinTranslated 2s infinite linear;
  animation: spinTranslated 2s infinite linear;
  background: #1cc1ff;
  border-radius: 100px;
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0;
  width: 30px;
}

.no-pad {
  padding-right: 0;
  padding-left: 0
}

.main-title {
  color: #2e2e3b;
  font-size: 23px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: 600;
  margin: 0;
}

h2 {
  color: #2e2e3b;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
}

.btn {
  max-width: 300px;
  box-shadow: none!important;
  text-transform: uppercase;
  background-color: #2b83bb;
  border: 0;
  /*border-radius: 100px;*/
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  height: 50px;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  transition: color .3s, text-indent .3s;
  width: 100%;
  z-index: 0;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #398ff0;
  background-color: transparent;
}

/*.nav-pills .btn-left a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-left: 1px solid #d8d8d8;
  border-radius: 50px 0 0 50px;
}

.nav-pills .btn-right a {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 1px solid #d8d8d8;
  border-radius: 0 50px 50px 0;
}*/

.nav>li>a:focus,
.nav>li>a:hover {
  color: #398ff0;
  background-color: transparent;
}

.nav-pills>li>a {
    opacity: 1;
    padding: 0 15px !important;
    color: #000;
}

.nav-pills>li+li {
  margin: 0;
}

.btn-white {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #2b83bb !important;
  color: #2b83bb;
  transition: all .3s;
  text-transform: inherit;
  padding: 9px 30px !important;
  height: 35px !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background-color: #fff;
  color: #2b83bb;
  box-shadow: inset 0 0 0 2px #2b83bb !important
}

hr {
  border-top: 1px solid #d8d8d8;
  margin: 0;
}

.ver-detalles a {
  margin: 0 0 10px 0;
  display: block;
  color: #2b83bb;
  font-weight: 500;
  outline: none;
}

.ver-detalles a:hover {
  text-decoration: none;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.glyphicon-chevron-left:before {
  color: #414b50;
}

.glyphicon-chevron-right:before {
  color: #414b50;
}

.carousel-control {
  text-shadow: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  margin-top: -20px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .5);
  border: 1px solid rgba(46, 46, 59, .15);
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 47px;
  color: #2b83bb;
  background-color: #fff;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
  display: none !important;
}

.left-arrow:after,
.right-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/arrow3.svg) no-repeat center;
}

.left-arrow:after {
  -webkit-transform: rotate(-90deg) translateY(-1px);
  transform: rotate(-90deg) translateY(-1px);
}

.right-arrow:after {
  -webkit-transform: rotate(90deg) translateY(-1px);
  transform: rotate(90deg) translateY(-1px);
}

.carousel-indicators {
  display: none;
}

.carousel-inner{
  padding-bottom: 10px;
}

.carousel-inner>.item {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}

.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}

.rippleEffect {
  animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* MODAL */

.modal-footer-c2c{
  padding: 0 !important;
}

.modal .btn-dudas {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #2b83bb;
  background-color: transparent;
  padding: 5px 15px !important;
  border: 2px solid #2b83bb;
  text-transform: inherit;
}


.modal {
  top: 88px;
}

.modal-open .modal {
  overflow: hidden;
}

.modal-content {
  overflow-y: auto;
  height: calc(100vh - 150px);
  top: 62px;
  border-radius: 0;
}

.modal-dialog {
  margin: 0;
}

.modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}

.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0);
}

.modal-backdrop.in {
  display: none;
}

.modal-header {
  text-align: left;
  position: fixed;
  left: 0;
  right: 0;
}

.modal h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  max-width: 90%;
  color: #fff;
  display: inline-block;
}

.modal .close {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-weight: 300;
  font-size: 18px;
  margin-top: 5px
}

.modal-title {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
}

.modal-body .tarifa-info {
  border-bottom: 2px solid hsla(0, 0%, 61%, .23);
  padding-top: 20px
}

.modal-body {
  text-align: center;
}

.modal-body h3 {
  color: #2e2e3b;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  text-align: left;
}

.modal-content {
  background-color: #e7e7e7;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.modal-body {
  background-color: #fff;

}

.modal-content hr {
  border-top: 2px solid #d8d8d8 !important;
  margin: 40px 0 !important;
}

.list-left-content,
.list-right-content {
  display: inline-block;
}

.list-left-content {
  color: #2e2e3b;
  font-size: 14px;
  font-weight: 500;
  padding-right: 25px;
  padding-top: 4px;
  text-align: right;
  vertical-align: top;
  width: 40%
}

.modal-body .list-right-content {
  color: #2e2e3b;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  width: 58%
}

.modal-body .list-right-content strong {
  display: block;
}

.modal-body .list-right-content strong span {
  font-size: 13px;
  /*letter-spacing: 1.1px;*/
  line-height: 22px;
  padding-left: 5px;
  display: initial;
  color: #000;
  padding-left: 0
}

.modal-body .list-right-content .iva {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.modal-body .linea-gratis{
    margin-top: 10px;
    width: 162px;
    padding: 4px 0px 4px 9px;
}

.modal-body .lineas-duo{
  width: 100%;
}

.modal-body .list-right-content span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  width: auto;
  text-align: left;
}

.list-block-wrap {
  margin: 0px 0px 12px 0
}

.tarifa-info span {
  color: #2e2e3b;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding-right: 25px;
  padding-top: 4px;
  text-align: right;
  width: 100%
}

.btn-quiero {
  margin: 20px 0 10px 0;
  display: block;
}

.btn-quiero .btn {
  padding: 13px 53px;
  height: 43px;
}

.modal .btn {
  width: auto;
  padding: 9px 40px;
  vertical-align: baseline;
  height: 35px;
}

.modal-subheader {
  background: #000;
  padding: 15px 20px;
}

.modal-subheader h2 {
  color: #fff !important;
  font-weight: 500 !important;
  text-align: left;
}

.modal-details {
  background: #e7e7e7;
  text-align: left;
  padding: 16px 20px;
}

.modal-details h3 {
  color: #2e2e3b;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}

.modal-details p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #848484;
}

.modal-details .details-wrap {
  margin-bottom: 17px;
}

.modal-details .subtitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #848484;
}

.modal-content .btn-close {
  margin-top: 40px;
  text-align: center;
}

/* SLICK */

.slick-initialized .slick-slide {
  padding: 10px;
  outline: none;
}

.slick-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .5);
  border: 1px solid rgba(46, 46, 59, .15);
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 47px;
  color: #2b83bb;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 100;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.6;
  cursor: pointer;
}

.slick-arrow:hover {
  opacity: 1;
  cursor: pointer;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev:after,
.slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/arrow3.svg) no-repeat center;
}

.slick-prev:after {
  -webkit-transform: rotate(-90deg) translateY(-1px);
  transform: rotate(-90deg) translateY(-1px);
}

.slick-next:after {
  -webkit-transform: rotate(90deg) translateY(-1px);
  transform: rotate(90deg) translateY(-1px);
}

.slick-dots {
  display: none !important;
}

.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slick-track{
  margin: auto;
}

/* HIDDEN CAROUSEL HACK */

.tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.tab-content>.active,
.pill-content>.active {
  height: auto;
}

@media (min-width: 768px) {
  .nav-pills a {
    /*width: 240px;*/
  }
   .nav-pills li a {
    /*min-width: 240px;*/
  }
  .carousel-control {
    display: none !important;
  }
  h2 {
    line-height: 2em
  }
  .main-title {
    font-size: 30px;
  }
  .tarifa-info span {
    font-size: 18px;
    font-weight: 300;
    padding-top: 2px;
    padding-right: 0;
    width: 100%
  }
  /* MODAL */
  .modal-header {
    padding: 20px 60px
  }
  .modal-backdrop.in {
    display: block;
  }
  .modal-body .list-left-content {
    font-size: 18px;
    font-weight: 300;
    padding-top: 2px;
  }
  .modal-body {
    padding: 10px 60px;
  }
  .modal-details {
    padding: 30px 60px;
  }
  .modal-subheader {
    padding: 15px 60px;
  }
  .modal {
    height: 90vh;
    margin: auto;
    top: 0;
  }
  .modal-dialog {
    margin: auto;
  }
  .modal-content {
    height: calc(90vh - 72px);
    top: 72px;
  }
   .modal .btn-dudas {
    font-size: 16px;
  }
}




/*----------------------------------------HEADER/MENU----------------------------------------*/

.bbo_numero_mobile a {
  font-size: 13px;
  background-color: #2572ca;
  color: #ffffff !important;
  font-weight: 800;
  padding: 2px 5px;
}


.navbar {
  min-height: auto;
  padding: 0;
}

#nav-toggle {
  width: 24px;
  height: 14px;
  margin: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #808080;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0px;
}

#nav-toggle span:nth-child(2),#nav-toggle span:nth-child(3) {
  top: 7px;
}

#nav-toggle span:nth-child(4) {
  top: 14px;
}

#nav-toggle:not(.collapsed) span:nth-child(1),
#nav-toggle:not(.collapsed) span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

#nav-toggle:not(.collapsed) span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-toggle:not(.collapsed) span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-brand {
  padding: 0px;
  margin: 0 20px;
  float: right;
  background: url(../images/yoigo-logo.png) no-repeat center;
  background-size: contain;
  width: 80px;
  height: 50px;
}

.navbar-inverse {
  background: #ffffff;
  border-color: #ffffff;
}

.navbar-inverse .navbar-collapse {
  border-top: 2px solid #ececec;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #646464;
  background-color: transparent;
}

.navbar-toggle {
  float: left;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border: none;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus{
  background-color: #f6f6f6;
  color: #2e2e3b;
}

.navbar-inverse .navbar-nav>.open>a:hover{
    color: #646464;
    background-color: #f6f6f6;
}

/* menu hover*/

.navbar-inverse .navbar-nav>li:focus>a,
.navbar-inverse .navbar-nav>li:hover>a {
    color: #646464;
    background: #f6f6f6;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #646464;
  background: #f6f6f6;
}


.navbar-inverse .navbar-nav>li>a {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  min-width: 85px;
  text-align: center;
}

.navbar-fixed-top {
  z-index: 900;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 398px;
}

.byside-c2c {
  display: none;
}

.cabecera-nr-title {
    font-size: 1.3em;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    padding-top: 19px;
}

.cabecera-nr{
    padding-top: 5px;
    font-size: 2.1em;
    line-height: 1.2em;
    font-weight: 600;
    padding-bottom: 20px;
}


.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  margin-left: -10px;
}

.nav>li>a {
  line-height: 30px;
}
.dropdown-menu {
  min-width: auto;
}

.dropdown-menu li a{
  color: #000000;
}

.dropdown-menu li a span {
  font-size: 24px;
  vertical-align: bottom;
  line-height: 21px;
}


.navbar-nav .open .dropdown-menu{
   background-color: #ffffff;
}

.c2c-wrap span div {
  display: initial;
}

.c2c-wrap {
  padding: 9px 0px;
  text-align: right;
}

.c2c-wrap .ayuda {
  background: none;
  border-right: 1px solid #4a4a4a;
  font-weight: 700;
  padding: 10px 20px;
  color: #000000;
  cursor: pointer;
}

.c2c-wrap .ayuda:hover,
.c2c-wrap .ayuda:active {
  text-decoration: none;
}

.c2c-wrap span {
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  white-space: nowrap;
  color: #000000;
  padding: 10px 5px;
}

.c2c-wrap img {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}

.c2c-wrap .c2c_btn {
  background-color: #2572ca;
  color: #fff;
  height: 100%;
  padding: 10px 15px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.c2c-wrap .c2c_btn:hover,
.c2c-wrap .c2c_btn:active {
  text-decoration: none;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000000;
}

.navbar-nav li a i {
  position: absolute;
  right: 25px;
  top: 51%;
  -webkit-transform: rotate(-180deg) translateY(-5px);
  transform: rotate(-180deg) translateY(-5px);
}
.navbar-nav li a i:before {
  background-color: #000000;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  width: 2px;
  -webkit-transform: translate(2px) rotate(-45deg);
  transform: translate(2px) rotate(-45deg);
}
.navbar-nav li a i:after {
  background-color: #000000;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  width: 2px;
  -webkit-transform: translate(-4px) rotate(45deg);
  transform: translate(-4px) rotate(45deg);
}

.dropdown-menu > li > ul {
  padding: 10px 0;
  border-top: 2px solid #ececec;
}

.dropdown-menu > li > ul:first-child {
  border: none;
}

.dropdown-menu li .drop-menu-title {
  color: #646464;
  font-weight: 400;
  padding-left: 15px;
  padding-bottom: 5px;
}

.dropdown-menu li a {
  color:#2e2e3b;
  padding: 6px 25px;
  border-left: 8px solid transparent;
  display: block;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:active,
.dropdown-menu li a:focus{
  color: #888888;
  font-weight: 500;
  border-color: #cecece;
}

#bwc_destaque .llamandas-destaque br{display: block;}


@media (min-width: 360px) {
  .c2c-wrap span {
    font-size: 14px;
  }
  .bbo_numero_mobile a {
    font-size: 16px;
  }

}

@media (min-width: 380px) {
  #bwc_destaque .llamandas-destaque br{
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar {
    min-height: 100px;
  }
  .navbar-brand {
    width: 163px;
  }
  .navbar-header {
    padding: 15px 0;
  }
  .navbar-nav {
    padding: 0;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    float: left;
  }
}

@media (min-width: 992px) {
  .byside-c2c {
    float: right;
    color: #fff;
    background-color: #2572c9;
    text-align: center;
    width: 281px;
    height: 100px;
    padding-top: 0px;
    display: block;
  }
  .byside-c2c .title {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .byside-c2c .numero {
    font-size: 18px;
    font-weight: 600
  }
}

@media (min-width: 1200px) {

  .navbar-nav>li>a {
    padding: 0 20px;
    line-height: 100px;
  }
  .navbar-nav>li.dropdown>a {
    padding-right: 40px;
  }
  .navbar-nav>li>a:hover {
    background: #f6f6f6;
  }

  .navbar-inverse .navbar-collapse {
    border: none;
    margin-left: 30px;
  }

  .dropdown-menu {
    border:none;
    border-radius: 0;
    top: 80px;
    background-color: #fff;
    padding: 10px 0 0;
  }

  .dropmenu-big {
    min-width: 545px;
  }

  .dropmenu-small {
    min-width: 300px;
  }

  .navbar-nav .open .dropdown-menu{
    background-color: #fff;
  }

  .dropdown-menu .list-unstyled li {
    font-weight: 500;
  }

  .navbar-nav li a i:before {
    background-color: #808080;
  }
  .navbar-nav li a i:after {
    background-color: #808080;
  }

  .dropdown.open:hover>.dropdown-menu,
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }

  .dropdown-menu li .drop-menu-title {
    padding-left: 20px;
  }

  .open>.dropdown-menu {
    display: none !important;
  }

  .byside-c2c {
    float: right;
    color: #fff;
    background: #2572ca;
    text-align: center;
    /*width: 281px;*/
    width: 300px;
    height: 100px;
    padding-top: 0px;
    display: block;
  }
  .byside-c2c .title {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .byside-c2c .numero {
    font-size: 20px;
    font-weight: 600
  }
  .navbar-brand {
    float: left;
    position: inherit;
    left: inherit;
    transform: none;
    height: 70px;
  }
  .navbar-toggle {
    float: right;
  }
  .navbar-header {
    margin-left: 20px !important;
  }
  .top-bar {
    display: none;
  }
}


@media (max-width: 1200px) {
  .byside-c2c {
    display: none;
  }
  /**********menu collapse Tablet*********************/
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 36px;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .navbar-brand {
    line-height: 0;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    float: none;
    margin: 0 -15px;
  }

  .container {
    width: 100%
  }

  .top-bar {
    display: block;
  }

  .navbar-nav .open .dropdown-menu{
    position: static;
    float: none;
    overflow: hidden;
    padding: 5px 0 10px;
  }

  .navbar-collapse.in {
    overflow-y: auto !important;
  }

  .navbar-nav .open .dropdown-menu {
    padding: 0;
  }

  .dropdown-menu {
    border: none;
    webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
  }

  .navbar-nav .open .dropdown-menu {
    background: #f6f6f6;
  }
  .navbar-inverse .navbar-nav>li>a:focus,
  .navbar-inverse .navbar-nav>li>a:hover
  .navbar-inverse .navbar-nav>.open>a,
  .navbar-inverse .navbar-nav>.open>a:focus {
    background: #ffffff;
    color: #2e2e3b;
  }

}

/*--------------------------------------HEADER NEGOCIOS--------------------------------------*/

#negocios_header{
  text-align: center;
}

.brand-negocios{
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    margin-left: -10px;
}

@media (min-width: 768px){
  .brand-negocios {
      width: 230px;
  }
}
/*----------------------------------------DESTAQUE----------------------------------------*/

.icon-rojo path{
    fill: #ae3f97;
}

.icon-purple path{
    fill: #ae3f97;
}

.icon-green path{
    fill: #72ba45;
}

.icon-blue path{
    fill: #2b83bb;
}

.icon-orange path{
    fill: #f6831f;
}

.icon-white path{
    fill: #ffffff;
}

/*Infinito tarifa highlight*/
#bwc_destaque .content .title span{
    font-size: 37px;
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
}

/*Infinito Tarifas*/
#bwc_tarifas .tarifa-details .header h3 span {
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
}

/*Infinito llamadas*/
#bwc_destaque .infinito-llamadas {
      font-size: 32px;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 5px;
    line-height: 18px;
}

/*infinito claim*/

.infinito-claim{
      font-size: 46px;
    line-height: 25px;
    padding: 0;
    vertical-align: text-top;
    display: inline-block !important;
    padding: 0px !important;
}

#bwc_destaque {
  margin-top: 125px;
  position: relative;
}

#bwc_destaque:before {
  /*background-image: linear-gradient(90deg, #3c1b5c, hsla(0, 100%, 71%, 0));*/
  content: "";
  height: 100%;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 50%;
}

#bwc_destaque .content {
  padding: 25px 19px;

}

.bwc_bg_fill {
  background: linear-gradient(135deg, #953d97, #ddacd7)
}

#bwc_destaque .content .title {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  /*text-transform: uppercase;*/
}

#bwc_destaque h3 {
  color: #000000;
  font-size: 22px;
  line-height: 1.6;
  padding: 2px 0;
  margin: 0;
  font-weight: 700;
  margin: 0 -10px;
  max-width: 820px;
  text-transform: uppercase;
}

#bwc_destaque h3 span {
  background-color: #ffffff;
  display: inline;
  padding: 1px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#bwc_destaque h3 span b {
    color: #e43222;
}

#bwc_destaque h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 15px 0 0 0;
}


#bwc_destaque .tarifa_destaque,
#bwc_destaque .tarifa_price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 69px;

}

#bwc_destaque .tarifa-destaque-wrap{
  margin: 20px 0;
  display: inline-block;
}

#bwc_destaque .tarifa_price {
  color: #fff;
  font-size: 86px;
  font-weight: 600;
  letter-spacing: -4px;
  margin-right: 10px;
}

#bwc_destaque .tarifa_price_decimas {
  font-size: 26px;
  line-height: 26px;
  margin-top: 30px;
}

#bwc_destaque .tarifa_price_duracao {
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
}

#bwc_destaque .tarifa_price_info {
  font-size: 12px;
  line-height: 19px;
}

#bwc_destaque .tarifa_iva_info {
  font-size: 12px;
  line-height: 19px;
  color:#fff;
  text-transform: uppercase;
}

#bwc_destaque .btn-destaque {
  background-color: #fff;
  color: #613085;
  transition: all .3s;
  font-size: 16px;
  max-width: 297px;
  display: block;
  mix-blend-mode: luminosity;
}

#bwc_destaque .destaque_detalhes {
      color: #fff;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
    /* max-width: 300px; */
    /* margin: 15px 0; */
    outline: none;
    /* max-width: 128px; */
    margin: 8px 0;
    text-align: left;
}

#bwc_destaque .destaque_llamadme {
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    /* max-width: 300px; */
    /* margin: 15px 0; */
    outline: none;
    margin: 15px 0;
    /*border-radius: 100px;*/
    border-radius: 8px;
    border: 2px solid #fff;
    padding: 8px 0;
    background-color: transparent;
     max-width: 297px;
     text-transform: inherit;
}

.mais-ofertas-wrap {
  background: #fff;
  position: relative;
  z-index: 10
}

.mais-ofertas {
  padding: 20px;
  position: relative;
}

.mais-ofertas-container {
  padding-left: 80px;
  text-align: left;
}

.mais-ofertas p {
  max-width: 230px;
  display: inline-block;
  text-align: left;
  color: #2E2E3F;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  vertical-align: super;
}

.mais-ofertas span {
  color: #9b9b9b;
  /*display: block;*/
  display: inline-block;
  font-size: 13px;
}

.button-wrap {
  margin: 15px 0px 0px -50px
}

.btn-mais-ofertas {
  max-width: 258px;
  font-size: 16px;
  position: relative;
  left: 0;
  transition: top ease 0.5s;
}

.btn-mais-ofertas:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-mais-ofertas:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #69aaf4;
}

.btn-mais-ofertas:before {
  content: '';
  position: absolute;
  background: transparent;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 8px;
  margin-top: -4px;
  opacity: 0;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: right .3s, opacity .3s, visibility .3s;
  visibility: hidden;
  width: 8px;
}

.btn-mais-ofertas:hover:before {
  opacity: 1;
  right: 20px;
  transition-delay: .175s;
  visibility: visible;
}

.btn-mais-ofertas:hover,
.btn-mais-ofertas:active {
  color: #fff;
  left: 0px
}

.btn-mais-ofertas:hover:after,
.btn-mais-ofertas:active:after {
  width: 100%;
}

.mais-ofertas-iphone {
  left: 15px;
  padding-top: 0;
  position: absolute;
  top: -40px;
  margin-right: 20px;
  padding-top: 20px;
  vertical-align: top;
  width: 70px;
}

.c2c-img {
  position: absolute;
  right: 0;
  top: 0;
}

.c2c-img {
  display: none;
}


#bwc_destaque .bola-branca-wrap {
  position: absolute;
  top: 18%;
  right: 4%;

}

#bwc_destaque .bola-branca{
    font-size: 11px;
    text-transform: initial;
    display: table-cell;
    height: 87px;
    width: 87px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: white;
    color: #61a1f8;
    line-height: 11px;
}

#bwc_destaque .bola-branca span {
  font-weight: 700;
}

#bwc_destaque .bocadillo {
    vertical-align: top;
    position: absolute;
    margin: 5px;
    top: 42%;
    right: 13%;
    width: 24%;
}

#bwc_destaque .bocadillo img{
  width: 100%;
}

.lineas-adicionales-mobile{
    background-color: #613085;
    /* display: inline-block; */
    /* clear: both; */
    color: #fff;
    font-weight: bold;
    text-align: center;
    max-width: 300px;
    padding: 6px 0;
    font-size: 15px;
    margin-top: 10px;
}

.lineas-adicionales-mobile-naranja {
  background-color: #f18324;
    color: #fff;
    font-weight: bold;
    text-align: center;
    max-width: 300px;
    padding: 6px 0;
    font-size: 15px;
    margin-top: 10px;
}


@media (min-width: 360px) {

  #bwc_destaque .tarifa_price_info {
    font-size: 16px;
  }
  #bwc_destaque .tarifa_iva_info {
    font-size: 16px;
  }
.mais-ofertas p {
    font-size: 22px;
    line-height: 26px;
  }
  #bwc_destaque .bola-branca-wrap {
    position: absolute;
     top: 26%;
     right: 6%;
  }

}

@media (min-width: 400px) {
  #bwc_destaque h4 {
  font-size: 22px;
  }

  #bwc_destaque .infinito-llamadas {
    font-size: 35px;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 6px;
    line-height: 21px;
  }
}

@media (min-width: 500px) {
  #bwc_destaque .bocadillo {
  margin: 34px 0px 0px 20px;
  position: inherit;
  right: inherit;
  top: inherit;
  display: inline-block;
  width: inherit;
}

#bwc_destaque .bocadillo img{
  width: 100%;
  }

}

@media (min-width: 768px) {


  .infinito-claim{
    padding: 3px 0 0 0 !important;
    font-size: 56px;
    line-height: 27px;
  }

  #bwc_destaque .infinito-llamadas {
    font-size: 50px;
    padding-bottom: 3px;
  }

  #bwc_destaque .lineas-adicionales {
     vertical-align: top;
    position: absolute;
    margin: 5px;
/*    top: 53%;
    left: 29%;*/
    top: 37%;
    left: 25%;
    width: 24%;
}

  #bwc_destaque .lineas-adicionales img{
    width: 100%;
  }

  #bwc_destaque {
    margin-top: 140px;
  }
  .bwc_bg_fill {
    width: 100%;
    height: 100%;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  #bwc_destaque .content {
    /*padding: 40px 0;*/
    padding: 40px 0 10px 0;
  }
  #bwc_destaque h3 {
    font-size: 28px;
  }
  #bwc_destaque h4 {
    font-size: 34px;

  }
  #bwc_destaque .destaque_detalhes {
    margin: 8px 0;
  }

  #bwc_destaque .destaque_llamadme {
  max-width: 300px;
  margin: 15px 0;

}

  #bwc_destaque .tarifa_price {
    font-size: 120px;
  }
  .mais-ofertas p {
    max-width: none;
    padding-left: 0;
    font-size: 24px;
    line-height: 28px;
    width: auto;
  }
  .mais-ofertas-container {
    padding-left: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
  }
  .mais-ofertas span {
    text-align: right;
  }
  .mais-ofertas-iphone {
    bottom: 15px;
    height: 159px;
    left: auto;
    right: 0;
    top: auto;
    -webkit-transform: none;
    transform: none;
    width: auto;
  }

    #bwc_destaque .galaxy {
    bottom: 21px;
    /*height: 360px;*/
    height: 270px;
    left: auto;
    right: 0;
    top: auto;
    -webkit-transform: none;
    transform: none;
    width: auto;
  }

 .btn-mais-ofertas {
    margin: 0 20px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: text-bottom;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
 .btn-mais-ofertas:hover,
 .btn-mais-ofertas:active {
    color: #fff;
    left: 10px
  }
  #bwc_destaque .tarifa_price_duracao {
    padding: 0;
    line-height: 24px;
  }
  #bwc_destaque .tarifa_price_decimas {
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 30px;
    /*margin-top: 54px;*/
    margin-top: 46px;
  }
  #bwc_destaque .btn-destaque {
    max-width: 300px;
    display:block;
  }
#bwc_destaque .tarifa-destaque-wrap {
    margin:20px 0;
}


  #bwc_destaque .tarifa_destaque,
  #bwc_destaque .tarifa_price {
    height: 104px;
    min-height: 104px;
    max-height: 104px;
  }

 .button-wrap {
    margin: 0 6px 0 0;
  }

  #bwc_destaque .bola-branca-wrap {
  top: 21%;
  left: 49%;
  }
  #bwc_destaque .bola-branca{
    font-size: 15px;
    text-transform: initial;
    display: table-cell;
    height: 128px;
    width: 128px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: white;
    color: #61a1f8;
    line-height: 17px;
  }

}


@media (min-width: 1200px) {
  .button-wrap {
    width: auto;
    display: inline;
  }
  .c2c-wrap {
    position: relative;
  }
  .c2c-img {
    display: block;
  }

}




/*----------------------------------------COBERTURA----------------------------------------*/

#bwc_cobertura {
  /*background-image: url(../images/cobertura.png);
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  display: block;
  padding: 20px;
  text-align: center;
  width: 100%;*/
  color:#fff;
  padding: 45px 0 30px 0;
}

.cobertura_wrap {
    display: block;
    background-image: url(../images/cobertura_bg.svg);
    background-position: 50%;
    background-size: cover;
    border-radius: 80px;
    cursor: pointer;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cobertura_wrap h4{
  color:#fff;
  padding-left: 0;
  max-width: 250px;
}

#bwc_cobertura h4 {
  font-size: 22px;
  font-weight: 300;
}

#bwc_cobertura .btn {
  height: 35px;
  padding: 8px 17px;
  width: auto;
}

@media (min-width: 768px) {

  .cobertura_wrap{
    padding: 15px;
  }
  #bwc_cobertura {
    margin: 0 auto;
    padding: 45px 0 40px 0;
  }
  #bwc_cobertura h4 {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: none;
    padding-left: 15px;
    margin-top: 15px;
  }
  #bwc_cobertura .btn {
    margin-left: 20px;
  }
}


/*----------------------------------------TARIFAS----------------------------------------*/

  .gigas:before{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/stars-background.svg) 0 0/cover no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    content: '';
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }


  #bwc_tarifas .gigas-infinitos .linea-extra{
    color: #fff;
  }

  #bwc_tarifas .gigas-infinitos .plan-details{
    border-top: 0;
  }

  #bwc_tarifas .gigas-infinitos h3{
    color:#fff !important;
  }
  #bwc_tarifas .gigas-infinitos .plan-details{
    color: #fff;
  }
  #bwc_tarifas .gigas-infinitos .big {
    color:#fff !important;
  }

  #bwc_tarifas .gigas-infinitos:before{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 46%;
    background: url(../images/stars-background.svg) 0 0/cover no-repeat;
    content: '';
  }


#bwc_tarifas .item:focus{
  outline: none;
}

.collapsed-mobile .precio span{
  font-size: 12px;
}

.tarifa-block-mobile{
    outline: none;
    text-align: center;
    margin: 0 auto;
    min-width: 320px;
    max-width: 500px;
    margin-top: 5px;
    padding: 0 5px 5px;
}

.collapsed-mobile svg{
vertical-align: bottom;
margin-right: 3px;
}

.collapsed-mobile {
    border: #ececec;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    text-align: left;
    width: 100%;
    display: block;
    padding-left: 8px;
}

.tarifa-expand{
  border: #ececec;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 0;

}

.tarifa-expand li {
  list-style-type: none;
  font-size: 12px;
}

.tarifa-expand ul {
  padding-left: 0;
  max-width: 215px;
  margin: 0 auto;
  text-align: left;
  padding: 8px;
}

.tarifa-expand .icon{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 17px;
}

.linea-wrap{
  display: inline-block;
  vertical-align: middle;
}

.collapsed-mobile .casa, .collapsed-mobile .movil{
  display: inline-block;
  min-width: 10%;
}


.collapsed-mobile .big, .tarifa-expand .big{
  font-weight: 700;
}

.collapsed-mobile .precio{
  display: inline-block;
  width: 37%;
  padding: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  z-index: 0;
}

.collapsed-mobile .precio:after{
  content: '';
  display: inline-block;
  margin-bottom: 0.1em;
  margin-left: 0.7em;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 20px;
  right: 15px;
}

.tarifa-expand-right:after{
  content: '';
  display: inline-block;
  margin-bottom: 0.1em;
  margin-left: 0.7em;
  width: 0.8em;
  height: 0.8em;
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 10px;
}

.collapsed-mobile .wrap{
    width: 61.9%;
    display: inline-block;
}

.tariff-mob-02{
  min-width: 350px;
}

.tariff-mob-02 .collapsed-mobile{
  padding-left: 0;
}

.tariff-mob-02 .collapsed-mobile .wrap{
  padding:20px;
  background-color: #fff;
  width: 70.9%;
}

.tarifa-expand-left{
  width: 63%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #fff;
}

.tarifa-expand-right{
  width: 33%;
  display: inline-block;
  color: #fff;
  vertical-align: top;
}

.tarifa-expand .price-wrap span{
  font-size: 38px !important;
}

.tarifa-expand .section-price{
  text-align: center;
}

.tarifa-expand-right .infos{
    font-size: 12px;
    line-height: 12px;
    display: block;
}

.tarifa-expand-right .infos-iva{
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
    display: block;
}

.tarifa-expand-right .mas-detalles{
  text-align: center;
}

.tarifa-expand-right .mas-detalles a{
  color: #fff;
  text-decoration: underline;
}

.tarifa-mobile-btn{
  display: inline-block !important;
  margin-top: 15px;
}

.long-ribbon{
  background: url(../images/long-ribbon.svg) no-repeat;
    height: 28px;
    text-align: center;
    width: 195px;
    position: absolute;
    right: 0;
    bottom:37px;
    z-index: 2;
}

.long-ribbon span{
    color: #2e2e2e;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-left: 5px;
    text-transform: uppercase;
}


/* #bwc_tarifas #carousel-1gb .tarifa-content ,  #bwc_tarifas #carousel-50mb .tarifa-content {
    min-height: 553px;
  }
*/
#carousel-1gb .price-wrap span{
    width: calc(50% - -8px) !important;
}

#carousel-1gb .price-wrap .price-details {
    width: calc(50% - 12px) !important;
}

.radio-circle-wrap{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.radio-circle-content {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.radio-outer-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border:1px solid #3B8FF3;
  position: absolute;
}

.radio-inner-circle{
      border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    transition: transform ease 280ms,background-color ease 280ms;
    width: 12px;
    height: 12px;
    background-color: #3B8FF3;
    margin:4px;
    display: none;
}

.radio-inner-circle.checked{
  display: block;
}

.blue {
   background-color: #2b83bb;
}

.purple {
  background-color: #ae3f97;
}

.green {
  background-color: #72ba45;
}

.orange {
  background-color: #f6831f;
}


.nube_purple {-webkit-text-fill-color: #db3285;}

.nube_green {-webkit-text-fill-color: #c5d01c;}

.nube_orange {-webkit-text-fill-color: #e6251e;}

.mancheta-negra{
    background-color: #282834;
    color: #fff;
    display: inline-block;
    padding: 6px 9px;
    border-radius: 3px;
    font-size: 12px;
    /*margin-top: 10px;*/
    margin-top: 35px;
}

.mancheta-infinitos {
    background-color: #282834;
    color: #fff;
    border-radius: 3px;
    padding: 6px 0px;
    margin: 10px 12px 0 12px;
}

.mancheta-infinitos span {
  font-size: 26px;
  line-height: 26px;
}

.mancheta-infinitos span b {
    vertical-align: top;
    background-color: transparent;
    line-height: inherit;
    font-size: 36px;
    display: inherit;
}

.bola-negra-wrap {
    position: absolute;
    right: -8px;
    top: 35px;
    -webkit-transform: rotate(-19deg);
    -moz-transform: rotate(-19deg);
    -o-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate(-19deg);
}

/*.sello-nube, .sello-nube-20 {
    position: absolute;
    right: -8px;
    top: 64px;
}

.sello-dto {
    position: absolute;
    right: 7px;
    top: 64px;
}

.icon-sello-nube, .sello-nube-20{
  font-size: 65px;
}*/

.nube-tarifa-wrap-mobile{
    position: absolute;
    left: 50%;
    top: -16px;
}

.nube-tarifa-wrap-mobile .nube-tarifa-info{
  color:#fff;
}

.nube-tarifa-wrap-mobile .nube-title{
  margin-top: 10px;
}

.nube-tarifa-wrap{
   position: absolute;
    right: -7px;
    top: 76px;
}

.half-nube-tarifa-wrap{
   position: absolute;
    right: 0;
    top: 0;
}


.half-nube-content-left{
  display: inline-block;
}

.half-nube-content-right{
  display: inline-block;
}

.nube-tarifa-blue path{
  fill: rgb(11, 188, 214);
}

.nube-tarifa-purple path{
  fill: #db3285;
}

.nube-tarifa-green path{
  fill: #c5d01c;
}

.nube-tarifa-orange path{
  fill: #e6251e;
}

.half-nube-tarifa-purple path{
  fill: #ae3f97;
}

.half-nube-tarifa-green path{
  fill: #72ba45;
}

.half-nube-tarifa-orange path{
  fill: #f6831f;
}

.half-nube-tarifa-blue path{
  fill: #2b83bb;
}


.nube-tarifa-info{
  position: absolute;
  top: 0;
  margin: 0;
  text-align: center;
  width: 53px;
  right: 9px;
}


.nube-tarifa-info .nube-title{
    display: block;
    font-size: 21px;
    line-height: 18px !important;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    margin-top: 14px;
}

.nube-tarifa-info .nube-descr{
    font-size: 12px;
    line-height: 18px;
    line-height: 12px;
    font-weight: 400;
    display: block;
}

.nube-dto .nube-tarifa-info{
    top: 6px;
}

.half-nube-content{
  width: 75px;
  top: 6px;
  right: 3px;
}

.half-nube-content-right .nube-descr{
  font-size: 19px;
  color:#fff;
}

.half-nube-content-right .nube-descr sup{
  font-size: 10px;
}

.inf-symbol{
    font-size: 31px;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    margin-right: 4px;
    font-size: 34px;
    letter-spacing: -1.5px;
    line-height: 12px;
    padding-top: 16px;
    vertical-align: bottom;
}

.bola-negra{
    font-size: 12px;
    text-transform: initial;
    display: table-cell;
    height: 65px;
    width: 65px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: black;
    color: white;
    font-weight: 700;
    line-height: 12px;
}

.bola-negra span{
  font-size: 20px;
}

#bwc_tarifas {
  margin-bottom: 0;
  text-align: center;
  padding: 40px 0 0;
}

#bwc_tarifas .nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}

#bwc_tarifas h4{
  display: inline-block;
  margin:4px 0;
}

#bwc_tarifas label{
  font-size: 20px;
}

/*#bwc_tarifas .nav-pills li span {
 display: inline-block;
 font-size: 20px;
}*/

#bwc_tarifas .nav-pills li .ripple {
  display: block;
}

#bwc_tarifas .tab-content {
  padding: 45px 0px 30px 0px;
}

#bwc_tarifas .tarifa-details {
  border-radius: 3px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .09);
  position: relative;
  margin-top: 23px;
}

#bwc_tarifas .tarifa-details .header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px 3px 0 0;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 29px 25px;
  position: relative;
  /*text-transform: uppercase;*/
}


#bwc_tarifas .tarifa-details .header h3 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  line-height: 17px;
}

#bwc_tarifas .tarifa-content {
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 25px 20px;
  text-align: center;
}

#bwc_tarifas .CONTFH99_50 .tarifa-details .section-price,
#bwc_tarifas .CONTFH129_1000 .tarifa-details .section-price{
    padding: 5px 0 0 0;
}

#bwc_tarifas .section-price {
  margin-bottom: 15px;
  padding: 30px 0 0;
}

#bwc_tarifas .price-duration {
  color: #2e2e3b;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

#bwc_tarifas .price-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#bwc_tarifas .price-wrap span {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  text-align: right;
  width: calc(50% - 2px);
}

#bwc_tarifas .price-wrap .price-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  text-align: left;
  width: calc(50% - 2px);
  line-height: 14px;

}

#bwc_tarifas .price-wrap .price-details-fee {
  font-size: 16px !important;
  font-weight: 500 !important;
}

#bwc_tarifas .price-wrap .price-details span {
  font-size: 11px;
  text-align: left;
  line-height: inherit;
  font-weight: 400;
  width: 100%!important;
  text-transform: inherit;
}

#bwc_tarifas .price-extra-info {
  color: #848484;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
}



#bwc_tarifas .plan-details {

  margin-top: 20px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}

#bwc_tarifas .plan-details-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  padding-top: 7px;
  text-align: left;
}

#bwc_tarifas .plan-details-group-02 {
  margin-top: 0;
  padding-top: 7px;
  text-align: left;
}

#bwc_tarifas .plan-details-group-02 .plan-details-left{
  display: inline-block;
  width: 15%;
  text-align: center;
  margin-right: 6px;
}


#bwc_tarifas .plan-details-group-02 .plan-details-right{
  display: inline-block;
  width: 77%;
  vertical-align: top;
}

#bwc_tarifas .plan-details-group{
    /*font-weight: 300;*/
    font-family: Roboto,Arial,Helvetica,sans-serif;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    line-height: 1.1;
 }



#bwc_tarifas .plan-details-group h3 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0;
  text-align: center;
  width: auto;
  color: #848484;
  margin-top: 3px
}

#bwc_tarifas .plan-details-group .big {
  color: #2e2e3b;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-right: 4px;
}


#bwc_tarifas .btn {
    width: 100%;
    padding: 12px 23px !important;
    text-transform: inherit;
    height: 40px;
    color: #fff !important;
    font-size: 13px !important;
    /*display: initial;*/
}

.tarifas-movil .btn {
  padding: 9px 41px !important;
}

#bwc_tarifas .slidetext {
  font-size: 13px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 0;
  color: #9B9BA0;
      position: absolute;
    bottom: 21px;
    right: 8px;
}

#bwc_tarifas .tarifa-content {
  padding: 0 0 20px;
  /*min-height: 525px;*/
  /*min-height: 571px;*/
  min-height: 390px;
}

#bwc_tarifas .click-to-call,
#bwc_tarifas .click-to-call-negocios {
  display: block;
  font-weight: 500;
  margin-top: 20px;
  font-size: 16px;
  color: #2b83bb;
  /*display: inline-block;*/
  /*border-radius: 100px;*/
  border-radius: 8px;
  border: 2px solid #2b83bb;
  padding: 5px 34px;
  /*max-width: 300px;*/
}

#bwc_tarifas .click-to-call.green-border,
#bwc_tarifas .click-to-call-negocios.green-border {
  color: #72ba45;
  border: 2px solid #72ba45;
}

#bwc_tarifas .click-to-call.purple-border,
#bwc_tarifas .click-to-call-negocios.purple-border {
  color: #ae3f97;
  border: 2px solid #ae3f97;
}

#bwc_tarifas .click-to-call.orange-border,
#bwc_tarifas .click-to-call-negocios.orange-border  {
  color: #f6831f;
  border: 2px solid #f6831f;
}

#bwc_tarifas .btn-wrap {
  display: block;
  margin: 0 auto;
}

 .tarifa-promo{
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    position: absolute;
   text-align: center;
   width: 100%;
   margin-top: 7px;
   opacity: 0;
   transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  background-color: #000;
  padding: 1px 0;
  }



  .tarifa-promo-wrap{
    width: 70%;
    text-align: center;
    margin: 0 auto !important;
    position: relative;
  }

  .tarifa-promo span{
    color: #fff;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    border-radius: 3px;
  }

  .tarifa-promo span::after {
    content: "";
    position: absolute;
    top: -9px;
    /*left: 50%;*/
    left: 46%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
  }

  .tarifa-promo-yellow{
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    position: absolute;
   text-align: center;
   width: 100%;
   margin-top: 7px;
   opacity: 0;
   background-color: #FFEA59;
    font-weight: 600;
    margin: 10px;
    padding: 0;
    border: 1px solid #FFB22A;
    -webkit-box-shadow: 0px 4px 10px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 10px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 10px -4px rgba(0,0,0,0.75);
     transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;

  }

  .tarifa-promo-yellow span{
    color: #000;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    border-radius: 3px;
  }

  .tarifa-movil-mobile .section-price{
    padding: 7px 0 0 !important;
  }

  .tarifa-fibra-mobile .section-price{
    padding: 7px 0 0 !important;
  }

   .tarifa-fibra-mobile .tarifa-expand-right{
    padding-bottom: 5px;
   }

  .tarifa-fibra-mobile .tarifa-expand-left{
    padding-bottom: 25px;
  }

  .collapsed-mobile .big{
    font-size: 12px;
  }

  .half-nube-collapse{
    position: absolute;
    right: 100%;
    top: -2px;
  }

.tariff-mob-02 .precio{
  width: 28%;
}

/*.tariff-mob-02 .precio:before{
    position: absolute;
    right: 100%;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/ribbon-orange-mobile.svg) 0 0/cover no-repeat;
    content: '';
}
*/


.tariff-mob-02 .collapsed-mobile .precio{
      padding: 20px 15px;
}

.half-nube-collapse-purple path{
  fill: #ae3f97;
}

.half-nube-collapse-green path{
  fill: #72ba45;
}

.half-nube-collapse-orange path{
  fill: #f6831f;
}

.half-nube-collapse-blue path{
  fill: #2b83bb;
}

.tariff-mob-02 .nube-tarifa-wrap-mobile{
    position: absolute;
    right: 0;
    top: 0;
    left: inherit;
}

.tariff-mob-02 .section-price{
  color:#000;
}

.tariff-mob-02 .tarifa-expand-right .mas-detalles a{
  color:#000;
}

.tariff-mob-02 .collapsed-mobile .precio:after, .tarifa-expand-right:after{
  display: none;
}

.tariff-mob-02 .btn-wrap a{
  display: inline-block !important;
  width: 42% !important;
  vertical-align: top;
  text-align: center;
}

.tariff-mob-02 .click-to-call{
  margin-top: 14px !important;
  padding: 8px 34px !important;
}

.tariff-mob-02 .btn-wrap{
  padding-bottom: 20px;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 10px !important;
}

.tariff-mob-02 .price-wrap span{
  line-height: 46px !important;
}

.tariff-mob-02 .tarifa-expand-left ul{
  padding-top: 20px;
}

.tariff-mob-02 .tarifa-expand-left li{
      margin: 7px 0;
}


@media (min-width: 400px) {

  .collapsed-mobile .big{
    font-size: 14px;
  }

  .collapsed-mobile .casa{
    width: 100px;
  }

  .tarifa-expand li{
    font-size: 14px;
  }

  .tarifa-expand ul{
    padding:0;
  }

}

@media (min-width: 768px) {

  #bwc_tarifas .section-price {
    min-height: 114px;
  }

  #bwc_tarifas .tab-content {
    padding: 45px 0px 60px 0px;
  }

  #bwc_tarifas {
    padding: 40px 0 60px;
  }

    .tarifa-promo-yellow{
      padding:6px 0;
    }

    .tarifa-promo-yellow span{
      font-size: 16px;
      line-height: 20px;
    }

/*   #bwc_tarifas #carousel-1gb .tarifa-content,  #bwc_tarifas #carousel-50mb .tarifa-content{
    min-height: 513px;
  }*/

  #bwc_tarifas .tarifa-content {
    /*min-height: 476px;*/
    min-height: 435px;
    padding: 10px 40px 0;
  }

  #carousel-tarifas .tarifa-content{
    min-height: 446px;
  }

  .radio-circle-wrap{
    width: 25px;
    height: 25px;
  }

.radio-circle-content {
  font-size: 20px;
}

.radio-outer-circle {
  width: 25px;
  height: 25px;
}

.radio-inner-circle{
    width: 17px;
    height: 17px;
}

  .tarifa-promo-wrap{
    width: auto;
  }

  .tarifa-promo{
    background-color: transparent;
    padding: 5px 0;
    margin-top: 9px;
  }

  .tarifa-promo span{
    background-color: #000;
    padding: 7px 20px;
    font-size: 20px;
  }

  .tarifa-promo span:after {
    top: -11px;
    left: 48.2%;
  }

  #bwc_tarifas .plan-left{
    display: inline-block;
    padding: 15px 10px 30px 10px;
    width: 49%;
    border-right: 1px solid #e7e7e7;
  }

  #bwc_tarifas .plan-right{
    display: inline-block;
    padding: 15px 10px 30px 10px;
    width: 49%;
    vertical-align: top;
  }

  .tarifa-movil .plan-left{
    border-right: none !important;
    width: 30% !important;
    padding: 9px 10px 0px 10px !important;
  }

  .icon-fibra{
    padding:10px 0;
  }

  .icon-card {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .linea-extra{
    position: relative;
    z-index: 2;
  }

  .linea-extra strong{
    font-size: 18px;
  }


  #bwc_tarifas .nav-pills .btn-left a .nav {
    text-transform: inherit;
  }
  #bwc_tarifas .plan-details-group .big {
    padding: 0;
    text-align: center;
    width: auto;
  }

  #bwc_tarifas .item {
    display: block;
  }
  #bwc_tarifas .reduce-pad {
    padding-left: 10px;
    padding-right: 10px;
  }
  #bwc_tarifas .tab-content {
    /*padding: 45px 20px 60px 20px;*/
    padding: 45px 20px 0 20px;
  }
  #bwc_tarifas .click-to-call,
  #bwc_tarifas .click-to-call-negocios{
    font-size: 16px;
  }

}

/*--------------------------------------TARIFAS NEGOCIOS----------------------------------------*/

#footer-negocios{
  background-color: #fff !important;
}

#tarifas_negocios h4{
  font-weight: 300;
}

 #tarifas_negocios .tarifa-details .header {
    padding: 18px 32px;
    font-size: 14px;
 }

 #tarifas_negocios .click-to-call-negocios{
    margin-top: 0;
    border:none;
    width: 100% !important;
    height: 40px;
    text-transform: uppercase;
    padding: 11px 23px !important;
    font-size: 14px;
    font-weight: 700;

}

 #tarifas_negocios .plan-details{
  text-align: left;
  border-bottom: 0;
  margin-top: 0;
  border-top: 1px solid #e7e7e7;
/*  border-bottom: 1px solid #e7e7e7;*/
 }


  #tarifas_negocios .plan-title{
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
  }

  #tarifas_negocios .plan-details-group{
    align-items: inherit !important;
  }

  #tarifas_negocios .ver-detalles a{
    margin:15px 0;
  }

  #tarifas_negocios .icon-fibra{
    text-align: center;
  }

  #tarifas_negocios .wrap-movil .plan-left,
  #tarifas_negocios .wrap-movil .plan-right{
    padding-bottom: 0;
    padding-top: 0;
  }

 #tarifas_negocios .tarifa-expand .btn-wrap{
  width: 75%;
 }

  #tarifas_negocios .tarifa-expand{
    margin-top: 20px;
 }

 #tarifas_negocios .tarifa-expand li{
    margin: 5px 0;
 }

  #tarifas_negocios .tarifa-expand .icon{
    margin-right: 3px;
    width: 29px;
 }

 .inifnito-symbol{
    font-size: 24px;
    line-height: 0;
    vertical-align: sub;
 }

 #tarifas_negocios .tarifa-expand-right .infos{
  line-height: 14px;
 }

#tarifas_negocios .tarifa-movil .section-price {
    margin-bottom: 15px;
    padding: 20px 0 0;
}

#tarifas_negocios .nav-tabs>li.active>a,
#tarifas_negocios .nav-tabs>li.active>a:focus,
#tarifas_negocios .nav-tabs>li.active>a:hover{
    color: #fff;
    cursor: default;
    background-color: transparent;
    border-color: #2b83bb;
    background-color: #2b83bb;
}

#tarifas_negocios .nav-tabs .btn-left a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #2b83bb;
    border-radius: 6px 0 0 6px;
}

#tarifas_negocios .nav-tabs .btn-right a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #2b83bb;
    border-radius: 0 6px 6px 0;
}

#tarifas_negocios .nav-tabs{
  border:none;
  font-size: 14px;
  font-weight: 600;
  margin:0;
}

#tarifas_negocios .nav-tabs>li>a{

  margin-right: 0;
}

#tarifas_negocios .nav>li>a{
  line-height: 20px;
  padding: 10px 10px;
}

#tarifas_negocios .tab-content>.tab-pane,
#tarifas_negocios .pill-content>.pill-pane{
    overflow: hidden;
}

.modal-negocios .modal-details {
    padding: 11px 60px;
}

.modal-negocios .modal-details li {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #848484;
  margin-bottom: 14px;
}

.modal-negocios .modal-details b{
  color:#000;
}

.modal-negocios .modal-body{
  background-color: #e7e7e7;
}

@media (min-width: 768px){


  #tarifas_negocios .tarifa-content{
      padding: 10px 20px 0;
      min-height: 536px;
  }

  #tarifas_negocios .plan-left {
    border-right: none;
    width: 24%;
  }
  #tarifas_negocios .plan-right{
    width: 63%;
    padding: 10px 10px 15px 0px;
  }
  #tarifas_negocios .plan-left{
    padding: 22px 10px 15px 0px;
   }
   #tarifas_negocios .icon-fibra{
    padding: 0;
   }
   #tarifas_negocios .tab-content {
    padding: 20px 20px 0 20px;
  }
   .inifnito-symbol{
    font-size: 29px;
  }

   #tarifas_negocios .tarifa-movil .plan-left{
      width: 48% !important;
   }
   #tarifas_negocios .tarifa-movil .plan-right{
      width: 48% !important;
   }
   #tarifas_negocios .tarifa-movil .plan-details-group .big{
    text-align: left;
   }
   #tarifas_negocios .tarifa-movil .section-price {
    min-height: 93px;
  }
  #tarifas_negocios .tarifa-movil .tarifa-content {
    min-height: 365px;
  }
  #tarifas_negocios .nav>li>a{
    padding: 10px 40px;
  }
  #tarifas_negocios .nav-tabs{
    margin:20px 0;
  }
}



/*----------------------------------------TELEMOVEIS----------------------------------------*/

#bwc_telemoveis .mas_info {
  display: block;
  font-weight: 500;
  margin-top: 16px;
  font-size: 16px;
  color: #2b83bb;
}

#bwc_telemoveis {
  margin-bottom: 0;
  text-align: center;
  padding: 30px 0 60px;
}

#bwc_telemoveis .nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

#bwc_telemoveis .nav-pills>li>a {
    line-height: 48px;
}

#bwc_telemoveis .nav-pills li span {
  display: none;
}

#bwc_telemoveis .nav-pills li .ripple {
  display: block;
}

#bwc_telemoveis .nav-pills .btn-left a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-left: 1px solid #d8d8d8;
  border-radius: 50px 0 0 50px;
}

#bwc_telemoveis .nav-pills .btn-right a {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 1px solid #d8d8d8;
  border-radius: 0 50px 50px 0;
}

#bwc_telemoveis .nav>li>a:focus,
#bwc_telemoveis .nav>li>a:hover {

   box-shadow: inset 0 0 0 2px #2b83bb;
  background-color: #fff;
}

#bwc_telemoveis .nav-pills>li.active>a,
#bwc_telemoveis .nav-pills>li.active>a:focus,
#bwc_telemoveis .nav-pills>li.active>a:hover {
   color: #fff;
  background-color: #398ff0;
}


#cellphone-block {
  margin: 60px auto 30px;
  max-width: 400px;
}

.cellphone-card {
  margin: 0 20px 0 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .09);
  height: 100%;
  /*padding: 0px 25px 20px 25px;*/
  background-color: #fff;
  text-align: left;
}

.cellphone-wrap-promo{
  position: relative;
}


/*.cellphone-wrap-promo path{
  fill: orange;
}*/

.nube-svg{
  position: absolute;
  width: 100%;
  bottom: 157px;
}

.nube-svg svg{
  width: 100%;
}

.cellphone-wrap-promo .cellphone-image{
  text-align: right !important;;
}

.cellphone-wrap-promo .oferta-claim {
  position: absolute;
  /*top: 37px;
  left: 25px;*/
  top: 15px;
  left: 16px;
  z-index: 10;
  width: 144px;
}

.cellphone-wrap-promo .oferta-claim span {
  background-color: #fff;
  -webkit-box-shadow: -3px 0 0 #fff, 3px 0 0 #fff;
  box-shadow: -3px 0 0 #fff, 3px 0 0 #fff;
  display: inline;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

.cellphone-wrap-promo .cellphone-title {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.cellphone-wrap-promo .price-gratis {
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 7px 0;
}

 .cellphone-wrap-promo, .cellphone-title, .cellphone-tarifa, .cellphone-image{
  z-index: 9;
  position: relative;
 }

 .cellphone-wrap-promo .cellphone-tarifa .tarifa-title {
  color: #fff;
  text-align: center;
  z-index: 9;
  position: relative;
  padding-bottom: 7px;
 }

 .cellphone-wrap-promo .cellphone-title {
  margin-top: 50px;
 }

.terminales-btns-wrap-promo .btn-loquiero{
  background-color: #fff;
}

.terminales-btns-wrap-promo .mas_info {
  color: #fff !important;
}


.cellphone-wrap {
  /*background-color: #fff;*/
  text-align: left;
  padding: 0px 25px 14px 25px;
  position: relative;
}

.terminales-btns-wrap, .terminales-btns-wrap-promo{
  padding: 7px 25px 32px 25px;
  text-align: center;
}
.sticker-stock {
    background-color: #e43222;
    color: #fff;
    display: inline-block;
    position: absolute;
    z-index: 10;
    box-shadow: 5px 4px 8px 0px rgba(0, 0, 0, .3);
    padding: 5px 25px;
    left: 0;
    top: 131px;
    width: 100%;
}

.sticker-promotion {
    background-color: #ffea62;
    color: #000;
    display: inline-block;
    padding: 5px 25px;
    position: absolute;
    z-index: 10;
    box-shadow: 5px 4px 8px 0px rgba(0, 0, 0, .3);
    font-weight: 600;
    font-size: 12px;
    left: 0;
    top: 131px;
    width: 100%;
}

.cellphone-image {
/*  left: 26px;
  max-width: 50%;
  position: absolute;
  top: -20px;
  transition-duration: .4s;
  transition-property: top;
  transition-timing-function: ease-out;*/
}

#bwc_telemoveis .cellphone-image {
  text-align: center;
}

/*.cellphone-card:hover .cellphone-image {
  top: -40px;
}*/

.cellphone-image img {
  width: 100px;
  margin-top: -28px;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}

.cellphone-image img:hover{
  top: -10px;
}

.cellphone-title {
  color: #2b83bb;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  height: auto;
  margin-bottom: 8px;
}

.colors-palete {
  margin-bottom: 0;
}

.cellphone-color {
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  width: 16px;
  border: 1px solid #ccc;
}

.pink {
  background-color: rgb(196, 166, 166);
}

.white {
  background-color: rgb(256, 256, 256);
}

.black {
  background-color: rgb(0, 0, 0);
}

.cellphone-info {
  max-width: 150px;
}

.cellphone-info .info-block {
  display: inline-block;
  margin-right: 17px;
  margin-top: 10px;
}

.cellphone-info .info-title {
  font-size: 13px;
  color: #9b9b9b;
  font-weight: 500
}

.cellphone-info .info-data {
  font-size: 13px;
  font-weight: 500
}

.cellphone-tarifa {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: left;
}

.cellphone-tarifa .tarifa-title {
  /*text-transform: uppercase;*/
  color: #9b9b9b;
  /*border-bottom: 1px solid #ebebeb;*/
  font-weight: 400;
  font-size: 12px;
  padding: 0px
}

.cellphone-tarifa .tarifa-prazo {
  /*font-size: 10px;*/
  letter-spacing: .9px;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
}

.tarifa-price-wrap {
  display: inline-block;
  text-align: left;
}

.tarifa-price-value {
  font-weight: 700;
  line-height: 1;
  vertical-align: top;
  font-size: 40px;
  display: inline-block;
}
.price-gratis{
    padding: 11px 0;
    font-size: 27px !important;
    color: #000;
}
.tarifa-price-ratio {
  font-weight: 700;
  line-height: 1;
  vertical-align: top;
  f/*ont-size: 13px;*/
  letter-spacing: .1px;
  display: inline-block;
}

.tarifa-price {
  margin: 7px 0 0 0;
  text-align: left;
}

#bwc_telemoveis .btn {
  height: 36px;
  padding: 9px 48px;
  margin-top: 20px;
  width: auto;
  margin-top: 0
}

#bwc_telemoveis .nav-pills>li>a {
  line-height: 35px;
  font-size: 11px;
  transition: all .3s;
  box-shadow: inset 0 0 0 1px #d8d8d8;
  border: 0;
  background-color: #fff;
  color:#2b83bb;
}

#bwc_telemoveis .nav-pills>li>a:hover,
#bwc_telemoveis .nav-pills>li.active>a {
  box-shadow: inset 0 0 0 2px #2b83bb;
  overflow: hidden;
}

@media (min-width: 400px) {
  .nube-svg{
    bottom: 109px;
  }
}
@media (min-width: 768px) {
  #bwc_telemoveis .nav-pills>li>a{
    font-size: 13px;
  }

  .colors-palete {
    margin-bottom: 26px;
  }

  .tarifa-bottom-wrap{
    /*height: 200px;*/
  }

  .nube-svg{
    bottom: 97px;
  }

  .cellphone-title {
    color: #2b83bb;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    height: auto;
    margin-bottom: 8px;
  }

  .cellphone-wrap-promo .oferta-claim {
    width: 198px;
    top: 37px;
    left: 25px;
  }


  .cellphone-wrap-promo .oferta-claim span {
    background-color: #fff;
    -webkit-box-shadow: -3px 0 0 #fff, 3px 0 0 #fff;
    box-shadow: -3px 0 0 #fff, 3px 0 0 #fff;
    display: inline;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
  }

  .sticker-stock{
    padding: 5px 25px;
    top: 232px;
    width: auto;
  }

  .sticker-promotion{
    padding: 5px 25px;
    top: 232px;
    width: auto;
  }

  #bwc_telemoveis .nav-pills a {
    width: 240px;
  }
   #bwc_telemoveis .nav-pills li a {
    min-width: 240px;
  }

  #bwc_telemoveis .mas_info {
    font-size: 16px;
  }

  #bwc_telemoveis .nav {
    text-transform: inherit;
  }
  .cellphone-title {
      margin: 17px 0 5px 0;
  }
  #bwc_telemoveis .nav-pills li span {
    display: inline-block;
  }
  #bwc_telemoveis .cellphone-wrap {

  }
  #bwc_telemoveis .item {
    display: block !important
  }
  #bwc_telemoveis .tab-content {
    margin-bottom: 40px;
  }
  #bwc_telemoveis.cellphone-card {
    margin: 0px 10px 20px 10px
  }
  .cellphone-info {
    max-width: 100%;
  }
  .cellphone-info .info-title {
    font-size: 16px;
  }
  .cellphone-info .info-data {
    color: #2e2e3b;
    font-weight: 500;
    margin-top: 1px;
    font-size: 16px;
  }
  .colors-palete {
    margin-bottom: 0px;
  }
  .cellphone-card {
    margin: 0;
  }
  .tarifa-price-value {
    font-size: 47px;
  }
  .price-gratis{
    font-size: 25px !important;
  }
  .tarifa-price-ratio {
    font-size: 16px;
    line-height: 23px;
  }
  .cellphone-tarifa .tarifa-prazo {
    font-size: 14px;
  }
  .cellphone-tarifa .tarifa-title {
    font-size: 14px;
  }
  #bwc_telemoveis .cellphone-image {
    /*left: -1px*/
    text-align: center;
  }
  #cellphone-block{
    max-width: 100%;
  }
  .sticker-promotion {
    background-color: #ffea62;
    font-size: 14px;
    left: 0;
    top: 232px;
  }
  .cellphone-wrap-promo .price-gratis {
    padding: 11px 0;
  }
  .cellphone-wrap-promo .cellphone-title {
    margin-bottom: 4px;
  }

}

@media (min-width: 991px) {
  #bwc_telemoveis .cellphone-image img {
    height: 300px;
    width: auto;
  }
  #bwc_telemoveis .cellphone-wrap {

  }

  .cellphone-card {
    margin: 0
  }
}



/*----------------------------------------¿Por qué Yoigo?----------------------------------------*/

#bwc_por_que_yoigo {
  margin-bottom: 0;
  text-align: center;
  padding: 30px 0 60px;
  background-color: #fff
}

#bwc_por_que_yoigo h2 {
  margin-bottom: 20px;
}

#bwc_por_que_yoigo .ventajas-wrap {
  padding: 15px;
  display: table;
}

#bwc_por_que_yoigo .icon-circle {
  background-image: linear-gradient(180deg, #2b83bb, #1cc1ff);
  border-radius: 100px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 70px;
  margin-right: 15px;
}

#bwc_por_que_yoigo .ventajas-wrap .icon-circle.no-bg {
  background: antiquewhite !important;
    background-color: rgba(0,0,0,0) !important;
}

#bwc_por_que_yoigo .icon {
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}

#bwc_por_que_yoigo .ventajas-title {
  color: #2e2e3b;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
}

#bwc_por_que_yoigo .ventajas-subtitle {
  color: #2e2e3b;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

@media (min-width: 768px) {

  #bwc_por_que_yoigo .icon-circle {
    height: 80px;
    margin-bottom: 70px;
    width: 80px;
    margin-right: 15px;
  }
  #bwc_por_que_yoigo .icon {
    height: 60px;
    width: 60px;
  }
  #bwc_por_que_yoigo .euro {
    height: 70px;
    width: 63px;
  }
}

/*----------------------------------------FOOTER----------------------------------------*/

footer {
  background: #ffffff;
  border-top: 1px solid #000000;
}

footer .links {
  padding: 0;
  margin-bottom: 0
}

footer .links li {
  border-bottom: 1px solid hsla(0, 0%, 61%, .23);
  display: block;
  padding: 25px 20px;
}

footer .links li a {
  color: #000000;
  font-size: 18px;
}

footer .links li a:hover,
footer .links li a:focus {
  text-decoration: none;
}

.company {
  padding: 25px 20px;
  position: relative;
}

.company .logo {
  width: 90px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/yoigo-logo.png) no-repeat center;
  background-size: contain;
}

.copy {
  color: #000000;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  float: right;
  line-height: 28px;
}

@media (min-width: 768px) {
  footer .links {
    padding: 20px 0 0 0;
  }
  footer .links li {
    border-bottom: none;
    display: inline-block;
    padding: 25px 25px;
  }
  .company {
    padding: 50px 20px;
  }
  .company .logo {
    display: inline-block;
    margin-right: 10px;
    width: 100px;
    height: 31px;
  }
  .copy {
    display: inline-block;
    float: none;
  }
}

@media (max-width: 1000px) and (min-width: 770px) {
  footer .links li {
    padding: 0 10px !important;
  }
  footer .links li a {
    font-size: 16px !important;
  }
  .company {
    padding: 22px !important;
  }
}

@media (min-width: 1200px) {
  footer .links li a {
    font-size: 22px;
  }
}
/*---------------------------------------- Colors ----------------------------------------*/

/*.bwc_pink .bbo_head {
  background: -webkit-linear-gradient(top,#ae3f97,#c84ec4) !important;
  background: linear-gradient(180deg,#ae3f97,#c84ec4) !important;
}*/
.bwc_green footer{
  background-color: #72ba45 !important;
}

.bwc_pink footer{
  background-color: #ae3f97 !important;
}

.bwc_orange footer{
  background-color: #f6831f !important;
}

.bwc_blue footer{
  background-color: #2b83bb !important;
}

.bwc_green .brand-negocios{
  background-image: url(../images/yoigo-negocios-logo-green.png) !important;
}

.bwc_pink .brand-negocios{
  background-image: url(../images/yoigo-negocios-logo-pink.png) !important;
}

.bwc_orange .brand-negocios{
  background-image: url(../images/yoigo-negocios-logo-orange.png) !important;
}

.bwc_blue .brand-negocios{
  background-image: url(../images/yoigo-negocios-logo-blue.png) !important;
}

.bwc_green .navbar-brand,
.bwc_green .company .logo {
  background-image: url(../images/yoigo-logo-green.png);
}

.bwc_pink .navbar-brand,
.bwc_pink .company .logo {
  background-image: url(../images/yoigo-logo-pink.png);
}

.bwc_orange .navbar-brand,
.bwc_orange .company .logo {
  background-image: url(../images/yoigo-logo-orange.png);
}
.bwc_green .bbo_head,
.bwc_green #bwc_por_que_yoigo .icon-circle {
  background: -webkit-linear-gradient(top,#59b809,#72ba45) !important;
  background: linear-gradient(180deg,#59b809,#72ba45) !important;
}

.bwc_pink .bbo_head,
.bwc_pink #bwc_por_que_yoigo .icon-circle {
  background: -webkit-linear-gradient(top,#ae3f97,#c84ec4) !important;
  background: linear-gradient(180deg,#ae3f97,#c84ec4) !important;
}

.bwc_orange .bbo_head,
.bwc_orange #bwc_por_que_yoigo .icon-circle {
  background: -webkit-linear-gradient(top,#ff8d38,#f6831f) !important;
  background: linear-gradient(180deg,#ff8d38,#f6831f) !important;
}

.bwc_green .bbo_numero_mobile a,
.bwc_green .c2c-wrap .c2c_btn,
.bwc_green .byside-c2c,
.bwc_green .byside-c2c .byside_title2,
.bwc_green .byside-c2c .button-call input,
.bwc_green .byside-c2c .button-call .loading,
.bwc_green .byside-c2c .group_checkbox label.on:before,
.bwc_green .byside_title2,
.bwc_green .button-call input,
.bwc_green .button-call .loading,
.bwc_green .group_checkbox label.on:before,
.bwc_green .bwc_landing_footer_desktop .group_checkbox label.on:before,
.bwc_green .bwc_landing_mosca_central .group_checkbox label.on:before,
.bwc_green .bwc_landing_central .group_checkbox label.on:before,
.bwc_green .bwc_landing_cabecera_mob .group_checkbox label.on:before,
.bwc_green .bwc_landing_central .byside_title,
.bwc_green .bwc_landing_central .button-call input,
.bwc_green .bwc_landing_central .button-call .loading,
.bwc_green .bwc_landing_footer_desktop,
.bwc_green .bwc_landing_footer_desktop .button-call input,
.bwc_green .bwc_landing_footer_desktop .button-call .loading,
.bwc_green .bwc_landing_footer_mob,
.bwc_green .bwc_landing_mosca_central .byside_title,
.bwc_green .bwc_landing_mosca_central .button-call input,
.bwc_green .bwc_landing_mosca_central .button-call .loading,
.bwc_green .bwc_landing_cabecera_mob .byside_title,
.bwc_green .bwc_landing_cabecera_mob .button-call input,
.bwc_green .bwc_landing_cabecera_mob .button-call .loading,
.bwc_green .btn-cobertura a,
.bwc_green .top-menu  {
  background-color: #72ba45 !important;
}
.bwc_green .byside-c2c .group_checkbox a,
.bwc_green .group_checkbox a,
.bwc_green .bwc_landing_central .group_checkbox a,
.bwc_green .bwc_landing_central .button-call .yoigo-btn-white,
.bwc_green .bwc_landing_mosca_central .bbo_colordynamic,
.bwc_green .bwc_landing_mosca_central .group_checkbox a,
.bwc_green .bwc_landing_cabecera_mob .group_checkbox a  {
  color: #72ba45 !important;
}
.bwc_green .byside-c2c .group_checkbox label:before,
.bwc_green .group_checkbox label:before,
.bwc_green .bwc_landing_footer_desktop .group_checkbox label:before,
.bwc_green .bwc_landing_mosca_central .group_checkbox label:before,
.bwc_green .bwc_landing_cabecera_mob .group_checkbox label:before,
.bwc_green .bwc_landing_mosca_central .bbo_colordynamic,
.bwc_green .bwc_landing_central .button-call .yoigo-btn-white,
.bwc_green .btn-cobertura {
  border-color: #72ba45 !important;
}
.bwc_green .bwc_landing_footer_desktop .group_checkbox label.on:before {
  background-color: #59b809 !important;
}

.bwc_green .encuesta-color, .bwc_green .btn-otra-ocasion {
  background-color: #5c9339 !important;
}

.bwc_green .encuesta-color:after {
  border-color:#5c9339 transparent transparent transparent !important;
}

.bwc_green .bwc_landing_footer_desktop .encuesta-color:after{
  border-color: transparent transparent transparent #5c9339 !important;
}

/*.bwc_green .encuesta-color:after {
  border-left-color: #5c9339 !important;
}*/


.bwc_pink .bbo_numero_mobile a,
.bwc_pink .c2c-wrap .c2c_btn,
.bwc_pink .byside-c2c,
.bwc_pink .byside-c2c .byside_title2,
.bwc_pink .byside-c2c .button-call input,
.bwc_pink .byside-c2c .button-call .loading,
.bwc_pink .byside-c2c .group_checkbox label.on:before,
.bwc_pink .byside_title2,
.bwc_pink .button-call input,
.bwc_pink .button-call .loading,
.bwc_pink .group_checkbox label.on:before,
.bwc_pink .bwc_landing_footer_desktop .group_checkbox label.on:before,
.bwc_pink .bwc_landing_mosca_central .group_checkbox label.on:before,
.bwc_pink .bwc_landing_central .group_checkbox label.on:before,
.bwc_pink .bwc_landing_cabecera_mob .group_checkbox label.on:before,
.bwc_pink .bwc_landing_central .byside_title,
.bwc_pink .bwc_landing_central .button-call input,
.bwc_pink .bwc_landing_central .button-call .loading,
.bwc_pink .bwc_landing_footer_desktop,
.bwc_pink .bwc_landing_footer_desktop .button-call input,
.bwc_pink .bwc_landing_footer_desktop .button-call .loading,
.bwc_pink .bwc_landing_footer_mob,
.bwc_pink .bwc_landing_mosca_central .byside_title,
.bwc_pink .bwc_landing_mosca_central .button-call input,
.bwc_pink .bwc_landing_mosca_central .button-call .loading,
.bwc_pink .bwc_landing_cabecera_mob .byside_title,
.bwc_pink .bwc_landing_cabecera_mob .button-call input,
.bwc_pink .bwc_landing_cabecera_mob .button-call .loading,
.bwc_pink .btn-cobertura a,
.bwc_pink .top-menu {
  background-color: #ae3f97 !important;
}
.bwc_pink .byside-c2c .group_checkbox a,
.bwc_pink .group_checkbox a,
.bwc_pink .bwc_landing_central .group_checkbox a,
.bwc_pink .bwc_landing_central .button-call .yoigo-btn-white,
.bwc_pink .bwc_landing_mosca_central .bbo_colordynamic,
.bwc_pink .bwc_landing_mosca_central .group_checkbox a,
.bwc_pink .bwc_landing_cabecera_mob .group_checkbox a {
  color: #ae3f97 !important;
}
.bwc_pink .byside-c2c .group_checkbox label:before,
.bwc_pink .group_checkbox label:before,
.bwc_pink .bwc_landing_footer_desktop .group_checkbox label:before,
.bwc_pink .bwc_landing_mosca_central .group_checkbox label:before,
.bwc_pink .bwc_landing_cabecera_mob .group_checkbox label:before,
.bwc_pink .bwc_landing_mosca_central .bbo_colordynamic,
.bwc_pink .bwc_landing_central .button-call .yoigo-btn-white,
.bwc_pink .btn-cobertura {
  border-color: #ae3f97 !important;
}
.bwc_pink .bwc_landing_footer_desktop .group_checkbox label.on:before {
  background-color: #862d73 !important;
}

.bwc_pink .encuesta-color, .bwc_pink .btn-otra-ocasion {
  background-color: #873275 !important;
}

.bwc_pink .encuesta-color:after {
  border-color:#873275 transparent transparent transparent !important;
}

.bwc_pink .bwc_landing_footer_desktop .encuesta-color:after{
  border-color: transparent transparent transparent #873275 !important;
}

/*.bwc_pink .encuesta-color:after {
  border-left-color: #873275 !important;
}*/

.bwc_orange .bbo_numero_mobile a,
.bwc_orange .c2c-wrap .c2c_btn,
.bwc_orange .byside-c2c,
.bwc_orange .byside-c2c .byside_title2,
.bwc_orange .byside-c2c .button-call input,
.bwc_orange .byside-c2c .button-call .loading,
.bwc_orange .byside-c2c .group_checkbox label.on:before,
.bwc_orange .byside_title2,
.bwc_orange .button-call input,
.bwc_orange .button-call .loading,
.bwc_orange .group_checkbox label.on:before,
.bwc_orange .bwc_landing_footer_desktop .group_checkbox label.on:before,
.bwc_orange .bwc_landing_mosca_central .group_checkbox label.on:before,
.bwc_orange .bwc_landing_central .group_checkbox label.on:before,
.bwc_orange .bwc_landing_cabecera_mob .group_checkbox label.on:before,
.bwc_orange .bwc_landing_central .byside_title,
.bwc_orange .bwc_landing_central .button-call input,
.bwc_orange .bwc_landing_central .button-call .loading,
.bwc_orange .bwc_landing_footer_desktop,
.bwc_orange .bwc_landing_footer_desktop .button-call input,
.bwc_orange .bwc_landing_footer_desktop .button-call .loading,
.bwc_orange .bwc_landing_footer_mob,
.bwc_orange .bwc_landing_mosca_central .byside_title,
.bwc_orange .bwc_landing_mosca_central .button-call input,
.bwc_orange .bwc_landing_mosca_central .button-call .loading,
.bwc_orange .bwc_landing_cabecera_mob .byside_title,
.bwc_orange .bwc_landing_cabecera_mob .button-call input,
.bwc_orange .bwc_landing_cabecera_mob .button-call .loading,
.bwc_orange .btn-cobertura a,
.bwc_orange .top-menu {
  background-color: #f6831f !important;
}
.bwc_orange .byside-c2c .group_checkbox a,
.bwc_orange .group_checkbox a,
.bwc_orange .bwc_landing_central .group_checkbox a,
.bwc_orange .bwc_landing_central .button-call .yoigo-btn-white,
.bwc_orange .bwc_landing_mosca_central .bbo_colordynamic,
.bwc_orange .bwc_landing_mosca_central .group_checkbox a,
.bwc_orange .bwc_landing_cabecera_mob .group_checkbox a {
  color: #f6831f !important;
}
.bwc_orange .byside-c2c .group_checkbox label:before,
.bwc_orange .group_checkbox label:before,
.bwc_orange .bwc_landing_footer_desktop .group_checkbox label:before,
.bwc_orange .bwc_landing_mosca_central .group_checkbox label:before,
.bwc_orange .bwc_landing_cabecera_mob .group_checkbox label:before,
.bwc_orange .bwc_landing_mosca_central .bbo_colordynamic,
.bwc_orange .bwc_landing_central .button-call .yoigo-btn-white,
.bwc_orange .btn-cobertura {
  border-color: #f6831f !important;
}
.bwc_orange .bwc_landing_footer_desktop .group_checkbox label.on:before {
  background-color: #ff8d38 !important;
}

.bwc_orange .encuesta-color, .bwc_orange .btn-otra-ocasion {
  background-color: #d58c13 !important;
}

.bwc_orange .encuesta-color:after {
  border-color:#d58c13 transparent transparent transparent !important;
}

.bwc_orange .bwc_landing_footer_desktop .encuesta-color:after{
  border-color: transparent transparent transparent #d58c13 !important;
}

/*.bwc_orange .encuesta-color:after {
  border-left-color: #d58c13 !important;
}*/
/* HIDE BYSIDE LOGO */
/*.byside_logo, .bbo_logo_byside { display: none !important; }*/
