@charset "UTF-8";
/*!
 * Bootstrap Utilities v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4) !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100) !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2) !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243) !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6) !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2) !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251) !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8) !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/*
Estilos relativos a fuentes del sitio web.
*/
@font-face {
  font-family: "Gotham Rounded Book";
  src: url("/assets/fonts/GothamRounded-Book.woff2") format("woff2"), url("/assets/fonts/GothamRounded-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("/assets/fonts/GothamRounded-Bold.woff2") format("woff2"), url("/assets/fonts/GothamRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("/assets/fonts/GothamRounded-Light.woff2") format("woff2"), url("/assets/fonts/GothamRounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("/assets/fonts/GothamRounded-Medium.woff2") format("woff2"), url("/assets/fonts/GothamRounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Neue";
  src: url("/assets/fonts/Sequel-Neue.woff2") format("woff2"), url("/assets/fonts/Sequel-Neue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "themify";
  src: url("/assets/external/dflip/fonts/themify.eot");
  src: url("/assets/external/dflip/fonts/themify.eot?#iefix") format("embedded-opentype"), url("/assets/external/dflip/fonts/themify.woff") format("woff"), url("/assets/external/dflip/fonts/themify.ttf") format("truetype"), url("/assets/external/dflip/fonts/themify.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
Estilos relativos a colores del sitio web.
*/
/*$red: #ff1915;
$yellow: #edecc0;
$brown: #320000;

$green: #00bfb3;
$pink: #e41a84;
$purple: #440099;

// Colores secundarios 
$lightgray: #efefef;*/
.bg-green {
  background-color: #018535 !important;
  color: white !important;
}

.bg-lime {
  background-color: #b6d338 !important;
}

.bg-yellow {
  background-color: #ffce19 !important;
}

.bg-light-gray {
  background-color: #efefef !important;
}

/*
Estilos genéricos de ayuda.
*/
.oculto {
  display: none;
}

.visible {
  display: block !important;
}

.nolist {
  list-style-type: none;
}

/*
Estilos relativos a elementos comunes (contenedores, listados, etc).
*/
.modal .modal-dialog .modal-content {
  background-color: #b6d338;
  background-image: none;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.modal .modal-dialog .modal-content .modal-header.padding {
  padding-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body h2 {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
.modal .modal-dialog .modal-content.modal-full {
  height: 80vh;
}
.modal .modal-dialog .modal-content.modal-full iframe {
  height: 100%;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .modal .modal-dialog.modal-xl {
    width: 840px;
    max-width: none;
  }
}

.alert li {
  font-size: 16px;
}

.contenido-modal {
  background-color: #b6d338;
}
.contenido-modal::-webkit-scrollbar {
  width: 10px;
}
.contenido-modal::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.contenido-modal::-webkit-scrollbar-thumb {
  background: #018535;
}
.contenido-modal::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Contenedores */
@media (min-width: 1400px) {
  .container {
    max-width: 1290px;
  }
}
.multi-select-header {
  border-radius: 10px !important;
  background: white !important;
  font-size: 15px !important;
}

/*
Estilos relativos a textos del sitio web: párrafos, encabezados, etc..
*/
body {
  font-family: "Gotham Rounded", Arial;
  color: #434343;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
@media all and (max-width: 1600px) {
  body {
    font-size: 22px;
  }
}
@media (max-width: 1399.98px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "Sequel Neue";
}

h1 {
  color: #018535;
  font-size: 48px;
  margin-bottom: 40px;
}
@media all and (max-width: 1600px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  color: #018535;
  font-size: 46px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: bold;
}
@media all and (max-width: 1600px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  color: #018535;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
}
@media all and (max-width: 1600px) {
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 1399.98px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  color: #018535;
  font-size: 24px;
  text-transform: uppercase;
}

a {
  color: #018535;
  /*color: $brown;
  text-decoration: underline;
  &:hover{
  	color: $red;
  }*/
}
a:hover {
  color: #ffce19;
}
@media (max-width: 767.98px) {
  a.wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 12px;
  }
}

.text-sm {
  font-size: 18px !important;
}

.text-xs {
  font-size: 14px !important;
}

/* Estilos genéricos de formularios */
form input[type=text], form input[type=password], form input[type=email], form select.form-select, form textarea {
  border-radius: 10px;
  border: none;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  /*@include media-breakpoint-down(lg){
  	padding: 4px 10px;
  	font-size: 14px;
  }*/
}
form input {
  color: #018535;
  font-weight: 500;
}
form label {
  font-size: 16px;
  margin-bottom: 5px;
}
form .checkbox {
  margin-top: 20px;
}
form .checkbox label {
  font-size: 13px;
}
form .has-error input, form .has-error select, form .has-error textarea {
  border: 2px solid red;
  background-color: #F8D7DA;
}

/*

form{
	p{
		font-size: 15px;

		&.note{
			margin-bottom: 5px;
		} 
		@include media-breakpoint-down(xxl){ 
			font-size: 14px;		
		}
	}
	h2{
		font-size: 24px;
		text-align: left;
		@include media-breakpoint-down(lg){

		}
	}
	input[type="text"], input[type="password"], input[type="email"], select.form-select, textarea{
		border-radius: 20px;
		border: none;
		padding: 8px 15px;
		font-size: 15px;
		font-weight: 500;
		@include media-breakpoint-down(lg){
			padding: 4px 10px;
			font-size: 14px;
		}
	}
	input{
		color: $brown;
		font-weight: 500;
	}

	::-webkit-input-placeholder { // Edge 
	  color: rgba(50,0,0,0.5) !important;
	  font-weight: 500 !important;
	  font-size: 15px !important;
	  opacity: 0.7;
	  @include media-breakpoint-down(lg){
	  	font-size: 14px !important;
	  }
	}

	:-ms-input-placeholder { // Internet Explorer 10-11 
	  color: rgba(50,0,0,0.5) !important;
	  font-weight: 500 !important;
	  font-size: 15px !important;
	  opacity: 0.7;
	  @include media-breakpoint-down(lg){
	  	font-size: 14px !important;
	  }
	}

	::placeholder {
	  color: rgba(50,0,0,0.5) !important;
	  font-weight: 500 !important;
	  font-size: 15px !important;
	  opacity: 0.7;
	  @include media-breakpoint-down(lg){
	  	font-size: 14px !important;
	  }
	}
	label{
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 15px;
		color: $ctext;
	}
	.checkbox-cont {
        label{
            padding-left:0px;
            font-size: 13px;
            font-weight: 500;
            @include media-breakpoint-down(lg){
            	font-size: 12px;
            }
    	}              
    }
    .col-12{
    	margin-bottom: 10px;
    }
    .cont-form{    	
        padding: 10px 30px; 
        #procesando {
	        margin-top: 15px;
            background-color: $lightgray;
	        padding: 20px;
            font-size: 13px;
	    }     
    }
}*/
/*
Estilos relativos a botones del sitio web.
*/
.btn {
  border-radius: 0px;
  border: 1px solid #018535;
  padding: 8px 20px 6px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  min-width: 120px;
  background-color: #018535;
  color: white;
}
.btn:hover {
  color: #018535;
  border: 1px solid #018535;
}
@media (max-width: 991.98px) {
  .btn {
    padding: 5px 15px 4px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .btn {
    padding: 5px 15px 4px;
    font-size: 13px;
  }
}

.btn-transparent {
  background-color: transparent;
  color: #018535;
  border: none;
  min-width: auto;
}
.btn-transparent:hover {
  border: none;
  background-color: transparent;
  color: #ffce19;
}

.btn-red {
  background-color: #e82200;
  color: white;
  border-color: #e82200;
}
.btn-red:hover {
  color: #e82200;
}

.btn-yellow {
  background-color: #ffce19;
  color: green;
  border-color: #ffce19;
}
.btn-yellow:hover {
  color: #018535;
}

.btn-lg {
  font-size: 18px;
  padding: 15px 30px;
}

.btn-apuntarme {
  background-image: url("../images/comun/bg-btn-apuntarme.png");
  background-size: 100%;
  color: white;
  font-size: 40px;
  font-weight: bold;
  padding: 20px 40px 25px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .btn-apuntarme {
    font-size: 32px;
    padding: 15px 40px 20px;
  }
}
@media (max-width: 991.98px) {
  .btn-apuntarme {
    font-size: 24px;
    padding: 13px 40px 18px;
  }
}
@media (max-width: 767.98px) {
  .btn-apuntarme {
    font-size: 20px;
    padding: 11px 40px 16px;
  }
}
@media (max-width: 575.98px) {
  .btn-apuntarme {
    font-size: 18px;
    padding: 10px 40px 15px;
  }
}

.btn-kiwiteca {
  border-radius: 0px;
  border: 1px solid #018535;
  padding: 20px 20px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  min-width: 120px;
  background-color: white;
  color: #018535;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btn-kiwiteca.active {
  background-color: #018535 !important;
  color: white !important;
}
.btn-kiwiteca:hover {
  color: #ffce19;
  border: 1px solid #018535;
}
@media (max-width: 991.98px) {
  .btn-kiwiteca {
    padding: 5px 15px 4px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .btn-kiwiteca {
    padding: 5px 15px 4px;
    font-size: 13px;
  }
}

/*
.btn-brown{
	background-color: $brown;
	color: $yellow;
	border-color: $brown;
}

.btn-xl{
	font-size: 32px;
	padding: 25px 70px;
	@media all and (max-width: 1600px){
		font-size: 28px;
		padding: 20px 60px;
	}
	@include media-breakpoint-down(xxl){ 
		font-size: 24px;
		padding: 20px 50px;
	}
	@include media-breakpoint-down(lg){ 
		font-size: 20px;
		padding: 18px 40px 15px;
	}
}*/
/*
Estilos relativos al header del sitio web.
*/
header .header-top {
  padding-top: 20px;
  margin-bottom: 10px;
}
header .header-top .btn {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  header .header-top {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  header .header-top .btn {
    margin: 0;
    font-size: 12px;
  }
}
header nav.navbar {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  header nav.navbar {
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  header nav.navbar a.navbar-brand {
    max-width: 400px;
  }
}
@media (max-width: 991.98px) {
  header nav.navbar a.navbar-brand {
    max-width: 240px;
  }
}
@media (max-width: 767.98px) {
  header nav.navbar a.navbar-brand {
    width: 100%;
    display: block;
  }
}
header nav.navbar ul.navbar-nav {
  display: flex;
  justify-content: flex-end;
}
header nav.navbar ul.navbar-nav li a {
  color: #018535;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  position: relative;
}
header nav.navbar ul.navbar-nav li a:hover:after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffce19;
}
@media (max-width: 1399.98px) {
  header nav.navbar ul.navbar-nav li a {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  header nav.navbar ul.navbar-nav li a {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  header nav.navbar ul.navbar-nav li a {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  header nav.navbar ul.navbar-nav li a {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  header nav.navbar ul.navbar-nav li a {
    font-size: 13px;
  }
}
header nav.navbar ul.navbar-nav li:last-child a {
  margin-right: 0;
}

/*
header{
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0px;
	nav.navbar{
		padding-top: 0;
		&.navbar-expand{
			@include media-breakpoint-down(md){ 
				flex-wrap: wrap;
			}
		}
		a.navbar-brand{
			//display: block;
			padding:0;
			img{
				//display: block;
			}
			&.brand-2{				 	
				padding-right: 0;
				margin-right: 0;
			}
			@include media-breakpoint-down(md){
				img{
					max-width: 100px;
				}
			}

		}
		.menu-container{
			#menu-principal{
				.selectlang{
					margin-right: 10px;
					select{
						//border: 2px solid $yellow;
						color: $yellow;
						border: none;
						background-color: $brown;
						border-radius: 20px;						
						padding: 14px 5px 9px 8px;												
						line-height: 1;
						font-size: 16px;
						> *{
							padding: 5px;
							font-size: 14px;
							line-height: 2;
						}
						@include media-breakpoint-down(md){ 
							font-size: 12px;
							padding: 8px 5px 7px 5px;
						}
					}
				}
				ul.navbar-nav{

					li{
						a{
							border: 2px solid $yellow;
							color: $yellow;
							display: inline-block;
							border-radius: 20px;
							margin: 0 10px;
							padding: 13px 25px 11px;
							min-width: 150px;
							text-align: center;
							background-color: rgba(0,0,0,0.7);
							line-height: 1;
							font-size: 16px;
							&:hover{
								background-color: $yellow;
								color: $ctext;
							}
							@include media-breakpoint-down(xxl){ 
								font-size: 14px;
								padding: 11px 20px 8px;
								min-width: 140px;
							}
							@include media-breakpoint-down(lg){ 								
								font-size: 13px;
								padding: 11px 15px 8px;
								min-width: 100px;
								margin: 0 5px;
								border: 1px solid $yellow;
							}
							@include media-breakpoint-down(md){ 								
								font-size: 12px;
								padding: 8px 10px 7px;
								min-width: 85px;
								margin: 0 3px;
								border: 1px solid $yellow;
							}
						}
					}
				}
				@include media-breakpoint-down(md){
					margin-top: 10px;
				}
			}
		}
	}
}
*/
/*
Estilos relativos al footer del sitio web.
*/
footer .footer-top {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
footer .footer-top .footer-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-top .footer-container .title-footer {
  color: #018535;
  font-size: 36px;
  font-weight: bold;
  margin-right: 40px;
}
footer #menu-footer {
  list-style-type: none;
  background-color: #018535;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  padding: 20px 0;
}
footer #menu-footer li a {
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid white;
  text-decoration: none;
}
footer #menu-footer li a:hover {
  text-decoration: underline;
}
footer #menu-footer li:last-child a {
  border: none;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  footer .footer-top .footer-container .title-footer {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-top {
    flex-wrap: wrap;
  }
  footer .footer-top .footer-container {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-top .footer-container .title-footer {
    font-size: 32px;
  }
  footer #menu-footer li a {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  footer #menu-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer #menu-footer li {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  footer #menu-footer li a {
    border: none;
  }
}
@media (max-width: 575.98px) {
  footer .footer-top {
    flex-wrap: wrap;
  }
  footer .footer-top .footer-container {
    width: 100%;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  footer .footer-top .footer-container .title-footer {
    font-size: 32px;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* Estilos relativos al proceso de registro */
#modal-registro .modal-content iframe {
  height: 680px;
}
@media (max-width: 991.98px) {
  #modal-registro .modal-content iframe {
    height: 630px;
  }
}

#modal-login .modal-content iframe, #modal-password .modal-content iframe {
  height: 460px;
}

.inscripcion {
  background-color: #b6d338;
}
.inscripcion h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.inscripcion h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.inscripcion p {
  font-size: 18px;
}

#div-select-centros {
  display: none;
  clear: both;
  margin-top: 10px;
}

/*
.inscripcion{
    background-color: $yellow;
    h1{
        font-size: 40px;
        @include media-breakpoint-down(lg){
            font-size: 32px;
        }
    }
    h3{
        font-size: 20px;
        color: $ctext;
        text-align: left;
        margin-bottom: 30px;
        @include media-breakpoint-down(lg){
            font-size: 16px;
            margin-bottom: 10px;
        }
    }
    p{
        font-size: 16px;
        &.small{
            font-size: 14px;
            margin-bottom: 5px;
        }
        @include media-breakpoint-down(lg){
            font-size: 14px;
        }
    }
    form{
        //margin-bottom: 60px;
        .cont-form { 

            .cont-form-centro {
                padding-right: 40px;
                @include media-breakpoint-down(lg){
                  padding-right: 20px;
                }
                @include media-breakpoint-down(md){
                  padding-right: 0;
                }
                .row{
                    padding-right: 50px;
                    @include media-breakpoint-down(lg){
                      padding-right: 0px;
                    }
                }
                #div-select-centros {
                    display: none;
                    clear: both;
                }
            }

            .cont-form-profesorado {
                padding-left: 30px;
                @include media-breakpoint-down(lg){
                  padding-left: 0;
                  .col-12{
                    //padding-left: 5px;
                    //padding-right: 5px;
                  }
                }  
                @include media-breakpoint-down(md){
                  padding-left: 0;
                  .col-12{
                    //padding-left: inherit;
                    //padding-right: inherit;
                  }
                }                
            }

        }
        &#form-grupos{
            .linea-grupo{
                padding-bottom: 20px;
                border-bottom: solid 1px rgba(0,0,0,0.1);
                margin-bottom: 20px;
            }
        }
    }


}*/
/* Estilos relativos a las páginas */
/* ##############################################################
#################################################################
                                HOME
#################################################################
############################################################## */
section.slider {
  margin-bottom: 80px;
}
section.slider #carousel .carousel-control-next, section.slider #carousel .carousel-control-prev {
  width: 5%;
  opacity: 1;
}
section.slider #carousel .carousel-indicators {
  bottom: -40px;
}
section.slider #carousel .carousel-indicators button {
  background-color: #018535;
}
@media (max-width: 1199.98px) {
  section.slider {
    margin-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  section.slider {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  section.slider {
    margin-bottom: 40px;
  }
}

section#sabias h1 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
section#sabias p {
  margin-bottom: 40px;
}
section#sabias .box-sabias {
  min-height: 250px;
  background-image: url("../images/home/bg-box-sabias.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 30px 20px 30px;
  text-align: center;
  margin-bottom: 50px;
}
section#sabias .box-sabias img {
  margin-bottom: 20px;
}
section#sabias .box-sabias p {
  color: white;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  section#sabias .box-sabias {
    background-size: 100%;
  }
}
@media (max-width: 1199.98px) {
  section#sabias .box-sabias {
    min-height: 230px;
  }
  section#sabias .box-sabias img {
    max-width: 100px;
  }
}
@media (max-width: 991.98px) {
  section#sabias .box-sabias {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  section#sabias .box-sabias {
    min-height: 170px;
    padding: 30px 30px 20px 30px;
  }
  section#sabias .box-sabias img {
    max-width: 80px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  section#sabias .box-sabias {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    min-height: 203px;
    padding: 40px 30px 20px 30px;
    /*img{
        max-width: 80px;
        margin-bottom: 10px;
    }*/
  }
}

section#que-es {
  padding-top: 80px;
  padding-bottom: 40px;
}
section#que-es h2 {
  background-image: url("/assets/images/home/bg-que-es.png");
  background-repeat: no-repeat;
  color: white;
  background-size: 100%;
  padding: 30px;
  width: 311px;
  height: 107px;
  z-index: 1000;
  position: relative;
  font-family: "Gotham Rounded";
}
section#que-es img.nina {
  margin-top: -100px;
}
section#que-es .box-que-es {
  text-align: center;
  padding: 40px 50px;
  background-size: cover;
}
section#que-es .box-que-es h4 {
  margin-top: 50px;
}
section#que-es .box-que-es.box-left {
  background-image: url("../images/home/bg-que-es-left.png");
}
section#que-es .box-que-es.box-left h4, section#que-es .box-que-es.box-left p {
  color: white;
}
section#que-es .box-que-es.box-right {
  background-image: url("../images/home/bg-que-es-right.png");
}
@media (max-width: 1199.98px) {
  section#que-es h2 {
    width: 250px;
    height: 86px;
    padding-top: 25px;
  }
}
@media (max-width: 767.98px) {
  section#que-es h2 {
    width: 200px;
    height: 70px;
    padding: 15px 20px;
  }
  section#que-es .box-que-es {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  section#que-es h2 {
    width: 150px;
    height: 70px;
    padding: 12px 10px;
  }
  section#que-es .box-que-es {
    padding: 30px;
  }
}

