﻿
.w-borda-img {
    border: 10px solid #48518C;
    height:200px;
}

.w-margin-img{
    margin-top: 120px;
}

.w-figura{
    position:relative;
}

.w-fs-40{ font-size: 40px; }
.w-fs-20{ font-size: 20px; }

.w-fundo-home {
    background-image: url(../imagens/fundo3.png);
    background-attachment:fixed;
    background-size:cover;
}
.w-height {
    height: 900px;
}

.w-height h2 {
    margin: 0;
}

#texto1{
    display:none;
}

#texto2 {
    display: none;
}

#texto3 {
    display: none;
}



/*
Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
    .w-fundo-home {
        height: 100%;
    }
}

/* Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
    .w-fundo-home {
        height: 100%;
    }
}

/* Large devices (desktops, 992px and up)
@media (min-width: 992px) {
    .w-fundo-home {
        height: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    .w-fundo-home {
        width: 100%;
        height: 100%;
    }
}*/