@media screen and (max-width: 768px) {
    #_paddingBottom {
        padding-bottom: 40px;
    }
}

@media screen and (max-width:1200px) {
    #header .header-nav-main nav > ul > li > a.arreglo_pantalla_pequeña {
        padding-right: 0px;
    }
}

/*Custom styles*/

html {
    scroll-behavior: smooth;
}

.container-header {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

    .container-header .btn {
        position: absolute;
        top: 90%;
        left: 29%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #95B607;
        color: white;
        font-size: 25px;
        padding: 10px 40px;
        border: none;
        cursor: pointer;
        border-radius: 10px;
        text-align: center;
    }

        .container-header .btn:hover {
            background-image: linear-gradient(rgba(0, 0, 0, 0.4) 0 0);
        }


.img-header {
    width: 100%;
    height: auto;
}

.container-body {
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.h1-body {
    font-size: 30px !important;
}

.h1-intro {
    text-align: justify;
    margin-bottom: 20px;
}

.p-intro {
    font-size: 20px !important;
    text-align: justify;
}

.table-intro {
    width: 100%;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
}

.td-intro {
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.img-intro {
    width: 100%;
    height: auto;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.img-circle-1 {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 20%;
    height: auto;
    z-index: 0;
}

.img-circle-2 {
    position: absolute;
    top: 30%;
    left: 37%;
    width: 25%;
    height: auto;
    z-index: 0;
}

.img-circle-3 {
    position: absolute;
    top: 75%;
    left: 86%;
    width: 20%;
    height: auto;
    z-index: 0;
}

.td-intro-text {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.container-nuestrodia {
    width: 100%;
    background-color: #dddddd;
    padding-top: 1px;
    margin-top: 120px;
}

.container-body-nuestrodia {
    text-align: center;
}

.div-nuestrodia {
    display: inline-block;
    padding: 20px;
}

.title-nuestrodia {
    margin: 20px;
    text-align: left;
}

.img-nuestrodia {
    width: 65px;
    height: auto;
}

.td-nuestrodia {
    width: 420px;
}

.h1-nuestrodia {
    font-size: 20px;
    margin: 0px;
    padding-left: 10px;
    text-align: left;
}

.container-fases {
    margin-top: 80px;
}

.h1-fases {
}

.img-fases {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1100px) {
    .container-header .btn {
        top: 90%;
        font-size: 15px;
        padding: 5px 15px;
        border-radius: 5px;
    }

    .h1-body {
        font-size: 20px !important;
    }

    #intro-big {
        display: block !important;
    }

    #intro-small {
        display: none !important;
    }
}

@media screen and (max-width: 850px) {
    .h1-intro {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .p-intro {
        font-size: 15px !important;
    }

    #intro-big {
        display: block !important;
    }

    #intro-small {
        display: none !important;
    }
}

@media screen and (max-width: 680px) {
    .h1-intro {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .p-intro {
        font-size: 15px !important;
    }

    #intro-big {
        display: none !important;
    }

    #intro-small {
        display: block !important;
    }
}