:root {
    /*Colors*/
    /**/
    --primary-color: #004D89;
    --primary-dark-color: #002C4D;
    --primary-light-color: #027018BF67bd;
    --accent-color: #FF865A;
    --accent-dark-color: #B33100;
    --primary-text-color: #212121;
    --secondary-text-color:#757575;
    --divider-color: #e0e0e0;
}
html {
  scroll-behavior: smooth;
}
body, .nav-item a, .roboto{
  font-family: 'Roboto', sans-serif;
  color: var(--primary-text-color);
}
h1, h2, h3, h4, h5, h6, .montserrat{
  font-family: 'Montserrat', sans-serif;
}
.cardo{
  font-family: 'Cardo', serif;
}
.oswald{
  font-family: 'Oswald', sans-serif;
}
p{
  line-height: 1.75rem;
}
a{
  color: var(--primary-color);
  transition: font-weight .4s ease-in-out;
}
a:hover{
  text-decoration: none;
}
.transparent{
  background-color: transparent !important;
}
.handlee{
    font-family: 'Handlee', cursive;
}
#content{
  margin-right: 0;
  width: calc(100% - 270px);
}
.sb-show{
  display: initial;
}
.sb-hide{
  display: none;
}
.font-14{
  font-size: 14px;
}
/*Colors*/
.text-primary-color{
  color: var(--primary-color) !important;
}
.text-primary-dark-color{
  color: var(--primary-dark-color) !important;
}
.text-primary-light-color{
  color: var(--primary-light-color) !important;
}
.text-accent-color{
  color: var(--accent-color) !important;
}
.text-primary-text-color{
  color: var(--primary-text-color) !important;
}
.text-secondary-text-color{
  color: var(--secondary-text-color) !important;
}
.text-divider-color{
  color: var(--divider-color) !important;
}
.bg-primary-color{
  background-color: var(--primary-color) !important;
}
.bg-primary-dark-color{
  background-color: var(--primary-dark-color) !important;
}
.bg-primary-light-color{
  background-color: var(--primary-light-color) !important;
}
.bg-accent-color{
  background-color: var(--accent-color) !important;
}
.bg-accent-dark-color{
  background-color: var(--accent-dark-color) !important;
}
.bg-primary-text-color{
  background-color: var(--primary-text-color) !important;
}
.bg-secondary-text-color{
  background-color: var(--secondary-text-color) !important;
}
.bg-black-color{
  background-color:#000 !important;
}
.bg-divider-color{
  background-color: var(--divider-color) !important;
}
.hr-light {
  border-top: 3px solid var(--divider-color);
  width: 80px;
}
.hr-accent {
  border-top: 3px solid var(--accent-color);
  width: 80px;
}
.bg-img{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.f-img-ft{
  position: relative;
}
.img-ft {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.p-small{
  line-height: 80%;
}

/**/
.links > a{
  color: #666666;
}

/*Navbar*/
ul.navbar-nav li a{
  text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .75rem;
  padding-left: .75rem;
}
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item.active, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover{
  background-color:var(--primary-color) !important;
}

/*Redes sociales*/
.left {
  position: fixed;
  left: -35px;
  top: 200px;
  z-index: 99;
  width: 3.5%;
}
.left .container2 {
  position: relative;
  border-radius: 5px;
  max-width: 1180px;
  min-width: 90px;
}
.left a {
  text-align: center;
  color: white;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.left img {
  width: 90%;
}
@media only screen and (max-width: 767px){
  .left img {
      width: 65%;
      padding-bottom: 2px;
  }
  .view.intro-video{
      height: 1000px;;
  }
}
.left ul > li{
  list-style: none;
}

/*view*/
.view {
  background-image: url('../img/bg-header-web.png');
  height: 560px;
  margin-top: 5.4rem;
}

.rgba-dark-blue{
  background-color: rgba(4, 26, 60, .75);
}
/*Vertical line*/
.v1 {
  border-left: 5px solid var(--accent-color);
  margin-left: -3px;
  top: 0;
}
.v2 {
  border-left: 3px solid var(--primary-light-color);
  margin-left: -3px;
  top: 0;
}


@media (max-width: 767px){
  .about-team .v1{
    border-left: none;
  }
}

/*About us*/
/*numbers*/
#about-us {
  background: -webkit-linear-gradient(
180deg, #eee 60%, #fff 50%);
  background: -o-linear-gradient(
180deg, #eee 60%, #fff 50%);
  background: -moz-linear-gradient(
180deg, #eee 60%, #fff 50%);
  background: linear-gradient(
180deg, #eee 60%, #fff 50%);
}

.img-float {
  width: 480px;
    position: absolute;
    right: 0;
    bottom: -4rem;
}

/*Speakers*/
.title-speaker{
  transform: rotate(270deg);
  position: absolute;
  top: 22%;
  left: -20px;
}
p.line-after::after{
  display: inline-block;
  content: "";
  width: 10rem;
  margin: 0 1rem;
  transform: translateY(-.15rem);
}

p.line-before.accent-color::before {
    border-top: .1rem solid var(--accent-color);
}
p.line-before::before{
  display: inline-block;
  content: "";
  width: 5rem;
  margin: 0 1rem;
  transform: translateY(-.15rem);
}

p.line-after.accent-color::after {
    border-top: .1rem solid var(--primary-color);
}
.title-speaker.inverse{
  transform: rotate(90deg);
    position: absolute;
    right: -70px;
    bottom: 65%;
    top:0;
    left: 0;;
}

/*numbers*/
#numbers {  
  background-image: -webkit-linear-gradient(180deg, #eee, rgba(255, 255, 255, 0)), url(../img/dot-pattern.png);
  background-image: -o-linear-gradient(180deg, #eee, rgba(255, 255, 255, 0)), url(../img/dot-pattern.png);
  background-image: -moz-linear-gradient(180deg, #eee, rgba(255, 255, 255, 0)), url(../img/dot-pattern.png);
  background-image: linear-gradient(180deg, #eee, rgba(255, 255, 255, 0)), url(../img/dot-pattern.png);
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;
}

/*numbers*/
#title-page {
  background: -webkit-linear-gradient(
180deg, #fff 75%, #eee 50%);
  background: -o-linear-gradient(
180deg, #fff 75%, #eee 50%);
  background: -moz-linear-gradient(
180deg, #fff 75%, #eee 50%);
  background: linear-gradient(
180deg, #fff 75%, #eee 50%);
}

.mr-accent {
  border-right: 1px solid var(--accent-color);
  border-bottom: none;
}

/*Read more Style*/
.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'View more';
  color: var(--primary-light-color);
  font-weight: bold;
  font-size: 13px;
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'View less';
  color: var(--primary-light-color);
  font-weight: bold;
  font-size: 13px;
}
.read-more-state ~ .read-more-trigger-ES:before {
  content: 'Ver más';
  color: var(--primary-light-color);
  font-weight: bold;
  font-size: 13px;
}
.read-more-state:checked ~ .read-more-trigger-ES:before {
  content: 'Ver menos';
  color: var(--primary-light-color);
  font-weight: bold;
  font-size: 13px;
}
.read-more-trigger,
.read-more-trigger-ES{
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: .9em;
  line-height: 2;
}
/*Important Dates*/
.border-bottom-grey {
  border-bottom: .5px solid #364e6c!important;
}

/*call-for*/
.main-call-for:after{
    content: '';
    display: block;
    clear: both;
}
.main-call-for .call-for{
    width: 100%;
    padding: 12px;
    margin: 0 5px 0 0;
    float: left;
    position: relative;
    z-index: 1;
}
.main-call-for .call-for-content{
    background: #fff;
    min-height: 165px;
    padding: 20px 20px 60px 140px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: block;
    position: relative;
}
.main-call-for .call-for-content:hover{ text-decoration: none; }
.main-call-for .call-for-content:before,
.main-call-for .call-for-content:after{
    content: "";
    background: var(--primary-color);
    width: 80px;
    height: 60%;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}
.main-call-for .call-for-content:after{
    top: auto;
    left: auto;
    bottom: -10px;
    right: -10px;
}
.main-call-for .call-for-year{
    color: #fff;
    background: var(--primary-color);
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 165px;
    width: 95px;
    box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 20px;
    top: -12px;
    bottom: -12px;
}
.main-call-for .call-for-year:before{
    content: "";
    background: linear-gradient(to top right, var(--primary-dark-color) 49%, transparent 50%);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: -12px;
}
.main-call-for .call-for-icon{
    color: var(--primary-color);
    font-size: 35px;
    line-height: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.main-call-for .title{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 3px 0;
}
.main-call-for .description{
    color: #555;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
@media screen and (max-width:767px){
    .main-call-for .call-for{
        width: 100%;
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width:479px){
    .main-call-for .call-for .call-for-content{
        padding: 60px 20px;
    }
    .main-call-for .call-for .call-for-year{
        height: 55px;
        line-height: 55px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        right: 10px;
        left: auto;
    }
}
/*Venue*/
.venue-bg{
  background-image: url("../img/bg-venue.jpg");
  height: auto;
}

/*Our team*/
.our-team .pic {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
.our-team .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 3px #787878;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.sm-team i {
  padding: 3px;
  border-radius: .4rem;
  min-width: 22px;
  color: var(--primary-text-color);
}
.icon-section {
  position: absolute;
    z-index: 0;
    left: -1rem;
    top: -3rem;
}
.icon-section.dark{
  color: #bfd5e2;
}
.p-section, .h-title{
  position: relative;
    z-index: 1;
}
.icon-section.light{
  color: #e4e8eb;
}
.icon-section.blue1{
  color: #18427a;
}

#call-to-action{
  background-image: url(../img/bg-call-to-action.jpg);
}
.line-3{
  line-height: 3rem;
}
.btn-register{
  background-color: white;
  border: 2px solid var(--accent-color);
  border-radius: 6px;
  color: var(--primary-color) !important;
}

/*Why participate*/
.icon img {
  border-radius: 50%;
  border: 4px solid var(--primary-color);
  margin-bottom: 2rem;
}
.icon:hover img {
  border: 4px solid var(--primary-dark-color);
}
/*Carousel*/
.carousel .carousel-indicators li {
  width: 1rem;
  max-width: 1rem;
  height: 1rem;
  border-radius: 20%;
}
.carousel-multi-item .carousel-indicators li {
  background-color: var(--primary-color);
}
.carousel-multi-item .carousel-indicators .active {
  width: 1rem;
  max-width: 1rem;
  height: 1rem;
  background-color: var(--primary-dark-color);
  border-radius: 30%;
}
.btn-floating {
  margin: 5px;
  border-radius: 10%;
  width: 30px;
  height: 30px;
}
.btn-floating i {
  line-height: 30px;
}
.carousel-multi-item .controls-top{
  text-align: right;
  margin-bottom: 1rem;
}
.carousel-multi-item .controls-top .btn-floating {
  background: var(--primary-color);
}
.btn-outline-grey {
  color: #2e2e2e !important;
  background-color: transparent !important;
  border: 2px solid #2e2e2e !important;
}

a.web:hover > i{
  color: black!important;
}
a.twitter:hover > i{
  color:rgb(0, 174, 255)!important;
}
a.google:hover > i{
  color: red!important;
}
a.linkedin:hover > i{
  color: rgb(2, 57, 139)!important;
}
a.mail:hover > i{
  color: rgb(190, 94, 4)!important;
}
footer p{
  color: white;
}
footer.page-footer a {
  color: #b2b2b2;
}

/*Page Title*/
.pt {
  position: relative;
  color:white;
  font-weight: bold;
}
.pt-span{
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: .4em;
  text-transform: uppercase;
  letter-spacing: .25rem;
}
.pt-span::before{
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  height: 100%;
  width: 90%;
  border-width: 0.16em 0;
  border-style: solid;
}
.ls-15{
  letter-spacing: .15rem;
}

#speakers{
  background-image: url(../img/dot-pattern.png);
    background-size: auto;
    background-position: center center;
    background-repeat: repeat;
}
.speakers {
  position: relative;
  box-shadow: 3px 3px 5px #cfcfcf;
  height: 100%;
}
.speaker-img{
  position: relative;
}
.speaker-afiliation img{
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 110px;
  border-radius: .25rem;
}
.speakers .list-social {
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 3px;
  background-color: #ffffff;
  padding: 5px 5px 5px 4px;
}
.speakers .list-social li > a{
  color: var(--primary-dark-color);
}
.speaker-information{
  background-color: white;
}
.speakers h4.h4-speaker{
  font-size: 1.5rem;
}
.speakers p{
  line-height: 1.5rem;
  font-size: 14px;
}
.speakers p.small {
  font-size: 12px;
}
.fa-1x{
  font-size: 1.5em;
}
li.nav-item.active > .btn-group{
  background-color: rgba(255,255,255,.1);
}
.dropdown-menu.show{
  padding: .5rem;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: var(--primary-dark-color);
  color: white !important;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: var(--primary-dark-color);
  color: white !important;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.v-center {
  display: flex;
  align-items: center;
}