/*********************/
/*
/* GLOBAL
/*
/*********************/

/*********************/
/*
/* MENU
/*
/*********************/

nav #menu ul a,
nav #menu ul a:hover {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-decoration: none;
}

nav #menu ul li:hover {
	opacity: 0.5;
}

/*********************/
/*
/* ENCABEZADO
/*
/*********************/
section.home {
  position: relative;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  overflow: hidden;
  min-height: 360px;
}

section.home.noSlider {
  padding: 30px 0;
  display: table;
}
section.home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  top: 0;
  left: 0
}
section.home .overlay.al0 {
  background: rgba(0,0,0,0);
}
section.home .overlay.al25 {
  background: rgba(0,0,0,0.25);
}
section.home .overlay.al50 {
  background: rgba(0,0,0,0.50);
}
section.home .overlay.al75 {
  background: rgba(0,0,0,0.75);
}

section.home .swiper-container .swiper-slide {
  display: table;
  padding: 30px 0;
}

section.home .texto {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
section.home .texto h1 {
	font-size: 34pt;
	line-height: 38pt;
	font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0 auto 10px;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
section.home .texto h3 {
	font-size: 16pt;
	line-height: 18pt;
	font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0 auto;
	font-weight: 400;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

section.home .texto .botonVerSitio {
  position: relative;
  margin-top: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  padding-top: 12px;
  width: 50px;
  height: 50px;
  font-size:20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  color:#ffffff;
  border:2px solid #ffffff;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.home .texto .botonVerSitio:hover {
  color:#1d1d1d;
  background: #FFFFFF;
}

/***********************/
/*
/* SERVICIOS
/*
/***********************/

span.servicio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 10px;
  padding:10px;
  border:1px solid #dddddd;
  border-radius:3px;
  -webkit-border-radius:3px;
  font-size:11pt;
}

span.servicio .icono {
  font-size:11pt;
  vertical-align: middle;
  margin-right:5px;
  color:#313131;
}

/***********************/
/*
/* HIGHLIGHTS
/*
/***********************/

section.highlights {
  position: relative;
  text-align: center;
  padding:10px;
  background:#f5f5f5;
}
section.highlights .wrapper {
  margin: 0 auto;
}
section.highlights .tabla {
  position: relative;
  margin-top: -100px;
  z-index: 10;
  background: #ffffff;
  border-radius: 3px;
  display: table;
  padding: 10px;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25);
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}
section.highlights .tabla .celda {
  display: table-cell;
  padding: 20px;
  text-align: left;
  color: #313131;
}
section.highlights .tabla .celda h3 {
  margin: 15px 0;
  font-size: 1.25rem;
  font-weight: 600;
}


/************************/
/*
/* BOTONES COMPARTIR
/*
/************************/

.fb-button {
  position: relative;
  display: inline-table;
  vertical-align: top;
  margin-right: 10px;
  line-height: 1;
}
.gplus-button {
  position: relative;
  display: inline-table;
  vertical-align: top;
  margin-right: 10px;
  line-height: 1;
}
.twitter-button {
  position: relative;
  display: inline-table;
  vertical-align: top;
  line-height: 1;
}
.whatsapp-button {
  position: relative;
  display: inline-table;
  vertical-align: top;
  color:#ffffff;
  font:8pt/8pt 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  background:#1BD741;
  padding:1px 3px;
  border-radius: 3px;
  -webkit-border-radius:3px;
}
.whatsapp-button a {
  color: #ffffff;
  vertical-align: middle;
  line-height: 18px;
}

/************************/
/*
/* BOTON WHATSAPP FLOTANTE DESKTOP
/*
/************************/

.actionsDesktop {
  display: none;
}

@media (min-width: 769px) {

  a.actionsDesktop {
    text-decoration: none;
  }

  .actionsDesktop {
    display: flex;
    background: #0dc152;
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    cursor: pointer;
    user-select: none;
    line-height: 1;
    overflow: hidden;
    right: 20px;
    bottom: 30px;
    border-radius: 100px;
    transition: all 0.5s ease-out;
    }

    .actionsDesktop:hover {
    background: #0bab49;
    }

    .actionsDesktop .whatsapp-text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    padding: 15px 15px 15px 20px;
    font-family: 'Source Sans Pro', sans-serif;
    vertical-align: sub;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    }

    .actionsDesktop .whatsapp-icon {
    position: relative;
    z-index: 2;
    padding: 10px 12px;
    border-radius: 0 15px 0 0;
    background: rgba(0,0,0,.05);
    color: #fff;
    float: right;
    width: auto;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    }
}

