@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700");
body {
  font-family: "Oxygen", sans-serif;
  position: relative;
}

#showPopupButton{
  background-color: #002060;
  color: white;
  border: none;
  border-radius: 8px;
  height: 50px;
  font-size: 13px;
  padding: 0 10px;
}

#popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  visibility: hidden;
  opacity: 0;
}

.popup-content {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  position: relative;
}
.popup-content .close-button{
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #002060;
  color: white;
  border: none;
  border-radius: 50px;
  height: 25px;
  width: 25px;
}

.popup-content .logo-pop{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 25px;
}

.popup-content h2 {
  margin-top: 0;
  font-size: 25px;
  margin: 0 0 20px;
  text-align: center;
}

#selectOption {
  width: 100%;
  padding: 10px;
}

.popup-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.design-select .tab-planes-block{
  padding: 40px 0 0;
}
.design-select .tab-planes-block .btns-tabs{
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  transform: translateX(-150px);
}
.design-select .tab-planes-block .btns-tabs .tab-title{
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: #002060;
  font-weight: bold;
  margin: 0 10px;
  padding: 0 25px;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  border-bottom: 3px solid #e50914;
  transition: all .3s ease-in-out;
  text-align: center;
}
.design-select .tab-planes-block .btns-tabs .tab-title.active{
  background-color: #e50914;
  color: white;
  border-radius: 5px;
}
.design-select .tab-planes-block .content-tabs .tab{
  display: none;
}
.design-select .tab-planes-block .content-tabs .tab.active{
  display: block;
}
.design-select .planes-grid{
  display: none !important;
}
.design-select.mc2024 .planes-grid.mc2024{
  display: block !important;
}
.design-select.critica2024 .planes-grid.critica2024{
  display: block !important;
}
.design-select.especial350 .planes-grid.especial350{
  display: block !important;
}
.design-select.especial430 .planes-grid.especial430{
  display: block !important;
}
.design-select.critica .planes-grid.critica{
  display: block !important;
}
.design-select.especial60 .planes-grid.especial60{
  display: block !important;
}



/* Estilos del banner de cookies */
/*.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
  text-align: center;
  display: none;
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner div {
  margin-top: 10px;
}

.cookie-banner button {
  margin: 5px;
}*/

.cookies {
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     background: white;
     border-top: 1px solid black;
     color: black;
     font-family: arial;
     text-align: center;
     padding: 20px 0;
     z-index: 9999;
 }
 .cookies__botones{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 220px;
  margin: 20px auto 0;
 }
 .cookies__boton {
     background: initial;
     border: 1px solid black;
     height: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 13px;
     border-radius: 20px;
     color: black;
     width: 100px;
     text-align: center;
 }




.hero .carousel .carousel-indicators{
    display: none !important;
}

