
/* @group Reset */
 
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, button{ margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main{ display: block; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

html, textarea{ overflow: auto; }
a{ text-decoration: none; outline: 0; }
input, textarea, button{ margin: 0; padding: 0; border: 0; outline: 0; }
a, input[type=button], input[type=submit], button, label{ cursor: pointer; }
h1, h2, h3, h4, h5, h6{ font-weight: normal; }
b, strong{ font-weight: 600 !important; }
i, em{ font-style: italic !important; }
small {font-size: 75%;}
sub, sup { font-size: 50%; line-height: 0; position: relative; vertical-align: baseline; }
sup{ top: -0.6em; }
sub{ bottom: -0.25em; }
abbr, acronym{ border-bottom: 1px dotted; cursor: help; }
ins{ text-decoration :none; }
.clear{ clear: both; height: 0; }
 
/* @end */

:root {
    --main-color: #FEBDD0;
    --secondary-color: #002050; /* 7169FE */
    --text-color: #3B3A3A; /* 7169FE */
    --title-color: #1E1B1B; /* 7169FE */
    --font-family: "Quattrocento Sans", sans-serif;
    --title-font-family: "Playfair Display", sans-serif;
    --border-color: #FFEBC4;
}

html, body{ height: 100%; }
body{
    font: 19px var(--font-family), sans-serif;  font-weight: 400; line-height: 2; color: #2C2048;
    background: #FFF6E6;
    /* font-weight: 300; */
    letter-spacing: 0.25px;
    color: var(--text-color);
}
body:after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF6E6 url('../images/bg-2.jpg') no-repeat center top;
    background-size: contain;
    opacity: 0.7;
}
#wrapper{
    overflow: hidden;
    position: relative;
    z-index: 2;
}
p{ letter-spacing: 0.25px; }
h1, h2, h3, h4, h5, h6, p, ul{  }
.alignleft{ float: left !important; }
.alignright{ float: right !important; }
.aligncenter{ display: block; margin: 0 auto; }
.alignmiddle{ vertical-align: middle; }
.textleft{ text-align: left !important; }
.textright{ text-align: right !important; }
.textcenter{ text-align: center !important; }
.uppercase{ text-transform: uppercase; }
hr{ border: 0; border-top: 1px solid #b3b3b3; height: 1px; }
.overflow{ overflow: hidden; position: relative; }
i.fa, .jam{ font-style: normal !important; }

.epcl-waves-page{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 4560px;
    height: 100vh;
    overflow: hidden;
    top: -200px;
    left: -600px;
    transform: rotate3d(1, 1, 1, -20deg);
}
.wave{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/wave2.svg') repeat-x 0 35%;        
    animation: slide 15s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    background-size: 25% !important;
    z-index: 3;
}
.wave-2{
    top: 0%;
    left: -160px;
    background: url('../images/wave-2.svg') repeat-x 0 35%;
    opacity: 0.6;
    animation: slide 15s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 10s ease -1.25s infinite;
    z-index: -1;
}
.wave-3{
    top: 0;
    left: -60px;        
}
@keyframes slide {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -1140px; /* The image width */
    }
  }
  @keyframes swell {
    0%, 100% {
      transform: translate3d(0,25px,0);
    }
    50% {
      transform: translate3d(0,-2px,0);
    }
  }


/* Contenido */

