/* 
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
*/

/* Add your custom styles here */


/*------------------------------header----------------------------------------*/
/* Estilo inicial de la cabecera antes de hacer scroll
header.sticky-header {
  background-color: transparent !important;  
  transition: background-color 0.3s ease;    
} */

/* Estilo de la cabecera cuando se hace scroll 
.elementor-sticky--active.sticky-header {
  background-color: #021B34;        
  transition: background-color 0.3s ease;
} */




/*------------------------------main-----------------------------------------*/

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

/*degradado-fondo-video*/

.video-degradado::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(2, 27, 52, 0.60) 36.38%, #021B34 89.96%);
    z-index: 1;
  
	
}

/*titulos*/

.subTitle {
color: var(--FFFFFF, #FFF);
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 26.4px */
text-transform: uppercase;
}

.title {
color: var(--FFFFFF, #FFF);
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 120%;
text-transform: uppercase;
}


.subTitle2 {
color: var(--FFFFFF, #FFF);
font-family: Inter;
font-size: 62px;
font-style: normal;
font-weight: 300;
line-height: 110%; /* 68.2px */
text-transform: uppercase;
}


.title2 {
color: var(--FFFFFF, #FFF);
font-family: Inter;
font-size: 62px;
font-style: normal;
font-weight: 700;
line-height: 110%;
text-transform: uppercase;
}

/*botón*/

#btn .elementor-button-icon svg {
  height: 12px;
  width: 12px;
}

.elementor-39 #btn .elementor-button-content-wrapper {
  
  align-items: center;
}

/*CALIDAD Y FRESCURA*/


.degradado-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(165deg, rgba(2, 27, 52, 0.65) 10.73%, #021B34 69.71%), url("/wp-content/uploads/2024/09/arena-de-la-playa.png") lightgray 50% / cover no-repeat;
    z-index: 1;
    pointer-events: none;
}



/*ENLACES*/
.enlace p a {
	color: #00AEEF !important;
}

.enlace p a:hover {
	color: #294A93 !important;
}


/*caption fotos productos al expandirse la foto*/
.pswp__caption {
	display: none !important;
}


/*------------------------------footer-----------------------------------------*/

/*-------------------------FORMULARIO------------------------------------------*/
form fieldset {
	border: 0px solid #fff;
}
/********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-family: "Inter", Sans-serif;
	font-weight: 400;
	background-color: #FFFFFF !important;
	border: 1px solid #294A93;
	padding: 20px;
	font-size:14px !important;
	color: #294A93 !important;
	width: 100%;
}

textarea {
	height:100px;
	
}

.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: #294A93 !important;
	font-size: 18px;
	font-family: "Inter", Sans-serif;
	font-weight: 400;
	opacity:1;
	
}

.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: 1px solid #294A93;
}
.wpcf7-acceptance {
   display: inline-block;
    font-size: 14px;
	font-weight: 400;
	font-family: "Inter", Sans-serif;
	font-weight: 400;
	 color: #294A93 !important;
}



.wpcf7-submit {
	
	font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
    color: #294A93 !important;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 12px 38px 12px 25px!important;
	transition: ease 0.3s all;
  border-width: 1px !important;
  border-color: #294A93;
 
	background-image: url(/wp-content/uploads/2024/09/flecha-derecha.svg);
    background-position: right 8% bottom 50%;
	background-repeat: no-repeat;
}
.wpcf7-submit:hover {
	padding: 12px 45px 12px 45px !important;
	background-color: #fff !important;
}


.legal .wpcf7-list-item {
    display: inline-block;
    margin: 0;
	font-size:14px;
	opacity:1;
	font-family: "Inter", Sans-serif;
	font-weight:400;
	color: #294A93 !important;
	
}
.legal a {
	
	color: #294A93 ;
	opacity:1;
	text-decoration: underline;
	transition: all 0.3s ease;
}
.legal a:hover {
	color: #00AEEF !important;
	
	
}
.wpcf7-spinner{
	position: absolute;
}

input[type="checkbox"] {
	
	width: 20px;
    height: 20px;
	margin: 0;
	margin-right: 5px;
	margin-top:8px;
	accent-color: #00AEEF;
}

.wpcf7-not-valid-tip {
  color: #00AEEF;
}

.privacidad {
	padding: 15px;
}


/*Quitar completamente el borde al hacer clic*/
input:focus, textarea:focus, .wpcf7-submit:focus  {
  outline: none !important;
}


/*login*/

.login .message, .login .notice, .login .success {
  border-left: 4px solid #a6b1a2;


}
/*--------------------------------------------------------responsive----------------------------------------------------------------*/

/*** Estilos solo para móviles ***/
@media all and (max-width: 767px) {

/*-------------------FOOTER----------*/
	/*MENU-LEGAL*/
	
	#menu-1-8af158d {
		display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	}
	
	
/*---------HOMEPAGE------------*/
	/*titulos*/

.subTitle {
font-size: 18px;

}

.title {
font-size: 18px;

}

.subTitle2 {

font-size: 34px;

}


.title2 {

font-size: 34px;

}

}

/*** Estilos solo para tablets ***/
@media all and (min-width: 768px) and (max-width: 1024px) {
	
	/**-----HOMEPAGE-------*/
	
	/*TITULOS*/
	
	.subTitle2 {

font-size: 52px;

}


.title2 {

font-size: 52px;

}
	
}

/*estilos para tablets y menores*/
@media all and (max-width: 1024px) {}

/*** Estilos para laptops ***/
@media all and (min-width: 1025px) and (max-width: 1440px) {
	
	/*HEADER*/
	
	.menuPrincipal {
	--e-nav-menu-horizontal-menu-item-margin: calc( 24px / 2 ) !important;
}

}

.grecaptcha-badge {
    visibility: hidden;
}
