* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
body {
	background: #356999;
	font-family: 'Rubik', sans-serif;
	color: #F2F2F2;
	background-image: url("../img/topImg.png");
	background-repeat: repeat-x;
	background-size: 235px 25px;
	position: relative;
}

body .navbar {
	margin-top: 30px;
}

p {
	font-size: 12px;
	line-height: 16px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}

h2.light, h3.light, h4.light {
	font-weight: 400;
	margin: 5px;
}

img {
	max-width: 100%;
}

h4.spark {
	background: #356999;
	color: #F6C43A;
	border-radius: 15px;
	padding: 13px 0;
}

.container, .container-fluid {
	padding: 4% 0;
}

.container.accent, .container-fluid.accent {
	background-color: #F6C43A;
	background-image: url("../img/baseyellow.svg");
	background-size: 5%;
}

.container.backSnake, .container-fluid.backSnake {
	background-image: url("../img/baseblue.svg");
    background-size: cover;
    background-position: left;
	background-attachment: fixed;
}

.intro {
	text-align: center;
}

.intro h3 {
	margin: 50px 0;
}

.intro h4 {
	margin: 0 auto;
	background-color: #1CB1BF;
	border: 2px solid #F6C43A;
	border-radius: 11px;
	padding: 15px 0;
	width: 80%;
	max-width: 216px;
}

.intro-small {
	margin: 5% auto;
	width: 60%;
	display: flex;
}

.intro-small .snakes {
	background: white;
	padding: 15px;
	border-radius: 50px;
	align-self: center;
}

.intro-small .snakes {
	position: relative;
	margin: 0 20px;
	width: 46%;
}

.intro-small .snakes::before,
.intro-small .snakes::after {
	background-image: url(../img/dashright.png);
	position: absolute;
	background-repeat: no-repeat;
    background-size: 9px 95px;
    width: 9px;
    height: 95px;
    content: "";
}

.intro-small .snakes::after {
    right: -15px;
    bottom: 40px;
}

.intro-small .snakes::before {
    left: -15px;
    top: 40px;
}

.intro-small .info {
	margin-left: 50px;
	align-self: center;
}

.intro-small .info h2 {
	max-width: 250px;
}

.intro-small .info h3 {
	/*opacity: .5;*/
	margin: 15px 0;
}

.boletos h3:first-of-type {
	/*opacity: .5;*/
	margin: 15px 0 23px;
}

.boletos h3:last-of-type {
	margin: 15px 0 50px;
}

.boletos .spark h4 {
	padding: 15px 0;
	background: #1CB1BF;
	border: 2px solid #F6C43A;
	border-radius: 11px;
}

.boletos .spark {
	margin: 0 auto;
	max-width: 250px;
	position: relative;
}
.spark h4::before,
.spark h4::after {
	background-image: url(../img/spark.png);
	position: absolute;
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
    content: "";
}

.spark h4::after {
    right: -15px;
    bottom: -15px;
    transform:scale(-1,-1);
}

.spark h4::before {
    left: -15px;
    top: -15px;
}

.sponsors h4 {
	margin: 5% auto;
	width: 80%;
	text-align: center;
	max-width: 600px;
	border-radius: 15px;
	padding: 13px 0;
}

.spark h4::after {
	background-image: url(../img/spark.png);
	position: absolute;
    background-size: 20px 25px;
    width: 20px;
    height: 25px;
    content: "";
    right: -15px;
    bottom: -15px;
    transform:scale(-1,-1);
}

.sponsorsLevel img {
	max-width: 250px;
}

.sponsorsLevel .badge {
	font-size: 125%;
	display: block;
	max-width: 150px;
	margin: 20px auto;
}

.exponer {
	background-color: #4590C0;
	padding-bottom: 0;
}

.interno {
	margin: 5% auto;
	width: 80%;
	max-width: 620px;
	text-align: center;
}

.interno-programa {
	margin: 5% auto;
	width: 80%;
	text-align: center;
}

.speakers .splide {
	margin: 80px 0;
}

.speakers h4 {
	font-size: 22px;
	margin: 40px 0;
	text-align: center;
	color: #356999;
}

.exponer h3 {
	margin: 24px 0 40px;
	color: #F2F2F2;
	/*opacity: .5;*/
}

.exponer h4 {
	color: #356999;
	background: #F6C43A;
	border-radius: 15px;
	padding: 13px 0;
}

.footer {
	text-align: center;
    background-image: url(../img/Wave2.svg);
    background-size: cover;
    background-position: center top;
    padding: 15% 0 5%;
}

.footer p {
	margin: 0 auto;
	max-width: 340px;
}

.footer_inside .linkCodigo {
	margin-top: 20px;
}

.footer_inside .linkCodigo a {
	color: #193B54;
}

.footer .separator {
	background-image: url(../img/dashhoriz.png);
	background-size: 66px 6px;
	height: 6px;
	margin: 25px auto;
	max-width: 330px;
}

.footer .redes {
	margin: 2% auto;
	width: 80%;
	list-style: none;
	max-width: 200px;
	display: flex;
	justify-content: space-around;
}

.footer .redes li {
	max-width: 40px;
	width: 25%;
}

.footer .redes a {
	/*opacity: .5;*/
}

.footer .redes a:hover {
	opacity: .8;
}

