.encabezado-1,
.text-uppercase {
    text-transform: uppercase
}

#bloques-central,
#footer {
    background-position: center
}

#eventos .nombre:before,
.seccion-celeste:after {
    content: "";
    border-style: solid
}

@media (max-width:768px) {
    .seven-cols .col-lg-1,
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1 {
        width: 100%
    }
}

@media (max-width:992px) {
    .seven-cols .col-lg-1,
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1 {
        width: 14.285714285714285714285714285714%
    }
}

@media (max-width:1200px) {
    .seven-cols .col-lg-1,
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1 {
        width: 14.285714285714285714285714285714%
    }
}

@media (min-width:1201px) {
    .seven-cols .col-lg-1,
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1 {
        width: 14.285714285714285714285714285714%
    }
}

div.grilla {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 100px;
    background-color: #d3d3d3;
    grid-column-gap: 10px;
    grid-row-gap: 1em
}

#sponsores {
    margin: 30px
}

.grilla div {
    background-color: gray
}

@font-face {
    font-family: MyriadPro;
    src: url(librerias/MyriadPro-Regular.otf)
}

body {
    font-family: MyriadPro, arial, helvetica;
    font-size: 13px;
	color: #4e4c4c !important;
}

// #footer {
//     color: #fff;
//     padding: 40px 0 70px;
//     background-image: url(images/fondo-footer.jpg)
// }

#btnContactanos {
    max-width: 80%
}

#social-footer img {
    width: 25px;
    margin: 0 3px
}

#social-footer .seguinos {
    font-size: 14px;
    font-weight: 700
}

#social-footer .faevytfooter {
    margin-left: 4px
}

#copyright {
    background-color: #CCC;
    font-size: 12px;
    height: 100%
}

#leyenda-copyright {
    padding-bottom: 0;
    color: #4D4D4D;
    margin-bottom: 10px
}

#eventos .bloque p,
.encabezado-1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: arial;
    font-size: 26px;
}

#central-1 {
    height: 72px
}

#central-2 .row {
    margin: 40px 0
}

#turar {
    height: 280px
}

#eventos .bloque p {
    height: 47px;
    font-size: 14px;
    line-height: 44px
}

#bloques {
    padding: 150px 0 120px
}

#eventos .nombre {
    background-color: #009ee2;
    position: relative
}

#eventos .nombre:hover {
    background-color: #E53328
}

#eventos .nombre:before {
    position: absolute;
    height: 0;
    top: -28px;
    left: 40%;
    border-width: 0 28px 28px;
    border-color: transparent transparent #009ee2
}

#eventos .nombre:hover:before {
    border-color: transparent transparent #E53328
}

.encabezado-1 {
    font-size: 26px;
    margin: 0;
    line-height: 73px
}

#footer .bloque {
    padding-bottom: 10px
}

#bloques-central {
    background-image: url(../img/central.jpg);
    padding: 20px 0 30px
}

.seccion-celeste {
    background-color: #009ee2;
    height: 72px;
    position: relative
}

.seccion-celeste:after {
    position: absolute;
    bottom: -30px;
    left: 48%;
    width: 0;
    height: 0;
    border-width: 30px 30px 0;
    border-color: #009ee2 transparent transparent
}

#banners {
    padding: 70px 0
}

.contenedor-carrusel {
    font-family: arial,helvetica;
    font-size: 15px;
}

.seccion-azul .titulo{
    text-transform: none;
}