.contenido{ text-align: center; }
.grid-container{
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.grid-container.grid-large{
    max-width: 1400px;
}
/* .lista{ font-size: 0; } */
.section{
    padding: 50px 0 0;
    border-top: 1px solid var(--border-color);
}
div.logo, div.footer{
    /* background: #fff; */
    padding: 30px 0 20px;
    text-align: center;
}
div.footer p{
    font-size: 13px;
    padding-top: 20px;
}
div.logo{ background: none; padding: 75px 0 45px; }
.logo{
    font: 65px/1 var(--title-font-family);
    font-weight: bold; 
    color: var(--text-color)
}
/* .logo::first-letter{
    color: var(--main-color);
} */
.dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: baseline;
    display: none;
}
.dot.small{
    width: 5px;
    height: 5px;
    margin-left: 3px;
}
div.footer{ margin-top: 100px; border-top: 1px solid var(--border-color) }
img{ max-width: 100%; }
h1{
	font: 36px/1.2 var(--title-font-family);
	padding: 0 20px 20px;
	font-weight: 800;
	letter-spacing: 4px;
	position: relative;
    margin: 0px 0 15px;
    text-align: center;
    color: var(--title-color);    
}
h1:after{
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    margin: -5px 0 0 -5px;
    /* background: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.51588 6.12134L8.58867 6.41231L8.87965 6.48507L12.9394 7.50015L8.87958 8.51589L8.58867 8.58867L8.51589 8.87958L7.49985 12.9406L6.48316 8.87951L6.41034 8.58867L6.1195 8.51589L2.06034 7.50015L6.11943 6.48506L6.41034 6.41231L6.48316 6.12141L7.49985 2.05974L8.51588 6.12134Z" fill="%23FEBDD0" stroke="black"/></svg>') no-repeat right top; */
}
/* h1::first-letter{
    color: var(--main-color)
} */
h2{
    font: 19px/1 var(--title-font-family);
    margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: 0.2px;
	position: relative;
    text-align: center;
    color: var(--title-color);
}
h2 small{
    /* opacity: 0.7; */
    display: inline-block;
    padding-top: 10px;
}
h3{
	font: 20px/1 var(--title-font-family);
	padding: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
    text-align: center;
    color: #1A191F;
}
.titulo{
    color: var(--title-color)
}
.bajada{
    max-width: 720px;
    margin: 0 auto 50px;
}
.button{
    display: inline-block;
    padding: 5px 20px;
    background: var(--main-color); /* 1A191F */
    /* border: 1px solid var(--text-color); */
    /* background: linear-gradient(to right, #7169FE, #A951F3); */
    color: #000;
    font-size: 16px;
    border-radius: 50px;
    /* border: 1px solid #000; */
    /* transition: all 300ms cubic-bezier(.5,2.5,.7,.7); */
    transition: all 300ms ease;
    margin: 0 15px;
    font-weight: 600;
    font-family: var(--title-font-family);
    position: relative;
    z-index: 2;
    letter-spacing: 0.5px;
    /* background: linear-gradient(103deg, #FC6668 0%, #F53A78 48.44%, #D6027E 100%); */
    /* box-shadow: 0px 3px 6px rgba(0,0,0,0.1); */
    /* font-weight: 500; */
    /* box-shadow: 0px 3px 15px 3px rgba(0,0,0,0.15); */
    /* position: relative; */
}
.button:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50px;
    border: 1px solid #707070;
    z-index: 3;
    pointer-events: none;
    transform: translate(2px, 3px);
    transition: all 0.2s ease-out;
}
/* .button.gradient-button{
    background-color: $secondary-color;
} */
.button{
    position: relative;
    /* overflow: hidden; */
    vertical-align: middle;
}
.button:hover:after{
    transform: none;
    /* background: #333; */
}
@keyframes wave_button {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translate(352px);
    }
}
.button:before{
    /* content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(103deg, #FC6668 0%, #F53A78 48.44%, #D6027E 100%);
    z-index: -1;
    border-radius: 6px; */
}
.button.bordered{
    box-shadow: none;
    background-color: #fff !important;
    position: relative;
    z-index: 1;
    /* padding: 8px 25px;    */
    box-sizing: border-box;
}
.button.bordered:before{
    content: '';
    border: 3px solid var(--text-color);
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all 300ms ease;
}
.button.bordered:after{
    content: attr(data-title);  
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 6px 25px;   
    z-index: 3;
    background: var(--text-color);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all 300ms ease;
}
.button.bordered:hover{
    color: #fff;
    box-shadow: none;
}
.button.bordered:hover:after{
    left: -5px;
    top: -5px;
}
.button.secondary{
    /* border: 3px solid #79b530; */
    background: #FFD682;
    /* color: #1A191F; */
    font-weight: 600;
}
.button.large{
    /* border: 3px solid; */
    font-size: 20px;
    padding: 10px 40px;
    /* border-radius: 40px; */
}
.button:hover{
    /* background: #272727 !important; */
    /* box-shadow: 0 3px 12px -1px rgba(255, 79, 105, .5), 0 22px 27px -20px rgba(255, 79, 105, .2); */
    /* color: #fff;
    transform: translate(-2px, -2px);
    box-shadow: 2px 2px 0px 0px #333; */
}
.button.secondary:hover{
    /* background: none; */
    /* color: #79b530; */
}

