/*Inicio Estilos panel proveedor*/

.cont-general-formulario {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.panel-registro-formularios {
  display: flex;
  width: 100%;
  flex-direction: column;

  align-items: center;
}

.banner-superior-formularios {
  display: flex;
  width: 100%;
  height: 160px;
  justify-content: center;
  align-items: center;
  background-image: url("https://lacomunidad.co/wp-content/uploads/2021/11/banner-superior-panel-proveedores-lacomunidad.jpg");
  object-fit: cover;
  background-position: center;
}

.banner-superior-formularios p {
  font-size: 2.2em;
  width: 60%;
}

.banner-lateral-formulario {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 50px 20px 0 20px;
  height: 100%;
  background: #fbfbfb;
  margin: 0 50px 0 0;
}

/* Inicio Menu superior */

.menu-superior-proveedores {
  width: 100%;
  padding: 0;
  margin: 0 0 2px 0 !important;
}

.menu-superior-proveedores ul {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0;
}

.menu-superior-proveedores ul li {
  display: flex !important;
  justify-content: center;
  text-align: center;
  border-bottom: 3px solid #d7d7d7 !important;
  flex: 1 auto;
  width: auto !important;
  padding: 20px 0 15px 0 !important;
  cursor: pointer;
}

.menu-superior-proveedores .active {
  border-bottom: 3px solid #ffdf77 !important;
  color: #525252;
}

.menu-superior-proveedores ul li.active a {
  color: #525252 !important;
}

.menu-superior-proveedores ul li a {
  color: #999 !important;
  text-transform: inherit;
  font-size: 1.5rem !important;
  padding: 0;
  line-height: 1.5rem !important;
  font-weight: 600;
}

.menu-superior-proveedores ul li a:hover {
  color: #000000 !important;
}

/* fin Menu superior */

/* Contenedor formlario registro */

.cont-formulario-registro {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 0 15px;
  justify-content: space-between;
  padding: 0px 15px 15px 15px;
}

.cont-btns-superior {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 10px 0 40px 0;
}

.cont-btns-superior .cont-btn-prev {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 33.3%;
}

.cont-btns-superior .cont-btn-prev button {
  color: #717171;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  background: 0;
  border: none;
  margin: 0 10px 0 0;
}

.cont-btns-superior .cont-btn-prev .ayuda-flotante {
  position: inherit;
}

.cont-btns-superior .cont-btn-prev .ayuda-flotante span::before {
  top: 182%;
}

.cont-btns-superior
  .cont-btn-prev
  .ayuda-flotante
  [data-tootik][data-tootik-conf*="left"]::after {
  right: -8px;
  top: 350%;
}

.cont-btns-superior
  .cont-btn-prev
  .ayuda-flotante
  .ayuda-flotante
  [data-tootik][data-tootik-conf*="info"][data-tootik-conf*="left"]::before {
  border-top-color: #fcd040;
}

.cont-btns-superior
  .cont-btn-prev
  .ayuda-flotante
  [data-tootik][data-tootik-conf*="info"][data-tootik-conf*="left"]::before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fcd040;
  border-left-color: transparent;
}

.cont-btns-superior
  .cont-btn-prev
  .ayuda-flotante
  .ayuda-flotante
  [data-tootik][data-tootik-conf*="left"]::before {
}

.cont-btns-superior .cont-btn-prev button img {
  margin: 0 5px 0 0;
  max-width: 100%;
  width: 30px;
  height: auto;
}

.switch-publicar {
  position: inherit !important;
  margin: 0;
}

.cont-formulario-registro
  .amsify-suggestags-area
  .amsify-suggestags-input-area
  .amsify-suggestags-input {
  max-width: 100%;
  width: auto !important;
  padding: 0;
  margin: 0;
  display: flex;
  flex: auto;
}

.cont-formulario-registro .campos-formulario {
  margin: 0 0 20px 0;
  display: flex;
  flex-flow: column wrap;
  padding: 0;
  position: relative;
}

.ayuda-flotante {
  position: absolute;
  right: 0;
  top: 5px;
}

.text-area-ayuda {
  top: 0 !important;
}

.ayuda-flotante img {
  width: 18px;
  min-width: 18px;
}

.ayuda-flotante [data-tootik][data-tootik-conf*="info"]::after {
  background: #fcd040 !important;
  color: #373737;
}

.ayuda-flotante
  [data-tootik][data-tootik-conf*="info"][data-tootik-conf*="left"]::before {
  border-left-color: #fcd040;
}

.cont-formulario-registro .campos-formulario input {
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent;
  border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #adadad;
  display: flex;
  color: #555;
}

.cont-formulario-registro .campos-formulario input:focus {
  border-bottom: 2px solid #adadad !important;
  transition: ease-in-out, width 0.35s ease-in-out !important;
  border-bottom-color: #adadad !important;
  box-shadow: none !important;
}

.campos-formulario .file-button-lc {
  color: #717171;
  background: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  max-width: 100%;
  padding: 2px 0;
}

.campos-formulario .file-button-lc .file-icon {
  width: auto;
  height: 18px;
  margin: 0 5px 0 0;
}

.campos-formulario .file-button-lc .check-icon {
  width: auto;
  height: 18px;
  margin: 0 5px 0 0;
}

.campos-formulario .file-button-lc p {
  margin: 0;
}

.titulo-formulario {
  font-size: 1.8rem;
  margin: 0 0 10px 0;
  color: #717171 !important;
  display: block;
  width: 100%;
  text-transform: initial;
}

.titulo-formulario .color-titulo {
  color: #fcd040;
}

.cont-formulario-registro .label-campos {
  font-size: 14px;
  color: #adadad;
}

.cont-formulario-registro .campos-formulario label {
  position: inherit;
  top: 0;
  color: #717171;
  font-weight: normal;
  font-size: 14px !important;
  margin-top: 0 !important;
  margin: 0 0 5px 0;
}

#form_ficha_proveedor
  .cont-formulario-registro
  .campos-formulario
  label.file-input-container-lc {
  position: inherit;
  top: 0;
  color: #717171;
  font-weight: normal;
  font-size: 14px !important;
  margin-top: 0 !important;
  margin: 0 0 5px 0;
  display: flex;
  flex-direction: row;
}

#form_ficha_proveedor
  .cont-formulario-registro
  .campos-formulario
  label.file-input-container-lc
  .file-button-lc {
  color: #717171;
  background: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  max-width: 50% !important;
  padding: 2px 0;
}

.cont-formulario-registro .campos-formulario .requerido {
  color: #fcd040 !important;
}

.cont-formulario-registro .campos-formulario label span {
  left: 0;
}

.cont-formulario-registro .campos-formulario select {
  position: inherit !important;
  margin: 10px 0 0 0 !important;
}

.cont-formulario-registro .campos-formulario textarea {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #adadad;
  background-color: none;
  resize: none;
}

.cont-btn-formulario {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 0px 0 20px;
}

.cont-btn-formulario .btn-formulario {
  padding: 5px 15px;
  width: auto;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  border: unset;
}

.cont-btn-formulario .amarillo {
  background: #fcd040;
  color: #282828;
}

.cont-btn-formulario .delineado {
  background: white;
  color: #282828;
  box-shadow: inset 0 0 0 3px #fcd040;
}

.ver-docs {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #717171;
  margin: 5px 0 0 0;
  order: 3;
}

.ver-docs:hover,
.ver-docs:active,
.ver-docs:focus {
  color: #fcd040;
  text-decoration: none;
}

.ver-docs img {
  width: 25px;
  height: auto;
  margin: 0 5px 0 0;
}

.error-form_empresa_proveedor {
  color: #fcd040;
  font-size: 12px;
  margin: 0 0 3px 0;
  order: 2
}

.campos-formulario .select2-container {
  width: 100% !important;
}

.campos-formulario .select2-container--default .select2-selection--single {
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #aaa !important;
  border-left: none !important;
}

/* Contenedor formlario registro */

/* Inicio collapsable */

.cont-collapsable {
  width: 100%;
}

.cont-collapsable .titulo-formulario {
  margin: 0;
}

.cont-collapsable .panel {
  box-shadow: none;
  margin: 0 0 15px;
  cursor: pointer;
  height: auto !important;
}

.cont-collapsable .panel-heading {
  padding: 0;
}

.cont-collapsable .panel-body {
  border: none;
  background: none;
  border-top-color: white !important;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 0 15px;
  margin: 15px 0 0 0;
}

.cont-collapsable .panel-body::before,
.cont-collapsable .panel-body::after {
  display: none;
}

.cont-collapsable .panel-group {
  border: none;
}

.panel-heading .accordion-toggle.collap-in:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings";
  /* essential for enabling glyphicon */
  content: "\e113";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
  font-size: 15px;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings";
  /* symbol for "collapsed" panels */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
  font-size: 15px;
}

/* Fin collapsable */

/*  Inicio modal  */

.ubicacion-modal {
  padding: 0;
  top: 3%;
  overflow: hidden !important;
}

.ubicacion-modal .modal-dialog {
  max-width: 330px;
}

.ubicacion-modal .modal-content {
  height: auto;
  display: flex;
  flex-flow: column wrap;
  padding: 0;
  position: relative;
  box-shadow: none;
  background: none;
}

.ubicacion-modal .modal-content .close {
  position: absolute;
  top: 5px;
  right: -40px;
}

.ubicacion-modal .modal-content .close img {
  max-width: 30px;
  height: auto;
}

.ubicacion-modal .modal-content .cont-logo-modal {
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 130px;
}

.ubicacion-modal .modal-content .cont-logo-modal img {
  max-width: 100%;
  width: initial;
  max-height: 180px;
  object-fit: cover;
  background-position: center;
  flex: content;
  flex-grow: inherit;
}

.ubicacion-modal .modal-content .cont-info-modal {
  padding: 0px 15px 15px 15px;
  background-color: #eaeaea;
  background-image: url("https://lacomunidad.co/wp-content/uploads/2021/11/fondo-info-modal-prov.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-flow: column wrap;
  text-align: center;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}

.ubicacion-modal .modal-content .cont-info-modal h2 {
  color: #4d4d4d !important;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0px;
  display: flex;
  height: 60px;
  max-height: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ubicacion-modal .modal-content .cont-info-modal h3 {
  color: #4d4d4d !important;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0px 15px;
}

.ubicacion-modal .modal-content .cont-info-modal .btn-modal {
  background: #8625cc;
  display: flex;
  justify-content: center;
  padding: 5px 30px;
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 20px auto;
  font-weight: 600;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: fit-content;
}

.ubicacion-modal .modal-content .cont-social-media-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 5px 0 0 0;
}

.ubicacion-modal .modal-content .cont-social-media-modal ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  width: 100%;
  padding: 0;
}

.ubicacion-modal .modal-content .cont-social-media-modal ul li .btn {
  border: none;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.9 !important;
}

/*  Fin modal  */

.banner-lateral-formulario h2 {
  font-size: 2.7rem;
  color: #fcd040 !important;
  margin: 0 0 4rem 0;
}

.cont-texto-lateral {
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  text-align: center;
}

.banner-lateral-formulario p {
  font-size: 1.4rem;
  color: #717171;
  margin: 0 0 2rem 0;
  text-align: center;
  font-weight: 600;
}

.banner-lateral-formulario img {
  max-width: 100%;
  width: 320px;
  height: auto;
}

@media (min-width: 1200px) {
  .franja-crear-ficha {
    left: -18px !important;
  }
  #mi-ficha .banner-lateral-formulario img {
    max-width: 100%;
    width: 80%;
    height: auto;
    position: absolute;
    bottom: 0;
}
p.aliado-emp-parrafo1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 75px !important;
  font-size: 1.2em;
  line-height: 1.1;
}
}

@media (min-width: 1200px) and (max-height:600px) {
  #mi-ficha .banner-lateral-formulario img {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
}

/* Inicio modal bienvenida  */

.bienvenido-perfil {
  overflow: hidden !important;
}

.bienvenido-perfil .modal-dialog {
  width: 650px;
  margin: 10% auto;
  position: relative;
}

.bienvenido-perfil .modal-dialog .btn-entendido-modal {
  position: absolute;
  top: 25px;
  right: -18px;
  border: 1px solid;   
  color: #fec941!important;
  width: 30px;
  height: 30px;
  border-radius: 20px;  
  line-height: 0;
}

