button,
input,
textarea {
    border-radius: 0 !important;
}
.wfondo-100 {
    width: 100%!important;
    height: 70%; 
}

.datos-ubicacion img {
    width: 100%;
}

.redes-bottom {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 2px;
    width: calc(100% - 24px);
}
@media only screen and (max-width: 1000px) {

   
    .wfondo-100 {
    
        width: 100%;
        height: 50%; 
    }
    
}
@media only screen and (min-width: 768px) {
    .datos-ubicacion img {
        width: 70%;
    }

    .redes-bottom {
        display: inline;
        right: -44px;
        bottom: 70px;
        width: auto;
    }

    .redes-bottom div:nth-child(1) {
        border-radius: 0 10px 0 0;
    }

    .redes-bottom div:nth-child(3) {
        border-radius: 0 0 75% 0;
    }
}
@media only screen and (max-width: 600px) {


    .wfondo-100 {
    
        width: 100%;
        height: 40%; 
    }
    
}


@font-face {
    font-family: Recoleta-Bold;
    src: url("./../fonts/Recoleta Bold.otf");
}

@font-face {
    font-family: Recoleta-Medium;
    src: url("./../fonts/Recoleta Medium.otf");
}

@font-face {
    font-family: Recoleta-SemiBold;
    src: url("./../fonts/Recoleta Semibold.otf");
}

@font-face {
    font-family: Agrandir-Variable;
    src: url("./../fonts/Agrandir Variable.ttf");
}
