@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

:root {
	--color-primario: #db0011;
	--color-borde: #e7e7e7;
	--color-body: #4d4d4d;
	--color-1: #0079ce;
	--color-2: #00cec9;
	--color-3: #2ecc71;
	--color-4: #ff9900;
	--color-5: #eb4d4b;
	--color-bg-seccion: #fafafa;
	--color-bg-footer: #282627;	
	--color-rojo-hsbc: #db0011;	
	--font-titulo-slider: 'Univers Next Pro', sans-serif;
	--font-titulos: 'Open Sans', sans-serif;
	--font-texto: 'Open Sans', sans-serif;
}

* {
	box-sizing: border-box; /* Padding y borde no incrementan el ancho */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font-family: var(--font-texto);
	color: #4d4d4d;
}


h2 {
	font-family: var(--font-titulos);
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 300;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 22px;
}

h2:before {
	content: "";
	width: 120px;
	height: 5px;
	position: absolute;
	display: block;
	border-radius: 10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
}

h3 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 16px;
	line-height: 1.4;
}

h3 a {
	text-decoration: none !important;
}

h4 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

h5 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}

p {
	font-size: 14px;
	margin-top: 15px;
}

table {
	font-size: 10px;
}

ul li {
	font-size: 14px;
	line-height: 1.4em;
}

a {
	
}

a:link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: #db0011;
}

hr {
	border: none;
	border-bottom: 2px solid transparent;
	background-image: url(../img/hr.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin:0;
}

/*HEADER*/

header {
	background-color: #e7e7e7;
	height: 79px;
	position: relative;
	z-index: 9999;
	top: 0px;
	width: 100%;
}

header .container {
	position: relative;
}

header .cta {
	margin-top: 27px;
}

/* change header */

header.hdr-small {
	opacity: 1;
	background-color: #f1f1f1;
	height: 64px;
}

header.hdr-small .cta {
	margin-top: 14px;
}

header.hdr-small .logo {
	margin-top: 0px;
}

header.hdr-small .logo-well {
	margin-top: 5px;
}

header.hdr-small .logo-well img {
	max-width: 140px;
}

header .logo {
	margin-top: 14px;
}

header .logo img {
	max-width: 150px;
	width: 100%;
}

header .logo-well {
	margin-top: 10px;
}

header .logo-well img {
	max-width: 178px;
	width: 100%;
}

/* end change header */

/* TOGGLE BUTTON */

.toggle-button {
	position: absolute;
	display: block;
	width: 36px;
	padding: 0px;
	top: 24px;
	right: 20px;
	z-index: 999;
}

.toggle-button span {
	display: block;
	height: 29px;
	border-top: solid 3px #444444;
	border-bottom: solid 3px #444444;
	position: relative;
}

.toggle-button span:after {
	content:"";
	width: 100%;
	height: 3px;
	background:#444444;
	display: block;
	top: 50%;
	position: absolute;
	margin-top: -2px;
}

nav.menu-mobile {
	display: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f1f1f1;
}

nav.menu-mobile ul {
	padding-left: 0;
	margin-bottom: 0;
}

nav.menu-mobile ul li {
	border-bottom: 1px solid #e7e7e7;
	font-weight: 600;
	list-style-type: none;
	padding: 0px 20px;
}

nav.menu-mobile ul li a {
	display: inline-block;
	padding: 14px 0;

}

nav.menu-mobile ul li.item-1 {
	color: #0079ce;
}


nav.menu-mobile ul li.item-2 {
	color: #00cec9;
}

nav.menu-mobile ul li.item-3 {
	color: #2ecc71;
}

nav.menu-mobile ul li.item-4 {
	color: #ff9900;
}

nav.menu-mobile ul li.item-5 {
	color: #eb4d4b;
}

/*FOOTER*/

footer {
	background-color: #282627;
	text-align: center;
	padding: 80px 0 0px;
}

footer img {
	width: auto;
	margin-bottom: 40px;
}

footer p {
	color: #fff;
	font-weight: 300;
}

footer .row {
	width: 100%;
}

footer .logo {
	width: 167px;
}

footer a:link, footer a:visited, .legales a {
	color: #db0011;
}

.legales {
	margin-top: 60px;
	padding-bottom: 40px;

}

.legales p {
	color: #fafafa;
	font-size: 0.8em;
	text-align: justify;
	text-justify: inter-word;
	margin-top: 0;
}

.legales p:first-of-type {
	padding-top: 40px;
	border-top: 1px solid #555;
}

.legales p:last-of-type {
	margin-bottom: 0;
}


/* -- CONTENIDO -- */

/* Slider */

section.container {
	padding-top: 40px;
	padding-bottom: 40px;
}

section.cont-slider {
	position: relative;
}

section.cont-slider .container, section.cont-slider .container .row {
	height: 100%;
}

section.cont-slider .btn-primary, .hero .btn-primary {
	margin-top: 20px;
}

.owl-carousel {
	z-index: auto !important;
	overflow: hidden;
}

#slider a {
	text-decoration: none;
}

