/*Generales*/

h1 {
    text-align: center;
    color: #333333;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

h1 span.pc {
    text-transform: uppercase;
}

.black {
    color: black;
    font-weight: bold;
}

.orange {
    color: #f15a29;
}

h2,
a,
h1 {
    font-family: 'Roboto', arial;
}

p,
li {
    font-family: 'Roboto', arial;
}

strong {
    font-family: 'Roboto', arial;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}


/*Fin generales*/


/*Header*/

.header img {
    width: 100%;
}


/*Header Primera */

.half-group {
    width: 49%!important;
    float: left!important;
}

.first-input {
    margin-right: 1%!important;
}

.input-group {
    width: 100%;
    margin: 10px 0;
}

.input-group select {
    width: 100%;
    padding: 5px;
}

.form-body textarea {
    width: 100%;
    max-width: 100%;
    height: 100px;
    max-height: 150px;
    padding: 5px 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.btn-heffer {
    display: block!important;
    width: 100%;
    background-color: #B6BD00;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-heffer-two {
    display: block!important;
    width: 250px;
    background-color: #B6BD00;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px!important;
}

.header-primera {
    padding: 150px 0;
    position: relative;
}

#pmbok {
    background-image: url(img/header-landing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.mobile-only h2 {
    color: #B6BD00!important;
}

.header-primera h2 {
    font-size: 20px;
    text-align: center;
    color: #5b5b5f;
    margin-top: 0;
    margin-bottom: 20px;
}

.header-primera h3,
.header-primera h4 {
    text-align: center;
    color: white;
}

.header-primera h2 span {
    color: #B6BD00;
}

.header-primera .mobile-only h2 {
    color: white;
    margin-bottom: 10px;
}

.header-primera .mobile-only p {
    color: white;
    text-align: center;
    font-family: 'Roboto', Arial;
    font-size: 22px;
}

.header-primera h5 {
    color: white;
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}

.header-primera h5 span {
    color: #12aaeb;
}

.header-primera img {
    display: block;
    width: 50%;
    margin: 0 auto 30px;
}

.form-body {
    padding: 30px;
    background-color: white;
    border-radius: 10px;
}


/*Fin header*/


/*Primera seccion*/

.boton {
    background-image: url(img/pattern.jpg);
    -webkit-box-shadow: 0px 0px 27px 1px rgba(138, 138, 138, 1);
    -moz-box-shadow: 0px 0px 27px 1px rgba(138, 138, 138, 1);
    box-shadow: 0px 0px 27px 1px rgba(138, 138, 138, 1);
    border: 3px dashed #00a7d2;
    border-top: none;
}

.uno {
    padding: 0 0 20px;
}

.mid-text {
    text-align: center;
}

.shadow {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.registro {
    background: rgba(0,168,210,1);
    background: -moz-linear-gradient(top, rgba(0,168,210,1) 0%, rgba(0,204,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,168,210,1)), color-stop(100%, rgba(0,204,255,1)));
    background: -webkit-linear-gradient(top, rgba(0,168,210,1) 0%, rgba(0,204,255,1) 100%);
    background: -o-linear-gradient(top, rgba(0,168,210,1) 0%, rgba(0,204,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,168,210,1) 0%, rgba(0,204,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,168,210,1) 0%, rgba(0,204,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8d2', endColorstr='#00ccff', GradientType=0 );    padding: 10px 20px;
    margin: 10px auto 0;
    text-transform: uppercase;
    display: block;
    color: white;
    font-size: 28px;
    width: 400px;
    border-radius: 10px;
    transition: 0.8s all;
}

.registro:hover {
    color: white;
    text-decoration: none;
    -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.75);
}

.uno p {
    text-align: center;
    font-size: 17px;
    margin: 25px 0;
    color: #575756;
}

.uno h2 {
    color: #878c07;
    font-weight: bold;
}

.uno li {
    font-size: 18px;
}

.uno li span {
    font-weight: bold;
    color: #878c07;
}

.uno ul {
    text-align: center;
    list-style-position: inside;
    padding: 0;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 0;
}

.libro {
    width: 50%!important;
}

.pmbok {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}

.uno img {
    width: 100%;
    margin: 10px auto;
    display: block;
}

.uno h2 {
    text-align: center;
}

/*Carta de recomendación*/

.carta {
    background-color: white;
    border: 1px solid black;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    margin-top: 15px;
}

.carta h3 {
    margin-top: 0;
}

.carta img {
    width: 250px;
    display: inline-block;
}

.carta p {
    margin-left: 5px;
    font-size: 15px;
    text-align: left;
    text-align: justify;
}

.carta-datos p {
    margin: 5px;
}

.carta-datos p:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

.carta-final p:first-child {
    margin-top: 20px;
    margin-bottom: 15px;
}

.carta-final img {
    width: auto;
}

.carta-final .nombre {
    margin-top: -10px;
}

#findUs img {
    width: 100%;
}

/*Fin de carta*/

/*Footer*/

footer {
    background-color: #00a7d2;
    padding: 30px 0;
}

footer p {
    text-align: center;
    margin-bottom: 0;
    color: white;
}

footer .col-md-4 {
    border-right: 2px solid white;
}

footer .col-md-4:last-child {
    border-right: 0;
}


/*Gracias landing*/

#gracias {
    background-image: url(img/bg_thanks.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0;
}

#gracias .body img,
#gracias .buttons img {
    display: block;
    margin: 0 auto;
    width: 60%;
}

#gracias .HW {
    width: 200px;
    display: block;
    margin: 10px auto 0;
}


/*End gracias*/


/*Fin Footer*/

@media (max-width: 991px) {
    header a {
        text-align: center;
        float: none;
    }
    .cover {
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        top: 0;
    }
}

@media (max-width: 599px) {
    .horario .col-md-15 {
        margin: 35px auto;
    }
    .registro {
        font-size: 20px;
        width: 100%;
    }
    .libro {
        width: 80%!important;
    }
    h1 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }
}
