/**
Theme Name: bgo theme
Author: BGO
Author URI: http://wpastra.com/about/
Text Domain: bgo-theme
Template: astra
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bgo-theme
Template: astra
*/

/*GDPR*/
.ast-desktop .ast-primary-header-bar.main-header-bar, .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar{
	max-width: 1325px;
	    margin: 1em auto;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    padding: 50px 0px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p{
	font-size: 19px!important;
    line-height: 26px!important;
	color: #ffffff!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    justify-items: center;
    text-align: center;
    grid-gap: 35px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 18px;
	}
	.moove-gdpr-button-holder{
	    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
	}
@media (max-width: 769px){
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	padding: 32px 0px;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p{
	font-size: 12px!important;
    line-height: 15px!important;
    font-weight: 400!important;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
    grid-gap: 5px;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 14px;
	}
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    padding: 50px 0px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p{
	font-size: 19px!important;
    line-height: 26px!important;
	color: #ffffff!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    justify-items: center;
    text-align: center;
    grid-gap: 35px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 18px;
	}
	.moove-gdpr-button-holder{
	    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
	}
@media (max-width: 769px){
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	padding: 32px 0px;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p{
	font-size: 12px!important;
    line-height: 15px!important;
    font-weight: 400!important;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
    grid-gap: 5px;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 14px;
	}
}


/*FIN GDPR*/

@keyframes floating {
  0% {
    background-position: center top;
  }
  50% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}

.moving-background {
  background-image: url('https://eurosur.bgoapps.es/wp-content/uploads/2024/07/fondo-web-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  animation: floating 10s ease-in-out infinite;
}

.moving-background-servicio {
  background-image: url('https://eurosur.bgoapps.es/wp-content/uploads/2024/07/fondo-web-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.servicios {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    transition: transform 0.3s, box-shadow 0.3s; 
}

.servicios::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 20px solid transparent;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 1;
}

.servicios:hover {
    transform: translateY(-10px); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); 
}

.servicios:hover::before {
    animation: serpiente 1s linear 1 forwards;
    border-top-color: #ff0000;
    border-left-color: #ff0000;
}

@keyframes serpiente {
    0%, 100% {
        border-color: transparent;
        border-top-color: #ff0000;
        border-left-color: #ff0000;
    }
    25% {
        border-color: transparent;
        border-top-color: #ff0000;
        border-right-color: #ff0000;
    }
    50% {
        border-color: transparent;
        border-bottom-color: #ff0000;
        border-right-color: #ff0000;
    }
    75% {
        border-color: transparent;
        border-bottom-color: #ff0000;
        border-left-color: #ff0000;
    }
	100% {
        border-color: #ff0000;
    }
}


 /*CONTACT FORM*/

input[type="text"]{
    color: #313233;
}
	
	input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: 0.75em;
    height: auto;
    border: none!important;
    border-style: solid;
    border-bottom: 1px solid #ffffff!important;
	font-family: Montserrat!important;
    border-radius: 0px;
	background-color: transparent;
    text-transform: initial;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.05em;
    text-align: left;
    padding: 10px 2px 10px 2px!important;
	}
	.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    max-height: 166.5px;
	}
	.form-contacto{
	    display: flex;
    grid-gap: 25px;
	margin-top: 25px;
	}
	input[type="submit"] {
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    color:  #ffffff;
    border-color:  #ffffff;
    text-transform: inherit!important;
    background-color: transparent;
    letter-spacing: -1px;
    width: 70%;
    margin-top: 13px;
		
	}
	.wpcf7-list-item {
    display: inline-block;
    margin: 0px;
	}
	.wpcf7 .wpcf7-form-control-wrap {
    max-width: 20px;
    display: inline;
	}
	.wpcf7-form label{
	    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0px;
	}
	span.wpcf7-form-control-wrap:not(:first-child) input{
		margin-top: 20px;
	}
.bloque-black input::placeholder, .bloque-white textarea::placeholder{
	color: #000000;
}
.bloque-black label,.bloque-white legend {
    color: #000000;
    }
.bloque-black a{
	 color: #000000
}

.bloque-black input[type="submit"] {
	background-color: #D21E2B;
	border-radius: 5px;
	font-weight:200;
	border: none;
}

.bloque-white input::placeholder, .bloque-white textarea::placeholder{
	color: #000000;
}
.bloque-white label,.bloque-white legend {
    color: #000000;
    }
.bloque-white a{
	 color: #000000;
}


.bloque-black input[type="submit"]:hover {
	background-color: white;
}
.has-link-color{
	text-decoration:none;
}
.bloque-black input::placeholder, .bloque-black textarea::placeholder{
	color: #ffffff;
}
.bloque-black label,.bloque-black legend {
    color: #ffffff;
    }
.bloque-black a {
    color: #ffffff;
    }
.bloque-white input[type="submit"] {
	background-color: #D21E2B;
	border-radius: 5px;
	font-weight:200;
	border: none;
}

.bloque-white input[type="submit"]:hover {
	background-color: #000000;
	color: #ffffff;
}
.has-link-color{
	text-decoration:none;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	background-color: #ffffff;
}

span.wpcf7-form-control-wrap:not(:first-child) input {
    margin-top: 20px;
    color: black;
}

/*FIN CONTACTFORM*/

.mapa{
	width: 100%;
    height: 100%;
}
