/*------------------------------------------------------------------
[Commons]
*/
.altura-parallax {
  padding: 100px 0px;
}

.padre-centra-hijo, .cb-map__wrapper .cb-map__canvas .cb-map .ol-zoom .ol-zoom-in, .cb-map__wrapper .cb-map__canvas .cb-map .ol-zoom .ol-zoom-out {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------------------------------------------
[ custom checkbox ]
*/
.custom-checkbox {
  cursor: pointer;
  line-height: 1.2em;
}
.custom-checkbox a {
  text-decoration: underline;
  padding-left: 5px;
}
.custom-checkbox .wpcf7-form-control-wrap {
  overflow: hidden;
  line-height: 1.2em;
}
.custom-checkbox .wpcf7-form-control {
  width: 20px;
  float: left;
  margin-right: 5px;
}
.custom-checkbox .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  display: none;
}
.custom-checkbox .wpcf7-list-item {
  position: relative;
  z-index: 1;
  margin: 0px;
}
.custom-checkbox .wpcf7-list-item input {
  width: 20px;
  height: 20px;
  overflow: hidden;
  opacity: 0;
  position: relative;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.custom-checkbox .wpcf7-list-item:before {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  line-height: 100%;
  text-align: center;
}
.custom-checkbox .wpcf7-list-item.checked:before {
  content: "\f14a";
}

/*------------------------------------------------------------------
[ classes utilities ]
*/
.size-1x1 {
  padding-top: 100%;
}

.size-16x9 {
  padding-top: 56.25%;
}

.size-4x3 {
  padding-top: 75%;
}

.line-height-100 {
  line-height: 100%;
}

.line-height-110 {
  line-height: 110%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-130 {
  line-height: 130%;
}

/*------------------------------------------------------------------
[ custom tab content ]
*/
.cb-tab-content__nav .cb-tab-content__nav-item {
  padding: 0px 15px;
  height: 30px;
  font-size: 12px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  text-transform: uppercase;
  overflow: hidden;
}
.cb-tab-content__nav .cb-tab-content__nav-item:before, .cb-tab-content__nav .cb-tab-content__nav-item:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.cb-tab-content__nav .cb-tab-content__nav-item:before {
  background: #eee;
  z-index: 1;
  height: 100%;
  border: 2px solid;
}
.cb-tab-content__nav .cb-tab-content__nav-item:after {
  height: 0px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.2);
}
.cb-tab-content__nav .cb-tab-content__nav-item .cb-tab-content__nav-text {
  position: relative;
  z-index: 5;
}
.cb-tab-content__nav .cb-tab-content__nav-item .cb-tab-content__nav-text:after {
  content: "\f0d7";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
}
.cb-tab-content__nav .cb-tab-content__nav-item.active:after, .cb-tab-content__nav .cb-tab-content__nav-item:hover:after {
  height: 100%;
}
.cb-tab-content__nav .cb-tab-content__nav-item.active .cb-tab-content__nav-text:after, .cb-tab-content__nav .cb-tab-content__nav-item:hover .cb-tab-content__nav-text:after {
  content: "\f0d8";
}

.cb-tab-content .cb-tab-content__block {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.cb-tab-content .cb-tab-content__block.hidden {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
}
.cb-tab-content .cb-tab-content__block.active {
  max-height: 100vh;
}

/*------------------------------------------------------------------
[ owl carousel modifications ]
*/
.owl-carousel .owl-stage .owl-item {
  position: static;
  float: none;
  display: inline-block;
  vertical-align: top;
}

/*------------------------------------------------------------------
[ cb maps ]
*/
.cb-map__wrapper {
  width: 100%;
}
.cb-map__wrapper .cb-map__canvas {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cb-map__wrapper .cb-map__canvas .cb-map__ratio {
  width: 100%;
  display: block;
  padding-bottom: 56.25%;
}
.cb-map__wrapper .cb-map__canvas .cb-map {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #000;
}
.cb-map__wrapper .cb-map__canvas .cb-map .ol-zoom {
  width: 30px;
}
.cb-map__wrapper .cb-map__canvas .cb-map .ol-zoom .ol-zoom-in, .cb-map__wrapper .cb-map__canvas .cb-map .ol-zoom .ol-zoom-out {
  padding: 0px;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border: 1px solid;
}
.cb-map__wrapper .cb-map__canvas .cb-map .ol-rotate, .cb-map__wrapper .cb-map__canvas .cb-map .ol-attribution {
  display: none;
}