body {
    color: #404040 !important;
    font-family: 'GT Walsheim Pro' !important;
    /*margin-top: -16px !important;*/
    /*background-color: rgb(157 52 154) !important;*/
    /*background-color: #eff3f6;*/

    font-weight: lighter !important;
    font-size: 1.1rem !important;
  }
  
  .margin-top-content {
    /*margin-top: 84px;
    margin-top: 120px;*/
  }
  
  /**************CONTAINERS***************/
  .container-ivea-fixed {
    position: fixed;
  }
  
  .container-ivea-marging-top {
    /*top: 422px;*/
    top: 70px;
    position: relative;
  }
  
@media (min-width: 600px) and (max-width: 768px) {
  .custom-container{
    max-width: 723px !important;
  }
  }
    @media only screen and (max-width: 600px) {
    body {
      font-size: 0.9rem !important;
    }
    .container-ivea-marging-top {
      /*top: 261px;*/
      top: 50px;
      position: relative;
    }
  }
  
  .container-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /****************NAVBAR MENU****************/
  /**************Nuevo navbar MENU***************/
.navbar {
  transition: 0.5s;
}

/*
.navbar-white {
  background-color: white !important;
  transition: 1s;
  -webkit-box-shadow: 0px -5px 5px 5px rgb(0 0 0 / 23%);
  box-shadow: 0px -5px 5px 5px rgb(0 0 0 / 23%);
}*/
/*----Opciones----*/
/*
a.nav-link.new-navbar.active {
  color: #409d3c;
  font-weight: bold;
}

a.nav-link.new-navbar {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

  a.nav-link.new-navbar:hover {
    color: #409d3c;
    font-weight: bold;
  }
  */
/*----IPAD----
/*Medium devices (tablets, 768px and up)*/
/*
@media (min-width: 768px) {
  .navbar-transparente {
    padding-left: 102px;
    padding-right: 102px;
  }
}

@media (min-width: 800px) {
  .navbar-transparente {
    padding-left: 102px;
    padding-right: 102px;
  }
}*/

/*----IPAD PRO----*/
/*Large devices (desktops, 992px and up)
@media (min-width: 992px) {
  .navbar-transparente {
    padding-left: 102px;
    padding-right: 102px;
  }
}*/

/*----IPAD PRO----*/
/*Large devices (desktops, 1200px and up)
@media (min-width: 1200px) {
  .navbar-transparente {
    padding-left: 102px;
    padding-right: 102px;
  }
}*/

/*----IPAD PRO----*/
/*Large devices (desktops, 1300px and up)
@media (min-width: 1300px) {
  .navbar-transparente {
    padding-left: 102px;
    padding-right: 102px;
  }
}*/

/******************OCULTAR OPCIONES EN DESKTOP********************/
/*small (mobile)*/
@media (min-width: 100px) {
  .ocultar-op-en-desktop {
    display: block !important;
  }
}

/*small (mobile)*/
@media (min-width: 400px) {
  .ocultar-op-en-desktop {
    display: block !important;
  }
}

/*small devices (mobile)*/
@media (min-width: 600px) {
  .ocultar-op-en-desktop {
    display: block !important;
  }
}


/*----IPAD----*/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .ocultar-op-en-desktop {
    display: block !important;
  }
  .carousel-control-next{
    margin-right: -7rem;
  }
}
@media (max-width: 767px) {
  .carousel-control-next{
    margin-right: 0rem;}
  }

@media (min-width: 800px) {
  .ocultar-op-en-desktop {
    display: block !important;
  }
}

/*----IPAD PRO----*/
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .ocultar-op-en-desktop {
    display: none !important;
  }
}

/*----IPAD PRO----*/
/*Large devices (desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .ocultar-op-en-desktop {
    display: none !important;
  }
}

/*----IPAD PRO----*/
/*Large devices (desktops, 1300px and up)*/
@media (min-width: 1300px) {
  .ocultar-op-en-desktop {
    display: none !important;
  }
}

/******************OCULTAR OPCIONES EN MOBILE********************/
/*small (mobile)*/
@media (min-width: 100px) {
  .ocultar-op-en-mobile {
    display: none !important;
  }
}

/*small (mobile)*/
@media (min-width: 400px) {
  .ocultar-op-en-mobile {
    display: none !important;
  }
}

/*small devices (mobile)*/
@media (min-width: 600px) {
  .ocultar-op-en-mobile {
    display: none !important;
  }
}


/*----IPAD----*/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .ocultar-op-en-mobile {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .ocultar-op-en-mobile {
    display: none !important;
  }
}

/*----IPAD PRO----*/
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .ocultar-op-en-mobile {
    display: block !important;
  }
}

