/*
Theme Name: mybluebricks
Theme URI: 
Author: Agencia Reinicia
Author URI: https://www.agenciareinicia.com/
Description: My Blue Bricks Theme
Requires at least: 6.0
Tested up to: 6.4.2
Requires PHP: 5.7
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: mybluebricks
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/



/* -------------------------------------------------------------------------- */
/*                                   General                                  */
/* -------------------------------------------------------------------------- */
.btn.focus,
.btn:focus,
.btn:hover {
  color: white;
  text-decoration: none;
  border: 0;
}

/* -------------------------------------------------------------------------- */
/*                                   Buttons                                  */
/* -------------------------------------------------------------------------- */
.btn {
  border: 0;
}

.btn-black-small {
  background-color: #8ea2b2;
  color: white;
  font-size: 14px;
  margin: 5px 0;
  position: relative;
  padding: 15px 16px;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.btn-black-small:hover {
  background-color: #eacb55;
  color: white;
}

.btn-black {
  background-color: #8ea2b2;
  color: white;
  font-size: 14px;
  margin: 30px 0;
  position: relative;
  padding: 15px 46px;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.btn-black:hover {
  background-color: #eacb55;
  color: white;
}

.btn-project {
  background-color: #8ea2b2;
  text-align: center;
  left: 50%;
  color: white;
  font-size: 11px;
  font-weight: 500;
  border: none;
  letter-spacing: 2px;
  margin-bottom: 65px;

  position: relative;
  transform: translate(0, 0);
  padding: 15px 45px;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}
.btn-project-map {
  background-color: #8ea2b2;
  text-align: center;
  left: 50%;
  color: white;
  font-size: 11px;
  font-weight: 500;
  border: none;
  letter-spacing: 2px;
  margin: 30px 0;
  position: relative;
  transform: translate(-50%, 0);
  padding: 15px 45px;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.btn-project:hover {
  background-color: #eacb55;
  color: white;
}

#btn-hero{
  left:0;
  padding: 10px 45px;
}

@media only screen and (max-width: 768px) {
  #btn-hero{
    left: 0;
  }
  p{
    padding: 10px;
  }

  .filter-item{
    margin-bottom: 1rem;
  }

  #first-button{
    margin-right:5px !important ;
  }
  #text-about-home{
    margin-bottom: 35px !important;
    
  }
}


/* -------------------------------------------------------------------------- */
/*                            Block - Maps Overview                           */
/* -------------------------------------------------------------------------- */

.heading {
  margin-bottom: 30px;
}

.heading.center {
  text-align: center;
}

.heading.center h2 {
  font-size: 33px;
}

.infoWindow h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0;
}

.infoWindow p {
  line-height: 17px;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
}

.infoWindow .info {
  padding: 10px;
}

.infoWindow .btn {
  background-color: black;
  color: white;
  margin-top: 10px;
  padding: 5px 20px;
  font-size: 12px;
}

.infoWindow .btn:hover {
  background-color: #424242;
}

.gm-style-iw {
  padding: 0 !important;
}

/* -------------------------------------------------------------------------- */
/*                      Block Text and Form - Contact us                      */
/* -------------------------------------------------------------------------- */

.block-text-and-form .frm_submit {
  float: right;
  background-color: black !important;
  color: white !important;
  padding: 7px 10px 7px 10px !important;
}

.block-text-and-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-bottom: 0 !important;
}

.block-text-and-form .form-group {
  margin-bottom: 0;
}

.block-text-and-form .wpcf7-form-control {
  margin-bottom: 11px !important;
}

.block-text-and-form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0em 1em;
  border: 2px solid #00a0d2;
  font-size: 12px;
  text-align: center;
}

.block-text-and-form p {
  margin: 0;
}

.icon-float {
  position: absolute;
  bottom: 0;
  width: 150px;
  right: 0;
  bottom: 10px;
  background-color: white;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgb(110 110 110 / 60%);
}

/* -------------------------------------------------------------------------- */
/*                                  Project                                  */
/* -------------------------------------------------------------------------- */
.status {
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 12px;
  font-size: 13px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-weight: 600;
  color: white;
}

.status.new {
  background-color: #8ea2b2;
}

.status.finalized {
  background-color: #87764b;
}

.status.underconstruction{
  background-color: #eacb55;
}

/* -------------------------------------------------------------------------- */
/*                                 Book a Call                                 */
/* -------------------------------------------------------------------------- */

.call-us-button,
.contact-button,
.book-call-container {
    margin-left: 20px;
    
}

.book-call-container{
  text-align: end;
}

.call-us-button {
    border: 1px solid #8ea2b2;
    background-color: transparent;
    padding: 8px 15px;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    margin-right: 15px;
    font-size: 14px;
}

.contact-button {
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 5px 15px;
    opacity: 0.7;
    text-transform: uppercase;
    transition: opacity 0.3s ease-in;
    color: white;
}

@media (max-width: 1024px) {
    .book-call-container {
        flex-direction: row;
        justify-content: flex-end;
        margin-left: 0;
    }
}
@media (max-width: 1366px) {
  .call-us-button,
  .contact-button,
  .book-call-container {
      margin-left: 0px;
      
  }
}

@media (max-width: 768px) {
    .book-call-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .call-us-button,
    .book-call-button {
        margin-bottom: 10px;
    }
}

.book-call-button {
  font-family: "Montserrat" "sans-serif";
  font-weight: 400;
  background-color: #8ea2b2;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 20px;
  text-decoration: none;

  /* No es necesario el margen izquierdo si usas justify-content: space-between; */
}

.book-call-button:hover {
  background-color: #7d919e;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .book-call-button {
    display: none; /* Oculta el botón en dispositivos móviles */
  }
}

.testimonials-item {
  display: flex;
}

.testimonials-content-wrapper {
  display: flex;
  width: 100%;
}

.testimonials-image {
  flex: 1;
  margin-right: 20px; /* Espacio entre la imagen y el texto */
}

.testimonials-text {
  flex: 1;
}

/* -------------------------------------------------------------------------- */
/*                                 project icons                               */
/* -------------------------------------------------------------------------- */

.icon-container {
  display: flex;
  flex-direction: row; /* Asegura que los iconos estén alineados horizontalmente */
  align-items: center; /* Alinea los elementos verticalmente */
  margin-top: 15px;
}

/* Cambié ".icon-proyect" a ".icon-project" */
.icon-project {
  color: black !important; /* Cambia el color del texto a negro */
  font-size: 14px;
}

.icon-container > div {
  margin-right: 15px; /* Espacio entre los iconos */
}

/* Estilo para hacer los botones redondos */
.process-buttons a {
  border-radius: 50%;
  position: relative; /* Para que los ::after se posicionen correctamente */
  padding: 10px 20px; /* Ajusta el espaciado interno del botón según sea necesario */
  background-color: #fff; /* Color de fondo de los botones */
  border: 2px solid #000; /* Borde de los botones */
  text-decoration: none; /* Elimina subrayado de los enlaces */
  color: #000; /* Color del texto de los botones */
  display: inline-block; /* Asegura que los botones se muestren en línea */
  margin: 0 20px; /* Espacio entre los botones */
}

/*Boton volver arriba estilo*/

.arrow-top {
  background-color: #dfdacd;
  width: 50px;
  height: 50px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid black;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}

/*Texto Social Media HoMe*/

.text-center .white-text p {
  color: white;
}

/*Boton read more para posts en Become a Pro in Spain*/

