*,
:after,
:before {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

ul {
    list-style: none
}

img {
    max-width: 100%;
    object-fit: cover
}

a {
    text-decoration: none
}

.line_toggle {
    background: #FFF!important
}

.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out
}

.animated-icon1 span {
    background: #e65100
}

.animated-icon2 span {
    background: #e3f2fd
}

.animated-icon3 span {
    background: #f3e5f5
}

.animated-icon1 span:first-child {
    top: 0px
}

.animated-icon1 span:nth-child(2) {
    top: 10px
}

.animated-icon1 span:nth-child(3) {
    top: 20px
}

.animated-icon1.open span:first-child {
    top: 11px;
    transform: rotate(135deg)
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    transform: rotate(-135deg)
}

.animated-icon2 span:first-child {
    top: 0px
}

.animated-icon2.open span:first-child {
    top: 11px;
    width: 0%;
    left: 50%
}

.animated-icon3 span:first-child {
    top: 0px;
    transform-origin: left center
}

.animated-icon3.open span:first-child {
    transform: rotate(45deg);
    top: 0px;
    left: 8px
}

.navbar {
    transition: 0.3s ease-in-out
}

.navbar .container .navbar-brand {
    font-size: 2rem;
    font-weight: 400
}

.navbar .container .navbar-brand .JgLastName {
    color: #22A7F0
}

@media only screen and (max-width:768px) {
    .navbar .container .navbar-brand {
        font-size: 1.2rem!important
    }
}

@media only screen and (max-width:991px) {
    .navbar .container .navbar-collapse .navbar-nav {
        background: #33B5E5
    }
}

.carousel .carousel-inner .carousel-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 1
}

.carousel .carousel-inner .carousel-item .view {
    height: 100vh
}

.carousel .carousel-inner .carousel-item .view img {
    object-fit: cover
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    z-index: 1
}

.carousel .carousel-inner .carousel-item .carousel-caption .message_h2_jorge {
    color: #22A7F0
}

@media only screen and (min-width:320px) {
    .carousel .carousel-inner .carousel-item .carousel-caption .message_h2_jorge {
        margin: 1rem 0;
        font-size: 1.5rem
    }
}

@media only screen and (min-width:575px) {
    .carousel .carousel-inner .carousel-item .carousel-caption .title_name_jorge {
        font-size: 1.3rem
    }
    .carousel .carousel-inner .carousel-item .carousel-caption .message_h2_jorge {
        font-size: 2rem
    }
    .carousel .carousel-inner .carousel-item .carousel-caption .text_info_jorge {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:768px) {
    .carousel .carousel-inner .carousel-item .carousel-caption .text_info_jorge,
    .carousel .carousel-inner .carousel-item .carousel-caption .title_name_jorge {
        font-size: 1.5rem
    }
    .carousel .carousel-inner .carousel-item .carousel-caption .message_h2_jorge {
        font-size: 3rem
    }
    .carousel .carousel-inner .carousel-item .carousel-caption .text_info_jorge {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:992px) {
    .carousel .carousel-inner .carousel-item .carousel-caption .text_info_jorge,
    .carousel .carousel-inner .carousel-item .carousel-caption .title_name_jorge {
        font-size: 1.7rem
    }
    .carousel .carousel-inner .carousel-item .carousel-caption .message_h2_jorge {
        font-size: 3.5rem
    }
}

@media only screen and (min-width:1020px) {
    .carousel .carousel-inner .carousel-item .carousel-caption .text_info_jorge,
    .carousel .carousel-inner .carousel-item .carousel-caption .title_name_jorge {
        font-size: 1.5rem
    }
    .carousel .carousel-inner .carousel-item .carousel-caption .message_h2_jorge {
        font-size: 3em
    }
}

.carousel .carousel-inner .btn_slide_active i {
    font-size: 2rem
}

#services .container_services {
    width: 100%;
    box-sizing: border-box
}

@media only screen and (max-width:575px) {
    #services .container_services {
        width: 100%;
        padding: 1rem 0rem!important
    }
}

#services .container_services .row .content_title_services {
    box-sizing: border-box;
    position: relative
}

#services .container_services .row .content_title_services:before {
    position: absolute;
    content: "";
    background: #CCC;
    width: 3rem;
    height: 0.2em;
    left: 50%;
    bottom: -1.5rem;
    transform: translate(-50%, -50%)
}

@media only screen and (min-width:768px) {
    #services .container_services .row .content_title_services {
        margin-top: 4rem
    }
}

