html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

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

body::-webkit-scrollbar-thumb{
    background: #0E0C56;
    
    border-radius: 5px;
}

.card{
    border-radius: 2rem;
    border: none !important;
    box-shadow: #00000000 !important;
}


.one:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
.one:after {
    content: attr(data-title);
    background-color: #6EEDA1;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    padding: 3px 20px;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
    margin: -2rem 0 0 -7rem;
    
}

.two:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
.two:after {
    content: attr(data-title);
    background-color: #6EEDA1;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    padding: 3px 20px;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
    margin: -2rem 0 0 -7rem;
    
}

.tree:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

.tree:after {
    content: attr(data-title);
    background-color: #6EEDA1;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    padding: 3px 20px;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
    margin: -2rem 0 0 -6.7rem;
    
}

.four:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

.four:after {
    content: attr(data-title);
    background-color: #6EEDA1;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    padding: 3px 20px;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
    margin: -2rem 0 0 -7rem;
    
}

.image_logo{
    width: 100%;
 }
 
 @media (max-width: 900px){
    .image_logo{
        width: 300% !important;
    }
}

#card_card {
    min-height: 0 !important;
    margin-bottom: 0.3rem;
}

#card_bodybody {
    min-height: 0 !important;
}

#card_principal{
    margin-left: 1.7rem;
}

#img_courier{
    height: 30px;
    width: 100px;
}

#img_envio{
    height: 120px;
    width: 200px;
    border-radius: 1rem;
}

.navbar-expand-md .navbar-nav .dropdown-menu {     
    top: auto;     
    right: 0px;     
    z-index: 1;     
}

.miacordeon{
    padding-left: 10rem; 
    padding-right: 10rem; 
    padding-bottom: 10rem
}

.colapse-edicion{
    padding: 2rem;
}

.imagen_block{
    display: none;
}

.escritorio_m{
    display: block;
}

.celular_m{
    display: none;
}


.miacordeon_ayua{
    padding-top: 1rem; 
    padding-left: 10rem; 
    padding-right: 10rem; 
}

.re_escri{
    display: block;
}

.re_movil{
    display: none;
}

.registri_movile{
    display: none;
}

.registri_escritorio{
    display: block;
}



@media (max-width: 600px){

    .miacordeon {
        padding-left: .1rem; 
        padding-right: .1rem; 
        padding-bottom: .1rem
    }

    .colapse-edicion{
        padding: .3rem;
    }

    .imagen_block{
        display: block;
    }

    .imagen_block2{
        display: none;
    }

    .miacordeon_ayua {
        padding-top: .5rem;
        padding-left: .1rem; 
        padding-right: .1rem; 
        padding-bottom: .1rem;
    }

    .escritorio_m{
        display: none;
    }

    .celular_m{
        display: block;
    }

    .registri_escritorio{
        content-visibility: hidden;
    }

    .re_escri{
        content-visibility: hidden;
    }

    .registri_movile{
        display: block;
    }
    
    .re_movil{
        display: block;
    }

    .row{
        width: auto !important;
    }
}

.new_service .number {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    border: 1px solid #0E0C56;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 32px;
    background: #0E0C56;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 1;
    position: relative;
}
 
.new_service .saas_features_item:hover .number {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgb(130 212 243 / 50%);
    box-shadow: 0 10px 30px 0 rgb(130 212 243 / 50%);
    color: #0E0C56;
}

.new_service .separator {
    position: absolute;
    top: 25px;
    width: 100%;
    background: #ededed;
    height: 1px;
    left: -51%;
    z-index: 0;
}

.tipo-servicio_movile{
    display: none;
}
.tarifa_movile{ 
    display: none;
}

@media (max-width: 575px){
    .new_service .separator {
        display: none;
    }
}

