@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i);@charset "UTF-8";

* {
  transition: ease 0.25s;
  -webkit-transition: ease 0.25s;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.navbar {
  height: 100%;
  display: table;
  color: #969696;
  margin-bottom: 0 !important;
}

.navbar nav {
  display: table;
  height: 100%;
  width: 100%;
}

.navbar nav ul {
  display: flex;
  flex-shrink: 1;
  flex-basis: 100%;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .navbar nav ul {
    flex-wrap: nowrap;
  }
}

.navbar nav ul li {
  padding: 37px 12px 0;
  text-align: center;
  color: #969696;
}

@media (min-width: 1200px) {
  .navbar nav ul li {
    padding: 37px 12px 15px;
  }
}

.navbar nav ul li a {
  height: 100%;
  color: #969696;
  font-size: 16px;
  font-weight: 700;
}

.navbar nav ul li a:hover {
  color: #2C97EA;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #1FCF3E;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-right {
  margin-right: 0 !important;
}

.navbar-right li:nth-child(2) a::after {
  content: "";
  padding: 0;
}

@media (min-width: 768px) {
  .navbar-right li:nth-child(2) a::after {
    padding: 15px 10px;
    content: "|";
    color: black;
  }
}

.navbar-right li:nth-child(2) a::before {
  content: "";
  padding: 0;
}

@media (min-width: 768px) {
  .navbar-right li:nth-child(2) a::before {
    content: "|";
    color: black;
    padding: 15px 10px;
  }
}

.navbar-right li ul.dropdown-menu li a {
  text-align: center;
}

.navbar-right li ul.dropdown-menu li a::after {
  content: "";
  color: black;
  padding: 15px 0;
}

.navbar-right li ul.dropdown-menu li a::before {
  content: "";
  color: black;
  padding: 15px 0;
}

.header-top .navbar-toggle {
  margin: 20px 0;
  padding: 12px 10px;
  border-radius: 0;
  display: block !important;
}

@media (min-width: 1200px) {
  .header-top .navbar-toggle {
    display: none !important;
  }
}

.header-top a {
  color: #1FCF3E;
  font-size: 14px;
  padding: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .header-top a {
    padding: 15px 0;
    text-align: left;
  }
}

.header-top .header-content h1 a {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #5b5b5b;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
  height: initial !important;
  display: block;
}

.header-top .header-content h1 a span {
  display: block;
  font-size: 20px;
  text-transform: initial;
  font-weight: 400;
}

.header-top .header-content .navbar-header {
  flex-basis: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .header-top .header-content .navbar-header .logo {
    flex-basis: 100%;
  }
}

@media (min-width: 1200px) {
  .header-top .header-content .navbar-header {
    flex-basis: 50%;
  }
}

.header-top .header-content #app-navbar-collapse {
  flex-basis: 50%;
}

.header-bottom {
  width: 100%;
  display: table;
  height: 100%;
  z-index: 86;
  background-color: white;
  position: absolute;
  top: 80px;
  left: 0;
}

@media (min-width: 1100px) {
  .header-bottom {
    width: 100%;
    display: table;
    height: auto;
    position: relative;
    top: initial;
    left: initial;
  }
}

.header-bottom .header-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-end;
  align-items: center;
}

.main-menu {
  font-family: "Distefano-Slab", sans-serif;
  font-weight: 400;
  width: 100%;
}

