@charset "utf-8";/*
Theme Name: Maratón de Santiago 2019
Theme URI: http://maratondesantiago.com
Author: Fabian Vidal (Prokart Producciones)
Author URI: http://prokart.cl
Description: Sitio oficial del entel Maratón de Santiago 2019
Version: 1.0

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

* {
  padding:0;
  margin:0;
}

body {
  font-family: 'Roboto', sans-serif;
  background:#FFF
}

.cont-general {

}

p {
  color:#444;
  font-size:14px;
  line-height: 24px;
  letter-spacing: 1px;
}

p a{
  color:#999;
}

p a:hover{
  color:#666;
  text-decoration: none;
}

ul {}

li {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
}

.no-pad {
  padding: 0;
}

/* ------- Style for our header texts* --------- */

h1{
  font-size: 46px;
  font-weight: bold;
  display: inline-block;
  color: #566271;
}

h2 {
  font-size:36px;
  font-weight: bold;
  color: #566271;
  text-decoration: none;
}

h2 a {
  text-decoration: none;
}

h3{
  font-size:24px;
  font-weight: 700;
  color: #566271;
}

h4{
  font-size:18px;
  font-weight: 400;
}

h5{
  font-size:16px;
  font-weight: 200;
}

h6{
  font-size:14px;
  font-weight: 200;
}

ul {
  margin-left: 15px;
}

.btn {
  font-size: 13px;
}



/*--------------Fixed header----------- */

#header {
  position:fixed;
  display:block;
  width: 100%;
  z-index: 9999;
}

/*----------------Navbar--------------- */

.navbar {
  height: 80px;
  background: #566271;
  border-bottom: 1px solid #46505b;
  margin-bottom: 0;
  border-radius: 0;
  z-index: 9990;
  transition: height 0.3s;
}

.navbar-collapse{
  padding: 0;
}

.navbar .menu {
  margin-bottom: 0;
}

.navbar .menu>li {
  display: inline-block;
  position: relative;
}

.navbar .menu>li>a{
  text-transform: uppercase;
  background: none;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 28px 8px 28px;
  border-bottom: 0px solid #fff;
	cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  letter-spacing: normal;
}

.navbar .menu>li:hover > a {
  background-color: #46505b;
  text-decoration: none;
}

.navbar .menu li ul {
  display: none;
  position: absolute;
  list-style: none;
  width: 150%;
  min-width: 120px;
  left: -50%;
  padding: 5px;
  background-color: #ec6a6d;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
}

.navbar .menu li ul li:first-child > a:after {
 content: '';
 position: absolute;
 left: 20%;
 top: -8px;
 width: 0;
 height: 0;
 border-left: 5px solid transparent;
 border-right: 5px solid transparent;
 border-bottom: 8px solid #ec6a6d;
 }

.navbar .menu li:hover ul {
  display: block;
}

.navbar .menu li ul li{
  width: 100%;
}

.navbar .menu li ul li a{
  display: block;
   padding: 4px 10px;
   color: #FFF;
   border-bottom: 1px solid #9e3900;
 }

.navbar .menu li ul li a:hover{
  text-decoration: none;
  background: #c36062;
}

/* ---------------Logo Principal --------------- */

.navbar-brand {
  padding-top: 0px;
}

.navbar-brand img {
  width: 130px;
  height: auto;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* ---------------Smaller--------------- */

.navbar.smaller {
  height: 65px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4)
}

.navbar.smaller .navbar-brand img {
  width: 100px;
}

.navbar.smaller .menu>li>a{
  padding: 8px 8px 9px;
}

/*----------------Sub Header--------------- */
/*----------------RRSS--------------- */
.sub-header {
  padding-top: 80px;
  color: #FFF;
  height: 150px;
  background: #46505b;
  border-bottom: 1px solid #1f1f1f;
}

.rrss {

}

.hashtag{
  padding-top: 8px;
}

.hashtag img {
  width: 80%;
  height: auto;
}

.siguenos{
  color: #CCC;
  font-size: 25px;
  padding-top: 20px;
}

.siguenos span {
  font-size: 11px;
}

.siguenos i {
  margin-left: 7px;
}

.siguenos a i  {
  color: #CCC;
}

.siguenos a:hover i  {
  color:#FFF;
  text-decoration: none;
}

