@media screen and (max-width: 767px) {
  .carousel-caption {
     display: none
  }
}

.nav-empresa{
  font-weight: bold;
  color: #075492 !important;
}


/*******************************************************/
/******************* COLORES DE TEXTOS *****************/
/*******************************************************/

.txt-blue-b{
  font-weight: bold;
  color: #094371 !important;
}

.txt-gray-b{
  font-weight: bold;
  color: #666666 !important;
}

.txt-gray{
  color: #666666 !important;
}

.txt-yellow-b{
  font-weight: bold;
  color: #ffc107 !important;
}

.txt-yellow{
  color: #ffc107 !important;
}

.txt-yellowd-b{
  font-weight: bold;
  color: #d2a008 !important;
}

.txt-white-b{
  font-weight: bold;
  color: #ffffff !important;
}

.txt-white{
  color: #ffffff !important;
}


/******************************/
.form-contactanos{
  border: 1px solid #d2a008;
}
.form-contactanos:focus {
  color: #495057;
   background-color: #fff;
   border-color: #d39e00;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(210, 158, 0, 0.4);

}



/**************************************/
.nav-txt{
  font-weight: bold;
  color: #075492 !important;
}

.nav-txt:hover{
  font-weight: bold;
  color: #ffc107 !important;
}

/**************************************/
.footer-blue{
  background: #094371 !important;
}

/**************************************/
.carousel-multi-item .carousel-indicators {
    margin-bottom: -2em;
}

.carousel-indicators .noticias.active {
    opacity: 1;
}

.carousel-indicators .noticias{
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d2a008 !important;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

.uvc-heading-spacer {
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

 .uvc-headings-line {
   display: block;
    width: 100%;
    max-width: 100%;
    border-color: #ffb536 !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

/**************************************/

.nav-tabs .nav-link.v2.active, .nav-tabs .nav-item.show .nav-link.v2 {
    background-color: #ffb536;
    border-color: #d2a008 #d2a008 #fff;
}

.box-head{
  /* border-bottom: 5px solid #d2a008; */
}

/*************************************************/
/********** SEPARADOR DE TRES COLORES ***********/
/************************************************/

.divider-tree-color{

  width: 100%;
  display: block !important;
}

.divider-line{
  width: 33.33%;
  height: 0.4em;
  float: left;
}

.divider-yellow{
  border-bottom: 5px solid #d2a008;
}

.divider-skyblue{
  border-bottom: 5px solid #c3c3c3;
}

.divider-blue{
  border-bottom: 5px solid #094371;
}

/**********************************************/
/********* LIST POR DEFECTOS CON > ************/
/**********************************************/

.list-default{
  padding-left: 2rem;
  list-style-type: none;
}

.list-default li{
  margin-bottom: 6px;
  padding-left: 2rem;
  background-image: url(../../galeria/ul.png);
  background-position: 0 0;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
}


/**********************************************/
/******** LIST PARA VER EN PASOS (div) *******/
/********************************************/


.list-pasos{
  margin: auto;
}

.item-paso{
  border-top: 2px dashed;
  border-color: #094371 !important;
  margin:0; padding: 30px;
  counter-increment: section;
  position: relative;
}

.item-paso:nth-child(even):before {
  content: counter(section);
  left: 100%;
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  background-color: #CFA00F;
  text-align:center;
  color: white;
  font-size: 110%;
}

.item-paso:nth-child(odd):before {
  content: counter(section);
  right: 100%;
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  background-color: #CFA00F;
  text-align:center;
  color: white;
  font-size: 110%;
}

.item-paso:nth-child(even) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.item-paso:nth-child(odd) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.item-paso:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.item-paso:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}


/********************************************/
/******** BOX EN BANER CABECEZA AZUL *******/
/*******************************************/

.box-banner{

}

.banner-head .img-head{
  position: relative;
  float: left;
  top: 44px;
  left: -11px;
}

.banner-head .title{
  display: inline-block;
  background: #094371;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  width: auto;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.banner-head .title:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 44px;
  width: 0;
  height: 0;
  /* border-left: 20px solid transparent; */
  border-right: 20px solid transparent;
  border-top: 20px solid #094371;
  clear: both;

}

.banner-body {
  background: white;
  margin-top: -30px;
  padding: 40px 10px 20px 10px;
  -webkit-box-shadow: 5px 5px 13px -1px rgba(153,153,153,1);
  -moz-box-shadow: 5px 5px 13px -1px rgba(153,153,153,1);
  box-shadow: 5px 5px 13px -1px rgba(153,153,153,1);
  border-radius: 5px;

  border: 1.5px #094371 solid;
}

.linea-border{
  border-top: 0px;
  background:
       linear-gradient(
         to left,
         #0694bd 0,
         #00afe1 33.3%,
         #d6a716  33.3%,
         #d2a008  66.6%,
         #00afe1 66.6%,
         #094371 )no-repeat;
     background-size:100% 3.2px ;
}

.linea-border-dos{
  border-top: 0px;
  background:
       linear-gradient( to left, #094371 1%, #00afe1 50%, #00AFE1 36.3%, #094371 )no-repeat;
     background-size:100% 3.2px ;
}

/**************************************/


/********************************************/
/************** BOX EN RIBBON  *************/
/*******************************************/


.content{
  background: rgba(#cfc8c8, 0.89);
  width: 80%;
  max-width: 960px;
  min-height: 3.750em;
  margin: 2em auto;
  padding: 1.250em;
  border-radius: 0.313em;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
  line-height: 1.5em;
  color: #292929;
}

.ribbon{
  position:relative;
  padding: 0 0.5em;
  font-size:2.000em;
  margin: 0 0 0 -0.625em;
  line-height: 1.875em;
  color: #fff;
  border-radius: 0 0.156em 0.156em 0;
  background: #094371;
  box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
}

.ribbon:before, .ribbon:after{
  position:absolute;
  content: '';
  display: block;
}

.ribbon:before{
  width: 0.469em;
  height: 120%;
  padding: 0 0 0.438em;
  top:0;
  left: -0.469em;
  background:inherit;
  border-radius: 0.313em 0 0 0.313em;
}

.ribbon:after{
  width: 0.313em;
  height: 0.313em;
  background: rgba(0,0,0,0.35);
  bottom: -0.313em;
  left: -0.313em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}


/*******************************************/
/*******************************************/
/*******************************************/

.article-wrap {
  position: relative;
  z-index: 10;
  padding-left: 16px;
  width: 250px;
  margin: 32px auto;
  overflow: hidden;
}
.article-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 8px;
  height: 20px;
  background: #eaeaea;
  border-bottom: 1px #094371 solid;
}

.article-body {
  position: relative;
  z-index: 20;
  background: white;
  -moz-border-radius-bottomright: 32px;
  -webkit-border-bottom-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border: 1.1px #094371 solid;
    border-left: 0;
}
.article-body:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 16px;
  left: -16px;
  background: #094371;
  width: 16px;
  border-bottom-left-radius: 8px 20px;
  border-bottom-right-radius: 8px 20px;
}
.article-body img {
  max-width: 100%;
  height: auto;
}

.article-inner {
  padding: 16px;
  line-height: 1.4;
}
.article-inner p {
  margin-top: 0;
}






































/**************************************/
/**STYLE SOCIAL BUTTON**/
/**************************************/
.social-buttons {
    position: fixed;
    top: 193px;
    width: 45px;
    z-index: 9999;
}

.button-left {
    left: 0;
}

.button-right {
    right: -4px;
}

.social-buttons #twitter-btn .social-icon,
.social-buttons #facebook-btn .social-icon,
.social-buttons #google-btn .social-icon,
.social-buttons #rss-btn .social-icon,
.social-buttons #instagram-btn .social-icon,
.social-buttons #youtube-btn .social-icon {
    background-color: #d2a008;
    background-image: url('../../galeria/social-icons.png');
}

.button-left #facebook-btn span {
    background-position: right 10px;
}

.button-left #twitter-btn span {
    background-position: right -35px;
}

