.Section-Uno {
    height: 25px;
    background: #000047;
}

.text-title > h1 {
    font-size: 34px;
    font-weight: 600;
    color: #ef5821;
}

.text-subtitle > h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000047;
}

.text-subtitle > h4 {
    font-size: 32px;
    font-weight: 600;
    color: #a52107;
}

.text-parrafo > p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.text-subtitle > h5 {
    font-size: 24px;
    font-weight: 400;
    color: #000047;
}

.Section-Servicios {
    background: url('../img/fondo.jpg');
    background-repeat: no-repeat;
    height: auto;
}

.section-Formulario {
    background: #eee;
    height: 100vh;
}

.section-cobertura {
    background: url('../img/fondo2.jpg');
    background-repeat: no-repeat;
    height: auto;
}

.section-contacto {
    background: #353535;
}

.parrafo > p {
    font-size: 20px;
    color: #a52107;
    font-weight: 500;
}

.item1:hover {
    content: url('../img/NoRoedores.png');
    opacity: .8;
    transition: opacity 2s;
    cursor: pointer;
}

.item2:hover {
    content: url('../img/NoInsectos_1.png');
    opacity: .8;
    transition: opacity 2s;
    cursor: pointer;
}

.item3:hover {
    content: url('../img/Sanitizacion2.png');
    opacity: .8;
    transition: opacity 2s;
    cursor: pointer;
}

.item4:hover {
    content: url('../img/Certificaci%C3%B3n2.png');
    opacity: .8;
    transition: opacity 2s;
    cursor: pointer;
}

.fumigador {
    width: 32%;
    position: absolute;
    z-index: 999;
    bottom: 0px;
    left: 150px;
}

.btn-plaga {
    background: #EF5821;
}

.plaga-text {
    color: #EF5821;
}

.text-nj > h1 {
    background: #ef5821;
    font-size: 24px;
    position: absolute;
    margin-left: 35px;
    width: 470px;
    height: 30px;
    bottom: 10px;
    color: #FFF;
    font-weight: 500;
}

.text-footer {
    color: #FFF;
    font-size: 16px;
    margin-top: 20px;
}


.imghogar {
    background-image: url("../img/Hogar.jpg");
}

.imgempresas {
    background-image: url("../img/Empresas.jpg");
}

.imgcomercios {
    background-image: url("../img/Comercios.jpg");
}

.imginstituciones {
    background-image: url("../img/Instituciones.jpg");
}

div#imagen {
    width: 470px;
    height: 200px;
    background-size: cover;
    /*sólo para ejemplo*/
    margin: 30px auto;
    color: #FFF;
}

div#info {
    position: absolute;
    overflow: hidden;
    width: 470px;
    height: 200px;
    background-color: rgba(31, 31, 31, 0.9);
    opacity: 0;
    transition: opacity 0.3s;
}

div#imagen:hover div#info {
    opacity: 1;
}

p#headline {
    position: absolute;
    font-size: 1.5rem;
    margin-left: -75px;
    margin-top: 1px;
    transition: margin-left 0.3s;
}

div#imagen:hover p#headline {
    margin-left: 115px;
}

p#descripcion {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0px;
    transition: margin-top 0.4s;
}

div#imagen:hover p#descripcion {
    margin-top: 10px;
    padding: 10px 15px;
}

div#imagen:hover p#descripcion2 {
    margin-top: 50px;
    padding: 10px 15px;
}



#scrollUp {
    background-image: url("../img/top.png");
    background-size: cover;
    bottom: 10px;
    right: 150px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}



.to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 2.5rem;
    color: #000;
    padding: 9px 12px;
    border-radius: 50%;
}

.to-top:hover {
    color: blueviolet;
}

.to-top:visited {
    display: none;
}

@media (max-width: 576px) {

    .nomargin {
        margin-right: -15px;
        margin-left: -15px;
    }

    .Section-Servicios {
        background: url('../img/fondo.jpg');
        background-repeat: no-repeat;
        height: auto;
    }

    .section-Formulario {
        background: #eee;
        height: auto;
    }

    .section-cobertura {
        background: url('../img/fondo2.jpg');
        background-repeat: no-repeat;
        height: auto;
    }

    .fumigador {
        width: 32%;
        position: absolute;
        z-index: 999;
        bottom: 0px;
        left: 10px;
    }

    .text-nj > h1 {
        background: #ef5821;
        font-size: 24px;
        position: absolute;
        width: 296px;
        height: 30px;
        bottom: 10px;
        color: #FFF;
        font-weight: 500;
        margin-left: 18px;
    }

    div#imagen {
        width: 330px;
        height: 200px;
        background-size: cover;
        margin: 10px 0px;
        color: #FFF;
    }

    div#info {
        position: absolute;
        overflow: hidden;
        width: 330px;
        height: 200px;
        background-color: rgba(31, 31, 31, 0.9);
        opacity: 0;
        transition: opacity 0.3s;
    }
}














/*********************** Demo - 15 *******************/
.box15 {
    position: relative
}

.box15 img {
    width: 100%;
    height: auto
}

.box15 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease 0s
}

.box15:hover .box-content {
    background-color: rgba(255, 242, 242, .8)
}

.box15 .box-content:after,
.box15 .box-content:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    transform: scale(1.5);
    transition: all .6s ease .3s
}

.box15 .box-content:before {
    border-left: 1px solid #040404;
    border-top: 1px solid #040404;
    top: 19px;
    left: 19px
}

.box15 .box-content:after {
    border-bottom: 1px solid #040404;
    border-right: 1px solid #040404;
    bottom: 19px;
    right: 19px
}

.box15:hover .box-content:after,
.box15:hover .box-content:before {
    opacity: 1;
    transform: scale(1)
}

.box15 .title {
    font-size: 16px;
    color: #000;
    margin: 0;
    position: relative;
    top: 0;
    opacity: 0;
    transition: all 1s ease 10ms
}

.box15:hover .title {
    top: 20%;
    opacity: 1;
    transition: all .5s cubic-bezier(1, -.53, .405, 1.425) 10ms
}

.box15 .title:after {
    content: "";
    width: 0;
    height: 1px;
    background: ;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 1s ease 0s
}

.box15:hover .title:after {
    width: 80%;
    transition: all 1s ease .8s
}

.box15 .icon {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(1, -.53, .405, 1.425);
    transition-delay: .1s
}

.box15:hover .icon {
    bottom: 39%;
    opacity: 1
}

.box15 .icon li {
    display: inline-block
}

.box15 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    border: 1px solid #000;
    margin-right: 5px;
    transition: all .3s ease-in-out 0s
}

.box15 .icon li a:hover {
    background: #000;
    color: #fff
}

@media only screen and (max-width:990px) {
    .box15 {
        margin-bottom: 30px
    }
}