/*Carlos*/
/*font-family: 'Fira Sans', sans-serif;*/
.banner-interno{
	background-color: #000000; 
  height: 250px; 
  margin: auto; width: 100%;
  margin-top: 150px;
	/*opacity: 0.7;
	filter:  alpha(opacity=70);*/
}

.item-boxes p {
  font-size: 16px;
}

li {
  margin-bottom: 15px;
}

#menu #lista_items a {
  color:#00754a;
}

#menu #lista_items a:hover, a:focus {
  color: white;
}

#menu {
		color: #093c22 !important;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}

#lista_items{
		font-weight: 900;
	}

.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}

.input {
  width: 25px;
  height: 25px;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 50%;
}
.input:hover {
  cursor: pointer;
}
.input::before, .input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  width: 4vw;
  height: 5px;
  max-width: 50px;
}
.input::before {
  left: calc(-4vw + 12.5px);
}
.input::after {
  right: calc(-4vw + 12.5px);
}
.input.active {
  background-color: #FFFFFF;
}
.input.active::before {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.input.active::after {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.input.active span {
  font-weight: 700;
  color: #FFFFFF;
}
.input.active span::before {
  font-size: 13px;
  color: #FFFFFF;
}
.input.active span::after {
  font-size: 20px;
  color: #FFFFFF;
}
.input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
  background-color: #AEB6BF;
}
.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.input span::before, .input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
}
.input span::after {
  content: attr(data-year);
  top: 25px;
  font-size: 14px;
  color: #D7DBDD;

}
.input span::before {
  content: attr(data-info);
  top: -50px;
  width: 0px;
  font-size: 12px;
  text-indent: -10px;
  color: #FFFFFF;
}

/*TimeLine*/
.description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 22px;
  /*margin-top: 100px;*/
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}

@media (min-width: 1250px) {
  .input::before {
    left: -37.5px;
  }

  .input::after {
    right: -37.5px;
  }
}
@media (max-width: 850px) {
  .input {
    width: 17px;
    height: 17px;
  }
  .input::before, .input::after {
    height: 3px;
  }
  .input::before {
    left: calc(-4vw + 8.5px);
  }
  .input::after {
    right: calc(-4vw + 8.5px);
  }
}
@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }

  .input {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
    background-color: #AEB6BF;
  }
  .input::before, .input::after {
    content: none;
  }
  .input span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .input span::after {
    top: -55%;
    transform: translate(-50%, -50%);
    color: #ECF0F1;
  }

  .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  body {
    min-height: 950px;
  }
}
/* ==========================================================================
   equipo Section Style
   ========================================================================== */
#equipo {
  background: #f2f2f2;
}
.equipo-item {
  text-align: center;
}
.equipo-item img {
  width: 120px; 
  height: 120px; 
  border-radius: 150px; 
  -webkit-border-radius: 150px; 
  -moz-border-radius: 150px; 
}

.equipo-text{
  font-size: 16px;
  text-align: justify;
}
.equipo-text-izq {
  font-size: 14px;
  text-align: justify;
  color: #000000;
}

.equipo-item .equipo-text .resalte {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #093c22;
  background-color: #093c22;
  background-size: 20px 20px;
  background-repeat:no-repeat;
  background-position:2px;
  padding: 5px;
  border-radius: 5px 5px 5px;
  border: 1px solid #093c22;
  padding-left: 5px;
  padding-right: 5px;
}

.equipo-item .equipo-text .resalte-gris {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  background-color: #CCD1D1;
  background-size: 20px 20px;
  background-repeat:no-repeat;
  background-position:2px;
  padding: 5px;
  border-radius: 5px 5px 5px;
  border: 1px solid #CCD1D1;
  padding-left: 5px;
  padding-right: 5px;
  color: #FFFFFF;
}

.equipo-item .equipo-text .marcado {
  font-weight: 900;
  color: #093c22;
}

