@font-face {
    font-family: Montserrat;
    src: url('../fonts/montserrat-regular.otf'), url('../fonts/montserrat-medium.otf'), url('../fonts/montserrat-bold.otf');
}



#vinculoalMintransporte{
    display: flex;
    justify-content: flex-end;
}

.lineasK58{
    margin-top: 50px;
    margin-bottom: 50px;
    color:#ff9400;
    border-width: 2px;
}

.lineasK58Mini{
    margin-top: 5px;
    margin-bottom: 15px;
    color:#ff9400;
    border-width: 2px;
}

.fondoAvances{
    background-color: #f1f1f1;
}

.idTipoContenido{
    text-align: right;
    color: #ff9400;
}

.fechaAvances{
    padding-top:10px;
    padding-bottom:10px;
}

.botonVerMas{
    background-color: #ff9400!important;
    border: #ff9400!important;
    color:white;
}

.botonVerMas:hover{
    background-color: #fdb34b!important;
    color:white;
}

body{
    font-family: Montserrat!important;
    font-weight:400!important;
}

footer{
    background-color: #ff9400;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 1.7rem;
}

footer a{
    color:black;
    text-decoration: none;
}

footer a:hover{
    color:white;
    text-decoration: none;
}

.separadorCircular{
    color: darkgray;
    font-size: 3rem;
}

#logoINV{
    margin-top: 20px;
    max-height: 80px;
}

#logoMT{
    max-height: 90px;
    margin-top: 13px;
}

.parrafoPieFoto{
    margin-left: 20px;
    text-decoration: wavy;
}

.botonesGrandes{
    margin-top: 50px!important;
    margin-bottom: 50px;
}

.logos{
    padding-top: 35px;
    padding-bottom: 40px;
}

.cabezote{
    padding-top: 30px;
    background-size: cover;
    background-position:bottom;
}

.navbar-nav{
    justify-content: space-around;
    display: flex;
    width: 100%;
}

#navbarSupportedContent{
    background-color: #ff9400;
    border-radius: 25px;
    padding: 5px;
}

.titulosSeccion{
    font-size: 100px;
    color: white;
    text-align: center;
    letter-spacing: 12px;
    padding-top: 200px;
    padding-bottom: 100px;
    text-shadow: 5px 5px 11px rgb(0, 0, 0);
}

.identificaFoto{
    background-color: rgba(0, 0, 0, 0.581);
    color: white;
    font-size: 1.1rem;
    text-align: center;
    padding-top:15px;
    padding-bottom:6px;
    border-radius: 8px;
}

.separadorAvance{
    margin-top: 20px;
    margin-bottom: 20px;
    color:darkgray;
    border-width: 2px;
}

.imagenAvance{
    border-radius: 20px;
}

.pieFoto{
    padding-right: 50px;
}

.tituloBloque{
    font-size: 2.2rem;
    letter-spacing: 3px;
    color: #ff9400;
}

.cifras{
    margin-top: 50px;
}

.cajaCifras{
    background-color: #f3f3f3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

p{
    font-family: Montserrat;
    font-weight: normal;
}

.nav{
    background-color: #ff9400;
    border-radius: 8px;
    padding: 5px;
}

.nav-link{
    color: white!important;
}

.nav-link:hover{
    color: #ffdeb0!important;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

.tituloVideo{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #ff9400;
}

.tituloVideoHome{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #ff9400;
}

.parrafoTextoIntroductorio{
    font-size:1.5rem;
    font-weight: bolder;
    color: #ff9400;
}

.avancesSlider{
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}

.avancesSliderInterno{
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}

.fotoAvance{
    border-radius: 20px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1rem!important;
    height: 2.5rem!important;
    background-color: gray;
    border-radius: 50px;
}

.textosIntroSec{
    font-size: 1.5rem;
    font-weight: 500;
}

.textosIntroSec li{
    font-weight: 500!important;
}

.textosProyecto{
    font-size: 1.2rem;
    font-weight: normal;
}

.iconosRedes{
    display: inline-block!important;
    vertical-align: middle!important;
}

.iconosRedes i{
    color: white;
}

.iconosRedes i:hover{
    color: black;
}

#empleosGenerados:hover{
    cursor: pointer;
}


@media only screen and (max-width : 734px){
    .titulosSeccion{
        font-size: 2.5rem;
    }

    .logoResponsive{
        display:flex;
        align-items: center;
        justify-content: center;
    }

    #logoINV{
        margin-bottom: 30px;
    }

    .logos{
        padding-top: 15px;
    }

    .logosSeccion{
        padding-bottom: 5px;
    }

    .menuBar{
        position:inherit;
        top:0px;
    }
}