@media only screen and (max-width:575px) {
    #services .container_services .row .content_title_services {
        padding: 0!important;
        width: 100%
    }
}

#services .container_services .row .content_title_services .title_services {
    color: #2f3542;
    font-weight: 400;
    font-size: 2.3rem
}

@media only screen and (max-width:575px) {
    #services .container_services .row .content_title_services .title_services {
        font-size: 1.5rem;
        line-height: 1.5;
        margin: 0!important
    }
}

@media only screen and (max-width:575px) {
    #services .card_services {
        padding: 0 1rem!important
    }
}

#services .card_services .card_contet {
    position: relative;
    width: 350px;
    height: 280px;
    background: url(../Images/Card_Tecnology.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    margin-top: 1rem
}

#services .card_services .card_contet:nth-child(2) {
    background: url(../Images/Card_work.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

#services .card_services .card_contet:nth-child(3) {
    background: url(../Images/Card_Solution.jpg) no-repeat;
    background-size: cover;
    background-position: center center
}

@media only screen and (max-width:575px) {
    #services .card_services .card_contet {
        width: 100%
    }
    #services .card_services .card_contet:first-child {
        margin-top: 0!important
    }
}

#services .card_services .card_contet:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.59)
}

#services .card_services .card_contet:hover .card_services_info {
    transform: translateY(0%);
    opacity: 1
}

#services .card_services .card_contet .icon_img_service {
    position: relative;
    z-index: 1;
    width: 3.5rem
}

#services .card_services .card_contet .text_card {
    z-index: 1;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.3
}

#services .card_services .card_contet .card_services_info {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 1;
    transition: 0.5s ease-in-out;
    opacity: 0;
    background: #24A3E7
}

@media only screen and (min-width:768px) {
    #experiencie_detail {
        margin-top: 8rem!important
    }
}

#experiencie_detail .container-fluid .row .content_img_exp img {
    width: 80%;
    /*height: 100%;*/
    object-fit: cover
}

@media only screen and (min-width:576px) {
    #experiencie_detail .container-fluid .row .content_img_exp {
        padding: 0!important
    }
}

@media only screen and (min-width:768px) {
    #experiencie_detail .container-fluid .row .content_info_exp {
        padding: 3rem!important
    }
}

#experiencie_detail .container-fluid .row .content_info_exp .title_experiencie {
    line-height: 1.5;
    color: #2f3542;
    font-weight: 400;
    font-size: 1.4rem;
    width: 100%
}

@media only screen and (min-width:575px) {
    #experiencie_detail .container-fluid .row .content_info_exp .title_experiencie {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:768px) {
    #experiencie_detail .container-fluid .row .content_info_exp .title_experiencie {
        text-align: left!important;
        justify-content: start!important
    }
}

@media only screen and (min-width:991px) {
    #experiencie_detail .container-fluid .row .content_info_exp .title_experiencie {
        font-size: 2.5rem
    }
}

#experiencie_detail .container-fluid .row .content_info_exp p {
    text-align: center;
    font-size: 1.1rem
}

@media only screen and (min-width:768px) {
    #experiencie_detail .container-fluid .row .content_info_exp p {
        text-align: left!important
    }
}

#experiencie_detail .container-fluid .row .content_info_exp span i {
    font-size: 1.4rem
}

@media only screen and (min-width:575px) {
    #experiencie_detail .container-fluid .row .content_info_exp span i {
        margin-right: 1rem!important
    }
}

#experiencie_detail .container-fluid .row .content_info_exp span p {
    font-size: 1rem
}

@media only screen and (min-width:575px) {
    #experiencie_detail .container-fluid .row .content_info_exp span p {
        font-size: 1.1rem!important
    }
}

@media only screen and (min-width:575px) {
    #experiencie_detail .container-fluid .row .content_info_exp span {
        justify-content: center!important
    }
}

@media only screen and (min-width:768px) {
    #experiencie_detail .container-fluid .row .content_info_exp span {
        justify-content: flex-start!important
    }
}

@media only screen and (min-width:768px) {
    #experiencie_detail .container-fluid .row .content_info_exp .content_btn_experience {
        justify-content: flex-start!important
    }
}

#experiencie_detail .container-fluid .row .anios_exp {
    background: #F5FBFF;
    position: relative
}

#experiencie_detail .container-fluid .row .anios_exp:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #666
}

#experiencie_detail .container-fluid .row .anios_exp p {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px
}

@media only screen and (min-width:575px) {
    #experiencie_detail .container-fluid .row .anios_exp p {
        font-size: 1.7rem
    }
}

