@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
body {
    background-color: white;
    font-family: gilroy Light;
    font-size: 18px;
}

.container {
    margin-top: 20px;
    margin-bottom: 50px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
}

.card-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.track {
    position: relative;
    background-color: #646569;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}

.track .step.active:before {
    background: #b1c6c9;
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}

.track .step.active .icon {
    background: #b1c6c9;
    color: #fff;
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #646569;
}

.track .step.active .text {
    font-weight: 400;
    color: #000;
}

.track .text {
    display: block;
    margin-top: 7px;
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px;
}

ul.row,
ul.row-sm {
    list-style: none;
    padding: 0;
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px;
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.btn-warning {
    color: #ffffff;
    background-color: #ffff00;
    border-color: #ffff00;
    border-radius: 1px;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ff2b00;
    border-color: #ff2b00;
    border-radius: 1px;
}

@media (max-width: 991px) {
    .row {
        display: block !important;
    }
    #three-video{
        width: 100%;
        height: auto;
    }
    #two-video{
        width: 100%;
        height: auto;
    }
    #four-video{
        width: 100%;
        height: auto;
    }
    #video{
        width: 100%;     
        height: auto;
    }

 @media (max-width: 688px) {  

     #logo-fina{
         width: 50vh!important;
     }
     .banner-final{
         display: contents;
     }
     .text-fina{
         padding: 0!important;
         margin: auto;
         float: none;
     }
 }
 @media (max-width: 768px){
      .text-fina{
     display: block;
    }
 }
 
  @media (max-width: 392px){
      .imagen{
     padding: 70px!important;
    }
 }
 

  @media (max-width: 550px){
 #logo-fina{
         width: 30vh!important;
     }
 }
 #logo-fina{
     width:100%;
     display: block !important;
 }

    .track {
        /* position: relative; */
        background-color: #646569;
        height: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 150px;
        margin-top: 50px;
    }
    .track .step{
        margin-bottom: 50px;
        width: 50%;
    }
    .track .step::before {
        height: 7px;
        position: absolute;
        content: "";
        background-color: #646569;
        width: 100%;
        left: 0;
        top: 18px;
    }
}
