
/* @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: #ff4c60;
    --secondary-color: #4B4870; /* 7169FE */
    --text-color: #4B4870; /* 7169FE */
}

html, body{ height: 100%; }
body{
    font: 19px 'Source Serif Pro', sans-serif;  font-weight: 400; line-height: 2; color: #2C2048;
    /* background: fixed linear-gradient(to left top, #373862, #373466, #37306a, #392c6d, #3c266f); */
    background: #F9F9FE; 
    /* font-weight: 300; */
    /* letter-spacing: 0.6px; */
    color: var(--secondary-color);
}
p{ letter-spacing: 0.75px; }
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; }

/* Contenido */

.contenido{ text-align: center; }
.grid-container{
    max-width: 1070px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.grid-container.grid-large{
    max-width: 1200px;
}
/* .lista{ font-size: 0; } */
.section{
    padding: 50px 0 0;
    border-top: 1px solid rgba(255,255,255,0.15);
}
div.logo, div.footer{
    background: #1A191F;
    padding: 75px 0 50px;
    text-align: center;
}
div.logo{ background: none; }
.logo{
    font: 65px/1 'Josefin Sans';
    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; }
img{ max-width: 100%; }
h1{
	font: 36px/1.2 'Josefin Sans';
	padding: 0 20px 20px;
	font-weight: 700;
	letter-spacing: 4px;
	position: relative;
    margin: 0px 0 15px;
    text-align: center;
}
h1::first-letter{
    color: var(--main-color)
}
h2{
    font: 20px/1 'Josefin Sans';
    margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
    text-align: center;
}
h2 small{
    /* opacity: 0.7; */
    display: inline-block;
    padding-top: 10px;
}
h3{
	font: 20px/1 'Josefin Sans';
	padding: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
    text-align: center;
    color: #1A191F;
}
.titulo{
    color: var(--text-color)
}
.bajada{
    max-width: 620px;
    margin: 0 auto 50px;
}
.button{
    display: inline-block;
    padding: 5px 30px;
    background: var(--secondary-color); /* 1A191F */
    /* background: linear-gradient(to right, #7169FE, #A951F3); */
    color: #fff;
    font-size: 15px;
    /* border-radius: 25px; */
    letter-spacing: 0.7px;
    transition: all 300ms ease;
    margin: 0 10px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    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.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.small{
    font-size: 14px;
}
.button.red{
    background: var(--main-color);
}
.button.bordered.red:before{
    border-color: var(--main-color);
}
.button.bordered.red:after{
    background: var(--main-color);
}
/* .button:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #7169FE, #A951F3);
    z-index: -1;
} */
.button.secondary{
    /* border: 3px solid #79b530; */
    background: #79b530;
    /* 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: translateY(-2px);
    box-shadow: none;
}
.button.secondary:hover{
    /* background: none; */
    /* color: #79b530; */
}

.lista{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.lista .item{
    width: 33%;
    padding: 0 30px;
    margin-bottom: 50px;
    font-size: 0;
    vertical-align: top;
    box-sizing: border-box;
}
.item .button{
    margin-top: 35px;
    font-size: 14px;
}

.screen {
    display: block;
    height: 275px;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--main-color);
    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: 2px solid #ccc; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    transition: all 2000ms ease;
}
.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 i{
    font-size: 50px;
}
.formats h2{
    font-size: 18px;
    margin-top: 10px;
    /* color: #222; */
}
.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: 5px;
    /* background: rgba(0,0,0,0.1); */
    /* background: rgba(255,255,255,0.1); */
    background: #fff;
    /* box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05); */
    box-shadow: 0 3px 5px -2px rgb(7 10 25 / 20%);
}
.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: 100px;
}
.buy i{
    font-size: 50px;
}


@media screen and (max-width: 767px){
    div.logo{
        padding: 50px 0 25px;
    }
    h1{ font-size: 28px; }
    .bajada{ margin-bottom: 20px; }
    .lista .item{
        width: 100%;
        padding: 0 10px;
    }
    .speed .item{ width: 47%; }
    .formats .grid-20{ width: 50%; }
    .buy{ margin-top: 50px; }
}
 
