@import url("https://unpkg.com/sanitize.css");
@import url("../fuentes/fuente-index.css");
::selection{
    background: #efd5a1;
    color: #000;
}
html,body,*{
 font-family:"fuente", "helvetica",arial;
 font-weight: 300;
 box-sizing: border-box;
}
header{
    height: 70px;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
    background: rgba(255,255,255, .92);
}
article{
    overflow: hidden;
}
.bg-gradiente-rosa{
    background: linear-gradient(-45deg, #FF1982, #856AF2, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 8s ease infinite;
	-moz-animation: Gradient 8s ease infinite;
	animation: Gradient 8s ease infinite;
}
.portada{
    position: relative;
}
.portada img{
    width: 40%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0,-40%);

}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

nav{
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
}
nav a{
    text-decoration: none;
    color: #202023;
    font-size: 14px;
    height: 100%;
    display: inline-block;
    padding-top: 24px;
    padding: 24px 10px;
    position: relative;
    z-index: 2;
}
nav a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background:transparent;
    z-index: -1;
}
nav a:hover{
    color:#fff;
}
nav a:hover:before{
    background: linear-gradient(-45deg, #FF1982, #856AF2, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
.logo{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-top: 7px;
    margin-left: 20px;
}
.logo img{
    width: 85%;
    margin-top: 13px;
    margin-left: 4px;

}
.portada{
    height: 100vh;
    width: 100%;
    background: linear-gradient(-45deg,#b9deed, #efefef);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    display: block
}
.portada section{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    max-width: 400px;
}
.portada h2{
    font-size:1em;
    font-weight:500;
}
.portada p{
    font-size:.55em;
}
.portada p span{
    font-weight: 500;
}
.section-muestra{
    display: block;
}
.btn-grl{
    display: block;
    text-decoration: none;
    position: relative;
    height: 44px;
    padding: 8px 0;
    font-size: 0.5em;
    text-align: center;
    color: #202023;
    width: 330px;
}
.btn-grl:before{
    content: "";
    top: 0;
    left: 0;
    border: 2px solid black;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background: #fff;
}
.btn-grl:after{
    content: "";
    top: 4px;
    left: 4px;
    border: 2px solid black;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;

}
.btn-grl span{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    line-height: 44px;
    z-index: 4;
}

.btn-grl:hover span,.btn-grl:hover:before{
    top:-2px;
    left: -2px;
}
.btn-grl:hover:after{
    background:#e5e5e5;
}
.armala{
    padding: 50px 0;
}
.pagina-url{
    font-size:11vw;
    text-align: center;
    color:#000;
    background-image:         linear-gradient(-45deg, #FF1982, #856AF2, #23D5AB);
    color:transparent;
    background-size: 400% 400%;
    -webkit-animation: Gradient 8s ease infinite;
    -moz-animation: Gradient 8s ease infinite;
    animation: Gradient 8s ease infinite;
    -webkit-background-clip: text;
    background-clip: text;
    margin:40px 0;
    font-weight: 600;
}
.pagina-url span{
    font-weight: 600;
}
.form-url{
    width:80%;
    margin:0 auto;
    overflow: hidden;
    display: block;
}
.form-url input{
    border:none;
    width:100%;
    outline: none;
    font-size: 3.8vw;
}

.input-url{
    position: relative;
    width:45%;
    padding: 10px 0;
    float:left;
}
.input-url:last-child{
    float: right;
}
.form-url .input-url:before{
    content:"";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    background-size: 400% 400%;
    -webkit-animation: Gradient 8s ease infinite;
    -moz-animation: Gradient 8s ease infinite;
    animation: Gradient 8s ease infinite;
    background-image:         linear-gradient(-45deg, #FF1982, #856AF2, #23D5AB);
}
.armala p{
    text-align: center;
    display: block;
    font-size: 32px;
    padding: 32px 0;
}
/* SVG */

.flores{
    width: 100%;
    position: absolute;
    z-index: 30;
    background: url(../img/flores.png) no-repeat center;
    height: 100%;
    left: 50%;
    top: 0;
    max-width: 600px;
    background-size: cover;
    transform: translate(-50%,0);
}
.sombra{
    width: 100%;
    position: absolute;
    z-index: 29;
    background: url(../img/sombra.png) no-repeat center;
    height: 100%;
    left: 50%;
    top: 0;
    opacity: .15;
    max-width: 600px;
    background-size: cover;
    transform: translate(-50%,0);
}
.svg-wrapper{
    position: relative;
    background: linear-gradient(to bottom, #000, #000 50%, #fff 50%, #fff);
    background-size: 100% 70px;
    height: 90vh;
}
.svg-wrapper svg{
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
    max-width: 600px;
    z-index: 1000;
    position: relative;
    height: 100%;

}
.svg-wrapper p {
    text-align: center;
}
.svg-wrapper p a{
    color:#FF1982;
}
.liston{
    width: 40%;
    height: 80px;
    background: url(../img/liston.jpg) no-repeat;
    position: absolute;
    z-index: 5;
    top: 50%;
    background-size: 290%;
    background-position: 50%;
    margin-top: -56px;
    box-shadow: 0 0 20px #eed196;
    border-top: 1px solid #b99a49;
    border-bottom: 1px solid #b99a49;
}
.liston1{
    left: 0;
}
.liston2{
    right: 0;
}


.st0{fill:#FFFFFF;}
.st1{fill:none;stroke:#FFFFFF;stroke-width:1.4;stroke-miterlimit:10;}
.st2{fill:none;stroke:#EED097;stroke-miterlimit:10;}
.st3{fill:#EED097;}
.st4{fill:#2C2928;}
.st5{font-family:'crimson_textsemibold';}
.st6{font-size:77.187px;}
.st7{font-family:'crimson_textitalic';}
.st8{font-size:50px;}
.st9{fill:#9B9B9B;}
.st10{font-size:26.5933px;}
.st11{fill:#D4D4CF;}
.st12{font-family:'cursivaXV';}
.st13{font-size:70px;}
.st14{letter-spacing:22; margin-right:60px}
.st15{fill:#FF1982;}
.st16{font-size:100px;}
.st17{font-size:20px;}
.st18{font-size:42px;}
.st19{font-size:40px;}
.st20{font-size:54px;}
.st21{font-size:60px;}
.st22{font-family:'crimson_textregular';}
.st23{font-size:15px;}
.st24{font-family:'CrimsonText-Bold';}

.nombre-fuente-normal,.nombre-fuente-chica{
    font-family: 'cursivaXV';
    fill:#FF1982;
}
.nombre-fuente-normal{
    font-size:67px;
}
.nombre-fuente-chica{
    font-size:45px;
}
.wrapper-precio{
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 30px;
}
.wrapper-precio .titulo-precio{
    font-size:62px;
}
.wrapper-precio span{
    color:#FF1982;
    font-weight: 500;
}
.wrapper-precio span b{
    color:#FF1982;
}
.lista-precio li{
    font-size: 20px;
    line-height: 36px;
}
.wrapper-precio a span{
    color:#000
}
.wrapper-precio .btn-grl{
    font-size: 26px;
    margin: 80px auto;
}

footer{
    height: 100vh;
   color: #fff;
   text-align: center;
   padding:50px 0;
   position: relative
}

footer p{
    font-size: 52px;
    margin: 0;
}
.social-footer{
    width: 100%;

}
.rrss-logo{
    width: 5.4vw;
    height: 5.4vw;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 center;
    margin: 0 3vw;
    background-size: contain;
}

.facebook-ico{
    background-image: url(../img/facebook-ico.svg);
}
.instagram-ico{
    background-image: url(../img/instagram-ico.svg);
}
.twitter-ico{
    background-image: url(../img/twitter-ico.svg);
}
.youtube-ico{
    background-image: url(../img/youtube-ico.svg);
}
.mail-ico{
    background-image: url(../img/mail-ico.svg);
}

.small{
    font-weight: 200;
    margin-top:40px;
}
.small span{
    font-weight: 500;
}
.telefono-footer{
    font-size: 13vw;
    margin: 0;
    color: #fff!important;
    text-decoration: none;
}
.registro-section{
 padding-bottom: 40px;
 font-size: 30px;
}
.registro-section button {
    font-size: 28px;
    margin: 34px auto 20px;
}
.registro-section button span {
    color: #000;
}
.registro-section span b {
    color: #FF1982;
}
.registro-section span {
    color: #FF1982;
    font-weight: 500;
}

@media (max-width: 630px) {
    .portada .iphoneX{
        display: none;
    }
    .portada section {
        max-width: 100%;
        position: relative;
        top: 120px;
        transform: initial;
        left: 0;
        width: 100%;
        padding: 30px 70px;
    }
}

@media (max-width: 520px) {
    .input-url{
            width: 100%;
    display: block;
    margin-bottom: 24px;
    text-align: center;
    }
    .portada section {
    top: 40px;
}
footer{
    padding-top:80px;
}
.input-url input{
        font-size: 5.5vw;
}
.btn-grl {
    
    width: 100%;
}
.registro-section a{
    width:90%
}
}