/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 12px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	color:#444;
	background-color:#FFFDF8;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width: 100%;
	margin:0 auto;
	position:relative;
    overflow: hidden;
}
/* header */
.header {

}
/* logo */
.logo {
max-width: 150px;
}
.logo-img {

}

/* footer */
.footer {
margin-top:20%;
}
p.copyright {
    text-align: center;
}

main{
width: 75%;
margin:3% auto;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.f_box_a {
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    gap: 0px 45px;
    display: grid;
    align-items: center;
}


.f_box_b {grid-template: repeat(1, 1fr) / repeat(2, 1fr);
gap: 0px 45px;
display: grid;
margin-top: 5%;}

.f_b_b_r {
    position: relative;
}

.content_img {
    position: relative;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.content_text {
    font-weight: bold;
    line-height: 2.5em;
}

.content_img::after {
    position: absolute;
    content: "";
    border: 5px solid #fffdf8;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	    z-index: 2;
}
.c_price span {
    font-weight: bold;
    font-size: 60%;
    margin-left: 5px;
}

.f_b_b_r .content_text {
    padding: 40% 0 0 0;
}

.f_b_b_r_b {
    position: absolute;
    bottom: 0%;
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    gap: 0px 45px;
    display: grid;
}

.c_name {
    margin: 10% 0;
    font-size: 130%;
	font-weight: bold;
}

.c_price {
    margin: 10% 0;
    font-size: 120%;
}

a.c_link {
    border: 1px solid;
    width: 100%;
    display: block;
    text-align: center;
}

.btn {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.btn::before, .btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.btn::after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}

.btn, .btn::before, .btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn:hover {
    color: #fff;
}

.btn:hover::after {
    top: 0;
    left: 0;
    background-color: #444;
}

.content_item {
    width: 100px;
}

section#second {
    margin-top: 10%;
}


.content_text.s_b_text {
    padding: 5% 0 0 0;
}
.s_box_a {
    margin-bottom: 5%;
}
.s_b_items {
    display: flex;
}

.s_b_items .content_item {
    margin: 3% 3% 0 0;
}

.s_box_b {
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    gap: 0px 5px;
}

.s_b_b_l_b {
    width: 80%;
    position: relative;
}

.s_b_b_r_b {width: 100%;position: relative;}

.s_b_b_l_b
 .content_item {
    right: -120px;
    position: absolute;
    bottom: 0%;
}

.s_b_b_r_b .content_item {
    right: 0px;
    position: absolute;
    bottom: 0%;
}

section#third {
    margin-top: 10%;
}

.t_box_a {
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    gap: 0px 45px;
    display: grid;
    align-items: center;
}

.t_box_b {
    display: flex;
    align-items: flex-end;
    margin-top: 5%;
}

.t_c_img {
    margin-left: 4%;
    width: 90%;
}

.t_box_c {
    display: flex;
    align-items: flex-end;
    margin-top: 5%;
    flex-flow: row-reverse;
}

.t_b_img {
    margin-right: 4%;
    width: 90%;
}
.content_img img {
    position: relative;
    display: block;
}
.intoro_title {
    font-weight: bold;
    margin-bottom: 3%;
    font-size: 150%;
     animation: first .8s;
    animation-fill-mode: forwards;
animation-delay:.4s;
    opacity:0;
}


section#zero {
    height: 60vh;
}

#zero .section_wrap {
    height: 100%;
    margin-bottom: 3%;
    position: relative;
}

.intro_box {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
@keyframes first {
  0% {opacity: 0; transform: translate(60px 0); -webkit-transform: translate(60px,0);}
  100% {opacity:1; transform: translate(0 0); -webkit-transform: translate(0,0);}
}



#zero .content_text {
    animation: first .8s;
    animation-fill-mode: forwards;
animation-delay:.4s;
     opacity:0;
}

/*------------------------------------*\
    HOVER CHANGE
\*------------------------------------*/
.content_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    opacity: 0;
    transition: all .3s;
}
.visible .content_img::before {
    opacity: 1;
}
.s_b_b_l_b .content_img::before {
    background: url(/static/full/estivo/features/look-page/img/z_2.png);
}

.s_b_b_r_b .content_img::before {
    background: url(/static/full/estivo/features/look-page/img/z_3.png);
}

.t_box_b .content_img::before {
    background: url(/static/full/estivo/features/look-page/img/z_4.png);
}

.t_box_c .content_img::before {
    background: url(/static/full/estivo/features/look-page/img/z_5.png);
}

.f_box_b .content_img::before {
    background: url(/static/full/estivo/features/look-page/img/z_6.png);
}

.visible_g .content_img::before {
    background: url(/static/full/estivo/features/look-page/img/z_7.png);
    opacity: 1;
}
/*------------------------------------*\
    EFFECTS
\*------------------------------------*/

.list{

	list-style-type: none;

}
.list div{

	transition: .8s;
}

.list-mv07{
	opacity: .0;
	transform: translate(60px,0);
	-webkit-transform: translate(60px,0);
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:414px) {
    body{
        width: 100%;
    margin: 0 auto;
    }

main {
    width: 85% !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
tap-highlight-color: rgba(0, 0, 0, 0);}

.logo {
    max-width: 100px;
	margin: 0 auto;
}
div.f_box_a {
    display: block;
}

div.f_box_b {
    display: flex;
    flex-flow: column-reverse;
    position: relative;
    margin-bottom: 70%;
}

div.content_img.f_b_img {
    float: left;
	    }

div.f_b_b_r {
    position: initial;
    float: left;
}

div.f_b_b_r .content_text, div.content_text.t_a_text {
    padding: 30px 0;
    margin-bottom: 5%;
}
.s_box_a .content_item {
    margin: 4% 0 10% 0;
}
div.f_b_b_r_b {bottom: -20%;gap: 0px 65px;}

div.content_img.f_a_img {
    margin-bottom: 5%;
}
.content_img.s_a_img, .s_b_b_r_b .content_img.s_b_img, .content_img.t_b_img,.content_img.t_c_img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.s_box_b {
    display: block;
}

.s_b_b_l_b {
    width: 100%;
}

.s_b_b_l_b .content_item,.s_b_b_r_b .content_item,.t_box_b .content_item,.t_box_c .content_item {
    position: unset;
    margin: 10% 0;
}
.t_box_a,.t_box_b,.t_box_c {
    display: block;
}

.t_b_img,.t_c_img {
    padding: unset;
}
    .f_box_b .content_img::before {
    background: url(/static/full/estivo/features/look-page/img/z_1.png) ;
}
    #zero .section_wrap{
        height: auto;

    }
    section#zero {
    height: auto;
    margin-bottom: 20%;
        margin-top: 10%;
}
    .s_b_items{
        grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    gap: 0px 5px;
    display: grid;
    }
.intro_box {
    position: unset;
    height: auto;
    top: unset;
    transform: none;
}
}


/* look-page */
.header {
    background: none !important;
    height: auto !important;
}

.footer {
    background: none !important;
    color: #444 !important;
}
