/* 
Theme Name: Hello Elementor Child theme
Description: Child theme for Hello Elementor.
Author: colectivofreelance
Author URI: https://colectivofreelance.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* GENERALES */

	<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EVXE4CKQ0R"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-EVXE4CKQ0R');
	
</script>

a {color: #E37425; text-decoration:underline;}
a:active, a:hover {color: #E37425;}
.white-link a{color:white;text-decoration:underline;}
li{margin-bottom:1.2rem;}
*:focus {outline: none!important;}
.overflow-visible{overflow:visible !important;}
html,body{
	font-size:16px;
	color:black;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	line-height: 1.4em;
	overflow-x:hidden;
}
/* CONTENEDOR ELEMENTOR */
.elementor-section.elementor-section-boxed > .elementor-container {max-width: 95%;}
/* IMAGES */
.full-img *{width:100%;}
.full-img a{display: block;}
.img-drop-shadow img {
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
    scale: 1.1;
    margin-left: -20px;
    margin-bottom: 15px;
}
/* TÍTULOS */
.elementor-heading-title :is(h1,h2,h3,h4,h5,h6), h2,h3,h4,h5,h6 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
h1, .elementor-heading-title h1{font-size:45px;font-weight:700;}
h2, .elementor-heading-title h2{font-size:35px;}
h3, .elementor-heading-title h3{font-size:30px;}
h4, .elementor-heading-title h4{font-size:25px;}
h5, .elementor-heading-title h5{font-size:22px;}
h6, .elementor-heading-title h6{font-size:20px}


/* -- Botones -- */
.full-btn a{
	display:block;
	width:100%;
}
.btn-icon .elementor-button-icon svg {
    width: 0.8em;
    margin-bottom: -17px;
}
/* ----------- HEADER ------------------*/
.ekit-template-content-header{
	position:absolute;
	width:100%;
	z-index:9999;
}

.fixed {
    position: fixed !important;
    width: 100%;
    top: 0;
	transition:0.3s ease-in-out;
}
.ekit-template-content-header.fixed {
    background-color: white;
    box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: -1px 3px 5px 0px rgb(0 0 0 / 3%);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.25);
}
.logged-in .fixed {
    top: 32px;
	transition:0.3s ease-in-out;
}

.ekit-template-content-header.fixed .header-section {
    margin: 0 !important;
}

.ekit-template-content-header.fixed .header-section .logo-header .elementor-widget-container {
    margin: 0;
}

.ekit-template-content-header.fixed .header-section .logo-header .elementor-widget-container img {
    width: 85px;
}


/* -- mobile -- */

/*------------- HOME ------------------*/

/* Carrusel */
.content-slide {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    z-index: 2;
}
.slide{
	cursor:pointer;
}
.slide::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.slide.active::before {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.content-slide .separator, .content-slide .more-info {
    display: none;
}

.slide.active .content-slide .separator, .slide.active .content-slide .more-info {
    display: block;
}

.slide.active .container-content-slide > div {
    background-color: #000000a3 !important;
}
.slide .elementor-widget-image .elementor-widget-container{
	overflow:hidden;
}
.slide .elementor-widget-image .elementor-widget-container img{
	transition:0.4s ease-in-out;
}
.slide.active .elementor-widget-image .elementor-widget-container img{
	transform: scale(1.2);
}

.elementor-editor-active .content-slide .separator, .elementor-editor-active  .content-slide .more-info{
	display: block;
}

/* -- Custom list -- */
.custom-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text {
    border-bottom: 1px solid #fcd058;
    padding-bottom: 10px;
}

.custom-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item:last-child span.elementor-icon-list-text {
    border-bottom: 0;
}
/* --- */
section#insta-feed::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 64px;
    background-color: #adc211;
}
/* ---- MAQUINARIA PARA LA INDUSTRIA ---- */
.custom-popup{
	display:none;
}
.elementor-editor-active .custom-popup{
	display:block;
}
.trigger-modal {
    cursor: pointer !important;
}
.trigger-modal:hover > div {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 4px 24px 0px rgb(252 208 88 / 52%) !important;
	cursor: pointer;
}
.custom-popup.active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    align-items: center;
    flex-wrap: wrap;
}
.close-custom-modal{
	cursor:pointer;
}
/* ---- LA VACA QUE MASKA ----- */
.before-red .elementor-widget-container img, .before-green .elementor-widget-container img {
    z-index: 3;
    position: relative;
}

.before-red .elementor-widget-container::before {
    content: '';
    position: absolute;
    left: -20px;
    top: -23px;
    width: 100%;
    height: 110%;
    background-image: url('https://alimentosliz.com.co/wp-content/uploads/2025/05/Ellipse-9.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}


.before-green .elementor-widget-container::before {
    content: '';
    position: absolute;
    right: -70px;
    bottom: -37px;
    width: 100%;
    height: 110%;
    background-image: url('https://alimentosliz.com.co/wp-content/uploads/2025/05/Ellipse-10.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
/* -- CONTACTO -- */
.c-form span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
}
.c-form br {
    display: none;
}
.c-form span.wpcf7-form-control-wrap input,.c-form span.wpcf7-form-control-wrap textarea {
    border: 1px solid #1a6ca8;
}

.c-form span.wpcf7-form-control-wrap textarea {
    height: 160px;
}
.c-form .wpcf7-submit {
    background-color: #1a6ca8;
    color: white;
    border: none;
    display: block;
    width: 100%;
    border-bottom-right-radius: 17px;
}
.c-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.c-form p {
    margin: 0;
}
/* ------------------ Footer ---------------- */

/* ------------------  RESPONSIVE ----------------------- */


/*Dispositivos más grandes que móviles*/
@media all and (min-width: 768px) {


}

/*Dispositivos más grandes que tablets*/
@media all and (min-width: 1024px) {
	
	/* --- HEADER --- */
	header#masthead .menu-item {
		margin: 0 15px;
	}
	.ekit-template-content-header.fixed .elementor-element.elementor-element-199765a.elementor-widget__width-initial.elementor-widget.elementor-widget-image {
		width: 85px;
	}	
	/*------------- HOME ------------------*/

	
}

/* ------ RESPONSIVE ------------- */
@media all and (min-width: 768px){

}

@media all and (min-width: 1200px) {
	html,body{
		font-size:18px;
	}
	.elementor-section.elementor-section-boxed > .elementor-container {max-width: 1150px;}

	

}

/*Tamaño intermedio entre portátiles comunes y Desktop grande*/
@media all and (min-width: 1500px) {
	.elementor-section.elementor-section-boxed > .elementor-container {max-width: 1200px;}

}

/*Desktop grande de 1920px, Desktop 4K y Retina*/
@media all and (min-width: 1800px) {

}

/*móviles < */
@media all and (max-width: 767px) {
	
	/* -- Carrusel home --*/
	.slide.active {
		display: block;
	}

	.slide {
		display: none;
	}
	.elementor-editor-active .slide{
		display: block;
	}
}