@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  /*line-height: 1em;*/
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

/*
@mixin breakpoint($point) {
  @if $point == desktop {
    @media (min-width: 70em) { @content ; }
  }
  @else if $point == laptop {
    @media (min-width: 64em) { @content ; }
  }
  @else if $point == tablet {
    @media (min-width: 50em) { @content ; }
  }
  @else if $point == phablet {
    @media (min-width: 37.5em)  { @content ; }
  }
  @else if $point == mobileonly {
    @media (max-width: 37.5em)  { @content ; }

  }
}
*/
@font-face {
  font-family: "Avenir LT Std 35 Light";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Avenir LT Std 35 Light"), url("../fonts/AvenirLTStd-Light.woff") format("woff");
}
@font-face {
  font-family: "Avenir LT Std 65 Medium";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Avenir LT Std 65 Medium"), url("../fonts/AvenirLTStd-Medium.woff") format("woff");
}
@font-face {
  font-family: "Avenir LT Std 85 Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Avenir LT Std 85 Heavy"), url("../fonts/AvenirLTStd-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Avenir LT Std 95 Black";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Avenir LT Std 95 Black"), url("../fonts/Avenir-Black-webfont.woff") format("woff");
}
/*
$fuente-ico {
  font-family: fontawesome;
}
*/
/*
@mixin container($width: 75rem) {
  max-width: $width;
  margin: 0 auto;
  overflow: hidden;
}

@mixin row {
  margin-right: -$sp-grande;
  margin-left: -$sp-grande;

  @include breakpoint('medium') {
    margin-right: auto;
    margin-left: auto;
  }
}

@mixin clearfix {
  &:after {
    content: "";
    display: table;
    clear: both;
  }
}

@mixin fondo-1920 {
  margin-left: -62.278%;
  margin-right: -62.278%;
}

%visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
*/
body {
  font-family: "Avenir LT Std 65 Medium", sans-serif;
  color: #666666;
  background-color: #E6E6E7;
  font-size: 80%;
  line-height: 1.5em;
}

a {
  color: #e95e30;
}
a:focus, a:hover {
  color: #e95e30;
  text-decoration: none;
}

.boton-centrado {
  display: table;
  height: 4rem;
  margin-top: 2rem;
}

a.btn.btn-default {
  display: table-cell;
  width: 100%;
  border-color: #e95e30;
  border-radius: 0;
  white-space: normal;
  min-height: 4rem;
  color: #e95e30;
  margin-top: 2rem;
  padding: 10px 20px;
}

p {
  margin: 0 0 15px;
}

/*
strong{
  color: $rojo;
}
*/
h2, h3, h4, h5, h6 {
  font-family: "Avenir LT Std 95 Black", sans-serif;
  color: #e95e30;
}

h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2rem;
}

h2 {
  color: white;
}

h3 {
  font-size: 1.575rem;
  padding-bottom: 2rem;
  line-height: 1.9rem;
}

h4 {
  margin: 0.4rem 0;
}

.not-front.container {
  background-color: white;
  padding: 4rem;
}

.titulo .container {
  background-color: #A6A6A6;
  padding: 1rem 3rem;
}
@media (min-width: 62rem) {
  .titulo .container {
    padding: 2rem 13rem;
  }
}

.not-front #main-content .contenido section.row:first-of-type {
  padding: 2rem;
}
@media (min-width: 62rem) {
  .not-front #main-content .contenido section.row:first-of-type {
    padding: 3rem 1rem 3.75rem 2rem;
  }
}

.not-front #main-content .contenido {
  background-color: white;
  padding: 2rem 3rem 6.25rem 3rem;
}
.not-front #main-content .contenido:before {
  border: 4px solid;
  width: 5rem;
  color: #e95e30;
  margin-left: -15px;
  background-color: #e95e30;
}
@media (min-width: 62rem) {
  .not-front #main-content .contenido {
    padding: 5rem 7rem 12.5rem 14rem;
  }
}

.contenido section.row, article {
  position: relative;
  padding: 0 2rem;
}
.contenido section.row:before, article:before {
  border: 4px solid #e95e30;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  height: 100%;
  display: inline-block;
  background-color: #e95e30;
}
.contenido section.row:last-of-type:before, article:last-of-type:before {
  padding-bottom: 6.25rem;
  bottom: -6.25rem;
}

.programa .contenido section.row:last-of-type:before, article:last-of-type:before {
  padding-bottom: 12.25rem;
}

#main-content .row .col-lg-4:nth-child(1) {
  padding-right: 9px;
}
#main-content .row .col-lg-4:nth-child(2) {
  padding: 0 12px;
}
#main-content .row .col-lg-4:nth-child(3) {
  padding-left: 9px;
}

