/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

body
{
	/* Font */
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 12px;

	/* Text color */
	color: #333;

	/* Remove the background color to make it transparent */
	background-color: #fff;

	margin: 20px;
}

.cke_editable
{
	font-size: 13px;
	line-height: 1.6;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

a
{
	color: #0782C1;
}

ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	line-height: 1.2;
}

hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.align-left
{
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}
.align-right 
{
    float: right;
    padding-left: 10px;
	padding-bottom: 2px;
}
.align-center 
{
    text-align: center;
}
.isotipo
{
	color: #416fa7;
	font-weight: bold;
}
.yellow
{
	background-color: #ffff00;
}
.azul
{
	color: rgb(0,97,166);
} 

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	tab-size: 4;
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
	font-style: italic;
}

figure
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}


/*
	.cke_editable { max-width: 1200px; }
*/

.row { display: flex; }
.col { padding: 1rem; box-sizing: border-box; }
.col.l12 { width: 100%; display: inline-block; vertical-align: top; }
.col.l8 { width: 66%; display: inline-block; vertical-align: top; }
.col.l4 { width: 33%; display: inline-block; vertical-align: top; }

.col.l5 { width: 41.67%; display: inline-block; vertical-align: top; }
.col.l7 { width: 58.33%; display: inline-block; vertical-align: top; }

/* Contenedor base */
.container-dqa { margin: 0 auto; max-width: 1280px; width: 88%; /* background-color: orange; */ }


.only-admin { display: block; color: rgb(97, 97, 97, 0.6); text-transform: uppercase; font-size: 1.2rem; }

/* colores */
.c-celeste-1 { color: #0e7cb2; }
.c-azul-1 { color: #124f90; }
.c-plomo-1 { color: #575656; }
.c-blanco-1 { color: #ffffff; }
.c-rojo-1 { color: red; }


/* Background */

.bg-celeste-1 { background-color: #0e7cb2; }
.bg-azul-1 { background-color: #124f90; }
.bg-plomo-1 { background-color: #575656; } 
.bg-blanco-1 { background-color: #ffffff; } 
.bg-gradiente-rojo {
    background: -moz-linear-gradient(0% 50% 0deg, rgba(255, 86, 31, 1) 0%, rgba(215, 0, 45, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 86, 31, 1) 0%, rgba(215, 0, 45, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(255, 86, 31, 1)), color-stop(1, rgb(204, 165, 173)));
    background: -o-linear-gradient(0deg, rgba(255, 86, 31, 1) 0%, rgba(215, 0, 45, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(255, 86, 31, 1) 0%, rgba(215, 0, 45, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF561F', endColorstr='#D7002D' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(255, 86, 31, 1) 0%, rgba(215, 0, 45, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF561F', endColorstr='#D7002D', GradientType=1);
}

.sec-main {  }



/*
    Galería
*/
.list-galeria { padding: 0; }
.list-galeria .item { padding: 0.5rem; height: 250px; }
.list-galeria .item .wrapper-img { width: 100%; height: 100%; }
.list-galeria .item.video .wrapper-img { background-color: #f2f2f2; position: relative; }
.list-galeria .item.video .wrapper-img::after { font-family: "FontAwesome"; content: ""; background-image: url('images/play-ico.png'); background-repeat: no-repeat; font-size: 3rem; line-height: 3rem; width: 3rem; height: 3rem; color: white; position: absolute; top: calc(50% - 1.5rem); left: calc(50% - 1.5rem); } 
.list-galeria .item .wrapper-desc { height: 5rem; /*overflow: hidden;*/ }
.list-galeria .item .wrapper-desc span { padding: 1rem 1rem 1rem 1rem; font-size: 1rem; line-height: 1.2rem; display: block; background-color: #f2f2f2; }
.list-galeria .item img { object-fit: cover; height: 100%; width: 100%; vertical-align: baseline; }
.list-galeria .btn-arrow { position: absolute; top: calc(50% - 18px); z-index: 999; padding: 1rem 1rem 1rem 1rem; cursor: pointer; }
.list-galeria .btn-arrow.prev { left: -1rem; background-color: #A5ACAF; background-image: url('images/left-arrow-2.png'); background-repeat: no-repeat; background-position: center center; background-size: 10px; }
.list-galeria .btn-arrow.next { right: -1rem; background-color: #A5ACAF; background-image: url('images/right-arrow-2.png'); background-repeat: no-repeat; background-position: center center; background-size: 10px; }
.list-galeria .btn-arrow.slick-arrow.slick-disabled { background-color: rgba(165, 172, 175, 0.2); }
.list-galeria.v2 .item { padding: 0.5rem; height: auto; }
.list-galeria.v3 { text-align: center; }
.list-galeria.v3 li { width: 100%; display: inline-block; }