/*PROYECTO DESPACHO*/

/*Administra tus despachos*/
.area_despacho{
    padding-top: 120px;
    background:#fff;
}

.title_despacho{
    color:#39404A;
    font-weight:700;
    padding-right: 0.8rem;
    letter-spacing: -.025em;
}
.text_despacho{
    color: #505A68;
    font-weight: 400;
    font-size: 15pt;
    padding-right: 70px;
    margin-top: 15px;
}

.btn_proyecto_despacho{
    background: #406ddd;
    border-color: #406ddd;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 45px;
    padding: 8px 27px;
    transition: all 0.3s linear;
}

.btn_proyecto_despacho:hover{
    background: #527ae0;
    border-color: #527ae0;
}

/*De que se trata*/
.area_despacho_2{
    padding-top: 2rem;
    background:#406DDD;  
    padding-bottom: 2rem;
}

.title_despacho_w{
    color:#fff;
    font-weight:600;
    letter-spacing: -.025em;
}

.text_despacho_w{
    color:#fff;
    font-weight: 400;
    font-size:12pt;
}

/*Principales características */
.area_despacho_3{
    padding-top: 2rem;
    background:#FFF;  
}

.title_despacho_2{
    color:#39404A;
    font-weight:600;
    letter-spacing: -.025em;
}

.text_despacho_2{
    font-size:11pt;
    padding-right: 0px;
    color: #505A68;
    font-weight: 400;
}

.icon_available{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #406DDD;
    text-align: center;
    font-size: 17px;
    line-height: 37px!important;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 20px 30px 0px rgb(203 200 200);
}

.icon_disabled{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e0e0e0;
    text-align: center;
    font-size: 17px;
    line-height: 37px!important;
    color: #fff;
    margin-right: 20px; 
    margin-bottom: 10px;
    box-shadow: 0px 20px 30px 0px rgb(203 200 200);
}

.conocemas_despachos {
    font-weight: 500;
    color: #027bfe;
    font-size:12pt;
    text-decoration: underline;
}
.conocemas_despachos2 {
    font-weight: 500;
    color: #027bfe;
    font-size:12pt;
    text-decoration: underline;
}
.conocemas_despachos:hover {
    text-decoration: underline;
    color: #2656d4;
}
.conocemas_despachos2:hover {
    text-decoration: underline;
    color: #2656d4;
}
/*otros courier*/

.img_otroscourier{
    border-radius:5px;
}
.tex_otroscourier{
    font-size:13pt;
}

.title_despacho_otroscourier{
    background: #406DDD;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 70px;
    color: #fff;
    font-weight: 600;
}
/*responsive*/
@media (min-width:768px){
.img_otroscourier{
    border-radius:5px;
    margin-left: 240px;
}
.tex_otroscourier {
    width: 450px;
}
}

.title_info_soporte {
    color: #505A68;
    font-weight: 500;
}

.text_info_soporte {
    color: #6A788A;
    font-weight: 400;
    font-size:13pt;
}
.seccion-soporte {
    background: #e5e9eb;
    padding: 3rem;
    margin-bottom: 70px;
}

.btn-primary {
    font-size: 13pt;
    color: #fff;
    border-radius: 45px;
    padding: 15px 35px;
    background: #2556d3;
    border-color: #2556d3;
    font-weight:600;

}

.btn-soporte{
    align-items:center;
    justify-content:center;
}

.btn-soporte .btn{
    margin-bottom:8px;
}

@media screen and (min-width:768px){
    .separador::before {
    content: "";
    width: 2px;
    background: #b1b7ca;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    display: block;
    position: absolute;
    left:-8px;
}

.separador{
    position:relative;
    margin-left:14px;
}
.btn-soporte{
     flex-direction:row;
}
}

.btn-secondary {
    font-size: 13pt;
    color: #fff;
    border-radius: 45px;
    padding: 15px 35px;
    background: #fe5b1a;
    border-color: #fe5b1a;
    font-weight: 600;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #FF6D33;
    border-color: #FF6D33;
}
.bs-info__title {
    color: #505A68;
    font-weight: 600;
}


.bs-info__text {
    font-size: 16pt;
    color: #505a68;
    font-weight: 400;
}

/*PROYECTO PLANTILLAS*/

.area_plantillas{
    padding-top: 120px;
    background:#fff;
}

.title_plantillas{
    color: #39404A;
    font-weight: 700;
    padding-right: 0.8rem;
    letter-spacing: -.025em;
}

.text_plantillas{
    color: #505A68;
    font-weight: 400;
    font-size: 12pt;
    padding-right: 70px;
    margin-top: 15px;
}

