.hide-mobile { display: block!important;}
.hide-desktop { display: none!important;}
@media(max-width: 767px) {
  .hide-desktop { display: block!important;}
  .hide-mobile { display: none!important;}
  #cookies .modal-dialog{
    width: 100%!important;
  }
}

/* MODALES */
.modal-form {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0 auto;
    display: none;
  }
  .modal-form .formDataModal {
      position: fixed;
      transform: translateX(-50%);
      left: 50%;
      top: 22%;
      width: 34%;
      min-width: 300px;
      background-color: rgba(255,255,255,1);
      text-align: center;
      border-radius: 8px;
      padding: 2rem;
      height: 22rem;
  }
  .modal-form .contentModal{
      height: fit-content;
      width: fit-content;
      min-width: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  .modal-form .btn-modal{
      margin-top: 0.5rem;
      background-color: blue;
      color: white;
      font-weight: bold;
      padding: 10px 1rem;
  }
  .modal-form .fr-line4{
      margin-top: 1rem;
      font-size: 15px;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .modal-form .fr-line4 label{
    margin-bottom: 0;
  }
  .modal-form .close-section {
      height: 100%;
      position: absolute;
      width: 100%;
      background-color: #00000099;
  }
  .politica-de-privacidad{
    cursor: pointer;
  }
  .closeBtn{
    z-index: 999;
    cursor: pointer;
  }

  #cookies .modal-dialog{
    min-width: 46vw;
    width: min-content;
    max-width: 97%;
  }
  #cookies .modal-dialog modal-body{
    overflow: overlay;
  }
  /* FIN MODALES */

  /* FORM */
  .terminos{
    font-size: 15px;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .terminos label{
    margin-bottom: 0;
  }

  /**************************************************/
/* HORARIO ATENCION FUERA DE HORARIO*/
/**************************************************/
.atencion-llamada{
    display: inline-block;
    margin-bottom: 15px;
    display: none;
  }
  .llamadme{
    font-size: 11px;
    display: inline-block;
    white-space: nowrap;
  }
  
  .select-css {
    text-align: right !important;
    display: inline-block;
    font-size: 12px;
    color: #444;
    padding: .4em 1.4em .3em .8em;
    width: 75px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
  }
  .select-css::-ms-expand {
    display: none;
  }
  .select-css:hover {
    border-color: #888;
  }
  .select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
  }
  .select-css option {
    font-weight:normal;
  }
  
  .input-show{
    display: inline-block;
    color: white;
  }
  .section1{
  padding-top: 85px;
  }
  /*********************************/


  /* CAROUSEL */
  
.carousel-control-prev-icon {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-next, .carousel-control-prev {
  top: 23%;
}

.tabsCarouselParent{
  position: relative;
  width: 100%;
  height: 77px;
  margin-bottom: 25px;
}
.tabsCarousel{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 100%;
}
.itemTab{
  height: 77px;
  width: 109px;
  background-color: #dfe4f0;
  border: 1px solid white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  position: relative;
  color: #000;
  z-index: 2;
}
.itemTabGreen{
  border: 1px solid #98d5d6;
}
.itemTab b{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99%;
}
.activeTab{
  background-color: #e1090a;
  border: 2px solid orange;
  border-radius: 5px;
  color: white;
}
.icTab{
  position: absolute;
  bottom: -12px;
  left: 50%;
  color: #e1090a;
  font-size: 28px;
  transform: translate(-50%, 0);
  visibility: hidden;
}
/* FIN CAROUSEL */

/*------------- CookieFirst -------------*/

div[data-cookiefirst-widget="banner"] a {
  color: #000000!important;
}

div[data-cookiefirst-widget="banner"] a[onclick="cookiefirst_show_settings();"] {
  color: #000000!important;
  font-weight: 500;
  cursor: pointer;
}

div[data-cookiefirst-widget="banner"] .cf2Lf6[data-cookiefirst-action="adjust"] {
  display: none !important;
}

div[data-cookiefirst-widget="banner"] .cf2Lf6[data-cookiefirst-action="reject"] {
  display: block !important;
}

.cf3CaA.cf3-eh{
  display: none !important;
}

.cf2MAH.cf3ItN.cf1JQt{
  display: none !important;
}

.cf2EfR{
  display: none !important;
}

div[data-cookiefirst-widget="modal"] .cf3nSz div:nth-child(1)  {
  order: 2;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

div[data-cookiefirst-widget="modal"] .cf3nSz div:nth-child(2)  {
  order: 1;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

div[data-cookiefirst-widget="modal"] .cf3nSz div:nth-child(3)  {
  order: 3;
}

div[data-cookiefirst-widget="banner"] .cf3Tgk div:nth-child(1) {
  order: 1;
}

div[data-cookiefirst-widget="banner"] .cf3Tgk div:nth-child(2) {
  order: 3;
}

div[data-cookiefirst-widget="banner"] .cf3Tgk div:nth-child(3) {
  order: 2;
}

/* ------------- Fin CookieFirst ------------- */

/* COLUMNAS BOOTSTRAP */

@media (min-width: 1400px) {

  .container {max-width: 1340px;}

}
@media (min-width: 768px) {  
  .col-md-five {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

}

