/* .nice-select:after {
    background-color: #ffffff;
    height: 40px;
} */

/* .custom-search-input-2 input[type='submit'] {
    position: absolute;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: -1px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    top: 0;
    border: 0;
    height: 40px;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-indent: -999px;
    background: #FFC107 url(assets/general/img/icons/search.svg) no-repeat center center;
} */

/* .form__input nice-select {
    height: 40px;
    font-weight: 100;
    font-size: 15px;
} */

/* .custom-search-input-2 input {
    height: 40px;
    font-weight: 100;
    font-size: 15px;
} */

/* .custom-search-input-2 i {
    height: 30px;
    color: #cccccc;
} */

/* .nice-select {
    height: 40px;
    line-height: 40px;
    font-weight: 100;
} */


/* .custom-search-input-2 .nice-select .current {
    font-weight: 100;
    font-size: 15px;
} */

.main-content-wrapper {
    margin-top: 30px;
    background-color: #fff;
}

/* .side-bar {
    background-color: #ffffff;
} */

/* .shop-toolbar,
.schools-grid {
    padding: 20px;
} */

/* .ft-product {
    background-color: #ffffff;
    padding: 20px;
} */

#map {

    height: 500px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */

}

@media (max-width: 991px) {
    #map {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .custom-search-input-2 input[type='submit'] {
        margin: 0px 0 0 0;
    }
}

/* .gm-style-iw-d {
    max-height: 350px !important;
}

.gm-style-iw-d figure {
    text-align: center;
}

.gm-style-iw-d img {
    height: 60% !important;
    width: 60% !important;
    margin: 0 auto;
}


.product-category a {
    font-size: 14px;
    font-weight: bold;
    color: #004dda;

}

.product-title {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
} 

.shape {

    border-style: solid;
    border-width: 0 70px 40px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
    transform: rotate(360deg);
}

/* .offer {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
}

.offer:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: rotate scale(1.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} */

/* .shape {
    border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-radius {
    border-radius: 7px;
}

.offer-danger {
    border-color: #d9534f;
}

.offer-danger .shape {
    border-color: transparent #d9534f transparent transparent;
}

.offer-success {
    border-color: #5cb85c;
}

.offer-success .shape {
    border-color: transparent #5cb85c transparent transparent;
}

.offer-default {
    border-color: #999999;
}

.offer-default .shape {
    border-color: transparent #999999 transparent transparent;
}

.offer-primary {
    border-color: #428bca;
}

.offer-primary .shape {
    border-color: transparent #428bca transparent transparent;
}

.offer-info {
    border-color: #5bc0de;
}

.offer-info .shape {
    border-color: transparent #5bc0de transparent transparent;
}

.offer-warning {
    border-color: #f0ad4e;
}

.offer-warning .shape {
    border-color: transparent #f0ad4e transparent transparent;
} */

/* .shape-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: -25px;
    top: -4px;
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(30deg);
    /* Safari and Chrome */
    transform: rotate(30deg);
}

.offer-content {
    padding: 0 20px 10px;
} */

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }

}

/* .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
} */

 .logo-responsive {
    width: 200px;
    height: 200px;
    top: -80px;
    position: absolute;
    border: solid 1px #e2e2e2;
} 

@media (max-width: 768px) {
    .logo-responsive {
        width: 150px;
        height: 150px;
        top: -40px;
    }

    /* .gm-style-iw-d .product-title,
    .gm-style-iw-d h3 {
        padding: 1px !important;
        font-size: 12px;
    }

    .gm-style-iw-d .ft-product {
        margin-left: -20px;
        margin-top: -40px;
    }

    .gm-style-iw-d .btn-primary_,
    .gm-style-iw-d .btn-primary__ {
        padding: 5px !important;
        font-size: 12px !important;
        float: left !important;
    } */
}

@media (max-width: 484px) {
    .logo-responsive {
        width: 100px;
        height: 100px;
        top: -30px;
    }
}

