.carousel-franja .carousel-inner {
	background-color: #0087D1;
}
.franja_despacho{
    background-color: #0087D1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 20px;
    text-align: center;
	max-height: 56px;
}
.franja_despacho p {
    font-family: 'TelefonicaWeb-Regular';
	font-size: 12px;
    margin: 0px;
	color: #fff;
}
.franja_despacho img {
    margin-top: -10px;
    margin-right: 10px;
}
.franja_despacho p span{
    font-family: 'TelefonicaWeb-Bold';
    color: #e63780;
}
.franja_despacho p span.bg-magento {
	font-family: 'TelefonicaWeb-Bold';
	color: #fff;
    background-color: #e63780;
	padding: 3px;
    border-radius: 4px;
}

.franja_despacho_movil_v {
  background-color: #0087D1;
  text-align: center;
  padding: 20px;
  font: 12px 'TelefonicaWeb-Regular';
  margin: 0px;
	color: #fff;
  display: flex;
  justify-content: center;
}
.franja_despacho_movil_v .bold {
    font: 12px 'TelefonicaWeb-Regular';
    color: #fff;
}
.franja_despacho_movil_v .container-text {
    display: inline-block;
    cursor: pointer;
}
.franja_despacho_movil_v img {
    margin-top: -5px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}
.franja_despacho_movil_v span{
    font-family: 'TelefonicaWeb-Bold';
    color: #e63780;
}
.franja_despacho_movil_v span.bg-magento {
	font: 12px 'TelefonicaWeb-Bold';
	color: #fff;
    background-color: #e63780;
	padding: 3px;
    border-radius: 4px;
    display: inline-block;
}
.franja_despacho_movil_v .container-text span.line-info {
    display: inline;
    color: #fff;
    font-family: 'TelefonicaWeb-Regular';
    position: relative;
    padding-left: 10px;
}
.franja_despacho_movil_v .container-text span.line-info::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 3px;
  background-color: #fff;
}
.franja_despacho_movil_v a {
    color: #fff;
}
.franja_despacho_movil_v a i {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.franja_pre_cyber{
    background-color: #0087D1;
    text-align: center;
    padding: 20px;
    text-align: center;
	max-height: 56px;
}
.franja_pre_cyber p{
    font-family: 'TelefonicaWeb-Regular';
	font-size: 12px;
    margin: 0px;
	color: #fff;
}
.franja_pre_cyber p.desktop {
	display: block;
}
.franja_pre_cyber p.mobile {
	display: none;
}
.franja_pre_cyber img {
    margin-top: -10px;
    margin-right: 10px;
	max-width: 70px;
}
.franja_pre_cyber p span{
    font-family: 'TelefonicaWeb-Bold';
    color: #e63780;
}
.franja_pre_cyber p span.bg-magento {
	font-family: 'TelefonicaWeb-Bold';
	color: #fff;
    background-color: #e63780;
	padding: 3px;
    border-radius: 4px;
}

.franja_pre_cyber_movil_v {
    background-color: #0087D1;
    text-align: center;
    padding: 20px;
    text-align: center;
	max-height: 56px;
}
.franja_pre_cyber_movil_v p{
    font-family: 'TelefonicaWeb-Regular';
	font-size: 12px;
    margin: 0px;
	color: #fff;
}
.franja_pre_cyber_movil_v p.desktop {
	display: block;
}
.franja_pre_cyber_movil_v p.mobile {
	display: none;
}
.franja_pre_cyber_movil_v img {
    margin-top: -10px;
    margin-left: -80px;
	max-width: 70px;
    display: inline-block;
    position: absolute;
}
.franja_pre_cyber_movil_v p span{
    font-family: 'TelefonicaWeb-Bold';
    color: #e63780;
}
.franja_pre_cyber_movil_v p span.bg-magento {
	font-family: 'TelefonicaWeb-Bold';
	color: #fff;
    background-color: #e63780;
	padding: 3px;
    border-radius: 4px;
}


.class-slider{
    margin-top: 60px;
    margin-bottom: 0;
}

.class-slider-two{
    position: relative;
    z-index: 100;
}

.modal-despacho {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 110%;
    height: 110%;
    background-color: rgba(0, 0, 0, 0.5);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 99999999;
    -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    overflow: hidden;
}
.modal-despacho-active {
    display: block;
}
.modal-despacho .container {
    margin: 150px auto;
    width: 60%;
    display: flex;
}
.modal-despacho .close-modal {
    position: absolute;
    right: 21%;
    margin-top: 10px;
}
.modal-despacho-old .close-modal {
    position: absolute;
    right: 22%;
    margin-top: 10px;
}
.modal-despacho .first-section {
    background-color: #019DF4;
    padding: 40px;
    width: 50%;
    border-radius: 10px 0 0 10px;
}
.modal-despacho .first-section p {
    font: 21px 'TelefonicaWeb-Light';
    color: #fff;
    margin: 10px 5px;
    width: 85%;
}
.modal-despacho .first-section p span{
    font: 21px 'TelefonicaWeb-Bold';
}
.modal-despacho .first-section .exc-web {
    color: #fff;
    font: 14px 'TelefonicaWeb-Bold';
    background-color: #E63780;
    padding: 2px;
    border-radius: 4px;
    max-width: 105px;
    text-align: center;
}
.modal-despacho .second-section {
    width: 60%;
    padding: 40px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}
.modal-despacho .second-section p {
    font: 12px 'TelefonicaWeb-Regular';
    color: #313235;
    margin-bottom: 10px;
}
.modal-despacho .second-section p span {
    font: 12px 'TelefonicaWeb-Bold';
    color: #313235;
}
.modal-despacho .second-section .title {
    font: 13px 'TelefonicaWeb-Bold';
    color: #313235;
}
.modal-despacho .second-section a {
    display: none;
}
.container-franja-movil-sin-equipos {
	margin-top: 60px;
	margin-bottom: -60px;
}
.franja-chip .container img {
	margin-top: -5px;
}
.franja-planes-equipo {
	margin-top: 60px !important;
}
.franja_slider_home {
    padding-left: unset;
    padding-right: unset;
}
.franja_slider_home .container {
    padding-left: unset;
    padding-right: unset;
}
@media (max-width: 992px){
  .franja_despacho_movil_v .container-text span.line-info {
    color: #fff;
    font-family: 'TelefonicaWeb-Regular';
    display: block;
  }
  .franja_despacho_movil_v .container-text span.line-info::before{
    content: none;
  }
  .franja_despacho_movil_v img {
    display: none;
  }
}

@media (max-width: 536px){
    .franja_despacho_movil_v.franja-chip.beta .container{
        width: 99%;
        margin: unset;
        padding: unset;
    }
	.container-franja {
		margin-top: 140px;
	}
	.container-franja-movil {
		margin-top: 140px;
	}
	.container-franja-movil-sin-equipos {
		margin-top: 140px;
	}
    .franja_despacho,
    .franja_despacho_movil_v {
        background-color: #0087D1;
        padding: 15px;
        font-size: 12px;
        background-size: 100%;
    }
    .franja_despacho p {
        padding-left: 45px;
		width: 70%;
		margin: auto;
		text-align: left;
    }
    .franja_despacho_movil_v p {
        padding-left: 65px;
		width: 100%;
		margin: auto;
		text-align: left;
    }
	.franja_despacho p img {
		margin-top: 5px;
		margin-left: -70px;
		position: absolute;
	}
	.franja_despacho_movil_v p img {
		margin-top: 5px;
		margin-left: -60px;
		position: absolute;
	}

	.franja_pre_cyber {
        padding: 15px;
        font-size: 12px;
        background-size: 100%;
    }
    .franja_pre_cyber_movil_v {
        padding: 10px;
        font-size: 12px;
        background-size: 100%;
    }
    .franja_pre_cyber p {
        padding-left: 85px;
		width: 80%;
		margin: auto;
		text-align: left;
    }
    .franja_pre_cyber_movil_v p {
        padding-left: 85px;
		width: 100%;
		margin-left: auto;
		text-align: left;
        line-height: 20px;
    }
    .franja_pre_cyber_movil_v p span.bg-magento {
        padding: 1px;
    }
	.franja_pre_cyber p.desktop,
    .franja_pre_cyber_movil_v p.desktop {
		display: none;
	}
	.franja_pre_cyber p.mobile,
    .franja_pre_cyber_movil_v p.mobile {
		display: block;
		margin-top: -5px;
	}
	.franja_pre_cyber p img,
    .franja_pre_cyber_movil_v p img {
		margin-top: 0;
		margin-left: -75px;
		position: absolute;
	}
    .class-slider{
        margin-top: 0;
        margin-bottom: 0;
    }
    .class-slider-two {
        position: initial;
        z-index: inherit;
    }
    .franja_despacho_movil_v {
        padding-right: 5px;
        display: flex;
        text-align: center;
        margin: auto;
        justify-content: center;
        align-items: center;
        margin-top: -2px;
        padding: 9px;
        background-size: cover;
    }
    .franja_despacho_movil_v .container-text {
      display: inline;
      font-size: 11px;
    }
    .franja_despacho_movil_v .container-text .line {
        border-right: unset;
    }
    .franja_despacho_movil_v .bold {
        font-family: 'TelefonicaWeb-Bold';
        color: #fff;
    }
    .franja_despacho_movil_v a {
        font: 11px 'TelefonicaWeb-Regular';
    }
    .container-franja-new .franja_despacho_movil_v .container-text {
        width: 68%;
    }
	.container-franja-sin-equipo-v .franja_despacho_movil_v span.line {
		padding-right: 0px;
		margin-right: 0px;
	}
    .franja_despacho_movil_v span.line {
        display: inline;
        border-right: 0;
        padding-right: 0;
		margin: 0;
    }
    .modal-despacho .container {
        display: block;
        width: 80%;
        margin: 60px auto;
		margin-top: 20%;
    }
    .modal-despacho .close-modal {
        right: 13%;
    }
	.modal-despacho-old .close-modal {
		right: 14%;
	}
    .modal-despacho .first-section {
        width: 100%;
        padding: 40px 20px;
        border-radius: 10px 10px 0 0;
    }
    .modal-despacho .first-section .exc-web {
        display: inline-block;
    }
    .modal-despacho .first-section p {
        width: 93%;
    }
    .modal-despacho .second-section {
        width: 100%;
        padding: 40px 30px;
        background-color: #fff;
        border-radius: 0 0 10px 10px;
    }
    .modal-despacho .second-section .title {
        display: none;
    }
    .modal-despacho .second-section a {
        display: block;
        padding: 10px;
        border: 1px solid #019DF4;
        color: #019DF4;
        border-radius: 20px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        text-align: center;
    }
	.franja_despacho_movil_v span.bg-magento {
		padding: 1px;
	}
	.container-franja-movil .franja-chip .container img {
		margin-left: 20px;
	}
	.container-franja-movil .franja-chip .container .container-text {
		width: 80%;
	}
	.slider-franja-movil .franja_despacho_movil_v-text {
		width: 70%;
	}
	.franja-chip .container img {
		position: relative;
		max-width: 50px;
		margin-right: 10px;
		margin-left: -13px;
	}
	.franja_pre_cyber p span.bg-magento {
		padding: 1px;
	}
	.break-mobile::before {
		content: "\A";
		white-space: pre;
	}
	.container-franja-movil-sin-equipos .break::before {
		content: "\A";
		white-space: pre;
	}
	.container-franja-movil .franja-chip .container,
	.container-franja-movil-sin-equipos .franja-chip .container	{
		width: 100% !important;
	}
	.franja-planes-equipo {
		margin-top: 140px !important;
	}
	.franja-planes-equipo .franja-chip .container img {
		margin-left: 20px;
	}
    .franja_slider_home {
        padding-left: unset;
        padding-right: unset;
    }
    .franja_slider_home .container {
        padding-left: unset;
        padding-right: unset;
    }
    .franja_despacho_movil_v.franja_slider_home .container .container-text {
        width: 75%;
        font-size: 12px;
    }
    .franja-planes-equipo .franja_despacho_movil_v.franja-chip.beta {
        padding: 15px 0 15px 0;
    }
    .container-franja-movil .franja_despacho_movil_v.franja-chip.beta {
        padding: 15px 0 15px 0;
    }
    .franja-planes-equipo .franja_despacho_movil_v.franja-chip.beta .container .container-text {
        width: 75%;
        font-size: 12px;
    }
    .componente-franja-dos.franja_despacho_movil_v {
        padding: 15px 0 15px 0;
    }
    .componente-franja-dos.franja_despacho_movil_v .container-text {
        width: 75%;
        font-size: 12px;
    }
    .componente-franja-slider.franja_despacho_movil_v {
        padding: 15px 0 15px 0;
    }
    .componente-franja-slider.franja_despacho_movil_v .container-text {
        width: 75%;
        font-size: 12px;
    }
}