.main-menu.navbar-collapse {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.main-menu.navbar-collapse.collapse {
  display: none !important;
}

@media (min-width: 768px) {
  .main-menu.navbar-collapse.collapse {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .main-menu.navbar-collapse.collapse {
    display: block !important;
  }
}

.main-menu.navbar-collapse.collapse.in {
  display: block !important;
  padding-bottom: 20px !important;
  background-color: white;
  height: auto;
}

.main-menu.navbar nav .navbar-user {
  display: block;
  margin: 7px 0;
}

@media (min-width: 768px) {
  .main-menu.navbar nav .navbar-user {
    display: none;
  }
}

.main-menu.navbar nav .navbar-user h4 {
  border-top: 6px solid #1FCF3E;
  padding-top: 10px;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #1FCF3E;
  padding-bottom: 7px;
}

.main-menu.navbar nav .navbar-user li {
  margin-top: 0;
  padding: 0;
  min-height: initial;
  border-left: none;
}

.main-menu.navbar nav .navbar-user li a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 0;
}

.main-menu.navbar nav .navbar-user li:first-child {
  margin-top: 10px;
  padding-top: 7px;
  min-height: 36px;
}

.main-menu.navbar nav ul {
  align-items: baseline !important;
  justify-content: space-between;
  display: flex;
}

@media (min-width: 768px) {
  .main-menu.navbar nav ul {
    display: flex;
  }
}

.main-menu.navbar nav ul li {
  transition: all 0.1s ease;
  text-align: left;
  line-height: 18px;
  border-bottom: 1px solid #1FCF3E;
  padding: 7px 10px 0;
  margin: 10px 0 0 0;
  min-height: 36px;
  position: relative;
  width: 100%;
  text-align: center;
}

@media (min-width: 769px) {
  .main-menu.navbar nav ul li {
    margin: 10px 0 0;
    min-height: 40px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .main-menu.navbar nav ul li {
    padding: 7px 10px 11px;
    margin: 20px 10px 0;
    border-left: 1px solid #1FCF3E;
    border-bottom: unset;
    text-align: left;
  }
}

.main-menu.navbar nav ul li.active a {
  color: #1FCF3E;
  border-bottom: 3px solid #1FCF3E;
}

.main-menu.navbar nav ul li.active ul li a {
  color: white;
  border-bottom: 0;
}

.main-menu.navbar nav ul li a {
  color: #000;
  font-family: "Distefano-Sans", "Arial", sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  height: initial;
  white-space: nowrap;
}

.main-menu.navbar nav ul li a:hover {
  color: #1FCF3E;
  border-bottom: 3px solid #1FCF3E;
}

.main-menu.navbar nav ul li a:hover + ul {
  display: block;
}

.main-menu.navbar nav ul li:hover ul {
  display: block;
}

.main-menu.navbar nav ul li > ul {
  position: relative;
  left: -1px;
  width: 115%;
  /*bottom: -100%;*/
  display: none;
  margin-top: 10px;
}

@media (min-width: 480px) {
  .main-menu.navbar nav ul li > ul {
    position: absolute;
    margin-top: 13px;
  }
}

.main-menu.navbar nav ul li > ul li {
  width: 100%;
  display: table;
  background: #1FCF3E;
  border-left: solid 1px #1FCF3E;
  border-right: solid 1px #1FCF3E;
  /*padding: 7px 20px 0px 10px;*/
  margin: 0;
}

.main-menu.navbar nav ul li > ul li a {
  color: white;
}

.main-menu.navbar nav ul li > ul li a:hover {
  color: white;
  border-bottom: 3px solid white;
}

.main-menu.navbar nav ul li:first-child {
  margin-left: 0;
}

.main-menu.navbar nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header-content.navbar-default.navbar-static-top {
  background-color: #fff;
  border: none;
}

footer {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 0;
  font-family: "Distefano-Slab", sans-serif;
  font-weight: 400;
}

footer .footer-content {
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  border-top: 1px solid #c0c0c0;
}

footer .footer-content .logo-utf {
  flex-basis: 100%;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  footer .footer-content .logo-utf {
    margin-top: 0;
    flex-basis: 20%;
    text-align: right;
  }
}

footer .footer-content .logo-utf img {
  width: initial;
}

footer .footer-content .navbar {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  footer .footer-content .navbar {
    flex-basis: 80%;
  }
}

footer .footer-content .navbar ul {
  align-items: baseline !important;
}

footer .footer-content .navbar ul li {
  text-align: left;
  line-height: 18px;
  border-left: 1px solid #000;
  padding: 7px 5px;
  margin: 0 2px 10px;
  min-height: none;
}

@media (min-width: 768px) {
  footer .footer-content .navbar ul li {
    padding: 7px 10px 11px;
    margin: 0 10px 20px;
    min-height: 56px;
  }
}

footer .footer-content .navbar ul li a {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  height: initial;
}

@media (min-width: 768px) {
  footer .footer-content .navbar ul li a {
    font-size: 16px;
  }
}

footer .footer-content .navbar ul li a:hover {
  color: #1FCF3E;
  border-bottom: 3px solid #1FCF3E;
}

footer .footer-content .navbar ul li:first-child {
  margin-left: 0;
}

footer .footer-content .navbar ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

footer p {
  margin-bottom: 40px;
  color: #454545;
}

footer p a {
  color: #454545;
}

.navbar-brand > img {
  width: 250px;
  margin: 0;
}

@media only screen and (min-width: 761px) {
  .fixed_headers {
    width: auto;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .fixed_headers thead {
    background-color: #29afe5;
    color: white;
  }

  .fixed_headers thead tr {
    display: block;
    position: relative;
  }

  .fixed_headers thead tr td,
  .fixed_headers thead tr th {
    padding: 10px;
    text-align: left;
    color: #5b5b5b;
  }

  .fixed_headers thead tr td:nth-child(1),
  .fixed_headers thead tr td:nth-child(2),
  .fixed_headers thead tr th:nth-child(1),
  .fixed_headers thead tr th:nth-child(2) {
    min-width: 200px;
  }

  .fixed_headers tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }

  .fixed_headers tbody tr {
    display: block;
  }

  .fixed_headers tbody tr:nth-child(even) {
    background-color: #DDD;
  }

  .fixed_headers tbody tr td,
  .fixed_headers tbody tr th {
    padding: 10px;
    text-align: left;
    color: #5b5b5b;
  }

  .fixed_headers tbody tr td:nth-child(1),
  .fixed_headers tbody tr td:nth-child(2),
  .fixed_headers tbody tr th:nth-child(1),
  .fixed_headers tbody tr th:nth-child(2) {
    min-width: 200px;
  }
}

/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */

  #programa table,
  #programa tbody,
  #programa td,
  #programa th,
  #programa thead,
  #programa tr,
  #simposio table,
  #simposio tbody,
  #simposio td,
  #simposio th,
  #simposio thead,
  #simposio tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */

  #programa thead tr,
  #simposio thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #programa thead tr th,
  #simposio thead tr th {
    text-align: left !important;
  }

  #programa tr,
  #simposio tr {
    margin: 0 0 1rem;
  }

  #programa tr:nth-child(odd),
  #simposio tr:nth-child(odd) {
    background: #e6e6e6;
    margin-bottom: 30px;
  }

  #programa tr:nth-child(even),
  #simposio tr:nth-child(even) {
    margin-bottom: 30px;
  }

  #programa td,
  #simposio td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 34% !important;
  }

  #programa td:first-child:before,
  #simposio td:first-child:before {
    padding-top: 5px !important;
  }

  #programa td.empty:before,
  #simposio td.empty:before {
    content: "" !important;
  }

  #programa td.empty,
  #simposio td.empty {
    display: none;
  }

  #programa td h3,
  #programa td p.small,
  #simposio td h3,
  #simposio td p.small {
    color: #29afe5;
    text-transform: uppercase;
  }

  #programa td:before,
  #simposio td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*
  Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
  */

  #programa td:nth-of-type(1):before {
    content: "HORARIO";
  }

  #programa td:nth-of-type(2):before {
    content: "MARTES 14/8";
  }

  #programa td:nth-of-type(3):before {
    content: "MI\C9RCOLES 15/8";
  }

  #programa td:nth-of-type(4):before {
    content: "JUEVES 16/8";
  }

  #programa td:nth-of-type(5):before {
    content: "VIERNES 17/8";
  }

  #simposio td:nth-of-type(1):before {
    content: "N\DAMERO";
  }

  #simposio td:nth-of-type(2):before {
    content: "T\CDTULO";
  }

  #simposio td:nth-of-type(3):before {
    content: "COORDINADOR";
  }

  #simposio td:nth-of-type(4):before {
    content: "RED";
  }

  #simposio td:nth-of-type(5):before {
    content: "PROP\D3SITO";
  }
}