/*
.not-front {
#main-content{
  background-color: white;

  &:before {
    border: 4px solid;
    width: 5rem;
    color: $rojo;
  }
}
#main-content .container,
#main-content .row {
  margin: 0;
  position: relative;
  &:before {
    border: 4px solid $rojo;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    height: 100%;
    display: inline-block;
  }
}
}
*/
.guion {
  clear: both;
  color: #e95e30;
  content: "__";
  display: block;
  margin-bottom: 20px;
}

.separador {
  color: #333333;
  content: "|";
  font-size: 8px;
  padding: 0 5px;
}

.boton {
  font-family: "Verdana", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #e95e30;
  padding: 8px 10px;
  display: inline-block;
  margin: 15px 0;
}

.boton:after {
  content: "";
  font-family: "fontawesome";
  margin-left: 10px;
  font-size: 9px;
  top: -2px;
  position: relative;
}

.boton-sf {
  font-family: "Verdana", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.icono-expand {
  color: #ccc;
  content: "";
  font-family: "fontawesome";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 9;
}

/*
// enlaces de descarga
[data-entity-type="file"][href*=".pdf"],
[data-entity-type="file"][href*=".odt"],
[data-entity-type="file"][href*=".doc"] {
  position: relative;
  color: $negro;
  text-decoration: none;
  border-bottom: solid 1px;
  padding-bottom: 2px;
  font-size: 110%;
  margin-left: 39px;

  &:hover {
    color: $morado-claro;
  }

  &:before {
    content: '';
    display: block;
    position: absolute;
    left: -39px; bottom: 0;
    width: 36px; height: 36px;
    background-repeat: no-repeat;
    background-size: 36px;
  }
}

[data-entity-type="file"]:not([href*=".pdf"]):before {
  background-image: url('../img/icono_documento.png');
}

[data-entity-type="file"][href*=".pdf"]:before {
  background-image: url('../img/icono_pdf.png');
}


*/
/*
.row{
  display:flex;
}
*/
.front .content section div.container {
  border-left: 5px solid #e95e30;
}

section div.container {
  padding-top: 40px;
  padding-bottom: 0;
}
section div.container + div.container {
  padding-top: 20px;
}

p.line {
  height: 5px;
  width: 28px;
  background-color: #e95e30;
  margin-left: -15px;
  margin-bottom: 0;
}

.two-columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

.front section p:last-child, div.section p:last-child {
  margin-bottom: 40px;
}

div.col-md-6 h2 {
  margin-bottom: 40px;
}
div.col-md-6 div.section h3 {
  margin-top: 0;
}
div.col-md-6 div.section p {
  padding-right: 10%;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

p.ponente:first-of-type {
  margin-top: 0;
}

p.ponente + p.ponente {
  margin-top: 0;
}

p.ponente {
  font-family: "Avenir LT Std 95 Black", sans-serif;
  margin: 15px 0 5px;
  font-size: 1.125rem;
}

.container-fluid {
  padding: 0;
}

.boton-linea {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.boton-linea a {
  border: 2px solid;
  padding: 1rem 2rem;
  font-family: "Avenir LT Std 95 Black", sans-serif;
  font-size: 0.875rem;
}

.ponentes-invitados .boton-linea {
  padding: 2rem 0 0 15px;
}

.datos-ponencia {
  font-family: "Avenir LT Std 95 Black", sans-serif;
  font-size: 1rem;
  padding-bottom: 1rem;
}

.ponentes-invitados .datos-ponencia {
  padding-bottom: 0;
}

.datos-ponente {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.ponentes-invitados .datos-ponente {
  margin-bottom: 1.2rem;
}

.front #main-content #twitter-feed.accesos {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

#twitter-feed .owl-carousel {
  padding: 0 4rem;
}
#twitter-feed .owl-carousel .owl-item {
  padding-right: 1rem;
}
#twitter-feed .owl-carousel img {
  max-height: 80px;
  width: auto;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
}
#twitter-feed .owl-nav {
  font-size: 3rem;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
}
#twitter-feed .owl-prev {
  color: #8b8b8b;
  margin-left: 1rem;
}
#twitter-feed .owl-next {
  color: #8b8b8b;
  float: right;
  margin-right: 1rem;
}
#twitter-feed .fecha {
  margin-bottom: 0.4rem;
}
#twitter-feed .fecha:before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  color: #666666;
  margin-right: 0.4rem;
}

.modal {
  position: fixed;
  display: none;
  z-index: 1042;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
  opacity: 0.8;
  transition: all 0.5s ease-in;
  text-align: center;
  top: 0;
  left: 0;
}