/*
.btn-primary_:hover {
    color: #fff !important;
    background-color: #1a41d8 !important;
    border-color: #1a41d8 !important;
    transition: all .4s ease-in-out;
}

.btn-primary_ {
    margin-left: 5px;
    color: #1a41d8 !important;
    background-color: #fff !important;
    border-color: #1a41d8 !important;
    font-size: 14px;
    font-weight: bold;
}

.btn-primary__:hover {
    color: #fff !important;
    transition: all .4s ease-in-out;
    background: linear-gradient(130deg, #2957cb, #8400f2, #22daf6, #01a5e1 90%, #c500b1) !important;
    border-color: #1a41d8 !important;
    font-size: 20px;
}

#favorito-pregunta .btn-primary__ {
    margin-left: 5px;
    color: #fff !important;
    transition: all .4s ease-in-out;
    background: linear-gradient(130deg, #22daf6, #01a5e1, #2957cb, #8400f2 90%, #c500b1) !important;
    border-color: transparent !important;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: -45px;
    left: 25px;
    border-radius: 25px;
    border: 0px;
    padding: 10px;
}

#favorito-pregunta  .btn-primary__:hover {
    color: #fff !important;
    transition: all .4s ease-in-out;
    background: linear-gradient(130deg, #2957cb, #8400f2, #22daf6, #01a5e1 90%, #c500b1) !important;
    border-color: #1a41d8 !important;
}
*/

/* .product-footer-meta h3 {
    color: #333;
    text-align: left;
    font-weight: bold;
} */

/* .seccion2 {
    background-color: #fff;
    margin-top: -50px;
    padding-top: 80px;
}

.secciones1 .product-footer-meta {
    margin-top: 5px;
} */

/*
#favorito-pregunta .action-btn {
    position: absolute;
    top: -45px;
    left: -40px;
}
*/

