/*!
Theme Name: keeproom
Theme URI: https://tribrand.cl
Author: Tribrand
Author URI: https://tribrand.cl
Description: keeproom
Text Domain: keeproom
*/

/****************************** ESTILOS BASE ******************************/


:root{
  --font-principal    : Helvetica, Arial, sans-serif;
  --font-secundaria   : Verdana;
  --color-principal-textos   : #333;
  --color-background: #fff
}

/* Configuramos la tipografía para toda la web */
body {
  min-height  : 100vh;
  font-size   : 100%;
  font-family : var(--font-principal);
  color: var(--color-principal-textos);
  background-color: var(--color-background);
  overflow-x: hidden;
}

*:focus {
    outline: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

/* Reseteamos los margin y paddings de todas las etiquetas */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

/* Evitamos problemas con las imagenes */
img , picture , video , iframe{
  max-width: 100%;
  width: 100%;
  display: block;
}

/* Reseteamos los enlaces para funcionar como cajas... */
a {
  display: block;
}

/* ... excepto los que se encuentran en párrafos */
p a {
  display: inline;
}

/* Quitamos los puntos de los <li> */
li {
  list-style-type: none;
}

/* Configuramos anclas suaves */
html {
  scroll-behavior: smooth;
}

/* Desactivamos estilos por defecto de las principales etiquetas de texto */
h1 , h2 , h3 , h4 , h5 , h6 , p ,span , a , strong , blockquote , i , b , u , em {
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color:inherit;
}

/* Evitamos problemas con los pseudoelementos de quotes */
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* Nivelamos problemas de tipografías y colocación de formularios */
form , input, textarea, select , button , label{
    font-family: inherit;
    font-size: inherit;
    hyphens: auto;
    background-color: transparent;
    display: block;
    color:inherit;
}

input[type=checkbox],
input[type=radio]{
	display: inline-block;
}

/* Reseteamos las tablas */
table , tr , td {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Evitamos problemas con los SVG */
svg{
    width: 100%;
    display: block;
    fill: currentColor;
}

::placeholder{
    opacity: 1 !important
}


.elementor-text-editor p{
	margin-bottom: 10px !important;
}

.jet-listing-dynamic-field__inline-wrap{
    display: flex;
    align-items: start
}

span.elementor-button-icon.elementor-align-icon-right {
    font-size: 1.3em;
    display: flex;
    margin-left: 10px
}

/******************** ESTILOS DEL CORE WORDPRESS ********************/


.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/* ------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- CUSTOM -------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
.acordeon-servicios .contenedor-servicios > .e-con-inner {
	flex-direction: column-reverse !important;
	gap: 30px !important
}

.acordeon-servicios .contenedor-imagen-servicios{
	width: 100% !important
}

.acordeon-servicios .contenedor-imagen-servicios img{
	width: 70% !important
}

.jet-tabs__content-wrapper,
.jet-toggle__content{
	overflow: visible !important;
}

.imagen-servicio:after{
    content: '';
    background-color: #EBF8FD;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: -70px;
    left: -70px;
    z-index: -1
}


.acordeon-servicios .imagen-servicio:after{
    bottom: -30px;
    left: 30px;
	width:60%;
}

.logos .elementor-carousel-image{
	filter: grayscale(100%);
}

.elementor-carousel-image:hover{
	filter: none;
}

.text-color{
	color: #3AB5E4;
}

.contenedor-servicios li.elementor-icon-list-item {
    align-items: start !important;
	letter-spacing: 0 !important

}

.contenedor-servicios .elementor-widget .elementor-icon-list-icon {
    top: 3px;
    position: relative;
}

.contenedor-servicios p{
	letter-spacing: 0 !important

}


/******************** MEDIA QUERIES ********************/


@media (min-width: 700px){
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media (max-width: 767px){
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}

  br{
    display: none;
  }
}