.bienvenido-perfil .modal-dialog .btn-entendido-modal img {
  width: 30px;
  height: auto;
}

.bienvenido-perfil .modal-dialog .modal-content {
  background: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  box-shadow: none;
  
  
  font-family: Varela Round;
}

.bienvenido-perfil .modal-dialog .modal-content .modal-title {
  color: #fec941!important;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 15px 0;
}

.bienvenido-perfil .modal-dialog .modal-content p {
  color: #000;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.bienvenido-perfil .modal-dialog .modal-content p:last-of-type {
  margin: 0;
  font-weight: bold;
}

/* Fin modal bienvenida  */

/*  Inicio modal switch  */

.sw-standar-css .sw-titulo-ok-proveedor {
  background: #fcd040;
}

.swal2-actions button:first-of-type {
  background: #fcd040 !important;
}

.swal2-actions button:last-of-type {
  background: white !important;
  border: 1px solid #fcd040 !important;
  color: #717171 !important;
}

.sw-standar-css .btn-sw-ok-proveedor {
  border-left-color: #fcd040 !important;
  border-right-color: #fcd040 !important;
  font-size: 16px !important;
  padding: 8px 30px !important;
}

.sw-standar-css .btn-sw-proveedor {
  border-radius: 20px !important;
  font-family: "Varela Round";
  font-weight: 300 !important;
  text-transform: uppercase;
}

/*  Fin modal switch  */

/*  Inicio modal dirección  */

.modal-direccion-prov {
  padding: 0 !important;
}

.modal-direccion-prov .modal-dialog {
  margin: 10% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
}

.modal-direccion-prov .modal-dialog .modal-content {
  padding: 30px 20px;
  border-radius: 25px;
  position: relative;
  box-shadow: none;
  background-image: url("https://lacomunidad.co/wp-content/uploads/2021/11/bk-flor-modales.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-direccion-prov .modal-dialog .modal-header {
  padding: 0;
  border: none;
}

.modal-direccion-prov .modal-dialog .modal-header .title-rconjunto {
  width: 100%;
  padding: 0;
  border: none;
}

.modal-direccion-prov .modal-dialog .modal-header .title-rconjunto h2 {
  text-transform: uppercase;
  color: #717171 !important;
  font-size: 25px;
  text-align: center;
}

.modal-direccion-prov .modal-dialog .modal-header .title-rconjunto h2 span {
  color: #fcd040;
}

.form-direccion-modal {
  width: 100%;
  color: #717171;
}

.form-direccion-modal span {
  padding: 0 !important;
}

.form-direccion-modal .select2-container {
  font-size: 14px;
  color: #717171;
}

.form-direccion-modal .slidinput-wrapper .slidinput-placeholder {
  left: 0 !important;
}

.form-direccion-modal .form-control {
  padding: 0;
}

.form-direccion-modal .btn-group ul li button:first-of-type {
  background: white !important;
  border: 1px solid #fcd040 !important;
  color: #717171 !important;
}

.form-direccion-modal .btn-group ul li #btn-guardar-direccion {
  background: #fcd040 !important;
  border: 1px solid #fcd040 !important;
  color: #717171 !important;
}

.modal-direccion-prov .close {
  position: absolute;
  top: 57px;
  right: 36px;
  height: 30px;
  width: 30px;
  border: solid 2px lightgray;
  border-radius: 50%;
  padding-bottom: 4px;
  font-size: 18px;
  color: gray;
}

.modal-direccion-prov .close img {
  width: 30px;
}

/*  Fin modal dirección  */

.error-form_ficha_proveedor .error-form_empresa_proveedor {
  color: #fcd040;
}

/****** estilos formulario ficha proveedor **/

#form_ficha_proveedor {
  padding-left: 15px;
  padding-right: 15px;
}

#form_ficha_proveedor .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-bottom: 1px solid #adadad !important;
  border-radius: 0px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  -webkit-appearance: unset !important;
}

#form_ficha_proveedor
  .select2-container--default
  .select2-selection--single:focus {
  background-color: transparent;
  border-bottom: 2px solid #8625cc !important;
  border-radius: 0px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

#form_direccion_proveedor .form-control {
  background-color: transparent;
  border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #adadad;
}

#form_direccion_proveedor .form-control:focus {
  border-bottom: 2px solid #717171 !important;
  transition: ease-in-out, width 0.35s ease-in-out !important;
  border-bottom-color: #717171 !important;
  box-shadow: none !important;
}

