/*
Theme Name: gevico
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1752669843
Updated: 2025-07-16 12:44:03

*/

.shrinker {
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.shrinker.she-header {
    height: auto;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    -moz-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    -webkit-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    -o-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
}

.shrinking-logo {
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.shrinker.she-header .shrinking-logo {
    min-width: 170px !important;
}
.shrinker.she-header .shrinking-logo img {
    height: 30px !important;
}


.shrinker .hfe-nav-menu  li a {
    font-size: 1rem !important;
}
.shrinker .hfe-nav-menu li a {
    color: #000 !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    padding: 15px 40px;
}
.shrinker .hfe-nav-menu li a:hover, .shrinker .hfe-nav-menu li a:active {   
    color: #000 !important;     
}
.shrinker.she-header .hfe-nav-menu li a {
    font-size: 0.85rem !important;
    color: #000 !important;
    text-align: right;
}
.shrinker.she-header .hfe-nav-menu li a:hover {
    color: #000 !important;
}
.iconomenu {
    display: none;
}
ul.idiomas {
    display: flex;
    font-size: 16px;
    font-weight: 800;
    font-family: "montserrat", Sans-serif;
    position: relative;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 1;
    align-content: flex-end;
    padding: 0;
    margin: 0;
}
.idiomas li {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
}
.idiomas li:nth-child(n+1)::after {
    content: "|";
    font-weight: 300;
    color: #2f4ea6;
}
.idiomas li:last-child::after {
    content: "";
}
.idiomas li a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    padding: 10px;
}
.idiomas li a:hover {
    text-decoration: none;
    color: #89afe6;
}
.ti-widget.ti-goog .ti-widget-container .ti-date {
    color: #000 !important;
}
.ti-widget.ti-goog .ti-read-more span {
    opacity: 1 !important;
}
@media (max-width: 767px) {
.shrinker .block {
    flex-direction: row;
}
.shrinker .shrinking-logo img, .shrinker.she-header .shrinking-logo img {
    height: 30px !important;
}


.shrinker .elementor-icon-list-text {
    display: none !important;
}
.shrinker .hfe-nav-menu {
    display: none !important;
}
.iconomenu {
    display: block !important;
}
	.wpcf7-form label:nth-child(-n+3) {
     width: 100% !important;
}
}
@media (min-width: 768px) and (max-width: 1366px) {
.shrinker .block {
    flex-direction: row;
}


.shrinker .hfe-nav-menu {
    display: none !important;
}
.iconomenu {
    display: block !important;
}
	.wpcf7-form label:nth-child(-n+3) {
     width: 100% !important;
}
	.elementor-788 .elementor-element.elementor-element-1458cae5:not(.elementor-motion-effects-element-type-background), .elementor-788 .elementor-element.elementor-element-1458cae5 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-size:cover;
	}
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.bloqueL {
    animation: 2s ease-in-out 0s 1 slideInFromRight;
    animation-fill-mode: forwards ;
}
.bloqueR {
    animation: 2s ease-in-out 0s 1 slideInFromLeft;
    animation-fill-mode: forwards ;
}


.current-menu-item a {	
  font-weight: 600 !important;
  color: #003376 !important;
  background: url("https://gevico.es/wp-content/uploads/2025/07/favicon.png") no-repeat scroll 0 50%;   	
  background-size: 18px 18px;
  padding-left: 20px !important;
}

.wpcf7-form label {
 display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin: 0px 4px 10px;
 width:98%;
}
.wpcf7-form label:nth-child(-n+3) {
     width: 48.5%;
}
.wpcf7-form label input, .wpcf7-form label textarea  {
border-width: 4px 4px 4px 4px!important;
  border-style: solid;
  color: #000;
  border-color: #C2BDBD;
}
.wpcf7-form input[placeholder] {
	color:#000!important;
}
.wpcf7-form input[type="submit"] {
  width: 26%!important;
  font-family: "Arial", Sans-serif;
  font-size: 18px;
	font-weight:800!important;
  letter-spacing: 1px;
  background: #8cb8bb;
  color: #000;
  display: block;
	border:0;	
	padding:15px 26px;
}
.wpcf7-not-valid-tip {
	color:#FFFF00;
}
.wpcf7-list-item-label {
	color:#fff;
}
.wpcf7-response-output {
	color:#FFFF00;
}