#slider .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*height: 500px;*/
}

#slider .item .logo-well img {
	max-width: 300px;
	width: 100%;
}

#slider .item .txt {
	color: #fff;
	padding: 20px 0px;
}

#slider .item .txt .col {
	padding: 0 50px;
}

#slider .item h2, .hero h1 {
	color: #4d4d4d;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.1em;
	margin-top: 15px;
	margin-bottom: 0;
	max-width: 300px;
	width: 100%;
}

#slider .item h4, .hero h4 {
	color: #db0011;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1em;
	margin-top: 0px;
	margin-bottom: 0;
}


#slider .item h3, .hero h3 {
	border-top: 1px solid #db0011;
	color: #4d4d4d;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 20px;
	max-width: 480px;
	width: 100%;
}

#slider .owl-controls {
	margin-top: 0;
}

#slider .owl-controls .owl-nav div {
	background: none;
}

#slider .owl-dots .owl-dot span {
	background: #fff;
	border-radius: 0;
	height: 4px;
	width: 30px;	
}

#slider .owl-prev {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
 }

#slider .owl-next {
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
}

#slider .owl-dots {
	position: absolute;
    bottom: 20px;
	width: 100%;
	z-index: 999;
}

#slider .btn-play {
	position: absolute;
	width: 76px;
	bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

#slider .btn-play img {
	width: 76px;
	height: 76px;
}

section.hero {
	position: relative;
	border-bottom: 4px solid;
}

section.hero.heroUno {
	border-color: #0079ce;
}

section.hero.heroDos {
	border-color: #00cec9;
}

section.hero.heroTres {
	border-color: #2ecc71;
}

section.hero.heroCuatro {
	border-color: #ff9900;
}

section.hero img {
	width: 100%;
}

section.hero .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0%;
	height: 100%;
}

section.hero .container .row {
	height: 100%;
}

section.evento-interno .fecha {
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
}

section.evento-interno .hora {
	background-color: #db0011;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
}

section.evento-interno .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

section.evento-interno .cont-perfil {
	text-align: center;
}

section.evento-interno .cont-perfil h4 {
	margin-top: 20px;
	text-align: center;
}

section.evento-interno img.perfil {
	max-width: 280px;
	width: 100%;
}

.datos-fecha-hora-logo {
	min-height: 46px;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 20px;
}

.datos-fecha-hora-logo .fecha, .datos-fecha-hora-logo .hora {
	float: left;
	margin-top: 4px;
}

.datos-fecha-hora-logo .logo {
	float: right;
}

.contenido {
	/*margin-bottom: 60px;*/
}

.contenido .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.contenido .bread {
	font-size: 18px;
	margin-bottom: 20px;
}

.contenido ul {
	padding-left: 20px;
}

.contenido ul li {
    position: relative;
    list-style-type: none;
    margin-bottom: 10px;
}

.contenido ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -16px;
    width: 13px;
    height: 16px;
    background-image: url(../img/li.png);
}

.contenido .detalle-seccion {
	margin-top: 20px;
}

.contenido .detalle-seccion .foto img {
	width: 100%;
}

.contenido .detalle-seccion .detalle {
	margin-top: 30px;
}

.contenido .detalle-iconos {
	margin-top: 40px;
}

.contenido .detalle-iconos h4 {
	font-weight: 600;
	text-transform: uppercase;
}

.contenido .detalle-iconos p {
	margin-top: 0;
}

.form-control {
	border: 1px solid #e7e7e7;
}

input[type=checkbox], input[type=radio] {
	margin-top: 6px;
}

.form-check-label {
	margin-bottom: 4px;
}

.cont-btns {
	margin-top: 15px;
}

.cont-btn-left {
 	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s; 
}

.cont-btn-left:hover {
	margin-left: -10px;
 	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s; 
}