.button-left #google-btn span {
    background-position: right -127px;
}

.button-left #youtube-btn span {
    background-position: right -223px;
}

.button-left #rss-btn span {
    background-position: right -80px;
}

.button-left #instagram-btn span {
    background-position: right -177px;
}

.button-right #facebook-btn span {
    background-position: 12px 10px;
}

.button-right #twitter-btn span {
    background-position: 11px -35px;
}

.button-right #google-btn span {
    background-position: 10px -127px;
}

.button-right #youtube-btn span {
    background-position: 11px -168px;
}

.button-right #instagram-btn span {
    background-position: 9px -256px;
}

.button-right #rss-btn span {
    background-position: 9px -210px;
}

.social-buttons #facebook-btn:hover .social-icon {
    background-color: #3B5998;
}

.social-buttons #twitter-btn:hover .social-icon {
    background-color: #62BDB2;
}

.social-buttons #google-btn:hover .social-icon {
    background-color: #DB4A39;
}

.social-buttons #rss-btn:hover .social-icon {
    background-color: #cd6e07;
}

.social-buttons #instagram-btn:hover .social-icon {
    background-color: #e75470;
}

.social-buttons #youtube-btn:hover .social-icon {
    background-color: #C4302B;
}

.social-buttons a:hover .social-text {
    display: block;
}

.button-left .social-icon {
    transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 43px;
    margin-bottom: 2px;
    width: 43px;
}

.button-left .social-text {
    display: none;
    float: right;
    font-size: 11px;
    font-weight: bold;
    margin: 11px 40px 11px 0px;
    white-space: nowrap;
}

.button-right .social-icon {
    transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: right;
    /*------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    height: 43px;
    margin-bottom: 2px;
    width: 43px;
}

.button-left .social-icon {
    transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: left;
    /*------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    height: 43px;
    margin-bottom: 2px;
    width: 43px;
}


.button-right .social-text {
    display: none;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 11px 0 11px 40px;
    white-space: nowrap;
}

.ie8 .button-right .social-icon,
.ie8 .button-right .social-text {
    font-size: 10px
}

.social-buttons .social-text {
    color: #FFFFFF;
}