.videowrapper {
  z-index: 1043;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2040;
}
.videowrapper iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
@media screen and (max-width: 678px) {
  .videowrapper iframe {
    max-width: 90%;
  }
}

.video-link {
  position: relative;
  display: block;
  /*border: 2px solid #dedede;*/
  margin-bottom: 1rem;
}

.video-link::after {
  background-image: url("../img/play.svg");
  content: "";
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  display: block;
  background-size: contain;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
}

/*
.modal {
  position: fixed;
  display: none;
  padding: 5% 20%;
  z-index: 9999;
  width: 100%;
  background: rgba(0,0,0,0.5);
  transition: all 0.5s ease-in;
  text-align: center;
}
iframe {
  margin-top: 10%;
}
.video-link {
  position: relative;
  display: block;
  border: 2px solid #dedede;
  margin-bottom: 1rem;
}
.video-link::after {
  background-image: url("../img/play.svg");
  content: "";
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  display: block;
  background-size: contain;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
}
*/
.testimonios .video-link::after {
  height: 60px;
  width: 60px;
  margin: -30px 0 0 -30px;
}

header a, header:focus {
  color: #ffffff;
  font-family: "Avenir LT Std 85 Heavy", sans-serif;
}
header a:hover, header:focus:hover {
  color: #c2c2c2;
}
header .container {
  background-color: #e95e30;
}
header .container > div {
  padding: 1rem 0 0;
}

#myNavbar {
  float: right;
  margin-right: -30px;
}

.idiomas {
  font-size: 0.625rem;
  padding: 0;
  z-index: 99;
}
.idiomas ul {
  position: absolute;
  display: inline;
  z-index: 99;
  background-color: #e95e30;
  right: 0;
  width: 39.85px;
}
.idiomas li {
  display: none;
  position: relative;
  padding-top: 0.5rem;
  z-index: 9;
}
.idiomas li a {
  padding: 8px;
}
.idiomas li.active {
  display: inline-block;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding-top: 0;
}
.idiomas:hover li {
  display: inline-block;
}

.redes {
  font-size: 0.7rem;
}
.redes li {
  display: inline-block;
  margin-right: 0.6rem;
}

.navbar {
  min-height: auto;
  margin: auto;
}