/************************/
/*
/* GALERIA
/*
/************************/

section.galeria {
  background: #313131;
  padding:40px 20px;
  text-align: center;
}
section.galeria .fotito {
  vertical-align: top;
  outline: none;
  position: relative;
  width: calc(25% - 30px);
  -moz-width: calc(25% - 30px);
  margin:0 10px 20px;
  text-decoration: none;
  display: inline-block;
}
section.galeria .imagen {
  position: relative;
  width:100%;
  padding: 0;
  display: inline-table;
  height: 200px;
  vertical-align: top
}
section.galeria .imagen .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  opacity: 0;
  display: table;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.galeria .imagen .hover .i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24pt;
  color:#ffffff;
}

section.galeria .imagen:hover .hover {
  opacity: 1;
}

section.galeria .galeriaMobileContainer{
  display: none;
}
section.galeria .galeriaMobile {
  position: relative;
  width: 100%;
  height: 400px;
}
section.galeria .galeriaMobile .slide {
  position: relative;
  width: 100%;
  height: 400px;
}

section.galeria .galeriaMobileLink {
  position:absolute;
  top: 0;
  left: 0;
  display: block;
  width:100%;
  height: 100%;
}

section.galeria .swiper-container {
  height: 320px;
}

section.galeria .swiper-container .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
}

.swiper-button-prev span,
.swiper-button-next span {
  color: #ffffff;
  font-size: 44px;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}


/************************/
/*
/* CONTACTO TEMPLATES NEW BALD Y MODERN
/*
/************************/

