/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


.RRHH-title {
  font: normal normal bold 34px/32px Montserrat;
  letter-spacing: 0px;
  color: #822124;
  margin-bottom: 20px !important;
}

.RRHH-subtitletitle {
  font: normal normal normal 18px/28px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  max-width: 438px;
}

#container-formulario-recursos-humanos>div {
  box-shadow: 0px 3px 6px #00000029;
}

#formulario-recursos-humanos .boton-container-formRRHH>p {
  display: flex;
  flex-direction: column;
}

#formulario-recursos-humanos form>div.boton-container-formRRHH>p>input {
  height: 60px;
}

#formulario-recursos-humanos form>div.boton-container-formRRHH>p>span {
  margin-inline: auto;
  /* top: 5px; */
}

.container-cv-rrhh {
  border: 1px solid #ACACAC;
  border-radius: 20px;
  height: 51px;
}

.file-label-cv-rrhh {
  font: normal normal 600 18px/36px Montserrat;
  bottom: -8px;
  position: relative;
  left: 20px;
  margin: 0;
}

.boton-container-formRRHH {
  margin-top: 2rem;
}

#formulario-recursos-humanos form>div.field-wrapper.container-cv-rrhh>p>span {
  top: -16px;
  left: 9px;
}

#formulario-recursos-humanos form textarea {
  height: 153px !important;
  resize: none;
}

#formulario-recursos-humano form .boton-container-formRRHH>p.input-focused>input {
  color: white !important;
}

.formulario-recursos-humanos input.boton-formRRHH:focus {
  color: white !important;
}


.formulario-recursos-humanos .boton-container-formRRHH input:focus {
  color: white !important;
}

#formulario-recursos-humanos {
  margin-bottom: 0;
}

#formulario-recursos-humanos form>div.field-wrapper.container-cv-rrhh>p>span>span {
  margin-top: 30px;
}

#formulario-recursos-humanos form>div:nth-child(-n+4)>div>p>span>span {
  font-size: 14px;
  text-align: center;
}
  /*
#formulario-recursos-humanos form>div.field-wrapper.input-contain-formRRHH>p>span>span,
#formulario-recursos-humanos form>div:nth-child(6)>p>span>span {
  margin-left: 20px;
  font-size: 15px;
} */

#formulario-recursos-humanos form>div.wpcf7-response-output {
  text-align: center;
  margin-top: 1px;
}

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

  /* #container-formulario-recursos-humanos{
                        padding-inline: 30px !important;
                    } */

  .RRHH-title {
    font: normal normal bold 24px/29px Montserrat;
    margin-bottom: 12px !important;
  }

  .RRHH-subtitletitle {
    font: normal normal normal 16px/26px Montserrat;
    text-wrap-style: balance;
    margin-bottom: -10px !important;
  }

  #formulario-recursos-humanos form>div>div>p>span>input {
    font-size: 17px;
    height: 47px;
  }

  #formulario-recursos-humanos form>div.field-wrapper.container-cv-rrhh>p>label {
    font-size: 17px;
  }

  #formulario-recursos-humanos form>div:nth-child(6)>p>span>textarea {
    padding-inline: 29px;
  }


}


@media (min-width: 715px) and (max-width: 1000px) {

  #seccion-RRHH {
    margin-bottom: 12rem !important;
    margin-top: 50px !important;

  }

  .RRHH-subtitletitle {
    max-width: -webkit-fill-available;
  }

  #seccion-RRHH>div>div {
    display: flex;
    flex-direction: column;
  }

  #seccion-RRHH>div>div>div {
    width: auto;
  }
}

@media (min-width: 715px) and (max-width: 800px) {

  #seccion-RRHH>div {
    padding-inline: 60px !important;
  }

}

/* ------------------------formulario RRHH ACTUALIZACION-------------------------------------------- */

/* --- Select2 para RRHH --- */
#formulario-recursos-humanos .select2-container { width: 100% !important; }

#formulario-recursos-humanos .select2-selection--single {
  height: 51px; /* combina con tus inputs */
  border-radius: 20px;
  border: 1px solid #ACACAC;
  padding: 6px 12px;
	text-align: left;
}

#formulario-recursos-humanos .select2-selection__rendered { line-height: 36px; }
#formulario-recursos-humanos .select2-selection__arrow { height: 51px; margin-right: 5px; }

/* Scroll interno del dropdown */
#formulario-recursos-humanos .select2-dropdown { z-index: 99999; }
#formulario-recursos-humanos .select2-results__options {
  max-height: 260px;   /* alto visible */
  overflow-y: auto;    /* scroll solo dentro del dropdown */
}

/* Placeholder grisecito como el resto */
#formulario-recursos-humanos .select2-selection__placeholder { color: rgb(103, 103, 103); }

#formulario-recursos-humanos .select2-selection__placeholder{
	 /*    bottom: 6px;
    position: relative;- */
	font-size: 17px;
}