/*----------------Cronometro--------------- */

.cronometro {
  text-align: center;
}

.garmin {
  padding: 4px 0px 8px 0px;
}

.garmin img {
  width: 70%;
  height: auto;
  border: 2px solid #3b454f;
  border-radius: 4px;
  padding: 3px 8px;
}
.reloj {
  font-size: 17px;
  line-height: 10px;
  font-weight: 700;
}
.indicadores .indi-dat {
  display: inline-block;
  margin: 0 5px;
  color: #8c9cad;
  font-size: 11px;
}

/*----------------Fecha--------------- */

.fecha {

}

.fecha-cont {
  background: #3b454f;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  width: 80%;
 float: right;
}

.fecha-cont img {
  width: 70%;
  height: auto;
}

/*----------------Cupos------------------ */

.cupos {
   text-align: right;
   padding-right: 0px;
   padding-top: 8px;
}

.cupos-texto {
  padding-top: 5px;
  float: right;
  width: 70%;
  height: 70px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
}

.cupos-texto span {
  font-size: 13px;
  text-transform: capitalize;
}

.cupos-numeros {
  padding-top: 3px;
  float: right;
  width: 30%;
  height: 70px;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
}

.cupos-numeros span {
  font-size: 20px;
  font-weight: 700;
}

/* ---------------Slide-------------------- */

.carousel-item h2 {
  font-size:60px;
  text-transform: uppercase;
  color: #fff;
}

.carousel-caption {
   margin-bottom: 50px;
}

.cont-slider {
  position: relative;
}

.big-info {
  text-align: left;
  left:0 !important;
  right: 0 !important;
}

.big-info h2 {
  font-size: 70px;
}

.big-info button {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ed6a6d;
  border: 0px;
}
.big-info button:hover {
  background-color: #c4d660;
}

.big-info button.btn-info {
  background-color: #68c0c3;
  margin-left: 20px;
}

.big-info-logo {
  width: 250px;
  margin-bottom: 40px;
}

.inscribete-movil {
  display: none;
}

.inscribete-movil button {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ed6a6d;
  border: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.inscribete-movil button:hover {
  background-color: #c4d660;
}

/* ----------Contenido Home------------------- */

#contenido-home {
  padding-top: 20px;
  padding-bottom: 50px;
}


/* -----------Titulos Home------------------- */

.titulo-home{
padding-bottom: 10px;
}

.titulo-home h2 {
  text-transform: uppercase;
}

.titulo-home h6 {
  color: #777;
  font-weight: 300;
  border-bottom: 3px solid #c3d560;
  background: url(images/runner-icon.svg) bottom right no-repeat;
  background-size: 25px;
  padding-bottom: 10px;
}

/* -----------Imp Boxes------------------- */

#imp-boxes {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.i-box p{
  color: #FFF;
  font-size: 11px;
}

.i-box img {
  width: 100%;
  height: auto;
}

[class^='imghvr-'],
[class*=' imghvr-'] {
  background-color: #c4d660 !important;
  border-radius: 3px;
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: #c4d660 !important;
  padding-top: 90px !important;
}

[class^='imghvr-'] figcaption h2,
[class*=' imghvr-'] figcaption h2 {
  font-size: 22px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
}


/* --------------Noticias------------------- */

.noticias {
  padding-left: 0px;
}

.noticias .item-noticia h2 {
  text-align: left;
}

.noticias .item-noticia h2 a {
  color: #333;
}

.noticias .item-noticia h2 a:hover {
  color: #ec6a6d;
  text-decoration: none;
}


.noticias .item-noticia p {
  text-align: justify;
  font-size: 13px;
  line-height: 20px;
}

.noticias .item-noticia .home-thumbnail {
  float: left;
  margin-right: 15px;
}

.noticias .item-noticia .home-thumbnail img{
  border-radius: 3px;
}


.noticias-secundarias {
  padding-top: 20px;
  margin-top: 20px
}

.noticias .item-noticia-sec h2 {
  font-size: 20px;
}
.noticias .item-noticia-sec .home-thumbnail {
  width: 46%;
}

.noticias .item-noticia-sec .home-thumbnail img{
 width: 100%;
 height: auto;
}

