
@media (min-width: 1200px){
    .container {
      max-width: 1200px;
    }
}

body {
	font-family: 'Montserrat', sans-serif;
    background-color: #ecebe7;
}
header{
	background:black;
	
}
a{
    color: #000000;
}
a:hover{
    color: #dc3545;
    text-decoration: none;
}
.nav-link {
    color: rgb(255, 255, 255)!important;
    font-size: 13px;
    text-transform: uppercase;

}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(0, 0, 0)!important;
}
@media (max-width: 767px) {
 .h1, h1 {
    font-size: 28px;
}
.hidden-sm-down {
    display: none !important;
}
.h5, h5 {
    font-size: 15px;
}
.logo{
    width: 50%;
}
}

.fa-15x {
    font-size: 1.5em !important;
}



.form-inline {
    display: -ms-flexbox;
    display: block !important;
}

.cat{
     text-align: center;
    font-size: 23px;
    background: #222222;
    color: white;
    margin: 0px;
}

.cuerpo p, .cuerpo span {
       font-size: 18px !important;
    line-height: 30px;
    font-family: 'Lora', serif !important;
    text-align: justify;
}
.font-50{
    font-size: 50px;
    line-height: 60px;
    font-family: 'Russo One', sans-serif;
}
.font-18{
     font-size: 18px;
    line-height: 30px;
}

.font-30{
     font-size: 30px;
    line-height: 30px;
}
.carousel-inner {
    box-shadow: 0px 1px 14px 0px #969696;
}
.carousel-control-prev, .carousel-control-next {
    width: 5%;
    opacity: 1;
    color: #b53543;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover 
{
    color: #000;
}

.item{

    height: 25px;
    line-height: 25px;
    font-size: 12px;
    position: relative;
    padding: 0px 10px;
}

.item-locales{
    background: #dc3545;
   
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    font-family: 'Anton', sans-serif;
}

.text-secondary {
    color: #535353!important;
}

footer{
    background: black;
}

.bg-cancha{
    background-image: url(../img/cancha.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.box{
   
    margin: auto;
    text-align: center;
    width: 100%;
}

.box p{
    color: #000000;
    font-size: 80px;
    text-align: center;
   
    text-shadow: 2px 2px 2px black;
}