#modal-direccion
  #form_direccion_proveedor
  .select2-container--default
  .select2-selection--single {
  background-color: transparent;
  border-bottom: 1px solid #adadad !important;
  border-radius: 0px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

#modal-direccion
  #form_direccion_proveedor
  .select2-container--default
  .select2-selection--single:focus {
  background-color: transparent;
  border-bottom: 2px solid #717171 !important;
  border-radius: 0px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.campoObligatorio-wrapper .slidinput-placeholder::after {
  content: "*";
  color: #fcd040;
  font-weight: bold !important;
  font-size: 14px !important;
}

.campoObligatorio-wrapper .slidinput-placeholder::before {
  display: none;
}

.requerido {
  color: #d61016 !important;
  font-weight: bold !important;
  font-size: 14px !important;
}

.help-text-prov {
  padding-top: 20px !important;
  color: grey !important;
}

.label_form_prov {
  color: #13aede !important;
  font-size: 14px !important;
}

/******* estilos input file (se puede usar en toda la comunidad )*******/

.input-file-lc {
  display: block!important;
  visibility: hidden;
  height: 0px !important;
}

.file-box-lc {
  display: block;
  max-width: 90%;
  border: 0px solid;
  padding: 5px 0px 5px 5px;
  box-sizing: border-box;
  height: calc(2rem - 2px);
  font-weight: normal;
  color: darkgrey;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 60%;
}

.file-input-container-lc {
  position: unset;
  width: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: unset;
  border-bottom: 1px solid #adadad;
  padding-bottom: 9px !important;
  flex-direction: column !important;
}

footer.panel-prov {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0 !important;
  z-index: 10;
  background: #32b1fc;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.container_tags_especialidad {
  border: 0px !important;
}

.container_tags_servicios_productos {
  border: 0px !important;
}

/*********************************/

/********* check swich *********/

.checkbox-prov .checbox-switch-prov {
  padding-left: 0;
}

.checkbox-prov.checbox-switch-prov label,
.checkbox-inline.checbox-switch-prov {
  display: inline-block;
  position: relative;
  padding-left: 0;
  font-size: 14px;
  font-weight: normal;
}

.checkbox-prov.checbox-switch-prov label input,
.checkbox-inline.checbox-switch-prov input {
  display: none;
}

.checkbox-prov.checbox-switch-prov label span,
.checkbox-inline.checbox-switch-prov span {
  width: 35px;
  border-radius: 20px;
  height: 18px;
  background-color: rgb(187, 187, 187);
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}

.checkbox-prov.checbox-switch-prov label span:before,
.checkbox-inline.checbox-switch-prov span:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  border: solid #a2a2a2 1px;
  content: " ";
  top: -1px;
  position: relative;
  left: -1px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.checkbox-prov.checbox-switch-prov label > input:checked + span:before,
.checkbox-inline.checbox-switch-prov > input:checked + span:before {
  left: 17px;
}

/* Switch Default */

.checkbox-prov.checbox-switch-prov label > input:checked + span,
.checkbox-inline.checbox-switch-prov > input:checked + span {
  background-color: rgb(180, 182, 183);
  border-color: rgb(180, 182, 183);
  box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

.checkbox-prov.checbox-switch-prov label > input:checked:disabled + span,
.checkbox-inline.checbox-switch-prov > input:checked:disabled + span {
  background-color: rgb(220, 220, 220);
  border-color: rgb(220, 220, 220);
  box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

.checkbox-prov.checbox-switch-prov label > input:disabled + span,
.checkbox-inline.checbox-switch-prov > input:disabled + span {
  background-color: rgb(232, 235, 238);
  border-color: rgb(255, 255, 255);
}

.checkbox-prov.checbox-switch-prov label > input:disabled + span:before,
.checkbox-inline.checbox-switch-prov > input:disabled + span:before {
  background-color: rgb(248, 249, 250);
  border-color: rgb(243, 243, 243);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* Switch Light */

.checkbox-prov.checbox-switch-prov.switch-light label > input:checked + span,
.checkbox-inline.checbox-switch-prov.switch-light > input:checked + span {
  background-color: rgb(248, 249, 250);
  border-color: rgb(248, 249, 250);
  box-shadow: rgb(248, 249, 250) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

/* Switch Dark */

.checkbox-prov.checbox-switch-prov.switch-dark label > input:checked + span,
.checkbox-inline.checbox-switch-prov.switch-dark > input:checked + span {
  background-color: rgb(52, 58, 64);
  border-color: rgb(52, 58, 64);
  box-shadow: rgb(52, 58, 64) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

.checkbox-prov.checbox-switch-prov.switch-dark
  label
  > input:checked:disabled
  + span,
.checkbox-inline.checbox-switch-prov.switch-dark
  > input:checked:disabled
  + span {
  background-color: rgb(100, 102, 104);
  border-color: rgb(100, 102, 104);
  box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

/* Switch Success */

.checkbox-prov.checbox-switch-prov.switch-success label > input:checked + span,
.checkbox-inline.checbox-switch-prov.switch-success > input:checked + span {
  background-color: rgb(40, 167, 69);
  border-color: rgb(40, 167, 69);
  box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

.checkbox-prov.checbox-switch-prov.switch-success
  label
  > input:checked:disabled
  + span,
.checkbox-inline.checbox-switch-prov.switch-success
  > input:checked:disabled
  + span {
  background-color: rgb(153, 217, 168);
  border-color: rgb(153, 217, 168);
  box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
}

/* Switch Danger */

.checkbox-prov.checbox-switch-prov.switch-danger label > input:checked + span,
.checkbox-inline.checbox-switch-prov.switch-danger > input:checked + span {
  background-color: rgb(200, 35, 51);
  border-color: rgb(200, 35, 51);
  box-shadow: rgb(200, 35, 51) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

.checkbox-prov.checbox-switch-prov.switch-danger
  label
  > input:checked:disabled
  + span,
.checkbox-inline.checbox-switch-prov.switch-danger
  > input:checked:disabled
  + span {
  background-color: rgb(216, 119, 129);
  border-color: rgb(216, 119, 129);
  box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

/* Switch Primary */

.checkbox-prov.checbox-switch-prov.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch-prov.switch-primary > input:checked + span {
  background-color: #fcd040;
  border-color: #fcd040;
  box-shadow: #fcd040 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

.checkbox-prov.checbox-switch-prov.switch-primary
  label
  > input:checked:disabled
  + span,
.checkbox-inline.checbox-switch-prov.switch-primary
  > input:checked:disabled
  + span {
  background-color: rgb(173, 110, 218);
  border-color: rgb(173, 110, 218);
  box-shadow: rgb(173, 110, 218) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

/* Switch Info */

.checkbox-prov.checbox-switch-prov.switch-info label > input:checked + span,
.checkbox-inline.checbox-switch-prov.switch-info > input:checked + span {
  background-color: rgb(23, 162, 184);
  border-color: rgb(23, 162, 184);
  box-shadow: rgb(23, 162, 184) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

.checkbox-prov.checbox-switch-prov.switch-info
  label
  > input:checked:disabled
  + span,
.checkbox-inline.checbox-switch-prov.switch-info
  > input:checked:disabled
  + span {
  background-color: rgb(102, 192, 206);
  border-color: rgb(102, 192, 206);
  box-shadow: rgb(102, 192, 206) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

/* Switch proveedor */

.checkbox-prov.checbox-switch-prov.switch-warning label > input:checked + span,
.checkbox-inline.checbox-switch-prov.switch-warning > input:checked + span {
  background-color: rgb(255, 193, 7);
  border-color: rgb(255, 193, 7);
  box-shadow: rgb(255, 193, 7) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

.checkbox-prov.checbox-switch-prov.switch-warning
  label
  > input:checked:disabled
  + span,
.checkbox-inline.checbox-switch-prov.switch-warning
  > input:checked:disabled
  + span {
  background-color: rgb(226, 195, 102);
  border-color: rgb(226, 195, 102);
  box-shadow: rgb(226, 195, 102) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s,
    background-color 1.2s ease 0s;
}

.check_fichaProv {
  display: flex;
  align-items: center;
  width: 33.3%;
}

.text_estado_ficha {
  color: #717171;
  margin: 0 0 0 7px;
  font-size: 17px;
  font-weight: 600;
}

.ficha_prov_container {
  border: 1px solid rgba(207, 203, 207, 1);
  border-radius: 20px;
  margin: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.ficha_prov_img {
  width: 130px;
  height: 130px;
  -webkit-box-shadow: 6px 2px 5px -4px rgb(207 203 207);
  -moz-box-shadow: 6px 2px 5px -4px rgb(207 203 207);
  box-shadow: 6px 2px 5px -4px rgb(207 203 207);
  border-radius: 50% !important;
  border: 1px solid rgba(207, 203, 207, 1);
}

.ficha_prov_img img {
  width: 100%;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 50%;
  max-height: 130px;
}

.ficha_prov_name {
  margin-top: 15px;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #57afde;
  width: 90%;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.ficha_prov_descripcion {
  width: 90%;
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 80px;
}

.ficha_prov_descripcion i {
  font-size: 35px;
  color: #57afde;
  margin-right: 5px;
  margin-left: 5px;
}

.ficha_prov_descripcion p {
  text-align: left;
  color: grey;
  font-size: 14px;
  padding-left: 10px;
}

.ficha_prov_ubicacion {
  width: 90%;
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 60px;
}

.ficha_prov_ubicacion i {
  font-size: 35px;
  color: #57afde;
  margin-right: 10px;
  margin-left: 10px;
}

.ficha_prov_ubicacion p {
  text-align: left;
  color: grey;
  font-size: 14px;
  padding-left: 10px;
}

.ficha_prov_telefono {
  width: 90%;
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 60px;
}

.ficha_prov_telefono i {
  font-size: 35px;
  color: #57afde;
  margin-right: 10px;
  margin-left: 10px;
}

.ficha_prov_telefono p {
  text-align: left;
  color: grey;
  font-size: 14px;
  padding-left: 10px;
}

.ficha_prov_redes {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  justify-items: flex-end;
  align-content: flex-end;
  align-items: flex-end;
  width: 90%;
  padding-top: 10px;
}

.ficha_prov_redes a {
  font-size: 25px;
  margin-right: 10px;
  margin-left: 10px;
}

.ficha_prov_redes a:last-child {
  margin-right: 0px;
}

/******* taga proveedor estilos ****/

.amsify-suggestags-area .amsify-suggestags-input-area-default {
  cursor: pointer;
  border: 0px solid #cccccc !important;
  min-height: 20px;
  padding: 8px 5px;
  box-shadow: none;
  display: flex;
  flex-flow: row wrap;
  flex: 1;
}

.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
  max-width: auto;
  padding: 0;
  border: 0;
  border-bottom: solid 1px #adadad !important;
}

.amsify-suggestags-area
  .amsify-suggestags-input-area
  .amsify-suggestags-input:focus {
  max-width: auto;
  padding: 0;
  border: 0;
  margin: 0;
  border-bottom: solid 2px #adadad !important;
}

.amsify-suggestags-input-area .amsify-select-tag.col-bg {
  background: #fcd040 !important;
  color: #6a6a6a !important;
  border-radius: 50px;
  padding: 3px 10px;
  white-space: nowrap;
  margin: 0 5px 7px 0;
}

.amsify-suggestags-input-area .amsify-remove-tag img {
  filter: invert(0.6);
  height: 11px !important;
}

/******** modal direccion ********/

.modal-panel-admon .modal-body h3 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
  color: #a9a39c !important;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.modal-panel-admon .modal-body h3.panel-title {
  font-size: 17px;
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
}

.modal-panel-prov .title-rconjunto {
  border-bottom: 2px solid #4a9fdc;
  width: 70%;
}

.modal-panel-prov .modal-header {
  border: none;
  padding: 15px 30px;
}

.modal-panel-prov .title-rconjunto h4 {
  font-family: "Varela Round", sans-serif;
  font-size: 20px;
  color: #4a9fdc;
  text-transform: uppercase;
  margin-left: 15px;
}

.modal-panel-prov .title-rconjunto h4 span {
  color: #000000;
}

.modal-panel-prov .modal-header .close {
  width: 40px !important;
  height: 45px !important;
  background-color: #00a0e0 !important;
  margin-top: -15px !important;
  text-shadow: none !important;
  color: #ffffff !important;
  font-size: 28px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.btn-standar-no-bg {
  background-color: transparent !important;
  color: #717171 !important;
}

.btn-standar {
  background-color: #fcd040;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #fff;
  padding: 5px 25px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 20px !important;
  border: 1 solid #fcd040;
  border-color: none !important;
}

@media (min-width: 768px) {
  #modal-direccion .modal-sm {
    width: 500px !important;
  }
}

/*********** loaderficha ********/

.loader-prov {
  color: #fff;
  position: fixed;
  box-sizing: border-box;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999999;
  display: none;
}

.loader-prov:after,
.loader:before {
  box-sizing: border-box;
  display: none;
}

.loader-prov.is-active {
  background-color: rgba(255, 255, 255, 0.877);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

.loader-prov.is-active:after,
.loader.is-active:before {
  display: block;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.loader-prov[data-text]:before {
  position: fixed;
  left: 0;
  top: 40%;
  color: #3a3a3a;
  text-align: center;
  width: 100%;
  font-size: 27px;
  font-family: "Varela Round", sans-serif;
}

.loader-prov[data-text=""]:before {
  content: "Actualizando";
}

.loader-prov[data-text]:not([data-text=""]):before {
  content: attr(data-text);
}

.loader-prov[data-text][data-blink]:before {
  animation: blink 1s linear infinite alternate;
}

.loader-prov-default[data-text]:before {
  top: calc(50% - 63px);
}

.loader-prov-default:after {
  content: "";
  position: fixed;
  width: 48px;
  height: 48px;
  border: 8px solid #ffd129;
  border-left-color: transparent;
  border-radius: 50%;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  animation: rotation 1s linear infinite;
}

.loader-prov-default[data-half]:after {
  border-right-color: transparent;
}

.loader-prov-default[data-inverse]:after {
  animation-direction: reverse;
}

.load-ficha-prov {
  color: #57afde;
}

.copy-proveedor {
  color: #4a4a4a;
  font-size: 1.5em;
  margin-top: 20px;
}

.direccion-previa {
  margin-left: 29px;
  font-size: 15px;
  font-weight: 500;
  position: fixed;
}

.enc-error {
  color: #d61016;
}

.text_top_modal_preview {
  text-align: center;
  color: white;
  font-size: 15px;
}

.slidinput-placeholder {
  color: #717171 !important;
}

/*Fin Estilos panel proveedor*/

/* Estilos proveedores ver todos */

/*estilos contenidos banner */

.bg-banner-prov-verTodos {
  background-image: url(images/fondo-pagina-proveedores-ver-todos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0px;
}

.prov-banner-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.left-baner-content {
  width: 30%;
}

.search-container-prov {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-container-prov h1 {
  position: unset;
  color: white !important;
  font-size: 24px;
}

.search-container-prov p {
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
}

.right-baner-content {
  width: 30%;
  text-align: center;
}

.right-baner-content img {
  position: unset !important;
  max-width: 100%;
  height: auto;
  width: auto;
}

.search-prov {
  width: 80%;
}

.search-prov .input-group {
  background-color: #f5f5f5;
  border-top-right-radius: 21px;
  border-top-left-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  width: 100%;
  border: solid #bcbcbc 1px;
  padding: 3px;
}

.search-prov .input-group input {
  background-color: transparent;
  border: 0;
}

.search-prov .input-group input:focus {
  background-color: transparent;
  border: 0;
}

.search-prov .input-group .input-group-addon {
  width: 30%;
  border-right: 2px solid #bcbcbc;
  color: #bcbcbc;
  font-weight: 600;
  font-size: 16px;
}

.search-prov .input-group .input-group-btn {
  width: 10%;
}

.search-prov .input-group .input-group-btn a {
  background-color: #fcd040;
  border: solid black 0px;
  padding: 4px 18px;
}

.search-prov .input-group .input-group-btn a:hover {
  background-color: #e7bf3c !important;
  border: solid black 0px !important;
  padding: 4px 18px;
  color: black !important;
}

.search-prov .input-group .input-group-btn a i {
  font-size: 24px;
}

/* Fin Estilos contenido banner */

/* media querys */

@media (min-width: 320px) and (max-width: 425px) {
  .item-card-proveedor {
    flex-basis: 85% !important;
    margin-bottom: 15px;
  }
  .banner-personaje-suscripcion {
    background-image: url(images/proveedor-banner-membresia.png);
    background-size: contain;
    background-position-y: 18px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 309px;
    width: 100%;
  }
  .modal-informacion-pago-proveedor
    .modal-content
    .modal-body
    .txt_valor_pagar {
    padding-left: 0px;
    display: flex;
    align-items: center;
    flex-direction: row;
    min-height: 52px;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
  }

  .modal-informacion-pago-proveedor
    .modal-content
    .modal-body
    .txt_valor_pagar
    span
    img {
    padding: 0 9px !important;
    min-width: 55px !important;
    min-height: 36px;
  }

  .listado-historico-pagos {
    height: 351px !important;
    overflow-y: scroll;
    display: none;
  }
  .modal-informacion-historial-pagos .modal-content .modal-body {
    min-height: 346px !important;
    padding: 0px 30px 20px;
  }

  .modal-informacion-historial-pagos .modal-content {
    border-radius: 30px;
    box-shadow: none;
    max-height: 450.42px;
  }

  .listado-historico-pagos .item p {
    margin-bottom: 0px;
    line-height: 1 !important;
    font-size: 12px;
  }

  .ubicacion-modal .modal-dialog {
    max-width: 317px;
}
.ubicacion-modal .modal-content .close {
  position: absolute;
  top: -16px;
  right: 4px;
}

.text_top_modal_preview{
  width: 95%;
}
.modal-informacion-pago-proveedor .modal-content .modal-body {
  padding: 0 30px 15px;
  font-size: 1.1em;
  min-height: 423px;
  max-height: 500px;
  overflow-y: scroll;
}
.aliado-comercial-container .image-premium {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  border-radius: 40% !important;
  background-color: #ffd129;
  box-shadow: -4px 3px 5px 0 #646363a8;
  left: 45%;
}
}

@media (min-width: 426px) and (max-width: 500px) {
  .item-card-proveedor {
    flex-basis: 70% !important;
    margin-bottom: 15px;
  }
  .banner-personaje-suscripcion {
    background-image: url(images/proveedor-banner-membresia.png);
    background-size: contain;
    background-position-y: 18px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 309px;
    width: 100%;
  }
  .ubicacion-modal .modal-dialog {
    max-width: 317px;
}
.ubicacion-modal .modal-content .close {
  position: absolute;
  top: -16px;
  right: -3px;
}
.modal-informacion-pago-proveedor .modal-content .modal-body {
  padding: 0 30px 15px;
  font-size: 1.1em;
  min-height: 423px;
  max-height: 513px;
  overflow-y: scroll;
}
.aliado-comercial-container .image-premium {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  border-radius: 43% !important;
  background-color: #ffd129;
  box-shadow: -4px 3px 5px 0 #646363a8;
  left: 45%;
}
}

@media (max-width: 500px) {
  .prov-banner-container {
    flex-direction: column;
    align-items: center;
  }
  .right-baner-content {
    display: none;
  }
  .left-baner-content {
    display: none;
  }
  .search-container-prov {
    width: 100%;
  }
  .bg-banner-prov-verTodos {
    height: auto;
    padding-bottom: 10px;
  }
  .search-prov {
    width: 90%;
  }
  .search-prov .input-group .input-group-addon {
    width: 20%;
    font-size: 14px;
  }
  .search-prov .input-group .input-group-btn {
    width: 10%;
  }
  .search-container-prov p {
    padding: 0 39px;
    font-size: 14px !important;
  }
  .prov-filters-row1.open .item-filter:first-child {
    width: 100% !important;
    margin-bottom: 15px;
    padding-top: 15px;
    text-align: left;
  }
  .prov-filters-row1 .item-filter {
    width: 100%;
    text-align: center;
  }
  .prov-filters-row1.open .item-filter {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  .item-filter .select2-container--default {
    width: 95% !important;
  }
  .item-filter
    .select2-container--default
    .select2-search--inline
    .select2-search__field {
    width: 100% !important;
  }
  .input-group-btn-limpiar #limpiar_busquedas {
    background-image: url(images/limpiar-icono.png);
    background-size: 30px;
    background-repeat: no-repeat;
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
    height: 100%;
    border: solid #4a4a4a 2px;
    padding: 3px;
    min-width: 20%;
    background-position-x: center;
    background-position-y: center;
    background-color: transparent;
    margin-left: 4px !important;
    margin-right: 10px;
  }
  #buscador_general .input-group {
    width: 72%;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  .prov-filters-row1 {
    background-color: #f5f5f5;
    width: 75%;
    height: 0px;
    visibility: hidden;
    transition: height 0.6s;
    transition: opacity 0.6s;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    opacity: 0;
    padding: 0 20px;
    align-items: center;
    flex-wrap: wrap;
  }
  .prov-filters-row1.open {
    background-color: #f5f5f5;
    min-height: 40px;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: height 0.6s;
    transition: opacity 0.6s;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    height: auto;
  }
  .prov-filters-row1 {
    width: 95% !important;
  }
  .btn-filter-prov {
    width: 95% !important;
  }
  .prov-filter-btn button {
    right: 13% !important;
    width: 27% !important;
  }
  .prov-filters-row2 div.checkbox-custome {
    flex-basis: 50% !important;
  }
  .prov-filters-row2.open {
    padding: 5px 0px !important;
  }
  .cards-proveedor-container {
    margin: 0px 15px 50px 15px !important;
  }

  .copy_saludo_mobile {
    display: block !important;
    min-height: unset !important;
    order: 1;
  }
  .banner-personaje-suscripcion {
    order: 4;
  }

  .info-container {
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }

  .container-copys-suscripcion {
    order: 3;
    min-height: unset !important;
    width: 100%;
  }

  .container-copys-suscripcion .copy-saludo-suscripcion {
    display: none;
  }
  .nav-tabs.tabs-lacom li {
    width: 100% !important;
  }
  .banner .prov-banner-container .form-control.btn-buscar {
    width: 80% !important;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .prov-banner-container {
    flex-direction: column;
    align-items: center;
  }
  .right-baner-content {
    display: none;
  }
  .left-baner-content {
    display: none;
  }
  .search-container-prov {
    width: 100%;
  }
  .bg-banner-prov-verTodos {
    height: auto;
    padding-bottom: 10px;
  }
  .search-prov {
    width: 90%;
  }
  .search-prov .input-group .input-group-addon {
    width: 20%;
    font-size: 14px;
  }
  .search-prov .input-group .input-group-btn {
    width: 10%;
  }
  .search-container-prov p {
    padding: 0 39px;
    font-size: 14px !important;
  }
  .prov-filters-row1.open .item-filter:first-child {
    width: 100% !important;
    margin-bottom: 15px;
    padding-top: 15px;
    text-align: left;
  }
  .prov-filters-row1 .item-filter {
    width: 50%;
    text-align: center;
  }
  .prov-filters-row1.open .item-filter {
    width: 50%;
    text-align: center;
    margin: 5px 0;
  }
  .prov-filters-row1 {
    background-color: #f5f5f5;
    width: 75%;
    height: 0px;
    visibility: hidden;
    transition: height 0.6s;
    transition: opacity 0.6s;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    opacity: 0;
    padding: 0 20px;
    align-items: center;
    flex-wrap: wrap;
  }
  .prov-filters-row1.open {
    background-color: #f5f5f5;
    min-height: 40px;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: height 0.6s;
    transition: opacity 0.6s;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    height: auto;
  }
  .prov-filters-row1 {
    width: 95% !important;
  }
  .btn-filter-prov {
    width: 95% !important;
  }
  .prov-filter-btn button {
    right: 13% !important;
    width: 27% !important;
  }
  .prov-filters-row2 div.checkbox-custome {
    flex-basis: 50% !important;
  }
  .prov-filters-row2.open {
    padding: 5px 0px !important;
  }
  .item-card-proveedor {
    flex-basis: 65% !important;
    margin-bottom: 15px;
  }
  .cards-proveedor-container {
    margin: 0px 15px 50px 15px !important;
  }
  .banner-personaje-suscripcion {
    background-image: url(images/proveedor-banner-membresia.png);
    background-size: contain;
    background-position-y: 18px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 309px;
    width: 100%;
  }
  .copy_saludo_mobile {
    display: block !important;
    min-height: unset !important;
    order: 1;
  }
  .banner-personaje-suscripcion {
    order: 4;
  }

  .info-container {
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }

  .container-copys-suscripcion {
    order: 3;
    min-height: unset !important;
    width: 100%;
  }

  .container-copys-suscripcion .copy-saludo-suscripcion {
    display: none;
  }

  .banner .prov-banner-container .form-control.btn-buscar {
    width: 80% !important;
  }
  .modal-informacion-pago-proveedor .modal-content .modal-body {
    padding: 0 30px 15px;
    font-size: 1.1em;
    min-height: 423px;
    max-height: 513px;
    overflow-y: scroll;
}
.aliado-comercial-container .image-premium {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  border-radius: 43% !important;
  background-color: #ffd129;
  box-shadow: -4px 3px 5px 0 #646363a8;
  left: 45%;
}
}
@media (min-width: 500px){
  .menu-superior-proveedores ul li{
    border-left: 2px solid #bdbdbd;
      box-shadow: 2px 1px 1px #cdcdcd;
  }
}

@media (min-width: 768px) and (max-width: 1077px) {
  .bg-banner-prov-verTodos {
    height: auto;
    margin-top: 60px;
  }
  .prov-filters-row1.open .item-filter:first-child {
    width: 100% !important;
    margin-bottom: 15px;
    padding-top: 15px;
    text-align: left;
  }
  .prov-filters-row1 .item-filter {
    width: 50%;
    text-align: center;
  }
  .prov-filters-row1.open .item-filter {
    width: 50%;
    text-align: center;
    margin: 5px 0;
  }
  .prov-filters-row1 {
    background-color: #f5f5f5;
    width: 75%;
    height: 0px;
    visibility: hidden;
    transition: height 0.6s;
    transition: opacity 0.6s;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    opacity: 0;
    padding: 0 20px;
    align-items: center;
    flex-wrap: wrap;
  }
  .prov-filters-row1.open {
    background-color: #f5f5f5;
    min-height: 40px;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: height 0.6s;
    transition: opacity 0.6s;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    height: auto;
  }
  .prov-filters-row1 {
    width: 95% !important;
  }
  .btn-filter-prov {
    width: 95% !important;
  }
  .prov-filter-btn button {
    right: 13% !important;
    width: 27% !important;
  }
  .prov-filters-row2.open {
    padding: 5px 0px !important;
  }
  .item-card-proveedor {
    flex-basis: 33% !important;
    margin-bottom: 15px;
  }
  .cards-proveedor-container {
    margin: 0px 15px 50px 15px !important;
  }

  .copy_saludo_mobile {
    display: block !important;
    min-height: unset !important;
    order: 1;
  }
  .banner-personaje-suscripcion {
    order: 3;
  }

  .info-container {
    order: 4;

    padding-left: 0px !important;
  }

  .container-copys-suscripcion {
    order: 2;
    min-height: unset !important;
    width: 100%;
  }

  .container-copys-suscripcion .copy-saludo-suscripcion {
    display: none;
  }
  .btn-historial-pagos a {
    background-color: white;
    padding: 4px 0px;
    border-radius: 20px;
    -webkit-box-shadow: -4px 4px 2px rgb(199 195 199);
    -moz-box-shadow: -15px 16px 5px -9px rgba(199, 195, 199, 1);
    box-shadow: -4px 4px 2px rgb(199 195 199);
    color: #717171 !important;
    cursor: pointer;
    font-weight: bold;
    display: block;
    width: 100%;
  }
  .modal-informacion-pago-proveedor .modal-content .modal-body {
    padding: 0 30px 15px;
    font-size: 1.1em;
    min-height: 423px;
    max-height: 513px;
    overflow-y: scroll;
}
}

@media (min-width: 1500px) {
  p.aliado-emp-parrafo1 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 56px !important;
    font-size: 1.2em;
    line-height: 1.1;
  }
  #mi-ficha .banner-lateral-formulario img {
    max-width: 100%;
    width: 72%;
    height: auto;
    position: absolute;
    bottom: 0;
}
}
@media (min-width: 1800px) {
  .item-card-proveedor {
    flex-basis: 18% !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    margin: 15px 15px 15px 15px;
    border-radius: 16px 16px 16px 16px;
    background-color: #eaeaea;
  }
  #mi-ficha .banner-lateral-formulario img {
    max-width: 100%;
    width: 64%;
    height: auto;
    position: absolute;
    bottom: 0;
}
}

/* Estilos botón filtrar */

.prov-filter-btn button {
  position: absolute;
  right: 7%;
  top: 0;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  height: 40px;
  background-color: #ebb436;
  width: 8%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  z-index: 99;
  align-items: center;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(201, 199, 201, 1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(201, 199, 201, 1);
  box-shadow: 0px 2px 2px 0px rgba(201, 199, 201, 1);
}

.icon-btn-filter.open {
  transform: rotate(180deg);
}

.prov-filters-container {
  visibility: hidden;
  background-color: #f5f5f5;
  width: 100%;
}

.prov-filters-container.open {
  visibility: visible;
  background-color: #f5f5f5;
  min-height: 40px;
  height: auto;
  padding: 6px;
}

.prov-filters-row1 {
  background-color: #f5f5f5;
  width: 115%;
  height: 0px;
  visibility: hidden;
  transition: height 0.6s;
  transition: opacity 0.6s;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  opacity: 0;
  padding: 0 20px;
  align-items: center;
}

.prov-filters-row1 .item-filter {
  width: 20%;
  text-align: center;
  margin-right: 115px;
}

.prov-filters-row1.open {
  background-color: #f5f5f5;
  min-height: 40px;
  visibility: visible;
  opacity: 1;
  transition: height 0.6s;
  transition: opacity 0.6s;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  height: auto;
}

section.verTodosProv {
  padding-top: 0px !important;
  min-height: calc(100vh - 253px) !important;
}

.btn-filter-prov {
  width: 80%;
  background-color: #d2d2d2;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 4px 12px;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.btn-filter-prov:hover {
  width: 80%;
  background-color: #d2d2d2;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.prov-filters-row1 p {
  width: 80%;
  font-size: 16px;
  font-weight: 600;
  color: #afafaf;
}

.btn-filter-prov .icon-btn-prov-filter.open {
  transform: rotate(180deg);
}

.prov-filters-row2 {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 76px;
  background-color: #e5e5e5;
  visibility: hidden;
  transition: height 0.6s;
  transition: opacity 0.6s;
  height: 0px;
}

.prov-filters-row2.open {
  background-color: #e5e5e5;
  min-height: 50px;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 0.6s;
  transition: opacity 0.6s;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 5px 76px;
  max-height: 150px;
  overflow-y: auto;
}

.prov-filters-row2 div.checkbox-custome {
  flex-basis: 20%;
}

.prov-filters-row2 .checkbox-custome:first-child {
  margin-top: 0px;
}

.icon-btn-prov-filter.open {
  transform: rotate(180deg);
}

/* estilos checkbox custome */

.checkbox-custome {
  padding-left: 20px;
}

.checkbox-custome label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-weight: 500;
}

.checkbox-custome label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-custome label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox-custome input[type="checkbox"],
.checkbox-custome input[type="radio"] {
  opacity: 0;
  z-index: 1;
  outline: unset !important;
}

.checkbox-custome input[type="checkbox"]:focus + label::before,
.checkbox-custome input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  border: 0px !important;
  outline: unset !important;
}

.checkbox-custome input[type="checkbox"]:active + label::before,
.checkbox-custome input[type="radio"]:active + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  border: 0px !important;
  outline: unset !important;
}

.checkbox-custome input[type="checkbox"]:checked + label::after,
.checkbox-custome input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox-custome input[type="checkbox"]:disabled + label,
.checkbox-custome input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox-custome input[type="checkbox"]:disabled + label::before,
.checkbox-custome input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox-custome.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox-custome.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-white input[type="checkbox"]:checked + label::before,
.checkbox-white input[type="radio"]:checked + label::before {
  background-color: #ffffff;
  border-color: #ffffff;
}

.checkbox-white input[type="checkbox"]:checked + label::after,
.checkbox-white input[type="radio"]:checked + label::after {
  color: rgb(75, 75, 75);
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-proveedor input[type="checkbox"]:checked + label::before,
.checkbox-proveedor input[type="radio"]:checked + label::before {
  background-color: #fcd040;
  border-color: #fcd040;
}

.checkbox-proveedor input[type="checkbox"]:checked + label::after,
.checkbox-proveedor input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-custome.checkbox-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}

.checkbox-custome.checkbox-sm label::after {
  width: 30px;
  height: 30px;
  padding-left: 4px;
  font-size: 20px;
  left: 1px;
  top: -13px;
}

.checkbox-custome.checkbox-sm label {
  padding-left: 18px;
  top: 13px;
}

.checkbox-custome.checkbox-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}

.checkbox-custome.checkbox-md label::after {
  width: 34px;
  height: 34px;
  padding-left: 4px;
  font-size: 24px;
  left: 1px;
  top: -18px;
}

.checkbox-custome.checkbox-md label {
  padding-left: 22px;
  top: 17px;
}

.checkbox-custome.checkbox-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}

.checkbox-custome.checkbox-lg label::after {
  width: 46px;
  height: 46px;
  padding-left: 4px;
  font-size: 36px;
  left: 1px;
  top: -31px;
}

.checkbox-custome.checkbox-lg label {
  padding-left: 34px;
  top: 32px;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.radio-custome {
  padding-left: 20px;
}

.radio-custome label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio-custome label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio-custome label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio-custome input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio-custome input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio-custome input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio-custome input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio-custome input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio-custome.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-proveedor input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-proveedor input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-proveedor input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.radio-custome.radio-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}

.radio-custome.radio-sm label::after {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  font-size: 20px;
  left: 4px;
  top: -9px;
}

.radio-custome.radio-sm label {
  padding-left: 18px;
  top: 13px;
}

.radio-custome.radio-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}

.radio-custome.radio-md label::after {
  width: 26px;
  height: 26px;
  padding-left: 4px;
  font-size: 24px;
  left: 4px;
  top: -13px;
}

.radio-custome.radio-md label {
  padding-left: 22px;
  top: 17px;
}

.radio-custome.radio-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}

.radio-custome.radio-lg label::after {
  width: 36px;
  height: 36px;
  padding-left: 4px;
  font-size: 36px;
  left: 5px;
  top: -23px;
}

.radio-custome.radio-lg label {
  padding-left: 34px;
  top: 32px;
}

/* fichas proveedores ver todos */

.cards-proveedor-container {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px 50px 50px 50px;
  padding-bottom: 50px;
  align-items: stretch;
}

.item-card-proveedor {
  flex-basis: 22%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  margin: 15px 15px 15px 15px;
  border-radius: 16px 16px 16px 16px;
  background-color: #eaeaea;
}

.card-prov {
  width: 100%;
  min-height: 383px;
  border-radius: 16px 16px 16px 16px;
  background-color: #eaeaea;
  -webkit-border-radius: 16px 16px 16px 16px;
  -moz-border-radius: 16px 16px 16px 16px;
  -ms-border-radius: 16px 16px 16px 16px;
  -o-border-radius: 16px 16px 16px 16px;
}

.card-prov-img {
  width: 100%;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.card-prov-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  background-position: center;
  width: auto !important;
}

.card-prov-info {
  padding: 0px 15px 15px 15px;
  background-image: url("https://lacomunidad.co/wp-content/uploads/2021/11/fondo-info-modal-prov.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-flow: column wrap;
  text-align: center;
  border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  -o-border-radius: 0 0 16px 16px;
  height: 60%;
}

.card-prov-info h2 {
  color: #4d4d4d !important;
  font-weight: bold !important;
  font-size: 1.3rem !important;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  height: 60px;
  max-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.card-prov-info h3 {
  color: #4d4d4d !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  margin: 20px 0 0 0;
  padding: 0px 10px;
}

.card-prov-info h3.text-especialidades {
  padding: 0 15px;
}

.card_prov_redes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 20px 0 0 0;
}

.card_prov_redes ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  width: 100%;
  padding: 0;
}

.card_prov_redes ul li .btn {
  border: none;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
}

.vista-menu {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  padding: 5px 80px 5px;
  align-items: center;
  position: relative;
}

.vista-menu p {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.vista-menu .radio-custome a {
  color: #000 !important;
  font-size: 14px;
}

.vista-menu.open {
  margin-top: 10px;
}

.column-prov {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.copy-proveedores-todos {
  position: absolute;
  top: 100px;
  left: 228px;
}

.icono-redes-ficha {
  width: 30px;
  height: 30px;
}

.btn-informacion-ver-todos {
  background: #8625cc;
  display: flex;
  justify-content: center;
  padding: 5px 5px;
  color: white;
  text-transform: uppercase;
  margin: 20px auto;
  font-weight: 600;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: fit-content;
}

.card_prov_redes_ver_todos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.card_prov_redes_ver_todos ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  width: 100%;
  padding: 0;
}

.card_prov_redes_ver_todos ul li .btn {
  border: none;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
}

/* loadin  ver todos porveedores */

.lds-roller {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em rgb(240, 173, 78),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.2),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.2),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.2),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.5),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.7),
      1.8em -1.8em 0 0em #f0ad4e, 2.5em 0em 0 0em rgba(240, 173, 78, 0.2),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.2),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.2),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.5),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.7), 2.5em 0em 0 0em #f0ad4e,
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.2),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.2),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.2),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.5),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.7), 1.75em 1.75em 0 0em #f0ad4e,
      0em 2.5em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.2),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.2),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.5),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.7), 0em 2.5em 0 0em #f0ad4e,
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.2),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.2),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.2),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.5),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.7), -1.8em 1.8em 0 0em #f0ad4e,
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.2),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.2),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.2),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.5),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.7), -2.6em 0em 0 0em #f0ad4e,
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.2),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.2),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.2),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.5),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.7), -1.8em -1.8em 0 0em #f0ad4e;
  }
}

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #f0ad4e,
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.2),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.2),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.2),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.5),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.7),
      1.8em -1.8em 0 0em #f0ad4e, 2.5em 0em 0 0em rgba(240, 173, 78, 0.2),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.2),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.2),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.5),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.7), 2.5em 0em 0 0em #f0ad4e,
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.2),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.2),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.2),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.5),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.7), 1.75em 1.75em 0 0em #f0ad4e,
      0em 2.5em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.2),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.2),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.5),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.7), 0em 2.5em 0 0em #f0ad4e,
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.2),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.2),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.2),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.5),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.7), -1.8em 1.8em 0 0em #f0ad4e,
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.2),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.2),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.2),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.5),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.7), -2.6em 0em 0 0em #f0ad4e,
      -1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(240, 173, 78, 0.2),
      1.8em -1.8em 0 0em rgba(240, 173, 78, 0.2),
      2.5em 0em 0 0em rgba(240, 173, 78, 0.2),
      1.75em 1.75em 0 0em rgba(240, 173, 78, 0.2),
      0em 2.5em 0 0em rgba(240, 173, 78, 0.2),
      -1.8em 1.8em 0 0em rgba(240, 173, 78, 0.5),
      -2.6em 0em 0 0em rgba(240, 173, 78, 0.7), -1.8em -1.8em 0 0em #f0ad4e;
  }
}