.ver-todas-noticias {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #f2f2f2;
  text-align: center;
}
.ver-todas-noticias a{
  color: #ec6a6d;
  text-decoration: none;
}

/* ---------------Banner Home------------------ */

.banner-home {
  padding-top: 70px;

}

.banner-home img {
  width: 100%;
  height: auto;
}

/* ---------------Page Noticias------- */

.pagina .noticias {
  padding-left: 15px;
}

.titulo-page-noticias {
  padding-bottom: 10px;
}

.page-content .titulo-page-noticias h1 {
  background: none;
  border-bottom: 0;

}

.page-content .auspicio-titulo h1 {
  background: none;
  border-bottom: 0;

}

.titulo-page-noticias h6 {
  color: #777;
  font-weight: 300;
  border-bottom: 3px solid #c3d560;
  background: url(images/runner-icon.svg) bottom right no-repeat;
  background-size: 25px;
  padding-bottom: 10px;
}

.pagina .item-noticia {
  margin: 40px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}


/* ---------------Page---------------- */

.page-content {
  padding: 40px 0;
}
.page-content h1 {
  font-size: 34px;
  text-transform: uppercase;
  border-bottom: 3px solid #c3d560;
  background: url(images/runner-icon.svg) bottom right no-repeat;
  background-size: 25px;
  padding-bottom: 10px;
  display: block;
  margin-bottom: 15px;

}

/* --------------Fundaciones---------------- */

.fundaciones h1 {
  border-bottom: 3px solid #EEE;
  background: url(images/runner-icon-eee.svg) bottom right no-repeat;
  background-size: 25px;
}
.fundaciones-thumb img{
  width: 100%;
  height: auto;
}


/* ------------Tabs--------------- */

ul.nav-tabs {
  margin-left: 0px;
  margin-top: 10px;
}

ul.nav-tabs .nav-item a {
  color: #666;
}

.tab-content {
  padding-top: 20px;
  position: relative;
}

.tab-pane {
  padding-bottom: 30px;
  width: 100%;
}

/* ------------Entrenamiento por Comunas--------------- */

.eporcomunas h1 {
  border-bottom: 3px solid #EEE;
  background: url(images/runner-icon-eee.svg) bottom right no-repeat;
  background-size: 25px;
}
.eporcomunas-links {

}
.eporcomunas-title {
  padding-bottom: 30px;
}


/* ------------Turismo---------------- */

.turismo {

}
.turismo .post-content {
  padding-bottom: 10px;
}
.turismo .post-content p{
  margin-bottom: 10px;
}

.agencias {
  padding-bottom: 40px;
}
.agencias h3 {
  background-color: #c4d660;
  color: #fff;
  padding: 3px 7px;;
  border-radius: 2px;
}
.agencia-item  {
   padding: 10px 0px;
   border-bottom: 1px solid #f4f4f4;
}
.agencia-item p{
  margin-bottom: 5px;
}
.agencia-logo img{
  width: 100%;
  height: auto;
}
.agencia-texto h4 {
  color: #FFF;
  background-color: #1e3d52;
  padding: 3px 5px;
  font-weight: 600;
  border-radius: 2px;
}

.tours {

}
.tours h3 {
  background-color: #68bfc2;
  color: #fff;
  padding: 3px 7px;;
  border-radius: 2px;
}
.tours-logo {
  text-align: center;
}
.tours-item  {
   padding: 10px 0px;
   border-bottom: 1px solid #f4f4f4;
}
.tours-item p{
  margin-bottom: 5px;
}
.tours-logo img{
  width: 45%;
  height: auto;
}
.tours-texto h4 {
  color: #FFF;
  background-color: #1e3d52;
  padding: 3px 5px;
  font-weight: 600;
  border-radius: 2px;
}
.tours-imagen {
  padding-top: 30px;
}
.tours-imagen img{
  width: 100%;
  height: auto;
  border-radius: 8px;
}


/* ------------Multimedia--------------- */

.multimedia {

}

.multi-video-item {
  margin-bottom: 20px;
}

.multi-fotos-an {
  margin-bottom: 30px;
}

.multi-fotos-titulo {
  font-size: 30px;
  padding: 5px 15px;
  border-top-right-radius: 10px;
  color: #FFF
}

.multi-fotos-img img {
  width: 100%;
  height: auto;
}

