/* width */

 ::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f2f2f2;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #cccccc;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #bcbcbc;
}

body, html {
    height: 100%;
  }

body {
    background-image: url(/images/fondo.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    background-image: url(../images/banner_green.jpg);
    background-size: 100%;
    height: 21%;
    background-position: center center;
    background-repeat: no-repeat;
}

.fondo {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 59%;
    width: 50%;
    position: fixed;
    z-index: 9999;
}

.logo {
    margin: 0px auto;
    width: 100%;
}

.logo img {
    margin-top: 0px;
}

.col-md-6 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    display: inline-table;
}

.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    display: inline-table;
}

.col-md-1 {
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
    display: inline-table;
}

h2 {
    font-weight: 900;
    font-style: italic;
    font-size: 32px;
    color: #749B46;
}

h1 {
    line-height: 40px;
    font-size: 20px;
    color: #749B46;
    font-weight: bolder;
    text-transform: uppercase;
}

h4 {
    font-weight: bolder;
    font-size: 24px;
    padding-bottom: 13px;
    border-bottom: 4px solid #749B46;
    color: #749B46;
}

h3 {
    font-weight: bolder;
    font-size: 18px;
    color: #4d4d4d;
}

h5 {
    font-size: 15px;
    color: #000
}

h6 {
    line-height: 16px;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.row {
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.box {
    position: relative;
    border-top: 0;
    margin-bottom: 30px;
    width: 100%;
    background: #e6e6e6;
    border-radius: 0;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #dce3e6;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
    border-radius: 10px;
}

.form-control {
    background-color: #ffffff;
    opacity: 1;
    border-radius: 5px;
    padding: 0px 15px;
    min-height: 40px;
}

.form-control:focus {
    border-color: #749B46;
    box-shadow: none;
}

.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
    border: 1px solid #749B46;
}

[type=radio].with-gap:checked+label:after,
[type=radio]:checked+label:after {
    background-color: #749B46;
    z-index: 0;
}

[type=radio].with-gap:checked+label:after,
[type=radio].with-gap:checked+label:before,
[type=radio]:checked+label:after {
    border: 2px solid #749B46;
}

.boton-inscribir {
    background-color: #749B46;
    border-color: #749B46;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 15px;
    border: 1px solid #749B46;
}

.boton-inscribir:hover {
    background-color: #628932;
    border-color: #628932;
    color: #fff;
}

.boton-inscribir:active {
    background-color: #628932;
    border-color: #628932;
    color: #fff;
}

.logo-pc {
    display: block;
}

.logo-mobile {
    display: none;
}

.main-footer {
    background: #e6e6e6;
    padding: 15px;
    color: #455a64;
    border-top: 1px solid #d2d6de;
    margin: 0px;
}

.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 56.333333%;
    max-width: 56.333333%;
}

#perfil {
    display: inline-flex;
    padding: 0px
}

#horario {
    display: inline-flex;
    padding: 0px;
    text-align: left;
}

[type=checkbox]+label:before,
[type=checkbox]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    border-radius: 50%;
}

.form-control:not(select) {
    background: #f2f2f2;
}

select.form-control {
    padding-right: 30px;
    background: #f2f2f2;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #f2f2f2;
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    color: #000;
}

[type=checkbox]+label {
    font-weight: 400;
    color: #000;
}

[type=checkbox]:checked+label:before {
    background-color: #749B46;
    border: 2px solid #749B46;
    z-index: 0;
}

[type=checkbox]:checked+label:before {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #749B46;
    border-bottom: 2px solid #749B46;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.foto {
    width: 85%;
}

#perfil-telefono {
    display: none;
}

#perfil-pc {
    display: inline
}

#banner_superpuesto{
    margin-top: -18%;
}

#banner_superpuesto img{
    width: 40%;
}

@media (max-width: 767px) {
    #banner_superpuesto{
        display: none;
    }
    #perfil-telefono {
        display: block;
    }
    #perfil-pc {
        display: none
    }
    .foto {
        width: 100%;
    }
    .patrocinio {
        padding-top: 30px;
    }
    #perfil {
        display: block;
        padding: 0px;
        text-align: center;
    }
    #horario {
        display: block;
        padding: 0px;
        text-align: center;
    }
    body {
        background: #f5f5f5;
    }
    h2 {
        font-weight: bolder;
        font-style: italic;
        text-align: left;
        font-size: 25px;
        color: #749B46;
    }
    h5 {
        font-size: 14px;
    }
    header {
        background-image: url(../images/banner_telefono_green.jpg);
        background-repeat: no-repeat;
        height: 130px !important;
        margin: 0;
        width: 100% !important;
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
    }
    .col-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: inline;
    }
    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: inline;
    }
    .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: inline;
    }
    .col-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: inline;
    }
    .col-md-1 {
        display: none;
        padding: 30px;
    }
    .logo-pc {
        display: none;
    }
    .logo-mobile {
        display: block;
    }
}