/* estilos select filters */

.item-filter .select2-container--default .select2-selection--multiple {
  background-color: #d2d2d2;
  border: 0px solid #aaa;
  border-radius: 22px !important;
  cursor: text;
}

.item-filter
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  padding: 0 10px;
  width: 180px !important;
}

.select2-dropdown.select2-dropdown--below.pvt-select-filter {
  background-color: whitesmoke;
  border: 0px;
  top: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.select2-dropdown.pvt-select-filter {
  background-color: whitesmoke;
  border: 0px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.select2-results__options.pvt-select-filter li span input[type="checkbox"] {
  margin-right: 5px !important;
}

.item-filter
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
  border-radius: 16px;
  color: #000;
}

.item-filter
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #fcd040;
  border: 0px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.item-filter
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.item-filter
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 0px;
  outline: 0;
}

.item-filter .select2-default {
  color: #000 !important;
}

.select2-results__options.pvt-select-filter
  .select2-results__option--highlighted[aria-selected] {
  background-color: #fcd040;
  color: #757575;
}

.select2-results__options.pvt-select-filter li.select2-results__option {
  padding: 0;
  color: #757575;
}

input[type="checkbox"].pvt-check-filter {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  font: inherit;
  color: rgb(66, 66, 66);
  width: 16px;
  height: 16px;
  border-radius: 3px;
  display: grid;
  place-content: center;
  border: solid 1px rgb(124, 124, 124) !important;
  position: relative !important;
  top: -3px !important;
  cursor: pointer;
}