table {
  margin-top: 40px;
}

#programa {
  margin-bottom: 40px;
}

@media only screen and (min-width: 761px) {
  #programa table,
  #simposio table {
    text-align: center;
  }

  #programa table thead th,
  #simposio table thead th {
    text-transform: uppercase;
    text-align: center;
    color: #5b5b5b;
    font-size: 18px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    padding: 10px;
  }

  #programa table thead th:first-child,
  #simposio table thead th:first-child {
    border-left: 1px solid #c0c0c0;
  }

  #programa table td,
  #simposio table td {
    vertical-align: middle;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    padding: 10px;
  }

  #programa table td:first-child,
  #simposio table td:first-child {
    border-left: 1px solid #c0c0c0;
  }

  #programa table td h3,
  #simposio table td h3 {
    text-align: center;
    color: #29afe5;
    text-transform: uppercase;
  }

  #programa table td p.small,
  #simposio table td p.small {
    color: #29afe5;
    text-transform: uppercase;
  }
}

#simposio table {
  text-align: left;
}

#simposio table thead th {
  line-height: 18px;
  vertical-align: middle;
}

#simposio table td {
  vertical-align: top !important;
}

#simposio table td h3,
#simposio table td p.small {
  text-transform: initial !important;
  text-align: left;
}

#app {
  width: 100%;
  max-width: unset;
  margin: 0 auto;
  padding: 0;
}

header,
footer {
  width: 100%;
  max-width: -webkit-fill-available;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 480px) {
  header,
  footer {
    margin-bottom: 20px;
  }
}

