.contact-area {
    position: relative;
    z-index: 1;
    margin: 1rem auto;
}
.banlargo{
    margin-right: -131px;
    margin-left: -133px;
    margin-top: -33px; 
}
.rt-banner-area {
    position: relative;
    background-size: cover; 
    display: block;
    padding: 0% 0% 7% 0%;
}

.div_form__ {
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255);
    padding: 10px;
    border-radius: 20px;
    top: 65%;
    right: 0;
    left: 0;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 30px 5px rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
    width: 85%;
    border: 10px solid var(--Color-secundario);
}

.texto{ 
    color: #1D1F38;  
}
.titulo{
    color: #1D1F38;
} 

.rt-banner-area img{
    width: 75%;
}

/*Carrusel hoteles en promocion*/
.marginHotel1{
    margin: 0 0.2rem 0 0.2rem;
    transform: scale(0.9);
}




/*dimension 1 pantalla de 2133-1920 largo*/
@media screen and (max-width: 2134px) and (min-width: 1518px){
    .bannerinfo{
        height: 20vw;
    }
    .div_form__ { 
        top: 55%; 
    }
    .comentarios-contenedor{
        width: auto;
        height: auto;
    }
  }
/*dimension 2 pantalla de 2560-2135 largo*/
  @media screen and (max-width: 2560px) and (min-width: 2135px){
    .comentarios-contenedor{
        background-position-x: 0%;
        background-position-y: 0%;
    }
    .container{
        padding: 100px;
        max-width: 100%;
    }
    .carrusel-3x3{
        max-width: 82%;
        margin-left: auto;
        margin-right: auto;
    } 
    .titulo{
        font-size: 10rem;
    }
    .subtitulo{
        font-size: 5rem;
    }
  }
  /*dimension 4 pantalla de 1440-1380 largo*/
  @media screen and (max-width: 1440px) and (min-width: 1380px){
     
  }
    /*dimension 5 pantalla de 1024-770 largo*/
    @media screen and (max-width: 1024px) and (min-width: 770px){
         
        .comentarios-contenedor{
            padding: 0px;
        }
      }

/*dimension 6 pantalla de 768-430 largo*/
    @media screen and (max-width: 768px) and (min-width: 430px){
         
        .comentarios-contenedor{
            padding: 0px;
        }
        .div_form__{
            top: 31%;
            width: 55%;
        }
        .input_motor_home__{
            padding: 7px 13px;
            margin-bottom: 0px;
        }
        .consultar_btn__{
            border-radius: 22px;
            margin-top: 7px;
        }
        .rt-banner-area img{
            width: 100%;
        }
      }
/*dimension 7 pantalla de 429-380 largo*/
@media screen and (max-width: 429px) and (min-width: 0px){
     
    .comentarios-contenedor{
        padding: 0px;
    }
    .bannerinfo{ 
        background-size: 100% 100%;
    }
    .div_form__{
        top: 32%;
        width: 74%;
        padding: 3px;
    }
    .rt-banner-area img{
        width: auto;
    }
    .separacion2{
        margin: 15px;
    }
    .comentarios-contenedor{
        height: 157px;
    }
    .item-testimonio .contenedor-reseñas{
        width: 125px;
        height: 127px;
        padding: 1px 6px 22px 3px; 
    }
    .comentarios-contenedor .row{
        margin-top: -31px;
    }
    .owl-carousel .owl-item img{
        transform: scale(1.0);
    }
    .item-testimonio .titulo{
        font-size: 1rem;
        margin-top: -5px;
    }
    .item-testimonio i{
        font-size: 9px;
    }
    .text-center{
        margin-top: -11px;
    }
    .item-testimonio .texto{
        font-size: 0.95rem;
        line-height: 1.4;
        margin-top: 0px;
    }
    .input_motor_home__{
        font-size: 12px !important;
        padding: 3px 10px;
    } 
    .consultar_btn__{
        font-size: 12px;
        border-radius: 22px;
        margin-top: 16px;
    }

  }

  @media screen and (max-width: 320px) and (min-width: 0px){
      .btn-block{
        margin-top: 15px;
      }
      .input_motor_home__{
        font-size: 9px !important;
        padding: 0px 4px;
      }
  }