section#como {
  padding-top: 80px;
  padding-bottom: 40px;
}
section#como h2 {
  background-image: url("../images/home/bg-como.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 555px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Gotham Rounded";
}
section#como ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -40px;
}
section#como ul li {
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}
section#como ul li::after {
  width: 163px;
  height: 154px;
  content: "";
  position: absolute;
  left: -200px;
  z-index: 1000;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
section#como ul li:first-child::after {
  background-image: url("../images/home/bullet-1.jpg");
}
section#como ul li:nth-child(2):after {
  background-image: url("../images/home/bullet-2.jpg");
}
section#como a.btn-apuntarme {
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  section#como {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  section#como h2 {
    width: 450px;
    height: 60px;
  }
  section#como ul li::after {
    left: -160px;
    width: 140px;
  }
}
@media (max-width: 991.98px) {
  section#como h2 {
    width: 420px;
    height: 54px;
  }
  section#como ul {
    margin-right: 0;
  }
  section#como ul li {
    padding-left: 130px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section#como ul li::after {
    left: 0px;
    width: 110px;
  }
}
@media (max-width: 767.98px) {
  section#como {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  section#como h2 {
    width: 360px;
    height: 48px;
  }
  section#como .box-que-es {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  section#como h2 {
    width: 320px;
    height: 44px;
  }
  section#como ul li {
    padding-left: 90px;
  }
  section#como ul li::after {
    left: 0px;
    width: 70px;
    background-position: center 30px;
  }
}

