

/* custom Styles */
#distribuidores-section{padding:0;min-height:400px;}
.slideshow-container{width:100%;height:auto;position:relative;display:block;}
.border{border: 1 px solid #333;}
.bottomthumb{ margin-bottom: 40px; }
.tagcategoria{ font-size: 16px; color: #000; text-align: center; }
.subtagcategoria{ font-size: 13px; color: #0c98d5; text-align: center; margin-top: -15px; font-style: italic; font-weight: 600 }
#slideshow{width:100%;height:auto;display:block;position:relative;}

#accesos-principales{}
#accesos-principales .acceso{}
#accesos-principales .acceso h3{font-size:33px;font-weight:700;text-align:center;color:#0c98d5;}
#accesos-principales .acceso p.tag{font-size:18px;font-weight:400;text-align:center;color:#212121;}


.llamanoscontacto { 
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px;
}

.articulos { 
    font-size: 14px;
    color: #000;
    text-align: center;
    min-height: 50px;
}


.paddingbutton {
    padding:10px 40px;
}

.btn-outline-dark {
    color: #0c98d5;
    background-color: #fff;
    border: 3px solid #0c98d5;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}


.btn-outline-dark:hover {
    color: #fff;
    background-color: #0c98d5;
    border: 3px solid #0c98d5;
}

.bigbutton {
    font-size: 20px !important;
}


.nav-tabs {
    border-bottom: 0px solid #dee2e6 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #0c98d5;
    border-color: #0c98d5;
}

.nav-tabs .nav-link {
    border: 0px solid transparent !important;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-link {
    border: 0px solid transparent !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    text-align: center;
    font-weight: 400 !important;
}


.clear {
    clear: both;
}


.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff !important;
    border-radius: .25rem;
}


section#servicios{padding:0;}
#servicios-img{
  display:block;
  width:100%;
  position:relative;
}
/* Custom dots */










.accordion a.ligaacordeon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.accordion a.ligaacordeon:hover,
.accordion a.ligaacordeon:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.accordion a.ligaacordeon:hover::after {
  border: 1px solid #03b5d2;
}

.accordion a.active {
  color: #03b5d2;
  border-bottom: 1px solid #03b5d2;
}

.accordion a.ligaacordeon::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}

.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}



.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

















@media screen and (max-width: 767px){
    .llamanoscontacto { 
    position: relative;
    bottom: initial;
    right: initial;
    padding: 0 10px;
}

#fullMap {
    height: 350px;
}

}




