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


.swiper-pagination{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100% !important;
}

.swiper-pagination::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(206, 23, 130, 0.00) 0%, var(--e-global-color-primary, #CE1782) 46.15%, rgba(206, 23, 130, 0.00) 100%);
    z-index: -1;
}

.swiper-pagination-bullet{
	width: 24px !important;
	height: 24px !important;
	border-radius: 5px !important;
	background: #071A35 !important;
	transform: rotate(45deg) !important;
	opacity: 1 !important;
	display: flex !important;
	justify-content:center !important;
	align-items: center !important;
}

.swiper-pagination-bullet-active::before, .timeline-point::before{
	content: "";
	background: #CE1782;
	width: 13px;
	height: 13px;
	display: block;
	border-radius: 5px;
	position: relative;
}



.custom-primary-button a, .custom-secondary-button a{
	padding: 10px 28px;
	border-radius: 9999px;
	border: 1px;
	border-style: solid;
	font-family: "Manrope", Sans-serif !important;
	font-size: 16px;
	font-weight:600 !important;
}

.custom-primary-button a{
	border-color: var(--e-global-color-primary);
	background-color: var(--e-global-color-primary);
}

.custom-primary-button a:hover{
	background-color: transparent;
	color: var(--e-global-color-primary);
}

.custom-secondary-button a{
	border-color: var(--e-global-color-secondary);
	background-color: transparent !important;
	color: var(--e-global-color-secondary)
}

.custom-secondary-button a:hover{
	background-color: var(--e-global-color-secondary) !important;
	color: white;
}


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="11" viewBox="0 0 17 11" fill="none"><path d="M1.14746 1.65417L8.51562 9.02234L15.8838 1.65417" stroke="%23071A35" stroke-width="2" stroke-linecap="round"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position-x: 95% !important;
background-position-y: 15px !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select{
	color: #071A35 !important;
	font-family: "Manrope" !important;
	font-size: 16px !important;
	font-style: normal !important;
/* 	font-weight: 700 !important; */
	line-height: 17.6px !important; 
}

.colored-input input[type="text"],
.colored-input input[type="email"],
.colored-input input[type="tel"],
.colored-input input[type="password"],
.colored-input textarea,
.colored-input select {
    border: 2px solid #E6E6FD !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
	background: #E6E6FD !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
	height: 39px !important;
	box-shadow: none !important;
}

.colored-input input::placeholder{
	color: #BCBCDF !important;
/* 	font-weight: 700 !important; */
}

.colored-input input[type="text"]:focus,
.colored-input input[type="email"]:focus,
.colored-input input[type="tel"]:focus,
.colored-input input[type="password"]:focus,
.colored-input textarea:focus,
.colored-input select:focus {
    border-color: #CE1782 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.1) !important;
}

.outline-input input[type="text"]:focus,
.outline-input input[type="email"]:focus,
.outline-input input[type="tel"]:focus,
.outline-input input[type="password"]:focus,
.outline-input textarea:focus,
.outline-input select:focus {
   --gf-local-bg-color: var(--gf-ctrl-bg-color-focus) !important;
  --gf-local-border-color: 0 !important;
  --gf-local-color: 0 !important;
  --gf-local-outline-color: 0 !important;
  --gf-local-outline-width: 0 !important;
}


.outline-input input[type="text"],
.outline-input input[type="email"],
.outline-input input[type="tel"],
.outline-input input[type="password"],
.outline-input textarea,
.outline-input select {
	color: white !important;
    border: 1px solid #FFFFFF !important;
    padding: 12px 16px !important;
	font-weight: 400 !important; 
    font-size: 16px !important;
    border-radius: 10px !important;
	background: transparent !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
	height: 46px !important;
	box-shadow: none !important;
}

.outline-input input::placeholder, .outline-input textarea::placeholder{
	color: rgba(255, 255, 255, 0.5) !important;
	font-weight: 400 !important;
}

.outline-input .ginput_container_consent input[type="checkbox"]{
	border-color: #ffffff !important;
}