.multi-fotos-item-contenedor {
  width: 100%;
  display: block;
  position: relative;
}

.display-igual {
  display: block !important;
  position: absolute;
}
.min-foto {
  min-height: 600px;
}

.modula {
  position: relative;
}

.tit-2018 {
  background-color: #3d58cc;
}
.tit-2017 {
  background-color: #87c1dc;
}

.tit-2016 {
  background-color: #d72c44;
}

.tit-2015 {
  background-color: #6dbb98;
}


/* -------------acordeon---------------- */

#accordion {
   padding-top: 20px;
}

.page-content .card {
  margin-bottom: 10px;
}

.page-content .card .card-header {
   padding: 0px;
}
.page-content .card .card-header .btn-link{
  color: #c3d560;
  font-size: 14px;
}
.page-content .card .card-header .btn-link:hover{
  text-decoration: none;
}
.page-content .card .card-body {
  font-size: 14px;
  line-height: 24px;
}
/* ---------------Post---------------- */

.post-content {
  padding: 40px 0;
}

.post-content h1 {
  border-bottom: 3px solid #c3d560;
  background: url(images/runner-icon.svg) bottom right no-repeat;
  background-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: block;
}

.post-content h2 {
  padding-bottom: 20px;
  border-bottom: 1pX solid #c3d560;
  margin-bottom: 20px;

}

.post-content p {
  text-align: justify;
  margin-bottom: 20px;
  line-height: 26px;
}
.post-content .featured-thumbnail img{
  width: 100%;
  height: auto;
  border-radius: 4px;

}

.post-content  img.size-full{
  width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 4px;
}


/* ------------- Sidebar ---------------- */

.sidebar {
    padding-top: 20px;
}
.sidebar .cont-banner .cat-1 img {
  width: 100%;
  height: auto;
}
.sidebar .cont-banner .cat-2 {
    margin-top: 12px;
    margin-bottom: 12px;
}
.sidebar .cont-banner .cat-2 img{
  width: 100%;
  height: auto;
}

.sidebar .cont-banner .cat-3 img{
  width: 100%;
  height: auto;
}

.sidebar .cont-banner .banner {
    border: 1px solid rgba(0,0,0,0.1);
}
.sidebar .cont-banner .banner + .banner {
    margin-top: 12px;
}

/* ---------------Auspicios Page---------------- */

.auspicio-titulo {
  border-bottom: 3px solid #ec6a6d;
  background: url(images/runner-icon.svg) bottom right no-repeat;
  padding-bottom: 20px;
  background-size: 25px;
}

.auspicio-entrada {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.item-marca {
  margin-bottom: 30px;
}

.item-marca-int {
  width: 100%;
  padding: 0px 15px 20px 15px;
  text-align: center;
}

.item-marca-int h4 {
  font-weight: bold;
  padding: 20px 0;
}

.item-marca-int p {
  text-align: justify;
  font-size: 12px;
  line-height: 20px;
}

.item-marca-logo {
  padding: 30px 0px 10px 0;
  text-align: center;
}

/* ---------------Entrenamiento--------------- */

.entrenamiento {

}
.item-entrenamiento {

}
.item-entrenamiento p {
  text-align: justify;
  font-size: 12px;
}
.item-entrenamiento img{
  width: 100%;
  height: auto;;
}
.item-entrenamiento h2{
  font-size: 24px;
  padding-top: 10px;

}
.item-entrenamiento h2 a{
  color: #ec6a6d;
}
.entrenamiento-thumbnail {

}
/* --------------Contacto---------------- */

.rrss-contacto {
  font-size: 14px;
  padding-bottom: 30px;
}
.rrss-contacto i {
  margin-right: 5px;
}
.rrss-contacto p {
  margin-bottom: 10px;
}
.rrss-face {
  display: inline-block;
  padding: 10px;
  border-right: 1px solid #eee;
}
.rrss-twitter {
  display: inline-block;
  padding: 10px;
  border-right: 1px solid #eee;
}
.rrss-instagram {
  display: inline-block;
  padding: 10px;
}
.rrss-face a, .rrss-twitter a, .rrss-instagram a {
  color: #ec6a6d;
}
.rrss-face i, .rrss-twitter i, .rrss-instagram i {
   font-size: 18px;
}


/* ---------------Footer---------------- */

#footer{
  text-align: center;

}