@media only screen and (min-width:768px) {
    #experiencie_detail .container-fluid .row .anios_exp p {
        font-size: 2rem
    }
}

#container_mission_and_vision {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(235, 228, 228, 0.4))
}

@media only screen and (min-width:768px) {
    #container_mission_and_vision .container-fluid .row {
        padding: 0!important
    }
}

@media only screen and (min-width:768px) {
    #container_mission_and_vision .container-fluid .row .content_mv {
        padding: 2rem
    }
}

@media only screen and (min-width:991px) {
    #container_mission_and_vision .container-fluid .row .content_mv {
        padding: 4rem
    }
}

#container_mission_and_vision .container-fluid .row .content_mv .title_mv {
    color: #2f3542;
    font-weight: 400;
    font-size: 1.6rem
}

@media only screen and (min-width:768px) {
    #container_mission_and_vision .container-fluid .row .content_mv .title_mv {
        font-size: 2rem;
        text-align: left!important;
        margin-bottom: 1.4rem!important
    }
}

@media only screen and (min-width:991px) {
    #container_mission_and_vision .container-fluid .row .content_mv .title_mv {
        font-size: 2.5rem;
        text-align: left!important;
        margin-bottom: 1.4rem!important
    }
}

#container_mission_and_vision .container-fluid .row .content_mv p {
    font-size: 1.1rem
}

@media only screen and (min-width:768px) {
    #container_mission_and_vision .container-fluid .row .content_mv p {
        text-align: left!important
    }
}

@media only screen and (min-width:992px) {
    #container_mission_and_vision .container-fluid .row .content_mv p {
        font-size: 1.2rem!important
    }
}

@media only screen and (min-width:768px) {
    #container_mission_and_vision .container-fluid .content_img_mv {
        padding: 0!important;
        margin: 0!important
    }
}

#container_mission_and_vision .container-fluid .content_img_mv img {
    width: 30%;
    height: 100%;
    object-fit: cover
}

@media only screen and (min-width:768px) {
    #container_mission_and_vision #panel_vision .row .text_vs,
    #container_mission_and_vision #panel_vision .row .title_vs {
        text-align: right!important
    }
}

.polygon {
    height: 200px;
    background: rgba(235, 228, 228, 0.4);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0)
}

@media only screen and (max-width:575px) {
    .polygon {
        height: 50px;
        -webkit-clip-path: polygon(0 0, 0% 80%, 100% 0);
        clip-path: polygon(0 0, 0% 80%, 100% 0)
    }
}

#panel_exp {
    position: relative;
    background: url(../Images/Parallax.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

#panel_exp:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.97);
    z-index: 0
}

#panel_exp .container {
    position: relative;
    z-index: 1
}

#panel_exp .container .content-time {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto
}

#panel_exp .container .content-time .izquierda {
    width: 35%;
    position: relative;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width:575px) {
    #panel_exp .container .content-time .izquierda {
        width: 50%;
        justify-content: flex-end;
        padding-right: 2rem
    }
}

@media only screen and (min-width:992px) {
    #panel_exp .container .content-time .izquierda {
        height: 5rem!important
    }
}

#panel_exp .container .content-time .izquierda .title_anio {
    width: 100%;
    display: block;
    text-align: center
}

@media only screen and (min-width:575px) {
    #panel_exp .container .content-time .izquierda .title_anio {
        font-size: 1.1rem
    }
}

#panel_exp .container .content-time .izquierda:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #33B5E5
}

#panel_exp .container .content-time .izquierda:after {
    position: absolute;
    content: "";
    top: 2.5rem;
    right: -7px;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #33B5E5;
    box-shadow: 1px 0px 10px #686de0
}

@media only screen and (min-width:575px) {
    #panel_exp .container .content-time .izquierda:after {
        width: 1.2rem;
        height: 1.2rem;
        right: -8px
    }
}

#panel_exp .container .content-time .derecha {
    width: 65%;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
    flex-direction: column
}

@media only screen and (min-width:575px) {
    #panel_exp .container .content-time .derecha {
        width: 50%;
        padding-left: 2rem
    }
}

@media only screen and (min-width:992px) {
    #panel_exp .container .content-time .derecha {
        height: 5rem
    }
}

#panel_exp .container .content-time .derecha .title_time {
    font-weight: 400;
    padding: 0.5rem 0
}

@media only screen and (min-width:575px) {
    #panel_exp .container .content-time .derecha .title_time {
        font-size: 1.2rem
    }
}