.navbar-default {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-family: "Avenir LT Std 65 Medium", sans-serif;
  font-size: 0.75rem;
}
.navbar-default .navbar-brand {
  font-family: "Avenir LT Std 95 Black", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.navbar-default .navbar-brand:hover {
  color: #c2c2c2;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  padding-left: 7px;
  padding-right: 7px;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin-left: 1rem;
}
.navbar-default .navbar-nav > li > .dropdown-menu a {
  font-size: 0.75rem;
  color: #666666;
}
.navbar-default .navbar-nav > li > .dropdown-menu a:hover {
  background-color: transparent;
  color: #A6A6A6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  color: #c2c2c2;
  background-color: transparent;
  font-weight: bold;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #A6A6A6;
}
.navbar-default b.caret {
  display: none;
}

.dropdown:hover ul.dropdown-menu {
  display: block;
}

ul.dropdown-menu {
  padding: 0.8rem 0;
}
ul.dropdown-menu:before {
  content: "|";
  margin-right: 0.4rem;
  float: left;
  color: #666666;
}
ul.dropdown-menu li {
  display: inline;
  float: left;
}
ul.dropdown-menu li:after {
  content: "|";
  margin: 0 0.4rem;
  color: #666666;
}
ul.dropdown-menu li a {
  display: inline-block;
  padding: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #c2c2c2;
  background-color: transparent;
}

nav .active ul.dropdown-menu {
  display: block;
  z-index: 800;
}

.navbar-default .navbar-nav > li > .dropdown-menu a.active {
  color: #c2c2c2;
}

@media (min-width: 48rem) {
  .navbar-nav {
    margin-right: 1rem;
  }

  .menu-sobre .dropdown-menu {
    left: -488px;
    right: -420px;
    padding-left: 360px;
  }

  .menu-programa .dropdown-menu {
    left: -500px;
    right: -350px;
    padding-left: 25rem;
  }

  .menu-info .dropdown-menu {
    left: -673px;
    right: -270px;
    padding-left: 520px;
  }

  .navbar-nav.en .menu-sobre .dropdown-menu {
    left: -477px;
    right: -421px;
  }
  .navbar-nav.en .menu-info .dropdown-menu {
    left: -666px;
    right: -279px;
  }
}
@media (min-width: 75rem) {
  .menu-sobre .dropdown-menu {
    left: -488px;
    right: -420px;
    padding-left: 360px;
  }

  .menu-programa .dropdown-menu {
    left: -500px;
    right: -350px;
    padding-left: 25rem;
  }

  .menu-info .dropdown-menu {
    left: -673px;
    right: -270px;
    padding-left: 520px;
  }
}
.front .submenu {
  display: none;
}

/*
@media screen and (min-width: 768px) and (max-width:1200px) {
	.menu-sobre .dropdown-menu{
	    left: -442px;
    	right: -411px;
    }
	.menu-info .dropdown-menu{
		left: -627px;
    	right: -259px;
	}
	.navbar-nav.en .menu-sobre .dropdown-menu {
    	left: -431px;
    	right: -412px;
	}
	.navbar-nav.en .menu-info .dropdown-menu {
    	left: -621px;
    	right: -269px;
	}
}
*/
@media (min-width: 48rem) {
  .navbar-brand {
    padding-right: 0;
  }

  .submenu {
    background-color: #fff;
    height: 3rem;
    clear: both;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu {
    margin-left: 0;
  }
}
@media (max-width: 62rem) {
  .navbar-default .navbar-nav > li > a {
    padding-right: 4px;
    padding-left: 4px;
  }

  /*
    .menu-sobre .dropdown-menu {
     left: -295px;
     right: -335px;
     padding-left: 260px;
   }
   .menu-programa .dropdown-menu {
     left: -400px;
     right: -270px;
     padding-left: 19rem;
   }
   .menu-info .dropdown-menu {
     left: -464px;
     right: -200px;
     padding-left: 322px;
   }

   .navbar-nav.en{
  .menu-sobre .dropdown-menu{
  	left: -456px;
  	right: -394px;
  	padding-left: 295px;
  }
  .menu-info .dropdown-menu{
  	left: -640px;
      right: -255px;
      padding-left: 427px;
  }
   }
   */
}
/*
@media screen and (max-width:991px) {
	  .menu-sobre .dropdown-menu {
		left: -301px;
    	right: -342px;
    	padding-left: 205px;
		}
	  .menu-info .dropdown-menu {
	    left: -474px;
	    right: -204px;
	    padding-left: 322px;
	  }
	 .navbar-nav.en{
	.menu-sobre .dropdown-menu{
		left: -348px;
    	right: -281px;
    	padding-left: 213px;
	}
	.menu-info .dropdown-menu{
		left: -525px;
    	right: -152px;
    	padding-left: 220px;
	}
  }
}
*/
@media screen and (max-width: 767px) {
  header .container {
    padding: 0;
  }
  header .container > div {
    background-color: #ffffff;
    height: 50px;
  }
  header .container > div .idiomas {
    float: right;
    padding: 0rem 0 1rem;
  }
  header .container > div .idiomas ul {
    background-color: transparent;
    right: 15px;
  }
  header .container > div .idiomas li a {
    color: #A6A6A6;
  }
  header .container > div .idiomas li.active {
    border-color: #A6A6A6;
  }
  header .container > div .idiomas:hover li {
    display: block;
    border-right: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    background-color: #ffffff;
  }
  header .container a.navbar-brand {
    width: 100%;
    text-align: center;
  }

  .navbar-default .navbar-toggle {
    border: 0;
    float: left;
    top: 50px;
    z-index: 10;
    left: 2px;
    position: absolute;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    color: #ffffff;
  }
  .navbar-default .navbar-nav {
    margin-left: 15px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #666666;
    padding-bottom: 0;
  }

  #myNavbar {
    float: none;
    border-top: 0;
    padding-top: 40px;
    background-color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
  }

  ul.dropdown-menu {
    position: relative;
    float: none;
    padding-top: 0;
    padding-left: 5px;
    border-top: 1px solid;
  }
  ul.dropdown-menu li {
    display: block;
    float: none;
  }
  ul.dropdown-menu li:after {
    content: none;
  }

  ul.dropdown-menu:before {
    content: none;
  }

  .row.submenu {
    display: none;
  }

  .navbar-header .navbar-brand {
    padding: 0;
  }
  .navbar-header .navbar-brand:before {
    background-image: url("../img/logo_museo_picasso_malaga.png");
    background-repeat: no-repeat;
    height: 50px;
    background-position: center;
    background-size: 260px;
    content: "";
    display: block;
  }
}
footer:before {
  border: 2px solid #e95e30;
  width: 100%;
}
footer .container {
  background-color: #fff;
  padding: 0;
}
footer .aniversario {
  margin-bottom: 3rem;
  font-size: 0.9rem;
}
footer section.row.entidades {
  background-color: #ffffff;
  margin: 0 1rem;
  padding-top: 1rem;
}
footer section.row.entidades > div {
  position: relative;
  padding-left: 0;
}
footer section.row.entidades > div img {
  float: left;
  margin-right: 1rem;
}
footer section.row.entidades.organiza, footer section.row.entidades.colabora {
  border-top: 1px solid #c2c2c2;
}
.front footer section.row.entidades:nth-child(1) {
  padding-top: 0;
}
footer section.row.entidades h2, footer section.row.entidades a {
  color: #8b8b8b;
  font-family: "Avenir LT Std 95 Black", sans-serif;
}
footer section.row.entidades h2 {
  font-size: 0.875rem;
  margin-bottom: 0;
}
footer section.row.datos {
  margin: 0;
  color: #E6E6E7;
  background-color: #A6A6A6;
  font-size: 0.625rem;
  font-family: "Avenir LT Std 35 Light", sans-serif;
  line-height: 1rem;
}
footer section.row.datos h2, footer section.row.datos a {
  color: #E6E6E7;
}
footer section.row.datos h2 {
  font-size: 0.75rem;
  font-family: "Avenir LT Std 95 Black", sans-serif;
  text-transform: uppercase;
}
footer section.row.datos .conecta {
  margin-top: 1rem;
}

@media (max-width: 30rem) {
  footer section.row.entidades > div {
    padding: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  footer section.row {
    padding: 4rem;
  }
  footer section.row.datos {
    padding-left: 5rem;
  }
}
@media (min-width: 62rem) {
  footer section.row.entidades {
    margin: 0 2rem;
  }
  footer section.row.entidades > div img {
    padding-left: 15px;
  }
  footer section.row.datos {
    padding: 2rem 4.8rem 5.2rem 4.2rem;
  }
  footer section.row.datos > div:nth-child(1) {
    width: 44%;
    padding-left: 0;
    padding-right: 10px;
  }
  footer section.row.datos > div:nth-child(2) {
    width: 27%;
    padding: 0 10px;
  }
  footer section.row.datos > div:nth-child(3) {
    width: 29%;
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (max-width: 48rem) {
  footer section.row.entidades > div:first-child img {
    float: none;
    margin: 0 auto;
  }
  .not-front footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 6rem;
  }
  footer footer section.row.entidades div {
    min-height: 125px;
    height: auto;
  }
  footer footer section.row.entidades div > img {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 62rem) {
  footer section.row.entidades .patrocina {
    border-top: 1px solid #c2c2c2;
    padding-top: 1rem;
    margin-top: 2rem;
  }
}
body.front {
  background-color: white;
  /*
    background-image: url(../img/home-congreso.jpg);
    background-size: 1024px auto;
    z-index: 99999999;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: center top;
    */
}

.front #main-content .contenido {
  position: relative;
  /*
  &:last-child {
    margin-bottom: 200px;
  }
  */
}
.front #main-content .contenido:before {
  border: 4px solid;
  width: 5rem;
  color: #e95e30;
  position: absolute;
  top: 4rem;
  left: 13rem;
  z-index: 6;
}
.front #main-content section.row.full-img {
  position: relative;
  color: #fff;
  background-image: url("../img/pablo-picasso.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
  padding-left: 15rem;
}
.front #main-content section.row.full-img:before {
  top: 4rem;
}
.front #main-content section.row.full-img h2, .front #main-content section.row.full-img p {
  color: white;
  font-size: 1.5rem;
  line-height: 2rem;
}
.front #main-content section.row.full-img p {
  font-family: "Avenir LT Std 95 Black", sans-serif;
}
.front #main-content section.row.full-img h2 {
  margin-bottom: 0.5rem;
}
.front #main-content section.row.full-img .boton-linea {
  padding-top: 4rem;
}
.front #main-content section.row.full-img .boton-linea a {
  color: #fff;
  border: 2px solid #e95e30;
  font-size: 1.5rem;
}
.front #main-content section.row.full-img .hashtag {
  font-size: 1.8rem;
  margin-top: 11rem;
  margin-bottom: 0;
}
.front #main-content section.row:before {
  left: 13rem;
  top: -1rem;
  padding: 11rem 0;
}
.front #main-content h1 {
  font-family: "Avenir LT Std 95 Black", sans-serif;
  font-size: 2.5rem;
  color: #e95e30;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.front #main-content h3 {
  font-size: 2.1rem;
  text-transform: uppercase;
  line-height: 2.8rem;
  padding-bottom: 1rem;
}
.front #main-content h3 span {
  display: block;
  clear: left;
}
.front #main-content .accesos {
  background-color: #E6E6E7;
  padding: 3rem 2rem 3rem 15rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.front #main-content .accesos section.row {
  position: absolute;
  top: -1rem;
  left: 5rem;
}
.front #main-content .accesos p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
  width: 80%;
}
.front #main-content .accesos ul li {
  display: block;
}
.front #main-content .accesos ul li a {
  font-family: "Avenir LT Std 95 Black", sans-serif;
  color: #666666;
  font-size: 0.9rem;
}
.front #main-content .accesos ul li a:hover {
  color: #e95e30;
}