.cont-btn-right {
 	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s; 
}

.cont-btn-right:hover {
	margin-right: -10px;
 	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s; 
}

.warning {
	color: red;
	font-size: 14px;
	margin-top: 10px;
}

.notas-home {
	z-index: 9999;
	padding: 30px 0;
}

.nota {
	margin-top: 15px;
	margin-bottom: 15px;
}

.nota a {
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	display: block;
	height: 100%;
}

.nota a:hover .foto img {
	filter: grayscale(100%);
}

.nota a:hover {
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
}

.col-border {
	display: block;
  	margin: 0;
  	padding: 0px;
  	text-decoration: none !important;
  	position: relative;
}

.col-border h3 {
	font-size: 18px;
	color: #4d4d4d;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	padding: 0 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.col-border p {
	margin-top: 5px;
	padding: 0 15px;
}


 a:hover .col-border p, a:hover .col-border .fecha {
	color: #333 !important;
}

a.col-border h4 {
	font-size: 22px;
	margin-top: 20px;
	font-weight: 600px !important;
}

.col-border img {
	width: 100%;
}

.nota .categoria {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	padding: 6px 12px;
	z-index: 10;
}

.nota.off {
	opacity: 0.5;
}

.nota.off img {
	filter: grayscale(80%);
}

.categoria.catUno {
	background-color: #0079ce;
}

.categoria.catDos {
	background-color: #00cec9;
}

.categoria.catTres {
	background-color: #2ecc71;
}

.categoria.catCuatro {
	background-color: #ff9900;
}

.notas-home .fecha {
	font-size: 12px;
	background-color: #e7e7e7;
	padding: 10px 10px;
}

.notas-home .fecha img {
	width: auto;
}

/* Modulo Logos */

section.modulo-logo-carousel {
	padding-top: 60px;
	padding-bottom: 60px;
}

section.modulo-logo-carousel .logo-carousel {
	margin-top: 20px;
}

section.modulo-logo-carousel .logo-carousel img.logo {
	max-width: 230px;
}

section.modulo-logo-carousel .logo-carousel .owl-controls .owl-nav div {
	background-color: transparent !important;
}

/* Filtro */

section.filtro {
	padding: 40px;
}

section.filtro h2 {
	color: #fff;
	margin: 0;
}

section.filtro form .form-group {
	margin-bottom: 0;
} 

/* The container must be positioned relative: */
section.filtro form .form-group {
  position: relative;
}

section.filtro form .form-group select {
  display: none; /*hide original SELECT element: */
}

section.filtro.bg1 form .select-selected, section.filtro.bg1 form .select-items {
  background-color: #0079ce;
}

section.filtro.bg2 form .select-selected, section.filtro.bg2 form .select-items {
  background-color: #00cec9;
}

section.filtro.bg3 form .select-selected, section.filtro.bg3 form .select-items {
  background-color: #2ecc71;
}

section.filtro.bg4 form .select-selected, section.filtro.bg4 form .select-items {
  background-color: #ff9900;
}

section.filtro.bg5 form .select-selected, section.filtro.bg5 form .select-items {
  background-color: #eb4d4b;
}

/* Style the arrow inside the select element: */
section.filtro form .select-selected::after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
  z-index: 9999;
}

/* Point the arrow upwards when the select box is open (active): */
section.filtro form .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
section.filtro form .select-items div, section.filtro form .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid #ffffff;
  cursor: pointer;
}

section.filtro form .select-items div {
	border: 1px solid transparent;
}


