html, body{
	font-family: 'Roboto', sans-serif;
	color: #000;
	background-color: #f6f6f6;
}

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;
	}
}*/

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

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

.intro{
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	
}

.intro h1{
	flex-basis: 100%;
	align-self: center;
}
.intro img{
	align-self: center;

}
.card{
	background-image: url(../img/back_port.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position: center top;
    background-clip: border-box;
    padding: 2em 0;
    border: 1px 0px solid rgba(0,0,0,0);
}
.circle_sh{
	max-width: 100%;
	padding-bottom: 2em;
}
.plc{
	margin: 0em 0em 4em 0em;
	border-top: 2px solid #ccc;
	height:30px;
}
.title_sh{
	margin-top: 8em;
	margin-bottom: 2em;
	width: 90%;
	max-width: 750px;
}
	
.sheinbaum h1{
	font-size: 1.5rem;
	font-weight: 400;
	padding-bottom: 1rem;
}
.sheinbaum ul{
	list-style:none;
	padding: 0;
}
.sheinbaum ul li{
	float: left;
}
.sheinbaum ul li:nth-child(2){
	padding-left: 1em;
}
.sheinbaum ul li span{
	font-weight: 900;
	font-size: 1.5em;
	color: #909090;
}
.sheinbaum h3{
	font-size: 1rem;
	margin-top: 2.5em;
	clear: both;
}
.sheinbaum .col-12.text-center{
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;

}
.sheinbaum h2{
	font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.stuck {
		top: 66px;
	    width: 640px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo_adn .col img{
		width: 100%;
	}
	.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%;
	}
	.stuck {
	    width: 540px;
	    top: 48px;
	}
}


@media (min-width: 200px) and (max-width: 767px) {
	
	video{
		background-color: rgb(233, 67, 92);
	}
	.vid{
		display: none;
	}
	.vid2 {
		display: block;
	}
	.title_sh{
	margin-top: 4em;
	}
	
}

@media (min-width: 200px) and (max-width: 576px) {
	.logo_adn .col-5 img{
		width: 100%;
	}
	.logo_adn .col img{
		width: 100%;
	}
	.stuck {
		
		top: 0;
	    width: 100%;
	}
	.stuck button {
		    padding-top: 100px;
	    width: 100%;
	}
}

@media (max-width: 380px) {
	
}
