.equipo-item .equipo-text .selecionado {
  color: #093c22;
  font-weight: 900;
  font-size: 18px;
  padding: 5px;
  font-weight: 900;
  padding: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.equipo-item .equipo-text .inactivo {
  color: #424949;
  font-size: 16px;
  padding: 5px;
}

.equipo-item .equipo-text .titulo {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #093c22;
  padding: 20px 10px 20px 10px;
}

.equipo-item .equipo-text .ver-mas {
  text-align: right;
  font-size: 20px;
  font-weight: 900;
  color: #093c22;
  margin-right: 30px;
  padding: 20px 10px 20px 10px;
}

.equipo-item .equipo-text p {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 30px 20px 30px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  color: #000000;
}
.owl-theme .owl-controls .owl-page span {
  background: #4676fa;
}
.owl-theme .owl-controls {
  margin-top: 20px;
}
/* ==========================================================================
   Video promo Style
   ========================================================================== */
.tercer_imagen {
  background: url(../images/foto3.jpg) fixed;
  background-position: cover;
  position: relative;
}
.tercer_imagen .tercer_imagen-content {
  color: #fff;
}
.tercer_imagen .tercer_imagen-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.tercer_imagen .tercer_imagen-content p {
  margin-bottom: 30px;
}
.tercer_imagen .tercer_imagen-content .video-popup {
  min-width: 120px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  display: inline-block;
  font-size: 38px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tercer_imagen .tercer_imagen-content .video-popup:hover {
  background: #4676fa;
  border-color: #4676fa;
  color: #fff;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #515A5A;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* ==========================================================================
   contacto Section Style
   ========================================================================== */
#contacto {
  background: #f2f2f2;
}
.contacto-item {
  text-align: center;
  height: 100%;
}

.separador {
  border-right: 2px solid #093c22;
}
.contacto-item img {
  width: 100px; 
  height: auto; 
}

.contacto-text{
  font-size: 16px;
  text-align: justify;
}
.contacto-text-izq {
  font-size: 12px;
  text-align: justify;
  color: #000000;
}

.contacto-text-der {
  font-size: 12px;
  text-align: justify;
  color: #000000;
}

.contacto-text-centro {
  font-size: 14px;
  text-align: center;
  color: #093c22;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 900;
}

.contacto-item .contacto-text .resalte {
  font-weight: 900;
  font-size: 22px;
  color: #FFFFFF;
  background-color: #093c22;
  padding: 5px;
}

.contacto-item .contacto-text .marcado {
  font-weight: 900;
  color: #093c22;
}

.contacto-item .contacto-text .selecionado {
  color: #093c22;
  font-weight: 900;
  font-size: 20px;
  padding: 5px;
  font-weight: 900;
}

.contacto-item .contacto-text .titulo {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #093c22;
  padding: 20px 10px 20px 10px;
}

.contacto-item .contacto-text .ver-mas {
  text-align: right;
  font-size: 20px;
  font-weight: 900;
  color: #093c22;
  margin-right: 30px;
  padding: 20px 10px 20px 10px;
}

.contacto-item .contacto-text p {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 30px 20px 30px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
  color: #000000;
  text-align: justify;
}

.contacto-item .contacto-text .direccion {
  text-align: justify !important;
}

#conta {
  color: #093C22;
  font-weight: 900;
}
.ciudad {
  text-align: center !important;
  color: #093c22;
  font-weight: 900;
  font-size: 12px;
}
.owl-theme .owl-controls .owl-page span {
  background: #4676fa;
}
.owl-theme .owl-controls {
  margin-top: 20px;
}

.mapa-direc {
  height: 100%;
  width: 100%;
 }

.renglon-enviar {
  height: 367px;
}
 .boton-enviar {
  margin-top: 30px;
 }

 .transacciones {
  font-family: 'Fira Sans', sans-serif;
  color: #FFFFFF;
  text-align: justify;
 }

 .navbar-toggle {
  background-color: #093c22;
 }

 .icon-bar {
  background-color: #4A7561;
 }

 #banner {
      margin: 0px;
      padding: 10px;
      /*background-color: #111;*/
      /*background-image: url(img/brushed.png);*/
      /*border-bottom: 2px solid black;*/
      text-align: center;
  }

  .margen-izq {
    margin-left: 110px;
  }

  #fecha-trans {
    color: #FFFFFF;
    font-size: 20px;
  }
 
  #texto-trans {
    color: #FFFFFF;
    font-size: 20px;
  }

  .credito-video {
    text-align: right; 
    font-size: 9px; 
    color: #FFFFFF; 
    font-weight: 400; 
    margin-right: 20px;
  }

  #mapa-fondo {
    background: url(../images/pantalon.jpg) fixed no-repeat;
    background-size: cover;
    color: #000;
    overflow: hidden;
    position: relative;
  }

  #mapa-fondo .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #515A5A;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

/* ==========================================================================
   carrousel de TRANSACCIONES
   ========================================================================== */
.flecha {
  color: #656363;
  font-size: 70px;
  cursor: pointer;
}

.flecha-texto {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 50px;
  cursor: pointer;
  display: inline-block;
}

.flecha-texto-espera {
  color: #5A5858;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 50px;
}

.activa {
  color: #ffffff;
}

.vbar {
  position: relative;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  width: 10%;
}

 /* RESOLUCIONES */
@media (max-width: 700px) and (min-width: 300px) {

/* ==========================================================================
   carrousel de TRANSACCIONES
   ========================================================================== */
   .flecha-texto-espera {
    font-size: 11px;
  }
  .flecha-texto {
      font-size: 15px;
    }

    .flecha {
      font-size: 30px;
    }

    

    .credito-video {
    font-size: 7px; 
    }
    .boton-enviar {
      margin-top: 15px;
    }
    .renglon-enviar {
      height: 100%;
    }
    .equipo-text{
      font-size: 16px;
      text-align: center;
    }
    .equipo-text-izq {
      text-align: center;
    }
    .equipo-alinear {
      text-align: center;
    }
    .descripcion-texto{
      text-align: justify;
    }
    .equipo-item .equipo-text p {
     padding-left: 20px;
    }
    .banner-interno{
      height: 300px;
    }
    #lista_items{
      margin-top: 10px;
    }
    .section-header .section-subtitle{
      text-align: justify;
    }
    .texto-aviso{
      margin-left: 10px; 
      font-size: 15px;
    }

    #textos-firma{
      margin-left: 30px;
      margin-right: 20px;
    }
    .contacto-item {
      height: 100%;
    }

  .separador {
    margin-bottom: 15px;
    /*margin-top: 15px;
    border-bottom: 2px solid #093c22;*/
    border-right: none;
  }

  .input {
    width: 30px;
    height: 30px;
  }
  .input.active {
    width: 30px;
    height: 30px;
  }

  .input span::before {
    transform: translateX(-72%);
  }
  .input span::after {
    transform: translate(-50%, -50%);
  }

  #video-area .contents {
    padding: 170px 0 90px;
  }

  #numeros{
    margin-left: 0%; 
    padding-bottom: 10px;
  }

  #numeros2{
    margin-left: 0%; 
    padding-bottom: 10px;
  }

  #menu {
    background-color: #FFF;
    margin-top: 25px;
    opacity: 0.8;
    filter:  alpha(opacity=80);
  }

  .contacto-text-izq {
    text-align: center !important;
  }

  .margen-izq {
    margin-left: 5px;
  }
  .carlos {
  background: url(../video/carlos-index.png) fixed;
  background-position: cover;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
}