
.btn-studyx {
    background-color: #0073AD;
    border-radius: 10px;
}

.btn-red {
    padding: 5px 15px;
    background-color: red;
    border-radius: 10px;
}

/*.btn-campus {*/
    /*padding: 5px 15px!important;*/
    /*background-color: red;*/
    /*border-radius: 5px;*/
    /*color: white!important;*/
    /*line-height: normal!important;*/
    /*margin: auto 0;*/
/*}*/

.btn-red:hover {
    background-color: rebeccapurple;
}

.btn-pagos {
    background-color: #C30F12;
    width: 200px;
    padding: 10px 10px;
    border-radius: 10px;
    line-height: normal;
}

.text-studyx {
    color: #0073AD;
}

.btn-studyx:hover{
    background-color: dodgerblue;
    color: #fff;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.text-studyx {
    color: #0073AD!important;
}

.bg-dark {
    background-color: #0073AD!important;
}

.main-form {
    padding: 20px;
}

.tyc {
    color: white;
}

.tyc:hover {
    color: black;
}

.cta-shape-studyx{
    background-image: url(../img/logos/logo-studyx-blanco.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 62%;
    top: 50px;
    z-index: -1;
}

.diplomado-header{
    background: #0073AD;
    background: -webkit-linear-gradient(135deg, #0073AD 0%, #15095e 60%, #15095e 99%);
    background: -o-linear-gradient(135deg, #0073AD 0%, #15095e 60%, #0073AD 99%);
    background: linear-gradient(-45deg, #0073AD 0%, #15095e 60%, #15095e 99%);
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
}

.nicer-select {
    width: 100%;
}

.form-control {
    background-color: #fff;
    border-radius: 2px;
    padding: 10px 5px;
    box-shadow: none;
    border: 1px solid gray;
    margin: 4px 0;
}

.input-group-prepend {
    padding: 4px 0 0 0;
}

.input-group-text {
    border-radius: 10%;
    background-color: #ebebeb;
    color: gray;
}

.select2 {
    background-color: #fff;
    border-radius: 2px;
    padding: 10px 5px;
    box-shadow: none;
    border: 1px solid gray;
    margin: 4px 0;
}

.select2-container .select2-choice {
    padding: 5px 10px;
    height: 40px;
    width: 132px;
    font-size: 1.2em;
}

.select2-container--default{
    width: 100%!important;
    padding: 4px 12px;
}

.select2-selection--single {
    border: none!important;
}

.li-academy {
    /*margin: 2px auto;*/

}

.a-academy {
    padding: 10px 20px!important;
    border: 1px solid black!important;
    line-height: normal!important;
    margin: 2px auto;
    border-radius: 10px;
}

.a-academy:hover {
    color: gray!important;
}

.li-academy  .a-academy.active {
    background-color: #0073AD!important;
    color: white!important;
}

.nav-tabs {
    border: none;
}

/* Plugin */


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid blueviolet;
    border-radius: 10px;
    text-align: center;
    color: #2F105B;
    margin-bottom: 20px;
}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid darkslateblue;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    background-color: blueviolet;

}
/*.btn-default:active .filter-button:active*/
/*{*/
    /*background-color: #42B32F;*/
    /*color: red;*/
/*}*/

.filter-active
{
    background-color: #2F105B;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.team-wrap {
    height: 280px;
    box-shadow: 5px 10px 18px lightgray;
}

#imagen-principal {
    background-image:url('../img/sliders/slider06.jpg');
    background-size: cover;
}

#persona-sola {
    display: none;
}

.hero-content {
    margin-top: 300px;
}

.content-title {
    font-size: 2em!important;
}

#promo-desktop{
    display: inline-block;
    width: 100%;
}

#promo-mobile{
    display: none;
    width: 100%;
}

@media only screen and (max-width: 985px) {

    .hero-content {
        margin-top: 50px;
    }

    #promo-desktop{
        display: none;
    }

    #promo-mobile{
        display: inline-block!important;
    }

}

@media only screen and (max-width: 768px) {

    #imagen-principal {
        background-image:url('../img/sliders/slider06_mobile.jpg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .main-container {
        margin-top: 350px;
    }

    .hero-content {
        margin-top: 0;
    }

}

@media only screen and (max-width: 600px) {

    .filter-button
    {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .filter-button:hover
    {
        font-size: 11px;
        border: 1px solid #42B32F;
        border-radius: 10px;
        text-align: center;
        color: #ffffff;
        background-color: #0073AD;
    }

    .team-wrap {
        height: 350px;
        box-shadow: 5px 10px 18px lightgray;
    }

    .main-container {
        margin-top: 250px;
        background-image: linear-gradient(transparent, #211539, #211539, #211539, #211539);
    }

}

@media only screen and (max-width: 489px) {

    .main-container {
        margin-top: 150px;
    }

}

@media only screen and (max-width: 421px) {

    .campus-div {
        padding: 5px 10px;
        text-align: center;
    }

    .main-container {
        background-image: linear-gradient(transparent, #211539, #211539, #211539, #211539, #211539);
    }

}

@media only screen and (max-width: 400px) {

    .main-container {
        margin-top: 100px;
    }

}

@media only screen and (max-width: 350px) {

    .team-wrap {
        height: 300px;
    }

    .main-container {
        margin-top: 50px;
        background-image: linear-gradient(transparent, #211539, #211539, #211539, #211539, #211539);
    }

}