/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/*-----------------------------*/
/*-----------HOMEPAGE----------*/
/*-----------------------------*/

/*SLIDDER*/
 .elementor-101 .elementor-element.elementor-element-81dc28a .elementor-repeater-item-83287ce .swiper-slide-inner .elementor-slide-button,  .elementor-101 .elementor-element.elementor-element-81dc28a .elementor-repeater-item-578020f .swiper-slide-inner .elementor-slide-button,
 .elementor-101 .elementor-element.elementor-element-81dc28a .elementor-repeater-item-bbbd39f .swiper-slide-inner .elementor-slide-button{
    
    border-bottom: 2px solid #000 !important;
  border-radius: 0;
}



/*MISION*/

/*borde-contenedores*/
.borde {
    border: 2px double transparent;
	border-radius: 20px;
    background-image: linear-gradient(white, white), 
                     linear-gradient(to bottom, #F2BB13, #1B70A6, #E5FFF8);
	 background-origin: border-box;
     background-clip: padding-box, border-box;
}


/*NOVEDADES*/
/*boton-slidder*/

.elementor-101 .elementor-element.elementor-element-26f32d7 .elementor-slide-button {
    width: 174px;
	height: 162px;
     background-image: url('/wp-content/uploads/2024/06/Group-8.png');
	background-size: cover; 
    background-position: center; 
    cursor: pointer;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    outline: none;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
}

.elementor-101 .elementor-element.elementor-element-26f32d7 .elementor-slide-button:hover {
    background-image: url('/wp-content/uploads/2024/06/Group-8.png'); 
}


/*noticias*/

.borde-imagen {
	border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important; 
}


.elementor-101 .elementor-element elementor-element-cdbe7a5 .fondo {
	background: linear-gradient(to bottom, #F2BB13, #1B70A6, #E5FFF8) !important;
}

/*-----------------------------*/
/*---------PAGE empresa--------*/
/*-----------------------------*/

.elementor-103 .elementor-element.elementor-element-6f92a41 .elementor-flip-box__button,
.elementor-103 .elementor-element.elementor-element-b12cee9 .elementor-flip-box__button,
.elementor-103 .elementor-element.elementor-element-d0580c8 .elementor-flip-box__button,
.elementor-103 .elementor-element.elementor-element-3c63eb7 .elementor-flip-box__button
{

  border-width: 0px 0px 2px 0px !important;
	border-radius: 0px !important;
	
	
}


/*-----------*/

.link a {
	color: #1B70A6 !important;
}

.link a:hover {
	color: #F2BB13 !important;
}

/*-----------*/
.link2 {
	text-align: justify !important;
}

.link2 a {
	color: #1B70A6 !important;
}

.link2 a:hover {
	color: #F2BB13 !important;
}


/*carrito*/

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]  {

  background-color: #F2BB13 !important;
 
}


#e-n-menu-title-1571 {
    padding-top: 20px;
}

#e-n-menu-title-15711 {
    padding-bottom: 20px;
}


/*----------------[FORMULARIO]--------------------*/
/*------------------------------------------------*/
/********Estructura********/
.row_inputs {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.col_inputs {
    flex-grow: 1;
    flex-basis: 200px;
}

input {
	padding: 20px !important;
}
/********Campos********/
.wpcf7-form-control-wrap .text, .wpcf7-form-control-wrap .title, .wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap input[type=password], .wpcf7-form-control-wrap input[type=tel], .wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
	font-size: 18px !important;
	
border: 2px double transparent;
	border-radius: 20px;
    background-image: linear-gradient(white, white), 
                     linear-gradient(to bottom, #F2BB13, #1B70A6, #E5FFF8);
	 background-origin: border-box;
     background-clip: padding-box, border-box;
}
.wpcf7-form-control-wrap .text::placeholder , .wpcf7-form-control-wrap .title::placeholder , .wpcf7-form-control-wrap input[type=email]::placeholder , .wpcf7-form-control-wrap input[type=password]::placeholder , .wpcf7-form-control-wrap input[type=tel]::placeholder , .wpcf7-form-control-wrap input[type=text]::placeholder , .wpcf7-form-control-wrap select::placeholder , .wpcf7-form-control-wrap textarea::placeholder {
    color: #0D0D0D !important;
	font-size: 18px;
font-family: "Inter Tight", Sans-serif;
	font-weight: 400;
	opacity:1;
	line-height: 30.6px;
}



.wpcf7-form-control-wrap .text:focus, .wpcf7-form-control-wrap .title:focus, .wpcf7-form-control-wrap input[type=text]:focus, .wpcf7-form-control-wrap input[type=email]:focus, .wpcf7-form-control-wrap input[type=tel]:focus, .wpcf7-form-control-wrap input[type=password]:focus ,.wpcf7-form-control-wrap select:focus, .wpcf7-form-control-wrap textarea:focus {
    border-bottom: 2px solid #0D0D0D !important;
}
.wpcf7-acceptance {
    display: inline-block;
    font-size: 16px;
	font-weight: 300;
	font-family: "Inter Tight", Sans-serif;
	font-weight: 400;
	color: #0D0D0D;
}
.wpcf7-submit {
 font-family: "Quattrocento Sans", Sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
 background-color: #ffffff;
	color:#1B70A6;
	transition-duration: 0.3s;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px 0px 0px 0px;
	border-bottom-color:#1B70A6;
	padding: 5px !important;
}
.wpcf7-submit:hover {
	color: #F2BB13;
	border-bottom: 2px solid #F2BB13;
	background-color: #ffffff;
}
.legal .wpcf7-list-item {
    display: inline-block;
    margin: 0;
	font-size:16px;
	font-weight: 300;
	opacity:1;
	font-family: "Inter Tight", Sans-serif;
	line-height: 27.2px;
	line-height: 1.5em;
}
.legal a {
	color: #0D0D0D;
	opacity:1;
}
.legal a:hover {
	opacity:0.7;
	transition: all 0.3s ease;
}
.wpcf7-spinner{
	position: absolute;
}

input[type="checkbox"] {
	
	width: 14px;
    height: 14px;
	margin: 0;
	border: 1px solid #0D0D0D;
	margin-right: 8px;
}

fieldset {
	padding-top:18px;
	border-color: transparent !important;
}

cambiar mensaje enviado:
.wpcf7 form.sent .wpcf7-response-output {
   color: #0D0D0D !important;
	border-color: #0D0D0D !important;
	font-family: "Inter Tight", Sans-serif;
	font-size:16px;
}