section#kiwiteca {
  padding-top: 80px;
  padding-bottom: 40px;
}
section#kiwiteca h2 {
  font-size: 34px;
  color: white;
  background-image: url("../images/home/bg-h2-mas.png");
  background-size: 100%;
  background-repeat: no-repeat;
  font-weight: normal;
  padding: 20px 50px;
  display: inline-block;
}
section#kiwiteca .kiwiteca-container {
  background-image: url("../images/home/bg-kiwiteca.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -80px;
  display: flex;
  align-items: center;
  padding: 60px 120px 40px;
}
section#kiwiteca .kiwiteca-container a {
  background-color: white;
  border-radius: 10px;
  padding: 15px 20px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Sequel Neue";
  font-size: 34px;
  margin-left: 40px;
  line-height: 1;
  display: inline-block;
}
section#kiwiteca .kiwiteca-container p {
  color: #018535;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  section#kiwiteca {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  section#kiwiteca h2 {
    font-size: 28px;
  }
  section#kiwiteca .kiwiteca-container {
    padding: 60px 80px 40px;
  }
  section#kiwiteca .kiwiteca-container a {
    margin-top: -10px;
    font-size: 30px;
    padding: 15px 20px 10px;
  }
}
@media (max-width: 991.98px) {
  section#kiwiteca .kiwiteca-container {
    background-size: 900px;
    padding: 60px 40px 40px;
  }
  section#kiwiteca .kiwiteca-container a {
    font-size: 24px;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  section#kiwiteca {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  section#kiwiteca h2 {
    font-size: 24px;
  }
  section#kiwiteca .kiwiteca-container {
    background-color: #b6d338;
  }
  section#kiwiteca .kiwiteca-container a {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  section#kiwiteca h2 {
    font-size: 20px;
  }
}