/* Style items (options): */
section.filtro form .select-items {
  position: absolute;
  background-color: inherit;
  border: 1px solid #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

section.filtro form .select-hide {
  display: none;
}

section.filtro form .select-items div:hover, section.filtro form .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.box-destacado {
	color: #fff;
	margin: 30px 0 60px;
	padding: 20px 30px;
}

.box-destacado ul li:before {
	filter: brightness(10);
	top: 4px;
}

/* Colores */

.color1 {
	color: #0079ce;
}

.color2 {
	color: #00cec9;
}

.color3 {
	color: #2ecc71;
}

.color4 {
	color: #ff9900;
}

.color5 {
	color: #eb4d4b;
}

/* Fondos */

.bg1 {
	background-color: #0079ce;
}

.bg2 {
	background-color: #00cec9;
}

.bg3 {
	background-color: #2ecc71;
}

.bg4 {
	background-color: #ff9900;
}

.bg5 {
	background-color: #eb4d4b;
}

.bg6 {
	background-color: #fa0202;
}

.bg6 {
	background-color: #63c2f0;
}

/* Fondos */

.borCol1 {
	border-color: #0079ce !important;
}

.borCol2 {
	border-color: #00cec9 !important;
}

.borCol3 {
	border-color: #2ecc71 !important;
}

.borCol4 {
	border-color: #ff9900 !important;
}

.borCol5 {
	border-color: #eb4d4b !important;
}

section.nav-categorias {
	background-color: #e7e7e7;
	padding: 30px 0;
}

section.nav-categorias .btn {
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
	color: #fff;
	border-radius: 0;
	background-color: #7d3e82;
	padding: 15px 0;
	margin: 10px 0;
	width: 100%;
}

section.nav-categorias .btn::after {
		content:"";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		bottom: -8px;
		transform: rotate(45deg);
		width: 20px;
		height: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}

section.nav-categorias .btn span {
	display: block;
}

section.nav-categorias .btn.btnUno, section.nav-categorias .btn.btnUno.active::after {
	background-color: #0079ce;
}

section.nav-categorias .btn.btnDos, section.nav-categorias .btn.btnDos.active::after  {
	background-color: #00cec9;
}

section.nav-categorias .btn.btnTres, section.nav-categorias .btn.btnTres.active::after  {
	background-color: #2ecc71;
}

section.nav-categorias .btn.btnCuatro, section.nav-categorias .btn.btnCuatro.active::after  {
	background-color: #ff9900;
}

section.nav-categorias .btn.btnCinco, section.nav-categorias .btn.btnCinco.active::after  {
	background-color: #eb4d4b;
}

section.nav-categorias .btn.btnUno:hover, section.nav-categorias .btn.btnUno.active {
	background-color: #0079ce;
}

section.nav-categorias .btn.btnDos:hover, section.nav-categorias .btn.btnDos.active {
	background-color: #00cec9;
}

section.nav-categorias .btn.btnTres:hover, section.nav-categorias .btn.btnTres.active {
	background-color: #2ecc71;
}

section.nav-categorias .btn.btnCuatro:hover, section.nav-categorias .btn.btnCuatro.active {
	background-color: #ff9900;
}

section#inscripcion {
	background-color: #fafafa;
	padding-top: 40px;
	padding-bottom: 40px;
}

#eventos {
	background-color: #fafafa;

}

/* Radios */

.custom-control-input:checked~.custom-control-label::before {
	    border-color: #db0011 !important;
    background-color: #db0011 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(50, 50, 50, 0.25);
}

.custom-control {
	min-height: 1.7rem;
}

/* Reset botones */

.btn {
    border: none !important;
    border-radius: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: .6rem 2rem;
}

a.btn-primary {
	color: #fff;
}

.btn-primary {
	background-color: #db0011;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #4d4d4d;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
	background-color: #db0011; !important;
	box-shadow: none;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #db0011;
}

.bold, strong {
	font-weight: bold;
}

/* Reset Glow Azul*/

.form-control:focus {
 /* border-color: #e4e4e4 !important;*/
  -webkit-box-shadow: 0 0 5px rgba(180, 180, 180, 1) !important;
          box-shadow: 0 0 5px rgba(180, 180, 180, 1) !important;
}

.transition {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}

.fw-700 {
	font-weight: 700;
}

.msg-error {
	color: #db0011;	
}

.msg-ok {
	color: #00cec9;
}

/****************************/
	
