/**************************************
***************************************
Política de privacidad
***************************************
**************************************/

body {
	background-color: #E5E5E5;
}

body > main {
	border-top: solid 20px white;
    padding: 50px 5% 200px;
    position: relative;
    top: 140px;
    z-index: 1;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    body > main {
        border-top: solid 10px white;
	    padding: 25px 5% 200px;
		top: 70px;
    }
}

@media screen and (min-width: 480px) and (max-width: 800px) {
    body > main {
        top: 0;
    }
}

@media screen and (max-width: 480px) {
    body > main {
        padding: 25px 5% 100px;
        top: 0;
    }
}

body > main > article > h2 {
	margin-top: 40px;
	text-align: center;
  	font-family: montserrat-semibold, Verdana, Helvetica, sans-serif;
  	font-size: 3.44em;
  	line-height: 120%;

  	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;

	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;

	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;

	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;

	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;

	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    body > main > article > h2 {
        margin-top: 20px;
        font-size: 2em;
    }
}

@media screen and (max-width: 480px) {
    body > main > article > h2 {
        font-size: 2em;
    }
}

body > main > article > div.texto {
	display: block;
  	margin: 30px auto 0;
  	max-width: 65%;
	font-size: 1em;
  	line-height: 120%;
  	color: #444;

  	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;

	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;

	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;

	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;

	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s;

	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    body > main > article > div.texto {
        margin: 15px auto 0;
    }
}

@media screen and (max-width: 4804px) {
    body > main > article > div.texto {
        max-width: 100%;
    }
}

body > main > article > div.texto p {
	margin-top: 30px;
}

body > main > article > div.texto ul {
	margin: 30px 0 30px 5%;
	list-style: disc;
	text-align: left;
}

body > main > article > div.texto h3 {
	margin-top: 60px;
	text-align: left;
	font-family: montserrat-semibold, Verdana, Helvetica, sans-serif;
  	font-size: 1.25em;
  	line-height: 120%;
}

body > main > article > div.texto h2 {
	margin-top: 90px;
	text-align: left;
	font-family: montserrat-semibold, Verdana, Helvetica, sans-serif;
  	font-size: 1.5em;
  	line-height: 120%;
}

body > main > article li {
	margin-top: 10px;
}

body > main > article a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}