input[type="checkbox"].pvt-check-filter::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 0.8;
  color: rgb(83, 83, 83) !important;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

input[type="checkbox"].pvt-check-filter:checked:before {
  transform: scale(1);
}

.select2-results__options.pvt-select-filter li span label {
  width: 90% !important;
  cursor: pointer;
}

/* btn limpiar ver todos */

form#buscador_general {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.input-group-btn-limpiar {
  height: 42px;
}

.input-group-btn-limpiar #limpiar_busquedas {
  background-image: url(images/limpiar-icono.png);
  background-size: 30px;
  background-repeat: no-repeat;
  border-top-right-radius: 21px;
  border-top-left-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  height: 100%;
  border: solid #4a4a4a 2px;
  padding: 3px;
  min-width: 60px;
  background-position-x: center;
  background-position-y: center;
  background-color: transparent;
  margin-left: 15px;
}

.input-group-btn-limpiar #limpiar_busquedas:hover {
  background-image: url(images/limpiar-icono.png);
  background-size: 30px;
  background-repeat: no-repeat;
  border-top-right-radius: 21px;
  border-top-left-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  height: 100%;
  border: solid #4a4a4a 2px;
  padding: 3px;
  min-width: 60px;
  background-position-x: center;
  background-position-y: center;
  background-color: #f5f5f5;
}

.select2-results__options.pvt-select-filter li span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 5px;
  width: 100%;
}

.select2-results__options.pvt-select-filter li {
}

.copy-no-resultados {
  color: #4a4a4a;
  font-size: 2em;
}

#mapa_todos {
  height: 300px;
  margin-bottom: 50px;
}

.vistas-prov {
  margin-bottom: 60px;
  padding-bottom: 3%;
}

.info_content_card_map {
  width: 180px;
  height: auto;
}

.info_content_card_map a p.txt_info_card_map {
  font-size: 12px;
  color: #4a4a4a !important;
  text-decoration: unset;
}

.info_content_card_map a:hover p.txt_info_card_map {
  font-size: 12px;
  color: #6e6e6e !important;
  text-decoration: unset;
}

.info_content_card_map p.title_info_card_map {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  text-decoration: unset;
}

/* Fin Estilos proveedores ver todos */

/* Inicio Estilos proveedores movil */

.tab-content > .active {
  display: contents;
}

.banner-superior-formularios p {
  font-size: 2.2em;
}

.copy-proveedor {
  color: #4a4a4a;
}