/*----IPAD PRO----*/
/*Large devices (desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .ocultar-op-en-mobile {
    display: block !important;
  }
}

/*----IPAD PRO----*/
/*Large devices (desktops, 1300px and up)*/
@media (min-width: 1300px) {
  .ocultar-op-en-mobile {
    display: block !important;
  }
}

  
  /****************NAVBAR MENU LATERAL****************/
  ul.side-menu {
    list-style: none;
    line-height: 2;
    padding-left: 0;
  }
  
  li.side-menu {
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
  
    li.side-menu:hover {
      background-color: #f6f6f6;
      color: #0047ed ;
    }
  
  .icon-side-menu {
    color: #0047ed ;
    font-size: 1.4rem;
    margin-right: 15px;
  }

  .img-top-tab-customer-side-menu {
    width: 50px;
    margin-right: 10px;
}
  
  i.bi.bi-person.icon-side-menu {
    font-size: 1.5rem;
  }
  
  a.nav-link-side-menu {
    color: black;
    cursor: pointer;
    text-decoration: none;
  }
  
    a.nav-link-side-menu:hover {
      color: #0047ed !important;
      cursor: pointer;
      text-decoration: none;
    }
  
  button.btn-close.text-reset.side-menu {
    font-size: 10px;
  }

  a:hover {
    color: #000 !important;
}
  
  
  /****************FOOTER*****************/
  footer.ivea-black {
    background-color: #000 !important;
    color: white;
    margin-bottom: -100px;
  }
  
  .content-footer {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  
  .copyright-green {
    background-color: #409d3c;
    color: white;
  }
  
  a.link-footer {
    color: white;
    text-decoration: none;
  }
  
    a.link-footer:hover {
      color: white;
      text-decoration: none;
    }
  
  .col-footer-ivea {
    text-align: left;
  }
  
  img.logo-ivea-footer {
    /*height: 100px;*/
    margin-top: -30px;
    margin-left: -20px;
  }
  
  /**************INPUTS******************/
  .input-grey {
    background-color: #eff3f6 !important;
    border-color: #eff3f6 !important;
    /*padding-top: 10px !important;
    padding-bottom: 10px !important;*/
  }
  
  .input-white {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  
  .input-margin-top {
    /*margin-top: 10px !important;*/
  }
  
  .form-control {
    /*margin-bottom: 20px;*/
  }
  
  .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(52 145 224 / 24%) !important;
  }
  
  /*Circulo Maria Quote*/
  .img-maria-circle {
    /*background-color: antiquewhite;*/
    border-radius: 100%;
    height: 100px;
    width: 100px;
    text-align: center;
    /*padding-top: 40px;*/
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 15px 5px #d2cfe8;
    box-shadow: 0px 0px 15px 5px #d2cfe8;
  }
  
  /*Centrar Contenido*/
  .centrar-img {
    text-align: -webkit-center;
  }
  
  .col-center {
    text-align: -webkit-center;
  }
  
  @media only screen and (max-width: 600px) {
    .centrar-img-mobile {
      text-align: -webkit-center;
    }
  }
  
  /*Centrar Horizontal y vertical*/
  .centrar-hor-ver {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  /*INPUT SELECT*/
  .form-select-ivea {
    margin-top: 10px;
    height: 47px;
    background-color: #eff3f6 !important;
    border-color: #eff3f6 !important;
  }
  
  /********************TEXTOS******************/
  /*Titulo header*/
  .title-header {
    color: #25197e;
    /*color: #25197e;
     font-size: 5.6rem;
    font-weight: bold;*/
  }

  
  .title-header-smaller {
    color: #25197e;
    font-size: 4rem;
    font-weight: bold;
  }
  
  /*Interlineado título header*/
  .line-height-title-header {
    /*margin-bottom: -18px;*/
    margin-bottom: -55px;
  }
  
  /*Sub titulo header*/
  .sub-title-header {
    color: #25197e;
    /*font-size: 22px;*/
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  /*Sub titulo light header*/
  .sub-title-header-light {
    color: #25197e;
    /*font-size: 22px;*/
    font-size: 1.8rem;
  }
  
  /*Titulo header blanco*/
  .title-header-white {
    font-size: 3rem;
    font-weight: bold;
  }
  
  /*Comentario más grande*/
  .big-comment-blue {
    color: #25197e;
    /*font-size: 2.2rem;*/
    font-size: 1.5rem;
    font-weight: bold;
    /*margin-top: -12px;*/
  }
  
  .big-comment-blue-light {
    color: #25197e;
    /*font-size: 2.2rem;*/
    font-size: 1.5rem;
    font-weight: light;
    /*margin-top: -12px;*/
  }
  
  
  .big-comment-blue-2 {
    color: #25197e;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: -12px;
  }
  
  .big-comment-blue-3 {
    color: #25197e;
    font-size: 3.5rem;
    font-weight: bold;
    /*margin-top: -12px;*/
    line-height: initial;
  }
  
  .big-comment-green-2 {
    color: #b5ebc9 ;
    font-size: 2.2rem;
    font-weight: bold;
    /*margin-top: -12px;*/
    line-height: initial;
  }
  
  .big-comment-black {
    color: #212529;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: -12px;
  }

  .big-comment-white-2 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: -12px;
  }
  
  /*Comentario más grande dentro de imagen*/
  .big-comment-blue.comment-circle {
    text-align: center;
    position: absolute;
    display: inline-block;
  }

  /*Texto celeste*/
  span.light-blue {
    color: #98a9fe;
}

/*Link Subrayado*/
.link-subrayado-upper {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #190f66;
  width: fit-content;
  text-transform: uppercase;
}

.link-subrayado-upper.green {
  color: #b5ebc9;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #829bf6;
  width: fit-content !important;
  text-transform: uppercase;
}

  
  /*Párrafo*/
  .parrafo {
    font-size: 14px;
  }
  
    /*Párrafo justificado*/
    .parrafo.justify {
      text-align: justify;
    }
  
  /*Párrafo grande*/
  .parrafo-big {
    font-size: 20px;
  }
  
  /*Titulo párrafo*/
  .title-parrafo {
    color: #25197e;
    font-size: 17px;
    font-weight: bold;
  }
  
  /*Encabezado Bold*/
  .encabezado-bold {
    font-size: 19px;
    font-weight: bold;
  }
  
    /*Encabezado bold centrado*/
    .encabezado-bold.center {
      text-align: center;
    }
  
  /*Encabezado Normal*/
  .encabezado-normal {
    font-size: 19px;
  }
  
    /*Encabezado normal justificado*/
    .encabezado-normal.justify {
      text-align: justify;
    }
  
    /*Encabezado normal centrado*/
    .encabezado-normal.center {
      text-align: center;
    }
  
  /*Encabezado Azul*/
  .encabezado-azul {
    /*color: #25197e;*/
    font-size: 19px;
  }

    /*Encabezado Azul*/
    .encabezado-negro {
      color: #000;
      font-size: 19px;
    }

    .encabezado-blanco {
      color: #fff;
      font-size: 19px;
    }

    /*Label*/
    label {
      color: #000;

      font-size: 1.1rem;
      font-weight: lighter;
  }
  
  /*Big Label bold centrado*/
  .label-big-bold.center {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  
  /*Label bold*/
  .label-bold {
    font-size: 19px;
    font-weight: bold;
  }
  
  /*Label azul*/
  label.blue {
    /*color: #25197e;*/
    color: #25197e;
  }
  
  /*Label negro*/
  label.black {
    color: #000;
  }
  
 /*Label verde*/
    label.green {
      color: #409d3c;
    }
  
  /*Fuente 20px*/
  .text-20 {
    font-size: 20px;
  }
  
  /*Texto verde*/
  .text-green {
    color: #b4eac8;
  }
  
  /*Título azul, centrado, bold*/
  .title-blue.bold.center {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #25197e;
  }

    /*Título negro, centrado, bold*/
    .title-black.bold.center {
      font-size: 20px;
      text-align: center;
      font-weight: bold;
      color: #000;
    }
  
  /*Título negro*/
  .title-black {
    font-size: 20px;
    color: #000;
  }
  
  /*Texto azul*/
  .text-black {
    color: black;
  }
  
  /*Texto azul*/
  .text-blue {
    color: #25197e;
  }
  
  /*Texto grande*/
  .big-font {
    font-size: 2.6em;
  }
  
  
  /*Texto sobre imagen*/
  .text-on-img {
    text-align: center;
    position: absolute;
    display: inline-block;
  }
  
  /*Texto titulo header mobile*/
  .title-header-mobile {
    color: white;
    font-size: 4rem;
    font-weight: bold;
    filter: drop-shadow(0px 1px 5px black);
  }
  
  /*Texto sub-titulo header mobile*/
  .sub-title-header-mobile {
    color: white;
    font-size: 1.5rem;
    padding-top: 150%;
    filter: drop-shadow(0px 1px 5px black);
  }
  
  /*Texto sub-titulo header mobile light*/
  .sub-title-light-header-mobile {
    color: white;
    font-size: 1.5rem;
    font-weight: 100;
    filter: drop-shadow(0px 1px 5px black);
    padding-left: 5px;
    padding-right: 5px;
  }
  
  /*Texto centrado*/
  .text-center {
    text-align: center !important;
  }
  
  /*Texto justificado*/
  .text-justify {
    text-align: justify !important;
  }
  
  .text-underline {
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }
  
  /*Texto Warning*/
  .warning-input {
    color: red;
    padding-bottom: 20px;
  }
  
  /*Texto sombreado - Sombra*/
  .text-sombreado {
    filter: drop-shadow(0px 1px 5px black);
  }
    @media only screen and (max-width: 600px) {
      label{
        font-size: 0.9rem;
      }
    }
  
  /*********************************************HEADER DISPLAY**********************************************/
  /*Texto centrado para el HEADER DISPLAY*/
  .col-texto-header {
    display: flex;
    align-content: center;
    align-items: center;
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  
  @media only screen and (max-width: 600px) {
    .col-texto-header {
      display: flex;
      align-content: center;
      align-items: center;
      padding-right: 10px !important;
      padding-left: 10px !important;
    }
  }
  
  /*imagen para el HEADER DISPLAY*/
  .col-img-header-right {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: end;
  }
  
  .col-img-header-left {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: left;
  }
  
  /******************PADDING***********************/
  .p-top-5 {
    padding-top: 5px;
  }
  
  .p-top-10 {
    padding-top: 10px;
  }
  
  .p-top-15 {
    padding-top: 15px;
  }
  
  .p-top-20 {
    padding-top: 20px;
  }
  
  .p-top-30 {
    padding-top: 30px;
  }
  
  .p-top-35 {
    padding-top: 35px;
  }
  
  .p-top-40 {
    padding-top: 40px;
  }
  
  .p-top-45 {
    padding-top: 45px;
  }
  
  .p-top-50 {
    padding-top: 50px;
  }
  
  .p-top-10-porcent {
    padding-top: 10%;
  }
  
  .p-top-7-porcent {
    padding-top: 7%;
  }
  
  /************IMÁGENES LATERALES************/
  .img-1-right {
    width: 270px;
    position: absolute;
    right: 0px;
    top: 180px;
  }
  
  .img-2-right {
    width: 175px;
    position: absolute;
    right: 0px;
    top: 1080px;
  }
  
  .img-3-right {
    width: 127px;
    position: absolute;
    right: 0px;
    top: 3060px;
  }
  
  .img-1-left {
    width: 100px;
    position: absolute;
    left: -3px;
    top: 1000px;
  }
  
  .img-2-left {
    width: 325px;
    position: absolute;
    left: 0px;
    top: 5400px;
  }
  
  .img-3-left {
    width: 237px;
    position: absolute;
    left: 0px;
    /*top: 5620px;*/
    /*top: 0;*/
  }
  
  
  /***************LINKS*******************/
  /*Link Negro*/
  a.link-black {
    color: black;
    cursor: pointer;
  }
  
  /*Link sin underline*/
  .link-no-line {
    text-decoration: none;
  }
  
    /*Link Negro*/
    a:hover {
      /*color: #fff !important;*/
      cursor: pointer;
    }
  /**************BACKGROUNDS**************/
  .background-blue {
    background-color: #25197f;
  }
  
  .background-grey {
    background-color: #eff3f6;
  }
  
  .background-purple {
    /*background-color: rgb(157 52 154);*/
    background-color: white;
  }


  .background-green {
    background-color: #b5ebc9;
  }
  
  .background-blue-claim {
    background-color: #3a2f8b;
  }
  
  
  /**************FORMULARIOS**************/
  .row.formulario {
    margin-top: 20px;
  }
  
  .form-preQ {
    padding-top: 7%;
  }
  
  /***************BOTONES******************/
  button {
    outline: none !important;
    box-shadow: none !important;
  }
  
  /*Botones de navegación*/
  .row-nav-buttons {
    text-align: -webkit-center;
    /*margin-top: 60px;*/
    margin-bottom: 50px;
  }
  
  div#back {
    margin-right: 20px !important;
  }
  
  div#forward {
    margin-left: 20px !important;
  }
  
  button#back {
    margin-right: 20px !important;
  }
  
  button#forward {
    margin-left: 20px !important;
  }

    /*Botón blanco*/
    .btn-white {
      background-color: #3678ff!important;
      width: 146px !important;
      /*padding-top: 15px !important;
      padding-bottom: 15px !important;
      padding-left: 40px !important;
      padding-right: 40px !important;
      border-radius: 30px !important;*/
      color: #fff !important;
      border: 1px solid #3678ff!important;
      /*font-weight: bold !important;*/
      /*-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10) !important;
      box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10) !important;*/

      border-radius: 2rem !important;



    }
    
      .btn-white:hover {
        color: #fff !important;
        border: 1px solid #3678ff !important;
        background-color: #3678ff !important;
      }
  
  /*Botones verde*/
  .btn-green {
    background-color: #409d3c  !important;
    width: 146px !important;
    /*padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 30px !important;*/
    color: #fff !important;
    font-weight: bold !important;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10) !important;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10) !important;
  }
  
    .btn-green:hover {
      background-color: #fff !important;
      color: #409d3c !important;
      border: 1px solid #409d3c ;
    }
  
    .btn-green.biger {
      width: 160px !important;
    }
  
    .btn-green.claim {
      width: auto !important;
    }
  
  /*Botones verde texto negro*/
  .btn-green-txt-black {
    background-color: #b5ebc9 !important;
    width: 146px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 30px !important;
    color: black !important;
    font-weight: bold !important;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10) !important;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10) !important;
  }
  
    .btn-green-txt-black:hover {
      background-color: #9cc7ac !important;
    }
  
  
  /*Botón gris*/
  .btn.btn-gray {
    background-color: #cdcdcd !important;
    font-size: 13px;
    width: 110px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 0px !important;
    padding-right: 0 !important;
    border-radius: 10px !important;
    color: #212529 !important;
    font-weight: bold !important;
    -webkit-box-shadow: 0px 0px 7px 0px #7c75b2;
    box-shadow: 0px 0px 7px 0px #7c75b2;
  }
  
    .btn.btn-gray:hover {
      background-color: #797979 !important;
    }
  
  
  /*Botón con margen top*/
  .btn-mt {
    margin-top: 10px;
  }
  
  /*Botón borde azul*/
  button.btn.btn-outline-green {
    border: 1px solid #25197f;
    border-radius: 10px;
    color: #25197f;
    font-weight: bold;
  }
  
    button.btn.btn-outline-green:hover {
      background-color: #25197f;
      color: #b5ebc9;
    }
  
  /*Botón Azul*/
  .btn-blue {
    background-color: #25197e !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    /*padding: 16px 24px 26px 24px;*/
    border-radius: 30px !important;
    /*color: white !important;*/
    color:#b5ebc9 !important ;
    font-weight: bold !important;
    /*-webkit-box-shadow: 0px 0px 7px 0px rgb(37 25 126 / 77%) !important;
    box-shadow: 0px 0px 7px 0px rgb(37 25 126 / 77%) !important;*/
  }
  
    .btn-blue:hover {
      color: #b5ebc9 !important;
    }
  
  /*Botón verde redondo*/
  button.btn.btn-circle-green {
    background-color: #b5ebc9;
    color: white;
    font-weight: bold;
    font-size: 1.0rem;
    border-radius: 50%;
    padding: 0px 8px 0px 8px;
    margin: 5px;
  }
  
    button.btn.btn-circle-green:hover {
      background-color: #9cc7ac !important;
    }
  
  /*Botón Blanco de ajustar*/
  .btn-icon-adjust {
    background-color: white !important;
    border: 1px solid #b5ebc9 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    outline: none !important;
    box-shadow: none !important;
  }
  
    .btn-icon-adjust:hover {
      background-color: #b5ebc9 !important;
      color: white !important;
    }
  
    /*Botón Transparente*/
    .btn-transparent {
      background-color: transparent !important;
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      padding-left: 40px !important;
      padding-right: 40px !important;
      /*padding: 16px 24px 26px 24px;*/
      border-radius: 30px !important;
      color: #0D0D0D !important;
      font-weight: bold !important;
  }
  
  /***************BOTONES MOBILE******************/
  /*Botón con margen vertical en mobile*/
  @media only screen and (max-width: 600px) {
    .btn{
      font-size: .8rem;
    }
    .btn-white{
      width: 112px !important;
    }
    .btn-w100 {
      width: 100% !important;
    }
  }
  
  /*****************SECCIONES****************/
  .content-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  /****************************************RADIO BOTONES*******************************************************/
  
  .form-check-input[type=radio] {
    width: 1.5em !important;
    height: 1.5em !important;
    margin-top: .25em;
    vertical-align: top;
    background-color: #cdcdcd !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #cdcdcd !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: all 0.15s ease-out 0s;
    cursor: pointer;
  }
  
  .form-check-input:hover {
    background-color: #dddddd !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #eff3f6 !important;
    border-color: #dddddd !important;
  }
  
  .form-check-input:checked[type=radio] {
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);*/
    background-image: none !important;
  }
  
  .form-check-input:checked {
    background-color: #409d3c  !important;
    border-color: #409d3c  !important;
  }
  
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    box-shadow: none !important;
  }
  
  .form-check-input::after {
    -webkit-animation: click-wave 0.65s !important;
    -moz-animation: click-wave 0.65s !important;
    animation: click-wave 0.65s !important;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
  }
  
  
  
  /*************************************CHECK BOX*************************************************/
  .form-check-input[type=checkbox] {
    border-radius: .25em;
    background-color: #cdcdcd;
    border-color: #cdcdcd;
    margin-top: 0px;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
  }
  
  /***************ELEMENTOS******************/
  /*Margen top mobile*/
  .marging-top-mobile {
    margin-top: auto;
}

