/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2023 | 20:53:33 */
/* Body*/
body {
    overflow-x: hidden !important;
}

::selection {
    background-color: var( --e-global-color-text );
    color: #ffffff;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px;
}

/* Scroll Bar CSS */
::-webkit-scrollbar{
    width: 8px;
    background: #F4F4F4;
}

::-webkit-scrollbar-thumb{
  width: 8px;
	background: #353531;
	 border: 0px solid #353531; 
}

::-webkit-scrollbar-thumb:hover{
   background: #6A6A62;
}
/* Scroll Bar CSS */

/* Formulario CSS */
form label {
    width: 100%;
}

.col-12.casilla {
    margin-bottom: 0px;
	z-index: 99;
	margin-left: -28px;

}

p .politicas {
  margin-left: 0px;
	margin-bottom: 0px;
	z-index: 99;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 0px;
    border: 0px solid #00a0d2;
color: var( --e-global-color-primary );
	font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b45000;
}


/* Formulario ajuste adicional CSS */

.contact_check{
    font-size: 12px;
    color: #888888;
    display: flex;
     flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    
}


span .wpcf7-not-valid-tip {
    background: #E7272F;
    padding: 28px 5px 5px 5px;
    margin-bottom: 2px;
    margin-top: -30px;
    border-radius: 10px;
}



.contact_check .wpcf7-list-item-label{
    line-height: 1.4;
    margin-top: -23px;
    margin-left: 20px;
}
.contact_check a{
    color: var( --e-global-color-text ) !important;
    text-decoration: underline;
    font-weight: 700;
    border-bottom: 1px solid ;
}

.contact_check span {
    color: #000 !important;
}

.contact_check .wpcf7-list-item{
    margin: 0;
    
}
.contact_text{
    color: #828282;
    font-size: 120px;
    margin-top: 5px;
}
.contact_text strong{
    color: #EA0029;
    font-weight: normal;
}

.formularioc .col-lg-6 {
    position: relative;
    width: 100%;
    padding: 0px 6px;
}

.formularioc .col-12 {
    position: relative;
    width: 100%;
    padding: 0px 6px;
}



input[type=checkbox] {
    position: relative;
    width: 15px;
    height: 15px;
    top: 0px;
    margin-left: -8px;
    margin-right: -4px;
   
    background-color: #000;
}

input[type=checkbox]:focus {
    outline: none!important;
}

input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 4px;
    transition: .2s;
}

input[type=checkbox]:checked:before {
    background-color: var( --e-global-color-primary );
    border: 2px solid var( --e-global-color-primary );
    border-radius: 4px !important;
    top: -2px;
}

input[type=checkbox]:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(https://geodrone.staffdigitalw.com/wp-content/uploads/2023/09/icono-check.svg);
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    opacity: 0;
    border-radius: 4px;
    transition: .2s;
}

input[type=checkbox]:checked:after {
    opacity: 1;
}

/* Formulario CSS */

/* BTn Primary 1 CSS */

.btn-primary:hover path {
    fill: var( --e-global-color-secondary );
    transition: all .3s;
}


.btn-primary path {
    transition: all .3s;
    width: 18px;
}

.btn-primary .elementor-button-icon svg {
    width: 18px;
    height: auto;
    display: flex;
}

.btn-primary .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

/* BTn Primary 1 CSS */

/* BTn color 1 CSS */

.btn-color:hover path {
    fill: var( --e-global-color-8da0c88 );
    transition: all .3s;
}


.btn-color path {
    transition: all .3s;
    width: 18px;
}

.btn-color .elementor-button-icon svg {
    width: 18px;
    height: auto;
    display: flex;
}

.btn-color .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
/* BTn color 1 CSS */

/* TEXTO ANIMACION LATERAL CSS */
.marquee {
  color: var(--e-global-color-text );  
  display: flex;
  overflow: hidden;
   white-space: nowrap;
  font-family: ;
  user-select: none;
  gap: 1rem;

   /*-webkit-text-stroke: 0.5px #B5B5B0;
	text-stroke: 0.5px #B5B5B0;*/
	
/*background-color: green;*/
   /*transform: skewY(-3deg); */
   /*transform: rotate(-5deg) translateY(-30px) translateX(50px);*/
}


.marquee:hover {
  /*-webkit-text-stroke: 0px #1D1D1B !important;
	text-stroke: 0px #1D1D1B !important;
;
	-webkit-text-fill-color: #1D1D1B;
	text-fill-color: #1D1D1B;*/
	color: var(--e-global-color-text );
	transition: all 0.5s ease;
	-webkit-font-smoothing: antialiased;
	/*-moz-osx-font-smoothing: grayscale;*/

}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 100%;
  animation: scroll 15s linear infinite reverse;
  color: var(--e-global-color-text );
  
}

.marquee__group span {
  color: var(--e-global-color-text );
  font-size: 6vw;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  
}

@keyframes scroll {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(calc(0% - 2rem));
  }
}

/* TEXTO ANIMACION LATERAL CSS */


/* BTN PULSE CSS */

.btn-cta:before {
    position: absolute;
    content: "";
    width: 170px;
    height: 54px;
    background: var( --e-global-color-primary );
    opacity: 0.2;
    animation: pulse-border 1500ms ease infinite;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

/* BTN PULSE CSS */


/* COOCKIES CSS */

.cmplz-cookiebanner.cmplz-show {
   box-shadow: 0px 12px 20px 0px rgba(16, 26, 62, 0.15) !important;
}


.cmplz-cookiebanner .cmplz-message {
     text-align: center;
}

.cmplz-cookiebanner .cmplz-body {
    margin: -10px 10px -4px 10px;
}



.cmplz-cookiebanner .cmplz-title {
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: -8px !important;
}

.cmplz-cookiebanner .cmplz-header {
    grid-template-columns: 0px !important;

}

.size-cookies {
	width: 38px;
	margin-bottom: -6px;
}

.cmplz-cookiebanner .cmplz-body {
	min-width: 100%;
}


:root {
    --cmplz_banner_width: 380px !important;
	}



