html, body{
	font-family: 'Roboto', sans-serif;
	color: #000;
}
body{
	padding-bottom: 30px;
	background-image: url(../img/bg-pz.png);
	background-size: cover;
	background-repeat: repeat;
	background-color: rgba(119, 205, 214, 0.3);
	background-attachment: fixed;
}

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: 14px;
	padding-bottom: 10px;

}



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

video{
	height: 100vh;
	width: 100%;
	background-size: cover;
	bottom: 0;
	min-height: 100%;
	min-width: 100%;
	right: 0;
	background-color: rgb(239, 58, 92);
}
.vid{
	display: block;
}
.portada{
	display: block;
	width: 100%;
	background-size: cover;
	bottom: 0;
	padding-top: 30px;
	min-width: 100%;
	right: 0;
	background-color: rgb(239, 58, 92);
}

.vid2{
	display: none;
}
/*.video{
	width: 100%;
	height: 100vh;
	background-image: url(../vid/vid-wide.mp4);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}*/
.op-0{
	opacity: 0;
}

.logo_adn{
	padding-top: 15px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.logo_adn .col-5 img{
	width: 25%;
}
.logo_adn .col img{
	width: 50%;
	margin-top: -15px;
}
.logo_adn .col:hover{
	margin-top: -10px;
	transition: all 0.5s;
}

.title {
	margin-top: -250px;
	padding-top: 40px;
	padding-bottom: 80px;
}
.title .col-2.align-self-start {
	padding-left: 4%;
	padding-right: 4%;
}
.title .col-sm-6.align-self-start {
	background-color: rgba(239, 58, 92, 0.8);
}

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

.title2 {
	padding-top: 130px;
	padding-bottom: 80px;
	background-color: rgb(239, 58, 92);
}
.title2 .col-2.align-self-start {
	padding-left: 4%;
	padding-right: 4%;
}
.title2 .col-sm-6.align-self-start {
	background-color: rgba(239, 58, 92, 0.8);
}

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

.title2 .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 100%;
}

.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: 76.8px;
	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;
}

.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;
}

/*.video {
	/*height: 100Vh;*
	position: relative;
	/*padding-bottom: 56.25%;*
	padding-bottom: 56.25%;
	padding-top: 5px;
	height: 0;
	overflow: hidden;
}

.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/


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

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

	.stuck {
	    width: 720px;
	    top: 53px;
	}
	.vid{
		display: none;
	}
	.vid2 {
		display: block;
	}
}

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


@media (min-width: 200px) and (max-width: 767px) {
	.title h2 {
	    font-size: 14px;
	}
	video{
		background-color: rgb(233, 67, 92);
	}
	.vid{
		display: none;
	}
	.vid2 {
		display: block;
	}
	.portada {
		padding-top: 50px;
	}
	
}

@media (min-width: 200px) and (max-width: 576px) {
	.logo_adn .col-5 img{
		width: 100%;
	}
	.logo_adn .col img{
		width: 100%;
	}
	.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 {
		
		top: 0;
	    width: 100%;
	}
	.stuck button {
		    padding-top: 100px;
	    width: 100%;
	}
	.content .col-lg-8 {
	    margin-top: -120px;
	}
	.pz img {
	    margin-top: -75px;
	    width: 25%;
	}
	.portada {
		padding-top: 50px;
	}
}

@media (max-width: 380px) {
	.title2 {
		padding-top: 80px;
		padding-bottom: 80px;
		background-color: rgb(239, 58, 92);
	}
	.portada {
		padding-top: 50px;
	}
}
















