
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i");
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');


html {
	font-family: 'Poppins','Source Sans Pro', sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}




body{
    background-color: #f3f3f3;
    /* font-family: 'rawson_promedium_it',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    font-family: 'rawson_promedium_it','Source Sans Pro', sans-serif;
}

header{
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.error{
    padding: 5%;
    background: white;
}

.error h1{
    color: #9fcd49;
    background: #1f2c33;
    width: auto;
    display: block;
    padding: 12px;
    font-family: 'Poppins';
}
.error h2{
    color: #344371;
    font-family: 'Poppins';
}
.error h3{
    color: #000;
    font-family: 'Poppins';
}

.modal-body input {
    width: 98%;
    height: 45px;
    font-size: 20px;
    padding-left: 3px;
    border-radius: 0;
    border: 1px solid #ddd;
    margin: 10px 0;
}

.modal-header {
    background: white;
    color: #21252a;
}

.btn{
    border-radius: 50px;
    background-color: #0099ff;
    color: #fff;
    text-align: center;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition:background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -ms-transition:background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
    .btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #69c4d3;
    }
.log_in .btn{
    width: 118px;
    background-color: #344371;
    font-size: 11px;
}

.log_in{
    float: right;
    width: 240px;
    height: auto;
    margin: 42px 0;
    color: #fff;
}
header img{
        float: left;
        width: 26%;
        margin-top: 51px;
        margin-bottom: 30px;
        max-width: 130px;
}
.log_in span{
    display: block;
    width: 120px;
    height: 50px;
    padding: 16px 6px;
    float: left;
    text-align: center;
    /* background-color: #48973b; */
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
}

    
.log {
    display: none;
    width: auto;
    /* height: 70px; */
    background: #344371;
    float: right;
    /* padding: 5px; */
    margin-top: -2px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50px;
}
.log span {
    color: #ffffff;
    width: auto;
    margin-top: 0px;
}
.log .user {
    color: #fff;
    width: auto;
}
span.glyphicon.glyphicon-pencil {
    float: right;
    font-size: 17px;
}



.user{
    color: #ffffff;
}
.slider_home{
    width: 100%;
    height: 310px;
    margin: auto;
    overflow: hidden;

}
.slider_home img{
    height: 100%;
    z-index: 0;
}
.slider_home h2{
    z-index: 10;
    position: relative;
    bottom: 310px;
    color: #fff;
    float: left;
    text-align: center;
    font-size: 25px;

}
.carousel{
    display: none;
}
.filtro{
    float: left;
    z-index: 10;
    position: relative;
    bottom: 295px;
    width: 100%;
    padding: 2%;
    background-color: rgba(1, 1, 1, 0.65);
    border-radius: 16px 16px 16px 16px;
}
.filtro select, .filtro input{
        width: 96%;
    height: 34px;
    margin: 3px;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #323232;
    text-align: center;
    background-image: none;
    appearance: none;
    moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}


select.hora{
    overflow: hidden;
    background: #fff url("../img/hora.png") no-repeat 98% center;
    background-size: 20px;
}
input.fecha{
    overflow: hidden;
    background: #fff url("../img/fecha.png") no-repeat 98% center;
    background-size: 20px;

}
select.flecha{
    overflow: hidden;
    background: #fff url("../img/flecha.png") no-repeat 98% center;
    background-size: 20px;
}

select.flecha {
    padding-left: 9%;
    border-radius: 16px 16px 16px 16px;
}
.filtro .btn{
    width: 96%;
    margin: 4px;
    margin-top: 6px;}

    
input#termi {
    float: left;
    width: auto;
    margin-top: -13px;
}


img#SCOTIA, img#VOUCH, img#WEBPA {

   width: 150px;
   margin: 0 auto;

}

.mp p {

   TEXT-ALIGN: CENTER;
   BOTTOM: 0;

}