body#kiwiteca .slider .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 158px;
  background-image: url("../../assets/images/kiwiteca/bg-kiwiteka.jpg");
}
body#kiwiteca .slider .container h1 {
  margin: 0;
}
body#kiwiteca section#materiales .btn {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
}
body#kiwiteca section#materiales .flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
body#kiwiteca section#materiales h2 {
  margin-top: 70px;
  margin-bottom: 0;
}
body#kiwiteca section#materiales .caja {
  margin-bottom: 70px;
}
body#kiwiteca section#materiales .material {
  background-image: url("../../assets/images/kiwiteca/bg-material.png");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  height: 89px;
  margin-top: 20px;
  background-size: contain;
}
body#kiwiteca section#materiales .material p {
  margin-left: 120px;
  margin-bottom: 0;
  font-size: 24px;
  color: #018535;
}
body#kiwiteca section#materiales .material .btn-white {
  background: white;
  max-width: 240px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 10px;
  text-decoration: none;
  margin-right: 80px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  body#kiwiteca section#materiales .btn {
    font-size: 20px;
  }
  body#kiwiteca section#materiales h2 {
    margin-top: 70px;
    margin-bottom: 0;
  }
  body#kiwiteca section#materiales .material {
    height: 58px;
  }
  body#kiwiteca section#materiales .material p {
    margin-left: 60px;
    font-size: 18px;
  }
  body#kiwiteca section#materiales .material .btn-white {
    margin-right: 60px;
    max-width: 170px;
  }
}
@media (max-width: 767.98px) {
  body#kiwiteca section#materiales .row {
    gap: 10px;
  }
  body#kiwiteca section#materiales .btn {
    padding: 20px;
  }
  body#kiwiteca section#materiales h2 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  body#kiwiteca section#materiales .material {
    height: 43px;
  }
  body#kiwiteca section#materiales .material p {
    margin-left: 60px;
    font-size: 16px;
  }
  body#kiwiteca section#materiales .material .btn-white {
    max-width: 170px;
    margin-right: 40px;
  }
}
@media (max-width: 575.98px) {
  body#kiwiteca section#materiales .btn {
    font-size: 16px;
  }
  body#kiwiteca section#materiales h2 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  body#kiwiteca section#materiales .material {
    background-size: cover;
    height: 70px;
  }
  body#kiwiteca section#materiales .material p {
    margin-left: 60px;
    font-size: 14px;
    width: 50%;
    margin-left: 10px;
    margin-right: 10px;
  }
  body#kiwiteca section#materiales .material .btn-white {
    width: 50%;
    max-width: 170px;
    margin-right: 10px;
    font-size: 14px;
  }
}
body#kiwiteca .modal-body.kiwi {
  position: relative;
  padding: 0;
  height: 400px;
}
body#kiwiteca .modal-body.kiwi iframe {
  height: 400px;
}