.contact {
  display: inline-grid;
  padding-bottom: 1.5rem;
}

  .contact__input {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0 0;
    border: 1px solid;
    border-color: var(--c-white);
    font-size: 10pt;
    line-height: 10pt;
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  .contact__textarea {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    margin: 10px 0 0 0;
    border: 1px solid;
    border-color: var(--c-white);
    font-size: 10pt;
    line-height: 10pt;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    resize: none;
  }

  .contact__button {
    background-color: transparent;
    border: 2px solid;
    margin-top: 10px;
    border-color: var(--c-white);
    padding: 6px;
    font-size: 1rem;
    color: var(--c-white);
    cursor: pointer;
    transition: all 0.5s ease;
  }
    .contact__button:hover {
      background-color: var(--c-white);
      color: var(--c-primary);
    }

/************************/
/*
/* CONTACTO
/*
/************************/

section.contacto {
	padding:30px 20px;
	color:#231f20;
	font-size: 12pt;
	line-height: 18pt;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

section.contacto h2 {
  font-size: 22pt;
  line-height: 22pt;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin:0 0 10px;
}

section.contacto input {
  padding: 10px;
  width:100%;
  margin:0 0 10px;
  border: 1px solid #d1d3d4;
  font-size: 10pt;
  line-height: 10pt;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
  height: 38px;
}

section.contacto .table {
  background: none;
  margin-bottom: 0;
}

.MinisitioCaptcha {
	position: relative;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #d1d3d4;
	border-radius:3px;
	-webkit-border-radius:3px;
}

.MinisitioCaptcha img {
	display: block;
}

#formContactoCaptcha {
	box-sizing: border-box;
	margin-left: 10px;
	width:calc(100% - 10px) !important;
	-moz-width:calc(100% - 10px) !important;
}

section.contacto input.bcontacto {
	padding: 20px 10px;
	width: 100%;
	max-width: 250px;
	margin: 0 0 10px;
	border-radius: 3px;
	font-size: 12pt;
	line-height: 12pt;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	background: none;
  cursor: pointer;
  height: inherit;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

section.contacto textarea {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	height: 150px;
	margin: 0 0 10px;
	border: 1px solid #d1d3d4;
	font-size: 10pt;
	line-height: 10pt;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	resize: none;
}

section.contacto .contacto_form{
	margin-top: 15px;
}

section.contacto input::-webkit-input-placeholder { color: #979797; }
section.contacto input:-moz-placeholder { color: #979797; }
section.contacto input::-moz-placeholder { color: #979797; }
section.contacto input:-ms-input-placeholder { color: #979797; }
section.contacto textarea::-webkit-input-placeholder { color: #979797; }
section.contacto textarea:-moz-placeholder { color: #979797; }
section.contacto textarea::-moz-placeholder { color: #979797; }
section.contacto textarea:-ms-input-placeholder { color: #979797; }

section.contacto svg.iconoChico {
	width: 20px;
   height: 20px;
   vertical-align: middle;
   margin: 10px 10px 10px 0;
}

section.contacto p.ir_arriba_p {
  text-align: right;
}

section.contacto p.ir_arriba_p #ir_arriba {
  position: relative;
  text-align:right;
  margin:10px;
  display:inline-table;
  cursor:pointer;
  vertical-align: middle;
}

section.contacto .icono_circular_grande {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	background: none;
	box-sizing: border-box;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	margin-bottom: 10px;
}
section.contacto .icono_circular_grande span{
	display: block;
	margin-top: 15px;
	font-size: 26px;
	width: 100%;
	height: 30px;
	text-align: center;
}

#resp_contacto {
  position: relative;
  width: 100%;
  display: none;
}

#resp_contacto h2 {
  font-size:10pt;
  line-height: 14pt;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin:0 auto 5px;
  font-weight: 700
}
#resp_contacto .mensaje {
  position:relative;
  padding:20px 10px;
  border-radius: 3px;
  color:#313131;
  font-size:10pt;
  line-height: 14pt;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: center
}
.mensaje.success {
  background: #31AF36;
}
.mensaje.alerta {
  background: red;
  border: 1px solid #FFEBCE
}

/************************/
/*
/* LOGOS
/*
/************************/

.containerpage {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px; }
  @media (max-width: 768px) {
    .containerpage {
      padding: 0px 0px; } }

.content__title {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #000;
  text-align: left;
  margin-bottom: 15px;
}
  .content__title--gallery {
    font-size: 1.5rem !important;
    text-align: left !important;
    margin-top: 0rem;
    font-weight: 400;
    margin-bottom: 5px !important;
    padding:0 20px;
  }
  .title-gallery__wrapper{
    display:flex;
    justify-content:center;
  }
    .content__title--gallery::after {
      margin: 0;
    }
  .content__title::after {
    content: '';
    border-top: 2px solid;
    border-color: var(--c-primary);
    width: 35px;
    display: block;
    margin-top: 0px;
  }

.galleryLogos {
  width: 100%;
  background-color: #dedede;
  padding: 20px 0px 10px 0px !important;
  background-size: 22px 22px;
}

  .galleryLogos__pagination .swiper-button-prev span, .swiper-button-next span {
    font-size: 35px !important;
    color: var(--c-dark-grey) !important;
    text-shadow: 0 0 0px rgba(0,0,0,0.0) !important;
  }

  .galleryLogos__pagination .swiper-button-next span, .swiper-button-prev span  {
      font-size: 35px !important;
      color: var(--c-dark-grey) !important;
      text-shadow: 0 0 0px rgba(0,0,0,0.0) !important;
    }

  .galleryLogos__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .galleryLogos .swiper-container {
    width: 100%;
    height: 150px;
    padding: 0px 30px !important;
  }

  @media (max-width: 1200px) {
    .galleryLogos .swiper-container {
      height: 145px;
    }
  }

  @media (max-width: 920px) {
    .galleryLogos .swiper-container {
      height: 150px;
    }
  }

    @media (max-width: 576px) {
      .galleryLogos .swiper-container {
        height: 160px;
      }
    }

    @media (max-width: 480px) {
      .galleryLogos .swiper-container {
        height: 135px;
      }
    }

    @media (max-width: 375px) {
      .galleryLogos .swiper-container {
        height: 135px;
      }
    }

  .galleryLogos .swiper-wrapper {
    box-sizing: border-box;
    padding: 20px 0px;
    display: flex;
  }

  .galleryLogos .swiper-slide div {
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 150px;
    margin: auto;
    transition: all 0.4s ease-out;
  }

  .galleryLogos .swiper-slide div:hover {
    filter: grayscale(1);
  }

  .galleryLogos .swiper-slide:last-child {
    margin-right: 0px !important;
  }

  .galleryLogos .swiper-button-next:after, .galleryLogos .swiper-button-prev:after {
    display: none !important;
  }
  .galleryLogos .swiper-button-prev {
    left: 5px;
    right: auto;
  }
  .galleryLogos .swiper-button-next {
    right: -5px;
    left: auto;
    text-align: inherit !important;
  }
  .galleryLogos .swiper-pagination {
    bottom: -3px !important;
  }

  .galleryLogos .swiper-pagination-bullet {
    box-shadow: 0 0 0px 0 rgba(0,0,0,0.0) !important;
  }

/************************/
/*
/* FOOTER
/*
/************************/

footer {
  position: relative;
  background: #313131;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  padding: 15px;
  font-weight: 300;
}
footer .table {
	position: relative;
	display: table;
}
footer .row {
	position: relative;
	display: table-row;
}
footer .cell {
	position: relative;
	display: table-cell;
}
footer img {
  vertical-align:top;
  margin:0 2px 0 0;
}
footer a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-transform: uppercase;
  line-height: 18px;
}
footer a:hover {
  color: #ffffff;
  opacity: 0.5;
}



@media screen and (max-width: 992px){
  section.galeria .imagen {
    height: 100px;
  }
}


@media screen and (max-width: 768px){

  nav #menu ul li:hover {
    opacity: 1;
  }

  section.home .texto h1 {
		font-size: 22pt;
		line-height: 24pt;
	}
	section.home .texto h3 {
		font-size: 14pt;
		line-height: 16pt;
  }

  section.galeria .imagen {
    height: 160px;
  }

  section.galeria .fotito {
    width: calc(50% - 30px);
    -moz-width: calc(50% - 30px);
  }

}

@media screen and (max-width: 575px){

  section.galeria {
    padding: 0 !important;
  }

  section.galeria .imagen {
    display: none !important;
  }

  section.galeria .col-sm-6 {
    margin-bottom: 0 !important;
  }

  section.galeria .fotito {
    display: none !important;
  }

  section.galeria .galeriaMobileContainer {
    display: block !important;
  }

  section.contacto input.bcontacto {
    max-width: 100% !important;
  }

  footer {
    padding-bottom: 70px;
  }

}

/************************/
/*
/* MODAL
/*
/************************/

.modalwr {
  display: flex;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.55);
  overflow: auto;
  visibility: hidden;
}

.modalwr.active {
  visibility: visible;
}

.modalwr__inner {
  padding: 35px;
  background-color: #fff;
  border-radius: 6px;
  width: 90%;
  max-width: 700px;
  position: relative;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
}

.modalwr__title {
  font-size: 22px;
  font-weight: 500;
  color: #2f2f2f;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 0.4rem;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
}

.modalwr__title .fas {
  font-size: 26px;
  margin-right: 4px;
  color: #d10052;
}

.modalwr__text {
  font-size: 16px;
  font-weight: 400;
  color: #2f2f2f;
  margin-bottom: 24px;
}

.modalwr__innertext {
  margin-top: 24px;
  overflow: auto;
}

.modalwr__innertext::-webkit-scrollbar {
  width: .5625rem;
  height: .5rem;
}

.modalwr__innertext::-webkit-scrollbar-thumb {
  border-radius: .25rem;
  background: #707070;
}

.modalwr__innertext::-webkit-scrollbar-track {
  border-radius: .25rem;
  background: #e0e0e0;
}


.modalwr__textsmall {
  font-size: 14px;
  margin-bottom: 0rem;
  max-height: 460px;
  line-height: 18px;
  padding-right: 15px;
  color: #2f2f2f;
}

.modalwr__textsmall ul {
  list-style: inside !important;
  margin-bottom: 10px !important;
}

.modalwr__form {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  padding-bottom: 0rem !important;
}

.modalwr__form .alerta-error{
  color: #CC0000;
}

.modalwr__form__rowfull {
  grid-column: 1 / span 2;
}

.modalwr__form__rowfull .contact__button, .modalwr__form__rowfull .bcontacto {
  background-color: #d10052 !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 10px !important;
}



.modalwr__form__rowfull .contact__button:hover, .modalwr__form__rowfull .bcontacto:hover {
  background-color: #ff0066 !important;
}

.modalwr__form__rowfull:last-child {
  margin-left: auto;
}

.modalwr__close {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 25px;
  cursor: pointer;
  color: #909090;
}

.modalwr__closebutton {
  display: none;
  cursor: pointer;
  margin: 0;
}

@media (max-width: 640px) {
  .modalwr {
    display: block;
  }

  .modalwr__inner {
    margin: 20px auto;
    padding: 35px 20px;
  }

  .modalwr__innertext {
    overflow: hidden;
  }

  .modalwr__form__row.fullmobile {
    grid-column: 1 / span 2;
  }

  .modalwr__title {
    font-size: 18px;
  }

  .modalwr__title .fas {
    font-size: 24px;
  }

  .modalwr__close {
    top: 15px;
    right: 15px;
    font-size: 22px;
  }

  .modalwr__closebutton {
    display: flex;
    font-size: 16px;
    cursor: pointer;
    color: #909090;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }

  .modalwr__text {
    font-size: 15px;
  }

  .modalwr__textsmall {
    font-size: 13px;
    max-height: none;
    padding-right: 0px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

}


/************************/
/*
/* BOTON CANCELACION
/*
/************************/

.btn-cancelacion-reserva {
  margin-top: 10px;
  padding: 5px 0px;
  width: fit-content;
  font-size: 16px;
  cursor: pointer;
  transition: all 450ms ease;
  text-decoration: underline;
  text-transform: uppercase;
}

.btn-cancelacion-reserva:hover {
  opacity: 0.70;
}

.btn-cancelacion-reserva .fas {
  margin-right: 6px;
}


/************************/
/*
/* BOTON ESPECIAL
/*
/************************/

.btn-infoespecial {
  padding: 12px 20px 12px 10px;
  border-radius: 10px 0px 0px 10px;
  position: fixed;
  background-color: #ef0054;
  bottom: 25%;
  right: 0px;
  z-index: 10000;
  font-size: 15px;
  color: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 0.35);
  cursor: pointer;
  transition: all 450ms ease;
}

.btn-infoespecial .fas {
  margin-right: 6px;
}

.btn-infoespecial:hover {
  background-color: #ad003d;
}

@media (max-width: 640px) {
  .btn-infoespecial {
    font-size: 13px;
    padding: 7px 20px 7px 10px;
    position: fixed;
    background-color: #ef0054;
    bottom: 14%;
    z-index: 100;
  }

  .btn-cancelacion-reserva {
    margin-top: 10px;
  }
}

/************************/
/*
/* SERVICIOS WR
/*
/************************/

.servicios-wr {
  padding: 12px 15px;
  border-radius: 20px;
  border: 1px solid #cacaca;
  margin: 20px 0px;
  width: fit-content;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.servicios-wr__overflow {
  display: flex;
  align-items: center;
}

.servicios-wr__overflow__carousel {
  display: flex;
  align-items: center;
}

.servicios-wr__item {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding-right: 10px;
  width: fit-content;
}

.servicios-wr__item:last-child {
  padding-right: 0px;
}

.servicios-wr__item__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #cacaca;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.servicios-wr__item__icon .fas {
  font-size: 18px;
  color: #333;
}

.servicios-wr__icon__efectivo {
  background-image: url(../images/icon-efectivo.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 18px;
  height: 18px;
  width: 18px;
  background-size: cover;
}

.servicios-wr__item__icon img {
  max-height: 18px;
  width: auto;
}


.servicios-wr__item__text {
  display: none;
}

.servicios-wr__title {
  font-size: 17px;
  font-weight: 500;
  color: #ec654a;
  margin: 0 15px 0 0;
}

.servicios-wr__item__icon .servicios-wr__item__tooltip {
  visibility: hidden;
  position: absolute;
  font-size: 14px;
  width: max-content;
  background-color: #6b6b6b;
  color: #fff;
  text-align: center;
  padding: 7px 9px;
  border-radius: 6px;
  z-index: 1;
  bottom: 135%;
  opacity: 0;
  transition: opacity .6s;
  line-height: 1.2;
}


.servicios-wr__item__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #6b6b6b transparent transparent transparent;
}

.servicios-wr__item__icon:hover .servicios-wr__item__tooltip {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 640px) {

  .servicios-wr {
    padding: 9px 15px;
    max-width: 100%;
    overflow: hidden;
  }

  .servicios-wr__item__text {
      display: block;
      font-size: 15px;
      color: #333;
      font-weight: 500;
      margin-left: 6px;
  }

  .servicios-wr__item {
      margin-right: 0;
      padding-right: 15px;
      width: 100vw;
  }

  .servicios-wr__overflow {
    overflow: hidden;
    position: relative;
  }

  .servicios-wr__overflow__carousel {
    padding: 3px 0px;
  }
}

@media (max-width: 480px) {
  .servicios-wr__item {
    margin-right: 0;
    padding-right: 15px;
    width: 60vw;
}
}

/**
 * QR AFIP
 */
.afip__qr {
  margin-top: 0.6rem;
}
.afip__qr img {
  width: 40px;
}
.afip__qr a {
  border: none !important
}


.form__motivo{
	display:flex !important;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#495057;
  }

  .form__motivo label:first-of-type{
  width: 100%;
  color: white;
  }

  .form__motivo .form-control{
  display:flex;
	align-items: center;
	border:none;
	width: calc(50% - 0.5rem);
	gap: 5px;
	font-size: 10pt;
    color: var(--servicios_color_titulo);
  }

  .form__motivo .form-control input{
  margin:2px;
	height: 15px;
	width: 15px;
  }



  /* ARREGLAR CALENDARIO */
  .ui-datepicker-header span.ui-icon {
    background-image: url(../images/arrow-calendar.png);
    background-size: 16px 16px;
    background-position: center;
    background-color: transparent;
}

span.ui-icon.ui-icon-circle-triangle-w {
    transform: rotate(180deg);
}



/* MENSAJE CONTACTO */
@keyframes animarRespuesta {
  0% {
      opacity:0;
  }

  100% {
    opacity: 1;
  }
}

.mensaje.success{
  background-color:#31AF36;
  display:flex;
  gap:10px;
  margin-bottom:20px;
  -webkit-animation: animarRespuesta .5s ease-in-out 0.7s backwards !important;
    animation: animarRespuesta .75s ease-in-out 0.7s backwards !important;
    border:none !important;
}

.mensaje.success div{
  text-align:left !important;
  color:white !important;
}

.mensaje.success h4{
  font-weight:bold;
}
