/*--- TIPOGRAFIAS ---*/

body {
    background-color: #f5f7fa !important;
    padding-right: 0px !important;
}

/* Dispositivos muy pequeños (teléfonos de hasta 768px de anchura) */

@media (max-width: 768px) {
    #home {
        margin-top: 25%;
        text-align: left !important;
    }
    .logo-home {
        width: 30%;
        margin-bottom: 5%;
    }
    .bg-body-2 {
        position: absolute;
        top: 0%;
        right: 0%;
        width: 53%;
        z-index: -10;
    }
    #companies {
        margin-top: 20px !important;
        background-image: url(https://abstracta-static-assets.s3.amazonaws.com/images/circle-partners.svg), url(https://abstracta-static-assets.s3.amazonaws.com/images/circle-partners.svg);
        background-repeat: no-repeat;
        background-position: top left, right bottom;
        background-size: 35%, 69% !important;
        background-position-x: 5%, 150% !important;
        background-position-y: 1%, 100% !important;
    }
    .block {
        height: 100% !important;
    }
    #universities {
        margin-top: 20px !important;
        margin-bottom: 10% !important;
    }
    #aux-contact-us {
        margin-top: 5% !important;
    }
    .block-universities>p {
        margin-top: 30px !important;
    }
    .block-img {
        vertical-align: middle;
        text-align: left;
        border-left: 5px solid #289ef9;
        padding-left: 30px !important;
        height: 70px;
        margin-bottom: 20px;
    }
    .line-bottom {
        width: 18%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        border-top: 1px solid #979797;
    }
}

/* @screen-sm-min Dispositivos muy pequeños (teléfonos de hasta 768px de anchura) */

@media (min-width: 769px) and (max-width: 991px) {
    #home {
        margin-top: 12%;
    }
    .logo-home {
        width: 25%;
        margin-bottom: 5%;
    }
    .bg-body-2 {
        position: absolute;
        top: 0%;
        right: 0%;
        width: 53%;
        z-index: -10;
    }
    #companies {
        margin-top: 20px !important;
        background-image: url(https://abstracta-static-assets.s3.amazonaws.com/images/circle-partners.svg), url(https://abstracta-static-assets.s3.amazonaws.com/images/circle-partners.svg);
        background-repeat: no-repeat;
        background-position: top left, right bottom;
        background-size: 35%, 69% !important;
        background-position-x: 5%, 150% !important;
        background-position-y: 1%, 100% !important;
    }
    .block {
        height: 100% !important;
    }
    #universities {
        margin-top: 20px !important;
        margin-bottom: 0% !important;
    }
    .block-universities>p {
        margin-top: 30px !important;
    }
    .block-img {
        padding-top: 5px;
        vertical-align: middle;
        text-align: left;
        border-left: 5px solid #289ef9;
        padding-left: 30px !important;
        height: 70px;
        margin-bottom: 20px;
    }
    .line-bottom {
        width: 10%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        border-top: 1px solid #979797;
    }
}

/* @screen-md-min Dispositivos medianos (ordenadores, anchura mayor o igual a 992px) */

@media (min-width:992px) and (max-width:1199px) {
    #home {
        margin-top: 8%;
    }
    .bg-body-2 {
        position: absolute;
        top: 0%;
        right: 0%;
        width: 53%;
        z-index: -10;
    }
    #home {
        text-align: center;
    }
    .block {
        height: 650px !important;
    }
    #universities {
        margin-top: 0% !important;
    }
    .block-img {
        vertical-align: middle;
        text-align: left;
        border-left: 5px solid;
        border-image: linear-gradient(184deg, #289ef9, #67dacf) 1;
        padding-left: 30px !important;
        height: 70px;
        margin-bottom: 20px;
    }
    .latam>img{
        margin-top: 20px;
        height: 40px !important;
    }
    .line-bottom {
        width: 8%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        border-top: 1px solid #979797;
    }
}

/* @screen-lg-min Dispositivos grandes (ordenadores, anchura mayor o igual a 1200px) */

@media (min-width: 1200px) {
    #home {
        margin-top: 8%;
    }
    .bg-body-2 {
        position: absolute;
        top: 0%;
        right: 0%;
        width: 53%;
        z-index: -10;
    }
    #home {
        text-align: center;
    }
    .block-img {
        /* padding-top: 15px; */
        vertical-align: middle;
        text-align: left;
        border-left: 5px solid;
        border-image: linear-gradient(184deg, #289ef9, #67dacf) 1;
        padding-left: 30px !important;
        height: 70px;
        margin-bottom: 20px;
    }
    .line-bottom {
        width: 7%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        border-top: 1px solid #979797;
    }
}

#home>.col-lg-10>h1 {
    margin-bottom: 30px;
    font-family: Montserrat-Light;
    color: #454f5b;
    font-size: 40px !important;
    line-height: 60px;
}

#home>.col-lg-10>h4 {
    margin-bottom: 30px;
    font-family: Montserrat-Light;
    color: #454f5b;
    font-size: 20px !important;
    line-height: 30px;
}

#home>.col-lg-10>p {
    font-family: OpenSans;
    color: #454f5b;
    font-size: 16px;
    line-height: 30px;
}

h2 {
    text-align: center;
    font-size: 32px !important;
    font-family: Montserrat-Bold !important;
    color: #289ff9 !important;
    margin-bottom: 30px !important;
}

#companies {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url(https://abstracta-static-assets.s3.amazonaws.com/images/circle-partners.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    background-position-x: 19%;
}

.block {
    background-color: #f5f7fa;
    box-shadow: 10px 30px 50px rgba(6, 31, 60, .09);
    margin-top: 50px;
    height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px !important;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 10px 30px 50px rgba(6, 31, 60, .09);
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
}

.block:hover {
    -webkit-box-shadow: 0 10px 30px rgba(6, 31, 60, .2);
    -moz-box-shadow: 0 10px 30px rgba(6, 31, 60, .2);
    box-shadow: 2px 10px 30px rgba(6, 31, 60, .2);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}



.block>p {
    margin: 30px !important;
    font-family: Montserrat-Light;
    font-size: 12px;
    line-height: 22px;
    color: #393e45;
}
.block>p>strong {
    font-family: Montserrat-Bold;
}

.marginTop {
    margin-top: -70px;
}

.block-universities-img {
    margin-top: 40px;
}

.block-universities-img>.col-lg-4 {
    text-align: center;
}

.block-universities>p {
    color: #393e45;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-family: Montserrat-Light;
    margin-top: 55px;
}

.big-cheese {
    padding-top: 0px !important;
}