.club_home{
        width: 100%;
    height: auto;
    float: left;
    margin: auto;
    padding: 10px 0;
    background-color: #f0f0f0;
    position: relative;
    
}
.dos{
    background-color:#eae6e6;
}
.des, .des_2{
        width: 100%;
}
.des h3, .des_2 h3{
    color: #911839;
}
.des_2{
    display: none;
}

.club_home .btn{
    margin: 0 auto;
    margin-left: 35%;
}


.ser {
    /* width: 100%; */
    /* margin:  auto; */
    /* margin-left: 25%; */
    margin: auto;
    width: 50%;
    /* border: 3px solid green; */
    padding: 5px;
}
.ser img {
    float: left;
    width: 45px;
    margin-top: -2px;
}
.ser span{
    color: #48973b;
    font-size: 18px;
    margin-left: 5px;
}
.ser_1 {
    width: 48%;
    height: 36px;
    float: left;
    margin: 1%;
    margin-top: 30px;
}

.ser_1 img {
    float: left;
    width: 30%;
    margin-top: -15px;
}
    p.a24 {
    position: relative;
    left: -34px;
    color: #d91d42;
    }

/** new footer*/
 footer {
 	background-color: #1d1e1b;
 	text-align: left;
 }

 footer h3 {
 	color: #f3f3f3;
 	font-size: 15px;
 	font-weight: bold;
 	margin-bottom: 20px;
 	margin-top: 40px;
 	text-transform: uppercase;
 	text-align: center;
 	/*font-family: 'rawson_promedium_it','Source Sans Pro', sans-serif;*/
 	font-family: 'Poppins','Source Sans Pro', sans-serif;
 }

 footer img.img-fluid {
 	max-width: 100px;
 }

 footer p {
 	color:  white;
 	font-size: 14px;
 	text-align: left;
 	letter-spacing: -0.5px;
 	margin: 0;
 	/*font-family: 'rawson_promedium_it','Source Sans Pro', sans-serif;*/
 	font-family: 'Poppins','Source Sans Pro', sans-serif;
 }

 footer p a {
 	color: white;
 	text-decoration: underline;
 	font-family: 'Poppins','Source Sans Pro', sans-serif;
 }

 footer p a:hover {
 	color: white;
 	opacity: 0.6;
 }

 footer .legal {
 	display: block;
 	font-size: 13px;
 	margin: 0;
 	padding: 10px 0;
 	text-align: center;
 	font-family: 'Poppins','Source Sans Pro', sans-serif;
 }

 footer .legal p {
 	color: rgba(255, 255, 255, 0.8);
 	letter-spacing: -0.5px;
 	font-family: 'Poppins','Source Sans Pro', sans-serif;
 }

 footer .derechos {
 	border-top: 2px solid #f3f3f3;
 	padding-top: 20px;
 	margin-top: 20px;
 	font-family: 'Poppins','Source Sans Pro', sans-serif;
 }
    
 footer ul {
    text-align: left;
 }
    
 footer img{
    margin-top: 7%;
 }
 
 footer img{
    margin: 0 auto 0;
    width: 40%;
    height: auto;
}

.sportbyte {
    max-width: 100px;
}

#rrss img {
    max-width: 40px;
    height: auto;
}

/*
footer{
    width: 100%;
    height: auto;
    float: left;
    background-color: #a3a2a2;
    color: #fff;
    padding: 19px
    margin:0 auto;
    text-align: center;
}
footer ul{
        display: block;
    width: 90%;
    padding: 25px 0px;
    margin-left: 14%;
    list-style: none;
    text-align: left;
}
footer img{
    margin: 0 auto 0;
    width: 40%;
    height: auto;
}
*/
.slider img{
    width: 100%;
}

.hora_el{
    background: #48973b;
    color: #fff;
    margin: 1% 2%;
    width: 45%;
    border-radius: 50px;
    font-size: 12px;
}
.hora_el:hover {
    background: #d2e88e;
    color: #234e1a;
    }

.selected{
    background: #8c2937;
    color: #7d8385;
}