@media (max-width: 30rem) {
  .front #main-content section.row.accesos:before {
    padding: 4rem 0;
  }

  .front #main-content section.row.full-img {
    padding-left: 4rem;
  }

  .front #main-content section.row:before {
    left: 2rem;
  }

  .not-front #main-content .contenido {
    padding: 2rem 3rem 6.25rem 3rem;
  }

  .front #main-content section.row.full-img .hashtag {
    margin: 3rem 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .not-front #main-content .contenido {
    padding: 4rem 10rem;
  }

  .titulo .container {
    padding: 1rem 9rem;
  }

  .front .full-img {
    display: block;
  }

  .front #main-content section.row.full-img {
    padding-bottom: 1.5rem;
  }

  .front #main-content section.row.full-img .boton-linea {
    padding-bottom: 0;
  }

  .front #main-content .contenido:before {
    left: 10rem;
  }

  .front #main-content section.row:before {
    left: 10rem;
  }

  .front #main-content section.row.full-img, .front #main-content .accesos {
    padding-left: 12rem;
  }
}
/*
@include breakpoint('max-medium') {
  .front{
    .contenido section.row:before {
      height: 105%;
    }
    #main-content{
      .contenido:before, section.row:before {
        left: 2rem;
        // top: 20rem;
      }
      section.row.full-img, .accesos {
        padding-left: 4rem;
      }
      section.accesos.registro {
        padding-bottom:6rem;
      }
    }
    footer 	section.row.entidades div:first-child h2 {
      border-top: 1px solid $gris-medio;
    }

  }
}
*/
@media screen and (max-width: 767px) {
  .front #main-content section.row.full-img:after {
    border: 4px solid;
    width: 5rem;
    color: #e95e30;
    position: absolute;
    top: 3rem;
    left: 10rem;
    z-index: 6;
  }
  .front #main-content .contenido:before {
    display: none;
  }
  .front #main-content section.row.full-img {
    background-image: none;
  }
  .front #main-content section.row.full-img:before {
    top: 3rem;
  }
  .front #main-content section.row.full-img h2, .front #main-content section.row.full-img p {
    font-size: 1rem;
    line-height: 1.1rem;
    color: #666666;
  }
  .front #main-content section.row.full-img .boton-linea a {
    color: #e95e30;
  }
  .front #main-content .accesos {
    background-color: #ffffff;
    margin-left: 3rem;
    margin-right: 1rem;
    padding: 0;
  }
  .front #main-content .accesos.registro {
    margin-bottom: 0;
  }
  .front #main-content h3 {
    text-transform: none;
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  .front #main-content h3 a {
    border: 2px solid #e95e30;
    display: block;
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
  .front #main-content section.row.accesos:before {
    left: -1.95rem;
  }
  .front #main-content h1 {
    font-family: "Avenir LT Std 95 Black", sans-serif;
    font-size: 1.5rem;
    color: #dd2200;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  .front #main-content section.row.full-img h2 {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .front #main-content section.row.full-img .boton-linea {
    padding-top: 2rem;
  }
}
@media (max-width: 48rem) {
  .front #main-content section.row.full-img:after {
    left: 2rem;
  }
}
@media screen and (max-width: 47rem) {
  .front .contenido section.row:before {
    height: 105%;
  }
}
@media screen and (max-width: 620px) {
  .front #main-content section.row.full-img {
    background-position: -440px -165px;
    padding-bottom: 0;
  }
}
@media (min-width: 48rem) {
  .front .full-img-mv {
    display: none;
  }

  .front #main-content .accesos ul:before {
    content: "|";
    margin-right: 0.4rem;
  }
  .front #main-content .accesos ul li {
    display: inline;
  }
  .front #main-content .accesos ul li:after {
    content: "|";
    margin: 0.4rem;
  }
  .front #main-content .accesos ul li a {
    font-family: "Avenir LT Std 95 Black", sans-serif;
    color: #666666;
    font-size: 0.9rem;
  }
  .front #main-content .accesos ul li a:hover {
    color: #e95e30;
  }
}
.bienvenida h3 {
  padding-top: 2rem;
}
.bienvenida p.ponente {
  margin-top: 3rem;
}

