html, body{
	font-family: 'Roboto', sans-serif;
	color: #000;
}
body{
	padding-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	margin: 0;
}
h6{
	font-size: 10px;
}

p{
	margin: 0;
	line-height: 1.7;
	font-size: 12px;
	padding-bottom: 10px;

}

/*@media (min-width: 1200px){
	.container {
	    width: 1100px;
	}
}*/

#fade,
#animatedLeft, /*left*/
#animatedLeft1,
#animatedLeft2,
#animatedLeft3,
#animatedLeft4,
#animatedLeft5,
#animatedLeft6,
#animatedLeft7,
#animatedLeft8,
#animatedLeft9,
#animatedLeft10,
#animatedLeft11,
#animatedLeft12,
#animatedLeft13,
#animatedLeft14,
#animatedLeft15,
#animatedLeft16,
#animatedLeft17,
#animatedLeft18,
#animatedLeft19,
#animatedLeft20,
#animatedRight,
#animatedRight1, /*right*/
#animatedRight2,
#animatedRight3,
#animatedRight4,
#animatedRight5,
#animatedRight6,
#animatedRight7,
#animatedRight8,
#animatedRight9,
#animatedRight10,
#animatedRight11,
#animatedRight12,
#animatedRight13,
#animatedRight14,
#animatedRight15,
#animatedRight16,
#animatedRight17,
#animatedRight18,
#animatedRight19,
#animatedRight20{
	opacity: 0;
}

.logo_adn{
	padding-top: 15px;
	background-color: #fff;
}
.logo_adn img{
	width: 10%;
}

.title {
	background-color: #ec3351;
	padding-top: 40px;
	padding-bottom: 80px;
}
.title .col-2.align-self-start {
	padding-left: 4%;
	padding-right: 4%;
}
.title .col-6.align-self-start {
	padding-left: 5%;
	padding-right: 5%;
}

.title h2{
	padding-top: 20px;
	padding-bottom: 25px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.pz img{
	margin-top: -150px;
	width: 35%;
	z-index: 0;
}

.content .col-lg-8{
	margin-top: -480px;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3); 
	z-index: 2;
	padding: 0;
}

.menu button.btn-lg{
	border-radius: 0px;
	font-size: 14px;
	border: 0;
}
.menu button.btn-light{
	color: #ec3351;
	background-color: #e5e5e5;
	text-transform: uppercase;
}

.stuck {
	position: fixed;
	top: 0;
	width: 760px;
	z-index: 5;
}

.menu .card-body{
	background-color: #d2d2d2;
	padding: 10px 0 0;
	border-radius: 0px;
	border: 0px;
}

.menu #navbar-example2{
	padding: 0;
}

.menu nav li{
	width: 33.33333333%;
	background-color: transparent;
	border-bottom: 1px solid #e5e5e5;
}

.menu nav li a{
	color: #333;
}
.menu nav li#cerrar{
	text-align: center;
	font-weight: 400;
	color: #ec3351;
	width: 100%;
}

.menu .nav-pills .nav-link.active{
	color: #333;
	background-color: transparent;
}
.menu .nav-pills .nav-link.active:hover,
.menu nav li a:hover{
	color: #ec3351;
	background-color: transparent;
}

body{
	background-image: url(../img/bg-pz.png);
	background-size: cover;
	background-repeat: repeat-y;
	background-position: center;
	background-color: rgba(119, 205, 214, 0.3);
}

.contentIn .container{
	padding-top: 30px;
}

.contentIn .container{
	padding-top: 40px;
	padding-bottom: 40px;
}
.contentIn .container .row{
	overflow-x: hidden;
}

.contentIn .text{
	padding: 20px;
}

.contentIn h2{
	font-size: 25px;
	padding-bottom: 15px;
}

.contentIn h3{
	font-size: 20px;
	font-weight: 400;
	color: #ec3351;
	padding-bottom: 30px;
}

.contentIn h3 span{
	font-size: 16px;
	font-style: italic;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.content .col-lg-8 {
	    margin-top: -400px;
	}
	.stuck {
	    width: 640px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.content .col-lg-8 {
	    margin-top: -250px;
	}
	.stuck {
	    width: 720px;
	}
	.logo_adn img {
	    width: 15%;
	}
}

@media (min-width: 577px) and (max-width: 767px) {
	.content .col-lg-8 {
	    margin-top: -245px;
	}
	.stuck {
	    width: 540px;
	}
	.pz img {
	    margin-top: -80px;
	    width: 40%;
	}
}


@media (min-width: 200px) and (max-width: 767px) {
	.title h2 {
	    font-size: 12px;
	}
	.logo_adn img {
	    width: 20%;
	}
}

@media (min-width: 200px) and (max-width: 576px) {
	.menu nav li{
		width: 50%;
	}
	.contentIn .col-sm-7{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-top: 20px;
	}
	.contentIn .col-sm-5 img{
		max-width: 250px;
	}
	.stuck {
	    width: 100%;
	}
	.content .col-lg-8 {
	    margin-top: -120px;
	}
	.pz img {
	    margin-top: -75px;
	    width: 25%;
	}
}
