@media only screen and (min-width: 900px) {
	#formulario-recursos-humanos .select2-selection__placeholder {
    font-size: 14px;
}
}
/* ------------------------formulario flotante-------------------------------------------- */
.floatForm-tht>p {
  display: none !important;
}


/* .floatForm-tht > div > div > form{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 29px;
    text-align: left;
  } */

/* .floatForm-tht form{
    right: 5.5rem;
    position: relative;
    padding-inline: 25px;
    width: fit-content;
    padding-top: 35px;
  } */

body>div.floatForm-tht>div {
  background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 29px;
  right: 1.5rem;
  padding-top: 35px;
  padding-inline: 25px;
  width: fit-content;
}

.floatForm-tht .title-bubbleForm {
  background: #ffffff00 !important;
  padding: 0 !important;
  font: normal normal normal 16px / 17px Montserrat;
  letter-spacing: 0px;
  color: #822124;
  text-align: left;
  margin-bottom: 5px !important;
}

.floatForm-tht .subtitle-title-bubbleForm {
  font: normal normal bold 16px/17px Montserrat;
  letter-spacing: 0px;
  color: #822124;
  text-align: left;
  margin: 0 !important;
  margin-bottom: 7px !important;
}

.container-title-bubbleForm {
  border-bottom: 1px solid #70707045;
}

.campo-contenedor {
  margin-bottom: 0 !important;
}

.floatForm-tht form>div>p {
  padding: 0 !important;
  background: rgba(255, 255, 255, 0) !important;
}

.floatForm-tht p {
  background: rgba(255, 255, 255, 0);
}

.floatForm-tht form>div>p>span>input {
  font: normal normal 500 14px/15px Montserrat;
  letter-spacing: 0px;
  color: #cecece !important;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border-radius: 10px !important;
  box-shadow: none !important;
}

.floatForm-tht form>div>p>span>input:focus {
  color: black !important;
}

.floatForm-tht form>div:nth-child(4)>p>span>input,
.floatForm-tht form>div:nth-child(3)>p>span>input {
  width: 299px;
  height: 52px;
  margin-bottom: 20px;
}

.floatForm-tht form .bubble-textarea-container textarea {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border-radius: 10px;
  width: 299px;
  height: 155px;
  font: normal normal 500 14px/15px Montserrat;
  letter-spacing: 0px;
  color: #CECECE;
  margin-bottom: 20px;
}

.floatForm-tht form .bubble-textarea-container textarea:focus {
  color: black;
}

.bubble-container-button {
  width: fit-content;
  height: fit-content;
  margin-bottom: 0;
}

.btn-formBubble {
  border-radius: 15px;
  background: #822124 0% 0% no-repeat padding-box;
  border: none !important;
  font: normal normal bold 18px/20px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 299px;
  height: 50px;
  border: none !important;
}

.floatForm-tht .bubble-container-button>p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.floatForm-tht form>div>p>span>span {
  line-height: 25px;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 15px;
}

.floatForm-tht form>div.wpcf7-response-output {
  font-size: 12px;
  margin-top: 0;
  line-height: 22px;
  text-align: center;
}


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

  .floatForm-tht form>div:nth-child(4)>p>span>input,
  .floatForm-tht form>div:nth-child(3)>p>span>input,
  .btn-formBubble {
    width: 280px;
    height: 40px;
  }

  .floatForm-tht form .bubble-textarea-container textarea {
    width: 280px;
    height: 140px;
  }

  body>div.floatForm-tht>div {
    right: 0.5rem;
    padding-top: 30px;
    padding-inline: 15px;
  }

  body>div.floatForm-tht>div {
    right: 1rem;
    bottom: 32px;
  }

}



/* ------------------------formulario flotante fin--------------------------------- */


/* mapas */


#mapa {
  width: 100%;
  height: 600px;
  margin: 20px auto;
  margin-bottom: 0px;
}

.select-mapa-2 {
  margin: 10px;
  padding: 5px;
}

#info-zona,
#info-dia {
  text-align: left;
  margin: 20px auto;
  width: 50%;
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  display: none;
}

.zona-item {
  font-weight: bold;
  padding: 5px 0;
}

#fila_mapa>div>div>div {

  padding-inline: 0px;
}

#fila_mapa .wpb_raw_code {
  margin-bottom: 0px !important;
}

#fila_mapa>div>div>div>div>div>div:nth-child(2)>div>div>label:nth-child(1) {
  display: none;
}

#fila_mapa>div>div>div>div>div>div:nth-child(2)>div>div>label:nth-child(3) {
  display: none;
}

select#zonas,
select#dias {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select#zonas:focus,
select#dias:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#info-zona h3,
#info-dia h3 {
  font-size: 18px;
}

#info-zona p,
#info-dia p {
  font-size: 16px;
  margin-bottom: 5px;
}


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

  #info-zona,
  #info-dia {

    width: 100%;

  }
}




/* END mapas */



.lqd-post-cover {
  display: none !important;
}

.entry-content img {
  margin-block: 35px;
}