.outline-input .gfield_consent_label, .outline-input .gform-privacy{
	color: white !important ;
}
	


.gform-body input[type="submit"] {
	display: inline-flex !important;
/* 	height: 39px; */
	padding: 10px 28px !important;
    border-radius: 50px !important;
	background: #CE1782 !important;
    color: white !important;
    border: 1px solid #CE1782 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.gform-body input[type="submit"]:hover {
    background: #ffffff !important;
	color: #CE1782 !important;
}

.gform-body input[type="submit"] {
	color: #CE1782 !important;
	background: #FFFFFF !important;
	border: 1px solid #FFFFFF !important;
}

.gform-body input[type="submit"]:hover, .elementor-6875 .elementor-element.elementor-element-7517109 #gform_submit_button_2:hover {
    background: transparent !important;
	color: #FFFFFF !important;
}

.ginput_container_consent input[type="checkbox"]::before {
	background: #FFFFFF !important;
}

.gfield_consent_label a{
	color: #071A35 !important;
	text-decoration: underline !important;
}

.ginput_container_consent input[type="checkbox"], .ginput_container_radio input[type="radio"]{
	border-radius: 5px !important;
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
	--gf-local-bg-color: transparent !important;
  --gf-local-border-color: #071a35 !important;
  --gf-local-color: 0 !important;
  --gf-local-outline-color: 0 !important;
  --gf-local-outline-width: 0 !important;
}

.ginput_container_consent input[type="checkbox"]::before, .ginput_container_radio input[type="radio"]::before{
	content: "" !important;
	background: #CE1782 !important;
    border-radius: 5px !important;
	width: 14px !important;
    height: 14px !important;
	font-family: none !important;
}

#gform_3 #field_3_4 {
	order: 2 !important;
}


.check-center{
	display: flex !important;
	align-items: center !important;
}

body:not(.home) #gform_3 input{
	background: rgba(255, 255, 255, 0.70) !important;
    backdrop-filter: blur(4px) !important;
    border-color: rgb(255 255 255 / 0%) !important;
	font-weight: 400 !important;
}

body:not(.home) #gform_3 input::placeholder{
	color: #464665 !important;
	font-weight: 400 !important;
}

 #gform_3 #field_submit input[type="submit"]{
	background: #CE1782 !important;
	color: #ffffff !important;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio{
	flex-direction: row !important;
}


.gform-body{
	font-family: "Manrope", sans-serif !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 120% !important;
}

#e-n-menu-content-1782{
	background: transparent !important;
}

#gform_5 .ginput_container_consent input[type="checkbox"]::before{
	background: #FFFFFF !important;
}


@media (min-width: 640px) {
   #gform_3 .gform_fields {
        -moz-column-gap: 10px !important;
        column-gap: 10px !important;
	   	row-gap: 17px !important;
    }
	
	#gform_7 .gform_fields{
		column-gap: 31px !important;
    	row-gap: 24px !important;
	}

   #gform_5 .gform_fields {
        gap: 25px !important;
    }
	
	#gform_2 .gform_fields{
		gap: 16px !important;
	}
}

@media (max-width: 767px) {
	.gform_fields {
		gap: 10px !important;
	}
}


.blog-categorias {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-categorias a {
    font-family: "Manrope";
    padding: 10px 14px;
    background: transparent;
    border-radius: 50px;
    text-decoration: none;
    color: #071A35;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    transition: background 0.3s ease;
    letter-spacing: 0.28px;
    border: 1px solid #071A35;
	flex: 0 0 calc(50% - 10px);
}
.blog-categorias a:hover {
  background: #CE1782;
	color: #FFFFFF;
}
.blog-categorias a.active {
  background: #CE1782;
	border-color: #CE1782;
  color: #FFFFFF;
	opacity:1;
}

@media (max-width: 768px){
	  .blog-categorias a {
        flex: 0 0 auto; 
    }
	
	.blog-categorias{
		flex-wrap: nowrap;
	}
}
