@charset "utf-8";
/* CSS Document */

body {
    width: 100%;
    height: 100%;
    margin: 00px 00px 00px 00px;
}
#header {
    background-color: #1F203A;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    text-align: center;
}
#div1 {
    background-color: #FCEB21;
    padding-bottom: 60px;
    padding-top: 60px;
}

@media screen and (max-device-width: 640px) {
#videocentratosmartphone {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#videocentratopc {
    display: none;
}
#videocentratotablet {
    display: none;
}
}

@media only screen and (min-device-width : 641px) and (max-device-width : 1024px) {
#videocentratotablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#videocentratosmartphone {
    display: none;
}
#videocentratopc {
    display: none;
}
}

@media only screen and (min-device-width : 1025px) {
#videocentratopc {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#videocentratosmartphone {
    display: none;
}
#videocentratotablet {
    display: none;
}
}
#div2 {
    background-color: #1F203A;
    padding-bottom: 70px;
    padding-top: 30px;
}
#titolo1 {
    color: white;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}
p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: white;
    width: 80%;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
}
#div3 {
    background-color: #FCEB21;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
h2 {
    font-size: 48px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #1F203A;
    font-family: 'Open Sans', sans-serif;
}
#paragrafoemail {
    font-size: 30px;
    color: #141414;
}
a {
    color: #ffa54d;
    text-decoration: none;
}
footer {
    background-color: #1F203A;
    padding-bottom: 50px;
    padding-top: 50px;
}
#testofooter {
    font-size: 14px;
    text-align: center;
}
