.contenedor_sec1{
    background-image: url('../img/bg-01.jpg');
    background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el div */
    background-position: center; /* Centra la imagen en el div */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
     /* Ajusta la altura del div */
    z-index: -1;
}

.contenedor_contacto_sec2{
    width: 800px;
    height: auto;
    background-color: white;
    padding: 50px;
    border-radius: 25px;
    transition: width 0.5s, height 0.5s;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }

.titulo_contacto_sec1{
    color: #444444;
    font-family: "Pier_Sans_Bold";
    font-size: 36px;
    line-height: 1;
}

.tituloSec_contacto_sec1{
    color: blue;
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    text-align: center;
}

.etiquetas_contacto_sec1{
    color: #444444;
    font-family: "Pier_Sans_Reg";
    font-size: 16px;
}

.textoFin_contacto_sec1{
    color: #444444;
    font-family: "Pier_Sans_Reg";
    font-size: 12px;
}
.tituloresultado_contacto_sec1{
    color: #444444;
    font-family: "Pier_Sans_Bold";
    font-size: 20px;
}

.textoresultado_contacto_sec1{
    color: #444444;
    font-family: "Pier_Sans_Bold";
    font-size: 16px;
}

#span{
    font-size: 10px;
}

.btn_rojo_sec1{
    font-family: "OpenSans-Bold";
    background-color: #FF0000;
    color: white;
    font-size: 16px;
    width: 170px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 100px;
    box-shadow: 0px 1px 2px 0px rgba(100, 100, 100, 1);
}

.btn_rojo_sec1:hover {
    box-shadow: 0px 3px 2px 0px rgba(100, 100, 100, 1);
    background-color: #f00000;
    color: white;
}

.btn_vacio_sec1{
    font-family: "OpenSans-Bold";
    background-color: white;
    color: #444444;
    font-size: 16px;
    width: 170px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 100px;
    box-shadow: 0px 1px 2px 0px rgba(100, 100, 100, 1);
}

.btn_vacio_sec1:hover {
    box-shadow: 0px 3px 2px 0px rgba(100, 100, 100, 1);
    background-color: white;
    color: #444444;
}

.texto_contacto_sec1{
    color: #444444;
    font-family: "Pier_Sans_Bold";
    font-size: 24px;
}

.btn-terciario-izq {
    display: inline-block;
    font-family: "Pier_Sans_Reg";
    font-size: 16px;
    color: #444444 !important;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 20px;
    width: auto;
    padding: 0%;
}

.btn-terciario-izq:hover {
    text-decoration: none;
}

.btn-terciario-izq::after {
    content: '';
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transition: opacity 300ms, transform 300ms;
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
}

.btn-terciario-izq:hover::after,
.btn-terciario-izq:focus::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.btn-terciario-der {
    display: inline-block;
    font-family: "Pier_Sans_Reg";
    font-size: 16px;
    color: #FF0000 !important;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 20px;
    width: auto;
    padding: 0%;
}

.btn-terciario-der:hover {
    text-decoration: none;
}

.btn-terciario-der::after {
    content: '';
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FF0000;
    transition: opacity 300ms, transform 300ms;
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
}

.btn-terciario-der:hover::after,
.btn-terciario-der:focus::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 1500px){
    
}

@media only screen and (max-width: 1050px){
    
}

@media only screen and (max-width: 800px){
    .contenedor_contacto_sec2{
        width: 100%;
    }
}

@media only screen and (max-width: 600px){
    
}

@media only screen and (max-width: 350px){
    
}