/*FUENTES*/
@font-face {
    font-family: 'Univers Next Pro';
    src: url('../fonts/UniversNextPro-Light.eot');
    src: url('../fonts/UniversNextPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UniversNextPro-Light.woff2') format('woff2'),
        url('../fonts/UniversNextPro-Light.woff') format('woff'),
        url('../fonts/UniversNextPro-Light.ttf') format('truetype'),
        url('../fonts/UniversNextPro-Light.svg#UniversNextPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Univers Next Pro';
    src: url('../fontsUniversNextPro-Regular.eot');
    src: url('../fontsUniversNextPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fontsUniversNextPro-Regular.woff2') format('woff2'),
        url('../fontsUniversNextPro-Regular.woff') format('woff'),
        url('../fontsUniversNextPro-Regular.ttf') format('truetype'),
        url('../fontsUniversNextPro-Regular.svg#UniversNextPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Univers Next Pro';
    src: url('../fonts/UniversNextPro-Italic.eot');
    src: url('../fonts/UniversNextPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UniversNextPro-Italic.woff2') format('woff2'),
        url('../fonts/UniversNextPro-Italic.woff') format('woff'),
        url('../fonts/UniversNextPro-Italic.ttf') format('truetype'),
        url('../fonts/UniversNextPro-Italic.svg#UniversNextPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Univers Next Pro';
    src: url('../fonts/UniversNextPro-Bold.eot');
    src: url('../fonts/UniversNextPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UniversNextPro-Bold.woff2') format('woff2'),
        url('../fonts/UniversNextPro-Bold.woff') format('woff'),
        url('../fonts/UniversNextPro-Bold.ttf') format('truetype'),
        url('../fonts/UniversNextPro-Bold.svg#UniversNextPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Univers Next Pro';
    src: url('../fonts/UniversNextPro-Medium.eot');
    src: url('../fonts/UniversNextPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UniversNextPro-Medium.woff2') format('woff2'),
        url('../fonts/UniversNextPro-Medium.woff') format('woff'),
        url('../fonts/UniversNextPro-Medium.ttf') format('truetype'),
        url('../fonts/UniversNextPro-Medium.svg#UniversNextPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


/****************************/
/* MEDIA QUERIES */
/****************************/

/* 767 */
@media screen and (min-width: 767px) {

}

/* 992 */
@media screen and (min-width: 992px) {

h1 {
	border: none;
	font-size: 30px;
	margin-top: 34px;
	padding: 0;
}

p {
	font-size: 15px;
}

ul li {
	font-size: 15px;
	line-height: 1.6em;
}

header {
	position: fixed;
	background-color: rgba(121, 41, 123, 0);
}

header.hdr-small {
	height: 70px;
}

header .logo img {
	max-width: 240px;
}

header .logo-well {
	margin-top: 12px;
}

header.hdr-small .logo {
	margin-top: 6px;
}

header.hdr-small .logo img {
	max-width: 160px;
}


#slider .item {
	/*height: 450px;*/
}

#slider .item .txt .col {
	padding: 0 15px;
}

#slider .btn-play {
	opacity: 0.5;
	bottom: 70px;
}

#slider .item h2, .hero h1 {
	font-size: 30px;
	max-width: 100%;
}

#slider .item h4, .hero h4 {
	font-size: 26px;
}

#slider a:hover .btn-play {
	opacity: 1;
}

section.nav-categorias .btn {
	margin: 0;
}

section.nav-categorias .btn span {
	margin-top: 10px;
}

.contenido ul li {
	font-size: 14px;
}

.contenido ul li:before {
    top: 7px;
 }

footer {
	background-image: url(../img/bg-footer.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

.toggle-button {
	display: none;
}

nav.menu-mobile {
	display: none !important;
}

}

/* 1280 */
@media screen and (min-width: 1200px) {

#slider .item h2, .hero h1 {
	font-size: 38px;
	max-width: 600px;
}

#slider .item h4, .hero h4 {
	font-size: 30px;
}

.notas-home .container-fluid {
	padding-right: 30px;
    padding-left: 30px;
}

section.nav-categorias {
	height: 120px;
}

section.nav-categorias .btn:hover {
	margin-top: -15px;
}

section.nav-categorias .btn:hover::after {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
	bottom: 7px;
}

section.nav-categorias .container {
	position: relative;
}

section.nav-categorias .container .row {
	position: absolute;
	top: -80px;
	width: 100%;
}

}

/* 1360 */
@media screen and (min-width: 1360px) {

h2 {
	font-size: 34px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

#slider .item {
	/*height: 550px;*/
}

#slider .item .logo-well img {
	max-width: 250px;
}

section.evento-interno .container {
	padding-top: 50px;
	padding-bottom: 60px;
}


section#inscripcion {
	padding-top: 60px;
	padding-bottom: 60px;
}

.cols-txt {
  column-count: 2;
  column-gap: 40px;
}

.cols-txt p {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

}

/* 1600 */
@media screen and (min-width: 1600px) {

#slider .item {
	/*height: 700px;*/
}

#slider .btn-play {
	bottom: 90px;
}

#slider .item h2, .hero h1 {
	font-size: 50px;
}

}

/* 1900 */
@media screen and (min-width: 1900px) {

#slider .item {
	/*height: 750px;*/
}

#slider .item .logo-well img {
	max-width: 178px;
}

}