@media (min-width: 850px) {
  header,
  footer {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  header,
  footer {
    max-width: 1200px;
    margin-bottom: 0;
  }
}

footer {
  padding: 40px 20px;
  margin-bottom: 0;
}

.container {
  width: 100%;
  padding: 0 20px;
}

.container.portada-home {
  background-color: #1FCF3E;
}

.container.portada-home h1,
.container.portada-home h2,
.container.portada-home h3,
.container.portada-home h4,
.container.portada-home h5,
.container.portada-home h6,
.container.portada-home p,
.container.portada-home span,
.container.portada-home a {
  color: white;
}

.container.portada-home h1 {
  font-size: 45px !important;
}

.footer-content,
.header-content {
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
}

.footer-content h1,
.header-content h1 {
  display: inline-block;
  margin-bottom: 0;
}

.footer-content {
  flex-direction: column;
}

@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
  }
}

.footer-content .navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 769px) {
  .footer-content .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
}

.portada-home .footer-content .navbar-nav .fab {
  color: white;
}

.header-top a {
  color: #1FCF3E;
  font-size: 14px;
  padding: 15px 0;
}

.header-top a span {
  color: #454545;
}

.header-bottom {
  width: 100%;
  display: table;
  height: auto;
}

.header-bottom .header-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-end;
  align-items: center;
}

.header-bottom .header-content nav ul {
  margin-bottom: 20px;
}

.header-bottom .header-content a.contact {
  display: block;
}

.header-bottom .header-content a.contact span {
  color: #454545;
}

@media (min-width: 768px) {
  .header-bottom .header-content a.contact.mobile {
    display: none;
  }

  .header-bottom .header-content a.contact span {
    color: #454545;
  }
}

.portada-home {
  width: 100%;
  position: relative;
}

.portada-home .title-contain {
  background-color: #1FCF3E;
  padding: 45px 35px;
  width: 80%;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: white;
  box-sizing: border-box;
}

.portada-home .title-contain h1 {
  color: white;
  font-weight: 700;
  text-align: left;
  font-size: 30px;
  padding: 0;
  margin: 0;
}

.portada-home .title-contain p {
  font-size: 18px;
  font-weight: 400;
}

.content {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: table;
  padding: 0 20px;
}

@media (min-width: 1100px) {
  .content {
    padding: 40px 20px;
    max-width: 1200px;
  }
}

.content h1 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .content h1 {
    text-align: left;
  }
}

.content ol,
.content ul {
  padding-left: 20px;
}

.content ul li {
  list-style: disc;
  padding-left: 20px;
}

.content ol li {
  list-style-type: decimal;
  padding-left: 20px;
}

.content p.secundario {
  text-align: left;
  color: #5b5b5b;
  line-height: 1.8em;
  font-size: 15px;
}

.content p {
  font-size: 15px;
  color: #454545;
  line-height: 2em;
  margin-bottom: 20px;
}

