	{background-color:rgb(0,83,177);}
body{
	background-image: url('../img/background.jpg');
	background-repeat:no-repeat;
	background-size: 8000px 10000px;
	color:white;
	font-family: 'Quicksand', sans-serif;
        font-style: normal!important;
}

#logo1{
	position: fixed;
	bottom: 4%;
	width: 100%;
	text-align: center;
}

#title{
	position: fixed;
	width: 100%;
	height: 50%;
	text-align: center;
	top: 35%;
}

#imgs{
	position: fixed;
	width: 100%;
	top: 12%;
	text-align: center;
}

.title_1{
	font-size: 50px;
}

.title_2{
	font-size: 100px;

}

a{
	color:white;
}

@media screen and (max-width:1000px){
	#title{
		top: 55% !important;
	}
	.title_1{
		font-size: 22px;
	}
	.title_2{
		font-size: 40px;
	}

	.modal{
		width: 99% !important;
		border-radius: 0 !important;
		font-size: 14px;
		left: 0% !important;
		top: 5% !important;
	}
	#close img{
		width: 25px !important;
	}
	.pol{
		top: 1% !important;
	}
	.btn_contact{
		width: 50px !important;
		height: 50px !important; 
	}
}

#logo1{
       	left:0% !important;
       }

@media screen and (max-height:325px){
	img{
		width:90px;
	}
      #poli{
       	   font-size:10px;
       }
       #imgs{
       	top:5%;
       }
       #logo1{
       	left:0% !important;
       }
        #title{
			margin-top:0% !important;
       }
}

@media screen and (max-height:640px){
      #poli{
       	   font-size:10px;
       }
       #imgs{
       	top:5%;
       }
       #title{
		top:36% !important;
		margin-top:16%;
       }
       #logo1{
       	left:0% !important;
       }
}


.btn_contact {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 3%;
    background-color: #1e88e5;
    width: 12%;
    height: 7.5%;
    border-radius: 100%;
    box-shadow: black 0px 7px 17px -5px;
    cursor: pointer;
}

.btn_contact img{
	position: absolute;
    left: 13px;
    top: 25%;
    width: 50%;
    height: 50%;
}

.contact{
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color:#212121;
	display: none;
	background-color: rgba(0,0,0,.6);
}

.modal{
	background-color: #FAFAFA;
	position: absolute;
	left: 30%;
	top: 10%;
	width: 40%;
	padding: 1%;
	height: auto;
	box-shadow:black -2px 1px 6px -1px;
	border-radius: 10px;

}

.body{
	padding: 1%;
}

.header{
	text-align: center;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td {
    border: solid 1px #d1d1d1; 
    text-align: left;
    padding-left: 15px;
}

tr:nth-child(even) {
   
}

.selec:hover{
	background-color: #1e88e5;
	color:white;
	cursor: pointer;
}

#close{
	float: right;
	cursor: pointer;
}

#close img{
	width: 37px;
    position: absolute;
    top: 9px;
    right: 11px;
}


.politicas{
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}

.pol{
	position:absolute;
	top:15%;
	margin:3%;
	background-color:rgba(255,255,255,.9);
	color:black;
	border-radius:10px;
	box-shadow:black -2px 1px 6px -1px;

}

.pol h2{
	text-align:center;
}

.pol .body{
	padding:7px;
}

.pol .footer{
	text-align:center;
	border-top:solid 1px grey;
	padding:10px;
padding-bottom:20px;
}

.pol button{
	border:none;
	padding:10px;
	margin-top:10px;
	color:white;
	background-color:#1e88e5;
	cursor: pointer;
    margin-left: 10px;
}

.pol button:hover{
	color:#1e88e5;
	outline: solid #1e88e5 1px;
	background-color:#fff;
}

ul{
	padding: 0;
}