/*
 Theme Name:   IbiTheme
 Theme URI:    https://qiero.es
 Description:  Child-Theme para web Ibicerrajero.com
 Author:       estudi Qiero
 Author URI:   https://qiero.es
 Template:     Divi
 Version:      0.1
 Created:      25.04.2023
 Last Update:  
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Ibicerrajero Child-Theme by Miq
*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  border: 0;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  hyphens: auto;
}

a {
  text-decoration: none;
}

#root,
#__next {
  isolation: isolate;
}

ul,
ol {
  list-style: none;
}

.ocultar {
  display: none !important;
}

.opaco {
  opacity: 0 !important;
}

#ibi-secc-foot-lapera {
  width: 100%;
  height: auto;
  padding: 0.4em 0;
  background-color: #706a1e;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ibi-secc-foot-lapera a {
  color: #e7d991;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
}
#ibi-secc-foot-lapera a:hover {
  color: #fff;
}

h1,
h2,
h3 {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 600;
  word-break: normal;
  hyphens: none;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.2em;
}

h4,
h5,
h6 {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400;
  word-break: normal;
  hyphens: none;
  overflow-wrap: break-word;
  white-space: normal;
}

p {
  word-break: normal;
  hyphens: none;
  overflow-wrap: break-word;
  white-space: normal;
}

#main-header {
  display: none;
}

#ibi-secc-header #ibi-head-compoImagenes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#ibi-secc-header #ibi-head-compoImagenes .et_pb_column_1_2 {
  max-width: 400px;
  margin-top: -2.7em;
}
#ibi-secc-header #ibi-head-compoImagenes .et_pb_column_1_2 img {
  height: auto;
}
#ibi-secc-header #ibi-botonLlamada {
  height: auto;
  width: 300px;
  margin: auto;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e94e1b;
  border-radius: 100px;
  border: 2px solid white;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.8588235294);
  transition: all 0.2s ease-in;
}
#ibi-secc-header #ibi-botonLlamada p {
  text-align: center;
  color: white;
  letter-spacing: 0 !important;
  font-size: 20px !important;
}
#ibi-secc-header #ibi-botonLlamada:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4117647059);
}

@media screen and (min-width: 769px) {
  #ibi-secc-header #ibi-head-compoImagenes {
    flex-direction: row;
    align-items: center;
  }
  #ibi-secc-header #ibi-head-compoImagenes .et_pb_column {
    margin-right: 0;
  }
  #ibi-secc-header #ibi-head-compoImagenes .et_pb_column_1_2 {
    margin-top: 0;
    margin-left: -50px;
  }
}
#ibi-secc-reparacion {
  border: 1.2em solid #fff;
}
#ibi-secc-reparacion h2 {
  font-size: 1.8em;
}
#ibi-secc-reparacion h3 {
  font-size: 1.3em;
}
#ibi-secc-reparacion .et_pb_text_inner {
  max-width: 750px;
  margin: auto;
}
#ibi-secc-reparacion .et_pb_text_inner p {
  text-align: center;
}
#ibi-secc-reparacion #ibi-quadrePobles ul {
  margin: 1em 0 2em 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#ibi-secc-reparacion #ibi-quadrePobles ul li {
  width: 30%;
  margin: 0.3em;
  padding: 0.3em 0.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3em;
  background-color: rgba(233, 79, 27, 0.1);
  border: 2px solid grey;
  border-radius: 4px;
}
#ibi-secc-reparacion #ibi-quadrePobles ul li a {
  color: #e94e1b;
}
#ibi-secc-reparacion #ibi-quadrePobles ul li a:hover {
  color: #0B3948;
}
#ibi-secc-reparacion #ibi-quadrePobles p {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #ibi-secc-reparacion #ibi-quadrePobles ul li {
    width: 20%;
  }
}
#ibi-secc-ubicaciones {
  background-position: center;
  background-size: calc(200% - (100vw - 500px) * 2);
  border: 20px solid #e7eae8;
}
#ibi-secc-ubicaciones img {
  border-radius: 8px;
  border: 4px solid white;
}
#ibi-secc-ubicaciones a {
  color: #e94e1b;
}
#ibi-secc-ubicaciones a:hover {
  color: #0B3948;
}

@media screen and (min-width: 980px) {
  #ibi-secc-ubicaciones {
    background-size: 70%;
  }
}
#ibi-secc-iconos .ibi-row-iconos {
  display: flex;
  justify-content: center;
}
#ibi-secc-iconos .ibi-row-iconos .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#ibi-secc-iconos .ibi-row-iconos .et_pb_column div:first-child {
  margin-bottom: 1.5em;
}
#ibi-secc-iconos .ibi-row-iconos .et_pb_column img {
  width: 110px;
  height: 110px;
  display: block;
}
#ibi-secc-iconos .ibi-row-iconos .et_pb_column h5 {
  font-weight: 300;
  text-transform: none;
  font-size: 20px;
  color: #fff !important;
  line-height: 1.2em;
}

#ibi-secc-quienesSomos img {
  width: 100%;
  max-width: 350px;
  border-radius: 14px;
  border: 4px #0B3948 solid;
}
#ibi-secc-quienesSomos p {
  padding-right: 4em;
  line-height: 1.7em;
}

#ibi-secc-form {
  background-image: linear-gradient(180deg, #d8d8d8 0%, #ffffff 14%, #ffffff 37%, #000000 37%, rgb(11, 57, 72) 41%, #0b3948 100%) !important;
}
#ibi-secc-form .et_pb_column_1_3 {
  margin-bottom: 1%;
}
#ibi-secc-form .et_pb_column_1_3 .et_pb_module {
  margin-bottom: 1%;
}
#ibi-secc-form .et_pb_column_1_3 h3 {
  text-align: center;
}
#ibi-secc-form .et_pb_column_1_3 .et_pb_image {
  max-width: 300px;
  margin: auto;
}
#ibi-secc-form .et_pb_column_2_3 {
  padding-top: 7em;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_module {
  margin: 10% 0 0;
}
#ibi-secc-form .et_pb_column_2_3 h3 {
  text-align: center;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code {
  margin: 0;
  max-width: 450px;
  margin: auto;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code p {
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code input,
#ibi-secc-form .et_pb_column_2_3 .et_pb_code textarea,
#ibi-secc-form .et_pb_column_2_3 .et_pb_code select {
  background-color: #0B3948;
  border: 0;
  border-bottom: 1px solid #fff;
  height: 1.7em;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code textarea {
  background-color: #0B3948;
  border: 0;
  border-bottom: 1px solid #fff;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .wpcf7-text,
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .wpcf7-textarea {
  color: #fff;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .ibi-form-field label {
  width: 100%;
  height: 4em;
  padding: 1em 0;
  display: flex;
  justify-content: flex-end;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .ibi-form-field label span {
  width: 100%;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .ibi-form-field label span input {
  width: 100%;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .ibi-form-message label {
  width: 100%;
  height: 180px;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .ibi-form-message label .wpcf7-textarea {
  height: 100%;
  width: 100%;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .ibi-form-checkbox p .wpcf7-list-item {
  width: 100%;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .ibi-form-checkbox p label {
  position: relative;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .ibi-form-checkbox p label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .ibi-form-checkbox p label span {
  margin: 0 1em 0 0.5em;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .ibi-form-button p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .ibi-form-button p .wpcf7-submit {
  background-color: #e94e1b;
  width: 12em;
  height: 50px;
  border: 0;
  border-radius: 100px;
  color: white;
  cursor: pointer;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .wpcf7-response-output {
  color: #fff;
}
#ibi-secc-form .et_pb_column_2_3 .et_pb_code .wpcf7-not-valid-tip {
  text-align: end;
  margin-top: 0.5em;
  font-size: 0.8em;
}

@media screen and (min-width: 979px) {
  #ibi-secc-form {
    background-image: linear-gradient(90deg, #d8d8d8 0%, #ffffff 14%, #ffffff 37%, #000000 37%, rgb(11, 57, 72) 41%, #0b3948 100%) !important;
  }
  #ibi-secc-form .et_pb_column_2_3 {
    padding-top: 0;
  }
  #ibi-secc-form .et_pb_column_2_3 h3 {
    text-align: left;
  }
  #ibi-secc-form .et_pb_column_2_3 .ibi-form-field label span {
    margin-left: 1em;
  }
  #ibi-secc-form .et_pb_column_2_3 .et_pb_module {
    margin: 0 10%;
  }
}
#ibi-secc-footer {
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e94e1b;
  color: #fff;
}
#ibi-secc-footer ul {
  display: flex;
  color: #0B3948;
}
#ibi-secc-footer ul li {
  padding: 0 0.4em;
}
#ibi-secc-footer ul li a {
  color: #fff;
}

.cky-btn-revisit-wrapper {
  background-color: #0B3948 !important;
}

.paginas-legales .texto-cajones {
  font-weight: 400;
}
.paginas-legales ol {
  padding-left: 1em;
}
.paginas-legales ol li {
  font-weight: 400;
}
