
/* @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: #FF486A;
    --secondary-color: #7169FE;
}

html, body{ height: 100%; }
body{
    font: 18px 'DM Sans', sans-serif;  font-weight: 400; line-height: 2; color: #2C2048;
    /* background: fixed linear-gradient(to left top, #373862, #373466, #37306a, #392c6d, #3c266f); */
    background: #fff; 
    font-weight: 300;
    /* letter-spacing: 0.6px; */
}
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; }
.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: 60px/1 'Josefin Sans';
    font-weight: bold; 
}
.dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: baseline;
}
.dot.small{
    width: 5px;
    height: 5px;
    margin-left: 3px;
}
div.footer{ margin-top: 100px; }
img{ max-width: 100%; }
h1{
	font: 30px/1 'Josefin Sans';
	padding: 0 20px 20px;
	font-weight: 700;
	letter-spacing: 4px;
	position: relative;
    margin: 0px 0 15px;
    text-align: center;

}
h2{
    font: 20px/1 'Josefin Sans';
    margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
    text-align: center;

}
.lista h2:after{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: baseline;
}
h3{
	font: 20px/1 'Josefin Sans';
	padding: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
    text-align: center;
    color: #1A191F;
}
.titulo{
    
}
.bajada{
    max-width: 600px;
    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 15px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    /* font-weight: 500; */
    /* box-shadow: 0px 3px 15px 3px rgba(0,0,0,0.15); */
    /* position: relative; */
}
/* .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);
}
.button.secondary:hover{
    /* background: none; */
    /* color: #79b530; */
}

.lista .item{
    margin-bottom: 50px;
    display: inline-block;
    float: none;
    font-size: 0;
    vertical-align: top;
}
.item .button{
    margin-top: 35px;
}

.screen {
    display: block;
    height: 275px;
    overflow: hidden;
    position: relative;
    /* border: 2px solid #FF486A; */
    box-shadow: 0px 3px 15px 3px rgba(0,0,0,0.15);
    /* 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; */
}
  
.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 .item{
    color: #222;
    padding: 25px 15px 10px;
    text-align: center;
    /* border-radius: 15px; */
    /* 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);
}
.buy{
    margin-top: 100px;
}
.buy i{
    font-size: 50px;
}

 