/*small (mobile)*/
@media (min-width: 100px) {
  .marging-top-mobile {
    margin-top: 50px !important;
}
}

/*small (mobile)*/

@media (max-width: 450px) {
  .middle-title{
    color: white !important;
  }
  .title-header{
    color: white !important;
  }
}
@media (min-width: 451px) {
  .middle-title{
    color: #3678ff !important;
  }
  .marging-top-mobile {
    margin-top: 50px !important;
}
}

/*small devices (mobile)*/
@media (min-width: 600px) {
  .marging-top-mobile {
    margin-top: 50px !important;
}
}

  /*Logo candado*/
  i.bi.bi-shield-lock-fill.candado-ivea {
    color: #b5ebc9;
    font-size: 4.75rem;
  }
  
  /*SPAN Circulo verde Circle*/
  span.circle-green {
    background-color: #b5ebc9;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    border-radius: 50%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    color: #25197e;
    height: 40px;
    width: 40px;
  }
  
  /*Tool tip*/
  .tooltip-btn-circle-light-blue {
    background-color: #758bfd;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    border-radius: 50%;
    padding: 0px 5px 0px 5px;
    margin: 5px;
  }
  
  
  [data-tooltip] {
    position: relative;
    cursor: pointer;
  }
  
    [data-tooltip]:before,
    [data-tooltip]:after {
      line-height: 1;
      font-size: .9em;
      pointer-events: none;
      position: absolute;
      box-sizing: border-box;
      display: none;
      opacity: 0;
    }
  
    [data-tooltip]:before {
      content: "";
      border: 5px solid transparent;
      z-index: 100;
    }
  
    [data-tooltip]:after {
      content: attr(data-tooltip);
      text-align: center;
      min-width: 3em;
      max-width: 21em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 6px 8px;
      border-radius: 3px;
      background: #758AFC;
      color: #FFFFFF;
      z-index: 99;
    }
  
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
      display: block;
      opacity: 1;
    }
  
    [data-tooltip]:not([data-flow])::before,
    [data-tooltip][data-flow="top"]::before {
      bottom: 100%;
      border-bottom-width: 0;
      border-top-color: #758AFC;
    }
  
    [data-tooltip]:not([data-flow])::after,
    [data-tooltip][data-flow="top"]::after {
      bottom: calc(100% + 5px);
    }
  
    [data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
    [data-tooltip][data-flow="top"]::before,
    [data-tooltip][data-flow="top"]::after {
      left: 50%;
      -webkit-transform: translate(-50%, -4px);
      transform: translate(-50%, -4px);
    }
  
    [data-tooltip][data-flow="bottom"]::before {
      top: 100%;
      border-top-width: 0;
      border-bottom-color: #758AFC;
    }
  
    [data-tooltip][data-flow="bottom"]::after {
      top: calc(100% + 5px);
    }
  
    [data-tooltip][data-flow="bottom"]::before, [data-tooltip][data-flow="bottom"]::after {
      left: 50%;
      -webkit-transform: translate(-50%, 8px);
      transform: translate(-50%, 8px);
    }
  
    [data-tooltip][data-flow="left"]::before {
      top: 50%;
      border-right-width: 0;
      border-left-color: #758AFC;
      left: calc(0em - 5px);
      -webkit-transform: translate(-8px, -50%);
      transform: translate(-8px, -50%);
    }
  
    [data-tooltip][data-flow="left"]::after {
      top: 50%;
      right: calc(100% + 5px);
      -webkit-transform: translate(-8px, -50%);
      transform: translate(-8px, -50%);
    }
  
    [data-tooltip][data-flow="right"]::before {
      top: 50%;
      border-left-width: 0;
      border-right-color: #758AFC;
      right: calc(0em - 5px);
      -webkit-transform: translate(8px, -50%);
      transform: translate(8px, -50%);
    }
  
    [data-tooltip][data-flow="right"]::after {
      top: 50%;
      left: calc(100% + 5px);
      -webkit-transform: translate(8px, -50%);
      transform: translate(8px, -50%);
    }
  
  [data-tooltip=""]::after, [data-tooltip=""]::before {
    display: none !important;
  }
  /*---Fin Tool tip----*/
  
  
  /*Lista UL Azul*/
  ul.blue {
    color: #25197e;
    padding-left: 20px;
  }
  
  /*Alinear a la izquierda*/
  .align-left {
    text-align: left;
  }
  
  /*Alinear a la derecha*/
  .align-right {
    text-align: right;
  }
  
  /*Capa oscura*/
  .capa-ocura {
    background-color: rgba(0,0,0,0.3);
  }
  /*Líne negra*/
  .linea-negra {
    height: 1px;
    background-color: black;
  }
  
  /*Líne negra*/
  .linea-azul {
    height: 1px;
    background-color: #25197e;
  }
  
  /*Fondo de la pantalla al aparecer el modal*/
 /* .modal {
    background-color: rgb(60 10 70 / 80%);
  }*/
  
  .modal-content {
    border-radius: 1.0rem !important;
  }
  
  /*Alto de preguntas fijo*/
  .questions-alto-fijo {
    min-height: 300px;
  }
  
  
  /*HR*/
  hr.hr-dark.no-margig-top {
    color: #212529;
    margin-top: 7px;
  }
  
    hr.hr-dark.no-margig-top.no-margig-bottom {
      margin-bottom: 7px;
      color: #212529;
    }
  
  /*Container*/
  .container.padding-top {
    padding-top: 100px;
  }
  
  /*Margen de secciones*/
  .margin-section {
    margin-top: 50px;
  }
  
  /*padding de secciones*/
  .padding-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .icon-blue {
    font-size: 20px;
    color: #25197f;
    margin-right: 20px;
  }
  
  
  
  /*----Card Azul-----*/
  .card-blue {
    background-color: #241a7d;
    border-radius: 20px;
  }
  
  .content-card-blue {
    padding: 20px;
    margin-top: -28px;
  }
  
  /*-------Card Resumen-----*/
  .card-resumen {
    background-color: white;
    border-radius: 20px;
    /*padding: 20px;*/
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 15px -1px #e6e6e6;
    box-shadow: 0px 0px 15px -1px #e6e6e6;
  }
  
  .top-green {
    background-color: #b5ebc9;
    padding: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .card-resumen-content {
    padding: 40px;
  }
  
  /*------Card Gris----*/
  .card-gray-price {
    background-color: #f1f2f6;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .card-gray-price-value {
    color: #25197e;
    font-size: 30px;
    font-weight: bold;
  }
  
  /*-------Card gris pago---------*/
  .card-gray.credit-card {
    background-color: #f1f2f6;
    padding: 30px;
    border-radius: 20px;
  }
  
  /*-------Card blanco pago---------*/
  .card-blanco.credit-card {
    background-color: #ffffff;
    /*padding: 30px;*/
    padding-top: 10px;
    border-radius: 20px;
  }
  
  
  /*Botón redondo gris*/
  .btn-icon-circle-bg-grey {
    background-color: #cdcdcd !important;
    border-radius: 100% !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    outline: none !important;
    box-shadow: none !important;
  }
  
    .btn-icon-circle-bg-grey:hover {
      background-color: #797979 !important;
    }
  
  /*Padding Vertical para Imágenes*/
  .img-padding-ver {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  /*---Incluido verde---*/
  .incluido.green {
    background-color: #b5ebc9;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  
  
  /*Scroll*/
  .lista-news-home::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 18px !important;
  }
  
    .lista-news-home::-webkit-scrollbar:vertical {
      width: 5px;
    }
  
  .lista-news-home::-webkit-scrollbar-button:increment, .contenedor::-webkit-scrollbar-button {
    display: none;
  }
  
  .lista-news-home::-webkit-scrollbar:horizontal {
    height: 3px;
  }
  
  .lista-news-home::-webkit-scrollbar-thumb {
    background-color: #aeb8fe;
    border-radius: 20px;
    border: 1px solid #aeb8fe;
  }
  
  .lista-news-home::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #e8eaff;
  }
  
  
  /*************************************************TABS PÁGINA DEL PRODUCTO*******************************************************/
  .nav-vertical-product {
    height: 150px;
    width: 150px;
    color: #c9c6d8 !important;
    background-color: #f8f8fa !important;
    margin-top: 20px;
    margin-bottom: -15px;
  }
  
    .nav-vertical-product.active {
      height: 150px;
      width: 150px;
      color: #25197e !important;
      background-color: white !important;
      -webkit-box-shadow: 0px 0px 15px 5px #d2cfe8 !important;
      box-shadow: 0px 0px 15px 5px #d2cfe8 !important;
    }
  
  img.img-product-page {
    width: 50px;
  }
  
  .tab-content-vertical-product {
    background-color: white;
    width: 100%;
    margin-left: -20px;
    margin-top: 20px;
    /*min-height: 1480px;*/
    min-height: 1080px;
  }
  
  i.bi.bi-check2.circle-violet {
    background-color: #c7b5ef;
    color: white;
    border-radius: 100%;
    font-size: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .check-purple {
    color: #c7b5ef;
    font-size: 27px;
  }
  
  .title-tab-vertical-services-hogar {
    font-weight: bold;
    color: #212529 !important;
    /*font-size: 25px;*/
    font-size: 20px;
  }
  
  .btn-icon-circle-bg-gray {
    background-color: #c7b5ef;
    color: white;
    border-radius: 100%;
    font-size: 2.1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .col-check-center-v {
    /*padding-top: 15px;*/
    display: flex;
    align-content: center;
    align-items: center;
  }
  
  .card-product {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    border: 2px solid white;
    transition: color .30s ease-in-out,background-color .30s ease-in-out,border-color .30s ease-in-out,box-shadow .30s ease-in-out;
  }
  
    .card-product.card-servicios-alto-fijo {
      background-color: white;
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 20px;
      border: 2px solid white;
      transition: color .30s ease-in-out,background-color .30s ease-in-out,border-color .30s ease-in-out,box-shadow .30s ease-in-out;
      border-bottom: 1px solid;
      border-radius: 0;
      border-color: #d6d6d6;
      border-left: 0;
      border-right: 0;
      border-top: 0;
    }
  
  /*----------Mobile-----------*/
  .card-product-mobile {
    background-color: #25197e;
    border-radius: 20px;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 2px solid white;
    transition: color .30s ease-in-out,background-color .30s ease-in-out,border-color .30s ease-in-out,box-shadow .30s ease-in-out;
  }
  
  .title-product-mobile {
    font-weight: bold;
    color: white !important;
    font-size: 25px;
    text-align: center;
  }
  
  img.img-cover-product {
    height: 60px;
  }
  
  .text-services-product {
    font-size: 20px;
    color: white !important;
  }
  
  .text-services-product-blue {
    font-size: 14px;
    color: #25197e !important;
  }
  
  i.bi.bi-check2.circle-violet-mobile {
    background-color: #c7b5ef;
    color: white;
    border-radius: 100%;
    font-size: 1rem;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .title-tab-vertical-services-hogar-smaller {
    font-weight: bold;
    color: #212529 !important;
    font-size: 21px;
  }
  
  .card-radius-hogar {
    border-radius: 20px !important;
  }
  
  /***************LOGIN***************/
  .form-login-ivea {
    padding: 20px;
  }
  
  .modal-body.login-ivea {
    padding-bottom: 40px;
  }
  
  .btn-close.btn-circle-gray {
    background-color: #cdcdcd;
    border-radius: 100%;
    font-size: 10px;
    color: #25197e;
  }
  
  /******************************CUSTOMER PORTAL**************************************/
  /*Options*/
  .CustomerPortal-options {
    margin-top: 30px !important;
  }
  
  /*Fila del nombre*/
  .row.CustomerPortal-name {
    padding-top: 30px;
  }
  
  /*-----TABS-----*/
  .nav-link.CustomerPortal {
    /*background-color: #dba1d9 !important;
    padding: 20px;
    font-size: 23px;
    text-align: justify;
    width: 90% !important;
    color: #9d349a;*/

    background-color: #f6f6f6 !important;
    padding: 29px;
    font-size: 23px;
    text-align: justify;
    width: 95% !important;
    color: #5A5A5A;
    text-align: center;
    height: 210px;
    /*eight: 200px;*/
    /*padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 60px;*/


  }
@media (max-width: 996px) and (min-width:600px){
    .nav-link.CustomerPortal {
          padding: 0;
    font-size: 17px;
    }
}
  /*Imagen Tab*/
  .img-top-tab-customer-portal {
    width: 80px;
    margin-top: -160px;
}
.img-top-tab-customer-portal-late-wrap{
    width: 80px;
    margin-top: -160px;
}
  .img-top-tab-customer-portal-wrap {
    width: 80px;
    margin-top: -125px;
}
.text-top-tab-customer-portal{
  white-space: nowrap;
}
  
    .nav-link.CustomerPortal:hover {
      /* color: #0047ed; */
      color: #3678ff!important;
    }
  
  @media only screen and (max-width: 600px) {
    .text-top-tab-customer-portal{
  white-space: wrap;
}
    .nav-link.CustomerPortal {
      padding-top: 0px;
      padding-bottom: 0;
      padding-left: 3px;
      padding-right: 3px;
      font-size: 12px;
      height: 80px;
    }
  }

@media (max-width: 407px) {
  .img-top-tab-customer-portal{
    margin-top: -58px !important;
}}
@media (max-width: 470px) {
  .img-top-tab-customer-portal-late-wrap{
        width: 57px;
  margin-top: -58px !important;
}
}
  @media (max-width: 600px) {
 .img-top-tab-customer-portal {
    width: 57px;
    margin-top: -75px;
    }
 .img-top-tab-customer-portal-wrap {
    width: 57px;
    margin-top: -58px;
    }
 .img-top-tab-customer-portal-late-wrap {
    width: 57px;
    margin-top: -75px;
    }
}
  .nav-link.CustomerPortal.active {
    /*font-weight: bold;
    color: #891486 !important;
    background-color: #ffd7fe !important;
    border: 1px solid #891486  !important;*/

    font-weight: bold;
    color: #404040!important;
    background-color: #ffffff !important;
    border: 2px solid #efefef !important;
    border-radius: 0.5rem;


    /*-webkit-box-shadow: 0px 0px 15px 5px #cfe8d1  !important;
    box-shadow: 0px 0px 15px 5px #cfe8d1  !important;*/
  }
  
  /*Contenido Tabs*/
  .row.CustomerPortal-content {
    margin-top: 2rem;
  }
  
  .title-customer-portal-content {
    color: #000741;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 20px !important;


    /*color: #660360;*/
  }
  
  /*Navs Pólizas*/
  .nav-link.policies-ivea.active {
    /*background-color: #9d349a !important;
    border-color: #9d349a !important;
    color: #ffffff !important;*/

    background-color: #ffffff !important;
    border: 1px solid #3678ff !important;
    color: #3678ff !important;
    font-weight: bold;
    border-bottom: none !important;
  }
  
  .nav-link.policies-ivea {
    /*background-color: #dba1d9 !important;
    color: #9d349a;
    border-color: #eff3f6;
    margin: 0px 10px;*/

    background-color: #f6f6f6 !important;
    color: #9f9f9f;
    border-color: #eff3f6 !important;
    margin: 0px 10px;
  }
  
    .nav-link.policies-ivea:hover {
      /*border-color: #dba1d9 !important;
      color: #fff;*/

      color: #0047ed;
      background-color: white !important;
    }
  
  .nav-tabs.policies-ivea {
    /*border-bottom: 1px solid #660360 !important;*/
    border-bottom: 1px solid #dfdfdf !important;
    margin-bottom: 20px;    
  }
  
  /*----CARDS PÓLIZAS----*/
  .card-polizas-activas {
    /*background-color: #ffd7fe;
    color: #891486;
    border-radius: 1rem;
    padding: 40px;
    margin: 0px 0px 20px 0px;*/

    background-color: #fff;
    border: 2px solid #efefef;
    /*color: #660360;*/
    border-radius: 1rem;
    padding: 40px;
    margin: 0px 0px 20px 0px;
    transition: 0.5s;
  }

  .card-polizas-activas:hover {
    background-color: #f6f6f6;
  }

  /*imagen card pólzia*/
  .img-card-policy-customer-portal {
    width: 80px;
}
  
  .card-polizas-activas-datos {
    /*padding-top: 50px;*/
    padding-top: auto;
  }
  
  @media only screen and (max-width: 600px) {
    .card-polizas-activas{
      padding: 25px;
    }
    .card-polizas-activas-datos {
      text-align: justify;
    }
    .title-customer-portal-content{
      font-size: 16px;
    }
  }
  
  .col-btn-action {
    margin-bottom: 17px;
    margin-top: 17px;
  }
  
  .no-margig-bottom-actions {
    margin-bottom: -15px;
  }
  
  img.img-poliza {
    /*height: 163px;*/
    height: auto;
  }
  
    img.img-poliza.cancelada {
      filter: grayscale(1);
    }
  
  /*----CARDS CLAIMS----*/
  .centrar-vertical-btn-claim {
    padding-top: 40px;
  }
  
  /****SERVICIOS*****/
  /* #more {display: none;} */

  img.img-services {
    width: 53%;
    height: 80px;
  }
  
  .title-services-hogar {
    font-weight: bold;
    color: #25197e !important;
    font-size: 32px;
  }
  
  @media only screen and (max-width: 600px) {
    img.img-services {
     width: 24%;
    margin-bottom: 10px;
  }
    .title-services-hogar {
      text-align: center;
      font-size: 20px;
    }
  }
  
  .col-align-v-services {
    /*padding-top: 30px; */
    /* padding-top: 18px; */
    display: flex;
    align-content: center;
    align-items: center;
  }
  
  .text-services-hogar {
    font-size: 20px;
    color: #25197e !important;
  }
  
  /*Card Servicios*/
  .card-servicios {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 2px solid white;
    transition: color .30s ease-in-out,background-color .30s ease-in-out,border-color .30s ease-in-out,box-shadow .30s ease-in-out;
  }
  
  .btn-icon-circle-bg-blue {
    background-color: #e3e8fd !important;
    border-radius: 100% !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    outline: none !important;
    box-shadow: none !important;
  }
  
  li.li-circle-blue {
    color: #758bfd;
  }
  
  span.text-li-services {
    color: #212529;
    font-size: 18px;
  }
  
  /*Barra lateral*/
  .barra-azul-servicios {
    background-color: #3678ff!important;
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .texto-barra-lateral-services {
    color: #b5ebc9;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .texto-big-barra-lateral {
    color: #b5ebc9;
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
  }
  
  .texto-light-barra-lateral {
    color: #b5ebc9;
    text-align: center;
    font-size: 1.7rem;
    font-weight: lighter;
  }
  
  .icono-barra-lateral-services {
    color: #b5ebc9;
    text-align: center;
    font-size: 3.5rem;
  }
  
  .info-barra-lateral-azul {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  /*-------PAYMENTS------*/
  
  .card-payments-activas {
    /*background-color: #ffd7fe;
    color: #9d349a;*/
    border-radius: 1rem;
    padding: 40px;

    /*background-color: #f6f6f6;*/
    border: 2px solid #efefef;
    color: #660360;
    transition: 0.5s;
  }

  .card-payments-activas:hover {
    background-color: #f6f6f6;
  }
  
  i.bi.bi-credit-card-2-back.ivea.blue {
    font-size: 5.1rem;
    color: #25197e;
  }
  
  .card-payments-activas-datos {
    padding-top: 25px;
  }
  
  /*Tabla payment*/
  thead.tabla-payment.pruple {
    background-color: #c7d3ec;
  }

  thead.tabla-payment.green {
    background-color: #d9efdc;
  }
  
  
  .tabla-payment {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  th.border-right {
    /*border-right: 1px solid #9379cc;*/
    border-right: 1px solid #000741 !important;
    text-align: center;
    color: #000741!important;
  }
  
  td.border-right {
    /*border-right: 1px solid #9379cc;*/
    text-align: center;
  }
  
  /***************************TEAM EQUIPO**********************************/
  img.foto-team-circle {
    border-radius: 50%;
    width: 160px;
  }
  
    img.foto-team-circle.svg {
      width: 177px;
    }
  
  .nombre-team {
    text-align: center;
    font-weight: bold;
  }
  
  .cargo-team {
    text-align: center;
  }
  
  img.img-team-exponential {
    width: 240px;
    margin-left: -20px;
    padding-bottom: 20px;
  }
  
  img.img-team-massup {
    width: 200px;
    margin-left: -20px;
  }
  
  img.img-team-essor {
    width: 200px;
    margin-left: -25px;
    margin-top: -20px;
  }
  
  
  /******************************HOME**************************************/
  .section-title-header {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  
  /*Container con imagen*/
  .img-section-2 {
    background-image: url("saidesilva2.jpg");
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  /*Sección Juntas somos...*/
  .background-text-circle {
    background-image: url("Ivea-mas-fuertes-center-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 105px;
  }
  
  /*Card section*/
  .card-white-home {
    background-color: white;
    padding: 30px;
    border-radius: 1rem;
  }
  
  /*Icono carta de section*/
  i.bi.bi-envelope.ivea.blue.home {
    font-size: 2rem;
    vertical-align: sub;
  }
  
  /*Icono whatsapp de section*/
  i.bi.bi-whatsapp.ivea.blue.home {
    font-size: 2rem;
    vertical-align: sub;
  }
  
  
  /*-----TESTIMONIOS------*/
  .card.testimonios {
    width: 12.2rem;
    background-color: #eff3f6;
    border-color: #eff3f6;
  }
  
  .img-testimonios-circle {
    border-radius: 100%;
    height: 200px;
    width: 200px;
    text-align: center;
    border: 7px solid #cdd4f5;
    padding-bottom: 5px;
    overflow: hidden;
    padding: 10px;
    background-color: white;
  }
  
  .triangulo-img-testimonios {
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid transparent;
    /* border-left: 50px solid #f0ad4e; */
    border-bottom: 50px solid #cdd4f5;
    top: 90px;
    left: 8px;
    position: absolute;
  }
  
  .img-testimonios-circle-2 {
    border-radius: 100%;
    height: 200px;
    width: 200px;
    text-align: center;
    border: 7px solid #cdd4f5;
    padding-bottom: 5px;
    overflow: hidden;
    padding: 10px;
    background-color: white;
    -webkit-border-radius: 40px 40px 40px 0px;
    -moz-border-radius: 40px 40px 40px 0px;
    border-radius: 100px 100px 100px 0px;
  }
  
  /*
  .img-testimonios-circle::after {
  content: "";
      position: absolute;
      right: 0;
      bottom: -7px;
      left: 5px;
      height: 0;
      width: 0;
      margin: auto;
      border-top: 8px solid #002eff;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
  }
  */
  .card-title.testimonios {
    color: #25197e;
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
  }
  
  p.card-text.testimonios {
    text-align: left;
  }
  
  button.carousel-control-prev.testimonios {
    width: fit-content;
  }
  
  button.carousel-control-next.testimonios {
    width: fit-content;
  }
  
  i.bi.bi-chevron-compact-left.light-blue {
    color: #879af5;
    font-size: 3rem;
  }
  
  i.bi.bi-chevron-compact-right.light-blue {
    color: #879af5;
    font-size: 3rem;
  }
  
  .carousel.slide.testimonios {
    margin-top: 50px;
  }
  
  .carousel-control-next.testimonios {
    width: max-content;
    right: -17px;
    top: -255px;
  }
  
  .carousel-control-prev.testimonios {
    width: max-content;
    left: -16px;
    top: -255px;
  }
  
  
  /*-----CARDS NEWS - NOTICIAS HOME-----*/
  
  /*BIG*/
  .card-news-big-top-home {
    background-color: #aeb8fe;
    height: 20px;
  }
  
  .card-news-big-img-home {
    height: 410px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .card-news-big-preview-home-content {
    background-color: RGBA(37,25,126,0.80);
    padding: 20px;
    color: white;
    z-index: 1;
    position: absolute;
    bottom: 0;
  }
  
  @media only screen and (max-width: 600px) {
    .card-news-big-preview-home-content {
      margin-top: -288px;
    }
  }
  
  
  .titulo-card-news-big-preview-home {
    font-weight: bold;
    font-size: 17px;
  }
  
  .texto-card-news-big-preview-home {
    font-size: 14px;
    font-weight: 100;
  }
  
  a.link-ver-mas-news-big-home {
    color: white;
    font-weight: bold;
    text-decoration: none;
  }
  
    a.link-ver-mas-news-big-home:hover {
      color: #aeb8fe;
      font-weight: bold;
      text-decoration: none;
    }
  
  /*SMALL*/
  .card-news-big {
    margin-bottom: 15px;
    position: relative;
  }
  
  .card-news-small-bottom-home {
    background-color: #aeb8fe;
    height: 10px;
  }
  
  .titulo-card-news-small-preview-home {
    color: #25197e;
    font-weight: bold;
  }
  
  .texto-card-news-small-preview-home {
    font-weight: 100;
    font-size: 14px;
    line-height: normal;
  }
  
  a.link-ver-mas-news-small-home {
    color: #25197e;
    text-decoration: none;
    font-weight: bold;
  }
  
    a.link-ver-mas-news-small-home:hover {
      color: #aeb8fe;
      text-decoration: none;
      font-weight: bold;
    }
  
  /*LIST*/
  .loading-spinner {
    color: #95DDB0 !important;
    width: 10rem !important;
    height: 10rem !important;
  }
  
  .lista-news-home {
    height: 430px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  
  /****************************NEWS********************************/
  /*CARD NEWS BIG*/
  .card.card-news-ivea.big {
    min-height: 373px;
    margin-bottom: 0px;
  }
  
  @media only screen and (max-width: 600px) {
    .card.card-news-ivea.big {
      min-height: 612px;
      margin-bottom: 0px;
    }
  }
  
  
  
  .resumen-card-news-ivea.big {
    height: 250px;
  }
  /*CARD SPOTED NEWs*/
  .card-img-spot {
    height: 370px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  /*CARD NEWS SMALL*/
  .card.card-news-ivea {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    height: 373px;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%) !important;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%) !important;
  }
  
  .img-card-news-ivea {
    /*height: 17rem;*/
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .card-title.card-news-ivea {
    color: #25197e;
    font-size: 1.3rem;
    font-weight: bold;
    height: 70%;
  }
  
    .card-title.card-news-ivea a {
      text-decoration: none;
      color: #25197e;
    }
  /*CARD SMALL HOME*/
  .card-news-small-img-home {
    width: 100%;
    height: 115px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .fecha-card-news-ivea {
    font-size: 10px;
    padding-top: 9px;
  }
  
  a.card-link.card-news-ivea {
    background-color: #b5ebc9 !important;
    font-size: 12px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px !important;
    color: #25197e !important;
    font-weight: bold !important;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%) !important;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%) !important;
  }
  
  /*Ads*/
  .card.card-ads-ivea {
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: white;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%) !important;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%) !important;
    height: 373px;
  }
  
  /*Card news Carousel*/
  .card-news-carousel {
    width: 15rem;
  }
  
  /*Texto articulo*/
  .news-text-article {
    font-size: 18px;
    text-align: justify;
  }
  .label-hashtag {
    color: #404040;
    text-decoration:none;
    cursor:pointer;
  }
  .label-hashtag-news {
      z-index:1;
  }
  .label-hashtag-news a {
    padding: 10px;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
  }
  /*****************************************************USER YOUR INSURANCE****************************************************************/
  .nav-link.use-insurance.active {
    color: #25197e !important;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #ffffff !important;
    border-color: white !important;
  }
  
  @media only screen and (max-width: 600px) {
    .nav-link.use-insurance.active {
      font-size: 1rem;
    }
  }
  
  .nav-link.use-insurance {
    color: #25197e;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #fbfbfb !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  
  @media only screen and (max-width: 600px) {
    .nav-link.use-insurance {
      font-size: 1rem;
    }
  }
  
  
  .nav-tabs.use-insurance .nav-link.use-insurance:focus, .nav-tabs.use-insurance .nav-link.use-insurance:hover {
    border-color: #fbfbfb #fbfbfb #fbfbfb;
    isolation: isolate;
    color: black;
  }
  
  .tab-pane.use-insurance {
    background-color: white;
    padding: 40px;
  }
  
  .circle-img-user-insurance {
    border: 1px solid #25197e;
    border-radius: 50%;
    padding: 15px;
  }
  
  @media only screen and (max-width: 600px) {
    .circle-img-user-insurance {
      border: 1px solid #25197e;
      border-radius: 50%;
      padding: 8px;
    }
  }
  
  .img-user-insurance {
    height: 70px;
  }
  
  @media only screen and (max-width: 600px) {
    .img-user-insurance {
      height: 20px;
    }
  }
  
  .circle-green {
    background-color: #b5ebc9;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    border-radius: 50%;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #25197e;
    height: 40px;
    width: 40px;
  }
  
  img.icon-tab-user-insurance {
    width: 80%;
  }
  
  
  @media only screen and (max-width: 600px) {
    .user-insurance-aling-v-mobile {
      padding-top: 8px;
      padding-left: 5px;
    }
  }
  
  /*****************************************************CLAIMS SINIESTROS***********************************************************/
  /*Celulares*/
  @media only screen and (max-width: 600px) {
    .card-bg-comment {
      background-color: white;
      background-image: none;
      height: auto;
      padding: 30px;
      border-radius: 20px;
      margin-top: 39px;
    }
  }
  
  /*----IPAD----*/
  /*Medium devices (tablets, 768px and up)*/
  @media (min-width: 768px) {
    .card-bg-comment {
      background-color: white;
      background-image: none;
      height: auto;
      padding: 30px;
      border-radius: 20px;
      margin-top: 39px;
    }
  }
  
  /*----IPAD PRO----*/
  /*Large devices (desktops, 992px and up)*/
  @media (min-width: 992px) {
    .card-bg-comment {
      background-color: white;
      background-image: none;
      height: auto;
      padding: 30px;
      border-radius: 20px;
      margin-top: 39px;
    }
  }
  
  /*-----DESKTOP-----*/
  /*X-Large devices (large desktops, 1200px and up)*/
  @media (min-width: 1200px) {
    .card-bg-comment {
      margin-top: 200px;
      height: 469px;
      background-image: url(backgroung-comment-2.png);
      background-size: cover;
      background-repeat: no-repeat;
      justify-content: center;
      display: flex;
      align-items: center;
      border-radius: 37px;
    }
  }
  
  /*XX-Large devices (larger desktops, 1400px and up)*/
  @media (min-width: 1400px) {
    .card-bg-comment {
      margin-top: 200px;
      height: 469px;
      background-image: url(backgroung-comment-2.png);
      background-size: cover;
      background-repeat: no-repeat;
      justify-content: center;
      display: flex;
      align-items: center;
      border-radius: 37px;
    }
  }
  
  
  
  
  /*texto*/
  .big-comment-purple {
    color: #c7b5f1;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: -12px;
  }
  
  
  @media only screen and (max-width: 600px) {
    .big-comment-purple {
      font-size: 2rem;
    }
  }
  
  .comment-dark-purple {
    color: #261d20;
    font-weight: bold;
    margin-top: -12px;
    font-size: 1.5rem;
  }
  /*claim*/
  .image-claim{
    width:39%
  }
    @media only screen and (max-width: 600px) {
  .image-claim{
    width:24%
  }
  }
  
  
  
  /*****************************************************PÁGINA DE REGISTRO / REGISTER PAGE***********************************************************/
  
  .card-register.green {
    background-color: #b5ebc9;
    padding: 30px;
  }
  
  .tex-list-register {
    color: #121714;
    font-size: 15px;
  }
  
  .card-register.white {
    background-color: white;
    padding: 30px;
  }
  
  /*---------RESPONSIVE CARD GREEN----------*/
  /*small (mobile)*/
  @media (min-width: 400px) {
    .card-register.green {
      background-color: #b5ebc9;
      padding: 30px;
      height: auto;
    }
  }
  
  /*small devices (mobile)*/
  @media (min-width: 600px) {
    .card-register.green {
      background-color: #b5ebc9;
      padding: 30px;
      height: auto;
    }
  }
  
  /*----IPAD----*/
  /*Medium devices (tablets, 768px and up)*/
  @media (min-width: 768px) {
    .card-register.green {
      margin-right: -15px;
      height: 663px;
    }
  }
  
  @media (min-width: 800px) {
    .card-register.green {
      margin-right: -15px;
      height: 663px;
    }
  }
  
  /*----IPAD PRO----*/
  /*Large devices (desktops, 992px and up)*/
  @media (min-width: 992px) {
    .card-register.green {
      margin-right: -15px;
      height: 577px;
    }
  }
  
  /*----IPAD PRO----*/
  /*Large devices (desktops, 1200px and up)*/
  @media (min-width: 1200px) {
    .card-register.green {
      margin-right: -15px;
      height: 577px;
    }
  }
  
  /*----IPAD PRO----*/
  /*Large devices (desktops, 1300px and up)*/
  @media (min-width: 1300px) {
    .card-register.green {
      margin-right: -15px;
      height: 577px;
    }
  }
  
  
  
  
  /*----------RESPONSIVE CARD WHITE--------------*/
  /*small (mobile)*/
  @media (min-width: 400px) {
    .card-register.white {
      padding: 30px;
      height: auto;
    }
  }
  
  /*small devices (mobile)*/
  @media (min-width: 600px) {
    .card-register.white {
      padding: 30px;
      height: auto;
    }
  }
  
  /*----IPAD----*/
  /*Medium devices (tablets, 768px and up)*/
  @media (min-width: 768px) {
    .card-register.white {
      margin-left: -15px;
      height: 663px;
    }
  }
  
  @media (min-width: 800px) {
    .card-register.white {
      margin-left: -15px;
      height: 663px;
    }
  }
  
  /*----IPAD PRO----*/
  /*Large devices (desktops, 992px and up)*/
  @media (min-width: 992px) {
    .card-register.white {
      margin-left: -15px;
      height: 577px;
    }
  }
  
  /*----IPAD PRO----*/
  /*Large devices (desktops, 1200px and up)*/
  @media (min-width: 1200px) {
    .card-register.white {
      margin-left: -15px;
      height: 577px;
    }
  }
  
  /*----IPAD PRO----*/
  /*Large devices (desktops, 1300px and up)*/
  @media (min-width: 1300px) {
    .card-register.white {
      margin-left: -15px;
      height: 577px;
    }
  }