/* min-width: 1230px */

body,
html {
    width: 100%;
    height: 100%;
}

.intro-header {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg5.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    text-align:center;
    width:80%;
    height:45%
}

.intro-message p{
    margin:10px;
    font-weight:300;
    font-size:22px;
    line-height:150%;
}

.intro-message > h1 {
    margin: 20px;
    font-weight:700;
    font-size: 55px;
}

.intro-message > h3 {
    font-weight:300;
}

/*MAIN IMG---------------------------------------------------------------------*/

.etapas{
    position:relative;
    width:100%;
    height:125px;
    top:0%;
    margin-top:0px;
    text-align:center;

    background-color:#404041;

    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.5);
}

.etapas-content{
    text-align:center;
    font-size:20px;
    width:90%;
    height:25%;

}

.etapas-item{display:inline;}
.etapas-content h4{display:inline;line-height:150%;}
.etapas-content a{padding-top:3px;padding-bottom:3px;}

/*FOOTER---------------------------------------------------------------------*/

.footer-right{
    margin-right:20px;
    float:right;
}