.lista{
    padding: 0;
    border: 0;
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    /* border: 1px solid var(--border-color); */
    /* box-shadow: 0px 4px 25px -4px rgba(0,0,0,0.05); */
}
.lista .categoria{
    
}
.lista .left, .lista .right{
    /* width: 50%;
    padding: 80px 40px; */
    box-sizing: border-box;
}
.lista .flex{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    
}
.lista .left{
    width: 70%;
    /* background: #FAF8FF; */
    /* background: #fff; */
}
.lista .right{
    background: #FFF4F5;
}
.lista .right .button{
    background: #FD6480;
}
.lista .item{
    /* flex-grow: 1; */
    width: 33%;
    padding: 0 20px;
    margin-top: 40px;
    font-size: 0;
    vertical-align: top;
    box-sizing: border-box;
}
/* .lista .item h2:after{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: baseline;
} */
.lista .item h2::first-letter{
    /* color: var(--main-color); */
}
.item .button{
    margin-top: 20px;
}

.screen {
    display: block;
    height: 275px;
    overflow: hidden;
    position: relative;
    /* border: 1px solid #000; */
    border-radius: 10px;
    /* box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%); */
    /* box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%); */
    /* box-shadow: 0 3px 12px -1px rgba(113, 105, 254, .5), 0 22px 27px -20px rgba(113, 105, 254, .2); */
    /* border-radius: 7px; */
    margin: 0 auto;
    border: 1px solid #707070;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    transition: all 1500ms ease;
}
.right .screen{
    border-color: #ffd2d7;
}
.screen:hover{
    background-position: bottom center;
}
  
.screen img {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
}

.formats{
    max-width: 900px;
    margin: 50px auto 0;
}
.formats i{
    font-size: 50px;
}
.formats h2{
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700;
    color: var(--title-color);
}
.formats .grid-20{
    width: 20%;
    padding: 0 15px;
    float: left;
    box-sizing: border-box;
}
.formats .item{
    color: #222;
    padding: 25px 15px 5px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 6px;
    border: 1px solid #FFEBC4;
    /* background: rgba(0,0,0,0.1); */
    /* background: rgba(255,255,255,0.1); */
    background: #FFF0D3;
    /* background: #FAF8FF; */
    /* box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05); */
    /* box-shadow: 0 3px 5px -2px rgb(7 10 25 / 20%); */
}
.speed{
    border: 0;
}
.speed .item{
    width: 20%;
    display: inline-block;
    margin: 0 0px 25px;
}
.speed .item a{
    display: inline-block;
    transition: all 300ms ease;
    box-shadow: 0 3px 5px -2px rgb(7 10 25 / 20%);
    border-radius: 25px;
}
.speed .item a img{
    display: block;
}
.speed .item a:hover{
    transform: translateY(-3px);
}
.speed .item.fullwidth{
    width: auto;
    display: block;
}
.buy{
    margin-top: 60px;
}
.buy i{
    font-size: 50px;
}

@media screen and (max-width: 980px){
    .screen{ height: 200px; }
    .lista .item{
        width: 100%;
        padding: 0 10px;
    }

}


@media screen and (max-width: 767px){
    h1{
        font-size: 25px;
    }
    .lista{
        margin: 0 -20px;
    }
    .lista .categoria{
        max-width: 80%;
    }
    .lista .left, .lista .right{
        padding: 40px 0;
    }
    .lista .item{
        width: 100%;
        padding: 0 20px;
    }
    .button{
        margin: 0;
        font-size: 14px;
    }
    .speed .item{ width: 47%; }
    .formats .grid-20{ width: 50%; }
    .buy{ margin-top: 50px; }
}
 