.content-tab{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 930px;
}
ul.nav.nav-tabs {
    border: none;
    max-width: 930px;
    margin: 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.nav.nav-tabs li.active a {
    color: black;
}
ul.nav.nav-tabs li a {
    border: 1px solid #ffa040;
    border-radius: 5px;
    color: white !important;
    background: linear-gradient(90deg,#ffa040,#ff7514);
}
ul.nav.nav-tabs li.active a {
    border: 1px solid #1F1F2B;
    border-radius: 5px;
    color: white !important;
    background: #1F1F2B;
}
ul.nav.nav-tabs li a:hover{
    color: black;
}

ul.nav.nav-tabs li a:after{
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1F1F2B;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    transition: all .3s ease-in-out;
}
ul.nav.nav-tabs li.active a:after{
    opacity: 1;
    visibility: visible;
}
ul.nav.nav-tabs li{
    background-color: white !important;
}


.gridbenefits .itm p{
    color: white !important;
}
.planes-grid .container .plan .act a{
    margin: 30px auto 0 !important;
}
.text-gana h2 {
    text-align: center;
    color: #51596b;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.text-gana h3 {
    text-align: center;
    color: #51596b;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
.text-gana p {
    text-align: center;
    color: #51596b;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
}
.text-gana ul,.text-gana ol {
    margin-bottom: 20px;
}
.text-gana ul li,.text-gana ol li {
    color: #51596b;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
}


.wa {
    max-width: 290px;
    width: 100%;
    padding: 6px 0;
    text-align: center;
    background: transparent;
    margin: 6px auto 0;
    border: 1px solid #de297f;
    border-radius: 20px;
}
.wa p {
    color: #de297f;
    font-size: 13px;
}
.wa a {
    font-size: 13px;
    color: #de297f;
}
.wa img {
    max-width: 20px;
}


.planes-grid .container .itm{
    border-bottom: 1px solid #b5b5b5;
    padding: 0 0 20px;
}



h1 {
  margin: 0;
  line-height: 1.5;
}

h2 {
  margin: 0;
  line-height: 1.5;
}

h3 {
  margin: 0;
  line-height: 1.5;
}

h4 {
  margin: 0;
  line-height: 1.5;
}

h5 {
  margin: 0;
  line-height: 1.5;
}

h6 {
  margin: 0;
  line-height: 1.5;
}
a{
  transition: all .3s ease-in-out !important;
}

.terms{
  font-size: 9px !important;
  color: #8a8888 !important;
}
.planes .container .all .regular .the-last{
  display: none !important;
}
.planes .container{
  max-width: calc(100% - 333px);
  padding: 40px 50px;
  margin: 0;
}


.last-icons .title-icons h3{
    text-align: center;
    font-weight: 600;
    margin: 50px 0px;
}
.last-icons .list-items{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.last-icons .list-items .item-icon{
  width: 100%;
  max-width: 300px;
  padding: 10px;
}
.last-icons .list-items .item-icon img{
  display: block;
  margin: 0 auto 10px;
}
.last-icons .list-items .item-icon p{
  font-size: 16px;
  text-align: center;
}
.last-icons .list-items .item-icon p span{
  font-weight: 600;
}

.include {
    background: #CCFF33;
    display: none !important;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
}
.include p {
    margin: 0;
    color: rgb(59,69,89);
    font-weight: bold;
    font-size: 16px;
    max-width: 250px;
    line-height: 1.2;
}

.include p span {
    display: block;
    font-size: 12px;
}



.cta-phone{
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 101;
}
.cta-phone img{
  width: 85%;
  float: right;
}
.cta-phone.shake-rotate{
  animation-play-state: running !important;
  animation-duration: 100ms !important;
  animation-iteration-count: 15 !important;
  animation-name: shake-rotate !important;
  animation-timing-function: ease-in-out !important;
}
.planes .container {
  width: 100%;
}

.planes .container .all {
  max-width: calc(100% - 333px);
  padding: 40px 50px;
}
.content-all .container {
  max-width: calc(100% - 333px);
  padding: 40px 50px;
  margin: 0;
}
.planes .container .all h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
}
.planes .container .all .colors {
  font-weight: 300;
  font-size: 27px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
}
.planes .container .all .colors span {
  font-weight: bold;
}
.planes .container .all .colors span:nth-child(1) {
  color: #90a828;
}
.planes .container .all .colors span:nth-child(2) {
  color: #713a7f;
}
.planes .container .all .colors span:nth-child(3) {
  color: #d40c60;
}
.planes .container .all .pleca{
  margin: 20px 0;
}
.planes .container .all h4.promotxt {
  background-color: #e52737;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 3px;
  margin-bottom: 30px;
}
.planes .container .all .promotions {
  padding-bottom: 50px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
}
.planes .container .all .regular .the-last{
  margin-top: 60px;
}
.planes .container .all .regular .the-last .terms{
  font-size: 12px;
  color: #666;
  text-align: center;
}
.planes .container .all .regular .the-last .fourk{
  display: flex;
  align-items: center;
  justify-content: center; 
  margin: 50px auto;
  max-width: 700px;
  width: 100%;
}
.planes .container .all .regular .the-last .fourk p{
  font-size: 16px;
  line-height: 1.5;
}
.planes .container .all .regular .the-last .fourk p strong{
  display: block;
  margin-bottom: 5px;
}
.planes .container .all .regular .the-last .fourk p span{
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.planes .container .all .regular p.lt {
  text-align: center;
  padding: 10px 0 0;
  font-size: 18px;
  font-weight: 300;
  color: #666666;
}
.planes .container .all .regular p.lt span {
  font-weight: bold;
  position: relative;
}
.planes .container .all .regular p.lt span:after {
  content: "6";
  font-size: 10px;
  position: relative;
  top: -10px;
}
.planes .container .all .regular p.lt span.sp:after{
  content: "7"
}
.planes .container .all .regular p.lt span:nth-child(1) {
  color: #8a5ba0;
}
.planes .container .all .regular p.lt span:nth-child(2) {
  color: #60b0bb;
}
.planes .container .all .regular p.lt span:nth-child(3) {
  color: #e52737;
}
.planes .container .all .regular p.lt span:nth-child(4) {
  color: #b5d031;
}
.planes .container .all .regular p.lt span:nth-child(4):after {
  content: "3";
}
.planes .container .all .plan {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 0 auto 30px;
}

.hire {
  background-color: #1F1F2B;
  padding: 22px 0 4px;
  text-align: center;
}
.hire a {
  display: block;
  color: white;
  width: 195px;
  height: 50px;
  background-color: #1565C0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 50px;
  margin: 0 auto;
  font-size: 15px;
  border-radius: 30px;
}
.hire i {
  color: #1565C0;
}

.condition {
  padding: 35px 20px;
  text-align: center;
}
.condition h4 {
  color: #005caa;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
}
.condition p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}
.condition p span {
  font-weight: bold;
  color: #72427e;
}
.condition p span:last-child {
  color: #d40c60;
}

.movcta {
  background-color: #161616;
  color: white;
  padding: 4px 5px;
  display: none;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
}
.movcta p {
  font-size: 20px;
  font-weight: bold;
  color: #fef502;
}
.movcta a.tel {
  color: white;
  font-size: 20px;
  font-weight: bold
}

footer {
  background-color: #3B4559;
  position: relative;
}
footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}
footer .container img {
  margin-right: 80px;
}
footer .container a {
  font-size: 14px;
  color: white;
  text-decoration: underline;
  font-weight: 300;
}
footer .container a:last-child {
  text-decoration: none;
  margin-left: auto;
  display: table;
}
header {
  background-color: #3B4559;
  border-bottom: 10px solid #b5cc4c;
  margin: 0 !important;
}
header .container {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .logo-new{
  max-width: 140px;
  margin: 25px 10px;
}
header .call p {
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
header .call p a {
  color: #00b3ce;
  text-decoration: none;
}
header .navbar-default {
  margin: 0 auto;
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  min-height: 0;
  z-index: 9;
  width: 60%;
}
header .navbar-default .container-fluid {
  padding: 0;
}
header .navbar-default .container-fluid .navbar-collapse {
  padding: 0;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li {
  float: none;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.active a {
  background-color: #e50914; /**/
  border-color: #e50914;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li a {
  padding: 0;
  height: 42px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  background-color: #333333;
  border-bottom: 0;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header .call{
  width: 25%;
}

.hero .container {
  width: 100%;
  padding: 0;
  transform: translateX(-170px);
  width: calc( 100% - 333px );
  max-width: 100%;
}
.hero img {
  width: calc( 100% - 333px );
  max-width: 1090px;
}

.forma {
  position: fixed;
  top: 70px;
  width: 333px;
  left: calc(100% - 333px);
  border: 1px solid #c9c9c9;
  z-index: 1111111;
}
.forma .form-header {
    /*background-image: -moz-linear-gradient( -6deg, rgb(153,79,171) 0%, rgb(164,95,190) 53%, rgb(135,75,162) 75%, rgb(106,54,133) 100%) !important;
    background-image: -webkit-linear-gradient( -6deg, rgb(153,79,171) 0%, rgb(164,95,190) 53%, rgb(135,75,162) 75%, rgb(106,54,133) 100%) !important;
    background-image: -ms-linear-gradient( -6deg, rgb(153,79,171) 0%, rgb(164,95,190) 53%, rgb(135,75,162) 75%, rgb(106,54,133) 100%) !important;*/
	 background-image: -moz-linear-gradient( -6deg, rgb(33, 31, 109) 0%, rgb(0, 78, 246) 53%, rgb(0, 78, 246) 75%, rgb(33, 31, 109) 100%) !important;
    background-image: -webkit-linear-gradient( -6deg, rgb(33, 31, 109) 0%, rgb(0, 78, 246) 53%, rgb(0, 78, 246) 75%, rgb(33, 31, 109) 100%) !important;
    background-image: -ms-linear-gradient( -6deg, rgb (33, 31, 109) 0%, rgb(0, 78, 246) 53%, rgb(0, 78, 246) 75%, rgb(33, 31, 109) 100%) !important;
  padding: 10px 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forma .form-header:before {
  content: " ";
  position: absolute;
  bottom: -10px;
  border-top: 10px solid #00C946;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.forma .form-header h3 {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}
.forma .form-header h3 a {
  display: block;
  color: inherit;
  font-size: 25px;
  margin-top: 5px;
}
.forma .form-body {
  background-color: #0D0DB0 !important; /*Fondo de Caja de Lead*/
  padding: 19.5px 19.5px 17px;
}
.forma .form-body h4, .forma .form-body p, .forma .form-body span {
  font-weight: bold;
  text-align: center;
}
.forma .form-body h4 {
  font-size: 19px;
  margin-bottom: 10px;
  color: white !important;
}
.forma .form-body p {
  font-size: 18px;
  color: #00b3ce;
  margin-bottom: 15px;
}
.forma .form-body span {
  display: block;
  color: white;
  font-size: 13px;
  margin-top: 15px;
}
.forma .form-body label{
  margin: 10px 0 5px 16px;
}
.forma .form-body input[type="text"] {
  width: 260px;
  padding: 6px;
  display: block;
  margin: 0 auto;
}
.forma .form-body input[type="tel"] {
  width: 260px;
  padding: 6px;
  display: block;
  margin: 0 auto;
}
.forma .form-body button.btn-form {/*Boton Fondo de Caja de Lead*/
  width: 100%;
  max-width: 290px;
  height: 55px;
  background-image: -moz-linear-gradient( -6deg, rgb(247, 173, 50) 0%, rgb(247, 122, 50) 53%, rgb(255, 87, 51) 75%, rgb(248, 98, 13) 100%) !important;
    background-image: -webkit-linear-gradient( -6deg, rgb(247, 173, 50) 0%, rgb(247, 122, 50) 53%, rgb(255, 87, 51) 75%, rgb(248, 98, 13) 100%) !important;
    background-image: -ms-linear-gradient( -6deg, rgb(247, 173, 50) 0%, rgb(247, 122, 50) 53%, rgb(255, 87, 51) 75%, rgb(248, 98, 13) 100%) !important;
  border-radius: 30px;
  display: block;
  position: relative;
  margin: 10px auto 0;
  text-decoration: none;
  border: 0;
}
.forma .form-body button.btn-form span {
  display: block;
  position: relative;
  z-index: 2;
  color: white;
  font-weight: bold;
  font-size: 23px;
  text-transform: uppercase;
  margin: 0;
}
.forma .form-body a.politica {
  display: table;
  font-size: 11px;
  text-decoration: underline;
  margin: 18.5px auto;
  color: white;
  font-weight: 300;
}
.forma .form-body .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.forma .form-body .check span {
  font-weight: 300;
  font-size: 11px;
  text-align: left;
  margin: 5px 0 0 5px;
  margin-left: 5px;
}

body.show-pop .bg-shadow {
  opacity: 1;
  visibility: visible;
}
body.show-pop .pop {
  opacity: 1;
  visibility: visible;
}
body .bg-shadow {
  transition: all 0.3s ease-in-out;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
body .pop {
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100vh;
  width: 100%;
  background: transparent;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}
body .pop .pop-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebf7fd;
  max-width: 600px;
  width: 600px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
body .pop .pop-content .close-pop {
  font-size: 30px;
  color: #333;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
}
body .pop .pop-content img {
  width: 100%;
}
body .pop .pop-content .text {
  width: 50%;
  background: rgba(255,255,255,.7);
  right: 0;
  position: absolute;
  color: #fff;
  top: 0;
  height: 100%;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .pop .pop-content .text .content {
  text-align: center;
}
body .pop .pop-content .text .content img {
  max-width: 150px;
  margin: 0 auto 35px;
}
body .pop .pop-content .text .content p,
body .pop .pop-content .text .content h3{
  color: #333;
}
body .pop .pop-content .text .content p {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 35px;
}
body .pop .pop-content .text .content h3 {
  font-size: 22px;
  font-weight: 200;
  margin: 0 0 35px;
}
body .pop .pop-content .text .content form input {
  width: 100%;
  border-radius: 5px;
  border: 0;
  height: 35px;
  color: #ccc;
  font-size: 20px;
  padding: 0 10px;
  margin: 0 0 7px;
  border: 1px solid #cdcdcd;
}
body .pop .pop-content .text .content form button {
  width: 100%;
  background: #FC8E11;
  border: 0;
  border-radius: 5px;
  padding: 12px;
  font-size: 17px;
  text-transform: uppercase;
}









header .container .logo-negocios {
    max-width: 260px;
}

.content-all{

}
.container {
  width: 100%;
  max-width: 1440px;
}
.content-choose-plan.two .all-sides{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.content-choose-plan.two .sides {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 50%
}
.content-choose-plan.two .sides:nth-child(1) .sides-boxes .plan-box .plan-header {
  background: #35bbee;
  background: linear-gradient(to right, #35bbee, #8bdffe);
}
.content-choose-plan.two .sides:nth-child(2) .sides-boxes .plan-box .plan-header {
  background: #dfb35b;
  background: linear-gradient(to right, #dfb35b, #f0d658);
}
.content-choose-plan.two .sides:nth-child(3) .sides-boxes .plan-box .plan-header {
  background: #a9c366;
  background: linear-gradient(to right, #a9c366, #d5d65f);
}
.content-choose-plan.two .sides:nth-child(4) .sides-boxes .plan-box .plan-header {
  background: #345eba;
  background: linear-gradient(to right, #345eba, #75bfe7);
}
.content-choose-plan.two .sides:nth-child(5) .sides-boxes .plan-box .plan-header {
  background: #8c56ae;
  background: linear-gradient(to right, #8c56ae, #ca6ab9);
}
.content-choose-plan.two .sides:nth-child(6) .sides-boxes .plan-box .plan-header {
  background: #ce488b;
  background: linear-gradient(to right, #ce488b, #e1768d);
}
.content-choose-plan.two .sides:nth-child(7) .sides-boxes .plan-box .plan-header {
  background: #cc2f4c;
  background: linear-gradient(to right, #cc2f4c, #d97448);
}
.content-choose-plan.two .sides .sides-boxes .plan-box .plan-body .info ul{
  padding: 0 0 5px 50px;
}
.content-choose-plan.two .sides .sides-boxes .plan-box .plan-body .info ul li:first-child{
  margin-bottom: 25px;
}
.content-choose-plan.two .sides .sides-boxes .plan-box .plan-body .info ul li:last-child{
  display: none;
}
.content-choose-plan.two .sides .sides-boxes .plan-box .plan-body .info p{
  font-size: 10px;
}

.content-choose-plan.two .sides .sides-boxes .plan-box .plan-body .price .desc-logo{
  width: 60px;
  height: 60px;
  background: #00e33e;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-choose-plan.two .sides .sides-boxes .plan-box .plan-body .price .desc-logo p{
  font-size: 20px;
  font-weight: 700;
  font-family: "Oxygen", sans-serif;
  color: #fff;
  margin: 0;
}



.content-choose-plan.three .all-sides{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.content-choose-plan.three .sides {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 50%
}

.content-choose-plan.three .sides:nth-child(1) .sides-boxes .plan-box .plan-header {
  background: #35bbee;
  background: linear-gradient(to right, #35bbee, #8bdffe);
}
.content-choose-plan.three .sides:nth-child(2) .sides-boxes .plan-box .plan-header {
  background: #dfb35b;
  background: linear-gradient(to right, #dfb35b, #f0d658);
}
.content-choose-plan.three .sides:nth-child(3) .sides-boxes .plan-box .plan-header {
  background: #a9c366;
  background: linear-gradient(to right, #a9c366, #d5d65f);
}
.content-choose-plan.three .sides:nth-child(4) .sides-boxes .plan-box .plan-header {
  background: #345eba;
  background: linear-gradient(to right, #345eba, #75bfe7);
}
.content-choose-plan.three .sides:nth-child(5) .sides-boxes .plan-box .plan-header {
  background: #8c56ae;
  background: linear-gradient(to right, #8c56ae, #ca6ab9);
}
.content-choose-plan.three .sides:nth-child(6) .sides-boxes .plan-box .plan-header {
  background: #ce488b;
  background: linear-gradient(to right, #ce488b, #e1768d);
}
.content-choose-plan.three .sides:nth-child(7) .sides-boxes .plan-box .plan-header {
  background: #cc2f4c;
  background: linear-gradient(to right, #cc2f4c, #d97448);
}
.content-choose-plan.three .sides .sides-boxes .plan-box .plan-body .info ul{
  padding: 0 0 5px 50px;
}
.content-choose-plan.three .sides .sides-boxes .plan-box .plan-body .info ul li:first-child{
  margin-bottom: 25px;
  position: relative;
}
.content-choose-plan.three .sides .sides-boxes .plan-box .plan-body .info ul li:first-child span.float{
  font-size: 12px;
  position: absolute;
  bottom: -13px;
  right: 50%;
}
.content-choose-plan.three .sides .sides-boxes .plan-box .plan-body .info ul li:first-child span.float:after{
  position: absolute;
  content: '';
  background: red;
  width: 130%;
  height: 1.5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
/*.content-choose-plan.three .sides .sides-boxes .plan-box .plan-body .info ul li:last-child{
  display: none;
}*/
.content-choose-plan.three .sides .sides-boxes .plan-box .plan-body .info p{
  font-size: 10px;
}
.hero .carousel .carousel-control{
  display: none;
}
.hero .carousel .carousel-indicators{
    z-index: 9;
  left: 46%;
}
.hero .carousel .carousel-indicators li{
  width: 44px;
  height: 9px
}
.hero .carousel .carousel-indicators .active {
  margin: 0;
  background-color: white;
}

.content-all .promo .container {
  padding: 0;
}
.content-all .promo .boxes {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  max-width: 1014px;
  width: 100%;

}
.content-all .promo .boxes .box:first-child {
  background-color: #59cbe9;
  max-width: 259px;
  width: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-all .promo .boxes .box:first-child h4 {
  color: white;
  font-size: 27px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.content-all .promo .boxes .box {
  max-width: 210px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  padding: 30px 0;
}

.content-all .promo .boxes .box:nth-child(3){
  max-width: 180px;
}
.content-all .promo .boxes .box:nth-child(4){
  max-width: 155px;
}

.content-all .promo .boxes .box:after {
  position: absolute;
  content: "";
  min-height: 155px;
  width: 1px;
  background-color: #ebebeb;
  top: 27px;
  right: 0; 
}

.content-all .promo .boxes .box:first-child:after {
  width: 0;
  height: 0;

}
.content-all .promo .boxes .box .img-angle {
  position: relative;
  z-index: 5;
}
.content-all .promo .boxes .box .img-angle:before {
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 75px solid #f9338a; 
  border-right: 75px solid transparent;
  z-index: -1  
}

.content-all .promo .boxes .box:nth-child(3) .img-angle:before {
  top: -10px;
  left: -3px;
  border-bottom: 75px solid #59cbe9; 
  border-right: 75px solid transparent;

}
.content-all .promo .boxes .box:nth-child(3) .img-angle img {
  margin-top: 5px;
}

.content-all .promo .boxes .box:nth-child(4) .img-angle img {
  margin-top: 20px;
}
.content-all .promo .boxes .box:nth-child(4) .img-angle:before {
  top: -10px;
  left: -10px;
  border-bottom: 75px solid #f7ea48; 
  border-right: 75px solid transparent;

}
.content-all .promo .boxes .box:nth-child(5) .img-angle img {
  margin-top: 5px;
}
.content-all .promo .boxes .box:nth-child(5) .img-angle:before {
  top: -10px;
  left: -10px;
  border-bottom: 75px solid #dce321; 
  border-right: 75px solid transparent;

}

.content-all .promo .boxes .box:nth-child(5) p{
  margin: 0;
  font-weight: bold;
}

.content-all .promo .boxes .box .info{
  max-width: 150px;
  width: 100%;
  margin: 26px auto 0;

}
.content-all .promo .boxes .box .info p{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.content-all .promo .boxes .box .info p span{
  font-weight: normal;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .price .desc {
  margin-left: 10px;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .price .desc p {
  color: #A300B7;
  font-size: 13px;
  line-height: 1.2;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .price .desc p span {
  font-weight: bold;
  font-size: 13px;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .price .desc-logo {
  position: absolute;
  top: 0;
  right: -34px;
}

.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info .mes-des {
  position: absolute;
  bottom: 0;
  right: 0;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info .mes-des img{
  max-width: 70px;
  width: 100%;
}

.content-choose-plan .sides .sides-boxes .deco-logos {
  margin-top: 0;
}
.content-choose-plan .sides .sides-boxes .deco-logos h2{
  color: #A300B7;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;

}
.content-choose-plan .sides .sides-boxes .deco-logos p {
  font-size: 13px;
  text-align: center;
}
.content-choose-plan .sides .sides-boxes .deco-logos .logos-empre {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.content-choose-plan .sides .sides-boxes .deco-logos .logos-empre img {
  width: 100%;
  max-width: 100px;
  margin-right: 16px;
}
.content-choose-plan .sides .sides-boxes .deco-logos .logos-empre img:nth-child(3){
  max-width: 48px;
}

.contact-call-us {
    background-color: #040463;
    color: white;
    padding: 14px 0;
    position: -webkit-sticky;
    position: fixed;
    bottom: 0;
    z-index: 10;
    max-width: 750px;
    width: 100%;
}
.contact-call-us .container {
    width: 100%;
}
.contact-call-us .flex-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.contact-call-us .flex-btn a {
    width: 100%;
    max-width: 155px;
    height: 45px;
    background-color: #223dd4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    color: white;
    z-index: 1;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
}
.contact-call-us .flex-btn a:first-child{
  background-color: #ff6600;
}
.contact-call-us .flex-btn a img {
    width: 100%;
    max-width: 15px;
    margin-right: 5px;
}
.contact-call-us .flex-btn p {
    margin: 0 10px;
}

/*.contact-call-us .flex-btn a:last-child {
    width: 100%;
    max-width: 165px;
    background-color: #00d54b;
    padding: 12px 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    color: white;
    font-weight: bold;
    z-index: 1;
}*/



.content-choose-plan h2 {
  text-align: center;
  color: #51596b;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 35px;
}
.content-choose-plan .sides {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 20px;
}
.content-choose-plan .sides:nth-child(2) .sides-boxes .plan-box .plan-header {
  background: #35bbee;
  background: linear-gradient(to right, #35bbee, #8bdffe);
}
.content-choose-plan .sides:nth-child(3) .sides-boxes .plan-box .plan-header {
  background: #dfb35b;
  background: linear-gradient(to right, #dfb35b, #f0d658);
}
.content-choose-plan .sides:nth-child(4) .sides-boxes .plan-box .plan-header {
  background: #a9c366;
  background: linear-gradient(to right, #a9c366, #d5d65f);
}
.content-choose-plan .sides:nth-child(5) .sides-boxes .plan-box .plan-header {
  background: #345eba;
  background: linear-gradient(to right, #345eba, #75bfe7);
}
.content-choose-plan .sides:nth-child(6) .sides-boxes .plan-box .plan-header {
  background: #8c56ae;
  background: linear-gradient(to right, #8c56ae, #ca6ab9);
}
.content-choose-plan .sides:nth-child(7) .sides-boxes .plan-box .plan-header {
  background: #ce488b;
  background: linear-gradient(to right, #ce488b, #e1768d);
}
.content-choose-plan .sides:nth-child(8) .sides-boxes .plan-box .plan-header {
  background: #cc2f4c;
  background: linear-gradient(to right, #cc2f4c, #d97448);
}
.content-choose-plan .sides .sides-boxes {
  width: 100%;
  max-width: 360px;
  position: relative;
}

.content-choose-plan .sides .sides-boxes .desc-vida{
  background: #3b4559;
  position: relative;
  top: 0;
  left: 0;
  padding: 3px;
  text-align: center;
  width: 100%;
}
.content-choose-plan .sides .sides-boxes .desc-vida:after{
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 9px 0 9px;
  border-color: #3b4559 transparent transparent transparent; 
  display: none;
}
.content-choose-plan .sides .sides-boxes .desc-vida p{
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.content-choose-plan .sides .sides-boxes .plan-box {
  margin-top: 20px;
  width: 100%;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-header {
  padding: 20px 0;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-header h3 {
  text-align: center;
  color: white;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body {
  border: 1px solid #d7d7d7;
  border-top: 0;
  display: flex;
  justify-content: center;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info,
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .price {
  width: 50%;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info {
  border-right: 1px solid #d7d7d7;
  padding: 30px 0;
  position: relative;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info p {
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  margin: 0;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info p span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul {
  padding: 0 0 24px 50px;
  margin: 0;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li {
  list-style: none;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  left: -35px;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li:first-child {
  margin-bottom: 10px;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li:first-child:before {
  background-image: url("../images/ico-box-body-1.png");
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li:first-child span {
  font-size: 23px;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li:first-child span.float {
    font-size: 12px;
    position: absolute;
    bottom: -13px;
    right: 50%;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li:first-child span.float:after {
    position: absolute;
    content: '';
    background: red;
    width: 130%;
    height: 1.5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li:nth-child(2):before {
  background-image: url("../images/ico-box-body-2.png");
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li:nth-child(3):before {
  background-image: url("../images/ico-box-body-3.png");
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li span {
  font-weight: bold;
  color: #3d455a;
  font-size: 17px;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .price {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .price h3 {
  text-align: center;
  color: #f40f92;
  font-weight: bold;
  font-size: 39px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .price h3:after {
  content: "Pronto pago";
  font-size: 11px;
  color: #3d455a;
  width: 50px;
  text-align: center;
  display: block;
  line-height: 1;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .price a.btn-sol {
  display: block;
  text-align: center;
  color: #fbf7f7;
  font-size: 15px;
  font-weight: bold;
  background-color: #00d54b;
  width: 100%;
  max-width: 123px;
  border-radius: 10px;
  margin: 15px auto;
  padding: 6px 0;
  text-decoration: none;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .price a.btn-sol:hover {
  background-color: #01e852;
}
.content-choose-plan .sides .sides-boxes .plan-box .plan-body .price p {
  text-align: center;
  color: #3d455a;
  font-size: 11px;
  font-weight: bold;
}
.content-choose-plan .sides .side-actions {
  width: 100%;
  max-width: 600px;
  margin-left: 35px;
}
.content-choose-plan .sides .side-actions h3 {
  text-align: center;
  color: #8f1fb6;
  font-size: 20px;
  font-weight: bold;
  max-width: 355px;
  margin: 0 auto 50px;
}
.content-choose-plan .sides .side-actions .channels {
  display: flex;
  justify-content: space-between;
}
.content-choose-plan .sides .side-actions .channels .chan {
  border: 1px solid #d7d7d7;
  padding: 24px;
  width: 100%;
  max-width: 30%;
  position: relative;
}
.content-choose-plan .sides .side-actions .channels .chan .pop-canales{
  position: absolute;
  top: -35px;
  font-size: 15px;
  font-weight: 600;
}
.content-choose-plan .sides .side-actions .channels .chan .pop-canales .fa{
  transition: all .3s ease-in-out;
}
.content-choose-plan .sides .side-actions .channels .chan .pop-canales .fa:hover{
  color: #f40f92;
}
.content-choose-plan .sides .side-actions .channels .chan .img-pop{
  opacity: 0;
  visibility: hidden;
  background: #fff;
  width: 230px;
  position: absolute;
  top: -5px;
  left: 60px;
  z-index: 2;
  padding: 10px;
  border-radius: 6px;
  -moz-box-shadow: 0px 1px 5px 2px #c6c6c6;
  -webkit-box-shadow: 0px 1px 5px 2px #c6c6c6;
  box-shadow: 0px 1px 5px 2px #c6c6c6;
  transition: all .3s ease-in-out;
}
.content-choose-plan .sides .side-actions .channels .chan .img-pop .triangle{
  position: absolute;
  top: -11px;
}
.content-choose-plan .sides .side-actions .channels .chan.parrilla1 .img-pop .triangle{
  left: 50px;
}
.content-choose-plan .sides .side-actions .channels .chan.parrilla1.hover .img-pop{
  opacity: 1;
  visibility: visible;
}
.content-choose-plan .sides .side-actions .channels .chan.parrilla2 .img-pop .triangle{
  left: 62px;
}
.content-choose-plan .sides .side-actions .channels .chan.parrilla2.hover .img-pop{
  opacity: 1;
  visibility: visible;
}
.content-choose-plan .sides .side-actions .channels .chan.parrilla3 .img-pop .triangle{
  left: 68px;
}
.content-choose-plan .sides .side-actions .channels .chan.parrilla3.hover .img-pop{
  opacity: 1;
  visibility: visible;
}
.content-choose-plan .sides .side-actions .channels .chan.active {
  border-color: #f40f92;
}
.content-choose-plan .sides .side-actions .channels .chan.active a {
  background-color: #f40f92;
  color: white;
}
.content-choose-plan .sides .side-actions .channels .chan.active a:before {
  content: "Quitar";
}
.content-choose-plan .sides .side-actions .channels .chan p {
  font-size: 18px;
  text-align: center;
  color: #413f3f;
}
.content-choose-plan .sides .side-actions .channels .chan p span {
  display: block;
  font-size: 15px;
}
.content-choose-plan .sides .side-actions .channels .chan h4 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0 20px;
}
.content-choose-plan .sides .side-actions .channels .chan a {
  display: block;
  text-align: center;
  color: #fe2fa5;
  border: 1px solid #fe2fa5;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
  width: 100%;
  max-width: 110px;
  border-radius: 10px;
  margin: 15px auto;
  padding: 6px 0;
  text-decoration: none;
}
.content-choose-plan .sides .side-actions .channels .chan a:hover {
  background-color: #fe2fa5;
  color: white;
}
.content-choose-plan .sides .side-actions .channels .chan a:before {
  content: "Agregar";
}
.content-choose-plan .sides .side-actions .channels .chan a.active {
  background-color: #fe2fa5;
  color: white;
}
.content-choose-plan .sides .side-actions .channels .chan a.active:before {
  content: "Quitar";
}





.produc-prof {
  width: 100%;
  max-width: 1000px;
}
.produc-prof h2 {
  margin: 20px 0;
  text-align: center;
}

.produc-prof .nav{
  border: none;
  display: flex;
  justify-content: space-around;
  margin: 0 0 50px;
}
.produc-prof .nav li{
  width: 40%;
  background: transparent;
  padding: 0;
  border: 0;
}
.produc-prof .nav li a{
  background: #fff;
  color: #007d75;
  border: 5px solid #007d75;
  padding: 20px;
  font-size: 23px;
  border-radius: 6px;
  font-weight: 600px;
  transition: all .3s ease-in-out;
  text-align: center;
}
.produc-prof .nav li a:hover{
  background: #3b4559;
  border: 5px solid #3b4559;
  color: #fff;
}
.produc-prof .nav li.active a{
  background: #3b4559;
  border: 5px solid #3b4559;
  color: #fff;
}
.produc-prof .nav li a:after{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #3b4559;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.produc-prof .nav li.active a:after{
  opacity: 1;
  visibility: visible;
}

.produc-prof .title-2 {
  font-size: 18px;
  font-weight: bold;
}
.produc-prof .items {
  margin: 0 auto;
  max-width: 913px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.produc-prof .items .item {
  max-width: 435px;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  margin: 0 0 30px;
}
.produc-prof .items .item.no-color{
  text-align: center !important;
  border: none !important;
  padding: 25px !important;
}
.produc-prof .items .item.no-color h4{
  font-size: 19px !important;
  color: #3b4559 !important;
  margin: 0 0 15px !important;
}
.produc-prof .items .item.no-color p{
  font-size: 15px !important;
  color: #3b4559 !important;
  margin: 0 0 15px !important;
}
.produc-prof .items .item.no-color img{
  margin: 0 auto !important;
  display: block !important;
  max-width: 250px;
}
.produc-prof .items .item .title {
  background-color: #007d75 !important;
  display: block;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.produc-prof .items .item .title h3 {
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.produc-prof .items .item .promo-2 {
  display: flex;
  position: relative;
  background-color: #F6AB28;
  justify-content: center;
  align-items: center;
  color: white;
  width: 100%;
  padding: 3px;
  border-radius: 1px;
}
.produc-prof .items .item .promo-2 p {
  text-align: right;
  font-weight: 600;
  font-size: 16px
}
.produc-prof .items .item .item-content-flex {
  display: flex;
  padding: 0 20px;
  align-items: center;
  position: relative;
}
.produc-prof .items .item .item-content-flex .left{
  width: 50%;
  padding: 20px 22px;
  border-right: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.produc-prof .items .item .item-content-flex .right{
  width: 50%;
  padding: 20px 22px;
}
.produc-prof .items .item .item-content-flex .right .price p{
  font-size: 38px !important;
  color: #5fd2a0 !important;
  font-weight: bold !important;
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.produc-prof .items .item .item-content-flex .right p{
  font-size: 14px !important;
  text-align: center;
}
.produc-prof .items .item .item-content-flex .right .price p span{
  font-size: 13px !important;
  color: #3d455a !important;
  margin-left: 7px !important;
}
.produc-prof .items .item .item-content-flex .right a{
  text-align: center;
  padding: 9px;
  background-color: #00d54b;
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto 10px;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-weight: bold;
}
.produc-prof .items .item .item-content-flex .info {
  position: relative;
  color: #3d455a;
}
.produc-prof .items .item .item-content-flex .info .img-negocios img{

  margin: 0 auto !important;
  display: block !important;
}
.produc-prof .items .item .item-content-flex .info.info-mbps {
  width: 100%;
  max-width: 245px;
}
.produc-prof .items .item .item-content-flex .info.info-mbps ul {
  padding: 0 0 0px 6px;
}
.produc-prof .items .item .item-content-flex .info.info-mbps ul li {
  font-size: 18px;
  font-weight: bold;
  color: #3d455a;
  margin-left: 20px;
  list-style: none;
  margin-bottom: 12px;
  position: relative;
}
.produc-prof .items .item .item-content-flex .info.info-mbps ul li.mbps {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #3d455a !important;
  position: relative !important;
}
.produc-prof .items .item .item-content-flex .info.info-mbps ul li.mbps:before {
  content: url(../images/ico-box-body-1.png);
  position: absolute;
  left: -27px;
}
.produc-prof .items .item .item-content-flex .info.info-mbps ul li:nth-child(2):before {
  content: url(../images/ico-box-body-2.png);
  position: absolute;
  left: -32px;
}
.produc-prof .items .item .item-content-flex .info.info-mbps ul li:nth-child(3) {
  margin-top: 15px;
  margin-bottom: 15px;
}
.produc-prof .items .item .item-content-flex .info.info-mbps ul li:nth-child(3):before {
  content: url(../images/ico-box-body-4.png);
  position: absolute;
  left: -32px;
}
.produc-prof .items .item .item-content-flex .info.info-mbps ul li:nth-child(4):before {
  content: url(../images/ico-box-body-5.png);
  position: absolute;
  left: -32px;
}
.produc-prof .items .item .item-content-flex .info.info-mbps ul li:nth-child(5):before {
  content: url(../images/ico-box-body-3.png);
  position: absolute;
  left: -32px;
}
.produc-prof .items .item .item-content-flex .info:nth-child(2) {
  max-width: 200px;
  width: 100%;
}
.produc-prof .items .item .item-content-flex .info:nth-child(2) p {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #3d455a;
}
.produc-prof .items .item .item-content-flex .info:nth-child(2) p span {
  font-size: 14;
  font-weight: normal;
}
.produc-prof .items .item .item-content-flex .info:nth-child(2) p img {
  margin-right: 5px;
}
.produc-prof .items .item .item-content-flex .info:nth-child(2) p.promo-ex {
  font-size: 14px;
  font-weight: normal;
  max-width: 150px;
  width: 100%;
  margin: 0 0 0 40px;
}
.produc-prof .items .item .item-content-flex .info:nth-child(2) p.promo-ex:before {
  position: absolute;
  content: url(https://xlive-assets.s3.amazonaws.com/production/uploads/attachment/file/50460/icono_camara.png);
  left: -18px;
  top: -5px;
}
.produc-prof .items .item .item-content-flex .info:nth-child(3) {
  max-width: 200px;
  width: 100%;
  text-align: center;
}
.produc-prof .items .item .item-content-flex .info:nth-child(3) p {
  font-size: 14px;
}
.produc-prof .items .item .item-content-flex .info:nth-child(3) p:nth-child(1) {
  font-size: 14px;
  font-weight: normal;
}
.produc-prof .items .item .item-content-flex .info:nth-child(4) {
  max-width: 225px;
  width: 100%;
  text-align: center;
}
.produc-prof .items .item .item-content-flex .info:nth-child(4) .price {
  position: relative;
}
.produc-prof .items .item .item-content-flex .info:nth-child(4) .price p {
  font-size: 47px;
  color: #5fd2a0;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.produc-prof .items .item .item-content-flex .info:nth-child(4) .price p span {
  font-size: 13px;
  color: #3d455a;
  margin-left: 7px;
}
.produc-prof .items .item .item-content-flex .info:nth-child(4) a {
  text-align: center;
  padding: 9px;
  background-color: #00d54b;
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-weight: bold;
}
.produc-prof .items .item .item-content-flex .info:nth-child(4) p {
  margin-top: 10px;
}
.produc-prof .items .item:nth-child(2) .title {
  background-color: #00d396;
}
.produc-prof .items .item:nth-child(2) .item-content-flex .info.info-mbps ul li.mbps {
  color: #00d396;
}
.produc-prof .items .item:nth-child(2) .item-content-flex .info:nth-child(4) .price p {
  color: #00d396;
}
.produc-prof .items .item:nth-child(3) .title {
  background-color: #35a786;
}
.produc-prof .items .item:nth-child(3) .item-content-flex .info.info-mbps ul li.mbps {
  color: #35a786;
}
.produc-prof .items .item:nth-child(3) .item-content-flex .info:nth-child(4) .price p {
  color: #35a786;
}
.produc-prof .items .item:nth-child(4) .title {
  background-color: #009783;
}
.produc-prof .items .item:nth-child(4) .item-content-flex .info.info-mbps ul li.mbps {
  color: #009783;
}
.produc-prof .items .item:nth-child(4) .item-content-flex .info:nth-child(4) .price p {
  color: #009783;
}
.produc-prof .items .item:nth-child(5) .title {
  background-color: #007D75;
}
.produc-prof .items .item:nth-child(5) .item-content-flex .info.info-mbps ul li.mbps {
  color: #007D75;
}
.produc-prof .items .item:nth-child(5) .item-content-flex .info:nth-child(4) .price p {
  color: #007D75;
}
.produc-prof .items .item:nth-child(6) .title {
  background-color: #007D75;
}
.produc-prof .items .item:nth-child(6) .item-content-flex .info.info-mbps ul li.mbps {
  color: #007D75;
}
.produc-prof .items .item:nth-child(6) .item-content-flex .info:nth-child(4) .price p {
  color: #007D75;
}
.produc-prof .items .item:nth-child(7) .title {
  background-color: #005F4C;
}
.produc-prof .items .item:nth-child(7) .item-content-flex .info.info-mbps ul li.mbps {
  color: #005F4C;
}
.produc-prof .items .item:nth-child(7) .item-content-flex .info:nth-child(4) .price p {
  color: #005F4C;
}



.promociones{
  width: 100%;
  max-width: 950px;
  padding: 50px 0 0;
}
.promociones .promos{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.promociones .promo{
  width: 100%;
  max-width: 400px;
  height: 400px;
  border-radius: 30px;
  border: 1px solid #ccc8cc;
  padding: 20px 20px 25px;
  text-align: center;
  margin: 0 0 50px;
  transition: all .3s ease-in-out;
}
.promociones .promo:hover{
    -moz-box-shadow: 0px 6px 6px 0px #ccc;
    -webkit-box-shadow: 0px 6px 6px 0px #ccc;
    box-shadow: 0px 6px 6px 0px #ccc;
    transform: translateY(-3px);
}
.promociones .promo.first h3:nth-child(2){
  font-size: 17px;
}
.promociones .promo h3{
  color: #3b4559;
  font-size: 20px;
  margin: 0 0 7px;
  line-height: 1;
}
.promociones .promo h3:nth-child(2){
  color: #fa4d9b;
  font-weight: 600;
  margin: 0 0 10px;
}
.promociones .promo img{
  margin: 0 auto 30px;
  display: block;
}
.promociones .promo.img-mrg img{
  margin: 0 auto 10px;
  display: block;
}
.promociones .promo a{
  background: #323232;
  padding: 10px 20px;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}
.promociones .promo a:hover{
  text-decoration: none;
  background: #2ec3de;
}
.promociones .promo a:focus{
  text-decoration: none;
  background: #2ec3de;
}




/*ESTILOS DEL NUEVO DISEÑO 2020*/
header{
  border: none;
  margin: 0 0 20px;
  background: white !important;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
}


header .navbar-default .container-fluid .navbar-collapse .navbar-nav li a{
  background: transparent;
  transition: all .1s linear;
  color: #c3c3c9 !important;
  border-bottom: 5px solid transparent; /**/
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li a{
  background: transparent !important;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.fst a:hover,
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.fst.active a{
  
  border-bottom-color: #e50914;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.sdo:hover a,
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.sdo a:hover
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.sdo.active a{
  
  border-bottom-color: #e50914;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.tdo a:hover,
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.tdo.active a{
  
  border-bottom-color: #e50914;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.cto a:hover,
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.cto.active a{
  
  border-bottom-color: #e50914;
}
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.mas a:hover,
header .navbar-default .container-fluid .navbar-collapse .navbar-nav li.mas.active a{
  
  border-bottom-color: #e50914;
}


header .call p{
  color: #f4068f;
}
header .call p a{
  background: rgb(125, 84, 170);
  color: white;
  border-radius: 8px;
  padding: 5px;
}
.new-design{
    background: white !important;
}
.new-design .hero{
  margin: 0 !important;
}

.new-design .contrataciones{
  margin: 81px 0 0 !important;
  padding: 10px 0;
  border-top: 1px solid black;
}
.new-design .contrataciones .content{
    width: 100%;
    padding: 0;
    width: calc( 100% - 333px );
    max-width: 100%;
}
.new-design .contrataciones .content-contrataciones{
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-design .contrataciones .content-contrataciones h3{
  font-size: 18px;
}
.new-design .contrataciones .content-contrataciones p{
  font-size: 16px;
  margin: 0 0 0 7px;
}
.new-design .contrataciones .content-contrataciones h3{
  font-size: 18px;
}

.new-design .form-horizontal .container-fluid{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-design .form-horizontal h3{
  font-size: 25px;
  color: rgb(125, 84, 170);
}
.new-design .form-horizontal p{
  font-size: 18px;
  color: white;
}
.new-design .form-horizontal form{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-new{
  background: white;
  color: #fff;
  display: none !important;
  justify-content: space-evenly;
  align-items: center;
  padding: 30px 30px 30px 100px;
    position: fixed;
    width: calc( 100% - 333px );
    top: inherit;
    bottom: 0;
    z-index: 9999;
    border: 1px solid #6c2f8e;
    border-radius: 20px;
}
.cta-new .first{
  text-align: center;
  width: 100%;
  max-width: 310px;
}
.cta-new .arrow{
  width: 5%;
}
.cta-new .first p{
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 12px;
}
.cta-new .first p:first-child{
  font-size: 23px;
  font-weight: 600;
  margin: 0;
  color: #7d54aa;
}
.cta-new .first a{
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}
.cta-new .last{
  text-align: center;
    width: 100%;
    max-width: 500px;
    position: relative;
}
.cta-new .last h3{
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 12px;
}
.cta-new .last p{
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 12px;
}
.cta-new .last .form-number .number{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta-new .last .form-number .number input{
    width: 300px;
    height: 45px;
    border-radius: 5px;
  padding: 6px;
  display: block;
  color: #333 !important;
}
.cta-new .last .form-number .number .btn-form{
  border: 6px solid #6c2f8e;
  font-size: 18px;
  color: #fff !important;
  font-weight: 600;
    padding: 5px 10px;
    height: 45px;
    background: #6c2f8e;
    border-radius: 5px;
    border-color: #6c2f8e;
    transition: all .3s ease-in-out;
}
.cta-new .last .form-number .number .btn-form:hover{
    background: #de297f;   
    border: 6px solid #de297f;
    border-color: #de297f;
}
.cta-new .last .form-number .last-text{
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  margin: 8px 0 0;
}
.content-choose-plan {
  /*width: calc( 100% - 333px );*/
  width: 100%;
  padding: 45px 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero .carousel .carousel-inner .item img{
  width: 100%;
}
.planes .container .all {
  /*max-width: calc(100% - 333px);*/
  max-width: 100%;
  padding: 40px 50px;
}

.new-design .new-plans{
  padding: 40px 0;
}
.new-design .new-plans .container{
  display: flex;
  justify-content: space-around;
transform: translateX(-170px);
    width: calc( 100% - 333px );
    max-width: 100%;
}
.new-design .new-plans .plan{
  max-width: 360px;
  border: 3px solid;
  border-radius: 50px;
}
.new-design .new-plans .plan .head-plan{
  padding: 10px;
  border-radius: 50px;
}
.new-design .new-plans .plan .head-plan h3{
  text-align: center;
  font-weight: 600;
  color: black;
  margin: 0 0 15px;
  line-height: 1;
}
.new-design .new-plans .plan .head-plan .mb{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.new-design .new-plans .plan .head-plan .mb p:nth-child(1){
  color: black;
  font-weight: 900;
  font-size: 60px;
  line-height: 1;
  margin: 0 10px 0 0;
}
.new-design .new-plans .plan .head-plan .mb p:nth-child(2){
  color: black;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}
.new-design .new-plans .plan .head-plan .mb p.float{
  position: absolute;
  font-size: 11px;
  right: 35px;
  top: 0;
}
.new-design .new-plans .plan .head-plan .mb p.float span:first-child{
  color: #c70a6d;
}
.new-design .new-plans .plan .head-plan .mb p.float span:last-child{
  color: #b7b7b7;
}
.new-design .new-plans .plan .mid-bar{
  background: #27B0F0;
  padding: 5px;
  text-align: center;  
}
.new-design .new-plans .plan .mid-bar p{
  color: white;
  font-size: 14px;
  text-align: center;  
  margin: 0;
  font-weight: 600;
}
.new-design .new-plans .plan .mid-bar p span{
  color: rgb(125, 84, 170);
  font-weight: 600;
}
.new-design .new-plans .plan .info-plan{
  display: flex;
  justify-content: center;
  align-items: flex-start; 
}
.new-design .new-plans .plan .info-plan .left,.new-design .new-plans .plan .info-plan .right{
  padding: 10px;
  width: 50%;
}
.new-design .new-plans .plan .info-plan .left .bi{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 8px;
}
.new-design .new-plans .plan .info-plan .left .bi img{
  margin: 0 8px 0 0;
}
.new-design .new-plans .plan .info-plan .left .bi .text p{
  font-size: 11px;
  color: #7F7F7F;
  margin: 0;
  font-weight: 600;
}
.new-design .new-plans .plan .info-plan .left .bi .text p span{
  font-size: 11px;
  color: #FA5BA6;
  font-weight: 600;
}
.new-design .new-plans .plan .info-plan .right .pronto-pago p{
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: black;
  margin: 0;
}
.new-design .new-plans .plan .info-plan .right .pronto-pago p span{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: black;
}
.new-design .new-plans .plan .info-plan .right .lista{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-design .new-plans .plan .info-plan .right .lista p{
  font-size: 11px;
  color: black;
  font-weight: 600;
}
.new-design .new-plans .plan .info-plan .right .lista p span{
  font-size: 20px;
  color: #7F7F7F;
  font-weight: 600;
}
.new-design .new-plans .plan .info-plan .right .six-mes{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-design .new-plans .plan .info-plan .right .six-mes p{
  font-size: 11px;
  color: black;
  font-weight: 600;
}
.new-design .new-plans .plan .info-plan .right .six-mes p span{
  font-size: 20px;
  color: #FA5BA6;
  font-weight: 600;
}
.new-design .new-plans .plan .info-plan .right .six-mes p span.span-min{
  font-size: 11px;
  color: #FA5BA6;
  font-weight: 600;
}
.new-design .new-plans .plan .btn-plan{
  text-align: center;
  padding: 0 0 10px;
}
.new-design .new-plans .plan .btn-plan a{
  text-align: center;
  display: block;
  background: rgb(125, 84, 170);
  max-width: 280px;
  padding: 8px;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  margin: 0 auto;
}


/*nuevo header*/
.tel-mov a{
  align-items: center;
  width: 75%;
  justify-content: center;
  position: relative;
  z-index: 1001;
  margin-top: 10px;
  padding: 0 20px 0 30px;
  text-decoration: none;
}
.tel-mov a i{
  margin-right: auto;
  color: #1565c0;
  font-size: 27px;
}
.tel-mov a span{
display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 30px;
    background-color: #1565c0;
    color: white;
    font-weight: bold;
    font-size: 22px;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 979px) and (max-width: 1200px) {
  .content-all .promo .boxes .box:first-child {
    max-width: 200px;
  }
  .content-all .promo .boxes .box:first-child h4 {
    font-size: 22px;
  }
  .content-all .promo .boxes .box {
    max-width: 140px;
  }
}

/* Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 979px) {

.content-choose-plan.two .sides {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%
}


  .content-choose-plan{
    width: 100%;
  }
  .content-choose-plan .sides .side-actions{
    display: none;
  }
  body .pop .pop-content .text{
    width: 100%;
    background: transparent;
    padding: 15px;
  }




    .container {
    width: 95%;
  }

  .forma {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  header .container {
    position: relative;
    display: block;
    height: auto;
    padding: 15px 0;
    width: 100%;
  }
  header .container img {
    padding-left: 15px;
  }
  header .navbar-default {
    margin: 0 0 0 auto;
    width: 100%;
    position: absolute;
    top: 25%;
    right: 0;
    z-index: 99;
  }
  header .navbar-default .navbar-header {
    margin: 0;
  }
  header .navbar-default .navbar-toggle {
    margin: 0;
    right: 15px;
  }
  header .navbar-default .navbar-toggle:active, header .navbar-default .navbar-toggle:hover {
    background-color: #b5cc4c;
  }
  header .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
  }
  header .navbar-default .container-fluid .navbar-collapse {
    border: 0;
    box-shadow: none;
    width: 100%;
    margin: 0;
  }
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    margin: 58px 0 0 0;
    height: auto;
  }
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav li a {
    width: 100%;
    font-size: 15px;
    border-radius: 0;
    height: auto;
    line-height: normal;
    padding: 5px 0;
  }
  header .call {
    display: none;
  }

  .hero img {
    width: 100%;
  }

  .planes .container .all {
    max-width: 100%;
    padding: 15px 15px 0;
  }
  .planes .container .all .regular p.lt {
    font-size: 16px;
  }

  .planes .container .all .regular p.lt {
    font-size: 15px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .planes .container .all .plan {
    width: 80%;
  }
    footer .container {
    flex-flow: column;
    justify-content: center;
    padding: 15px 0;
    height: auto;
  }
  footer .container img {
    margin: 0;
  }
  footer .container a {
    margin: 15px 0;
  }
  footer .container a:last-child {
    margin-left: 0;
    margin: 0;
  }
  .promo.down{
    display: none;
  }

  .negocio-impulsa .benefits .benefits-content .concept {
    width: 49%;
  }
  .negocio-impulsa .benefits .benefits-content .concept .body-concept {
    padding: 20px 16px;
    height: 190px;
  }
  .negocio-impulsa .benefits .benefits-content .concept .body-concept p {
    font-size: 14px;
  }
}
 
 */

/* Landscape phone to portrait tablet */
@media (max-width: 979px) {

    #showPopupButton{
      margin: 20px auto;
      display: block;
    }
    .design-select .tab-planes-block .btns-tabs{
      transform: none;
    }
    .design-select .tab-planes-block .btns-tabs .tab-title{
      font-size: 12px;
    }


    .new-design .contrataciones .content{
      width: 100%;
      padding: 20px;
    }
    .new-design .contrataciones .content-contrataciones{
      flex-wrap: wrap;
    }
    .new-design .contrataciones .content-contrataciones h3,.new-design .contrataciones .content-contrataciones p{
      text-align: center;
    }

    .hero .container{
        margin: 0 auto!important;
        width: 100% !important;
        transform: none !important;
    }
    .planes-grid .container{
        width: 100% !important;
        transform: none !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    .content-tab{
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: none;
    }
    .content-tab .itm{
        max-width: 100%;
    }
    .tel-mov{
        display: block !important;
        max-width: 90%;
        margin: 0 auto;
    }
  .text-gana h2 {
      text-align: center;
      color: #51596b;
      font-weight: bold;
      font-size: 22px;
      margin-bottom: 20px;
  }
  .text-gana h3 {
      text-align: center;
      color: #51596b;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 20px;
  }
  .text-gana p {
      text-align: center;
      color: #51596b;
      font-weight: normal;
      font-size: 15px;
      margin-bottom: 20px;
  }
  .text-gana ul,.text-gana ol {
      margin-bottom: 20px;
  }
  .text-gana ul li,.text-gana ol li {
      color: #51596b;
      font-weight: normal;
      font-size: 15px;
      margin-bottom: 10px;
  }


    .wa{
        padding: 6px 0;
        margin: 10px auto 0;
    }
    header .container .logo-new{
        max-width: 150px;
    }
    header{
        position: relative !important;
    }
    .new-design .hero{
        margin: 0 !important;
    }
  body .pop .pop-content .text .content p{
    font-size: 16px;
    margin: 0 0 10px;
  }
  body .pop .pop-content .text {
      width: 100%;
      background: white;
      padding: 15px;
  }

  body .pop .pop-content .text .content h3 {
      font-size: 16px;
      margin: 0 0 15px;
  }

  .promociones .promo{
    height: auto;
  }
  .promociones .promo h3{
    font-size: 17px;
  }
  .promociones .promo.first h3:nth-child(2){
    font-size: 15px
  }
  .promociones .promo a{
    font-size: 15px;
  }
  .promociones .promo img{
    margin: 0 auto 20px !important;
  }

  .produc-prof .container{
    width: 100% !important;
  }
  .produc-prof .nav{
    margin: 0 0 30px;
  }
  .produc-prof .nav li{
    width: 50%;
  }
  .produc-prof .nav li a{
    padding: 10px;
    font-size: 15px;
  }
  .produc-prof .items .item .promo-2 p{
    text-align: center;
  }
  .produc-prof .items .item .item-content-flex .left{
    width: 100%;
    border: none !important;
    text-align: center !important;
  }
  .produc-prof .items .item .item-content-flex .left .info{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .produc-prof .items .item .item-content-flex .info.info-mbps ul{
    max-width: 118px !important;
    margin: 0 auto !important;
  }
  .produc-prof .items .item .item-content-flex .right{
    width: 100%;
    display: block !important;
  }
  .promo-img{
    right: -10px
  }


.content-choose-plan.two .sides {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%
}
    .include p{
        font-size: 15px;
    }


  .content-choose-plan{
    width: 100%;
  }
  .content-choose-plan .sides .side-actions{
    display: none;
  }
  .content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li:first-child span{
      font-size: 17px !important;
  }
  .content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li:first-child span.float{
      font-size: 10px !important;
  }
  .content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li:first-child span.float:after{
      height: .5px !important;
  }
  body .pop .pop-content .text{
    width: 100%;
    background: white;
    padding: 15px;
    position: relative;
  }
  body .pop .pop-content .text .content{
    color: #333;
  }
  body .pop .pop-content .text .content form input{
    border: 1px solid #ccc;
  }
  body .pop .pop-content .text .content form button{
    color: #fff;
  }




    .container {
    width: 95%;
  }

  .forma {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  header{
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  header .container {
    position: relative;
    display: block;
    height: auto;
    padding: 15px 0;
    width: 100%;
  }
  header .container img {
    padding-left: 15px;
  }
  header .navbar-default {
    margin: 0 0 0 auto;
    width: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 9999999;
  }
  header .navbar-default .navbar-header {
    margin: 0;
    width: 100%;
  }
  header .navbar-default .navbar-toggle {
    margin: 0;
    display: block;
    right: 15px;
  }
  header .navbar-default .navbar-toggle:active, header .navbar-default .navbar-toggle:hover {
    background-color: #FC8E11;
  }
  header .navbar-default .container-fluid .navbar-collapse {
    border: 0;
    box-shadow: none;
    width: 100%;
    margin: 0;
    display: none !important;
  }
  header .navbar-default .container-fluid .navbar-collapse.in{
      display: block !important;
  }
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    height: auto;
  }
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav li a {
    width: 100%;
    font-size: 15px;
    border-radius: 0;
    height: auto;
    line-height: normal;
    padding: 5px 0;
  }
  header .call {
    display: none;
  }

  .hero img {
    width: 100%;
  }

  .planes .container .all {
    max-width: 100%;
    padding: 15px 15px 0;
  }
  .planes .container .all .regular p.lt {
    font-size: 16px;
  }

  .planes .container .all .regular p.lt {
    font-size: 15px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .planes .container .all .plan {
    width: 80%;
  }
  footer{
    padding: 20px 20px 70px;
  }
    footer .container {
    flex-flow: column;
    justify-content: center;
    padding: 15px 0;
    height: auto;
  }
  footer .container img {
    margin: 0;
  }
  footer .container a {
    margin: 15px 0;
  }
  footer .container a:last-child {
    margin-left: 0;
    margin: 0;
  }
  .content-choose-plan.three .sides {
    width: 98%;
  }
  .content-all .promo .container {
  padding: 0;
}
.promo h4 {
  text-align: center
}
.promo .boxes {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  max-width: 435px;
  width: 100%;
  margin: 0 auto;

}


.promo .boxes .box {
  max-width: 210px;
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  padding: 30px 0;
}
.promo .boxes .box:after {
  position: absolute;
  content: "";
  min-height: 155px;
  width: 1px;
  background-color: #ebebeb;
  top: 27px;
  right: 0; 
}

.promo .boxes .box:first-child:after {
  width: 0;
  height: 0;

}
.promo .boxes .box .img-angle {
  position: relative;
  z-index: 5;
}
.promo .boxes .box .img-angle:before {
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 75px solid #f9338a; 
  border-right: 75px solid transparent;
  z-index: -1  
}

.promo .boxes .box:nth-child(2) .img-angle:before {
  top: -10px;
  left: -3px;
  border-bottom: 75px solid #59cbe9; 
  border-right: 75px solid transparent;

}
.promo .boxes .box:nth-child(2) .img-angle img {
  margin-top: 5px;
}

.promo .boxes .box:nth-child(3) .img-angle img {
  margin-top: 20px;
}
.promo .boxes .box:nth-child(3) .img-angle:before {
  top: -10px;
  left: -10px;
  border-bottom: 75px solid #f7ea48; 
  border-right: 75px solid transparent;

}

.promo .boxes .box:nth-child(4) p{
  margin: 0;
  font-weight: bold;
}

.promo .boxes .box:nth-child(4) .info {
  margin: 3px auto;
}
.promo .boxes .box .info{
  max-width: 150px;
  width: 100%;
  margin: 26px auto 0;

}
.promo .boxes .box .info p{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.promo .boxes .box .info p span{
  font-weight: normal;
}

.produc-prof .items .item .title {
    min-height: 50px;
  }
  .produc-prof .items .item .title h3 {
    font-size: 25px;
  }
  .produc-prof .items .item .title .promo-2 {
    padding: 0 3px;
    right: 0;
    max-width: 162px;
    min-height: 50px;
  }
  .produc-prof .items .item .title .promo-2 p {
    font-size: 12px;
  }
  .produc-prof .items .item .item-content-flex {
    justify-content: space-around;
  }
  .produc-prof .items .item .item-content-flex .info .price p {
    font-size: 40px !important;
  }
  .produc-prof .items .item .item-content-flex .info:nth-child(2),
  .produc-prof .items .item .item-content-flex .info:nth-child(3) {
    display: none;
  }
  .produc-prof .items .item .item-content-flex .info.info-mbps ul li.mbps {
    font-size: 25px;
  }

  .crece-tv h2 {
    font-size: 28px;
  }

  .produc-prof.dos-en-uno .items .item:nth-child(4) .item-content-flex .promo-img {
    right: -14px;
    top: 35px;
  }
  .produc-prof.dos-en-uno .items .item:nth-child(4) .item-content-flex .promo-img img {
    max-width: 90px;
  }
  .produc-prof.dos-en-uno .items .item .info:nth-child(2) p:nth-child(2) {
    font-size: 12px !important;
  }

  .negocio-impulsa h2 {
    font-size: 28px;
  }
  .negocio-impulsa .benefits .benefits-content .concept {
    margin-bottom: 20px;
  }
  .negocio-impulsa .benefits .benefits-content .concept .title-head-concept h5 {
    font-size: 20px;
  }
  .negocio-impulsa .benefits .benefits-content .concept .body-concept {
    height: auto;
    padding: 20px 20px;
  }
  .section-price{
    width: 100% !important;
  }
  .produc-prof .items .item .item-content-flex {
    padding: 10px 0 !important;
  }
  .produc-prof .items .item .title span{
    position: relative !important;
    max-width: 80px !important;
    left: 0 !important;
    font-size: 10px !important;
  }
  .produc-prof .container{
    padding: 0 10px !important;
  }
  .produc-prof .items .item .title{
    justify-content: space-around !important;
  }


  body .pop .pop-content{
    border: 3px solid #1976D2;
  }
  .tel-mov a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
  .tel-mov a i{
    margin: 0 10px 0 0;
  }
  header .container{
      padding: 0;
  }
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav{
    background: #1F1F2B !important;
  }
  header .navbar-default .container-fluid .navbar-collapse .navbar-nav li a{
    width: 100%!important;
  }
  
  
  .planes-grid .container .plan .inf-sides{
    flex-wrap: wrap !important;
  }
  .planes-grid .container .plan .inf-sides .inf{
      width: 100% !important;
  }
  .content-all .container{
      
      max-width: 100% !important;
      padding: 15px !important;
  }
  body .pop .pop-content{
    max-width: 95%;
  }
  body .pop .pop-content .text .content form button{

    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    background-color: #1565C0;


  }
  .content-choose-plan .sides .sides-boxes .plan-box .plan-body .info ul li span{
    font-size: 15px;
  }
  .content-choose-plan .sides .sides-boxes .plan-box .plan-body .price .desc-logo {
    top: -50px;
    right: -11px;
  }
  .produc-prof .items .item .title {
    flex-wrap: wrap;
  }
  .produc-prof .items .item .title h2 {
    font-size: 20px;
  }
  .produc-prof .items .item .title .promo-2 {
    padding: 0 3px;
    right: 0;
    min-height: 50px;
    position: relative;
    margin-left: 0;
    max-width: 100%;
    align-items: center;
  }
  .produc-prof .items .item .title .promo-2 p {
    font-size: 13px;
    margin-right: 2px;
    max-width: 120px;
  }
  .produc-prof .items .item .item-content-flex {
    justify-content: space-around;
    flex-direction: column;
  }
  .produc-prof .items .item .item-content-flex .info:nth-child(2),
  .produc-prof .items .item .item-content-flex .info:nth-child(3) {
    display: none;
  }
  .produc-prof .items .item .item-content-flex .info.info-mbps ul li.mbps {
    font-size: 25px;
  }
  .produc-prof .items .item .item-content-flex .info.info-mbps:after {
    height: 0px;
    width: 0;
  }

  .produc-prof.dos-en-uno .items .item-content-flex .info {
    min-height: 0 !important;
    margin-bottom: 10px;
  }
  .produc-prof.dos-en-uno .items .item-content-flex .info .promo-2 {
    min-height: 55px !important;
    max-width: 164px !important;
  }
  .produc-prof.dos-en-uno .items .item-content-flex .info:after {
    width: 0 !important;
  }
  
  .cotizador new-design .politicas h1 {
  font-size: 35px;
  color: black;
  margin: 0 0 30px;
}
.cotizador new-design .politicas p {
  font-size: 18px;
  color: black;
  line-height: 1.5;
  margin: 0 0 30px;
}
.cotizador new-design .politicas ol {
  padding: 0 0 0 40px;
  margin: 0 0 30px;
}
.cotizador new-design .politicas ol li {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.cotizador new-design .politicas ul {
  padding: 0 0 0 40px;
  margin: 0 0 30px;
}
.cotizador new-design .politicas ul li {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
}
}

/*# sourceMappingURL=mainstyle.css.map */
