.container-principal-banner{
    background-image: url("../assets/banner-hero-bachelors.png"); /* The image used */
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.navbar-brand img{
    max-width: 150px;
}

.principal-text{
    margin-top: 300px;
    margin-left: 10px;
}

#temp{
    margin-bottom: 10px;
}

.btn-blank{
    max-width: 150px;
    margin-left: 10px;
    padding: 10px;
    background-color: #fff;
    text-decoration: none;
    display: flex;
}

.btn-withe{
    max-width: 150px;
    margin-left: 10px;
    padding: 10px;
    color: black;
    background-color: #fff;
    border: 1px solid #212121;
    text-decoration: none;
    display: flex;
}

.text-mail{
    font-size: small;
    margin: 0;
}

.thanks h2, p{
    margin-left: 10px !important;
}

.thanks{
    border-bottom: 1px solid #212121;
}

.container-text2{
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
    /* margin-left: 100px; */
}

.pieza-texto{
    background-color: #212121;
}

.snetwork{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 500px;
    margin: auto;
}

.circle-sn{
    background-color: #212121;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
}

.circle-sn i{
    font-size: 20px;
}

.tecMex{
    background-color: #212121;
    display: flex;
}

.tecMex-text, .reasons-btn{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.reasons-btn{
    align-items: center;
}

.reasons{
    display: flex;
}

.reasons-line{
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
}

@media (max-width: 992px) {
    .tecMex{
        display: block !important;
    }

    .tecMex-text{
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .reasons{
        display: block;
    }

    .reasons-btn{
        justify-content: center;
        margin-bottom: 5px;
    }
}