/*! Place your custom styles here */
.slider{
    position: relative;
    height: 95vh;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .slider {
        background-image: url('../img/sm/MATERIAL_WEB-01.png');
        background-position: 0% 60%;
        background-size: cover;
        background-attachment: fixed;
    }

    .slider #arrow {
        width: 30px;
        height: 30px;
        bottom: .5em;
    }

    .logos-row {
        margin: 1rem 0 1rem 10rem;
    }
}

@media (max-width: 1199px) {
    .slider {
        background-image: url('../img/sm/MATERIAL_WEB-14.png');
        background-size: cover;
        background-attachment: scroll;
    }

    .slider #arrow {
        width: 20px;
        height: 20px;
        bottom: .5em;
    }

    .logos-row {
        margin: 1rem 0 1rem 1rem;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .slider {
        background-image: url('../img/sm/MATERIAL_WEB-15.png');
        background-position: 50% 60%;
        background-attachment: scroll;
    }

    .slider #arrow {
        width: 15px;
        height: 15px;
        bottom: .2em;
    }

    .logos-row {
        margin: 0 0 0 0.3rem;
    }
}

.slider img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 90%;
}

.slider #arrow{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.slider #arrow polygon{
    fill: white;
}

.logos {
    margin: 0 1.5rem;
}

#popup-div, #popup-div1, #popup-div2{
    display: none;
    background:white;
    width: 90%;
    left: 50% !important;
    transform: translateX(-50%);
    border-top: 8px solid #c30d20;
    max-width: 1024px;
    padding: 1em;
    cursor: pointer;
}

#popup-priv, #popup-footer1, #popup-footer2{
    cursor: pointer;
}

.b-close{
    text-align: right;
    font-size: 1em;
    font-weight: bold;
    padding-right: 0.5em;
    cursor: pointer;
    margin-bottom: 4px;
    display: block !important;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

#aceptar{
    height: auto;
    -webkit-appearance: checkbox;
    width: auto;
}

#aceptar-text{
    display: inline;
}

#correcto{
    display:none;
    background: #A8C256;
    color: white;
    padding: 0.4em 1em;
}

#error{
    display:none;
    background: #d80000;
    color: white;
    padding: 0.4em 1em;
}

.g-recaptcha{
    margin-top: 1em;
    overflow: hidden;
}

#captcha-error{
    display:none;
    background: #d80000;
    color: white;
    padding: 0.4em 1em;
    margin-left: 15px;
    margin-right: 15px;
}

.logo.logo-light{
    width: auto;
    height: 40px !important;
    max-width: initial !important;
    max-height: initial !important;
}

.menu-horizontal.text-left a{
    color: white !important;
    opacity: 1 !important;
}

.green-title{
    color: #5babb3;
}

.imagen-curso{
    height: auto;
    width: 100%;
}

.banner-img{
    width: 100%;
}

.join-btn{
    position: absolute;
    bottom: 0;
}
.feature{
    padding-bottom: 60px;
}

.curse-content{
    display: flex;
}

.imageblock__content{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#smt .imageblock__content{
    background-image: url(../img/sm/MATERIAL_WEB-05.png);
    background-position: 94%;
}

.bg--primary{
    background: #6C5D43 !important;
}

.dinamiclogo svg{
    height: 30px;
    width: auto;
}

footer a{
    font-size: 0.9em !important;
    opacity: 0.6 !important;
}


/*----------MEDIAQUERIES---------*/


@media (max-width: 1200px){
    #aceptar{
        display: inline-block;
        vertical-align: top;
        margin: 0;
        margin-top: 0.4em;
    }
    label[for=aceptar]{
        max-width: 90%;
        vertical-align: top;
        margin: 0;
    }
}

@media (max-width: 767px){
    #send-div{
        width: 100%;
        text-align: center;
    }
    .send-mail{
        width: 150px !important;
    }
    .curse-content{
        display: inline;
        text-align: center;
    }
    .feature{
        margin-bottom: 0px !important;
        padding-bottom: 30px !important;
    }
    .join-btn{
        position: inherit !important;
        margin-bottom: 50px;
    }
}

@media (min-width: 481px){
    .desktop{
        display: block;
    }
    .mobile{
        display: none;
    }
}

@media (max-width: 480px){
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
}