/* desarrollado por jose david gomez */
:root {
    --Color: #0c5c8b;
}

/* ------- seccion 1 Postada ---------- */
* {
    font-family: 'Source Sans Pro';
}

.portada {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 635px;
    background-image: url(../images/pexels-tara-winstead-8386440.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.portada>div {
    width: 50%;
    text-align: center;
}

.portada>div p {
    margin: 20px 0px;
}

.portada>div .btn {
    color: #fff !important;
    border-color: #fff;
}

.portada>div .btn:hover {
    background-color: #fff;
    color: #000 !important;
}

/* desarrollado por david palacio rubiano */
/* ------- Seccion 3 Informacion --------- */

#title-information {
    width: 100%;
    text-align: center;
    font-weight: 100;
    font-size: 40px;
    margin-top: 30px;
}

.img-information {
    width: 100%;
    text-align: center;
}

#line-information {
    width: 380px;
}

.information-container {
    justify-content: center;
    width: 100%;
    height: auto;
}

.information {
    position: relative;
    height: 230px;
    padding: 15px;
    -webkit-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
    z-index: 21;
    background: #fff;
}

.information:nth-child(2) {
    margin-right: 15px;
}

.information:nth-child(1) {
    margin-right: 15px;
}

.img-tecnologia-information {
    position: relative;
    max-width: 400px;
    min-height: 400px;
    z-index: 11;
    margin: auto;
    margin-top: -45px;
    border-radius: 100%;
    background-image: url(../images/image_002.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 70%;
}

.img-reunion {
    min-height: 500px;
    margin-top: 100px;
    background-image: url(../images/pexels-tara-winstead-8386440.jpg);
    background-repeat: no-repeat;
    background-size: 1385px;
    background-position: 50% 50%;
}

.conceptos-numerales {
    min-height: 700px;
    max-height: 700px;
    width: auto;
    background-color: var(--Color);
    justify-content: center;
}

.concepto {
    max-height: 400px;
    background: #fff;
    margin-top: -100px;
    -webkit-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
}

.concepto:nth-child(2) {
    margin-left: 20px;
}

.concepto:nth-child(3) {
    margin-left: 20px;
}

.concepto:nth-child(4) {
    margin-left: 20px;
}

.numeral-concepto {
    background: var(--Color);
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    margin: 30px 0 0 20px;
    border-radius: 100%;
}

.numeral-concepto b {
    font-size: 50px;
}

.title-conceptos-numerales {
    margin-top: 10px;
}

.link-numerales-conceptos {
    color: #000;
}

.link-numerales-conceptos:visited {
    color: #000;
}

.link-numerales-conceptos:hover {
    color: rgb(85, 85, 85);
}

.concepto-info {
    background: #fff;
    margin: auto;
    min-width: 600px;
    min-height: 626px;
    margin-right: 185px;
    margin-top: -250px;
    z-index: 11;
    padding: 35px;
    -webkit-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
}

.concepto-info h2 {
    font-size: 50px;
}

.concepto-info p {
    font-size: 20px;
}

.concepto-info-decoration {
    position: absolute;
    margin-left: 20%;
    margin-top: -150px;
    background: rgb(174, 154, 236);
    min-width: 500px;
    min-height: 550px;
    z-index: 9;
    -webkit-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
}

.concepto-info-img {
    background-image: url(../images/pexels-tara-winstead-8386440.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: auto;
    min-width: 650px;
    min-height: 540px;
    margin-top: -410px;
    z-index: 10;
    -webkit-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.75);
}

.btn-concepto-info {
    border-radius: 0;
    background: var(--Color);
    min-width: 200px;
    min-height: 50px;
    font-size: 19px;
    margin-top: 15px;
}

.trayecto {
    text-align: center;
    margin-top: 66px;
}

.videos-trayecto {
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;
}

.video_2 {
    display: flex;
}

/* ------------------------------------------------ */

@media screen and (max-width: 767px) {
    .services {
        display: flex;
        justify-content: center;
        background-size: 330px 410px;
        background-position: center 40px;
    }

    .services>div {
        width: 100%;
        background-size: 330px 330px;
        background-position: center 40px;
    }

    .services>div>div {
        display: inline-block;
        width: 100%;
    }

    .services>div>div>div {
        margin: 0px;
    }

    .services>div>div:nth-child(1),
    .services>div>div:nth-child(2) {
        margin: 0px;
        padding: 0px;
        display: grid;
        justify-content: center;
        position: relative;
        top: 28%;
    }

    .service {
        margin-bottom: 20px !important;
    }

    #information {
        margin-top: 13%;
        display: grid;
        justify-content: center;
    }

    #information h3 {
        padding: 0px 9px;
    }

    .information:nth-child(1),
    .information:nth-child(2),
    .information:nth-child(3) {
        margin-right: 0px;
    }

    .information {
        width: 70%;
        margin-bottom: 20px;
    }

    .img-tecnologia-information {
        min-width: 70%;
        min-height: 340px;
        margin: 20px 40px;
        padding: 0px;
    }

    .img-reunion {
        margin: 35px 0px 0px 0px;
    }

    .conceptos-numerales {
        height: auto;
        width: auto;
        min-height: none;
        max-height: none;
        margin: -67px 12px 0px 12px !important;
        background: none;
    }

    .concepto {
        margin: 0px 0px 15px 0px !important;
        height: auto;
        width: auto;
    }

    .concepto-info-container {
        margin-top: 90px;
        width: 100%;
        height: auto;
    }

    .concepto-info {
        min-width: 100%;
        min-height: auto;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 12px;
    }

    .concepto-info-decoration {
        display: none;
    }

    .concepto-info-img {
        margin-top: 0px;
        min-width: 100%;
        min-height: auto;
        z-index: 14;
    }

    .videos-trayecto {
        display: block;
        margin: 0px;
        padding: 0px 10px;
    }

    .video_2 {
        display: block;
        width: 100%;
        height: auto;
    }

    .video_2 video {
        width: 100%;
        height: auto;
    }
}