@media screen and (min-width: 720px) {
  .content p {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .content td {
    display: table-row;
  }

  .content td img {
    max-width: none;
  }

  .content .content p {
    width: 100%;
    line-height: 1.5em;
    font-size: 14px;
  }
}

.content .cuadro-condiciones {
  width: 90%;
  color: black;
  max-width: 1200px;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 2px solid #969696;
  margin: 20px auto;
}

.content .cuadro-condiciones p {
  display: block;
  line-height: 1.5em;
  font-size: 16px;
}

.content table td {
  vertical-align: top;
}

.content table td p {
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
}

@media (min-width: 768px) {
  .content table td img {
    padding-right: 20px;
  }
}

.contenedor-botones {
  margin: 20px 0;
}

.btn-large {
  background: #7995CB;
  color: white;
  padding: 20px 40px;
  display: inline-block;
  margin-right: 5px;
  transition: all ease 0.4s;
  text-align: center;
}

.btn-large:hover {
  background: #e6e4e4;
  color: black;
}

.content .container {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .content .container {
    flex-wrap: nowrap;
  }
}

.content .container .left.column {
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .content .container .left.column {
    flex-basis: 40%;
    flex-shrink: 1;
    margin-bottom: 0;
  }
}

.content .container .left.column img {
  width: 100%;
  max-width: 387px;
}

@media (min-width: 768px) {
  .content .container .left.column img {
    width: 100%;
    max-width: 387px;
  }
}

.content .container .middle.column {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
  padding: 0 20px 0 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .content .container .middle.column {
    flex-basis: 30%;
    flex-shrink: 0;
    padding: 0 20px;
    margin-bottom: 0;
  }
}

.content .container .middle.column h2 {
  font-family: "Distefano-Slab", sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 23px;
}

.content .container .right.column {
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 1;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .content .container .right.column {
    flex-basis: 30%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

.content .container .right.column h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.content .container .right.column p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 200;
}

section.presentacion div {
  text-align: left !important;
}

section.presentacion div span {
  font-family: "Distefano-Sans", sans-serif !important;
  font-size: 16px;
  line-height: 18px;
  text-align: left !important;
}

.novedades {
  margin-bottom: 30px;
}

.lista_noticias {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lista_noticias li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid grey;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .lista_noticias li {
    width: 32%;
  }
}

.swiper-container {
  width: 320px;
  height: 160px;
  margin-left: 0 !important;
}

@media (min-width: 480px) {
  .swiper-container {
    width: 420px;
    height: 210px;
  }
}

@media (min-width: 768px) {
  .swiper-container {
    width: 660px;
    height: 330px;
  }
}

@media (min-width: 960px) {
  .swiper-container {
    width: 800px;
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .swiper-container {
    width: 960px;
    height: 480px;
  }
}

#html5-watermark {
  display: none !important;
}

.cont-gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 1023px) {
  .cont-gallery {
    width: 70%;
  }
}

.thumbnail_gallery {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
}

.redim {
  min-width: 230px;
  position: absolute;
  top: 0;
  left: -50px;
}

.date-event {
  width: 85%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #969696;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: flex-end;
  align-items: center;
}

.date-event .fecha,
.date-event .lugar {
  width: 40%;
}

.date-event p {
  font-size: 20px;
  color: #969696;
  font-weight: 700;
  display: inline-block;
}

.date-event .fa {
  font-size: 45px;
  vertical-align: middle;
  display: inline-block;
}

.presentacion {
  margin-top: 50px;
}

.presentacion p {
  font-size: 15px;
  color: #454545;
  line-height: 2em;
  margin-bottom: 20px;
}

@media screen and (min-width: 720px) {
  .presentacion p {
    width: 70%;
  }
}

.patrocinio {
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: flex-end;
  align-items: center;
}

.patrocinio img {
  width: auto;
}

.table-cv.table > tbody > tr > td {
  border-top: none;
  display: block;
  padding: 0 0 10px;
}

@media screen and (min-width: 480px) {
  .table-cv.table > tbody > tr > td {
    display: table-cell;
    padding: 0 10px 0 0;
  }
}

.table-cv.table > tbody > tr > td img {
  width: 100% !important;
}

@media screen and (min-width: 480px) {
  .table-cv.table > tbody > tr > td img {
    width: auto !important;
  }
}

.portada-home .title-contain {
  background-color: #1FCF3E;
  padding: 25px;
  width: 90%;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: white;
  box-sizing: border-box;
}

.btn-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
}

@media (min-width: 768px) {
  .btn-bg {
    background-size: cover;
    height: 500px;
  }
}

@media (min-width: 1100px) {
  .btn-bg {
    background-size: 275px auto;
    height: 370px;
  }
}

.cont-btns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.cont-btns .btn-bg {
  position: relative;
}

.cont-btns .btn-bg .title-contain {
  background-color: #1FCF3E;
  padding: 25px;
  width: 80%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.cont-btns .btn-bg .title-contain p {
  color: white;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.portada-home .title-contain h1 {
  color: white;
  font-weight: 700;
  text-align: left;
  font-size: 30px;
  padding: 0;
  margin: 0;
}

.portada-home .title-contain p {
  font-size: 18px;
  font-weight: 400;
}

.carousel {
  position: relative;
}

.carousel .html5lightbox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}

.carousel .html5lightbox .play img {
  width: 100%;
  height: auto;
}

.carousel .html5lightbox:hover .play {
  opacity: 0.8;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

body {
  font-family: "Distefano-Sans", "Arial", sans-serif;
  overflow-x: hidden;
}

span,
b,
p,
p.secundario {
  font-family: "Distefano-Sans", "Arial", sans-serif !important;
}

b,
strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

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

a:hover h3,
a:hover p,
a:hover div {
  color: #1FCF3E;
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

input,
textarea,
select {
  width: 95%;
}

input[type=submit] {
  width: auto;
}

h1 {
  font-size: 27px;
  color: #5b5b5b;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: black;
  display: block;
  margin-bottom: 5px;
}

.fa,
.fab {
  color: #969696;
  font-size: 20px;
  margin-right: 10px;
}

.fa-facebook-f {
  font-size: 27px;
}

.fa-instagram {
  font-size: 27px;
}