.footer .redes .redSocial {
	display: none;
}

.footer .redes svg {
	fill: #F2F2F2;
}

.splide__list {
	height: 300px;
}

.splide__slide .imgContainer {
  	width: 14rem;
  	margin: 0 auto;
  	height: 14rem;
  	position: relative;
  	overflow: hidden;
  	border-radius: 50%;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide .splide__pagination {
	bottom: -2rem;
}

.codeofconduct .intro {
	margin: 40px 0;
}

.codeofconduct .intro h1 {
	max-width: 180px;
	padding: 20px 40px;
	border-radius: 30px;
}

.codeofconduct {
	padding-bottom: 0 !important;
}

.codeofconduct section {
	text-align: center;
	max-width: 60%;
	margin: 5% auto;
	max-width: 600px;
}

.codeofconduct section p {
	font-size: 1rem;
	line-height: 2rem;
	margin-top: 25px;
}

.codeofconduct section a,
.codeofconduct section span {
	color: #193B54;
	font-weight: 700;
}

.codeofconduct section ul {
	width: 80%;
	margin: 5% auto;
}

.codeofconduct section ul li {
	font-size: 1rem;
	line-height: 2rem;
}

.codeofconduct section h1,
.codeofconduct section h2 {
	font-size: 2rem;
	color: #193B54;
}

.codeofconduct section h2 {
	font-size: 1.5rem;
}


@media only screen and (max-width: 500px) {
  .intro-small {
    display: block;
  }

  .intro-small .snakes {
	margin: 0 20px 10%;
  }

  .codeofconduct section {
	text-align: center;
	max-width: 90%;
	margin: 5% auto;
  }

}

.keynote-name {
  font-size: 2em;
}

.keynote-title {
  font-size: 1.8em;
  color: white !important;
}

.talk-title {
  font-size: 1.3em;
  color: white !important;
}

.talk-time {
  font-size: 1.2em;
}

.talk-description {
  font-size: 0.9em;
}

.speaker-name {
  margin: 0px;
  font-weight: bold;
  font-size: 1.1em;
  color: #343a40;
  /*
  background: linear-gradient(to right, #0057a8ff, #e12d1bff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
}

.speaker-description {
  margin: 0px;
  border-left: 5px solid #f6c43a;
  padding-left: 15px;
}

.speaker-social {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 1.5em;
}

@media (max-width: 700px) {
  .speaker-photo {
	max-width: 90px;
	border-radius: 50%;
	box-shadow: 0 0 98px 6px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 62em) {
  .speaker-photo {
	  max-width: 150px;
      border-radius: 50%;
      box-shadow: 0 0 98px 6px rgba(0, 0, 0, 0.2);
  }
}

.highlight {
    background-color: #356999;
}

.break {
    background-color: #a1a6ab;
}

.programa .nav-item {
  background-color: #343a40;
  padding: 10px;
}
.programa a {
  color: white;
}


.header-wraper {
	margin: 1em 1em;
}

.header-logo {
	margin: 0 auto;
	background: white;
	padding: 22px 60px;
	border-radius: 56px;
}

.rounded-title {
	color: #356999;
	font-size: 32px;
	line-height: 36px;
	background-color: white;
	max-width: 280px;
	width: 80%;
	margin: 25px auto;
	text-align: center;
	padding: 15px 0;
	border-radius: 20px;
}

header {
	background-color: white;
}

table .w-10 { width: 10%; }
table .w-15 { width: 15%; }
table .w-20 { width: 20%; }
table .w-30 { width: 20%; }
table .w-40 { width: 40%; }
table .w-50 { width: 60%; }
table .w-60 { width: 60%; }

.nav-pills .nav-link.active, .nav-pills .show {
  background-color: #f1bf39 !important;
  border-radius: 4px;
}

.nav-color {
	background-color: #343a40;
}

.nav-item:hover {
	background-color: #f1bf39;
	border-radius: 4px;
}

.nav-item {
	margin-left: .5em;
}

.nav-item a {
	color: white !important;
}

.toggle-button {
    top: .75rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
	background-color: #292e33;
	margin: 10px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

@media (max-width: 700px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
		justify-content: center; 
    }

    .toggle-button {
        display: flex;
		
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links ul li {
        text-align: center;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }

	h2.light, h3.light, h4.light {
		font-size: 5vw;
	}

	.intro-small .snakes {
		display: none;
	}

	.intro-small .info h2 {
		display: none;
	}
	
}

@media (max-width: 1500px) {
	.intro-small .snakes::before,
	.intro-small .snakes::after {
		width: 0;
	}

	.sponsorsLevel img {
		max-width: 200px;
	}
}

#trabajo #accordion {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}

#trabajo #accordion .card {
	background-color: #356999;
}

#trabajo #accordion .btn-link {
	color: #fff;
}

#trabajo h4 {
	background-color: transparent;
	color: #fff;
	padding: 5px 0;
}


#trabajo p {
	padding: 0;
}

#trabajo ul {
	margin: 0 40px;
}

.sponsors .row {
	margin: 0;
	align-items: center;
}

.sponsors .img-thumbnail {
	background-color: transparent;
	border: none;
	margin-bottom: 5%;
}

.table-hover tbody tr:hover {
	background-color: transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color:  rgba(0, 0, 0, .2);
}