@media (max-width: 600px) {
  .banner-superior-formularios p {
    font-size: 1.2em;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .banner-lateral-formulario {
    margin: 0;
  }
  .modal-dialog {
    position: relative;    
    margin: 10px;
    width: 90%;
}
 
}

.ayuda-flotante-cv {
  position: absolute;
  right: 0px !important;
  top: 39px !important;
}

.campos-formulario.cv-select .select2-container {
  width: 90% !important;
}

/*Estilos filtros pintados en pantalla*/

.filtros-pantalla {
  visibility: hidden;
  background-color: #f7f7f7;
  width: 100%;
}

.filtros-pantalla-row {
  padding-left: 5%;
  display: list-item;
  align-items: center;
  height: 40px;
  padding-top: 10px;
}

.opened {
  visibility: visible;
  background-color: #f7f7f7;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: inset 0px 3px 6px 0px #9f9fb1;
  padding: 6px;
}

.filtros-pantalla-row .content-filter-prov {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid;
  border-radius: 7px;
  border-color: #ebb436;
  color: #383838;
  margin-left: 5px;
  margin-bottom: 5px;
}

.filtros-pantalla-row .tittle-filter-prov {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 0px;
  font-weight: bold;
  color: #383838;
}

/************************************************/

/* INICIO ESTILO SUSCRIPCION  ******************/

.info-suscripcion-container {
  background: rgb(237 237 237);
  background: -moz-radial-gradient(
    circle,
    rgba(237237 237 237) 5%,
    rgba(238, 238, 238, 1) 26%,
    rgba(238, 238, 238, 1) 78%,
    rgba(190, 190, 190, 1) 98%
  );
  background: radial-gradient(
    circle,
    rgba(237 237 237) 5%,
    rgba(238, 238, 238, 1) 26%,
    rgba(238, 238, 238, 1) 78%,
    rgba(190, 190, 190, 1) 98%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e0dede", endColorstr="#bebebe", GradientType=1);
  border-radius: 6px;
  margin-top: 10px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  
}

.info-suscripcion-container div {
  min-height: 250px;
}

#suscripcion {
  width: 100%;
  padding-bottom: 50px;
  font-family: "Varela Round", sans-serif;
}

p.copy-saludo-suscripcion {
  color: #717171;
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
  margin: 20px 0;
}

p.copy-saludo-suscripcion span {
  color: #fec941;
}

p.parrafo-suscripcion-1 {
  text-align: center;
  font-size: 1.3em;
  padding: 0 39px;
  line-height: 1.2;
  font-weight: bold;
  color: #3a3a3a;
}

p.parrafo-suscripcion-2 {
  color: #3a3a3a;
  font-size: 1.2em;
  text-align: center;
  margin: 29px 0 20px 0;
}

.banner-personaje-suscripcion {
  background-image: url(images/proveedor-banner-membresia.png);
  background-size: contain;
  background-position-y: 18px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 309px;
}

.suscripcion-actual-title {
  min-height: auto !important;
  display: flex;
  width: 100%;
  flex-direction: row;
  margin: 20px 0;
  align-items: center;
  justify-content: flex-start;
}

img.icono-plan {
  width: 100%;
  object-fit: cover;
}

.suscripcion-actual-title p {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0px;
}

.info-container {
  padding-left: 94px;
}

span.icon-suscripcion-container {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  margin-left: 10px;
  min-width: 40px;
  min-height: 40px;
}

.btn-historial-pagos {
  min-height: auto !important;
  text-align: center;
  width: 100%;
}

.btn-historial-pagos a {
  background-color: white;
  padding: 4px 0px;
  border-radius: 20px;
  -webkit-box-shadow: -4px 4px 2px rgb(199 195 199);
  -moz-box-shadow: -15px 16px 5px -9px rgba(199, 195, 199, 1);
  box-shadow: -4px 4px 2px rgb(199 195 199);
  color: #717171 !important;
  cursor: pointer;
  font-weight: bold;
  display: block;
  width: 100%;
}

.btn-historial-pagos a:hover {
  color: #fec941 !important;
}

p.plan {
  margin-bottom: 0px;
  font-size: 1em;
  color: #3a3a3a;
}

p.estado-plan {
  font-size: 1em;
  margin-bottom: 0px;
}

span.activo {
  color: #fec941;
  font-weight: bold;
}

span.vencido {
  color: orangered;
  font-weight: bold;
}

p.vigencia-title {
  font-size: 1em;
  margin-bottom: 0px;
}

p.fin-vigencia {
  font-size: 1em;
}

p.inicio-vigencia {
  font-size: 1em;
  margin-bottom: 0px;
}

.suscripcion-parrafo {
  text-align: center;
  margin-top: 20px;
}

.suscripcion-parrafo p {
  font-size: 1.4em;
  color: #3a3a3a;
}

.planes-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.aliado-experto-container {
  background: rgb(189, 147, 3);
  background: -moz-linear-gradient(
    180deg,
    rgba(189, 147, 3, 1) 29%,
    rgba(224, 180, 23, 1) 68%,
    rgba(255, 209, 41, 1) 94%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(189, 147, 3, 1) 29%,
    rgba(224, 180, 23, 1) 68%,
    rgba(255, 209, 41, 1) 94%
  );
  background: linear-gradient(
    180deg,
    rgba(189, 147, 3, 1) 29%,
    rgba(224, 180, 23, 1) 68%,
    rgba(255, 209, 41, 1) 94%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bd9303", endColorstr="#ffd129", GradientType=1);
  border-radius: 30px;
  padding: 15px;
  box-shadow: -3px 2px 2px lightgrey;
  text-align: center;
  font-family: "Varela Round", sans-serif;
}

.container-row-planes {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row;
  flex-wrap: wrap;
}

.image-premium {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd129;
  box-shadow: -4px 3px 5px 0 #646363a8;
  left: 42%;
}

img.icono-plan-premium {
  height: 70px;
  width: 70px;
}

p.aliado-exp-title {
  margin-top: 25px;
  font-family: "Varela Round", sans-serif;
  font-size: 2em;
  color: #fff;
  margin-bottom: 0px;
}

p.aliado-exp-subtitle {
  line-height: 1;
  color: #fff;
  font-size: 1.1em;
}

p.aliado-exp-parrafo1 {
  font-size: 1.2em;
  line-height: 1.1;
  color: #fff;
}

p.aliado-exp-parrafo2 {
  color: #fff;
  font-size: 1.7em;
  margin-bottom: 0px;
}

span.txt-small {
  font-size: 0.63em;
  position: relative;
  top: -12px;
}

span.precio-txt-exp {
  font-size: 2.6em;
  color: #fff;
}

p.aliado-exp-costo {
  font-size: 0.9em;
  color: #fff;
}

.btn-premium-container {
  margin-bottom: 15px;
}

a.btn-premium {
  min-width: 100%;
  background-color: #fff;
  padding: 10px 70px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  font-size: 1.5em;
  color: #bd9303;
  box-shadow: -3px 3px;
  cursor: pointer;
  border: 2px solid #fff;
}

/********** plan basico styles ***************/

.aliado-emprendedor-container {
  background: rgb(126, 126, 127);
  background: -moz-linear-gradient(
    180deg,
    rgba(126, 126, 127, 1) 29%,
    rgba(165, 164, 165, 1) 69%,
    rgba(189, 188, 188, 1) 94%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(126, 126, 127, 1) 29%,
    rgba(165, 164, 165, 1) 69%,
    rgba(189, 188, 188, 1) 94%
  );
  background: linear-gradient(
    180deg,
    rgba(126, 126, 127, 1) 29%,
    rgba(165, 164, 165, 1) 69%,
    rgba(189, 188, 188, 1) 94%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#7e7e7f", endColorstr="#bdbcbc", GradientType=1);
  border-radius: 30px;
  padding: 15px;
  box-shadow: -3px 2px 2px lightgrey;
  text-align: center;
  font-family: "Varela Round", sans-serif;
}

.image-basic {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd129;
  box-shadow: -4px 3px 5px 0 #646363;
  left: 42%;
}

img.icono-plan-basic {
  height: 70px;
  width: 70px;
}

p.aliado-emp-title {
  margin-top: 25px;
  font-family: "Varela Round", sans-serif;
  font-size: 2em;
  color: #fff;
  margin-bottom: 0px;
}

p.aliado-emp-subtitle {
  line-height: 1;
  color: #fff;
  font-size: 1.1em;
}

p.aliado-emp-parrafo1 {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 44px;
  font-size: 1.2em;
  line-height: 1.1;
}

p.aliado-emp-parrafo2 {
  color: #fff;
  font-size: 1.7em;
  margin-bottom: 0px;
}

span.txt-small {
  font-size: 0.63em;
  position: relative;
  top: -12px;
}

span.precio-txt-emp {
  font-size: 2.6em;
  color: #fff;
}

p.aliado-emp-costo {
  font-size: 0.9em;
  color: #fff;
}

.btn-basic-container {
  margin-bottom: 15px;
}

a.btn-basico {
  min-width: 100%;
  border: 2px solid #fff;
  padding: 10px 70px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  font-size: 1.5em;
  color: #ffff;
  box-shadow: -3px 3px #938b8b;
  cursor: pointer;
}

@media (max-width: 767px) {
  footer.panel-prov {
    position: relative !important;
    width: 100%;
    left: 0;
    bottom: 0 !important;
    z-index: 10;
    background: #32b1fc;
    padding: 10px;
    text-align: center;
    color: #fff;
  }
  .btn-historial-pagos a {
    background-color: white;
    padding: 4px 0px;
    border-radius: 20px;
    -webkit-box-shadow: -4px 4px 2px rgb(199 195 199);
    -moz-box-shadow: -15px 16px 5px -9px rgba(199, 195, 199, 1);
    box-shadow: -4px 4px 2px rgb(199 195 199);
    color: #717171 !important;
    cursor: pointer;
    font-weight: bold;
    display: block;
    width: 76%;
  }
  .info-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 15%;
    margin-right: auto;
  }
  .btn-historial-pagos {
    min-height: auto !important;

    width: 100%;
  }
  .container-row-planes {
    display: flex !important;
    justify-content: center !important;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 15px;
  }
  .bienvenido-perfil .modal-dialog {
    width: 80%;
    margin: 10% auto;
    position: relative;
  }
  #exampleModalCenter .modal-dialog {
  
      margin-left: auto;
      margin-right: auto;
  
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .btn-historial-pagos a {
    background-color: white;
    padding: 4px 0px;
    border-radius: 20px;
    -webkit-box-shadow: -4px 4px 2px rgb(199 195 199);
    -moz-box-shadow: -15px 16px 5px -9px rgba(199, 195, 199, 1);
    box-shadow: -4px 4px 2px rgb(199 195 199);
    color: #717171 !important;
    cursor: pointer;
    font-weight: bold;
    display: block;
    width: 70%;
  }
  .container-row-planes {
    display: flex !important;
    justify-content: center !important;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .info-suscripcion-container {
    background: rgb(237 237 237);
    background: -moz-radial-gradient(
      circle,
      rgba(237237 237 237) 5%,
      rgba(238, 238, 238, 1) 26%,
      rgba(238, 238, 238, 1) 78%,
      rgba(190, 190, 190, 1) 98%
    );
    background: radial-gradient(
      circle,
      rgba(237 237 237) 5%,
      rgba(238, 238, 238, 1) 26%,
      rgba(238, 238, 238, 1) 78%,
      rgba(190, 190, 190, 1) 98%
    );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e0dede", endColorstr="#bebebe", GradientType=1);
    border-radius: 6px;
    margin-top: 10px;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  a.btn-premium {
    min-width: 100%;
    background-color: #fff;
    padding: 10px 70px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    font-size: 1.3em;
    color: #bd9303;
    box-shadow: -3px 3px;
    cursor: pointer;
}
a.btn-basico {
  min-width: 100%;
  border: 2px solid #fff;
  padding: 10px 70px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  font-size: 1.3em;
  color: #ffff;
  box-shadow: -3px 3px #938b8b;
  cursor: pointer;
}
p.aliado-emp-parrafo1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 39px !important;
  font-size: 1.2em;
  line-height: 1.1;
}
}

.tab-content > #suscripcion.active {
  display: block;
}

/* estilos modal pago suscripcion */

.modal-informacion-pago-proveedor {
  font-family: "Varela Round", sans-serif;
  border-radius: 30px;
}

.modal-informacion-pago-proveedor .close {
  border: solid 1px #ffd129;
  width: 25px;
  height: 25px;
  position: relative;
  top: 49px;
  z-index: 1;
  right: 15px;
  border-radius: 50%;
}

.modal-informacion-pago-proveedor .close svg {
  width: 20px;
  height: 20px;
  fill: #ffd129;
  position: relative;
  top: 2px;
}

.modal-informacion-pago-proveedor .modal-content {
  border-radius: 30px;
  box-shadow: none;
  min-height: 520px;
}

.modal-informacion-pago-proveedor .modal-content .modal-header {
  text-align: center;
  border-bottom: 0px;
  border-bottom: 0px;
  padding: 15px 30px;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-header
  p.modal-title-membresia {
  color: #3a3a3a;
  margin-bottom: 0px;
  font-size: 1.2em;
}

.modal-informacion-pago-proveedor .modal-content .modal-header p.modal-title {
  color: #ffd129;
  font-size: 1.6em;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-header
  p.modal-title
  span {
  color: #ffd129;
  text-transform: uppercase;
  font-size: 1em;
}

.modal-informacion-pago-proveedor .modal-content .modal-header hr {
  border-top: 3px solid #eee;
}

.modal-informacion-pago-proveedor .modal-content .modal-body {
  padding: 0 30px 15px;
  font-size: 1.1em;
  min-height: 423px;
}

.modal-informacion-pago-proveedor .modal-content .modal-body .copy1-mipp {
  text-align: center;
}

.modal-informacion-pago-proveedor .modal-content .modal-body #beneficios-plan {
  background: #eeeeee;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.2;
  font-size: 0.9em;
}

.modal-informacion-pago-proveedor .modal-content .modal-body .check-container {
  padding-left: 30px;
}

.modal-informacion-pago-proveedor .modal-content .modal-body .form-check {
  padding-left: 20px;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-body
  .form-check
  .form-check-label {
  font-weight: normal;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-body
  #beneficios-plan
  .ayuda-flotante {
  bottom: 0;
  display: flex;
  align-items: self-end;
  position: unset;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-body
  #beneficios-plan
  .ayuda-flotante
  span {
  margin-left: 5px;
}

.help-beneficios-plan {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-body
  input[type="radio"] {
  display: none;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-body
  input[type="radio"]
  + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #3a3a3a;
  text-align: center;
  line-height: 14px;
  margin: 3px 5px 3px 0px;
  padding: 0;
  position: absolute;
  left: 50px;
  background-color: #eee;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-body
  input[type="radio"]
  + label:before {
  border-radius: 100px;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-body
  input[type="radio"]:checked
  + label:before {
  padding: 0px;
  background-clip: content-box;
  background-color: #ffd129;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-body
  input[type="radio"]:focus
  + label:before {
  box-shadow: 0px 0px 3px 1px #ccc;
}

.modal-informacion-pago-proveedor .modal-content .modal-body .txt_valor_pagar {

  display: flex;
  align-items: center;
  flex-direction: row;
  min-height: 52px;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-body
  .txt_valor_pagar
  span
  img {
  padding: 0 20px;
  min-width: 36px;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-body
  .txt_valor_pagar
  span#valor_pagar {
  font-size: 2.5em;
}

.modal-informacion-pago-proveedor
  .modal-content
  .modal-body
  .txt-last-copy-modal {
  text-align: center;
}

@media (min-width: 768px) {
  .modal-informacion-pago-proveedor .modal-sm {
    width: 463px;
  }

  .modal-informacion-historial-pagos .modal-sm {
    width: 463px;
  }

  .btn-historial-pagos a {
    background-color: white;
    padding: 4px 0px;
    border-radius: 20px;
    -webkit-box-shadow: -4px 4px 2px rgb(199 195 199);
    -moz-box-shadow: -15px 16px 5px -9px rgba(199, 195, 199, 1);
    box-shadow: -4px 4px 2px rgb(199 195 199);
    color: #717171 !important;
    cursor: pointer;
    font-weight: bold;
    display: block;
    width: 60%;
  }
}

/* estilos botones modal */

.btn-primary-yellow {
  width: 100%;
  background: #ffd129;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

.btn-secondary-grey {
  width: 100%;
  background: #eee;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.modal-backdrop.in.light {
  background-color: #000 !important;
  opacity: 0.5 !important;
}
/* estilos modal historial */

.modal-informacion-historial-pagos {
  font-family: "Varela Round", sans-serif;
  border-radius: 30px;
}

.modal-informacion-historial-pagos .modal-content .modal-body {
  min-height: 445px;
  padding: 0px 30px 20px;
}

.modal-informacion-historial-pagos .close {
  border: solid 1px #ffd129;
  width: 25px;
  height: 25px;
  position: relative;
  top: 49px;
  z-index: 1;
  right: 15px;
  border-radius: 50%;
}

.modal-informacion-historial-pagos .close svg {
  width: 20px;
  height: 20px;
  fill: #ffd129;
  position: relative;
  top: 2px;
}

.modal-informacion-historial-pagos .modal-content {
  border-radius: 30px;
  box-shadow: none;
  max-height: 523.42px;
}

.modal-informacion-historial-pagos .modal-content .modal-header {
  text-align: center;

  border-bottom: 0px;
  padding: 15px 30px;
}

.modal-informacion-historial-pagos hr.modal-historial-pagos-divider {
  border-top: 3px solid #eee;
}

p.title-modal-historico {
  color: #3a3a3a;
  font-size: 1.8em !important;
}

p.title-modal-historico span {
  color: #ffd129 !important;
}
/* estilos loader modal historial de pagos */

.loading-contaner-modal {
  text-align: center;
  margin-top: 30%;
}
p.aliado-exp-parrafo1 {
  font-size: 1.2em;
  line-height: 1.1;
  color: #fff;
}
div.aliado-exp-parrafo2 {
  color: #fff;
  font-size: 1.7em;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
}

.loading-contaner-modal p {
  font-size: 1.5em;
  color: #3a3a3a;
}

.loader-pay-history {
  margin: 64px auto;
  font-size: 16px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffd129,
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.2),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.2),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.2),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.5),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.7),
      1.8em -1.8em 0 0em #ffd129, 2.5em 0em 0 0em rgba(255, 209, 41, 0.2),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.2),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.2),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.5),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.7), 2.5em 0em 0 0em #ffd129,
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.2),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.2),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.2),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.5),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.7), 1.75em 1.75em 0 0em #ffd129,
      0em 2.5em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.2),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.2),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.5),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.7), 0em 2.5em 0 0em #ffd129,
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.2),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.2),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.2),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.5),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.7), -1.8em 1.8em 0 0em #ffd129,
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.2),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.2),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.2),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.5),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.7), -2.6em 0em 0 0em #ffd129,
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.2),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.2),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.2),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.5),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.7), -1.8em -1.8em 0 0em #ffd129;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffd129,
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.2),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.2),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.2),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.5),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.7),
      1.8em -1.8em 0 0em #ffd129, 2.5em 0em 0 0em rgba(255, 209, 41, 0.2),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.2),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.2),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.5),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.7), 2.5em 0em 0 0em #ffd129,
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.2),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.2),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.2),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.5),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.7), 1.75em 1.75em 0 0em #ffd129,
      0em 2.5em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.2),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.2),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.5),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.7), 0em 2.5em 0 0em #ffd129,
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.2),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.2),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.2),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.5),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.7), -1.8em 1.8em 0 0em #ffd129,
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.2),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.2),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.2),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.5),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.7), -2.6em 0em 0 0em #ffd129,
      -1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 209, 41, 0.2),
      1.8em -1.8em 0 0em rgba(255, 209, 41, 0.2),
      2.5em 0em 0 0em rgba(255, 209, 41, 0.2),
      1.75em 1.75em 0 0em rgba(255, 209, 41, 0.2),
      0em 2.5em 0 0em rgba(255, 209, 41, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 209, 41, 0.5),
      -2.6em 0em 0 0em rgba(255, 209, 41, 0.7), -1.8em -1.8em 0 0em #ffd129;
  }
}

