

.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 100px;
  width: 100px; 
  background-size: 100%, 100%;
  border-radius: 50%; 
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';  
  font-size: 45px;
  color: #9b1e2a;
  font-weight: bold;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 45px;
  color: #9b1e2a;
  font-weight: bold;
}

.owl-carousel.owl-drag .owl-item, .owl-item.active {
  /* width: auto !important; */
}

.owl-carousel .owl-item img.img_galeria {
  display: block;
  width: 130%;
}
.img-hero{        
  max-width: 90%;
  height: auto;
  margin-bottom: 40px;
  margin-top: 60px;
}
.img-logo{
  width: 120px;
  margin: 10px 0px;
}
.h-100{
  height: 100% !important;
}
.mt-100{
  margin-top: 100px !important;
}
.mt-50{
  margin-top: 50px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.btn-reference{
  background: var(--color-base);
  color: white;
  outline: none;
  border: none;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  margin-top: 10px !important;
}
#contacto .contact-right .single-contact p, #contacto .contact-right .single-contact p > a{
  color: #2d2d2d !important;
}

b{
color: #6c757d;
}
.form-group{
margin: 0 !important;
}
.letter{
color: var(--color-base); 
font-size:35px;
font-family: 'Titillium Web', sans-serif;
}
.section-header::before {
background: var(--color-base);
}
.text-btn{
background: var(--color-base); 
color: white;
}
.text-final{
font-family:'Raleway',sans-serif;
}
.text-final:hover{
color: var(--color-base);
}
a.btn-reference:hover{
color: white !important;
}
.form-control{
padding: 8px 10px;
}
.form-group label{
padding-left: 10px;
}
.form-group input{
text-transform: uppercase !important;
}
.form-group input::placeholder{
text-transform: capitalize !important;
}

/*--------------------------------------------------------------
# programa Section
--------------------------------------------------------------*/

#programa {
  padding: 40px 0 20px 0;
}

#programa .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#programa .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#programa .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: var(--color-base-accent);
  color: #fff;
  padding: 10px 100px;
}

#programa .nav-tabs a.active {
  background-color: var(--color-base);
  color: #fff;
}
#programa .nav-tabs a.info {
  background-color: #1B81B8;
  color: #fff;
}

#programa .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#programa .tab-pane {
  transition: ease-in-out .2s;
}

#programa .programa-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#programa .programa-item:hover {
  background-color: #fff;
}

#programa .programa-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#programa .programa-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#programa .programa-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#programa .programa-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#programa .programa-item h4 span {
  
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#programa .programa-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*  
# Speakers Section
--------------------------------------------------------------*/

#speakers {
padding: 60px 0 30px 0;
}

#speakers .speaker {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}

#speakers .speaker .details {
background: rgba(6, 12, 34, 0.76);
position: absolute;
left: 0;
bottom: -30px;
right: 0;
text-align: center;
padding-top: 10px;
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
color: #fff;
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
}

#speakers .speaker .details p {
color: #fff;
font-size: 15px;
margin-bottom: 10px;
font-style: italic;
}

#speakers .speaker .details .social {
height: 30px;
}

#speakers .speaker .details a {
color: #fff;
}

#speakers .speaker .details a:hover {
color: var(--color-base);
}

#speakers .speaker:hover .details {
bottom: 0;
}

#speakers-details {
padding: 60px 0;
}

#speakers-details .details h2 {
color: #0f0f0f;
font-size: 28px;
font-weight: 700;
margin-bottom: 10px;
}

#speakers-details .details .social {
margin-bottom: 15px;
}

#speakers-details .details .social a {
background: #e9edfb;
color: #0f0f0f;
line-height: 1;
display: inline-block;
text-align: center;
border-radius: 50%;
width: 36px;
height: 36px;
padding-top: 9px;
}

#speakers-details .details .social a:hover {
background: var(--color-base);
color: #fff;
}

#speakers-details .details .social a i {
font-size: 18px;
}

#speakers-details .details p {
color: #0f0f0f;
font-size: 15px;
margin-bottom: 10px;
}
.details b{
text-transform: uppercase;
color: #0f0f0f;
}
.list-experience{
list-style: inside;
color: #0f0f0f;
}
a, a:hover{
  color: #19328e;
}