.btn-apuntarme {
  display: inline-block;
  margin-top: 30px;
}

.legal {
  background-color: #b6d338;
}
.legal p, .legal li {
  font-size: 18px;
}
.legal h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
}
.legal h3 {
  font-family: "Gotham Rounded";
  font-size: 24px;
}

/*
Estilos relativos al área privada de la web.
*/
@media all and (min-width: 1400px) {
  .privada {
    font-size: 18px;
  }
}
.privada h1 {
  margin-top: 60px;
}
.privada h2 {
  font-size: 30px;
}
.privada h3 {
  font-size: 24px;
}
.privada h4 {
  font-size: 20px;
}
.privada p.saludo {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}
.privada .cuadro-datos {
  padding: 30px;
  border: 3px solid #018535;
  margin-bottom: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.privada .cuadro-datos span.title {
  font-weight: bold;
  display: block;
}
.privada .cuadro-datos span.content {
  margin-bottom: 15px;
  display: block;
}
.privada .cuadro-datos .grupos {
  padding: 10px;
  border-top: 1px solid #018535;
  border-bottom: 1px solid #018535;
}
.privada .cuadro-datos .grupos h3 {
  text-align: center;
  font-size: 20px;
  color: #434343;
}
.privada .cuadro-datos .titulo-aula {
  text-align: center;
  margin-bottom: 40px;
}
.privada .cuadro-datos .titulo-aula h3 {
  color: #434343;
  font-weight: 700;
  color: #018535;
  font-size: 24px;
}
.privada .cuadro-datos .titulo-aula span {
  font-size: 14px;
  margin-right: 10px;
}
.privada .cuadro-datos .titulo-aula a {
  margin-left: 3px;
  margin-right: 3px;
  height: 20px;
}
.privada .cuadro-datos .titulo-aula a i {
  color: #018535;
  font-size: 14px;
}
.privada .cuadro-datos .content-aula {
  display: none;
}
.privada .cuadro-datos .content-aula.active {
  display: block;
}
.privada .cuadro-datos ul.list-aulas {
  padding: 10px 0 20px;
  margin-left: 0;
  margin: auto;
  margin: 10px auto 20px;
  display: flex;
  list-style-type: none;
  text-align: center;
  max-width: 850px;
  overflow-x: auto;
}
.privada .cuadro-datos ul.list-aulas::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.privada .cuadro-datos ul.list-aulas::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.privada .cuadro-datos ul.list-aulas::-webkit-scrollbar-thumb {
  background: #018535;
  border-radius: 5px;
}
.privada .cuadro-datos ul.list-aulas::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.privada .cuadro-datos ul.list-aulas li {
  margin-left: 6px;
  margin-right: 6px;
}
.privada .cuadro-datos ul.list-aulas li a {
  background-color: white;
  border: 2px solid #018535;
  border-radius: 30px;
  padding: 10px 20px;
  min-width: 150px;
  color: #018535;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.privada .cuadro-datos ul.list-aulas li a.active, .privada .cuadro-datos ul.list-aulas li a:hover {
  background-color: #018535;
  color: white;
}
@media (max-width: 1199.98px) {
  .privada .cuadro-datos ul.list-aulas li a {
    min-width: 120px;
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .privada .cuadro-datos ul.list-aulas li a {
    min-width: 100px;
    padding: 5px 15px;
    font-size: 15px;
  }
}
.privada .cuadro-datos .container-table {
  display: flex;
  justify-content: center;
}
.privada .cuadro-datos .container-table table, .privada .cuadro-datos .container-table th, .privada .cuadro-datos .container-table td {
  border: 1px solid #b6d338;
  padding: 10px;
}
.privada .cuadro-datos .container-table table td {
  text-align: left;
}
.privada .marcador {
  border: 2px solid #018535;
  border-radius: 20px;
}
.privada .marcador .marcador-title {
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
  background-color: #018535;
  color: white;
  font-size: 16px;
}
.privada .marcador .marcador-content {
  background-color: #b6d338;
  border-radius: 0 0 20px 20px;
  padding: 10px 20px;
  font-size: 36px !important;
}
.privada .list-recursos {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 767px) {
  .privada .list-recursos {
    flex-direction: column;
  }
}

/*
    SEGUIMIENTO DE ALUMNOS
*/
.btn-seguimiento.active {
  border: 1px solid black;
  background-color: #b6d338;
}

.cont-desglose {
  display: none;
}

.cont-alumno {
  display: none;
}
.cont-alumno form .form-select {
  max-width: 200px;
  margin-bottom: 0;
}
.cont-alumno .seguimiento-alumno {
  display: none;
}

/* Tabla de desglose de datos en alumnos */
.tabla-desglose {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.tabla-desglose li {
  display: flex;
  flex-direction: column;
  border: 1px solid #b6d338;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 5px;
  background-color: white;
}
.tabla-desglose li .datos-dia {
  display: flex;
  justify-content: space-between;
}
.tabla-desglose li .datos-dia > div {
  width: 25%;
  text-align: left;
  display: flex;
  align-items: center;
}
.tabla-desglose li .form-desglose {
  display: none;
}
.tabla-desglose li .form-desglose.open {
  display: block;
}
.tabla-desglose li .form-desglose input[type=number] {
  width: 60px;
}
.tabla-desglose li .form-desglose .msg-guardado {
  display: none;
}

/*

.login{
    input[type="text"], input[type="email"], input[type="password"]{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        font-size: 16px;
    }
    a{
        font-size: 15px;
    }
}


// Estilos comunes de área privada (las páginas tienen una clase .privada en el body)
.privada{
    background-color: $yellow;
    font-size: 18px;
    background-image: url('../images/home/bg-body-p.jpg');
    background-size: auto 100%;
    background-position: center top;
    h1{
        font-size: 60px;
        margin-bottom: 40px;
    }
    h2{
        font-size: 32px;
        margin-bottom: 20px;
    }



    p, ul li{
        font-size: 18px;
    }
    p.saludo{
        font-size: 24px;
    }

    @include media-breakpoint-down(lg){                                 
       h1{
            font-size: 48px;
       }
       h2{
            font-size: 28px;
       }
       p, ul li, span, p.saludo{
            font-size: 16px;
        }
    }
    @include media-breakpoint-down(md){                                 
        h1{
            font-size: 36px;
        }
        h2{
            font-size: 24px;
        }
        p, ul li, span{
            font-size: 15px;
        }
    }

    .cuadro-datos{
        padding: 30px;
        border:3px solid $brown;
        border-radius: 20px;
        background-color: $yellow;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
        span.title{
            font-weight: bold;
            display: block;
        }
        span.content{
            margin-bottom: 15px;
            display: block;
        }

        table{
            width: 100%;
            font-size: 15px;
            margin-top: 30px;
            margin-bottom: 20px;
            thead{
                background-color: $brown;
                color: $yellow;
            }
        }
    }

    #datos-documentacion{
        margin-bottom: 100px;
    }

    #tabla_datos{
        td{
            padding: 15px;
            vertical-align: middle;
        }
    }

    // No more tables
    @include media-breakpoint-down(sm){

        // Force table to not be like tables anymore 
        #no-more-tables table, 
        #no-more-tables thead, 
        #no-more-tables tbody, 
        #no-more-tables th, 
        #no-more-tables td, 
        #no-more-tables tr { 
            display: block; 
        }

        // Hide table headers (but not display: none;, for accessibility) 
        #no-more-tables thead tr { 
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #no-more-tables tr {
            border-bottom: 2px solid black;
            margin-bottom: 15px;
        }

        #no-more-tables td { 
            // Behave  like a "row" 
            border: none;
            border-bottom: 1px solid #eee; 
            position: relative;
            padding-left: 50%; 
            white-space: normal;
            text-align:left;
            &.boton{
                padding-left: 0;
                text-align: center;
                border-bottom: none;
            }
        }

        #no-more-tables td:before { 
            // Now like a table header 
            position: absolute;
            // Top/left values mimic padding 
            top: 16px;
            left: 16px;
            width: 45%; 
            padding-right: 10px; 
            white-space: nowrap;
            text-align:left;
            font-weight: bold;
        }


        // Label the data

        #no-more-tables td:before { content: attr(data-title); }
    }



    .mensaje-error{
        border:1px solid red;
        text-align: center;
        font-weight: bold;
        margin-bottom:20px;
        padding:10px;
    }
    ///////////////// Gestión de trabajos ///////////

    .note {
        font-size: 0.8em;
    }



// Recursos 
    .lista-recursos{
        padding: 0 30px;
        list-style-type: none;
        margin-top: 20px;
        li{
            margin-bottom: 20px;

            font-size: 16px;
            a{
                text-decoration: none;
                display: block;
                padding: 25px;
                border-radius: 20px;
                border: 2px solid $red;
                -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
                -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
                box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
                span.content{
                  margin-bottom:0;  
                } 
                span.title{
                    font-size: 18px;
                    margin-bottom: 5px;
                }
                &:hover{
                    background-color: $brown;
                    color: $yellow;
                }
            }
        }
        @include media-breakpoint-down(md){ 
            padding: 0;
            li{
                font-size: 15px;
                a{
                    padding: 15px;
                    span.title{
                        font-size: 16px;
                        margin-bottom: 5px;
                    }

                }
            }
        }
    }


}



#modal-compi{ 
    .modal-content{
        iframe{
            height: 750px;	
            overflow: hidden;
            @include media-breakpoint-down(lg){
                height: 630px;
            }
        }

    }
}
.privada{
    &.noimage{
        background-image: none !important;
    }

}

*//*# sourceMappingURL=main.min.css.map */