.new_service .new_service_content {
    min-height: 200px;
    margin-top: 30px;
    border-radius: 4px;
    padding: 50px 10px 30px 10px;
    border-radius: 1rem;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.new_service .saas_features_item:hover .new_service_content {
    box-shadow: 1px 1px 11px 5px;
    transform: scale(1.03);
    background-color: #fff;
    -webkit-box-shadow: 0 50px 80px 0 rgb(0 11 40 / 8%);
}

.new_service .separator:before{
    content:"";
    position:absolute;
    top:0;
    width:0;
    background:#31b9dd;
    height:1px;
    left:0;
    z-index:0;
    -webkit-transition:width .3s linear;-o-transition:width .3s linear;transition:width .3s linear}

.separator:before{width:100%}

.contenedor_formulario{
    background-color: #ffffff;
}

.form-control-submit-button2 {
	display: inline-block;
	width: 80%;
	height: 3.125rem;
	border: 0.125rem solid #6EEDA1;
	border-radius: 0.25rem;
	background-color: #6EEDA1;
	color: #fff;
	font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button2:hover {
	background-color: transparent;
	color: #6EEDA1;
}

.regis_buttom {
	display: inline-block;
	width: 30%;
	height: 3.125rem;
	border: 0.125rem solid #083D99;
	border-radius: 0.50rem;
	background-color: #083D99;
	color: #82E7FB;
	font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.regis_buttom:hover {
	background-color: transparent;
    border: 0.125rem solid #82E7FB;
    background-color: #82E7FB;
    color: #083D99;

}
#integraciones{
    width: 50%;
}


#envio_movile{
    display: none;
}

#integraciones:hover{
    transform: scale(1.20);
    transition: all 1s ease;
}

.img_cliente{
    width: 300px;
    height: 120px;
}

.img-fluid_2 {
    width: 120px;
    height: 80px;
}

.tarifa{
    width: 70%;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3rem 2rem .5rem 2rem;
    background: #ffffff;
    color: #000000;
    border-radius: 1rem;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 3;
}

.tipo-servicio{
    width: 50%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem 1rem 1rem 1rem;
    background: #243c83;
    color: #ffffff;
    border-radius: 1rem;
    font-size: 1.5rem;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 4;
}

.btn-cotizar{
    display: inline-block;
    width: 30%;
    height: 3rem;
    border: 0.125rem solid #6EEDA1;
    border-radius: 0.25rem;
    background-color: #6EEDA1;
    color: #fff;
    font: 700 1rem/2.5rem "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

.td_img{
    padding: 0.1rem 0.1rem 0.1rem 0.1rem !important;
    vertical-align:middle !important;
}

.card-datos-ingresados{
    text-align: -webkit-center;
    padding: 0.5rem 0 0.5rem 0;
    border-radius: .5rem;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.2);
}

.titulo_coti{
    font-size: 0.7rem;
    margin-bottom: 0rem;
    color: white;
    text-align: left !important;
    margin-bottom: -0.7rem; 
}

#tipo_envio{
    width: 5.7% !important;
    border: 2px solid white;
    border-radius: 3rem;
    margin: 1rem;
    padding-bottom: 0.5rem;
    margin: 0 0 0 4rem;
}

#tipo_envio.active{
    background: #ffffff;
    width: 7%;
    border-radius: 3rem;
    color: #0E0C56;
    transition: 0.5s ease-out;
    padding-top:-0.4rem;
}

.express:hover{
    transform: scale(1.2);
    transition: all 0.6s ease;
}

.big-ticket:hover{
    transform: scale(1.2);
    transition: all 0.6s ease;
}

.pallets:hover{
    transform: scale(1.2);
    transition: all 0.6s ease;
}
 
.congeladora:hover{
    transform: scale(1.2);
    transition: all 0.6s ease;
}

@media (max-width: 1920px) and (max-height: 1080px){
    .tipo-servicio{
        top: 58%;
    }

    /* [data-title]:after {
        content: attr(data-title);
        margin: -4.5rem 0 0rem 0.3rem;
        
    } */
}


@media (max-width: 1600px) and (max-height: 900px){
    .tipo-servicio{
        top: 56.8%;
    }

    #tipo_envio {
        width: 7% !important;
        border: 2px solid white;
        border-radius: 3rem;
        /* margin: 1rem; */ 
        padding: 4px 0 0 0;
        margin: 0 0 0 3.34rem;
    }

    .titulo_coti {
        font-size: 0.7rem;
        margin-bottom: 0rem;
        color: white;
        text-align: left !important;
        margin: 0 -0.7rem 0px 0px;
    }
    /* [data-title]:after {
        content: attr(data-title);
        margin: -4.5rem 0 0rem 0.3rem;
        
    } */
}