/* final estilos loading modal*/

.listado-historico-pagos {
  height: 420px;
  overflow-y: scroll;
  display: none;

  overflow-x: hidden;
}

/*scroll custome modal*/

.listado-historico-pagos::-webkit-scrollbar {
  width: 13px;
  height: 10px;
}
.listado-historico-pagos::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.listado-historico-pagos::-webkit-scrollbar-thumb {
  background: #b5b5b5;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.listado-historico-pagos::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5;
}
.listado-historico-pagos::-webkit-scrollbar-thumb:active {
  background: #ffd129;
}
.listado-historico-pagos::-webkit-scrollbar-track {
  background: #ededed;
  border: 2px none #ededed;
}
.listado-historico-pagos.safari::-webkit-scrollbar-track {
  background: #ededed;
  border: 2px none #ededed;
  border-radius: 50px;
}
.listado-historico-pagos::-webkit-scrollbar-track:hover {
  background: #ededed;
}
.listado-historico-pagos::-webkit-scrollbar-track:active {
  background: #ededed;
}
.listado-historico-pagos::-webkit-scrollbar-corner {
  background: transparent;
}

/* Buttons */
.listado-historico-pagos::-webkit-scrollbar-button:single-button {
  background-color: #ededed;

  display: block;
  background-size: 10px;
  background-repeat: no-repeat;
}

/* Up */
.listado-historico-pagos::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 12px;
  width: 16px;
  background-position: center 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,00 0,50 100,50'/></svg>");
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

.listado-historico-pagos::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='50,00 0,50 100,50'/></svg>");
}

.listado-historico-pagos::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='50,00 0,50 100,50'/></svg>");
}

/* Down */
.listado-historico-pagos::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 12px;
  width: 16px;
  background-position: center 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 100,0 50,50'/></svg>");
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

p.aliado-emp-parrafo1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 72px;
  font-size: 1.2em;
  line-height: 1.1;
}

.listado-historico-pagos::-webkit-scrollbar-button:single-button:vertical:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 100,0 50,50'/></svg>");
}

.listado-historico-pagos::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 100,0 50,50'/></svg>");
}

/* Left */
.listado-historico-pagos::-webkit-scrollbar-button:single-button:horizontal:decrement {
  height: 12px;
  width: 12px;
  background-position: 3px 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,50 50,100 50,0'/></svg>");
}

.listado-historico-pagos::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,50 50,100 50,0'/></svg>");
}

.listado-historico-pagos::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,50 50,100 50,0'/></svg>");
}

/* Right */
.listado-historico-pagos::-webkit-scrollbar-button:single-button:horizontal:increment {
  height: 12px;
  width: 12px;
  background-position: 3px 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 0,100 50,50'/></svg>");
}

.listado-historico-pagos::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 0,100 50,50'/></svg>");
}

.listado-historico-pagos::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 0,100 50,50'/></svg>");
}
.listado-historico-pagos {
  scrollbar-width: thin;
  scrollbar-color: #b5b5b5 #ededed;
}

/*scroll custome modal*/

.listado-historico-pagos .item {
  background-color: #eee;
  padding: 8px 8px 3px;
  width: 94%;
  border-radius: 15px;
  margin-bottom: 10px;
}

.listado-historico-pagos .item p {
  margin-bottom: 0px;
  line-height: 0.6;
}

.listado-historico-pagos .item p:first-child {
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1;
}

.estado-plan-noActivo-modal-historial svg {
  width: 15px;
  height: 15px;
  fill: #c5bfbf;
  border-radius: 50%;
  position: relative;
  right: 3px;
  top: 3px;
}
.estado-plan-activo-modal-historial svg {
  width: 15px;
  height: 15px;
  fill: #ffd129;
  border-radius: 50%;
  position: relative;
  right: 3px;
  top: 3px;
}

.modal-open .modal.modal-informacion-historial-pagos {
  overflow-x: hidden;
  overflow-y: hidden;
}

.icon-help-pm svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.icon-help-pm {
  position: relative;
  top: 24px;
  left: 10px;
}

.ayuda-flotante-mp [data-tootik][data-tootik-conf*="info"]::after {
  background: #fcd040 !important;
  color: #373737;
  font-family: "Varela Round", sans-serif;
}

.ayuda-flotante-mp
  [data-tootik][data-tootik-conf*="info"][data-tootik-conf*="left"]::before {
  border-left-color: #fcd040;
}

/* estilos mobile suscripcion */
.copy_saludo_mobile {
  display: none;
}

.selectServProv {
  display: none;
}

.selectEspProv {
  display: none;
}

.loadingProviderScroll {
  object-fit: cover;
  height: 51px;
  width: 115px;
}

.loadingContentProviderScroll {
  text-align: center;
}

@media (min-width: 767.9px) and (max-width: 1230px) {
  .loadingContentProviderScroll {
    margin-bottom: 93px;
  }
}

.containerFilters {
  margin: 0px auto;
  display: flex;
}

.validacion-filtros-depto {
  border: solid 1px #ffc73d !important;
  background-color: white !important;
}

.prov-filter-btn {
  position: relative;
  right: 80%;
}
.validated-depto {
  width: max-content;
  display: flex;
  position: relative;
  padding-left: 18%;
  font-size: 0.9em;
  color: #ffc73d;
}

