/*
* -------------------------------------------
* CSS utilities
* -------------------------------------------
*/

@import url('utilities.css');

/*
* -------------------------------------------
* PROPERTIES
* -------------------------------------------
*/
:root 
{
	--pri_color		: #bb2b19;
	--bg_color 		: #FFFFFF;
	--mask_color	: #000000;
	--base_font		: 'PT Sans', sans-serif;
	--font_size		: 1em;
	--page_size 	: 1000px;
	--tbl_opacity   : 0;

}

/*
* -------------------------------------------
* CUSTOM CSS
* -------------------------------------------
*/

.spc
{
	cursor: pointer;
}

.menubar
{
	background-image: url('/imgs/icons/fondo-barra-superior.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: var(--pri_color);
}

.menubar img
{
	margin: auto;
	width: 400px;
	max-width: 400px;
}

.menubar b,
.footer b
{
	color: #FFFFFF;
	font-size: 0.75em;
}

.menubar b:nth-child(1)
{
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 12px;
}

.menubar b:nth-child(1) span
{
	display: block;
	padding-left: 16px;
}

.socialbar a
{
	margin: 0px 6px;
}

.menubar form
{
	padding: 10px 0px;
}

.footer form
{
	padding: 10px 24px 10px 0px;
}

.menubar input:nth-child(1),
.footer input:nth-child(1)
{
	max-width: 150px;
	height: 13px;
	border: 0px;
	outline: 0px;
	background-color: #FFFFFF;
	display: block;
	float: left;
}

.menubar input:nth-child(2),
.footer input:nth-child(2)
{
	width: 25px;
	height: 14px;
	border: 0px;
	outline: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('/imgs/icons/icono-lupa.png');
	display: block;
	float: left;
}

.toolbar
{
	background-color: #000000;
}

.toolbar a
{
	color: #FFFFFF;
	font-size: 0.8em;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 20px 50% !important;
	font-weight: bold;
	padding: 10px 34px 10px 44px !important;
	background-size: 16px !important;
	position: relative;
	display: table;
}
	
.toolbar a:not(:last-child):before
{
	content: "";
	height: 40%;
	width: 1px;
	background-color: var(--pri_color);
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-40%) rotate(20deg);
}

.mintoolbar a
{
	color: #FFFFFF;
	font-size: 0.65em;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 10px 50% !important;
	font-weight: bold;
	padding: 2px 5px 2px 12px !important;
	background-image: 7px !important;
	position: relative;
	display: table;
}
	
.mintoolbar a:not(:last-child):before
{
	content: "";
	height: 40%;
	width: 1px;
	background-color: var(--pri_color);
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-40%) rotate(20deg);
}
.arcticle-media{
	max-width: 100% !important;
	padding: 10px !important;
	box-sizing: border-box !important;

}

.article small
{
	font-size: 0.8em;
	color: var(--pri_color);
	font-weight: bolder;
	display: table;
}

.article h2
{
	font-size: 1.75em;
	color: #333333;
	display: block;
}

.article h3
{
	color: #333333;
	font-size: 1.25em;
	display: block;
}

.article h2:hover,
.article h3:hover
{
	color: #000000;
	text-decoration: underline;
}

.article p
{
	font-size: 0.8em;
	color: #000000;
	display: block;
}

.article span
{
	font-size: 0.7em;
	margin-top: 6px; 
	color: var(--pri_color);
	display: table;
}

.article a
{
	text-decoration: none;
	display: table;
}

.bline:not(:last-child)
{
	padding-bottom: 30px;
}

.bline:not(:last-child):before
{
	content: "";
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 2px;
	background-color: #333333;
}