.comite #main-content div.row {
  margin-bottom: 2rem;
}

.programa #main-content .contenido {
  position: relative;
  padding: 3rem 7rem 4.5rem 4rem;
}
.programa #main-content .contenido .row {
  padding: 0.7rem 2rem;
}
.programa .contenido section.row:before {
  left: 7%;
}
@media (min-width: 62rem) {
  .programa .contenido section.row:before {
    left: 25%;
  }
}
.programa.not-front #main-content .contenido:before {
  left: 28%;
  position: absolute;
}
.programa .titulo {
  font-size: 1.875rem;
  font-family: "Avenir LT Std 95 Black", sans-serif;
}
.programa .titulo .container {
  padding: 2.45rem;
}
.programa .titulo a {
  color: #ffffff;
}
.programa .titulo span.dia {
  display: block;
  clear: both;
  font-size: 0.875rem;
  font-family: "Avenir LT Std 35 Light", sans-serif;
  line-height: 2rem;
  text-transform: uppercase;
}
.programa .titulo > div {
  text-align: center;
}
.programa .titulo .activo a {
  color: #666666;
}
.programa h2 {
  color: #e95e30;
  margin-bottom: 0rem;
}
.programa h3 {
  margin: 0;
  font-size: 1.375rem;
  font-style: italic;
}
.programa h3 a:hover {
  border-bottom: 2px solid;
}
.programa .break {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.9rem;
  color: #e95e30;
}
.programa h3, .programa .break {
  font-family: "Avenir LT Std 85 Heavy", sans-serif;
  padding-bottom: 0;
}
.programa .separador {
  padding: 1rem 0;
  color: #666666;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "Avenir LT Std 95 Black", sans-serif;
  text-decoration: underline;
}
.programa time {
  font-family: "Avenir LT Std 95 Black", sans-serif;
  color: #e95e30;
  font-size: 1.375rem;
  line-height: 1.9rem;
}
.programa .ponente {
  font-family: "Avenir LT Std 65 Medium", sans-serif;
  font-size: 1.25rem;
  line-height: 1.9rem;
}
.programa .ponente strong {
  font-family: "Avenir LT Std 85 Heavy", sans-serif;
}
.programa .ponente a {
  color: #666666;
  display: block;
}
.programa .nota-programa {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media (min-width: 75rem) {
  .programa #main-content .col-lg-3 {
    padding-left: 0;
    text-align: right;
    padding-right: 45px;
  }
}
@media (min-width: 48rem) {
  .programa .nota-programa {
    margin-top: 7rem;
  }
}

