@import url('href="https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800');

* {
	margin: 0;
    padding: 0;
}

nav ul li {
    list-style-type: none;
}

nav ul li a {
    color:#f74141;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

nav ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #f74141;
    visibility: hidden;
    border-radius: 3px;
    transform: scaleX(0);
    transition: 0.25s linear;
}

nav ul li a:hover:before {
    transform: scaleX(1);
    visibility: initial;
}

.izquierda {
    padding-left:4px
}

.derecha {
    float:right;
    padding-right:20px
}

.boton {
	font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 20px;
    text-decoration:none;
    border-radius: 30px;
    background-color: white;
    color: #ff2a5b;
    text-align: center;
    cursor: pointer;
    user-select: none;
    padding:13px 65px 13px 65px;
    transform: perspective(2px) translateZ(0);
 }

.boton a {
    color: inherit;
    text-decoration:none;
}

.boton:hover {
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    color: #ff2a5b;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 2px solid white;
    padding:13px 65px 13px 65px;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

article p {
    font-family: 'Assistant', sans-serif;
	font-size: 16px;
	color: #727272;
	text-align: center;
}

hr {
	margin: 0 auto;
	width: 4%;
	border-color: white;
}

h1 {
    font-family: 'Assistant', sans-serif;
    font-size: 65px;
    color: white;
    font-weight: 200;
    padding-bottom: 13px;
    min-width: 600px;
    width: 50%;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

h2 {
    font-family: 'Assistant', sans-serif;
    text-align: center;
    color: #727272;
    font-weight: 300;
    font-size: 45px;
    padding-top: 60px;
    padding-bottom: 13px;
}

h3 {
    font-family: 'Assistant', sans-serif;
    text-align: center;
    color: #727272;
    font-size: 27px;
    padding-top: 8px;
    padding-bottom: 4px;
    font-weight: 400;
}

h4 {
    font-family: 'Assistant', sans-serif;
    padding-top: 70px;
    font-size: 50px;
    text-align: center;
    font-weight: 300;
    color: #f74141;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

h5 {
    font-family: 'Assistant', sans-serif;
    font-size: 48px;
    text-align: left;
    color: #f74141;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 6px;
    padding-top: 110px;
}

h6 {
    font-family: 'Assistant', sans-serif;
    padding-top: 45px;
    font-size: 65px;
    text-align: center;
    font-weight: 300;
    color: white;
    letter-spacing: -0.3px;
}


.banner {
    display: flex;
    width: 100%;
	height: 645px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.09);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.09);
    background: linear-gradient(55deg, #ff2a5b, #ff8946, #ffffff);
    background-size: 291% 199%;
    -webkit-animation: AnimationName 22s ease infinite;
    -moz-animation: AnimationName 22s ease infinite;
    animation: AnimationName 22s ease infinite;
}
    @-webkit-keyframes AnimationName {
        0%{background-position:0% 70%}
        50%{background-position:100% 31%}
        100%{background-position:0% 70%}
    }
    @-moz-keyframes AnimationName {
        0%{background-position:0% 70%}
        50%{background-position:100% 31%}
        100%{background-position:0% 70%}
    }
    @keyframes AnimationName { 
        0%{background-position:0% 70%}
        50%{background-position:100% 31%}
        100%{background-position:0% 70%}
}

.background0 {
    background-color: white;

    height: 220px;
    width: 100%;
}

.background {
	background-color: white;
    height: 490px;
	width: 100%;
}

.background2 {
    background-color:white;
	display: -webkit-flex;
    display: flex;
    height: 490px;
}

.background3 {
    background-color:white;
    height: 250px;
background: rgb(255,137,70); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgb(255,137,70) 0%, rgb(255,110,22) 53%, rgb(255,110,22) 53%, rgb(255,137,70) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgb(255,137,70) 0%,rgb(255,110,22) 53%,rgb(255,110,22) 53%,rgb(255,137,70) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgb(255,137,70) 0%,rgb(255,110,22) 53%,rgb(255,110,22) 53%,rgb(255,137,70) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8946', endColorstr='#ff8946',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.background4 {
    background-color:white;
    height: 290px;
    background: white;
}

.caracteristica {
    display: inline-block;
    vertical-align: top;
    width:17%;
    padding: 0px 25px 0px 0px;
}

.explicacion0 {
    min-width: 500px;
    width: 50%;
    padding-top: 170px;
}

.explicacion {
    min-width: 500px;
	width: 50%;
    padding-left: 7px;
    padding-top: 150px;
}

.explicacion1 {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    min-width: 500px;
    width: 50%;
    padding-left: 25px;
}

.contenedor {
    text-align: right;
}

.footer {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    list-style: none;
    background: #e8e8e8;
    padding: 25px 0px 20px 0px;
    text-align:center;
    font-size: 14px;
    color:#005169;
    line-height: 1.3;
}

.footer a:link {
    color:#005169;
    text-decoration:none;
}

.funcionalidad {
    text-align: center;
    padding-bottom: 60px;
    height: 420px;
    background-color: #f9f9f9;
    width: auto;
}

.iconos {
    padding-top: 25px;
    text-align: center;
}

.imagen0 {
    text-align: right;
    width: 45%;
    min-width: 600px;
    padding-top: 105px;
    padding-right: 7px;
}

.imagen {
    min-width: 600px;
    text-align: center;
}

.imagen1 {
    text-align: left;
    width: 53%;
    min-width: 400px;
}

.celudiagonal {
    margin-left: -10px;
}

.legales {
    display: inline-block;
    float: left;
    list-style-type: none;
}

.logo {
	padding-top: 70px;
	padding-bottom: 13px;
}

.menu {
    font-family: 'Open Sans', sans-serif;
    background:#ffffff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.09);
    font-size: 14px;
    text-decoration:none;
    padding-bottom: 17px;
    padding-top: 3px;
    width: 100%;
    height: 30px;
    position: fixed;
    z-index: 10;

}

.menu ul {
    float: left;
    margin-top: 2px;
    padding: 0px;
    text-align: left;
}

.menu li {
    padding-top: 1em;
    padding-left: 1em;
    display: inline-block;
    margin: 0px 4px 0px 4px;
}

.parrafo0 {
    font-family: 'Assistant', sans-serif;
    text-align: left;
    font-size: 19px;
    padding-bottom: 40px;
    min-width: 500px;
    color: white;
    width: 50%;
    line-height: 1.4;
    font-weight: 300;
}

.parrafo {
    font-family: 'Assistant', sans-serif;
    text-align: center;
    font-size: 21px;
    padding-top: 8px;
    min-width: 500px
}

.parrafo2 {
    font-family: 'Assistant', sans-serif;
    text-align: left;
    font-size: 19px;
    line-height: 1.4;
    color:#f74141;
}

.parrafo3 {
    font-family: 'Assistant', sans-serif;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    color:white;
    line-height: 1.3;
}

