/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */

#wrapper-formulario {
	text-align: right;
	border: solid 2px #C29111;
	background: #DDE08D;
	padding: 0px 15px 0 0;
	margin: 0px 30px;
	width: 286px;
	clear: both;
	color: black;
}
.header-formulario {
	font-size: 14px;
}
#formtext {
	width: 248px;
}
input {
	border: #c5c5c5 solid 1px;
}
#boton-formulario {
	width: 170px;
	height: 32px;
	font-weight: bolder;
	border: none;
	background: #C29111;
	cursor: pointer;
	color: white;
	margin-top: 12px;
	margin-bottom: 12px;
}
.bg-lighter {
	background-color: #FFF !important;
}
.clear {
	clear: both;
}
li {
	margin-left: 35px !important;
	list-style: disc;
}
a, a:visited {
	font-weight: bold;
	color: #C29111;
}
a:hover {
	font-weight: bold;
	color: #A9000B;
}
.titulo {
	color: #C29111;
}
.stuck {
	margin-top: 30px;
	/*position: fixed;
	top: 5%;
	right: 15%;
	bottom: 10px;
	width: auto;
	overflow-y: auto;
	overflow: auto;*/
}
.no-stuck {
	display: none;
}
.img-fullwidth {
	padding: 5px;
	border: solid 2px #C29111;
	margin: 10px auto;
}
p, h3, li {
	color: black;
}
.center {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media (max-width: 992px) {
.stuck {
	display: none;
}
.no-stuck {
	display: block;
}
}