@media (max-width: 768px) {
    .product-summary .product-title {
        margin-top: 100px;
    }

    .product-footer-meta h3 {
        padding-top: 40px;
        text-align: center;
        padding-bottom: 20px;
        font-size: 25px;
    }

    .seccion2 {
        background-color: #fff;
        margin-top: -50px;
        padding-top: 20px;
    }

    .product-footer-meta p {
        text-align: center !important;
    }

    .product-footer-meta a {
        padding-left: 5px !important;
    }

    .secciones1 .product-footer-meta {
        margin-top: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .secciones1 .product-footer-meta p {
        text-align: left !important;
    }

    .secciones1 .product-footer-meta h3 {
        padding-top: 60px;
        text-align: center !important;
        font-size: 25px;
    }

    .action-btn {
        top: -45px;
        left: 5px;
    }

    .btn-primary__ {
        left: 55px;
    }
}

/******menu del medio******* */
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-flex {
    display: -webkit-box !important;

    display: -ms-flexbox !important;
    display: flex !important;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.driving-school__anchor.anchor-navigation__anchor-link--active,
.driving-school__anchor:hover {
    font-weight: 700;
    color: #1a41d8;
    border-bottom: 4px solid #1a41d8;
}

@media (min-width: 1200px) .driving-school__anchor {
    padding: 2em 1.5em;
}

@media (min-width: 992px) .driving-school__anchor {
    padding: 1.5em;
}

.driving-school__anchor {
    color: #95989a;
    border-bottom: 4px solid #b3bcc7;
    cursor: pointer;
}

.driving-school__anchor-nav {
    width: 100%;
}

.font--bold {
    font-weight: 700;
}

.text-center {
    text-align: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.search-bar {
    margin-top: 90px;
    background: #fff;
    height: 80px;
    z-index: 1;
}



.sticky {
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 0px;
}

/* .ft-product-list .product-info {
    -webkit-flex-basis: calc(100% - 190px);
    -moz-flex-basis: calc(100% - 190px);
    -ms-flex-preferred-size: calc(100% - 190px);
    flex-basis: calc(100% - 190px);
    max-width: calc(100%);
    padding-left: 40px;
} */

/* @media (max-width: 47.94em) {
    .ft-product-list .product-info {
        -webkit-flex-basis: calc(100% - 100px);
        -moz-flex-basis: calc(100% - 100px);
        -ms-flex-preferred-size: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
        max-width: calc(100% - 100px);
        padding-left: 30px;
    }
} */

@media (max-width: 35.94em) {
    .ft-product-list .product-info {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}

.info_content .ft-product {
    padding: 0px;
}

.title_info_window {
    padding: 10px;
    margin: 0px;
    padding-bottom: 5px;
}

.info_content .product-category a:first-letter {
    text-transform: uppercase;
}

.info_content .product-title {
    font-size: 12px;
    font-weight: 200;
    color: #b1b1b1;
    padding-bottom: 20px;
}

.address_info_windows {
    font-size: 12px;
    color: #b1b1b1;
    padding-bottom: 10px;
}

.gm-style-iw-d {
    max-width: 360px !important;
    width: 300px !important;
}

.header-detail {
    background-color: #fff;
    padding-bottom: 30px;
}

.logo-responsive {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ecf7fb;
}

.google-map-area{
    height: 400px;
}

#google-map{
    height: 400px;    
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}


.items-favoritos{
    margin: 0px;
}

h1{
    text-align: left;
}

a.scrollable {
    font-size: 20px;
    font-weight: bold;
    color: #1a41d8;
    border-bottom: 4px solid #1a41d8;
    text-decoration: none;
    margin-right: 20px;
    padding-bottom: 10px;
}

a.scrollable:hover{
    color: #1a41d8;
    border-bottom: 4px solid #1a41d8;
    text-decoration: none;
}

.seccion_azul{
    background-color:#f6f7fe;
    /* margin-top:-80px; */
}

.seccion_blanca{
    background-color: #fff;
}

@media (max-width: 768px) {
    #favorito-pregunta{
        margin-top: 60px !important;
    }
}


/* Ds */

#autoescuela-ficha {
 margin-top: 80px;
}

.datos-autoescuela, 
.datos-autoescuela p {
    font-family: "Saira", sans-serif;
    font-size: 22px;
    line-height: 35px;
    color: #063D63;
    margin-top: 20px;
}

.list-tags {
    font-size: 22px;
    margin-bottom: 40px;
}

.titulo-bloque {
    margin: 80px 0 40px 0;
}

.producto-ficha {
    background-color: #f7f7f7;
    border-radius: 20px;
    border: 4px solid #f7f7f7;
    padding: 30px;
    background-color: #f7f7f7;
    height: 100%;
}

.producto-ficha:hover {
    border: 4px solid #063D63;
}

.producto-ficha .descripcion {
    font-family: 'Saira';
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 100px;
}

.producto-ficha .descripcion div {
    margin-bottom: 30px;
}

.producto-ficha .descripcion img {
    margin-top: -5px;
}

.producto-ficha .descripcion span {
    display: inline-block;
    margin-left: 28px;
}

.producto-ficha h3 {
    font-size: 32px;
    font-weight: 700;
}

.producto-ficha hr {
    border-top: 2px solid #063D63;
    margin: 25px 0;
}

.producto-ficha .list-tags {
    margin: 30px 0;
}

.producto-ficha .list-tags span {
    display: block;
    margin-bottom: 10px;
}

.producto-ficha .contratar {
    position: absolute;
    right: 40px;
    bottom: 20px;
}

.producto-ficha .precio {
    font-size: 22px;
    font-weight: 700;
    text-align: right;
    padding-right: 10px;
}

.producto-ficha .btn {
    margin-top: 5px;
    padding: 4px 40px;
}

.btn-volver {
    padding: 5px 80px;
    margin: 100px auto 200px auto;
    font-size: 22px;
}