.social-icons
{
	margin-bottom: -15px;
	transform: skewX(10deg);
	background: rgba(48,89,171,1);
	background: -moz-linear-gradient(left, rgba(48,89,171,1) 0%, rgba(35,65,126,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(48,89,171,1)), color-stop(100%, rgba(35,65,126,1)));
	background: -webkit-linear-gradient(left, rgba(48,89,171,1) 0%, rgba(35,65,126,1) 100%);
	background: -o-linear-gradient(left, rgba(48,89,171,1) 0%, rgba(35,65,126,1) 100%);
	background: -ms-linear-gradient(left, rgba(48,89,171,1) 0%, rgba(35,65,126,1) 100%);
	background: linear-gradient(to right, rgba(48,89,171,1) 0%, rgba(35,65,126,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3059ab', endColorstr='#23417e', GradientType=1 );
}

.social-icons:before
{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 0;
	border-color: #23417f transparent transparent;
	bottom: -0px;
	right: -5px;
	z-index: -1;
}

.social-icons a,
.color-social-icons a
{
	width: 10px;
	height: 10px;
	margin: 0px 6px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	opacity: 0.75;
}

.color-social-icons a:hover,
.social-icons a:hover
{
	opacity: 1;
}

.color-social-icons
{
	float: right;
}

.opinion
{
	background-color: #404040;
}

.light
{
	background-color: #e6e6e6 !important;
}

.ghost
{
	background-color: #FFFFFF !important;
}

.opinion strong
{
	background-color: #000000;
	display: block;
	overflow: hidden;
}

.opinion strong span
{
	display: table;
	color: #FFFFFF;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 0px;
	margin: auto;
	position: relative;
}

.opinion strong span:before
{
	content: "";
	width: 90px;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: -120px;
	top: 50%;
	transform: translateY(-50%);
}

.opinion strong span:after
{
	content: "";
	width: 90px;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	right: -120px;
	top: 50%;
	transform: translateY(-50%);
}

.avatar
{
	width: 60px;
	height: 60px;
	margin: 3px auto;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.note small
{
	font-size: 0.7em;
	color: #ffff00;
	display: table;
}

.note h3
{
	font-size: 0.8em;
	color: #FFFFFF;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.note p
{
	font-size: 0.7em;
	color: #FFFFFF;
	min-height: 63px;
	display: block;
}

.note a
{
	font-size: 0.7em;
	color: #ffff00;
	display: table;
	text-decoration: none;
	float: right;
}

.control a
{
	width: 30px;
	height: 30px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	cursor: pointer;
}

.control a:nth-child(1)
{
	background-image: url('/imgs/icons/flecha-izquierda.png');
	left: -40px;
}

.control a:nth-child(2)
{
	background-image: url('/imgs/icons/flecha-derecha.png');
	right: -40px;
}

/*
.next-video
{
	opacity: 0.75;
	cursor: pointer;
	transition: 0.5s all;
}

.next-video:hover
{
	opacity: 1;
}

.link_video
{
	text-decoration: none;
	color: var(--pri_color);
	display: table;
	float: right;
	margin: 10px;
	font-size: 0.9em;
}

.thumbnail-video
{
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}

.thumbnail-video:before
{
	content: "";
	width: 50px;
	height: 50px;
	background-image: url('/imgs/icons/play.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: 0.5s all;
}

.thumbnail-video:hover:before
{
	opacity: 1;
}

.blackMask{
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:8888;
	position:fixed;
}

.iframesingle{
	width:100%;
	max-width:200px;
	margin:0px auto;
}

.iframe{
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:400px;
	margin:-200px 0px 0px -300px;
}

.iframevideo{
	display:none;
}
*/

.footer
{
	background-color: #1e1d1d;
}

.footer-socialbar
{
	padding: 10px 0px !important;
}

div.logo-rectangle
{
	width: 96%;
	max-width: 270px;
	height: 64px;
	background-color: var(--pri_color);
	transform: skewX(-15deg);
	position: relative;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-bottom: -22px;
	background-image: url('/imgs/whitelogotype.png');
}

div.logo-rectangle:before
{
	content: "";
	position: absolute;
	background-color: var(--pri_color);
	width: 100%;
	height: 41px;
	top: -41px;
	left: 0%;
}

div.logo-rectangle:after
{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #862b19;
	position: absolute;
	top: -41px;
	right: -20px;
	z-index: -1;
}

.footer-bar strong
{
	font-weight: normal;
	text-transform: uppercase;
	padding: 2px 0px;
	font-size: 0.7em;
	display: block;
}

.footer-bar p
{
	font-size: 0.7em;
	display: block;
	text-align: justify;
}

.footer-bar h3
{
	width: 100%;
	text-align: center;
	display: block;
	font-size: 0.7em;
}




span.eye-views{
	display: block;
	height: 20px;
	background-image: url('/imgs/icons/view.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	padding-left: 32px;
	line-height: 20px;
}

a.lupa
{
	width: 40px;
	height: 40px;
	background-image: url('/imgs/lupa.png');
	display: block;
	margin: 12px;
	float: right;
}

a.menu-phone
{
	width: 40px;
	height: 40px;
	background-image: url('/imgs/menu.png');
	display: block;
	margin: 12px;
}

h1.black-page-titles
{
	color: #000;
	font-size: 2.25em;
	padding: 35px 10px;
}

div.break-color-line{
	width: 100%;
	height: 1px;
	background-color: #eceaea;
	display: inline-block; 
}

.page-text{
	/*color: #000;
	font-size: 1.15em;
	line-height: 1.5em;
	padding: 1%;*/
	padding: 10px 20px;
}
/*page-text img{
	max-width: 25% !important;
	height: auto !important;
}*/

.blog-item ul,.blog-item ol{
	margin:0px 0px 0px 14px; 
	padding:0px 0px 0px 14px;
}

div.phone-menu
{
	width: 20px;
	height: 10px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	float: right;
	display: none;
	cursor: pointer;
	margin-top: 15px;
	margin-right: 15px;
}

ul.app-menu-list{
	list-style: none;
	width: 100%;
}

ul.app-menu-list li{
	display: block;
}

ul.app-menu-list li a{
	padding: 20px;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #636161;
	border-bottom: 1px solid #e4e0e0;
	text-decoration: none;
	display: block;
}

ul.app-menu-list li a:hover{
	color: var(--sec_color);
}

@media screen and (max-width: 600px)
{
	.menubar img
	{
		width: 250px;
	}
}

@media screen and (max-width: 800px)
{
	/*div.footer-bar
	{	
		display: block;
		text-align: center !important;
	}*/
	div.logo-rectangle
	{
		max-width: 215px;
		margin: auto;
	}

	/*input.findbar
	{
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: auto !important; 
		margin-right: auto !important; 
		display: block;
	}

	div.footer-bar p
	{
		text-align: center;
	}*/
	div.logo-rectangle:before
	{
		height: 30px;
	}

	div.logo-rectangle:before,
	div.logo-rectangle:after
	{
		top: -30px;
	}

	div.f-content
	{
		display: table !important; 
	}

	div.f-items
	{
		display: inline-grid;
		justify-content: center;
	}
}
.socials{
	margin-left: 30%;
}
.fa {
	padding: 10px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px;
}
.fa:hover {
	opacity: 0.7;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}
.fa-envelope{
	background: gray;
	color: white;
}
.fa-twitter {
	background: #55ACEE;
	color: white;
}
.fa-whatsapp {
	background: #a4c639;
	color: white;
}

@media screen and (min-width: 600px){
	.socials{
		margin-left: 20%;
	}
}