#panel_exp .container .content-time .derecha .text-time {
    font-size: 0.9rem
}

@media only screen and (min-width:575px) {
    #panel_exp .container .content-time .derecha .text-time {
        font-size: 1rem
    }
}

#downloads .container .row .content_title_dowload .title_down {
    font-size: 1.5rem
}

@media only screen and (min-width:768px) {
    #downloads .container .row .content_title_dowload .title_down {
        font-size: 2rem;
        margin: 2rem 0rem 0rem 0rem
    }
}

@media only screen and (min-width:768px) {
    #downloads .container .row .content_title_dowload .text_down {
        margin: 1rem 0!important
    }
}

@media only screen and (min-width:768px) {
    #downloads .container .row .content_title_dowload .text_down {
        font-size: 1.2rem
    }
}

@media only screen and (min-width:768px) {
    #downloads .container .row .content_title_dowload hr {
        margin-bottom: 3rem!important
    }
}

#downloads .container .row .content_card_down .card-wrapper {
    width: 300px
}

#downloads .container .row .content_card_down .card-wrapper:nth-child(2) {
    margin-top: 3.5rem!important
}

@media only screen and (min-width:768px) {
    #downloads .container .row .content_card_down .card-wrapper:nth-child(2) {
        margin-top: 0!important
    }
}

#downloads .container .row .content_card_down .card-wrapper #CardScrum,
#downloads .container .row .content_card_down .card-wrapper #CardSqlTools {
    height: 340px
}

@media only screen and (min-width:768px) {
    #downloads .container .row .content_card_down .card_mt_responsive {
        margin-top: 0!important
    }
}

.icon-1 {
    color: #062CAF!important
}

.icon-2 {
    color: #F6A622!important
}

.icon-3 {
    color: #7952F5!important
}

.icon-4 {
    color: #02D0A1!important
}

.icon-5 {
    color: #FF4949!important
}

.icon-6 {
    color: #66CC33!important
}

.icon-7 {
    color: #FF7C17!important
}

.icon-8 {
    color: #3682FF!important
}

@media only screen and (min-width:768px) {
    #services_jg {
        padding: 2rem 0;
        margin-bottom: 2rem
    }
}

#services_jg .container .row .content_title_service .title_services_jg {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 2rem
}

@media only screen and (min-width:768px) {
    #services_jg .container .row .content_title_service .title_services_jg {
        margin-top: 6rem;
        font-size: 2.2rem
    }
}

#services_jg .container .row .content_title_service p {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:768px) {
    #services_jg .container .row .content_title_service p {
        margin-bottom: 4rem
    }
}

@media only screen and (min-width:575px) {
    #services_jg .container .row .content_solution {
        justify-content: space-around!important
    }
}

#services_jg .container .row .content_solution .card_solution {
    cursor: pointer;
    width: 100%;
    height: 300px;
    margin-bottom: 1.5rem
}

@media only screen and (min-width:575px) {
    #services_jg .container .row .content_solution .card_solution {
        width: 250px
    }
}

@media only screen and (min-width:1024px) {
    #services_jg .container .row .content_solution .card_solution {
        width: 250px
    }
}

#services_jg .container .row .content_solution .card_solution .card_body_solution .icon_solution {
    position: relative;
    font-size: 2.8rem;
    color: #33B5E5
}

#services_jg .container .row .content_solution .card_solution .card_body_solution .icon_solution:before {
    position: relative;
    z-index: 1
}

#services_jg .container .row .content_solution .card_solution .card_body_solution .icon_solution:after {
    position: absolute;
    content: "";
    top: -7px;
    left: 15px;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background: #E7EAF7
}

#services_jg .container .row .content_solution .card_solution .card_body_solution .title_solution {
    font-size: 1.8rem;
    font-weight: 400
}

#services_jg .container .row .content_solution .card_solution .card_body_solution p {
    color: #666
}

#contact {
    margin-bottom: 5rem!important
}

#contact .container .content_contact_info .content_title_contact {
    margin-bottom: 5rem
}

@media only screen and (min-width:1024px) {
    #contact .container .content_contact_info .content_title_contact {
        margin-bottom: 8rem
    }
}

#contact .container .content_contact_info .content_title_contact h2 {
    margin-bottom: 1.1rem;
    font-size: 1.8rem;
    font-weight: 400
}

#contact .container .content_contact_info .content_title_contact p {
    text-align: justify
}

.map-container-6 {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.map-container-6 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}