body{
  font-family: "Montserrat", sans-serif;
} 

.logo{
  width: 150px;
} 
 

/*titulos banner*/
.h1banner{ 
	font-weight: 400; 
  color: white;
  text-shadow: 3px 3px 3px #000;
}
.h2banner{
  color: white;
  font-size: 1.3rem;  
  text-shadow: 3px 3px 3px #000;
  
}

.txt-menu{
  font-weight: 600!important;
  font-size: 12px!important;
  color: #08478b!important;
}

.txt-menu:hover{
  font-weight: 600!important;
  font-size: 12px!important;
  color: #c11832!important;
}

.txt-blue{
  color: #08478b!important;
}

.txt-red{
  color: #c11832;
}


.icon-footer{
  color: white;
}

.icon-footer:hover{
  color: gray;
}


/*botones*/
.btn-llamanos{
  background: #c11832!important;
  color: white;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos:hover{
  background:#6a0c1a!important;
  color: white;
}  

.btn-whatsapp{
  background: #00e676;;
  color: black; 
  border-radius: 20px;
  font-size: 13px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whatsapp:hover{
  background: #007a3f;; 
  color:  white;
} 

.btn-mudanza{
  background: #08478b!important;
  color: white;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 5px;
  margin-top: 5px; 
}
.btn-mudanza:hover{
  background:#052f5c!important;
  color: white;
}  

.btn-envia {
  background: #c11832!important;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover {
  background: #6a0c1a!important; 
  color: white;  
  
} 

.btn-1{
  background:#c11832;
  color: white;
  border-radius: 20px; 
}

.btn-1:hover{
  background: #6a0c1a;
  color: white;
}


/*botones gracias*/
.btn-back{
  background: #08478b;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #041f3c;
  color: white;  
}  

.btn-llamanos-g{
  background:#c11832!important;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background: #6a0c1a!important; 
  color: white;  
}  

.btn-whats-g{
  background: #00e676;;
  color: black; 
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whats-g:hover{
  background: #007a3f;; 
  color:  white;

} 


/*banner fondo*/ 
#banner {
  background-image: url(../img/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

/*backgrounds*/
.bg-menu{ 
  background: gray;
}

.bg-blue {
  background: #08478b;
}

.bg-gris{
  background: #ebebeb;
}



/*formulario*/
.bg-form {
  background: rgb(255 255 255 / 83%);
  border-radius: 20px; 
} 
 


/*tamaño de imagenes*/
.img-size1{
  width: 50px;
}

.img-size2{
  width: 80px;
}


@media (max-width: 425px){
  #banner {
    background-size: 160% auto!important;
    background-position: 0px 0px;
} 

}

.img-btn-float {
  width: 50px;
}

.btn-float1{
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99999999;
}

.btn-float2{
  position: fixed;
  bottom: 160px;
  right: 30px;
  z-index: 99999999;
}

@media (max-width: 768px){

  #banner {
      background-size: 160% auto;
      background-position: 0px 0px;
  } 

  .h1banner{
    padding-top: 18px; 
    font-size: 31px;
    margin-bottom: 4px;
  }

  .h2banner{
    /*padding-top: 23px;*/
    font-size: 19px;
    margin-bottom: 4px;
  }



  /*formulario*/
  .bg-form {
    background: rgb(201 201 201);
    border-radius: 20px; 
    margin-top: 100px;
    margin-bottom: 30px;
  } 


 
}