.detalles {
  color: #e95e30;
}

.detalles {
  margin-top: 20px;
}
.detalles p {
  margin: 0;
}
.detalles ul {
  list-style: none;
  margin: 10px 0 15px;
  padding-left: 0;
}

@media (max-width: 30rem) {
  .programa .titulo .container > div {
    padding: 0;
  }
  .programa .titulo span.dia {
    font-size: 0.75rem;
  }
  .programa .titulo span.fecha {
    display: block;
    overflow: hidden;
    width: 47px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
  }
}
@media (max-width: 62rem) {
  .programa.not-front #main-content .contenido {
    padding: 1rem 3rem 4rem 3rem;
  }
  .programa.not-front #main-content .contenido section.row:before {
    left: 0;
  }
  .programa.not-front #main-content .contenido .col-sm-offset-2 {
    margin-left: 0;
    padding-left: 0;
  }
  .programa.not-front #main-content .contenido .col-lg-2.col-sm-2 {
    display: none;
  }
  .programa.not-front #main-content .contenido:before {
    left: 48px;
  }
  .programa.not-front .titulo .col-md-4 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .programa.not-front #main-content .contenido {
    padding: 4rem 10rem;
  }
  .programa.not-front #main-content .contenido:before {
    left: 10rem;
  }

  .programa .contenido section.row:last-of-type:before,
.programa article:last-of-type:before {
    padding-bottom: 6.75rem;
  }
}
.ponente-ponencia #main-content h3 {
  padding-bottom: 1rem;
}
.ponente-ponencia #main-content #ponente img {
  padding: 2rem 0;
}
.ponente-ponencia #main-content .row > div.aviso p {
  column-count: 1;
  color: #e95e30;
  font-size: 1rem;
  margin-top: 4.375rem;
}

@media (min-width: 30rem) {
  .ponente-ponencia #main-content .row > div > p {
    column-count: 2;
    column-gap: 1.25rem;
  }
}
.ponente-ponencia2 h3 {
  font-size: 1.625rem;
  font-style: italic;
}
.ponente-ponencia2 h4 {
  font-family: "Avenir LT Std 85 Heavy", sans-serif;
  color: #666666;
  font-size: 1.5rem;
  margin: 0 0 0.4rem 0;
}
.ponente-ponencia2 .datos-ponente {
  margin-bottom: 1rem;
}
.ponente-ponencia2 .datos-ponencia {
  padding-bottom: 1.25rem;
}
.ponente-ponencia2 #main-content #ponente img {
  padding: 0 0 1rem;
}

