/*.fusion-header{
    height: 597px !important;
    background-attachment:unset;
}*/

.home-informacion-boton-azul a{
    align-items: center;
    padding: 10px 16px;
    border-radius: 2px;
    background: #0541D6;
    color: #FFF;
    }

    .home-informacion-boton-azul{
        padding-left: 30%;
            justify-content: center;
            align-items: center;
        }

    .home-informacion-boton  a:hover{
        text-decoration:none;
        
    }

    .home-informacion-boton-azul  a:hover{
        text-decoration:none;
        color: #FFF;
    }

.home-informacion-boton a{

    align-items: center;
    padding: 8px 16px;
    
    background: #FFF;
    border-radius: 2px;
    
    color: #0541D6;

    
    }
    .home-informacion-boton{
    display: flex;
        justify-content: center;
        align-items: center;
    }

.fusion-header{
    background-color: transparent !important;
}

.fusion-sticky-shadow{
    background-color: #FFF !important;
}

.fusion-main-menu .fusion-widget-cart-counter > a:before, .fusion-main-menu > ul > li > a{
    color:#FFF ;
}

.fusion-main-menu-icon:after{
    color:#FFF ;
}

.fusion-logo > a.fusion-logo-link {
    display: none !important;
}

 .fusion-sticky-shadow .fusion-logo > a.fusion-logo-link {
    display:initial !important;
}

.home-bg{
    float: left;
width: 100%;
height: 570px;
left: 0px;
top: 0px;
margin-top: -150px;
background-position: top center;
background-repeat: no-repeat;
/*background-attachment: fixed;*/
background-size:cover;
background-image:  url('img/home@2x.jpg');
 }

 .fusion-header-v2 .fusion-header, .fusion-header-v3 .fusion-header, .fusion-header-v4 .fusion-header, .fusion-header-v5 .fusion-header{

    border-bottom-color:transparent;
 }


 .home-cuadro{
    position: relative;
    top:-120px;
    margin-bottom: -60px;
height: 210px;

background: #FFFFFF;
/* Shadow/Med */

box-shadow: 0px 6px 16px rgba(0, 46, 109, 0.12);
border-radius: 2px;

/* Inside Auto Layout */

flex: none;
order: 2;
flex-grow: 0;
margin-right:3%;
margin-left:3%;
width: 94%;
 }

.home-cuadro .texto{
font-family: TT Hoves;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 29px;
letter-spacing: 0em;
text-align: left;

padding: 16px;

}

.home-grado{
    position: relative;
    display: block;
overflow: auto;

background: #0541D6;

/* Shadow/Med */

box-shadow: 0px 6px 16px rgba(0, 46, 109, 0.12);
border-radius: 10px;

/* Inside Auto Layout */

flex: none;
order: 2;
flex-grow: 0;
margin-right:3%;
margin-left:3%;
width: 94%;

background-size: contain;
background-image: url(img/home-grado.jpg);
background-repeat: no-repeat;
 }

.g-imagen{
     
     width: 50%;
     height: 400px;
     float: left;

 }
.g-info{
    width: fit-content;
    font-family: TT Hoves;
    font-style: normal;
    color: #FFF;
    padding: 20px;
}

.g-subtitulo{

    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 5px;
}

.g-titulo{

font-weight: 600;
font-size: 42px;
line-height: 110%;
margin-bottom: 5px;
}

.g-texto{

    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px;
}

.home-cuadro .texto{
font-family: TT Hoves;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 29px;
letter-spacing: 0em;
text-align: left;

padding: 16px;

}




.home-logo{
    position: relative;
    width: 320px;
    margin-left: 20px;
    margin-top: 30px;

}
.home-logos{
    position: relative;
    width:220px;
    margin-left: 75%;
    margin-top: -45px;

}

.home-titulo{
    position: relative;
    width:100px;
    margin-left: 50px;
    margin-top: 50px;

    font-family: TT Hoves;
font-style: normal;
font-weight: 500;
font-size: 56px;
line-height: 110%;

color: #FFFFFF;
}

.home-subtitulo{
    position: relative;
    width:300px;
    margin-left: 50px;
margin-top: 20px;
    font-family: TT Hoves;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;

color: #FFFFFF;
}

/* Auto Layout */
.texto-curso{
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 12px 20px;
/*
position: static;
width: 198px;
left: 196px;
top: 0%;
bottom: 0%;
*/
float:left;
/* Brand / Primary / 50 Base */

border: 2px solid #0541D6;
box-sizing: border-box;
border-radius: 69px;

/* Inside Auto Layout */

flex: none;
order: 1;
flex-grow: 0;
margin: 6px 8px;

/* Titles/Desktop/Title 50 */

font-family: TT Hoves;
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 140%;
/* or 25px */


/* Brand / Primary / 50 Base */

color: #0541D6;
}



@media (max-width: 720px) {
    .home-logo{
        margin-top: 100px;
    
    }
    .home-cuadro{
        top: 0;
        margin-bottom: 0;
        height:auto;
    }

    .home-logos{
        margin-left: 50px;
        margin-top: 20px;
    
    }


}
@media (max-width: 900px) {
.g-imagen{
     
    width: 100%;
    height: 300px;

}
}