@import url('https://fonts.googleapis.com/css2? familia= Roboto:ital,wght@0,100;0,300;0,500;0,900;1,100;1,400;1,500;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@media only screen and (max-width: 600px){
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
}
@media only screen and (min-width: 1025px) {
}
.container-nav{
    background-color: #a70101;
}
body {
    font-family: 'Roboto', sans-serif;
}
.imageLogotipo{
    height: 50px;
    }
.lineNav{
    height: 30px;
    background-color: #a70101;
}
.nav-link{
    font-family:'Roboto', sans-serif;
    transition: background-color 0.3s ease;
}
.iframeContainer{
    height:78vh;
    width:100vw;
}
.containerFooter{
    color: #ffffff;
    background-image: url(https://s3.amazonaws.com/crucianelli.catalogo/Imagenes/SANY3055.JPG);
    object-fit: center;
    height: 50%;
    background-position:under;
}
.firstRowMap{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 100px;
}
.secondRowContact div{
    display: flex;
    justify-content: left;
    padding-bottom:5px;
}
.contactImage{
    height: 25px;
}
.contactText{
    padding-left:10px;
}
.textAreaContainer{
    border-radius: 10px;
    width: 40vw;
}
.phoneLink,.phoneLink:hover{
    text-decoration: none;
    color:white;
}
.nav-link {
    height: 10vh;
    padding: auto;
    font-size: 3vh;
    font-size: 3vw; 
}
.Fondo_boton{  
  background-color: #a70101;
  display: flex; 
  justify-content: center; 
}
.BT{
  background-color: #a70101;
  color: #d3d1d1;
  border-bottom: none;
  border: #a70101;
  font-family: 'Montserrat', sans-serif;
  padding-top: 5px;
  padding-left: 40px;
  padding-bottom: 5px;
  padding-right: 50px;
  /*display: flex; 
  justify-content: center;*/
  font-size: 17px;
  cursor: pointer;

}
.BT:hover {
  background-color: #a8a8a8;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
    .BT {
      font-size: 14px; /* Reducir el tamaño del texto */
      padding: 5px 10px; /* Reducir el relleno */
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      font-size: 12px;
    }
  }
@media screen and (max-width: 380px) {
    .BT {
      display: flex; /* Usamos flexbox */
      flex-direction: column; /* Colocamos los elementos en columnas */
      align-items: center; /* Centramos horizontalmente */
      text-align: center; /* Centramos el texto */
      padding: 10px 0; /* Espacio interno ajustado */
      font-size: 8px;
    }
  }
  @media screen and (max-width: 380px) {
    .imageLogotipo {
        height: 20px;
    }
  }