.footer-logos {
  background-color: #f0f0f0;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}

.footer-logos .row-logo {
    padding: 10px 0;

}
.footer-logos .row-logo p{
  color: #999;
  width: 100%;
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
}
.footer-logos .row-logo .logo-f {
    display: inline-block;
    margin: 10px 12px;
}


.footer-cont{
  padding: 40px 0 0 0;
  background-color: #2f2f2f;
}

.footer-corp .hashtag-footer{
  padding-top: 15px;
}

.footer-corp .hashtag-footer img {
  width: 100%;
  height: auto;
}

.rrss-footer {
  padding-top: 30px;
  color: #999;
  text-align: left;
}

.siguenos-footer{
  color: #CCC;
  font-size: 25px;
}

.siguenos-footer span {
  font-size: 12px;
}

.siguenos-footer a.facebook  {
  padding: 5px 5px 120px 5px;
  display: inline-block;
  background: #4267b2;
  margin-right: 3px;
  margin-left: 3px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.siguenos-footer a.twitter  {
  padding: 5px 5px 120px 5px;
  display: inline-block;
  background: #1b95e0;
  margin-right: 3px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.siguenos-footer a.instagram  {
  padding: 5px 5px 120px 5px;
  display: inline-block;
  background: url(images/bg-instagram.jpg) repeat-x;
  margin-right: 3px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.siguenos-footer a.youtube  {
  padding: 5px 5px 120px 5px;
  display: inline-block;
  background: #ff0000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.siguenos-footer a i  {
  color: #FFF;
  font-size: 30px;
}

.siguenos-footer a:hover i  {
  color:#FFF;
  text-decoration: none;
}

.footer-firma {
  background-color: #222;
  padding: 5px 0;
}

.footer-firma p{
  color: #777;
  text-align: left;
}

.footer-menu-1, .footer-menu-2 {
  text-align: left;
}

.footer-menu-1 h3, .footer-menu-2 h3{
  color: #CCC;
}

.footer-menu-1 ul, .footer-menu-2 ul {
 list-style: none;
}
.footer-menu-1 ul li a, .footer-menu-2 ul li a{
  display: block;
  color: #999;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 1px solid #262626;
}

.footer-menu-1 ul li a:hover, .footer-menu-2 ul li a:hover {
  color: #FFF;
}

/* Formulario Contacto.
* --------------------------------------- */

.formulario{
  padding-bottom: 120px;
}

.wpcf7-form label {
  width: 100%; color: #777;
}

.wpcf7-acceptance {
  float: left;
  width: auto!important;
  height: auto !important;
  margin-right: 10px !important;
}

.wpcf7-response-output {
  background: rgba(181,28,28,0.8);
  color: #FFF;
  margin: 0 !important;
}

.wpcf7-mail-sent-ok {
  background: rgba(111,208,40,0.8);
  border: 0 !important;
}

.wpcf7-form-control-wrap
span.wpcf7-checkbox input {
  display: inline-block;
}

.wpcf7-form-control-wrap
span.wpcf7-checkbox span {
  display: inline-block;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    font-size: 14px;
    text-decoration: none;
    padding: 3px;
    height: 35px;
    width: 100%;
    background-color: rgba(0,0,0,0.05);
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.13);
    margin-top: 5px;
}
.wpcf7-form-control-wrap textarea {
	height: 197px;
}
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus {
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid #ec6a6d;
}
.wpcf7-submit {
  text-transform:uppercase;
  background: #ec6a6d;
  height:36px;
  padding:2px 30px 2px 30px;
  font-weight:bold;
  text-align:center;
  font-size:13px;
  margin:0 auto;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:none;
  color:#FFF;
  margin-top:10px;
}

.wpcf7-submit  a{
  text-decoration:none;
}

.wpcf7-submit:hover{
  color:#fff ;
  cursor:pointer;
}

@keyframes fadein {    from {
        opacity:0;
    }
    to {
        opacity:0.8;
    }
}

@-moz-keyframes fadein { /* Firefox */    from {
        opacity:0;
    }
    to {
        opacity:0.8;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:0.8;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 0.8;
    }
}
.clear { clear:both;}