.btnFirstFilter button {
  border-radius: 30px;
  background-color: #ffc73d;
  border: solid 1px white;
  padding: 1px 20px;
}

.btnFirstFilter {
  display: flex;
}

@media (max-width: 880px) {
  .containerFilters {
    display: grid;
  }
  .prov-filter-btn {
    position: relative;
    right: 54%;
    margin-left: 10%;
  }
  .prov-filters-container.open {
    padding-top: 0px;
  }
  .btnFirstFilter {
    justify-content: center;
  }
  .prov-filter-btn button {
    right: 26% !important;
    width: 20% !important;
  }
  .banner .form-control {
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  footer.proveedores {
    position: relative !important;
  }
  .banner-lateral-formulario {
    order:2
  }

  .cont-texto-lateral {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    text-align: center;
    display: none
}

.cont-texto-lateral-mobile {
  display: flex !important;
  justify-content: center;
  flex-flow: column wrap;
  text-align: center;
 
}
#mi-ficha.active {
  display: contents !important;
  align-content: stretch;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}
}

#modal-pagos-proveedor .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  
}

#modal-historial-pagos .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
}

.cont-texto-lateral-mobile {
  display: none;
  justify-content: center;
  flex-flow: column wrap;
  text-align: center;
  
}

.cont-texto-lateral-mobile h2 {
  font-size: 2.7rem;
  color: #fcd040 !important;
  margin: 3rem 0 1rem 0;
}



.cont-texto-lateral-mobile p {
  font-size: 1.4rem;
  color: #717171;
  margin: 0 15px 0 15px;
  text-align: center;
  font-weight: 600;
}


#mi-ficha.active {
  
    display: flex;
    align-content: stretch;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}
/**modal-membrecia-vencida*/
.modal-membership-expired{
  padding: 10%;
  padding-right: 10% !important;
  font-family: "varela round";
}
.modal-membership-expired .modal-content{
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  width: 80%;
  margin: 0 auto;
}
.modal-membership-expired .modal-dialog{
  width: 50%;
}
.modal-membership-expired .modal-body{
  padding: 0% 10%;
}
.modal-membership-expired .modal-body p{
  padding: 2% 4%;
  background-color: #e7e7e7;
  border-radius: 10px;
}
.modal-membership-expired .modal-header {
  display: grid;
  justify-content: center;
  border-bottom: transparent;
  padding: 25px;
}
.modal-membership-expired .modal-header h5 {
  color: #3a3a3a;
  font-weight: 600;
}
.modal-membership-expired .modal-header .close{
  position: absolute;
  right: 9px;
  top: 9px;
  border: 1px solid #fec941;
  border-radius: 74%;
  width: 23px;
  align-items: flex-start;
  display: flex;
  justify-content: center;
  height: 22px;
  font-size: 17px;
  color: #fec941;
}
.modal-membership-expired .modal-footer{
  border-top: none;
  justify-content: center;
  display: flex;
  padding: 15px 15px 30px;
}
.modal-membership-expired .modal-footer button{
  background-color: #fec941;
  border: none;
  box-shadow: -2px 2px 4px #4a4a4a;
  color: #000;
}
.modal-membership-expired .modal-footer .btn-primary:active:focus{
  color: #fec941;
  background-color: transparent;
}
@media (max-width:500px){
  .modal-membership-expired{
    margin: 0%;
    padding-left: 0%;
    margin-top: 20%;
    margin-right: 3%;
  }
  .modal-membership-expired .modal-dialog {
    width: 100%;
  }
  .modal-membership-expired .modal-header h5{
    text-align: center;
    font-size: 14px;
  }
}
/**fin-modal-membrecia-vencida*/
@media (min-width:1366px) and (max-width: 1499px){
  #mi-ficha .banner-lateral-formulario img {
    max-width: 100%;
    width: 84%;
    height: auto;
    position: absolute;
    bottom: 0;
}
p.aliado-emp-parrafo1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 1.2em;
  line-height: 1.1;
}
}

@media (min-width: 1024px) and (max-width:1199px) {
  .cont-texto-lateral {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    text-align: center;
    display: none
}

.cont-texto-lateral-mobile {
  display: flex !important;
  justify-content: center;
  flex-flow: column wrap;
  text-align: center;
 
}
#mi-ficha.active {
  display: contents !important;
  align-content: stretch;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}
.banner-lateral-formulario {
  order: 2;
}
} 

@media (min-width: 992px) {
#mi-ficha .banner-lateral-formulario {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 50px 20px 0 20px;
  height: 100%;
  background: #fbfbfb;
  margin: 0 50px 0 0;
  min-height: 811px;
}

}

.tipoViaContainer span.slidinput-placeholder {
  top: -11.5px !important;
}
/*********** estilos avatar validador ***********/

.avatarImgProv {
    background-image: url(./images/avatar-prov.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-position: right;
  }
  
  a.dropdown-toggle.avatarBtnProv {
    display: flex;
  }
  
  a.dropdown-toggle.avatarBtnProv .caret {
    color: #fcd040;
    position: relative;
    top: 14px;
  }
  
  span.avatarNameProv {
    padding-top: 5px;
    padding-left: 5px;
}

.help-beneficios-plan b {
 
    font-size: 11px;
}


#beneficios-plan ul {
  list-style-type: disc;
  padding-left: 15px;
}

/*******estilos aliado comercial**/
.aliado-comercial-container {
  background: rgb(255,255,255);
  background: -moz-radial-gradient(circle, rgba(255,255,255,1) 23%, rgba(245,245,245,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 23%, rgba(245,245,245,1) 100%);
  background: radial-gradient(circle, rgba(255,255,255,1) 23%, rgba(245,245,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f5f5f5",GradientType=1);
  border-radius: 30px;
  box-shadow: 3px 2px 2px lightgrey;
  text-align: center;
  font-family: "Varela Round", sans-serif;
  border: solid 2px #ababab;
  padding: 15px 30px;
}

p.aliado-com-title {
  margin-top: 25px;
  font-family: "Varela Round", sans-serif;
  font-size: 2em;
  color: #fcd040;
  margin-bottom: 0px;
}

p.aliado-com-subtitle {
  line-height: 1;
  color: #fcd040;
  font-size: 1.1em;
}

p.aliado-com-parrafo1 {
  font-size: 1.2em;
  line-height: 1.1;
  color: #5e5e5e;
}

p.aliado-com-parrafo2 {
  color: #5e5e5e;
  font-size: 1.7em;
  margin-bottom: 0px;
}

p.aliado-com-costo {
  font-size: 0.9em;
  color: #5e5e5e;
}

div.aliado-com-parrafo2 {
  color: #fcd040;
  font-size: 1.7em;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
}

.aliado-com-parrafo2 span.txt-small {
  font-size: 0.63em;
  position: relative;
  top: -12px;
  color: #5e5e5e;
}

a.btn-comercial {
  min-width: 100%;
  background-color: #fcd040;
  padding: 10px 70px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  font-size: 1.5em;
  color: #3a3a3a;
  box-shadow: -3px 3px;
  cursor: pointer;
}

.aliado-comercial-container  span.precio-txt-exp {
  font-size: 2.6em;
  color: #5e5e5e;;
}

p.aliado-exp-subtitle2 {
  font-size: 1.3em;
  line-height: 1.1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}

p.aliado-exp-parrafo3 {
  font-size: 1.2em;
  line-height: 1.1;
  color: #fff;
}

p.aliado-emp-subtitle2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.1;
  font-weight: bold;
}

p.aliado-emp-parrafo3 {
  color: #fff;
  margin-bottom: 42px;
  font-size: 1.2em;
  line-height: 1.1;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  p.aliado-emp-parrafo1 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 59px !important;
    font-size: 1.2em;
    line-height: 1.1;
}
}

@media (min-width: 1321px) {
  p.aliado-emp-parrafo1 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 58px !important;
    font-size: 1.2em;
    line-height: 1.1;
}
}

.swal2-popup {
 
  top: 0 !important;
}

.aliado-comercial-container .image-premium {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffd129;
  box-shadow: -4px 3px 5px 0 #646363a8;
  left: 45%;
}
.menu-superior-proveedores .tabs-lacom .active, .menu-superior-proveedores .tabs-lacom.nav-tabs>li.active>a {
  background-color: #ffce3e;
}
.menu-superior-proveedores .tabs-lacom .active{
  border-top: 2px solid white;
}


/***** estilos campos tipo file *********/

.file-box-lc-help {
  color:#717171 !important;
}

.campo-formulario-disabled input#rut_proveedor {
  pointer-events: none;
  cursor:none;
}

.campo-formulario-disabled .check-icon {
  filter: grayscale(1) opacity(0.5);
}

.campo-formulario-disabled .ver-docs .check-icon {
  filter:none;
}

.campo-formulario-disabled span#file-name-lc {
  color: #adadad;
  font-size: 13px;
}

.hiddenIconFileInput {
  display: none !important;
}

.file-box-lc-hidden {
  display: none !important;
}

.certificado-banco-container {
  margin-top: 25px !important;
}

.camara-comercio-container {
  margin-top: 25px !important;
}
.publicar_ficha_hidden {
  display: none;
}

.guardar_ficha_hidden {
  display: none;
}

.campo-titulo-ficha {
  margin-top: 24px !important;
}

.container_share_text {
  display: flex;
  justify-content: center;
  font-family: 'Varela Round';
}

label#lblTextLanding {
  border: solid 1px lightgray;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #717171;
}
button#btnCopyLanding {
  padding: 8px;
  height: 40px;
  border: 1px solid #fec941;
  background-color: #fec941;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #000;
  font-weight: 600;
}

.container_social_buttons a {
  color: #fec941;
}

.container_social_buttons {
  display: flex;
  justify-items: center;
  justify-content: center;
}

.container_social_buttons a {
  margin: 10px 5px;
  color: #fec941;
}

#modal-share-landing .modal-content {
  box-shadow: inset;
  -webkit-box-shadow:unset;
}

#modal-share-landing{
  padding-right: 17px;
  justify-items: center;
  justify-content: center;
  align-items: center;
}

h5.modal-title.share {
  text-align: center;
  font-family: 'Varela Round';
  font-size: 24px;
}

button.close {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 30px;
  width: 30px;
  border: solid 2px #fec941;
  border-radius: 50px;
  font-size: 25px;
  color: #fec941;
}

#modal-share-landing .modal-title span {
  color: #fec941;
}

#modal-share-landing .modal-header {
  padding: 15px 0px;
  border-bottom: 2px solid #e5e5e5;
  margin: 0px 15px;
}

@media (min-width: 320px) and (max-width: 350px) { 
  h5.modal-title.share {
    text-align: center;
    font-family: 'Varela Round';
    font-size: 16px;
}
}

@media (min-width: 351px) and (max-width: 400px){
h5.modal-title.share {
  text-align: center;
  font-family: 'Varela Round';
  font-size: 18px;
}
}

div#button-share-landing {
  color: #717171;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  width: 33.33%;  
  justify-content: center;  
  flex-wrap: wrap;
  align-items: center;
}


#button-share-landing i {
  font-size: 24px;
  margin-right: 5px;
}
.switch-share{
  position: inherit !important;
  margin: 0;
  font-size: 17px !important;
}
@media (min-width: 320px) and (max-width: 517px) {

  .text_estado_ficha {
    color: #717171;
    margin: 0 0 0 7px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-top: 6px;
}

.check_fichaProv {
  display: flex;
  align-items: center;
  width: 33.3%;
  flex-wrap: wrap;
  justify-content: center;
}
.switch-share{
  position: inherit !important;
  margin: 0;
  font-size: 17px !important;
  text-align: center;
}

div#button-share-landing {
  color: #717171;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  width: 33.33%;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.cont-btns-superior .cont-btn-prev button {
  color: #717171;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  background: 0;
  border: none;
  margin: 0 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
 }
span.search_LaCo.astm-search-menu.is-menu.default {
  display: none !important;
}

.container_social_buttons .twitter-icon {
  width: 48px;
  height: 48px;
}

#exampleModalCenter .close svg {
  width: 20px;
  height: 20px;
  fill: #ffd129;
  position: relative;
  top: 2px;
}

#exampleModalCenter .close:hover{
  opacity: 1 !important;
}