@charset "utf-8";

/* ########## TOUR ########## */

.e_area_tour { background: #0e2c41 url("../img/bg-tour.jpg") fixed no-repeat center bottom; background-size: cover; position: relative; overflow: hidden; margin: 0; }
.e_area_tour:before,
.e_area_tour:after { content: ""; width: 100%; height: 32vw; background: url("../img/bg-tour.svg") no-repeat center top -20vw; background-size: 100% 100%; pointer-events: none; position: absolute; top: 0; left: 0; }
.e_area_tour:after { background-position: center bottom -20vw; top: auto; bottom: 0; }
.e_area_tour .conteudo_interno { padding: 10vw 20px; text-align: center; color: #fff; }
.e_area_tour .conteudo_interno .e_img_360 { width: 120px; }
.e_area_tour .conteudo_interno .e_titulo_tour { font-size: 30px; padding: 20px 0; font-weight: bold; font-style: italic; letter-spacing: -.025em; }
.e_area_tour .conteudo_interno .e_link_tour { width: 100%; max-width: 500px; display: inline-block; padding: 20px; font-size: 16px; font-weight: 600; border: solid 2px #fff; transition: .2s ease; }
.e_area_tour .conteudo_interno .e_link_tour:hover { background: #fff; color: #143d59; letter-spacing: -.035em; }
.e_area_tour .conteudo_interno .e_info_tour { font-size: 15px; color: #95bde5; margin-top: 30px; font-weight: 600; letter-spacing: -.025em; }