.detalle_line {
    display: inline-flex;
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
}
.cont_body_num{
    padding-top: 35px;
    padding-bottom: 55px;
}
.form-default{
    border-radius: 6px;
    padding-left: 20px;
    border: none;
    padding: 10px;
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 10px;
}
.form-error{
    display: block;
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 1;
    font-family: 'Montserrat', sans-serif !important;
}
.cont_body_num>li{
    list-style: none;
}
.cont_body_num>li>p {
    padding-top: 5px;
    font-weight: 600;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
}
.cont_name_number{
    text-align: left;
}
.content_num_form{
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}
.cont_head_num{
    background: #0059b2;
    color: white;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-clip-path: polygon(105% 0, 105% 90%, 50% 100%, 0% 90%, 0 0);
    clip-path: polygon(105% 0, 105% 90%, 50% 100%, 0% 90%, 0 0);
}
.cont_head_num>p{
    font-family: 'Montserrat', sans-serif !important;
}
.titles_contac{
    font-size: 1.6em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
}

.items_num_form:nth-child(1){
    flex: .7;
    width: 100%;
}

.items_num_form:nth-child(2){
    flex: 1;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cont_form_interior{
    background: white;
    max-width: 445px;
    margin: 15px;
    box-shadow: 0 0 10px -1px rgba(0,0,0, .5);
}
.btn-general{
    background: #2FA6F9;
    padding: 10px 70px;
    border-radius: 6px;
    color: white;
    font-weight: 400;
    display: block;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
    transition: all 0.3s ;
}
.btn-general:hover{
    background: #55b8fd;
}
.bg_gradien{
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(top, rgb(255,255,255) 10%,rgb(0, 89, 178) 10%,rgb(0, 89, 178) 90%,rgb(0, 89, 178) 91%,rgb(255,255,255) 91%);
    background: linear-gradient(to bottom, rgb(255,255,255) 10%,rgb(0, 89, 178) 10%,rgb(0, 89, 178) 90%,rgb(0, 89, 178) 91%,rgb(255,255,255) 91%);
}
.padd_001{
    padding-top: 140px; 
    padding-bottom: 60px;
}
.content_mapas{
     display: flex;
     justify-content: center;
     align-items: center;
     max-width: 1220px;
     margin: 0 auto;
     padding: 10px;
}
.iframe_maps{
     width: 95%;
     height: 350px;
}
.items_maps{
     flex: 2;
     text-align: left;
}
.items_ubicanos{
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 30px;
}
.items_ubicanos_content{
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     align-items: flex-start;
     color: #333333;
}
.format_text_ubicanos{
     line-height: 1.1;
     text-align: left;
     padding-left: 15px;
     font-family: 'Montserrat', sans-serif !important;
}
.detalles_lugar{
     font-size: 14px;
     padding-top: 7px;
}
.padd_comod{
    padding: 5px;
}
.links_wtsp>img{
    width: 75px;
    border-radius: 50%;
}
.content_asesores{
    display: flex;
    margin-bottom: 10px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.int-asesor{
    min-width: 190px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
a.links_wtsp{
    padding-left: 0 !important;
}

/**************** INICIO RESPONSIVE *****************/
@media (max-width: 900px){
    
    .cont_head_num>p{
        max-width: 350px;
    }
    .items_num_form:nth-child(1){
        flex: 1;
    }
    .cont_form_interior{
        max-width: none;
        /*width: 100%;*/
    }
    .content_num_form{
        flex-direction: column;
        align-items: center;
    }
    .items_num_form:nth-child(2){
        flex: auto;
        width: 100%;
    }
    .bg_gradien{
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(top, rgb(255,255,255) 10%,rgb(0, 89, 178) 10%,rgb(0, 89, 178) 90%,rgb(0, 89, 178) 91%,rgb(0, 89, 178) 91%);
        background: linear-gradient(to bottom, rgb(255,255,255) 10%,rgb(0, 89, 178) 10%,rgb(0, 89, 178) 90%,rgb(0, 89, 178) 91%,rgb(0, 89, 178) 91%);
    }
    
    
    
    .content_mapas{
        flex-direction: column;
    }
    .items_maps{
        width: 100%;
    }
    .format_text_ubicanos{
        max-width: 360px;
    }
    .iframe_maps{
        width: 100%;
        margin-bottom: 40px;
    }
}