.cancha_sel{
    width: 91px;
    height: 63px;
    background: #48973b;
    background-image: url(../img/fondo_cancha.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin:2%;
    color: #fff;
    border-radius: 10px;
}

.cancha_sel_padel{
    width: 91px;
    height: 63px;
    background: #3F51B5;
    background-image: url(../img/fondo_cancha.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin:2%;
    color: #fff;
    border-radius: 10px;
}

}.cancha_sel>.selected{
        background: #414f70;
        color: #7d8385;

}
.cancha_sel.selected {
    background: #911839;
    color: #7d8385;
    background-image: url(../img/fondo_cancha.png)!important;
    background-size: 100%;
}

.cancha_sel.active{    
    background-image: url(../img/fondo_cancha.png)!important;
}
.cancha_sel:hover{
    background-image: url(../img/fondo_cancha_2.png)!important;
    background: #d2e88d;
    background-repeat: no-repeat;
    background-size: 100%;
    color: white;
}
.cancha_sel.active:hover{
    background-image: url(../img/fondo_cancha_3.png)!important;
    background: #91185a;
    background-repeat: no-repeat;
    background-size: 100%;
}


/*estilos arriendfo*/
        .arr_c{
            background: #ffffff;
        }
        .arriendo{
            background-color: #112636;
            color: #fff;
        }
        .arriendo .des{
            color: #fff;
        }
        .arr {
            width: 46%;
            float: left;
            margin: 20px 0;
        }

        .arr img {
            width: 27%;
        }

        .arr span {
            color: #e8f6fb;
            margin-top: 0;
            float: left;
            margin-top: -8px;
        }
        .cont_serv_arr{
            background-color: #fff;
            padding-bottom: 10px;
        }
        .row{
            margin-right: 0;
            margin-left: 0;}
        .tit_res{
            width: 150px;
            height: 49px;
            border-right: 30px solid transparent;
            border-bottom: 50px solid #48973b;
            padding: 9px;
            margin-top: -18px;
            /* margin-left: -15px; */
            float: left;
        } 

        .tit_ub{
            width: 175px;
            height: 49px;
            border-right: 30px solid transparent;
            border-bottom: 50px solid #911839;
            padding: 9px;
            margin-top: -18px;
            /* margin-left: -15px; */
            float: left;

        } 

        .cont_serv_arr h2{
            font-size: 22px;
            color: #fff;
        }


        .subr{
            width: 100%;
            height: 7px;
            float: left;
            background: #48973b;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 16px 0px;
        }
        .subt_arr{
            background: #e9e9e9;
            width: 100%;
            color: #47963a;
            text-align: center;
            padding:10px;
            margin-top: 9px;
            border: 1px solid #48973b;
            border-radius: 50px;
        }

        .canchas img{
            float: left;
            width: 20%;
            margin: 2.5%;
            cursor: pointer;
        }

        
        .ser img{
            float: left;
        }

        .ser .precio{
                color: #47953a;
                font-size: 12px;
                margin-top: 4px;
        }

        .ser input[type=checkbox]{
            float: left;
            margin: 5px;
            margin-top: 8px;
            /* background-color: red; */
        }

        .botones{
            width: 100%;
            float: left;
            margin-top: 30px;
        }

        .volver{
                background-color: #69c4d3;
                /* margin-left: 9%; */
                width: 40%;
                /* float: left; */
        }
        .btnPagar, .btnIniciaSesionDetArriendo {
            width: 40%;
            margin-left: 1%;
        }
        .arr_5 {
            width: 40%;
            margin-left: 2%;
        }
        .arr_2{
            float: left;
            margin-left: 5px;
            width: 40%;
        }

        .estado{
            width: 100%;
            padding: 2%;
            float: left;

        }
        .estado img{
            width: 14px;
            float: left;
        }

        .estado span{
            color: #7d8385;
            float: left;
            display: block;
            margin-top: 5px;
            margin-right: 12px;
            font-size: 12px;
                }
        .mob{
            display: block;
        }
        .map_des{
            display: none;
        }
       

.r_fecha {
    display: block;
    height: auto;
}
div#sandbox-container {
    width: 95%;
    padding: 0;
}


