body{
    font-family: "Foco","Arial",sans-serif;
}
.body_welcome{
    background-image: url(./../../../../../../media/img/PACIFICO/welcome.jpg)!important;
    padding-top: 30px!important;
    padding-bottom: 130px!important;
}
.section_welcome{
    padding-top: 90px;
}
.title_welcome{
    color:white;
    text-align:center;
    font-weight: 900;
    font-size: 3rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.subtitle_welcome{
    color:white;
    text-align: center;
    padding-top:30px;
    font-size: 30px;
    max-width: 60%;
    margin: 0 auto;
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.section_button{
    text-align: center;
    padding-top:40px;
}

.btn-orange {
    padding: .7em 1em .7em;
    color: white;
    font-weight: bold;
    letter-spacing: -.015em;
    text-decoration: none;
    text-transform: none;
    border-radius: .2em;
    display: inline-block;
    cursor: pointer;
    text-shadow: none;
    line-height: 1em;
    border: 0;
    background-color: #ff7433;
    width: 160px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.btn-orange:hover{
    color:white;
    text-decoration: none;
    background-color: #f58754;

}
.public_logo{
    width: 200px;
}

@media screen and (max-width: 721px){
    .subtitle_welcome{
        max-width: 70%;
    }
}
@media screen and (max-width: 694px){
    .subtitle_welcome{
        max-width: 100%;
    }
    .section_welcome{
        padding-top: 50px;
    }
}