@media (max-width: 1440px){
    .img-fluid_2 {
        width: 100px;
        height: 60px;
    }

    #tipo_envio {
        width: 7% !important;
        border-radius: 3rem!important;
        padding-bottom: 0.5rem !important;
        margin: 0 0 0 3rem !important;
    }

    .titulo_coti {
        font-size: 0.7rem;
        margin-bottom: 0rem !important;
        color: white;
        text-align: left !important;
        margin-bottom: -0.7rem !important;
        margin-left: -0.4rem !important;
        margin-top: 2px !important;
    }
}

@media (max-width: 1370px) and (max-height: 768px){
    #img_envio{
        height: 120px;
        width: 155px;
        border-radius: 0.5rem;
    }

    .tipo-servicio{
        top: 55%;
    }

    #tipo_envio {
        width: 8% !important;
        border-radius: 3rem!important;
        padding-bottom: 0.5rem !important;
        margin: 0 0 0 2rem !important;
    }

    .titulo_coti {
        font-size: 0.7rem;
        margin-bottom: 0rem !important;
        color: white;
        text-align: left !important;
        margin-bottom: -0.7rem !important;
        margin-left: -0.5rem !important;
        margin-top: 2px !important;
    }
}

@media (max-width: 1366px) and (max-height: 768px){
    #img_envio{
        height: 120px;
        width: 155px;
        border-radius: 0.5rem;
    }
    .tipo-servicio{
        top: 53%;
    } 
}


@media (max-width: 1360px){
    #img_envio{
        height: 120px;
        width: 155px;
        border-radius: 0.5rem;
    }
}

@media (max-width: 991px){

    .carousel-caption{
        top: 30% !important;
    } 
 
    #tipo_envio {
        width: 11% !important;
        border-radius: 3rem!important;
        padding-bottom: 0.5rem !important;
        margin: 0 0 0 2rem !important;
    }

    #tipo_envio.active {
        background: #ffffff;
        height: 2.7rem !important;
        width: 2rem !important;
        color: #0E0C56;
        transition: 0.5s ease-out;
    }

    body::-webkit-scrollbar{
        display: none;
    }
    
    body::-webkit-scrollbar-thumb{
        display: none;
    }

    #img_envio{
        height: 100%;
        width: 100%;
        border-radius: 0.5rem;
    }
    .misclientes{
        display: none;
    }

    .form-control-submit-button2 {
        margin-top: 1rem;
    }

    .tipo-servicio{
        display: none;
    }
    .tarifa{ 
        display: none;
    }

    #envio_movile{
        display: block;
    }

    .tipo-servicio_movile{
        width: 70%;
        left: 8%;
        position: relative;
        text-align: center;
        justify-content: center;
        margin: 2rem 2rem -2rem 2rem;
        padding: 0.4rem;
        background: #243c83;
        color: #ffffff;
        border-radius: 1rem;
        font-size: 1rem;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
        display: block;
    }

    .tarifa_movile{ 
        margin:2rem;
        display: block;
        justify-content: center;
        padding: 3rem 2rem .5rem 2rem;
        background: #ffffff;
        color: #000000;
        border-radius: 1rem;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    }

    #tipo_envio.active{
        background: #ffffff;
        height: 2rem;
        width: 3rem;
        margin: 0 0.5rem;
        border-radius: 1rem;
        color: #0E0C56;
        transition: 0.5s ease-out;
    }
}

@media (max-width: 767px){

    .form-control-submit-button2 {
        width: 33%;
    }
}

@media (max-width: 380px){

    .form-control-submit-button2 {
        width: 43%;
    }
}



.btn-wsp{
    position:fixed;
    width:70px;
    height:70px;
    line-height: 63px;
    bottom:50px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:50px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}

.btn-wsp:hover{
    background: white;
    color: #20ba5a;
}

@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 60px;
	}
}

.grecaptcha-badge {
      display: none !important;
}

.card-body-c{
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem 0.50rem 1.25rem;
}

.card-3{
    max-width: 25rem !important;
}

#style_logo{
    width: 100%;
}



/* .slide{ 
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: -1;
} */
select{
    height: calc(2.0em + (0.75rem + 2px));
}

.cuadro_carga{
    font-family: 'Nunito', sans-serif !important;
}

.cuadro_modal_carga{
    background-color: #f8fdff !important;
}

/* .cinta-modal{ 
    background: white;
}   */

.cinta_p{
    color:black; 
    margin-bottom: -1rem !important;
}
