@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
}

.aviso {
	
	background-color: rgba(0, 0, 0, 1);
	border-top:5px solid #AE110D;
    position: fixed;
    top: 72%;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
	font-size: 14px;
	color: #cecccc;
	padding: 1rem;
	display: none;
	
}
.aviso a {
	font-size: 14px;
    color: rgb(43, 166, 203);
    text-decoration: none;
    line-height: inherit;
}

.aviso a:hover {
    color: rgb(174, 17, 13);
}
		
.aviso h4 {
	display: block;
	text-align: center;
	font-size: 1.1em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
    color: #cecccc;
}

.aviso p {
	display: block;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 0.83em;
	margin-left: 0px;
	margin-right: 0;
    color: #cecccc;
}

.btns{
    display: flex;
    background-color: rgb(43, 166, 203);
    padding: 5px 10px 5px 10px;
    border: 2px solid rgb(29, 129, 159);
    cursor: po
	
.btn {
    background-color: rgb(43, 166, 203);
    padding: 5px 10px 5px 10px;
    border: 2px solid rgb(29, 129, 159);
    cursor: pointer;
    transition: background .3s;
    border-radius: 5px;
    color: #cecccc;
	
}

.btn:hover {
    background-color: rgb(36, 152, 186);
}

.btn:active {
    background-color: rgb(129, 255, 166);
    color: rgb(4, 92, 30);
}


#buttonbar button{

margin:-0.05px;inter;
    transition: background .3s;
    border-radius: 5px;
    color: #cecccc;
}

.btn.accept{
   background-color: rgb(0, 185, 124);
   color: #fff;
}


}

.modal {
    background-color: rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
	z-index: 1000;

}
		
.modal-content {
	position: relative;
	overflow: auto;
	width: 60%;
	height: 85%;
	background-color: rgba(0, 0, 0, 1);
	top: 44%;
	left: 50%;
	padding: 0.5rem 1rem;
	border: 5px solid #AE110D;
    font-size: 1rem;
	color: #cecccc;
    line-height: 1.6;
	border-radius: 10px;
	transform: translate(-50%,-50%);
	display: block;
	animation: animate;
	animation-duration: 800ms;
	z-index: 1000;

}

.modal a {
    color: rgb(43, 166, 203);
    text-decoration: none;
    line-height: inherit;
}

.modal a:hover {
    color: rgb(174, 17, 13);
}

.modal p {
	color: #cecccc;
	font-size:14px;
}

.modal-header h1{
	font-size:13px;
	font-weight: bold;
    text-align: center;
}

.modal-header, .modal-body, .modal-footer{
    padding: 10px;
}

..modal-body p {
	font-size: 1em;
	color: #fff;
	margin-bottom: 10px;	
}

.modal-header{
   background-color: rgba(0, 0, 0, 1);
   text-align:center;
   margin-top= 0px;
}

.modal-footer{
   background-color: rgba(0, 0, 0, 1);
}


#wrapper {
  display: flex;
  justify-content: center;
  
}

#left {
	/*margin-top: 10px;*/
	position: relative;
	width: 54%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	/*top: 42%;
	left: 50%;*/
	padding: 0.5rem 1rem;
	border: 2px solid #AE110D;
    font-size: 1rem;
	color: #cecccc;
	float:left;
	
}

#right {
	/*margin-bottom: 20px;*/
	position: relative;
	width: 43%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	margin-left: 55%;
/*	top: 42%;
	left: 50%;*/
	padding: 1rem 1rem;
	border: 2px solid #AE110D;
    font-size: 1rem;
	color: #cecccc;
/*	float:right;*/
	
}

.clear {
    clear: both;
}
