@charset "utf-8";

.ok_mostrar
{
	display:none
}
#id_msjerror{
	display:none
}
.otros-motivos
{
	display:none
}
.help-block {
    font-size: 12px;
	font-weight:400;
}

/* ///////////////////////////////////////////////////////////////////////////// */
/* ===========    SECTION novedades /// NOVEDADES           ==================== */
/* ///////////////////////////////////////////////////////////////////////////// */
/* //                                                                          //*/
/* ///////////////////////////////////////////////////////////////////////////// */


#novedades
{
	padding: 1rem 0 2rem;
}

.gray-bg
{
	background-color: #f1f1f1;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
	position: relative;
}

.gray-bg::before
{
	background-color: transparent;
	box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.grid-space-10 .col-lg-6, .grid-space-10 .col-lg-4, .grid-space-10 .col-lg-3, .grid-space-10 .col-md-6, .grid-space-10 .col-md-4, .grid-space-10 .col-md-3, .grid-space-10 .col-sm-6, .grid-space-10 .col-sm-4, .grid-space-10 .col-sm-3, .grid-space-10 .col-xs-6, .grid-space-10 .col-xs-4, .grid-space-10 .col-xs-3
{
	padding-left: 5px;
	padding-right: 5px;
}

.box-style-1
{
	margin: 20px 0;
	padding: 15px;
	text-align: center;
}

.box-style-1 img
{
	display: block;
	max-height: 150px;
}

.box-style-1 .img-horizontal-center
{
	align-items: center;
	display: flex;
}

.grid-space-10 .box-style-1
{
	margin: 10px 0;
}

.box-style-1:hover:not(.team-member) i
{
	color: #e84c3d;
	transition: all 0.3s ease-in-out 0s;
}

.box-style-1.default-bg:hover i, .box-style-1.dark-bg:hover i
{
	color: inherit;
}

.box-style-1 p
{
	color: #666666;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
	min-height: 85px;
	height: 100%
}

.box-style-1 .btn
{
	border-radius: 0;
	font-size: 14px;
	line-height: 1.42857;
	margin: 10px 0;
	min-width: 160px;
	padding: 10px 12px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
	line-height: 1.42857;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 14px;
}

.box-style-1 .btn:focus, .btn:active
{
	box-shadow: none;
	outline: medium none;
}

.box-style-1 .btn-default
{
	background-color: #e84c3d;
	border-color: #cd3c2e;
	color: #fff !important;
}

.box-style-1 .btn-default:hover, .box-style-1 .btn-default:focus, .box-style-1 .btn-default:active, .box-style-1 .btn-default.active, .box-style-1 .open .dropdown-toggle.btn-default
{
	background-color: #cd3c2e;
	border-color: #cd3c2e;
	color: #fff !important;
}

.box-style-1 .btn-default.disabled, .box-style-1 .btn-default[disabled], .box-style-1 fieldset[disabled] .btn-default
{
	background-color: #cd3c2e;
	border-color: #cd3c2e;
}

.box-style-1 h3.title
{
	color: #393b3d;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-top: 5px;
	text-align: center;
}

.white-bg
{
	background-color: #ffffff !important;
	border: medium none !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.overlay-container
{
	display: block;
	overflow: hidden;
	position: relative;
}

.overlay
{
	background-color: rgba(241, 241, 241, 0.85);
	bottom: -1px;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: -1px;
	top: 0;
	transform: scale(0.8);
	transition: all 0.2s linear 0s;
}

.overlay a
{
	background-color: #ffffff;
	color: #e84c3d;
	display: inline-block;
	font-size: 26px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
}

.overlay span
{
	bottom: 10px;
	color: #000000;
	display: block;
	font-style: italic;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.overlay-links
{
	display: block;
	font-size: 0;
	left: 50%;
	margin: -25px auto 0 -50px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: scale(0.4);
	transition: all 0.25s linear 0.05s;
}

.overlay-links a
{
	margin-left: 0;
	margin-top: 0;
	position: static;
}

.overlay-links a + a
{
	background-color: #e84c3d;
	color: #ffffff;
	left: 50px;
}

.overlay a:hover
{
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
}

.overlay i
{
	line-height: 50px;
}

.box-style-1 .overlay i
{
	font-size: 26px;
	margin: 0;
}

a.overlay
{
	background-color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}

a.overlay:hover
{
	text-decoration: none;
}

small, .small
{
	font-size: 85%;
}

a.overlay.small i
{
	font-size: 18px;
	line-height: 1;
	margin-left: -8px;
	margin-top: -8px;
}

.overlay-links
{
	display: block;
	font-size: 0;
	left: 50%;
	margin: -25px auto 0 -25px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: scale(0.4);
	transition: all 0.25s linear 0.05s;
}

.overlay-links a
{
	margin-left: 0;
	margin-top: 0;
	position: static;
}

.overlay-links a + a
{
	background-color: #e84c3d;
	color: #ffffff;
	left: 50px;
}

.overlay a:hover
{
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
}

.overlay-container:hover .overlay, .overlay-container:hover .overlay-links
{
	opacity: 1;
	transform: scale(1);
}

.box-style-1 i
{
	font-size: 90px;
	margin: 15px 0 5px;
	text-align: center;
}

.arrow-bottom
{
	position: relative;
}

.arrow-bottom::after
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #f1f1f1 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 25px;
	bottom: -50px;
	content: "";
	display: block;
	left: 50%;
	margin-left: -13.5px;
	position: absolute;
}


/*
/*
/* CSS ESPECÍFICOS PARA TABLET VERTICALES
*/
@media screen and (min-width: 737px) and (max-width: 768px) {

#novedades .col-mxs-12 .box-style-1 p
{
	min-height: 1px;
}
}
