/*!
 * Start Bootstrap - Freelancer v4.0.0-beta (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */
body {
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden;
}

p {
  font-size: 1rem; }

p.small {
  font-size: .8rem; 
}
p.medium {
  font-weight: 400;
}
a,
a.active,
a:active,
a:focus,
a:hover {
  color: #18BC9C;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

hr.star-light,
hr.star-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px; }

hr.star-light:after,
hr.star-primary:after {
  font-family: FontAwesome;
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005'; }

hr.star-light {
  border-color: white; }

hr.star-light:after {
  color: white;
  background-color: #ff6a57; }

hr.star-primary {
  border-color: #2C3E50; }

hr.star-primary:after {
  color: #2C3E50;
  background-color: white; }

.img-centered {
  margin: 0 auto; }

section {
  padding: 30px 48px 10px;
}

section h2 {
    font-size: 2.3rem;
    margin: 0;
    font-weight: 500;
}
section.success {
  color: white;
  background: #ff6a57;
 }

header.masthead {

}


@media (max-width: 767px) {
  section.first {
    padding-top: 75px; } 
}

.scroll-top {
  position: fixed;
  z-index: 1049;
  right: 3%;
  bottom: 3%;
  width: 50px;
  height: 50px;
  }
  .scroll-top .btn {
    font-size: 16px;
    line-height: 48px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    padding: 0;
    }
    .scroll-top .btn:focus {
      outline: none; }

#mainNav {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  background: #1c3166;
  font-size: 12px;
  padding: 0;
  border-radius: 0;
  height: 70px;
}
  #mainNav a:focus {
    outline: none; }
  #mainNav .navbar-brand {
    font-size: 1.1rem;
    color: white; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: white; }
  #mainNav .navbar-nav {
    letter-spacing: 0px; }
    #mainNav .navbar-nav li.nav-item a.nav-link {
    color: white;
    line-height: 40px;
    padding: 0 15px;
}
      #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        color: #ff6b56;
        outline: none; }
      #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
        color: white; }
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    text-transform: uppercase;
    color: white;
    border-color: white;
    margin-bottom: 15px;
  }
    #mainNav .navbar-toggler:focus, #mainNav .navbar-toggler:hover {
      color: white;
      border-color: #ff6a57;
      background-color: #ff6a57; }
/*Mapa Eventos*/

      #mapa_evento {
        height: 100%;
        min-height: 350px;
      }
      
      
      #mapa_evento .controls {
        margin-top: 10px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

      #origin-input,
      #destination-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 200px;
      }

      #origin-input:focus,
      #destination-input:focus {
        border-color: #4d90fe;
      }

      #mode-selector {
        color: #fff;
        background-color: #4d90fe;
        margin-left: 12px;
        padding: 5px 11px 0px 11px;
        top:40px;
      }

      #mode-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }
/*Fin Mapa Eventos*/
@media (min-width: 1200px){
  .container {
      max-width: 1260px;
  }
  #portfolio>.container{
    max-width: 1024px;
  }
}
@media (min-width: 992px) {
  #mainNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s; }
    #mainNav .navbar-brand {
      font-size: 2em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: #ff6b56;
      border-radius: 3px;
      /*background: #18BC9C; */
    }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: white;
        /*background: #18BC9C; */
      }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } }

header.masthead {
  /*padding-top: 100px;
  padding-bottom: 50px;*/
  text-align: center;
  color: white;
  /*background: #18BC9C;*/
   }
  header.masthead img {
    display: block;
    /*margin: 0 auto 20px; */
  }
  header.masthead .intro-text .name {
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }
  header.masthead .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300; }

@media (min-width: 768px) {
  header.masthead {
    /*padding-top: 200px;
    padding-bottom: 100px;*/
    }
    header.masthead .intro-text .name {
      font-size: 4.75em; }
    header.masthead .intro-text .skills {
      font-size: 1.75em; } }

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
    min-height: 295px;
     }
    #portfolio .portfolio-item .portfolio-link .caption {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      /*background: url('../img/bg_evento_hover.png') repeat;*/
      background: #000;
      z-index: 999;
    }
      #portfolio .portfolio-item .portfolio-link .caption:hover {
        opacity: 0.85; }

      #portfolio .portfolio-item .portfolio-link .caption .caption-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
        #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
          margin: 0; }

/*#portfolio * {
  z-index: 2; }
*/
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }

