.contactenos {
    padding-top: 120px;
}

.heading-block.blanco:after {
    border-top: 2px solid #fff;
}

.btn-wp {
    width: 300px;
    height: auto;
    margin: auto;
}
    .btn-wp img {
        width: 100%;
        max-width: 300px;
    }

.fondo {
    background: url('../imagenes/background_services2.jpg') no-repeat center bottom;
    background-size: cover;
}

.franja {
    width: 100%;
    height: 300px;
    background-color: #222;
}
    .franja .container, .franja .row {
        height: 100%;
    }
    .franja .row {
        align-items: center;
    }
        .franja h2 {
            color: #fff;
            margin-bottom: 0px;
        }
        .franja p {
            font-size: 20px;
            color: #fff;
            margin-bottom: 0px;
        }
        .franja a {
            font-weight: 700;
            height: 60px;
            line-height: 56px;
            padding: 0 32px;
            font-size: 16px;
            background-color: #fff;
            display: inline-block;
            color: #222;
            border: solid 2px #fff;
            transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;
            letter-spacing: 2px;
        }
        .franja a:hover {
            color: #fff;
            background-color: #222;
            border: solid 2px #fff;
        }

.wp {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}

.fondo-informacion {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
}
    .fondo-informacion .informacion{
        max-width: 700px;
        width: 90%;
        height: auto;
        background-color: #fff;
        box-shadow: 0 0 15px #222;
        padding: 40px;
        position: relative;
    }
    .fondo-informacion .informacion p {
        text-align: justify;
    }
    .btn-cerrar {
        width: 40px;
        height: 40px;
        background-color:#2371d2;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        line-height: 40px;
        font-size: 26px;
        cursor: pointer;
    }

@media all and (max-width: 1600px) {

}

@media all and (max-width: 1199px) {
    .dos {
        display: none;
    }
    .uno {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .contactenos {
        padding-bottom: 0px;
        margin-bottom: 0px !important;
    }
    #peces {
        padding-bottom: 0px;
    }
    .franja .container .row {
        height: 280px;
        padding: 40px 0px;
    }
    .franja .container .row div {
        text-align: center;
    }
}

@media all and (max-width: 991px) {
    .img-nosotros {
        display: none;
    }
    .video-wrap video {
        width: auto;
        height: 100vh;
    }
}

@media all and (max-width: 768px) {
    .franja .container .row {
        height: 280px;
        padding: 40px 0px;
    }
}

@media all and (min-width: 1200px) {
    .dos {
        display: block;
    }
    .uno {
        display: none;
    }
}