.programa2 .col-md-6 {
  border: 0;
}
.programa2 .hora {
  color: #e95e30;
  text-align: right;
}
.programa2 h3 {
  margin-top: 0;
}

@media (max-width: 62rem) {
  .programa.dia3.not-front #main-content .contenido {
    padding-bottom: 3rem;
  }
}
.informacion-practica.not-front #main-content .contenido section.row:first-of-type {
  padding-bottom: 0;
}
.informacion-practica #main-content section.row > div,
.informacion-practica #main-content section.row > div .row {
  margin-bottom: 4rem;
}
.informacion-practica #mapa iframe {
  max-width: 100%;
}
.informacion-practica h4 {
  margin-bottom: 0;
}
.informacion-practica .col-lg-4 h4:first-of-type {
  margin-top: 0;
  line-height: 1rem;
}

@media (max-width: 75rem) {
  .informacion-practica img {
    margin-bottom: 15px;
  }
}
@media (max-width: 62rem) {
  .not-front.informacion-practica #main-content .contenido {
    padding-bottom: 4rem;
  }
}
.ponentes-invitados.not-front #main-content .contenido section.row:first-of-type {
  padding-bottom: 0;
}
.ponentes-invitados section.row > div,
.ponentes-invitados section.row > div .row {
  margin-bottom: 4rem;
}

.registro .inscripcion {
  padding-left: 0;
}
.registro .beca {
  padding-right: 0;
}

@media (max-width: 62rem) {
  .inscripcion, .beca {
    padding: 0;
    width: 100%;
  }
}
.testimonios p {
  margin: 0 0 1rem;
}
.testimonios p.ponente {
  margin: 1rem 0 0.5rem;
}
.testimonios p:last-of-type {
  min-height: 40px;
}

.container {
  width: 100%;
  max-width: 1024px;
}

.front #main-content section.row.full-img {
  padding-top: 4rem;
}
.front #main-content section.row.full-img:after {
  top: 2rem;
}
.front #main-content section.row.full-img:before {
  top: 2rem;
}
.front #main-content section.row.accesos:before {
  left: -1.95rem;
}

footer section.row.entidades {
  margin: 0px 2rem 2rem;
}
footer section.row.datos {
  padding: 2rem;
}
footer section.row.datos > div {
  padding: 0;
}

@media (min-width: 480px) {
  .front #main-content section.row.full-img {
    padding-top: 5rem;
  }

  .front #main-content section.row.full-img:after {
    left: 2rem;
  }

  .front #main-content .accesos {
    background-color: #fff;
  }

  footer section.row {
    padding: 0rem;
  }

  .front .contenido section.row:before {
    height: 110%;
  }
}
@media (min-width: 640px) {
  .front #main-content section.row.full-img:after {
    left: 10rem;
  }

  .front #main-content section.row.accesos:before {
    left: 6.05rem;
  }

  .front #main-content .accesos {
    padding-left: 8rem;
  }

  .front #main-content section.row:before {
    padding: 4rem 0;
  }

  footer section.row.entidades {
    margin: 0px 9rem 2rem;
  }

  footer section.row.datos {
    padding: 2rem 10rem;
  }
}
@media (min-width: 768px) {
  .front #main-content section.row.full-img:before {
    top: 4rem;
  }

  .front #main-content section.row.accesos:before {
    left: 10rem;
  }

  .front #main-content section.row.full-img {
    padding-top: 6rem;
  }

  .front #main-content .accesos {
    padding-left: 12rem;
    background-color: #E6E6E7;
  }

  /*
  section.row.accesos.registro:before {
    height: 88%;
  }
  .front #main-content .accesos.registro {
  //  margin-bottom: 6rem;
    margin-bottom: 4rem;
  }
  */
  .front #main-content .contenido .row.accesos:last-of-type::before {
    height: 88%;
  }

  .front #main-content .contenido .row.accesos:last-of-type {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .front #main-content .accesos {
    padding-left: 15rem;
  }

  .front #main-content .contenido:before {
    left: 13rem;
  }

  .front #main-content section.row:before {
    left: 13rem;
  }

  .front #main-content section.row.accesos:before {
    left: 13rem;
  }

  footer section.row.datos {
    padding: 2rem 5rem;
  }

  footer section.row.entidades {
    margin: 0px 4rem 0;
  }
}

/*# sourceMappingURL=style.css.map */
