body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	background: #f2f2f2; 
	font-size: 1em;
	line-height: 1.5em;
}
video {
    width: 100%;
}

h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 15px 0;
	text-align: center;
	font-weight: 300;
}

p {
	margin: 0 0 1.5em 0;
}

img {
	max-width: 100%;
	height: auto;
}

#main-header {
	background: white;
	color: black;
	height: 100px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}	
	#main-header a {
		color: rgb(0, 74, 143);
        font-size: large;
	}

/*
 * Logo
 */
#logo-header {
	float: left;
	padding: 0px 0 0 20px;
	text-decoration: none;
}
	#logo-header:hover {
		color: #0b76a6;
	}
	
	#logo-header .site-name {
		display: block;
		font-weight: 700;
		font-size: 1.2em;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: 300;
		font-size: 0.8em;
		color: black;
	}
	

/*
 * Navegaci¨Žn
 */
nav {
	float: right;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 20px;
	}
	
		nav ul li {
			display: inline-block;
			line-height: 80px;
		}
			
			nav ul li a {
				display: block;
				padding: 0 10px;
				text-decoration: none;
                
			}
			
				nav ul li a:hover {
					background: rgba(87, 87, 87, 0.1);
                    max-height: max-content;
				}
#main-content {
	background: white;
	width: 90%;
	max-width: 1300px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(114, 114, 114, 0.1);
}
#main-content article{
    text-align: center;
margin-left: 10%;
margin-right: 10%;
}

	#main-content header,
	#main-content .content {
		padding: 40px;
	}


#main-footer {
	background: black;
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}
	#main-footer p {
		margin: 0;
	}
	
	#main-footer a {
		color: white;
	}
    #sect1 video{
        width: 100%;
        min-height: 500px;
        
      }
iframe {
    margin-top: 4%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 4%;
width:80%;
}

#p1{
    display: flex;
    font-size: x-large;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
#p2{
    display: flex;
    font-size: large;
    text-align: justify;
    margin-right: 60%;
}
#p3{
    display: flex;
    font-size: large;
    text-align: justify;
    margin-left: 60%;
}
#p4{
    display: flex;
    font-size: large;
    text-align: justify;
    margin-right: 60%;
}


h2{
    color: #0b76a6;
    font-size: xx-large;
}
#qs1{
    animation: movimiento3 2s;
    color: #0b76a6;
}
#qs2{
	color: #0b76a6;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#h21{
    margin-right: 60%;
    animation: movimiento1 2s ;
}
#h22{
    margin-left: 60%;
    animation: movimiento2 2s ;
}
#h23{
    margin-right: 60%;
    animation: movimiento1 2s ;
}
#sect2{
    background-color: gray;
}
@keyframes movimiento1 {
from{
    transform: translateX(-900px);
}
to{
    transform: translateX(10);
}
}
@keyframes movimiento2 {
    from{
        transform: translateX(900px);
    }
    to{
        transform: translateX(10px);
    }
    }
    @keyframes movimiento3 {
        from{
            transform: translatey(9000px);
        }
        to{
            transform: translateX(10);
        }
        }
		.float-wa{
			position:fixed;
			width:100px;
			height:100px;
			bottom:40px;
			right:40px;
			background-color:#25d366;
			color:#FFF;
			border-radius:50px;
			text-align:center;
			font-size:30px;
			z-index:100;
		}
		#ima{
		    max-width: 80%;
	        height: 80%;
		}
#hov{
		list-style: none;
}
table{
    align-content:center;
	width: 100%;
	display: flex;
}
td{
	width: 50px;
}
