/*!
Theme Name: Camara Comercio
Theme URI: https://www.freaktools.cl/
Author: Freaktools Agencia Digital
Author URI: https://www.freaktools.cl/
Description: Camara Comercio
Text Domain: Camara Comercio
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }

  .site-main,
.elementor-location-archive{
    overflow-x: hidden;
  }

input,
textarea{
	-webkit-appearance: none;

}

::placeholder{
    opacity: 1 !important
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

.elementor-text-editor p:last-child{
	margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: .9rem; }

template {
  display: none; }

  h1.entry-title{
    display: none;
  }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }



input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }


button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }


textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

  .select2-results__options li:first-child, span.select2-search.select2-search--dropdown{ display:none}
  span.select2-selection.select2-selection--single:focus {
    outline: none;
}


span.select2.select2-container.select2-container--default {
    overflow: auto;
    height: 33px;
    border-radius: 3px;
}

 input:focus,
 textarea:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

*{
	outline: none
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center;
}

.woocommerce form .form-row .input-checkbox {
    margin: 0 !important;
    position: relative;
    top: 2px;
}

input[type=checkbox] ~ span {
    position: relative;
    left: 5px;
}



/* --------- CUSTOM ---------- */

.contador .elementor-counter-number-prefix {
    flex-grow: 0 !important;
}

.contador .elementor-counter-title{
    text-align: left !important
}

.contador .elementor-counter-title{
    position: relative;
    padding-top: 10px
}

.contador .elementor-counter-title:after{
    content: '';
    position: absolute;
    background-color: #C71500;
    width: 80px;
    height: 0.5px;
    top: 10px;
    left: 0;
}

.imagen_hover_equipo img{
    transition: .3s
}


.imagen_hover_equipo img:hover{
    box-shadow: 12px 12px 48px rgba(0, 21, 52, 0.4);
}

.categorias_slide .jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide img {
    flex: 0;
}

.categorias_slide .jet-listing-grid__items{
    width: 120% !important;
    margin-left: 20px !important
}

.categorias_slide .jet-listing-grid__item {
    height: 450px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    outline: 0
}

.categorias_slide .jet-listing-grid__item:focus,
.elementor-widget-jet-listing-dynamic-link{
    outline: none

}


@media (max-width: 1024px){
    .categorias_slide .jet-listing-grid__item {
		height: 400px !important;
	}
}


@media (max-width: 767px){
    .categorias_slide .jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide img {
		width: 70px !important;
		padding-top: 0
	}
	
	.categorias_slide .jet-listing-grid__item {
		height: 280px !important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		outline: 0
	}
}