.bs-img-square picture {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-slide img {
    display: block;
}
.bs-img-square picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.bs-img-square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
/* REFERIDOS */
.title_condiciones_referidos {
    color: #39404A;
    font-weight: 600;
}
.subtitle_condiciones_referidos {
    font-weight:500;
    color: #505A68;
}
.mail-bsale-referidos {
    color: #505A68;
    font-weight: 600;
}
.text_condiciones_referidos {
    font-size: 12pt;
    font-weight: 400;
    color: #505A68;
}
.title_refiere-bsale-2{
    color: #39404A;
    font-weight: 700;
    margin-bottom: 4rem;
    margin-top: 2rem;  
}
.title_refiere-bsale {
    color: #39404A;
    font-weight: 700;
    margin-bottom: 2rem;    
}
.text_refiere-bsale {
    font-size: 12pt;
    font-weight: 400;
    color: #505A68;
}

.area_referidos {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.area_referidos_c{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: linear-gradient(to bottom, #e9e9e9, #FFFFFF, #E6E8EB );
}
.btn_refiere_bsale{
    background: #406ddd;
    border-color: #406ddd;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    min-width: 12rem;
    border-radius: 45px;
    padding: 10px 17px;
    transition: all 0.3s linear;
}
.btn_refiere_bsale:hover{
    background: #2656D4;
    border-color: #2656D4;
    color: #fff;
}
.img_referidos_pasos{
    max-width: 100%;
}
.btn_refiere_bsale_2{
    background: #406ddd;
    border-color: #406ddd;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    min-width: 16rem;
    border-radius: 45px;
    padding: 10px 13px;
    transition: all 0.3s linear;
}
.btn_refiere_bsale_2:hover{
    background: #2656D4;
    border-color: #2656D4;
    color: #fff;
}
.area_partner_c {
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.area_partner_w {
    padding-top: 6rem;
    padding-bottom: 5rem;
}
.title_partners {
    color: #39404A;
    font-weight: 600;
}
.btn_partners_cta {
    background: #406ddd;
    border-color: #406ddd;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    min-width: 12rem;
    border-radius: 45px;
    padding: 10px 17px;
    transition: all 0.3s linear;
}
.btn_partners_cta:hover {
    background: #2656D4;
    border-color: #2656D4;
    color: #fff;
}

.img_partner_pasos {
    max-width: 102%;
}
.circle-number {
    width: 33px;
    height: 33px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #406DDD;
    color: #fff;
    font-size: 17px;
    display: inline-grid;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}
.lista_partner_pasos_beneficios {
    display: inline-grid;
}
.text_partners_slider {
    font-size: 13pt;
    font-weight: 400;
    color: #505A68;
}
@media (min-width:992px){
.btn_refiere_bsale_2{
    background: #406ddd;
    border-color: #406ddd;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    min-width: 16rem;
    border-radius: 45px;
    padding: 10px 17px;
    transition: all 0.3s linear;
}
.text_partners_slider {
    padding-right: 5rem;
}
.text_partner_pasos_beneficios {
    margin-left: 45px;
}
.enlace_cta_referido {
    margin-left: 45px;
}
.title_partner_beneficios {
    margin-left: 10px;
}
.text_partner_beneficios {
    margin-left: 60px;
}
.text_refiere-bsale {
    padding-right: 40px;
    text-align: justify;
    width: 500px;
    font-size: 14pt;
}
.title_refiere-bsale {
    padding-right: 25px;
}
}
.text_partner_pasos_beneficios {
    font-size: 12pt;
    font-weight: 400;
    color: #505A68;
}
.enlace_cta_referido {
    color: #2656D4;
    font-weight: 600;
    text-decoration: underline;
    font-size: 11pt;
}
.enlace_cta_referido:hover {
    color: #406DDD;
    text-decoration: underline;
}
.title_partner_pasos_beneficios {
    color: #39404A;
    font-weight: 600;
}
.lista_partner_beneficios {
    display: inline-block;
}
.title_partner_beneficios {
    color: #39404A;
    font-weight: 600;
    display: inline-block;
}
.text_partner_beneficios {
    font-size: 12pt;
    font-weight: 400;
    color: #505A68;
    display: inline-block;
}
.text_partner_beneficios_2 {
    font-size: 12pt;
    font-weight: 400;
    color: #505A68;
    display: inline-block;
    padding-right: 3rem;
}
.text_partner_beneficios_b {
    font-weight: 700;
}
.preg_partner_faq{
    font-size: 14pt;
    font-weight: 400;
    color: #39404A;
}
.resp_partner_faq{
    font-size: 12pt;
    font-weight: 400;
    color: #505A68;
}
.faq_content .tab-pane .card .card-header .btn {
    color: #39404A;
}


/* Partner */

@media (min-width: 992px){
 .new_form_lps {
    max-width: 350px;
    margin-left: -6px;
}
}
@media (max-width: 991px){
.new_form_lps{
    max-width: 400px;
    margin-left: -6px;
    }
    }
.form-control {
    width: 100%;
    margin-left: 0px;
    height: calc(1.95rem + 18px)!important;
    border-radius: 25px;
}