.seccion-contacto-contactanos{
    padding: 80px 0px 120px 0px !important;
}
.seccion-contacto{
    width: 100%;
}
.bg-1{
    width: 100%;
    height: 100%;
    /* background-image: url('/img/lignum/FondoInferior.png'); */
    /* background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; */
}
.bg-2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1000px;
    background-image: url('/img/lignum/RectanguloInstagram.png');
    background-size: 1950px 800px;
    background-position: 0px 150px;
    background-repeat: no-repeat;
}
#landing-contenedor-perfil-instagram{
    font-family: 'Montserrat';
    font-size: 1.5em;
    font-weight: 600;
    color: #FAFAFA;
    background-image: url('/img/lignum/RectanguloInstagram.png');
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 5vh;

}
.seccion-contacto-contactanos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.seccion-contacto-contactanos-titulo{
    width: 100%;
    text-align: center;
    font-family: 'Antipasto Pro';
    font-size: 30px;
    font-weight: 600;
    color: #FAFAFA;
}
.contactanos-form{
    width: 40%;
    height: fit-content;
    margin-top: 20px;
}
.contactanos-form-btn-submit{
    width: 320px;
    height: 45px;
    font-family: 'Myriad Pro';
    font-size: 16px;
    font-weight: 600;
    color: #FAFAFA;
    border: none;
    border-radius: 20px;
    background-color: #2CAAA1;
    transition: .2s;
}
.contactanos-form-btn-submit:hover{
    background-color: #32b9b0;
    -webkit-box-shadow: 0px 0px 26px -8px rgba(44, 170, 161 ,1);
    -moz-box-shadow: 0px 0px 26px -8px rgba(44, 170, 161 ,1);
    box-shadow: 0px 0px 26px -8px rgba(44, 170, 161 ,1);
}
.seccion-contacto-instagram-titulo{
    width: 100%;
    text-align: center;
    font-family: 'Antipasto Pro';
    font-size: 30px;
    font-weight: 600;
    color: #FAFAFA;
}
.btn-seguir-instagram{
    height: 45px;
    padding-top: -15px;
    font-family: 'Myriad Pro';
    font-size: 16px;
    font-weight: 600;
    color: #FAFAFA;
    border: none;
    border-radius: 20px;
    background-color: #2CAAA1;
}

.btn-seguir-instagram:hover{
    background-color: #32b9b0;
    -webkit-box-shadow: 0px 0px 26px -8px rgba(44, 170, 161 ,1);
    -moz-box-shadow: 0px 0px 26px -8px rgba(44, 170, 161 ,1);
    box-shadow: 0px 0px 26px -8px rgba(44, 170, 161 ,1);
}
.btn-seguir-instagram > i{
    position: relative;
    top:3px;
    font-size: 28px;
}
.img-tamaño-instagram{
    width:23vw;
    height:23vw;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .img-tamaño-instagram{
        width:18vw;
        height:18vw;
    }
}

@media (min-width: 992px) {
    .seccion-contacto-contactanos{
        padding: 80px 0px 120px 0px !important;
    }
    .img-tamaño-instagram{
        width:15vw;
        height:15vw;
    }
    .contactanos-form-btn-submit{
        width: 60%;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    .img-tamaño-instagram{
        width:12vw;
        height:12vw;
    }
}
