/*
Theme Name: Startit Child
Theme URI: https://startit.qodeinteractive.com/
Description: A child theme of Startit Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 2.0.1
Text Domain: startit
Template: startit
*/


@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?gwl0ys');
    src:  url('fonts/icomoon.eot?gwl0ys#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?gwl0ys') format('truetype'),
      url('fonts/icomoon.woff?gwl0ys') format('woff'),
      url('fonts/icomoon.svg?gwl0ys#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-fecha:before {
    content: "\e900";
  }
  .icon-categoria:before {
    content: "\e901";
  }
  .icon-video:before {
    content: "\e902";
  }
  

.container{
    max-width: 1140px;
    margin: auto;
}


.banner-eventos .imagen{
    position: relative;
}



.banner-eventos .imagen img{
	    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center;
}


.banner-eventos .imagen .titulo-banner{
    position: absolute;
    top: 35%;
    text-align: center;
    width: 100%;
}

.banner-eventos .imagen .titulo-banner h2{
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 93px;
    color: #fff;
    text-transform: uppercase;
}

.banner-eventos .imagen .titulo-banner p{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    color: #fff;
}

.eventos-lista{
    margin: 70px 0;
}

.eventos-lista .container .contenido{
    display: flex;
    flex-wrap: wrap;
}

.eventos-lista .container .contenido .fila:nth-child(1){
    width: 70%;
}

.eventos-lista .container .contenido .fila:nth-child(2){
    width: 30%;
}

.eventos-lista .container .contenido .fila .sub-contenido{
    display: flex;   
    flex-wrap: wrap;
    padding-top: 40px !important;
}


.eventos-lista .container .contenido .fila .sub-contenido::after{
    content: '';
    display: block;
    background: #C4C4C4;
    height: 1px;
    width: 92%;
    margin-top: 50px;
}

.eventos-lista .container .contenido .fila .sub-contenido .fecha{
    width: 20%;
    margin-top: 4px;
}

.eventos-lista .container .contenido .fila .sub-contenido .fecha .dia{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #797979;
    width: 20px;
    padding: 4px 20px;
    border: 1px solid #F7B22A;
    margin: auto;
}

.eventos-lista .container .contenido .fila .sub-contenido .fecha .mes{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    width: 20px;
    padding: 4px 21px;
    background: #F7B22A;
    margin: auto;
}

.eventos-lista .container .contenido .fila .descripcion-interna{
    width: 49%;
}

.eventos-lista .container .contenido .fila .descripcion-interna h3 a{
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 34px;
    color: #288CA3;
}

.eventos-lista .container .contenido .fila .descripcion-interna p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #797979;
    margin-top: 10px;
    margin-bottom: 40px;
}


.banner-i-eventos .imagen{
    position: relative;
}


.banner-i-eventos .imagen img{
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center;
}

.banner-i-eventos .imagen .titulo-banner{
    position: absolute;
    width: 100%;
    top: 32%;
    text-align: center;
}

.banner-i-eventos .imagen .titulo-banner h1{
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 93px;
    color: #FFFFFF;
}

.eventos{
    margin: 30px 0;
}

.eventos .contenido{
    display: flex;
    flex-wrap: wrap;
}

.eventos .contenido .fila:nth-child(1){
    width: 70%;
}
.eventos .contenido .fila:nth-child(2){
    width: 30%;
    margin-top: 63px;
}

.eventos .contenido .fila h3{
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 58px;
    color: #288CA3;
    margin-bottom: 10px;
}

.eventos .contenido .fila p{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 29px;
    color: #797979;
}

.eventos .contenido .fila  h6{
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #F7B22A;
}

.eventos .contenido .fila .fecha, .eventos .contenido .fila .categoria, .eventos .contenido .fila .via{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #797979;
    padding: 10px 80px;
}


.mensaje{    
    height: 100px !important;
}


@media(max-width: 992px){
    .eventos-lista .container .contenido .fila{
        width: 100% !important;
    }
}