.portfolio-modal .modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .portfolio-modal .modal-dialog .modal-content {
    padding: 100px 0;
    border: 0;
    border-radius: 0; }
    .portfolio-modal .modal-dialog .modal-content h2 {
      font-size: 3em;
      margin: 0; }
    .portfolio-modal .modal-dialog .modal-content img {
      margin-bottom: 30px; }
    .portfolio-modal .modal-dialog .modal-content .item-details {
      margin: 30px 0; }

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .portfolio-modal .close-modal:hover {
    opacity: 0.3; }
  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2C3E50; }
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #2C3E50; }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important; }
  .floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0; }
  .floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #18BC9C; }

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee; }

footer {
  color: white; }
  footer h3 {
    /*margin-bottom: 30px; */
  }
  footer {
    padding: 30px 48px;
    background-color: #1c3166;
  }
  footer section.footer-above {
    padding:0;
  }
  footer .footer-col {
    /*margin-bottom: 50px; */
  }
  footer .footer-below {
    padding: 25px 0;
    background-color: #1c3166; }

.btn-outline {
  font-size: 20px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  color: white;
  border: solid 2px white;
  background: transparent; }
  .btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #1c3166;
    border: solid 2px white;
    background: white; }

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #2C3E50;
  background-color: #2C3E50; }
  .btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: black;
    background-color: #1a252f; }
  .btn-primary:hover {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: black;
      background-color: #0d1318; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #2C3E50;
    background-color: #2C3E50; }
  .btn-primary .badge {
    color: #2C3E50;
    background-color: white; }

.btn-success {
  font-weight: 700;
  color: white;
  border-color: #18BC9C;
  background-color: #18BC9C; }
  .btn-success.focus, .btn-success:focus {
    color: white;
    border-color: #0a4b3e;
    background-color: #128f76; }
  .btn-success:hover {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
  .btn-success.active, .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
    .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
    .open > .btn-success.dropdown-toggle.focus,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle:hover {
      color: white;
      border-color: #0a4b3e;
      background-color: #0e6f5c; }
  .btn-success.active, .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:hover {
    border-color: #18BC9C;
    background-color: #18BC9C; }
  .btn-success .badge {
    color: #18BC9C;
    background-color: white; }

.btn-social {
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 2px solid white;
    border-radius: 100%;
}

.btn.active,
.btn:active,
.btn:focus {
  outline: none; }


.listado_servicios ul {
    list-style: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 42px;
}

.listado_servicios li {
    margin-bottom: 5px;
}

.listado_servicios2 ul{
  list-style: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  padding-left: 0px;
}

.listado_servicios2 li {
    margin-bottom: 15px;
    color: #343433;
}

.listado_servicios2 h2{
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  color: #343433;
}

.cronometraje{
  background: url('../img/cronometraje.png') no-repeat;
  padding-left: 60px;
}

.cronometraje2{
  background: url('../img/cronometraje2.png') no-repeat;
  padding-left: 60px;
}

.cobertura{
  background: url('../img/cobertura.png') no-repeat;
  padding-left: 60px;
}

.cobertura2{
  background: url('../img/cobertura2.png') no-repeat;
  padding-left: 60px;
}

.imagen{
  background: url('../img/disenio.png') no-repeat;
  padding-left: 60px;
}

.imagen2{
  background: url('../img/disenio2.png') no-repeat;
  padding-left: 60px;
}

.remeras{
  background: url('../img/remeras.png') no-repeat;
  padding-left: 60px;
}

.remeras2{
  background: url('../img/remeras2.png') no-repeat;
  padding-left: 60px;
}

.infraestructura{
  background: url('../img/infraestructura.png') no-repeat;
  padding-left: 60px;
}


.infraestructura2{
  background: url('../img/infraestructura2.png') no-repeat;
  padding-left: 60px;
}

.logistica{
  background: url('../img/logistica.png') no-repeat;
  padding-left: 60px;
}

.logistica2{
  background: url('../img/logistica2.png') no-repeat;
  padding-left: 60px;
}

.texto_servicios {
  display: block;
  line-height: 26px;
  font-size: 15px;
  font-weight: lighter;
}

#portfolio{
  background: #fff;
  padding-bottom: 40px;
}

.numero_hover {
    color: #fff;
    display: block;
    font-family: "Quicksand",sans-serif;
    font-size: 100px;
    font-weight: 500;
    padding-left: 45px;
    text-align: left;
    /*margin-top: 15px;*/
}

.mes_hover{
  color: #fff;
  display: block;
  font-family: "Quicksand",sans-serif;
  font-size: 30px;
  font-weight: 500;
  padding-left: 45px;
  text-align: left;
  margin-top: -35px;
}

.nombre_evento_hover{
  color: #fff;
  display: block;
  font-family: "Quicksand",sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding-left: 45px;
  text-align: left;
  /*margin-top: -35px;*/
}

.bloque_info{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #FFF;
  padding-top: 10px;
}

.nombre_evento{
  display: block;
  text-align: center;
  color: #ff6a4f;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.fecha_evento{
  display: block;
  text-align: center;
  color: #1c3166;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.mas_eventos{
  position: relative;
  float: left;

}

.mas_eventos a{
  font-size: 14px;
  color: #1c3166;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}

.mas_eventos a:hover{
  color: #ff6a4f;
  text-decoration: none;
}

.contacto_footer a{
  color: #FFF
}

.contacto_footer a:hover{
  color: #ff6a4f;
  text-decoration: none;
}

.titulo{
  text-align: left;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

.box_evento{
  position: relative;
  float: left;
  border: 1px solid #999;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}

.box_evento:hover{
  background: #CCC;
}

.titulo_evento {
  text-transform: uppercase;
  line-height: 60px;
  padding-left: 15px;
}

.dia_evento{
  background: url('../img/calendario.png');
  background-size: contain;
  width: 57px;
  height: 60px;
  position: relative;
  float: left;
}

.mes {
  color: #FFF;
  padding-top: 5px;
  text-align: center;
  display: block;
  font-size: 10px;
}

.dia {
  display: block;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 25px;
  padding-top: 0;
}

.nombre_mes{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #1c3166;
  margin-left: 2px;
  margin-bottom: 10px;
}

.btn_detalle{
  position: relative;
  float: right;
  background: #1c3166;
  padding: 18px;
}

.btn_detalle a{
  color: #FFF;
}

.btn_detalle a:hover{
  color: #FF6B56;
  text-decoration: none;
}

.pagina_activa a{
  color: #ff6b56;
}

.pagination a {
  font-family: Arial;
  font-size: 15px;
  padding-right: 10px;
}

.titulo_evento_header {
  position: absolute;
  left: 100px;
  top: 270px;
  color: #086399;
  z-index: 999;
  font-size: 35px;
  width: 450px;
  line-height: 35px;
  text-align: left;
  text-transform: uppercase;
}

.subtitulo_detalle_evento{
  color:#1c3166;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width : 991px) {

  .titulo{
    text-align: left;
  }

}

@media only screen and (max-width : 765px) {

  .mas_eventos{
    padding-left: 10px;
  }

}
.servicios_cuadros{
  cursor:pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.servicios_cuadros:hover{
  background-color:#ff6b561f;
}
.list_carousel {
  padding-left: 25px;
  padding-top: 25px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  font-size: 40px;
  color: #999;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 6px;
  display: block;
  float: left;
  max-width: 254px;
  padding-right: 20px;
  padding-left: 20px;
}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.clearfix {
  float: none;
  clear: both;
}
.prev {
  float: left;
  margin-left: 10px;
}
.next {
  float: right;
  margin-right: 10px;
}
.publicidad {
  padding-top: 80px;
}

.caroufredsel_wrapper{
  height: 150px !important;
}
.publicidad_img {
    height: 84px !important;
}
@media (min-width: 992px){
 .modal-dialog {
    max-width: 992px !important;
} 
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 768px !important;
  }
}

#modal_inscripcion .form-control {
    padding: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    height: auto;
}

#modal_inscripcion label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    height: auto;
    line-height: 1.2;
}

#modal_inscripcion .input-group-addon {
    padding: 5px 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: auto;
    margin-top: 5px;
}
.texto_nosotros h1 {
    text-transform: none;    
    font-weight: normal;
}
/*.texto_nosotros em,.texto_nosotros em strong {
  font-size: 21px;
  font-style: inherit;
  font-weight: initial;
}*/
.servicios_items {
    padding-left: 0px;
}
.div_servicios_texto {
    padding-left: 0px;
}
.texto_servicios_div {
    padding-left: 0px;
}
.wpcf7-list-item-label{
  margin-right: 10px;
  color: #f79233!important;
}
@media (max-width: 767px) {
  #mainNav{
    height: auto !important;
  }
}