/* Required height of parents of the Full Page Intro and Intro itself */
html,
body,
.view {
    height: 100%;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
}

body {
    background-color: #e4e9ed;
    font-family: Raleway, sans-serif;
    margin: 0;
}




h1 {
    letter-spacing: 6px;
}

/*
h5 {
letter-spacing: 3px;
}
*/

.hr-light {
    border-top: 3px solid #fff;
    width: 100px;
}





.hm-gradient {
    background: linear-gradient(40deg, rgba(0, 51, 199, .3), rgba(209, 149, 249, .3));
}

.heading {
    margin: 0 6rem;
    font-weight: 700;
    color: #5d4267;
}

.subheading {
    margin: 2.5rem 6rem;
    color: #bcb2c0;
}

.btn.btn-margin {
    margin-left: 6rem;
    margin-top: 3rem;
}

.btn.btn-lily {
    background: linear-gradient(40deg, rgba(0, 51, 199, .7), rgba(209, 149, 249, .7));
}

.title {
    margin-top: 6rem;
    margin-bottom: 2rem;
    color: #5d4267;
}

.subtitle {
    color: #bcb2c0;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 6rem;
}





.titulo h1 {
    font-size: 30px;
    font-weight: 900;
    color: $black;
    margin-bottom: 30px;
    text-transform: uppercase;

    @include media-breakpoint-up(md) {
        font-size: 70px;
    }
}

/*
p {
		color: lighten($gray-2, 10%);
    color: black;
	}
*/





/*TITULOS DE LAS INGENIERÍAS DE MODALES*/
.tics {
    text-align: center;
}



header {
    color: #FFF;
    height: 100vh;
    text-align: center;
}











.about {
    width: 100%;
    height: 60vh;
    margin-top: -7rem;
    /*   clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 100%);*/
}

.about__title {
    /*      padding-top: 2rem;*/
    text-align: center;
    text-transform: uppercase;
}

.about__text {
    color: #232323;
}


.about__text {
    width: 80%;
    margin: 5% auto;
}

.about__content {
    text-align: justify;
}




.logocarrera {
    width: 100px;
    height: 100px;
}

@media (max-width:768px) {
    .logocarrera {
        width: 50px;
        height: 50px;
    }
    
    .viewoferta{
        background-image:url("../img/moviloferta.JPG") center center;
    }
}

@media (max-width:992px) {
    .logocarrera {
        width: 50px;
        height: 50px;
    }
    
   
}






.nav-item li > * :hover {
  color: #47abd2;
}




