@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Barlow:400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body{
    margin: 0;
    overflow-x: hidden;
    font-family: 'Barlow',sans-serif !important;
}

/* SELECTOR SERVICIOS */
.selector-servicios {
    width: 100%;
    height: auto;
    border: 1px solid #999;
    border-radius: 8px;
    overflow:hidden;
}
.selector-servicios .selector-servicios__title {
    padding: 8px 24px;
    font-size: 18px;
    font-weight: 600;
}
.selector-servicios button {
    border: none;
    background-color: transparent;
    padding: 8px 24px;
    border-top: 1px solid #999;
    width: 100%;
    font-size: 18px;
    display: flex;
}
.selector-servicios button.selected,
.selector-servicios button:hover
{
    background-color: #002eff;
    color: #fff;
    font-weight: 600;
}

.table-selector {
    border-radius: 8px 8px 0 0;
    border: 1px solid #999;
}
.table-selector-body {
    border-radius: 0 0 8px 8px;
    border: 1px solid #999;
    border-top: unset;
    overflow:hidden;
}

.table-selector.dos {
    border-radius: 16px 16px 0 0;
    border: 1px solid #999;
}
.table-selector-body.dos {
    border-radius: 0 0 16px 16px;
}
.table-selector .item-table-th {
    padding: 16px;
    font-size: 14px;
    font-weight: 600;
}
.table-selector .item-table-th:nth-child(2) {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.table-selector .item-table-th.dos:nth-child(2) {
    border-left: 1px solid #999;
    border-right: none;
}
.item-table-tb {
    padding: 16px;
    font-size: 18px;
    font-weight: 400;
    background-color: #f2f2f2;
    border-bottom: 1px solid #999;
}
.item-table-tb2, .item-table-tb5,.item-table-tb6 {
    padding: 16px;
    font-size: 18px;
    font-weight: 400;
    background-color: #f2f2f2;
    border-bottom: 1px solid #999;
}
.item-table-tb.br-b {
    border-radius: 0px 0px 8px 8px;
}
.item-table-tb2.br-b, .item-table-tb5.br-b {
    border-radius: 0px 0px 8px 8px;
}


.table-selector-body .item-table-tb:nth-child(2),
.table-selector-body .item-table-tb:nth-child(5),
.table-selector-body .item-table-tb:nth-child(8),
.table-selector-body .item-table-tb:nth-child(11),
.table-selector-body .item-table-tb:nth-child(14),
.table-selector-body .item-table-tb:nth-child(17),
.table-selector-body .item-table-tb:nth-child(20) {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.table-selector-body .item-table-tb2:nth-child(2),
.table-selector-body .item-table-tb2:nth-child(5),
.table-selector-body .item-table-tb2:nth-child(8),
.table-selector-body .item-table-tb2:nth-child(11),
.table-selector-body .item-table-tb2:nth-child(14),
.table-selector-body .item-table-tb2:nth-child(17),
.table-selector-body .item-table-tb2:nth-child(20),
.table-selector-body .item-table-tb2:nth-child(23),
.table-selector-body .item-table-tb2:nth-child(26),
.table-selector-body .item-table-tb2:nth-child(29),
.table-selector-body .item-table-tb2:nth-child(32),
.table-selector-body .item-table-tb2:nth-child(35),
.table-selector-body .item-table-tb2:nth-child(38),
.table-selector-body .item-table-tb2:nth-child(41),
.table-selector-body .item-table-tb2:nth-child(44){
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.table-selector-body .item-table-tb5{
   border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.table-selector-body .item-table-tb6.fl2{
   border-left: 1px solid #999;
}

.table-selector-body.table-mov-cc .item-table-tb:nth-child(19),
.table-selector-body.table-mov-cc .item-table-tb:nth-child(20),
.table-selector-body.table-mov-cc .item-table-tb:nth-child(21) {
    border-bottom: unset;
}

.table-selector.table-mov-cd .item-table-th:nth-child(2) {
    border-right: unset;
}
.table-selector.table-mov-cd .item-table-th:nth-child(2) {
    border-right: unset;
}

.table-selector-body.table-mov-cd .item-table-tb:nth-child(2) {
    border-right: unset;
}

.table-selector-body.table-mov-cd .item-table-tb {
    border-bottom: unset;
}

.table-mob {
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 8px 16px;
}
.table-mob p {
    font-weight: 400;
    font-weight: 16;
}
.mxwidth320-620{
  max-width:320px;
}
.mxwidth320-1200{
  min-width:320px;
}
.table-mob p span {
    font-weight: 600;
}
.caja-alerta {
    padding: 16px;
    background-color: #F3F5FF;
    border-radius: 8px;
}
.caja-alerta p {
    margin: 0;
}
ol.pasos{
  padding-inline-start: 25px !important;
}
.pasos li{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #191919;
}
/* END SELECTOR SERVICIOS */

.comboboxtiendas{
      width: 320px;
    height: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #191919;
    padding-left: 16px;
  
}
.h112-h136{
     height: 121px;
}
.h1122-h136{
     height: 121px;
}
   .h184-h136{
     height: 184px;
}
.h136{
  height:136px;
}
.h200-396{
  height:206px;
    width:320px;
}
.tdecoration{
    text-decoration: underline;
}
  .hrazul{
    border: 1px solid #002EFF;
    width:100%;
    max-width:320px
  }
    .f16-18 {
    font-size: 16px !important;
}
   .f20-26 {
    font-size: 20px !important;
}
.colorosa{
    color:#ea4c89;
}
.caja1{
      max-width: 320px;  
}
.cajagrispeque{
     background: #F3F5FF;
border-radius: 16px;
  width: 88px;
height: 96px;
  
}
.imgrscajagris{    margin: auto;
    display: block;
    margin-top: 16px;
    margin-bottom: 8px;
}
.imgtelegris{
  width:32px;
  height:29px;
}
.margin-top24{
      margin-top: 24px !important;
  
}
.underline{
  text-decoration:underline;
}
.bordeazulredondo{
  border: 1px solid #002EFF;
box-sizing: border-box;
border-radius: 16px;
  height: 263px;
  max-width:320px !important;
  margin: 0 auto;
}
.cabeceraesim {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 48px;
}
 .txtcelular{
  font-size: 11px !important;
	line-height: 24px !important;
	color: #191919 !important;
  margin-left: 22px;
}
.selectdelivery{
      height: 40px;
    width: 100%;
  max-width:320px;
      padding-left: 17px;
}

.cajagris{
  width: 100%;
  max-width:320px;
height: 120px;
background: #F3F5FF;
border-radius: 16px;
margin: 0 auto; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 .cuerpoesim{
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    height: 272px;
}
.font18-20{
  font-size:18px !important;
}
.cabeceraesim .txt1{
  font-size: 16px !important;
line-height: 24px !important;
  color: #002EFF !important;
  margin-top:16px;
  margin-left:16px;
  font-weight: 600 !important;
  
}
.borde-azul{
    border: 1px solid #002EFF !important;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
}
.eliminacolorearef{
    color: #000000 !important;
    text-decoration: none !important;
}
.color19{
  color: #191919 !important;
}
.color00{
  color: #000000;
}
.color33{
  color: #333333;
}
.fw400{
    font-weight:400 !important;
}
.fw500{
    font-weight:500 !important;
}
.fw600{
    font-weight:600 !important;
}
.font11{
    font-size: 11px !important;
}
.font12{
    font-size: 12px !important;
}
.font14{
    font-size: 14px !important;
}
.font16{
    font-size: 16px !important;
}
.font18{
    font-size: 18px !important;
}
.font20{
    font-size: 20px !important;
}
.font26{
    font-size: 26px !important;
}
.font32{
    font-size: 32px !important;
}
.font20-26{
    font-size: 20px !important;
}
.linehei{
    line-height: 24px !important;
}
.linehei40{
    line-height: 40px !important;
}
.pl2rem{
    padding-left:2rem;
}
.img5g{
    width: 100%;
    max-width: 375px;
}
.color00{
  color: #000000;
}
.mt30{
  margin-top:30px;
}
.mb-24{
  margin:auto;
  margin-bottom:24px !important;
}
.mt-75{
  margin-top: 75px;
}
.mw-65{
    max-width: 65px;
}
.mw-350{
    max-width: 350px;
}
.mw-400{
    max-width: 400px;
}
.mw-420{
    max-width: 420px;
}
.mw-600{
    max-width: 600px;
}
.mt24{
  margin-top:24px;
}
.mw-650{
    max-width: 650px;
}
.font24-32{
  font-size:24px !important;
}

.bg-gray{
    background-color: #F2F2F2;
}

.bg-blue-light{
    background-color: #F3F5FF;
}

.w-100{
  width:100%;
}
.col-black{
  color:#000000;
}
.underline{
  text-decoration: underline;
}
.nmostrar{
  display:none;
}
.nmostrar2{
  display:none;
}
.titulocanalestelefonicos{
  font-size:22px !important;
}
.txt1canalestelefonicos{
  font-size:18px !important;
}
.td{
width:100%;
  max-width: 320px;  
  border-collapse: separate;
  border-spacing: 0;
}

.thtable1{
    text-align: center;
  border: 1px solid #999999;
  background-color: #FFFFFF;
}
.thtable1desk {
      border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #FFFFFF;
  font-size: 18px;
line-height: 24px;
  color: #191919;
  font-weight: 400;
      display: flex;
    align-items: center;
  cursor:pointer;
}
.thtable1desklast {
  border-top: 1px solid #999999;
      border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #FFFFFF;
  font-size: 18px;
line-height: 24px;
  color: #191919;
  font-weight: 400;
      display: flex;
    align-items: center;
  cursor:pointer;
}
.dv1{
  height:40px;
  width:101px;
  border-top-left-radius:15px;
      border-left: 1px solid #999999;
   border-bottom: 1px solid #999999;
     border-top: 1px solid #999999;
  display: flex;
    align-items: center;
    justify-content: center;
  font-weight: 600;
font-size: 14px;
line-height: 20px;
color: #191919;
}
.dv2{
  height:40px;
  width:219px;
    border-top-right-radius:15px;
        border-left: 1px solid #999999;
       border-right: 1px solid #999999;
   border-bottom: 1px solid #999999;
     border-top: 1px solid #999999;
  display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
font-size: 14px;
line-height: 20px;
color: #191919;
}
.dvint1{
  height:56px;
  width:101px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    background-color: #F2F2F2;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
  display: flex;
    align-items: center;
    justify-content: center;

}
.dvint2{
  height:56px;
  width:109.5px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    background-color: #F2F2F2;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
  display: flex;
    align-items: center;
    justify-content: center;
 padding-left: 6px;
}
.dvint3{
  height:56px;
   width:109.5px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    background-color: #F2F2F2;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
  display: flex;
    align-items: center;
    justify-content: center;
   border-right: 1px solid #999999;

}
.dvfn1{
  height:56px;
  width:101px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    background-color: #F2F2F2;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
  display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 15px;
}
.dvfn2{
  height:56px;
  width:109.5px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    background-color: #F2F2F2;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
  display: flex;
    align-items: center;
    justify-content: center;
 padding-left: 6px;
}
.dvfn3{
  height:56px;
   width:109.5px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    background-color: #F2F2F2;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
  display: flex;
    align-items: center;
    justify-content: center;
   border-right: 1px solid #999999;
    border-bottom-right-radius: 15px;
}

.thtable2desk {
     border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
      border-right: 1px solid #999999;
    background-color: #FFFFFF;
  font-size: 18px;
line-height: 24px;
  color: #191919;
  font-weight: 600;
      display: flex;
    align-items: center;
}
.tdtable1{
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
  
  background-color: #F2F2F2;
  color: #000000;
  font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #000000
}




.tabladelivery tr:last-child th:last-child{
  border-bottom-right-radius: 10px;
}


.barra-top.contingencia{
    background: #ea4c89;
    margin: 0;
    position: relative;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px;
    color: #020247;
}

.barra-top.contingencia.yellow{
  background: #F5B207;
}

.barra-top.contingencia.green{
  background: #42E8B4;
}

.barra-top.contingencia.yellow a{
  color: #191919;
  text-decoration: underline;
  font-weight: 700;
}

.barra-top.contingencia a.incendios{
  overflow: hidden;
  color: var(--color-text-default, #0C0C0C);
  font-family: var(--font-family-Inter, Inter);
  font-size: var(--font-Interface-font-size-body-3, 14px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-Interface-line-height-body-3, 16px); /* 114.286% */
  letter-spacing: 0.035px;
}

.barra-top.contingencia.green p{
  color: #000000;
}

.barra-top.contingencia.green a{
  color: #191919;
  text-decoration: underline;
  font-weight: 700;
}

.barra-top.comunicado{
    background: #42E8B4;
    margin: 0;
    position: relative;
    height: auto;
    padding: 8px;
}
.acortab1 {
    border: 0px solid rgba(0, 0, 0, .125) !important;
    border-bottom: 0px solid #CCCCCC !important;
    border-left: 1px solid #CCCCCC !important;
    border-right: 1px solid #CCCCCC !important;
    border-radius: 0px;
}
.cajafiltro {
    width: 255px;
    height: 300px;
    background: #FFFFFF;
    border: 0px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 8px;
    
}
.nhead {
    border-bottom: 1px solid #CCCCCC !IMPORTANT;
    border-radius: 0px !IMPORTANT;
  background: #FFF;
}
.barra-top.comunicado p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin: 0;
    text-align: center;
}
.barra-top.comunicado p a{
    text-decoration: underline;
  	font-weight: 400;
    color: #000000;
}
.title-5g{
  font-size: 24px !important;
	line-height: 32px !important;
}
td.morado {
    background-color: #F3F5FF;
}
td.gris {
    background-color: #F2F2F2;
}
/********************************************/
/**************** HEADER ********************/
/********************************************/
header.header .navbar{
    background-color: #FFFFFF;
}
header.header .navbar .nav-item{
    margin-left: 20px;
}
header.header .navbar .nav-item .nav-link{
    font-size:20px;
    font-weight: 500;
    line-height: 24px;
    color: #191919;
    margin: 0;
    text-decoration: none;
}
header.header .navbar .nav-item.active .nav-link{
    font-weight: 600;
    color: #002EFF;
}
header.header .navbar .navbar-brand{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
}
header.header .navbar .navbar-brand img{
    height: 38px;
    width: auto;
    margin-right: 6px;
}
header.header .goEntel{
  width: 113px;
  height: 40px;
  display: flex;
  border-radius: var(--radius-05-Full, 1000px);
	background: var(--color-primary-bg-fill-light, #F3F5FF);
}
header.header .goEntel a{
  color: var(--color-text-label-active, #002EFF);
  font-family: var(--font-family-Barlow, Barlow);
  font-size: var(--font-Interface-font-size-body-2, 16px);
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--font-Interface-line-height-body, 24px); /* 150% */
  letter-spacing: 0.2px;
  text-decoration: none;
}
/********************************************/
/*************** BREADCRUMBS ****************/
/********************************************/
.section-breadcrumbs{
    padding: 20px 0;
}
.section-breadcrumbs .breadcrumbs {
    margin: 0;
    padding: 0;
}
.section-breadcrumbs .breadcrumbs li {
    display: inline;
    overflow: hidden;
}
.section-breadcrumbs .breadcrumbs li + li::before {
    content: ">";
    margin: 0 4px;
    font-weight: 400;
}
.section-breadcrumbs .breadcrumbs li a, .section-breadcrumbs .breadcrumbs li a:visited {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #333333;
}
.section-breadcrumbs .breadcrumbs li:last-child, .section-breadcrumbs .breadcrumbs li:last-child a{
    font-weight: 600;
}
.section-breadcrumbs form.search{
    width: 250px;
    margin: 20px auto;
}
.section-breadcrumbs form.search .icono-buscar{
    position: absolute;
    left: 11px;
    top: 9px;
    z-index: 99;
    width: 18px;
    height: 18px;
}
.section-breadcrumbs form.search .input-buscar{
    height: 36px;
    border-radius: 20px;
    position: relative;
    padding: 0 15px 0 40px;
    font-size: 16px;
    border: 1px solid #8097FF;
}
/********************************************/
/****************** HOME ********************/
/********************************************/
.section-home.hero {
    background-image: url(/hc/theming_assets/01JJA3MFWWQPMQXQZ3F4P0P2H4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 236px;
    width: 100%;
    padding: 16px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.section-home.hero .title-section-home-hero{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.section-home.hero .titulo{
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
}
.section-home.hero .text-banner-hero{
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.section-home.hero .titulo span{
    font-size: 16px;
    font-weight: 400;
}
.section-home.hero form.search .form-group{
    margin-bottom: 40px;
    position: relative;
}
.section-home.hero form.search .input-buscar{
    width: 100%;
    height: 48px;
    border-radius: 30px;
    padding: 0 20px 0 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    color: #66686C;
    border: 1px solid #66686C;
}
.section-home.hero form.search label{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
    margin: 0 0 8px;
}
.section-home.hero form.search .icono-buscar{
    position: absolute;
    left: 15px;
    bottom: 16px;
    z-index: 90;
    width: 16px;
    height: 16px;
}
.section-home.hero form.search .icono-buscar-activo{
    position: absolute;
    left: 15px;
    bottom: 16px;
    z-index: 100;
    display: none;
    width: 16px;
    height: 16px;
}
.section-home.hero form.search .btn-buscar{
    width: 100%;
    max-width: 320px;
    height: 40px;
    background-color: #999999;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 30px !important;
    font-weight: 600;
    text-align: center;
    z-index: 99;
    transition: all ease 0.3s;
    margin: 0 auto 15px;
}
.section-home.hero form.search .btn-buscar:hover, .section-home.hero form.search .input-buscar:hover ~ .input-group-append .btn-buscar, .section-home.hero form.search .input-buscar:focus ~ .input-group-append .btn-buscar{
    background-color: #002EFF;
}
.section-home.hero form.search .input-group-append:hover ~ .icono-buscar-activo, .section-home.hero form.search .input-buscar:hover ~ .icono-buscar-activo, .section-home.hero form.search .input-buscar:focus ~ .icono-buscar-activo{
    display: block;
}
.section-home.section-title{
    padding: 30px 0 20px;
}
.section-home.section-title .title{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.section-home.section-title .title.informate{
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}
.section-home.section-title.section-03 .title{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.section-home.section-title .bajada{
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.mcentrada{
    display:block;
    margin:0 auto;
}
.section-home.section-01{
    padding: 0;
}
.section-home.section-01 .card-link{
    display: flex;
    padding: 16px;
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    height: 100%;
    text-decoration: none;
    background-color: #FFFFFF;
    transition: border 0.8s ease-in-out;
}
.section-home.section-01 .card-link.informate{
  	padding: 13px 0px;
    display: block;
}
.section-home.section-01 .card-link:hover{
  border:1px solid #002EFF;  
  transition: border 0.8s ease-in-out;
}
.section-home.section-01 .card-link .box-icono{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.section-home.section-01 .card-link.informate .box-icono{
    justify-content: start;
  	padding-left: 20px;
}
.section-home.section-01 .card-link .box-icono .icono{
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.section-home.section-01 .card-link .box-contenido{
  	display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-home.section-01 .card-link.informate .box-contenido{
    padding-left: 20px;
  	height: 124px;
  	justify-content: start;
    padding-top: 6px;
}
.section-home.section-01 .card-link.informate .box-contenido ul{
    padding-left: 20px;
}
.section-home.section-01 .card-link .box-contenido .titulo{
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #0c0c0c;
}
.section-home.section-01 .card-link.informate .box-contenido .titulo{
    font-size: 20px;
}
.section-home.section-01 .card-link .box-contenido .descripcion{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0c0c0c;
    margin: 0;
}
.section-home.section-01 .box-link{
    display: flex;
}
.section-home.section-01 .box-link a{
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #002EFF;
  	text-decoration: underline;
    margin: 0;
  	padding-left: 20px;
}
.section-home.section-01 .box-link img{
    width: auto;
  	height: 24px;
}
.section-home.section-02{
    padding: 0;
}
.section-home.section-02 .card-link{
    display: flex;
    padding: 13px 20px;
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    height: 100%;
    text-decoration: none;
    background-color: #FFFFFF;
    transition: border 0.8s ease-in-out;
}
.section-home.section-02 .card-link:hover{
    border:1px solid #002EFF; 
    transition: border 0.8s ease-in-out;
}
.section-home.section-02 .card-link .box-icono{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.section-home.section-02 .card-link .box-icono .icono{
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.section-home.section-02 .card-link .box-contenido{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-home.section-02 .card-link .box-contenido .titulo{
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #0c0c0c;
}
.section-home.section-02 .card-link .box-contenido .descripcion{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0c0c0c;
    margin: 0;
}

.section-home.section-03 .card-link{
    display: flex;
    padding: 5px 16px;
    border: 0;
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    height: 100%;
    text-decoration: none;
    background-color: #FFFFFF;
    transition: border 0.8s ease-in-out;
}
.section-home.section-03 .card-link:hover{
    border:1px solid #002EFF;
    transition: border 0.8s ease-in-out;
}
.section-home.section-03 .card-link .box-icono{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.section-home.section-03 .card-link .box-icono .icono, .section-home.section-03 .card-link .box-icono .icono-activo{
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.section-home.section-03 .card-link .box-contenido{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-home.section-03 .card-link .box-contenido .titulo{
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #0c0c0c;
    margin: 0;
}
.section-home.section-03 .card-link .box-contenido .descripcion{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0c0c0c;
    margin: 0;
}
.section-home.section-03 .card-link:hover .box-contenido, .section-home.section-03 .box-contenido .descripcion{
    color: #FFFFFF;
}
/********************************************/
/***************** SECCIONES ****************/
/********************************************/
.section-secciones{
    padding: 0 0 30px;
}
.section-secciones .section-description{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    margin: 0 0 30px;
}
.section-secciones .card-link{
    text-decoration:none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 30px 27px 20px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-left: 10px solid #002eff;
    box-sizing: border-box;
    border-radius: 8px;
}
.section-secciones .card-link .nombre{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    margin: 0;
}
/********************************************/
/**************** CATEGORIAS ****************/
/********************************************/
.section-categorias{
    padding: 0 0 30px;
}
.section-categorias .category-description{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    margin: 0 0 30px;
}
.section-categorias .section-title{
    margin: 0 0 20px;
}
.section-categorias .section-title a{
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #333333;
}
.section-categorias .card-link{
    text-decoration:none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 30px 27px 20px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-left: 10px solid #002eff;
    box-sizing: border-box;
    border-radius: 8px;
}
.section-categorias .card-link .nombre{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    margin: 0;
}
.section-categorias .ver-mas{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    margin: 0;
}
/********************************************/
/**************** ARTICULO ******************/
/********************************************/
/* article.article{
}
article.article .article-header{
} */
article.article .article-header .title{
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #333333;
    margin: 0 0 20px;
}
/* article.article .article-info{
} */
article.article .article-info .article-body{
    margin: 0 0 60px;
}
article.article .article-info .article-body h2.subtitle{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #000000;
    margin: 0 0 10px;
}
article.article .article-info .article-body h3.big-title{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #191919;
    margin: 0 0 10px;
}
article.article .article-info .article-body h3.pink-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #EA4C89;
    margin: 0 0 10px;
}
article.article .article-info .article-body h3.black-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    margin: 0 0 10px;
}
article.article .article-info .article-body p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
article.article .article-info .article-body p.small-text{
    font-size: 14px;
    line-height: 16px;
}
article.article .article-info .article-body a{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #002EFF;
}
article.article .article-info .article-body .img-responsive{
    max-width: 100%;
    height: auto;
}
article.article .article-info .article-body .embed-responsive{
    max-width: 650px;
    margin: auto;
}
article.article .article-info .article-body .table-small td{
    padding: 8px 20px !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
}
/* article.article .article-footer{
} */
article.article .article-footer .article-votes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;    
    padding: 30px 20px;
    border: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
    border-radius: 10px;
    margin: 0 auto;
    max-width: 320px;
    margin-bottom:40px;
    height: 140px;
}
article.article .article-footer .article-votes .article-votes-question{
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #181818;
    margin: 0 0 20px;
}
article.article .article-footer .article-votes .article-votes-buttons{
    display: flex;
}
article.article .article-footer .article-votes .article-votes-buttons .btn-feedback{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin: 0 5px;
}
article.article .article-footer .article-votes .article-votes-buttons .btn-feedback img{
    width: 38px;
    height: 38px;
}
article.article .article-footer .sending-feedback-container .sending-feedback{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 650px;
    padding: 30px 20px;
    border: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
    border-radius: 10px;
    margin: 0 0 40px;
}
article.article .article-footer .sending-feedback-container .sending-feedback .loading-icon{
    height: 50px;
    width: 50px;
    margin: 0 20px 0 0;
}
article.article .article-footer .sending-feedback-container .sending-feedback p{
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}
article.article .article-footer .feedback-response-container{
    margin: 0 0 40px;
}
article.article .article-footer .feedback-response-container .feedback-response{
    width: 100%;
    max-width: 650px;
    height: 140px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(/hc/theming_assets/01HZM052YZ65SH2CZGT4NCB8ZM);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
article.article .article-footer .feedback-response-container .feedback-response .feedback-text{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #002EFF;
    margin: 0 100px 0 0;
}
article.article .article-footer .feedback-form {
    width: 100%;
    max-width: 640px;
    padding: 40px 22px 30px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 0 0 40px;
    position: relative;
}
article.article .article-footer .feedback-form .question{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
    margin: 0 0 20px;
    text-align: center;
}
article.article .article-footer .feedback-form .btn-response{
    display: block;
    width: 100%;
    max-width: 288px;
    min-height: 40px;
    border-radius: 20px;
    border: 1px solid #002EFF;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 37px;
    color: #002EFF;
    text-align: center;
    margin: 0 auto 20px;
    text-decoration: none;
}
article.article .article-footer .feedback-form .btn-response:hover{
    background: #002EFF;
    color: #FFFFFF;
}
article.article .article-footer .feedback-form .icon-back {
    position: absolute;
    left: 13px;
    top: 7px;
    cursor: pointer;
}
article.article .article-footer .feedback-form .content{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
article.article .article-footer .feedback-form .content .label{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
    margin: 0 0 8px;
}

article.article .article-footer .feedback-form .content .form-text{
    text-align: right;
}
article.article .article-footer .feedback-form .content .btn-submit{
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    background-color: #002EFF;
    border-radius: 28px;
    border: 1px solid #002EFF;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}
article.article .article-footer .feedback-form .content .btn-submit:hover{
    background-color: #FFFFFF;   
    border: 1px solid #002EFF;
    color: #002EFF;
    
}
article.article .article-footer .article-relatives{
    padding: 30px 0;
}
article.article .article-footer .article-relatives h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    color: #333333;
    margin: 0 0 20px;
}
article.article .article-footer .article-relatives ul{
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 30px 20px;
    margin: 0 0 40px;
    list-style: none;
}
article.article .article-footer .article-relatives ul li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #333333;
    margin: 0 0 20px;
    display: block;
}
article.article .article-footer .article-relatives ul li:last-child a{
    margin: 0;
}
#feedbackFormDetail1_input{
  color: #666666;  
} 
#feedbackFormDetail2_input{
  color: #666666;  
} 
/********************************************/
/************** SEARCH PAGE *****************/
/********************************************/
.section-results.hero {
    background-image: url(/hc/theming_assets/01HZM0579M9KQJT48P9ZAW6NMJ), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    background-position: center;
    background-size: auto;
    height: 250px;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-results.hero .volver{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    display: block;
    margin: 0 0 50px;
}
.section-results.hero .titulo{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
}
.section-results.hero form.search{
    justify-content: center;
}
.section-results.hero form.search .input-buscar{
    width: 100%;
    height: 45px;
    border-radius: 30px;
    padding: 0 150px 0 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    margin: 0 0 30px;
}
.section-results.hero form.search .icono-buscar{
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 90;
}
.section-results.hero form.search .icono-buscar-activo{
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 100;
    display: none;
}
.section-results.hero form.search .btn-buscar{
    width: 130px;
    height: 45px;
    background-color: #E5E5E5;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 30px !important;
    position: absolute;
    right: 0;
    font-weight: 500;
    text-align: center;
    z-index: 99;
    transition: all ease 0.3s;
}
.section-results.hero form.search .btn-buscar:hover, .section-results.hero form.search .input-buscar:hover ~ .input-group-append .btn-buscar, .section-results.hero form.search .input-buscar:focus ~ .input-group-append .btn-buscar{
    background-color: #002EFF;
}
.section-results.hero form.search .input-group-append:hover ~ .icono-buscar-activo, .section-results.hero form.search .input-buscar:hover ~ .icono-buscar-activo, .section-results.hero form.search .input-buscar:focus ~ .icono-buscar-activo{
    display: block;
}
.section-search-results .card-link{
    text-decoration:none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 30px 27px 20px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-left: 10px solid #002eff;
    box-sizing: border-box;
    border-radius: 8px;
}
.section-search-results .card-link .nombre{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    margin: 0;
}
.section-search-results .text-big{
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section-search-results .text-small{
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    margin-bottom: 40px;
}
.section-search-results .btn-volver{
    width: 220px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #191919;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #191919;
}
/********************************************/
/************** SECTION HERO ****************/
/********************************************/
.section-hero{
    height: 260px;
    display: flex;
    align-items: start;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
    background-image: url(/hc/theming_assets/01HZM050TKSTD9ZZNYRVZJQ54V), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    padding: 20px 0 0 0;
}
.section-hero .volver{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    margin: 0 0 10px;
    display: block;
}
.section-hero .titulo{
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #333333;
    margin: 0 0 30px;
}
.section-hero[data-id="4404827815059"], .section-hero[data-id="4404827466899"], .section-hero[data-id="1500000684461"], .section-hero[data-id="1500000684501"], .section-hero[data-id="1500000710502"], .section-hero[data-id="1500000463881"], .section-hero[data-id="4405139904531"], .section-hero[data-id="27806864664723"], .section-hero[data-id="27812287477011"], .section-hero[data-id="27812286422163"], .section-hero[data-id="27812357625235"], .section-hero[data-id="27812363568147"], .section-hero[data-id="27877960013203"], .section-hero[data-id="27877981458195"], .section-hero[data-id="27878638949267"], .section-hero[data-id="27878663677459"], .section-hero[data-id="27878669812883"], .section-hero[data-id="27812366223635"], .section-hero[data-id="27799712458643"], .section-hero[data-id="15362647991955"]{
    background-image: url(/hc/theming_assets/01JJSTRHGQE5S7REXQTV9R1TBK), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="1500000571321"], .section-hero[data-id="4403728160019"], .section-hero[data-id="1500000463741"]{
    background-image: url(/hc/theming_assets/01JJSTRHGQE5S7REXQTV9R1TBK), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="360012741293"], .section-hero[data-id="1500000544602"], .section-hero[data-id="28740218395155"], .section-hero[data-id="28740194421907"], .section-hero[data-id="36329315823635"], .section-hero[data-id="28740327499027"], .section-hero[data-id="4401823945875"]{
    background-image: url(/hc/theming_assets/01JJAAAQMTTE1VZT4QRHMB0DJ3), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="1500000641942"], .section-hero[data-id="1500000747482"], .section-hero[data-id="1500000615601"], .section-hero[data-id="1500000642022"], .section-hero[data-id="28521599920915"], .section-hero[data-id="37357972573587"], .section-hero[data-id="37357766458131"], .section-hero[data-id="37357898786835"], .section-hero[data-id="37358051477011"], .section-hero[data-id="28533495707283"], .section-hero[data-id="28554632088339"], .section-hero[data-id="28521669143315"], .section-hero[data-id="37358178377619"], .section-hero[data-id="37358168574739"], .section-hero[data-id="39040981787283"], .section-hero[data-id="43778319614867"]{
    background-image: url(/hc/theming_assets/01JJSTRHGQE5S7REXQTV9R1TBK), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="360011649914"], .section-hero[data-id="1500001239842"], .section-hero[data-id="1500001226461"], .section-hero[data-id="1500001238362"], .section-hero[data-id="1500001226221"], .section-hero[data-id="28700779575187"], .section-hero[data-id="28700765862547"], .section-hero[data-id="34188696331539"]{
    background-image: url(/hc/theming_assets/01JJSTRHGQE5S7REXQTV9R1TBK), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="1500000571281"]{
    background-image: url(/hc/theming_assets/01HZM05558KF4PSXVVC29985J1), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="1500000571261"]{
    background-image: url(/hc/theming_assets/01HZM055Y8V9KZ3CZ92WKKNYY1), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="360011541934"]{
    background-image: url(/hc/theming_assets/01HZM056R2G1TQEFEABG4P1QMZ), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="1500001144981"], .section-hero[data-id="1500000463741"]{
    background-image: url(/hc/theming_assets/01HZM054AW2CDRQNJ6JVPF696P), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="1500000598702"], .section-hero[data-id="28811237034387"], .section-hero[data-id="28811257209875"], .section-hero[data-id="28820665026963"], .section-hero[data-id="1500001083481"], .section-hero[data-id="4633705487891"], .section-hero[data-id="4414239900819"], .section-hero[data-id="4605199381267"], .section-hero[data-id="4605177930899"], .section-hero[data-id="4605220304275"], .section-hero[data-id="4405236497171"], .section-hero[data-id="4405236522771"], .section-hero[data-id="4405236539027"], .section-hero[data-id="4405232060563"]{
    background-image: url(/hc/theming_assets/01JJAAAQMTTE1VZT4QRHMB0DJ3) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="1500000598802"], .section-hero[data-id="36729494461459"], .section-hero[data-id="4406849938963"], .section-hero[data-id="1500004785102"]{
    background-image: url(/hc/theming_assets/01JJSTRHGQE5S7REXQTV9R1TBK) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="4633325905811"], .section-hero[data-id="1500000641982"], .section-hero[data-id="28588098177043"], .section-hero[data-id="1500000727701"], .section-hero[data-id="28589181210259"], .section-hero[data-id="28599491088147"], .section-hero[data-id="11902950174867"], .section-hero[data-id="28600853329811"], .section-hero[data-id="4407267638163"], .section-hero[data-id="1500000598782"], .section-hero[data-id="28600833558931"], .section-hero[data-id="38225626113299"], .section-hero[data-id="18460213281939"]{
    background-image: url(/hc/theming_assets/01JJSTRHGQE5S7REXQTV9R1TBK) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
.section-hero[data-id="4412368385299"], .section-hero[data-id="28115846223123"], .section-hero[data-id="28115859277203"], .section-hero[data-id="28115956611731"]{
    background-image: url(/hc/theming_assets/01JJSTRHGQE5S7REXQTV9R1TBK) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
}
/********************************************/
/****************** MAIN ********************/
/********************************************/
main{
    height: 100%;
    min-height: calc(100vh - 224px);
    padding: 0;
}
/********************************************/
/**************** FOOTER ********************/
/********************************************/
footer.footer{
    height: 64px;
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
}
footer.footer p{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #191919;
    margin: 0;
    text-align: center;
}
footer.footer .footer-logo-entel{
    filter: saturate(0) invert(1) brightness(0);
}
/********************************************/
/*************** PAGINATION *****************/
/********************************************/
.section-pagination{
    padding: 30px 0;
}
.section-pagination .pagination{
    display: flex;
    justify-content: center;
}
.section-pagination .pagination ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 50%);
    border-radius: 8px;
    border: 0;
}
.section-pagination .pagination ul li a{
    display: block;
    padding: 6px 8px;
    border-right: 1px solid #ccc;
    text-decoration: none;
    color: #002EFF;
    background-color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    transition: all ease 0.3s;
}
.section-pagination .pagination ul li a:hover{
    color: #FFFFFF;
    background-color: #002EFF;
}
.section-pagination .pagination ul li:first-child a{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.section-pagination .pagination ul li:last-child a{
    border-right: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.w-contactanos {
    width: 259px;
    height: 152px;
}
/********************************************/
/*************** ERROR PAGE *****************/
/********************************************/
.error-page{
    height: 100%;
    min-height: calc(100vh - 224px);
    padding: 0 10px 30px;
    background-color: #C4D9F6;
    display: flex;
    align-items: center;
}
.error-page .title{
    font-size: 24px;
    font-weight: 500px;
    line-height: 28px;
    color: #191919;
    margin-bottom: 20px;
}
.error-page .text{
    font-size: 16px;
    font-weight: 400px;
    line-height: 24px;
    color: #191919;
    margin-bottom: 20px;
}
.error-page .img-support{
    max-width: 100%;
    margin: 0 auto 40px;
}
.error-page .btn-volver{
    width: 220px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #191919;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #191919;
    margin-top: 10px;
}

.fw60color00000{
  color:#000000 !important;
  font-weight:600 !important;  
}
.fz2432{
  font-size:24px !important;
  line-height:32px !important;
}
/********************************************/
/******************** SLICK *****************/
/********************************************/
.slick-slider .slick-dots li.slick-active button:before {
    color: #002EFF;
}
.slick-slider .slick-dots li button:before {
    font-size: 16px;
}
.slick-slider .slick-prev.slick-arrow:before{
    content: url(/hc/theming_assets/01HZM05D6TDRJQ3FJ02150AVPY);
}
.slick-slider .slick-next.slick-arrow:before{
    content: url(/hc/theming_assets/01HZM05D27GDDKSBJYDHYP50F6);
}
.slick-slider .slick-prev{
    top: auto;
    bottom: -32px;
    left: 0;
    position: absolute;
    z-index: 10;
}
.slick-slider .slick-next{
    top: auto;
    bottom: -32px;
    right: 0;
    position: absolute;
    z-index: 10;
}
.cardespeciales{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 16px;
    width: 290px;
    height: 96px;
    margin:auto;
}
.w90a100{
    width:90%;
}

.img-responsive {
  height: 100%;
  width: auto;
  max-height: 216px;
}
/********************************************/
/***************** EXTRAS *******************/
/********************************************/
.borde-rrss {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 5px 0px !important;
    text-align: center;
}
.iconos-text{
    height: 32px;
    padding-right: 0.5rem;
}
 .imgboletascontrato{
    width: 100%;
    max-width: 320px !important;
    height: 148px !important;
}
.imgfechapagovenciboleta{
  height:260px;
  margin:auto;
  display:block;
}
.imgfechapagovenciboleta2{
  height:208px;
  margin:auto;
  display:block;
}
.imgfechapagovenciboleta3{
  height:auto;
  margin:auto;
  display:block;
}
.promocion{
  height:260px;
  margin:auto;
  display:block;
}
.pagoimg{
  height:140px;
  margin:auto;
  display:block;
}
.controlimg{
  height:380px;
  display:block;
  margin: auto;
}
.controlimgpeq{
  height:268px;
  display:block;
  margin: auto;
}
.title18-14{
  font-size:14px;
}
.boxceleste{
  background: #F3F5FF;
border-radius: 8px;
  padding: 8px 11px;
}

.boxceleste a.clase-final{
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-decoration-line: underline !important;
  color: #002EFF !important;
  margin-bottom:1rem;
}

.imgpinpuk{
  width: 100%;
}
/********************************************/
/*************** RESPONSIVE *****************/
/********************************************/
@media (min-width: 321px) {
  .titulocanalestelefonicos{
  font-size:26px !important;
}

    .vyoutube{
        width: 100%;
        height:177px;
    }
    .cardespeciales{
        width: 320px;
    }
    .w-contactanos{
        width: 320px;
        height: 194px;
    }
    .w90a100{
        width:auto;
    }
   .txtcelular{
  font-size: 14px !important;
	}
  .pagoimg{
  height:160px;
  margin:auto;
  display:block;
}
}
@media (min-width: 375px) {
    .section-home.hero .titulo{
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }
    .section-home.hero .titulo span{
        font-size: 18px;
    }
    .section-hero .titulo{
        font-size: 30px;
        line-height: 36px;
    }
    .section-pagination .pagination ul li a {
        padding: 6px 12px;
        font-size: 14px;
    }
  .txtcelular {
    font-size: 15px !important;
}
}
@media (min-width: 414px) {
.imgpinpuk{
  width: 350px;
}
.txtcelular {
    font-size: 16px !important;
}
  .txtcelular {
       margin-left: 21px;
}
  .caja1{
    display: block;
    margin: 0 auto;
  }
  }
@media (min-width: 576px) {
    .section-hero{
        height: 200px;
    }
    .section-breadcrumbs .breadcrumbs li a, .section-breadcrumbs .breadcrumbs li a:visited {
        font-size: 16px;
        line-height: 18px;
    }
    article.article .article-footer .article-votes{
        flex-direction: row;
        padding: 20px 30px;
    }
    article.article .article-footer .article-votes .article-votes-question{
        margin: 0;
    }
    article.article .article-footer .article-votes .article-votes-buttons .btn-feedback{
        margin: 0 10px;
    }
}
@media (min-width: 768px) {
.section-home.hero form.search .input-buscar{
    width: 62%;
}
.section-home.section-01 .card-link.informate .box-contenido .titulo{
    font-size: 24px;
}
.section-home.hero {
    padding: 0 24px;
}

.font20-26{
    font-size: 26px !important;
}
  .imgpinpuk{
  width: 100%;
}
  .bordeazulredondo{
  height: 160px;
}
  .mxwidth320-620{
  max-width:620px;
}
  .mxwidth320-1200{
  max-width:1110px;
}
  .cajagris {
   
    max-width: 516px;
  
}
      article.article .article-footer .feedback-form .btn-response{       
        max-width: 400px;       
    }
  .img5g {
    width: 100%;
    max-width: 600px;
}
    article.article .article-footer .article-votes{
        max-width: 650px;
        height: 80px;
      	margin: 0px 0px 40px;
    }
    .section-home.hero {
        height: 280px;
        align-items: center;
        background-image: url(/hc/theming_assets/01JJBY82YMP52Y6P3NQ0STP9CQ);
        background-repeat: no-repeat;
        background-position: center;
    }
    .section-home.hero .titulo{
        font-size: 26px;
        font-weight: 500;
        line-height: 32px;
    }
    .section-home.hero .titulo span{
        font-size: 24px;
        line-height: 28px;
    }
    .section-home.hero form.search label{
        font-weight: 400;
    }
    .section-home.hero form.search .form-group{
        margin-bottom: 15px;
    }
    .section-home.hero form.search .btn-buscar{
        max-width: 160px;
        margin: 0 0 15px;
    }
    .cardespeciales {
        width: 230px;
    }
    .font-26{
        font-size:26px !important;
    }
    .section-hero{
        height: 280px;
        background-position: center bottom;
        background-image: url(/hc/theming_assets/01HZM050PKH1RV3N5CM6N4BSFT), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
    .section-hero[data-id="1500000598802"], .section-hero[data-id="36729494461459"], .section-hero[data-id="4406849938963"], .section-hero[data-id="1500004785102"]{
        background-image: url(/hc/theming_assets/01JJVTXDEXPWZCBJNC6QJEVTEW) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
   	.section-hero[data-id="4633325905811"], .section-hero[data-id="1500000641982"], .section-hero[data-id="28588098177043"], .section-hero[data-id="1500000727701"], .section-hero[data-id="28589181210259"], .section-hero[data-id="28599491088147"], .section-hero[data-id="11902950174867"], .section-hero[data-id="28600853329811"], .section-hero[data-id="4407267638163"], .section-hero[data-id="1500000598782"], .section-hero[data-id="28600833558931"], .section-hero[data-id="38225626113299"], .section-hero[data-id="18460213281939"]{
        background-image: url(/hc/theming_assets/01JJVV4HKDX1E6DP8DXGKWQS39) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
    .section-hero[data-id="4404827815059"], .section-hero[data-id="4404827466899"], .section-hero[data-id="1500000684461"], .section-hero[data-id="1500000684501"], .section-hero[data-id="1500000710502"], .section-hero[data-id="1500000463881"], .section-hero[data-id="4405139904531"], .section-hero[data-id="27806864664723"], .section-hero[data-id="27812287477011"], .section-hero[data-id="27812286422163"], .section-hero[data-id="27812357625235"], .section-hero[data-id="27812363568147"], .section-hero[data-id="27877960013203"], .section-hero[data-id="27877981458195"], .section-hero[data-id="27878638949267"], .section-hero[data-id="27878663677459"], .section-hero[data-id="27878669812883"], .section-hero[data-id="27812366223635"], .section-hero[data-id="27799712458643"], .section-hero[data-id="15362647991955"]{
        background-image: url(/hc/theming_assets/01JJW9MCKW96KEZ68X6GVKCMXT) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
    .section-hero[data-id="1500000571321"], .section-hero[data-id="4403728160019"], .section-hero[data-id="1500000463741"]{
        background-image: url(/hc/theming_assets/01JJSTRAWMN8GE91VKS49E7VGR) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
    .section-hero[data-id="360012741293"], .section-hero[data-id="1500000544602"], .section-hero[data-id="28740218395155"], .section-hero[data-id="28740194421907"], .section-hero[data-id="36329315823635"], .section-hero[data-id="28740327499027"], .section-hero[data-id="4401823945875"], .section-hero[data-id="360011660634"]{
        background-image: url(/hc/theming_assets/01JJ9W5DG6YM005E81YKGA6N1Q) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
    .section-hero[data-id="1500000641942"], .section-hero[data-id="1500000747482"], .section-hero[data-id="1500000615601"], .section-hero[data-id="1500000642022"], .section-hero[data-id="28521599920915"], .section-hero[data-id="37357972573587"], .section-hero[data-id="37357766458131"], .section-hero[data-id="37357898786835"], .section-hero[data-id="37358051477011"], .section-hero[data-id="28533495707283"], .section-hero[data-id="28554632088339"], .section-hero[data-id="28521669143315"], .section-hero[data-id="37358178377619"], .section-hero[data-id="37358168574739"], .section-hero[data-id="39040981787283"], .section-hero[data-id="43778319614867"]{
        background-image: url(/hc/theming_assets/01JJT77900T056YXJ6YGYFBX1V) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
    .section-hero[data-id="360011649914"], .section-hero[data-id="1500001239842"], .section-hero[data-id="1500001226461"], .section-hero[data-id="1500001238362"], .section-hero[data-id="1500001226221"], .section-hero[data-id="28700779575187"], .section-hero[data-id="28700765862547"], .section-hero[data-id="34188696331539"]{
        background-image: url(/hc/theming_assets/01JK94RXY53SEATXHZW75PZGQP) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
    .section-hero[data-id="1500000571281"]{
        background-image: url(/hc/theming_assets/01HZM055HPXBN0SBDGEGAX9W1F), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
    .section-hero[data-id="1500000571261"]{
        background-image: url(/hc/theming_assets/01HZM056ANEP6NS86NDY50FNA6), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
    .section-hero[data-id="360011541934"]{
        background-image: url(/hc/theming_assets/01JK95WD5RDJ185DZ5X4SR7X6F), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
    /* .section-hero[data-id="1500001144981"], .section-hero[data-id="1500000463741"]{
        background-image: url(/hc/theming_assets/01HZM054QWHKZ1XAHNF8NHWK20), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }*/ 
  	.section-hero[data-id="1500000598702"], .section-hero[data-id="28811237034387"], .section-hero[data-id="28811257209875"], .section-hero[data-id="28820665026963"], .section-hero[data-id="1500001083481"], .section-hero[data-id="4633705487891"], .section-hero[data-id="4414239900819"], .section-hero[data-id="4605199381267"], .section-hero[data-id="4605177930899"], .section-hero[data-id="4605220304275"], .section-hero[data-id="4405236497171"], .section-hero[data-id="4405236522771"], .section-hero[data-id="4405236539027"], .section-hero[data-id="4405232060563"]{
        background-image: url(/hc/theming_assets/01JK965D1TJA6G858ZKQSN0F92) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
    }
  	.section-hero[data-id="4412368385299"], .section-hero[data-id="28115846223123"], .section-hero[data-id="28115859277203"], .section-hero[data-id="28115956611731"]{
    background-image: url(/hc/theming_assets/01JKQZN637QNE0SYNXX5Y90AYZ) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
		}
  
    article.article .article-footer .article-relatives ul li a{
        font-size: 18px;
        line-height: 20px;
    }
    article.article .article-footer .article-relatives h2{
        font-size: 30px;
        line-height: 36px;
    }
    article.article .article-footer .feedback-form{
        padding: 30px;
    }
    article.article .article-footer .feedback-form .icon-back{
        left: 24px;
        top: 24px;
    }
    article.article .article-footer .feedback-response-container .feedback-response{
        height: 80px;
        background-image: url(/hc/theming_assets/01HZM053BXVXTKFQHGKHH0F4PJ);
        background-position: right center;
    }
    article.article .article-footer .feedback-response-container .feedback-response .feedback-text{
        margin: 0;
    }
    main{
        height: 100%;
        min-height: calc(100vh - 128px);
    }
    footer.footer p{
        text-align: left;
    }
    .error-page{
        height: 100%;
        min-height: calc(100vh - 128px);
    }
    .title-5g{
        font-size: 32px !important;
        line-height: 40px !important;
  	}
    .iconos-text{
        height: 56px;
        padding-right: 0;
    }
  .title18-14{
    font-size:18px;
  }
      .bordeazulredondo{
  height: 120px;
      max-width: 1110px !important;
}
    .h200-396{
  height:408px;
    width:635px;
}
}

@media (min-width: 1441px) {
  .section-hero[data-id="1500000571321"], .section-hero[data-id="4403728160019"], .section-hero[data-id="1500000463741"]{
      background-image: url(/hc/theming_assets/01JK8VX24Q861F7KCGWKJ3NJ1E) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
  }
  .section-hero[data-id="360012741293"], .section-hero[data-id="1500000544602"], .section-hero[data-id="28740218395155"], .section-hero[data-id="28740194421907"], .section-hero[data-id="36329315823635"], .section-hero[data-id="28740327499027"], .section-hero[data-id="360011660634"], .section-hero[data-id="4401823945875"]{
    background-image: url(/hc/theming_assets/01JK8WQCN0M8KG5G3TNQYX5SH7), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
	}
  .section-hero[data-id="1500000598802"], .section-hero[data-id="36729494461459"], .section-hero[data-id="4406849938963"], .section-hero[data-id="1500004785102"]{
    background-image: url(/hc/theming_assets/01JK933XAQNWJRAZBVD83RVZAZ) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
	}
  .section-hero[data-id="4633325905811"], .section-hero[data-id="1500000641982"], .section-hero[data-id="28588098177043"], .section-hero[data-id="1500000727701"], .section-hero[data-id="28589181210259"], .section-hero[data-id="28599491088147"], .section-hero[data-id="11902950174867"], .section-hero[data-id="28600853329811"], .section-hero[data-id="4407267638163"], .section-hero[data-id="1500000598782"], .section-hero[data-id="28600833558931"], .section-hero[data-id="38225626113299"], .section-hero[data-id="18460213281939"]{
    background-image: url(/hc/theming_assets/01JK935QX0W7QYDDP3V3F6FGQZ) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
  }
  .section-hero[data-id="1500000641942"], .section-hero[data-id="1500000747482"], .section-hero[data-id="1500000615601"], .section-hero[data-id="1500000642022"], .section-hero[data-id="28521599920915"], .section-hero[data-id="37357972573587"], .section-hero[data-id="37357766458131"], .section-hero[data-id="37357898786835"], .section-hero[data-id="37358051477011"], .section-hero[data-id="28533495707283"], .section-hero[data-id="28554632088339"], .section-hero[data-id="28521669143315"], .section-hero[data-id="37358178377619"], .section-hero[data-id="37358168574739"], .section-hero[data-id="39040981787283"], .section-hero[data-id="43778319614867"]{
    background-image: url(/hc/theming_assets/01JK9485NMBZ80AEC928NWW6YV), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
	}
  .section-hero[data-id="4404827815059"], .section-hero[data-id="4404827466899"], .section-hero[data-id="1500000684461"], .section-hero[data-id="1500000684501"], .section-hero[data-id="1500000710502"], .section-hero[data-id="1500000463881"], .section-hero[data-id="4405139904531"], .section-hero[data-id="27806864664723"], .section-hero[data-id="27812287477011"], .section-hero[data-id="27812286422163"], .section-hero[data-id="27812357625235"], .section-hero[data-id="27812363568147"], .section-hero[data-id="27877960013203"], .section-hero[data-id="27877981458195"], .section-hero[data-id="27878638949267"], .section-hero[data-id="27878663677459"], .section-hero[data-id="27878669812883"], .section-hero[data-id="27812366223635"], .section-hero[data-id="27799712458643"], .section-hero[data-id="15362647991955"]{
    background-image: url(/hc/theming_assets/01JK94AJTNK7H2JQ2ZTT9SHNXY), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
	}
  .section-hero[data-id="360011649914"], .section-hero[data-id="1500001239842"], .section-hero[data-id="1500001226461"], .section-hero[data-id="1500001238362"], .section-hero[data-id="1500001226221"], .section-hero[data-id="28700779575187"], .section-hero[data-id="28700765862547"], .section-hero[data-id="34188696331539"]{
    background-image: url(/hc/theming_assets/01JK94SMVQ7PS4FHVET96D98TZ), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
	}
  .section-hero[data-id="360011541934"]{
    background-image: url(/hc/theming_assets/01JK95WB1NRASVGHYXJG10713F), linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
  }
  
  
  .section-hero[data-id="1500000598702"], .section-hero[data-id="28811237034387"], .section-hero[data-id="28811257209875"], .section-hero[data-id="28820665026963"], .section-hero[data-id="1500001083481"], .section-hero[data-id="4633705487891"], .section-hero[data-id="4414239900819"], .section-hero[data-id="4605199381267"], .section-hero[data-id="4605177930899"], .section-hero[data-id="4605220304275"], .section-hero[data-id="4405236497171"], .section-hero[data-id="4405236522771"], .section-hero[data-id="4405236539027"], .section-hero[data-id="4405232060563"]{
      background-image: url(/hc/theming_assets/01JK965D1TJA6G858ZKQSN0F92) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
  }
  .section-hero[data-id="4412368385299"], .section-hero[data-id="28115846223123"], .section-hero[data-id="28115859277203"], .section-hero[data-id="28115956611731"]{
    background-image: url(/hc/theming_assets/01JKQZN86PZNH0T1GG3YD2X7HX) , linear-gradient(to right, #C4D9F6, #C4D9F6) !important;
	}
  
}

@media (min-width: 992px) {

.section-home.section-title .title{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
}
.section-home.section-title .title.informate{
    font-size: 36px;
    line-height: 24px;
    color: #000000;
}
.section-home.hero{
    background-image: url(/hc/theming_assets/01JJC0T5FBEZAQWA9K44GD8C7K);
}
  .imgpinpuk{
  width: 350px;
}
  .h1122-h136{
     height: 136px;
}
    .h184-h136{
     height: 136px;
}
  .mb-30{
      margin-bottom: 30px !important;
}
.h112-h136{
  height:136px;
}
    .f20-26 {
    font-size: 26px !important;
}
  .mt31desk{    
    margin-top: 31px !important;
  }
  .font24-32{
  font-size:32px !important;
  }
  .txt1canalestelefonicos {
    font-size: 20px !important;
}
  .cajagrispeque{
  width: 104px;
height: 128px;
  }
    .f16-18 {
    font-size: 18px !important;
}
    .cajagris2 {
   
    max-width: 231px !important;
  
}
  .font18-20{
  font-size:20px !important;
}
  .panel{
max-width: 255px;
}
.tb{
width: 100%;
  
    padding-top: 0px;
}
  .hrazul{
    border: 1px solid #002EFF;
    width:100%;
    max-width:1110px
  }
  .activepanel{    
        background-color: #002EFF;
    color: #FFFFFF;
  }
  .imgboletascontrato{
     width: 100%;
    max-width:540px !important;    
    height: 248px !important;

  }
.section-home.section-03 {
  padding: 0;
  height: 350px;
}
  .fz2432{
  font-size:32px !important;
  line-height:40px !important;
}
  .cabeceraesim { 
    border-radius: 16px;
}
  .w100{
    width:100%;
  }
    /* .section-home.hero {
        background-position-x: calc(50% + 50px);
        padding: 56px 0 35px 0;
    } */
    article.article .article-info .article-body h2.subtitle{
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        color: #000000;
        margin: 0 0 10px;
    }
  .tituloesim{
    font-weight: 500 !important;
font-size: 16px !important;
line-height: 24px !important;
color: #333333 !important;
  }
  .bordeazulredondo {
    height: 96px;
    max-width: 1110px !important;
}
  .cuerpoesim {
  
    height: 272px;
    border-radius: 16px;
}
    .section-breadcrumbs form.search{
        margin: 0 0 0 auto;
    }
    .section-results.hero .titulo {
        font-size: 28px;
        font-weight: 600;
        line-height: 34px;
        color: #333333;
        margin-bottom: 10px;
    }
    .section-pagination .pagination ul li a {
        padding: 10px 20px;
        font-size: 16px;
    }
    .error-page .title{
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
        margin-top: 20px;
    }
    .error-page .title span{
        font-weight: 500;
    }
    .error-page .text {
        font-size: 18px;
    }
    .mrem3{
        margin-top: 3rem;
    }
    .mrem5{
        margin-top: 5rem;
    }
    .w-contactanos{
        width: 420px;
        height: 256px;
    }
  .widthcelular{
    width: 158px;
		height: 294px;    
  }
  .promocion{
  height:330px;
  margin:auto;
  display:block;
  }
  .pagoimg{
  height:215px;
  margin:auto;
  display:block;
  }
  .controlimg{
  height:452px;
  display:block;
  margin: initial;  
	}
  .controlimgpeq{
  height:340px;
  display:block;
  margin: initial;  
  }
  .cajadeliverymenu{   
   
    width: 255px;
    height: 216px;
    background: #fff;
    border: 0 solid #ccc;
    box-sizing: border-box;
    border-radius: 8px; 

  }
  .dv1 {
    height: 56px;
    width: 363px !important;
    font-size: 18px;
    line-height: 24px;
}
   .dv2 {
    height: 56px;
    width: 475px;
    font-size: 18px;
    line-height: 24px;
}
 .dvfn1 {
    height: 52px;
       width: 395px;
    font-size: 16px;
    line-height: 24px;
}
    .dvint1 {
    height: 52px;
    width: 395px;
    font-size: 16px;
    line-height: 24px;
}
    .dvint2 {
   height: 52px;
    width: 255px;
    font-size: 16px;
    line-height: 24px;
       justify-content: start;
    padding-left: 13px;
}
    .dvint3 {
   height: 52px;
    width: 255px;
    font-size: 16px;
    line-height: 24px;
}
  .dvfn2 {
   height: 52px;
    width: 255px;
    font-size: 16px;
    line-height: 24px;
       justify-content: start;
    padding-left: 13px;
}
    .dvfn3 {
   height: 52px;
    width: 255px;
    font-size: 16px;
    line-height: 24px;
}
  .td {
    width: 100%;
    max-width: 730px;   
}
}
@media (min-width: 1200px) {
    .section-home.hero {
        padding: 0 40px;
    }
    .section-home.hero .titulo{
        font-size: 42px;
        font-weight: 400;
        line-height: 44px;
    }
    .section-home.section-title .title{
        font-size: 24px;
        line-height: 32px;
    }
  	.section-home.section-title .title.informate{
        font-size: 36px;
        line-height: 32px;
    }
    .section-home.section-title.section-03 .title{
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }
    .section-home.hero {
        background-image: url(/hc/theming_assets/01JJA3C8PX495MCSMC6T08D980);
    }
  .dv1 {  
    width: 255px !important;   
}

      .dvint1 {  
    width: 255px;  
}
  .dvint2 { 
    width: 237.5px;   
}
  .dvint3 { 
    width: 237.5px;   
}
  
  
    .dvfn1 {  
    width: 255px;  
}
  .dvfn2 { 
    width: 237.5px;   
}
  .dvfn3 { 
    width: 237.5px;   
}
    .section-home.hero {
        background-position-x: center;
    }
    .cardespeciales {
        width: 349px;
    }
    .font14{
        font-size:14px !important;
    }
   .ulli18px{
        font-size: 18px;
  }
  .cabeceraesim {
   
    max-width: 344px;
}
  .cuerpoesim {
   
    max-width: 730px;
}
  /********************************************/
/***************** Height *******************/
/********************************************/
  .h304{
        height: 304px;
        width: 161px;
  }
  .promocion{
  height:auto;
  margin:auto;
  display:block;
  }
  .pagoimg{
  height:auto;
  margin:auto;
  display:block;
  }
  /********************************************/
/***************** *** *******************/
/********************************************/
}
@media (max-width: 991px) {
    header.header .navbar-toggler{
        border: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        color: #4A4A4A;
        height: 30px;
        display: flex;
        align-items: center;
    }
    header.header .navbar-toggler img{
        margin-right: 6px;
    }
    header.header .navbar-toggler.collapsed .icon-menu-close, header.header .navbar-toggler .icon-menu-open{
        display: none;
    }
    header.header .navbar-toggler .icon-menu-close, header.header .navbar-toggler.collapsed .icon-menu-open{
        display: inline-block;
    }
    header.header .navbar #navbar-inner{
        height: 100vh;
        background-color: #FFFFFF;
        padding: 30px 0;
    }
    header.header .navbar .nav-item {
        margin-bottom: 10px;
    }
}
#loader.loader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,255);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#loader.loader .loader-container{
    position: relative;
}
#loader.loader .loader-container .loader-spinners{
    display: block;
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #002EFF;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader.loader .loader-container .loader-box-img{
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 18px;
    right: 18px;
    background-color: #002EFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
}
#loader.loader .loader-container .loader-spinners::before,
#loader.loader .loader-container .loader-spinners::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 4px solid transparent;
}
#loader.loader .loader-container .loader-spinners::before {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-top-color: #00FFAF;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
}
#loader.loader .loader-container .loader-spinners::after {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-top-color: #FD6C98;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite;
}



@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Caja estrellas */

.article-footer .article-star-votes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
    border-radius: 10px;
    margin: 0 auto;
    max-width: 375px;
    margin-bottom: 40px;
    height: 160px;
    padding: 16px 8px 16px 8px;
}

.article-footer .article-star-votes .article-star-votes-question {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    text-align: center;
    margin-bottom: 0;

}

.article-footer .article-star-votes .article-star-votes-question span{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    margin-bottom: 8px;
}


.article-footer .article-star-votes .article-star-votes-buttons a{
    content: url(/hc/theming_assets/01HZM05J5TMP575NF545ZN400T);
    margin-right: 14px;
    float: right;
}
 
 
.article-footer .article-star-votes .article-star-votes-buttons a:hover,
.article-footer .article-star-votes .article-star-votes-buttons a:hover ~ a,
.article-footer .article-star-votes .article-star-votes-buttons a:focus,
.article-footer .article-star-votes .article-star-votes-buttons a:focus ~ a		{
    content: url(/hc/theming_assets/01HZM05JAV4J5A1N39JJQ46VPK);
}
 
/* Loader Gif */
.article-footer .sending-feedback-stars-container .sending-feedback-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 650px;
    padding: 30px 20px;
    border: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
    border-radius: 10px;
    margin: 0 0 40px;
    height: 124px;
}

.article-footer .sending-feedback-stars-container .sending-feedback-stars .loading-icon {
    height: 50px;
    width: 50px;
    margin: 0 20px 0 0;
}

.article-footer .sending-feedback-stars-container .sending-feedback-stars p {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}

/* respuesta 3 a 5 estrellas */

.article-footer .feedback-stars-response-container .feedback-stars-response{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background: #F3F5FF;
    box-shadow: 0px 0px 7px #CCCCCC;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 375px;
    margin-bottom: 40px;
    height: 192px;
    padding: 16px;
}

.article-footer .feedback-stars-response-container .feedback-stars-response .mobile_response p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #191919;
    margin-bottom: 0;
}
.article-footer .feedback-stars-response-container .feedback-stars-response p.feedback-stars-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-top: 7px;
}
.article-footer .feedback-stars-response-container .feedback-stars-response p.feedback-stars-text a{
    color: #002EFF;
    text-decoration: underline;
}

/* Formilario 1 a 2 estrellas */

.article-footer .feedback-stars-form .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 16px;
    margin: 0 auto;
    max-width: 375px;
    margin-bottom: 40px;
    height: auto;
    padding: 24px 16px;
}

.article-footer .feedback-stars-form .content form p.titulo_form{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000; 
}
.article-footer .feedback-stars-form .content form .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.article-footer .feedback-stars-form .content form input[type=radio]{
    width: 24px;
    height: 24px;
}

.article-footer .feedback-stars-form .content form label{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    margin-left: 20px;
}
.article-footer .feedback-stars-form .content form label.mejora{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-left: unset;
    margin-top: 8px;
}

.article-footer .feedback-stars-form .content form button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    width: 100%;
    max-width: 288px;
    height: 40px;
    background: #002EFF;
    border-radius: 28px;   
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: unset;
    margin: 0 auto;
    margin-top: 8px;
}

/* respuesta formulario */
.article-footer .feedback-stars-response-02-container .feedback-stars-response{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background: #F3F5FF;
    box-shadow: 0px 0px 7px #CCCCCC;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 375px;
    margin-bottom: 40px;
    height: 96px;
    padding: 12px;
}
 
.article-footer .feedback-stars-response-02-container .feedback-stars-response p.feedback-stars-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000000;
    margin-top: 7px;
}

.article-footer .feedback-stars-response-02-container .feedback-stars-response p.feedback-stars-text span{
    font-weight: 600;
}
 

@media (min-width: 360px){
    .article-footer .article-star-votes{
        height: 130px;
    }
}

@media (min-width: 576px){
    .article-footer .article-star-votes {
        max-width: 650px;
    }

 
    .article-footer .sending-feedback-stars-container .sending-feedback-stars {
        height: 76px;
    }

    .article-footer .feedback-stars-response-container .feedback-stars-response{
        max-width: 650px;
        height: 76px;
        padding: 16px;
        margin: unset;
    }
}
@media (min-width: 768px){

    .article-footer .article-star-votes {
        flex-direction: row;
        height: 76px;
        margin: unset;
    }

.article-footer .article-star-votes .article-star-votes-question {
   text-align: left;
}

.article-footer .article-star-votes .article-star-votes-question span{
    text-align: left;
}
 


/* respuesta 3 a 5 estrellas */

.article-footer .feedback-stars-response-container .feedback-stars-response{ 
    flex-direction: row;
    padding: 8px 92px 8px 40px;
    height: auto;
}

.article-footer .feedback-stars-response-container .feedback-stars-response p.feedback-stars-text{
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
}
.article-footer .feedback-stars-response-container .feedback-stars-response p.feedback-stars-text span{
    font-weight: 600;
}
 
.article-footer .feedback-stars-response-container .feedback-stars-response .desk_response img{
    height: 70px;
    width: auto;
}

/* formulario 1 a 2 estrellas */

.article-footer .feedback-stars-form .content{
    max-width: 680px;
    margin: unset;
}
.article-footer .feedback-stars-form .content form .form-check {
    margin-bottom: 24px;
}
.article-footer .feedback-stars-form .content form button{
    max-width: 400px;
}
 
/* respuesta formulario */
.article-footer .feedback-stars-response-02-container .feedback-stars-response{
    max-width: 635px;
    padding: 40px;
    margin: unset;
}
 
.article-footer .feedback-stars-response-02-container .feedback-stars-response .desk_response img{
    height: 70px;
    width: auto;
    margin-right: 60px;
}

}

p.titulo-nav-equipos{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}

p.titulo-nav-equipos-02{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom:0.5rem;
}

div.nav.marcas-equipos{
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 16px;
}

div.nav.marcas-equipos div.titulo-marca-equipos{
    background: #F2F2F2;
    border-radius: 16px 16px 0px 0px ;
}
 
div.nav.marcas-equipos div.titulo-marca-equipos p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    text-align: left;
    margin-bottom: 0;
    padding: 12px;
    border-bottom: 1px solid #999999;
}

 
div.nav.marcas-equipos button.nav-link,
div.nav.marcas-equipos-02 button.nav-link{
   border-radius: unset;
   border-bottom: 1px solid #999999;
   text-align: left;
   font-weight: 400;
   font-size: 18px;
   color: #191919;
   border-right: unset;
   border-left: unset;
   border-top: unset;
   border-width: 1px;
   background-color: #FFFF;
}

div.nav.marcas-equipos button.nav-link.active,
div.nav.marcas-equipos-02 button.nav-link.active{
    background: #002EFF;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

div.nav.marcas-equipos-02 button.nav-link:hover{
    background: #002EFF;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

div.nav.marcas-equipos button.nav-link:first-child{
    border-radius: 16px 16px 0px 0px;
 }

div.nav.marcas-equipos button.nav-link:last-child{
    border-radius: 0px 0px 16px 16px;
    border-bottom: unset;
 }

div.nav.marcas-equipos-02{
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 8px;
}

div.nav.marcas-equipos-02 div.titulo-regiones{
    background: #FFFFFF;
    border-radius: 8px 8px 0px 0px ;
}
 
div.nav.marcas-equipos-02 div.titulo-regiones p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    text-align: left;
    margin-bottom: 0;
    padding: 12px;
    border-bottom: 1px solid #999999;
}
div.nav.marcas-equipos-02 button.nav-link:last-child{
    border-radius: 0px 0px 8px 8px;
    border-bottom: unset;
}
/*Tabla generica*/
 div.tab-content div.tab-pane div.content-modelo-box{
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 16px;
 }

 div.tab-content div.tab-pane div.content-modelo-box .content-modelo.left-content div {
    border-right: 1px solid #999999;
 }

 div.tab-content div.tab-pane div.content-modelo-box .content-modelo .title-content-modelo {
    background: #FFFFFF;
    padding: 16px;
    border-bottom: 1px solid #999999;
    border-radius: 16px 16px 0px 0px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
 }

div.tab-content div.tab-pane div.content-modelo-box.justified-start .content-modelo .title-content-modelo,
div.tab-content div.tab-pane div.content-modelo-box.justified-start .content-modelo .content-modelo-equipo{
    justify-content: start;
 }

 div.tab-content div.tab-pane div.content-modelo-box .content-modelo.left-content .title-content-modelo{
    border-radius: 16px 16px 0px 0px ;
 }
 
 div.tab-content div.tab-pane div.content-modelo-box .content-modelo .title-content-modelo p{
    font-weight: 600;
    font-size: 18px;
    color: #191919;
    text-align: center;
    margin-bottom: 0;
 }


 div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo{
    padding: 14px;
    border-bottom: 1px solid #999999;
    background: #F2F2F2;
    height: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
 }

 div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo-02{
    padding: 6px;
    border-bottom: 1px solid #999999;
    background: #F2F2F2;
    height: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
 }
 div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo-02.text-start{
    align-items: start;
    justify-content: start; 
 }
div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo-02.text-start p{
     text-align: start; 
 }

 div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo p,
    div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo-02 p{
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
 }

 div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-nodisponible{
    padding: 14px;
    border-radius: 0px 0px 8px 8px;
    background: #F2F2F2;
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
 }

div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-nodisponible p{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
}

 
div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo:last-child{
    border-bottom: unset;
}
div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo:last-child{
    border-bottom: unset;
    border-radius: 0px 0px 16px 0px;
}
div.tab-content div.tab-pane div.content-modelo-box .content-modelo.left-content .content-modelo-equipo:last-child{
    border-radius: 0px 0px 16px 16px;
}

div.tab-content div.tab-pane div.content-modelo-box div.col-3 .content-modelo .content-modelo-equipo-02:last-child{
    border-bottom: unset;
    border-radius: 0px 0px 0px 8px;
}
div.tab-content div.tab-pane div.content-modelo-box div.horario-01 .content-modelo .content-modelo-equipo-02:last-child{
    border-bottom: unset;
}
div.tab-content div.tab-pane div.content-modelo-box div.horario-02 .content-modelo .content-modelo-equipo-02:last-child{
    border-bottom: unset;
    border-radius: 0px 0px 8px 0px;
}


div.tab-content div.tab-pane div.content-modelo-box div.horario-02{
    padding-left: 0;  
}
/*tabla tipo 2*/
 div.tab-content div.tab-pane div.content-modelo-box.tipo2{
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 16px;
 }

 div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo.left-content div {
    border-right: 1px solid #999999;
 }

 div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo .title-content-modelo {
    background: #F3F5FF;
    padding: 16px;
    border-bottom: 1px solid #999999;
    border-radius: 16px 16px 0px 0px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
 }

 div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo.left-content .title-content-modelo{
    border-radius: 16px 0px 0px 0px ;
 }
 
 div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo .title-content-modelo p{
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    text-align: left;
    margin-bottom: 0;
 }


 div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo .content-modelo-equipo{
    padding: 14px;
    border-bottom: 1px solid #999999;
    background: #FFFFFF;
    height: 36px;
    align-items: center;
    display: flex;
    justify-content: start;
 }

 div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo .content-modelo-equipo-02{
    padding: 6px;
    border-bottom: 1px solid #999999;
    background: #F2F2F2;
    height: 70px;
    align-items: center;
    display: flex;
    justify-content: start;
 }
 div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo .content-modelo-equipo p,
    div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo .content-modelo-equipo-02 p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-align: left;
    margin-bottom: 0;
 }

 div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo .content-modelo-nodisponible{
    padding: 14px;
    border-radius: 0px 0px 8px 8px;
    background: #F2F2F2;
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
 }

div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo .content-modelo-nodisponible p{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
}

 
div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo .content-modelo-equipo:last-child{
    border-bottom: unset;
}
div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo .content-modelo-equipo:last-child{
    border-bottom: unset;
    border-radius: 0px 0px 16px 0px;
}
div.tab-content div.tab-pane div.content-modelo-box.tipo2 .content-modelo.left-content .content-modelo-equipo:last-child{
    border-radius: 0px 0px 0px 16px;
}

div.tab-content div.tab-pane div.content-modelo-box.tipo2 div.col-3 .content-modelo .content-modelo-equipo-02:last-child{
    border-bottom: unset;
    border-radius: 0px 0px 0px 8px;
}
div.tab-content div.tab-pane div.content-modelo-box.tipo2 div.horario-01 .content-modelo .content-modelo-equipo-02:last-child{
    border-bottom: unset;
}
div.tab-content div.tab-pane div.content-modelo-box.tipo2 div.horario-02 .content-modelo .content-modelo-equipo-02:last-child{
    border-bottom: unset;
    border-radius: 0px 0px 8px 0px;
}


div.tab-content div.tab-pane div.content-modelo-box.tipo2 div.horario-02{
    padding-left: 0;  
}

.border-8radius{
    border-radius: 8px !important;
}
table.nueva-tabla{
  width:100% !important;
  
}
.titulo th{
     height: 56px;
}
table.nueva-tabla td.table-active{
      height: 56px;
     padding-left: 6px;
}

@media (min-width: 360px){
  div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo-02 p{
       font-size: 14px;
       line-height: 16px;
    }
}

@media (min-width: 768px){
      div.catar-header{
        height: 40px;
    }
    div.catar-header p{
        font-size: 16px;
    }
    div.catar-header a{
        font-size: 16px;
    }
   table.nueva-tabla{
  			width:60% !important;
  	}
  table.nueva-tabla td.table-active{  
     padding-left: 8px;
	}

  
   div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo-02{
    padding: 16px;
 
 }
    div.tab-content div.tab-pane div.content-modelo-box .content-modelo .title-content-modelo {
        height: 56px;
    }
 
    div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo,
    div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo-02{
        height: 52px;
    }
  
  	div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo.doble-linea,
    div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo-02.doble-linea{
        height: 70px;
    }
  
    div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo p,
    div.tab-content div.tab-pane div.content-modelo-box .content-modelo .content-modelo-equipo-02 p{
        font-size: 16px;
      line-height: 24px;
    }
}

div.catar-header{
    background: #42E8B4;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
      padding: 1rem;
}

div.catar-header p{
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}
div.catar-header a{
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    text-decoration: underline;
}
@media (min-width: 360px){
 
    div.catar-header p{
        font-size: 14px;
    }
    div.catar-header a{
        font-size: 14px;
    }
}

@media (min-width: 992px){
 
 div.catar-header{
    height: 44px; 
       padding: 0;
 }
      div.catar-header p{
        font-size: 16px;
    }
    div.catar-header a{
        font-size: 16px;
    }
}

div.titulo-2g{
font-weight: 600;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.0075em;
color: #212121;
}

div.sc-hBEYos.ePOKzU{
  font-size: 45px;
}