.cont_cal{
    width: 90%;
    height: auto;

}


.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
}
.ui-datepicker td {
    border: 0;
    padding: 3px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none!important;
    background: #f6f6f6!important;
    font-weight: normal;
    color: #454545;
    border-radius: 16px 16px 16px 16px;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none!important;
    background: #47963a!important;
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none!important;
    background: #8b2837!important;
    font-weight: normal;
    color: white;
}
.ui-datepicker table {
    font-size: 16px;
}



@media only screen and (min-width: 600px){
    .ser_1 {
    width: 30%;
    float: left;
    margin: 1%;
    margin-top: 30px;
    }
    .arr {
            width: 32%;
            float: left;
            margin: 20px 0;
        }
    .slider_home {
    height: 300px;
    }

    .slider_home img{
        
    height: auto;
    }

    .slider_home h2 {
    z-index: 10;
    position: relative;
    bottom: 304px;
    color: #fff;
    float: left;
    text-align: center;
    font-size: 25px;
    }

    .filtro{
            width: 90%;
    left: 5%;
    bottom: 270px;
    }

    .filto select{
        width: 24%;
    height: 45px;
    font-size: 18px;
    }

    .filtro .btn {
    height: 36px;
    font-size: 18px;
    margin-left: 3px;
    margin-top: -3px;
    }
    .container {
    width: 95%;
    }
    .carousel{
    display: block;
    }
    .slider img{
        display:none;
    }
    
    /*
    footer ul {
    text-align: left;
    }

    footer img{
        margin-top: 7%;
    }
    */

    .volver{
                width: 20%;
                /* margin-left: 30%; */
        }
        .btnPagar, .btnIniciaSesionDetArriendo {
            width: 20%;
            margin-left: 1%;
        }
        .arr_5 {
    width: 20%;
    margin-left: 2%;
}
        .arr_2{
            
            width: 20%;
        }
        .map_des{
    display: block;
}
.mob{
            display: none;
        }
}


.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 3px;
}

table.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker table {
    font-size: 9px;
}


@media only screen and (min-width: 980px) {
    
    header img{
    width: 100%;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    /* padding: 30px; */
    margin-top: 40px;
    }
    .slider_home {
    height: 400px;
    overflow:hidden;
    }

    .slider_home img{
        
    height: 120%;
    }

    .slider_home h2 {
    font-size: 45px;
    width: 80%;
    margin: 0 auto;
    bottom: 425px;
    /* left: 10%; */
    line-height: 60px;
    }

    .af{
        width: 100%;
    }
    .filtro{
    width: 60%;
    left: 20%;
    bottom: 380px;
    }
    .filtro select, .filtro input{
        width: 45%;
        height: 45px;
        font-size: 20px;
        padding-left: 3px;
    }
    .filtro .btn {
         width: 45%;
    height: 45px;
    font-size: 18px;
    margin-left: 5%;
}


    
    .club_home .btn{
        float: right;
        margin-right: 50px;
    }

    .des_2{
        display: block;
    }
    .des{
        display: none;
    }

    .datepicker {
    width: 23.6%;
}
.r_fecha .datepicker {
    width: 100%;
}

.ui-datepicker table {
    font-size: 0.9em;
}
    

}

.modal{
  border-radius: 16px 16px 16px 16px;
  font-family: sans-serif;
}

.form-control{
  border-radius: 16px 16px 16px 16px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #48973b;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #69c4d3;
}

.btn-success {
    color: #fff;
    background-color: #344371;
    border-color: #344371;
}

.close {
    
    opacity: .2;
}

.footoverlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #1d1e1b;
}

 .footoverlay{
    font-size: 16px;
    padding: 3em 0;
    background: #1d1e1b;
    position: relative;
}

