ul {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none;
    list-style: none;
}

a img, img {
    border: none
}

li {
    list-style: none;
    transition: all .2s linear;
}

a, li, ul, nav {
    -webkit-transition: all .2s ease 0;
    -moz-transition: all .2s ease 0;
    -ms-transition: all .2s ease 0;
    transition: all .2s ease 0
}

textarea:focus, input:focus, select:focus {
    outline: none;
}

h5 {
    display: block;
    font-size: 0.83em;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

a, a:link, a:visited, a:hover, a:active {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

div, span, input, object, texarea {
    resize: none;
    outline: none;
}

li {
    list-style: none;
}

body {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    min-height: 100%;
    position: relative;
}

header {
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #f2f2f2;
}

#header {
    margin: 0 auto;
    width: 1000px;
}

.logo {
    font-size: 37px;
    font-weight: 300;
    color: #000;
    display: inline-block;
    float: left;
    margin: 26px 0 0 0;
}

.logo img {
    margin: -12px 0 0 0;
    max-height: 4rem;
}

.navegacion {
    float: right;
    margin: 28px 0 0 0;
    font-size: 2.3rem;
    font-weight: 300;
}

.navegacion ul li {
    display: inline-block;
    margin: 0 10px;
}

.navegacion ul li a {
    color: #00aaff;
}

.navegacion ul li a i {
    position: relative;
    top: 1px;
}

.navegacion ul li a img {
    float: left;
    margin: 7px 0px 0 0;
    width: 30px;
}

#comoRastrear {
    margin: 0 auto;
    width: 1000px;
    padding-bottom: 100px;
}

.index_box {
    margin: 25px 0 25px 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #f2f2f2;
    display: flex;
}

.index_box .a_cecular {
    float: left;
    font-size: 200px;
    color: #000;
    margin: 0 30px 0 0;
}

.index_box .a_cecular img {
    height: initial;
    width: 107px;
}

.ind_box_left {
    position: relative;
}

.ind_box_left h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.ind_box_left h1 a {
    color: #00aaff;
}

.ind_box_left p {
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    margin: 10px 0;
}

.ind_box_left .boton_her {
    background: #00aaff;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0 0;
    border-radius: 3px;
    transition: all 150ms ease-in-out;
}

.ind_box_left .boton_her:hover {
    background-color: #1297da;
    box-shadow: 0 5px 5px 0 #00000029;
}

.ind_box_left .boton_her i {
    font-size: 13px;
    margin: 0 0 0 3px;
}

article h1 {
    margin: 2rem 0;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
}

article h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin: 45px 0;
}

article p {
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    margin: 20px 0;
}

article blockquote {
    position: relative;
    margin: 50px 0;
    font-weight: 700;
    border-top: 1px dashed #cacaca;
    display: block;
    border-bottom: 1px dashed #cacaca;
    padding: 8px 65px;
    text-align: center;
    line-height: 1.6em;
    font-size: 1.1em;
    border-left: none;
    border-right: none
}

article a {
    color: #2481cc
}

article blockquote:before {
    content: "\201C";
    position: absolute;
    left: 0;
    top: 43px;
    font-size: 75px;
    color: #EDEDED;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: initial
}

article h3 {
    font-size: 21px;
    margin: 30px 0 0
}

article h4 {
    font-size: 21px;
    margin: 30px 0 0
}

article strong {
    font-weight: 500;
}

article ul li {
    list-style: circle;
    margin: 0 0 7px 18px;
    font-size: 20px;
    font-weight: 300;
}

article ol {
    padding: 0;
    margin: 0;
}

article ol li {
    list-style: inherit;
    margin: 0 0 7px 18px;
    font-size: 20px;
    font-weight: 300;
}

#content {
    min-height: 100%;
    position: relative;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

footer {
    background: #000;
    margin: 10px 0 0 0;
    height: 50px;
    padding: 17px 0 0 0;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer {
    margin: 0 auto;
    width: 1000px;
}

#footer b {
    color: #fff;
    font-weight: 500;
    float: right;
}

#menu-footer {
    float: left;
}

#menu-footer li {
    display: inline-block;
    margin: 0 0 0 10px;
}

#menu-footer li::after {
    content: "|";
    color: #fff;
    margin: 0 0 0 10px;
}

#menu-footer li:last-child::after {
    display: none;
}

#menu-footer li a {
    color: #fff;
}

.celular_box {
    text-align: center;
    margin: 30px 0 0 0;
}

.hd_cel h1 {
    font-size: 3.5rem;
    color: #000;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}

.hd_cel img {
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 10px 0 0;
    width: 3rem;
}

.celular_box p {
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    margin: 15px 0 0 0;
}

#formulario {
    margin: 40px auto 0 auto;
    width: 430px;
}

.intl-tel-input {
    width: 100%;
    margin: 0 0 10px 0;
}

#formulario input {
    width: 71%;
    border: 0;
    border-radius: 4px;
    padding: 12px 0px 10px 5px;
    font-size: 19px;
    color: #000;
    font-weight: 300;
    font-family: Helvetica, Arial, sans-serif;
}

#formulario input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9c9c9c;
    font-weight: 300;
}

#formulario input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9c9c9c;
    font-weight: 300;
    opacity: 1;
}

#formulario input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9c9c9c;
    font-weight: 300;
    opacity: 1;
}

#formulario input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9c9c9c;
    font-weight: 300;
}

#formulario input::-ms-input-placeholder { /* Microsoft Edge */
    color: #9c9c9c;
    font-weight: 300;
}

#formulario input::placeholder { /* Most modern browsers support this now. */
    color: #9c9c9c;
    font-weight: 300;
}

.intl-tel-input .country-list {
    border: 2px solid #b7b7b7 !important;
    border-radius: 0 0 5px 5px !important;
    margin: 0 0 0 -2px !important;
    max-height: 170px !important;
    overflow-x: hidden;
    width: 430px;
}

.intl-tel-input .country-list .divider {
    padding: 0 0 !important;
}

#formulario select {
    width: 100%;
    border: 2px solid #b7b7b7;
    border-radius: 4px;
    padding: 10px;
    color: #9e9c9c;
    font-size: 14px;

}

.Def_Opera {
    width: 100%;
    border: 2px solid #b7b7b7;
    border-radius: 4px;
    padding: 10px;
    color: #a9a9a9;
    font-size: 14px;
    display: block;
    margin: 10px 0 0 0;
    font-weight: 300;
    cursor: pointer;
    text-align: left;
}

.Def_Opera i {
    color: #000;
    margin: 0 8px 0 0;
    position: relative;
    top: 1px;
    font-size: 18px;
}

.Def_Opera div {
    display: inline-block;
    font-size: 18px;
}

.Def_Opera div span {
    color: #000;
}

.operador_list {
    position: absolute;
    width: 430px;
    border: 2px solid #b7b7b7;
    margin: -2px 0 0 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    display: none;
    background: #fff;
}

.operador_list_a {
    display: block;
}

.operador_list li {
    text-align: left;
    padding: 10px 10px 10px 15px;
    font-size: 17px;
    border-bottom: 1px solid #b7b7b7;
    cursor: pointer;
    font-weight: 300;
}

.operador_list li:last-child {
    border-bottom: none;
}

.operador_list li:hover {

    background: #f9f9f9;
}

input.p_submit {
    background: url(../inc/images/bot_cel.png);
    background-repeat: no-repeat;
    background-position: 30px;
    font-size: 1.5rem !important;
    margin: 25px 0 0 0;
    width: initial !important;
    border: none !important;
    background-color: #0af;
    font-weight: 500 !important;
    color: #fff !important;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    padding: 10px 30px 10px 50px !important;
}

input.p_submit:hover {
    background-color: #1297da;
    box-shadow: 0 5px 5px 0 #00000029;
}

.celular_box b {
    font-weight: 400;
    font-size: 15px;
    color: #a7a6a6;
    margin: 20px 0;
    display: block;
}

.updated {
    font-weight: 500;
    font-size: 25px;
    color: #3a3a3a;
}

.contador {
    margin: 50px 0 0 0;
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
}

.contador li {
    width: 50%;
    background: #00aaff;
    text-align: center;
    padding: 50px 0;
}

.contador li:last-child {
    background: #0055ff;
}

.contador li b {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.contador li p {
    margin: 0;
    font-size: 23px;
    color: #fff;
    font-weight: 300;
}

.info_box {
    margin: 300px 0 50px 0;
    display: flex;
    width: 100%;
    border-bottom: 2px solid #f2f2f2;
    padding: 0 0 4rem 0;
}

.info_box li {
    width: 33.3%;
    text-align: center;
    margin: 0 25px;
}

.info_box li img {
    margin: 0 0 15px 0;
}

.info_box li h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
}

.info_box li p {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    color: #737373;
    margin: 10px 0;
}

.box_comentarios {
    text-align: center;
    margin: 0 0 25px 0;
}

.box_comentarios span {
    font-size: 45px;
    color: #000;
    font-weight: 600;
    margin: 0;
    width: 100%;
}

.box_comentarios p {
    font-size: 20px;
    font-weight: 300;
    line-height: 21px;
    color: #383838;
    margin: 1rem 0 3rem 0;
}

.all_coments {
    text-align: left;
    border-top: 1px solid #e6e5e5;
    padding: 20px 0 0 0;
}

.all_coments li {
    padding: 20px 0 35px 0;
    border-bottom: 1px solid #e2dede;
}

.all_coments li img {
    float: left;
    margin: 0 10px 0 0;
    border-radius: 100%;
}

.all_coments li span {
    font-size: 20px;
    color: #0aa4f1;
}

.all_coments li p {
    color: #848484;
    margin: 5px 0 0 0;
    font-size: 18px;
    margin: 5px 0 0 90px;
}

.all_coments li b {
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #bdbdbd;
    margin: 10px 0 0 0;
}

.sweet-alert h2 {
    font-weight: 400;
    color: #555;
    margin: 10px 0;
    text-align: center;
    font-size: 30px;
}

.sweet-alert p {
    display: block;
    color: #777;
    font-size: 17px;
}

.sweet-alert .btn-primary {
    background-image: none;
    outline: 0;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    cursor: pointer;
}

.sweet-alert .btn-primary:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    background: #4180ff;
    color: #fff;
    border: 1px solid #2b5bbd;
}

.head_android {
    height: 50px;
    background-color: #0f9d58;
    position: relative;
    z-index: 10;
}

.head_android img {
    float: left;
    margin: 14px 0 0 25px;
    width: 80px;
}

.head_android p {
    font-size: 17px;
    color: #fff;
    margin: 15px 0 0 10px;
    float: left;
}

.andr_quest {
    background-image: url(../inc/images/andr_menu_quest_up.png);
    margin: 13px 40px 0 0;
    background-size: 25px;
}

.andr_menu {
    background-image: url(../inc/images/andr_menu_up.png);
    margin: 18px 5px 0 0;
    background-size: 17px;
}

.andr_not {
    background-image: url(../inc/images/andr_menu_not_up.png);
    margin: 12px 5px 0 0;
    background-size: 27px;
}

.andr_user {
    background-image: url(../inc/images/andr_menu_user_up.png);
    margin: 7px 20px 0 0;
    background-size: 35px;
}

.andr_quest, .andr_menu, .andr_not, .andr_user {
    height: 40px;
    width: 35px;
    float: right;
    background-repeat: no-repeat;
}

.map_android {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brujula {
    background-image: url(../inc/images/brujula_f.png);
    background-repeat: no-repeat;
    /*background-position: 0px 3px;*/
    background-position: center top;
    background-size: 100%;
    width: 100%;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem 0 0 0;
}

.cent_bruj {
    width: 300px;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brujula img {
    animation-name: example;
    animation-duration: 4s;
    width: 100%;
}

@keyframes example {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(40deg);
    }

    55% {
        transform: rotate(-35deg);
    }

    75% {
        transform: rotate(40deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.brujula p {
    font-size: 20px;
    color: #191919;
}

.more_info_android {
    top: 50px;
    background: #fff;
    width: 355px;
    height: 100%;
    box-shadow: 0 0 5px 1px #bbbbbbab;
    z-index: 5;
    position: fixed;
}

.first_andr {
    padding: 20px;
    border-bottom: 1px solid #bbbbbb94;
    box-shadow: 0 0 5px 0 #b3b3b38f;
}

.first_andr img {
    float: left;
    margin: 0;
    width: 100px;
}

.first_andr span {
    font-size: 17px;
    font-weight: 500;
}

.first_andr p {
    font-size: 12px;
    font-weight: 400;
    color: #6d6d6d;
    margin: 5px 0;
    padding: 0 25px 0 0;
}

.first_andr div {
    margin: 0 0 0 115px;
}

.first_andr div img {
    width: 20px;
    margin: 0 5px 0 0;
}

.first_andr div b {
    font-weight: 500;
    color: #696969;
    margin: 3px 0 0 0;
    display: inline-block;
}

.bat_and {
    margin: 10px 0 0 0 !important;
}

.reload_and {
    float: right !important;
    margin: 40px 0px 0 0 !important;
    width: 17px !important;
}

.options_andr {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.options_andr img {
    float: left;
    margin: 0 15px 0 0;
    width: 21px;
}

.options_andr span {
    font-size: 13.5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    top: 2px;
}

.options_andr p {
    font-size: 12px;
    color: #797979;
    margin: 15px 0 0 0;
    padding: 0 35px 0 0;
}

.left_andr {
    float: right;
    color: #929292;
}

.map_google_android {
    margin-left: 355px;
    width: 100%;
    height: 100%;
    top: 50px;
    text-align: center;
}

.map_google_android img {
    position: absolute;
    width: 50px;
    top: 45%;
    left: unset;
    transform: translate(-50%, -50%);
    margin: 0;
    margin: -20px 0 0 0;
}

.menu_andr_right {
    /*position: fixed !important;*/
    /*right: 20px;*/
    /*width: 30px !important;*/
    /*bottom: 20px;*/
    /*top: initial !important;*/
    position: fixed !important;
    right: 5px !important;
    width: 30px !important;
    bottom: -22px !important;
    top: initial !important;
}

#Android {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
}

.Android_Hide {
    display: none !important;
}

.Android_Hide_a {
    display: flex !important;
}

.ios_Hide {
    display: none !important;
}

.ios_Hide_a {
    display: flex !important;
}

.Popup_box {
    position: fixed;
    width: 100%;
    z-index: 15;
    height: 100%;
    top: -1000%;
    opacity: 0;
    -webkit-transition: top 0s ease .35s, opacity .35s ease;
    -moz-transition: top 0s ease .35s, opacity .35s ease;
    -ms-transition: top 0s ease .35s, opacity .35s ease;
    transition: top 0s ease .35s, opacity .35s ease;
    overflow: auto;
    margin-bottom: 100px;
}

.Popup_box_a {
    top: 0;
    opacity: 1;
    -webkit-transition: top 0s ease 0s, opacity .35s ease;
    -moz-transition: top 0s ease 0s, opacity .35s ease;
    -ms-transition: top 0s ease 0s, opacity .35s ease;
    transition: top 0s ease 0s, opacity .35s ease;
}

.Popup_cont {
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px 1px #0000004f;
    border-radius: 8px;
    width: 480px;
    text-align: center;
    padding: 0 0 15px 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.head_popup {
    background-color: #0f9d58;
    height: 65px;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: left;
}

.head_popup img {
    float: left;
    width: 40px;
    margin: 0 10px;
}

.head_popup b {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0 0;
}

.body_popup {
    padding: 25px 15px 15px 25px;
    display: block;
    text-align: left;
}

.body_popup img {
    float: left;
    width: 80px;
    margin: 0 15px 0 0;
}

.body_popup li {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    color: #737373;
    margin: 0 0 10px 0;
}

.body_popup li b {
    font-weight: 500;
}

.Popup_cont p {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    color: #737373;
    margin: 0 0 10px 0;
    padding: 0 25px;
}

.Popup_cont a {
    background: #0f9d58;
    font-size: 25px;
    padding: 15px 25px;
    display: inline-block;
    margin: 20px 0 10px 0;
    border-radius: 30px;
    color: #fff;
    transition: all 150ms ease-in-out;
}

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.Popup_cont a:hover {
    background: #12b163;
    box-shadow: 0 5px 5px 0 #00000029;
}

.popup_exp {
    display: block;
    font-size: 11.5px;
    color: #bdbdbd;
}

.popup_exp b {
    font-weight: 400;
    color: #f00;
}

.hed_apple {
    background-color: #ffffff;
    box-shadow: 0 0 2px 0 #0f9d58;
}

.hed_apple img {
    width: 30px;
    margin: 7px 0 0 25px;
}

.hed_apple p {
    color: #2ea737;
    font-size: 19px;
    display: block !important;
}

.hed_apple p i {
    font-size: 14px;
}

.hed_apple .andr_quest {
    background-image: url(../inc/images/question_apple_up.png);
    margin: 13px 20px 0 0;
}

.hed_apple .andr_quest:before {
    content: '|';
    font-size: 22px;
    margin: 0 0 0 -12px;
    color: #bbb;
    font-weight: 300;
}

.hed_apple .right_p {
    float: right;
    margin: 15px 20px 0 0;
}

.map_google_apple {
    width: 100%;
    height: 100%;
    top: 50px;
    text-align: center;
}

.pin_ios {
    background-image: url(../inc/images/pin_container_up.png);
    background-repeat: no-repeat;
    width: 225px;
    height: 156px;
    text-align: left;
    padding: 32px 0 0 35px;
    /*margin: -45px 0 0 35px;*/
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    margin: -70px 0 0 20px;
}

.pin_ios span {
    font-size: 20px;
}

.pin_ios p {
    margin: 0;
    color: #888;
}

.zoom_apple {
    background-image: url(../inc/images/zoom_apple.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 70px;
    position: fixed;
    margin: 20px;
}

.apple_grey {
    background-image: url(../inc/images/apple_grey.png);
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: fixed;
    left: 20px;
    bottom: 20px;
}

.estandar_ios {
    background-image: url(../inc/images/estandar_ios.png);
    background-repeat: no-repeat;
    background-size: 90px;
    width: 90px;
    height: 30px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.apple_info {
    right: 0;
    margin: 15px 15px 0 0;
    position: fixed;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 #bbb;
}

.head_info_apple {
    text-align: center;
    padding: 10px 0 0 0;
}

.head_info_apple img {
    width: 55px;
}

.head_info_apple span {
    display: block;
    font-size: 25px;
    margin: 5px 0 0 0;
}

.head_info_apple p {
    margin: 0;
    color: #8e8e8e;
}

.head_info_apple b {
    display: block;
    font-weight: 400;
    margin: 5px 0;
}

.body_info_apple {
    display: flex;
    border-top: 1px solid #dedede;
    margin: 10px 0 0 0;
}

.body_info_apple li {
    width: 33.3%;
    padding: 10px 5px 10px 5px;
    text-align: center;
}

.body_info_apple li:first-child img {
    width: 30px;
}

.body_info_apple li img {
    width: 35px;
}

.body_info_apple li:last-child img {
    width: 23px;
    height: 32px;
}

.body_info_apple li span {
    display: block;
    color: #2ea737;
    margin: 5px 0 0 0;
}

.bat_app {
    background-image: url(../inc/images/battery_apple_up.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 45px;
    height: 15px;
    float: right;
    margin: 5px;
    position: absolute;
    right: 0;
}

.apple_hed_pop {
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 #2ea7378a;
}

.apple_hed_pop img {
    margin: -2px 10px;
}

.apple_hed_pop b {
    font-size: 23px;
    font-weight: 300;
    color: #2ea737;
    display: inline-block;
    margin: 10px 0 0 0;
}

.bot_ios {
    background: #2ea737 !important;
}

.bot_ios:hover {
    background: #35c740 !important;
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: initial !important;
    height: 100%;
    padding: 0 !important;
    border-right: 2px solid #bbb;
    text-align: left;
}

.icono_movil a:before {
    content: '';
    background-image: url(../inc/images/smartphone-call_preview.png);
    background-repeat: no-repeat;
    background-size: 29px;
    width: 30px;
    height: 33px;
    display: inline-block;
    position: relative;
    top: 6px;
}

.intl-tel-input .selected-flag .iti-flag {
    position: relative !important;
    top: 1px !important;
    left: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    margin: 0 0 0 11px !important;
}

.intl-tel-input .country-list .country {
    padding: 12px 10px !important;
    border-bottom: 2px solid #b7b7b7;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: inline-block;
    margin: 13px 21px 0 5px;
    font-size: 17px;
    color: #3e3e3e;
    vertical-align: unset;
    padding-left: 0;
}

.intl-tel-input.separate-dial-code .selected-dial-code:before {
    content: "(";
}

.intl-tel-input.separate-dial-code .selected-dial-code:after {
    content: ")";
}

.divider {
    display: none;
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -3px !important;
    right: 5px !important;
    width: 0;
    height: 0;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 7px solid #000 !important;
}

.intl-tel-input {
    display: flex !important;
    border: 2px solid #b7b7b7;
    border-radius: 4px;
}

.intl-tel-input .flag-container {
    position: relative !important;
    padding: 0 !important;
}

#pages_normals {
    margin: 20px 0 0 0;
}

#pages_normals h1 {
    text-align: left;
    font-size: 2.3rem;
}

#pages_normals form input {
    width: 445px;
    height: 25px;
    border: 1px solid #aaaaaa;
}

#pages_normals form span {
    margin: 4px 0 0 0;
    display: block;
}

#pages_normals form textarea {
    width: 445px;
    border: 1px solid #aaaaaa;
}

input.wpcf7-submit {
    width: auto !important;
    font-size: 16px;
    height: auto !important;
    padding: 5px 20px;
    cursor: pointer;
}

.error404 {
    font-size: 2.5rem;
    margin: 2rem 0 0;
    font-weight: 500;
}

.error404 p {
    font-size: 20px;
    font-weight: 400;
    color: #565656;
}

.map_google_android {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 63%;
}

.map_google_apple {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 52%;
}
.down, .down-b, .right-white, .right-gray
{ max-width: 100%; background-size: 100%; background-image: url('../../../uploads/2018/12/icon1.png'); }
 
.down { background-position: 0 0%; background-size: 100%; width: 14px !important; float: right !important; margin-left: 7px !important;}
.down-b { background-position: 0 21.505376%; background-size: 129.62963%; width: 13px; margin-right: 7px;}
.right-white { background-position: 0 48.611111%; background-size: 140%; width: 7px;}
.right-gray { background-position: 0 100%; background-size: 145.833333%; width: 10px !important; float: right !important;}

/*Responsive Map*/

@media screen and (min-width: 1290px) {
    .map_google_android {
        background-position: center 55%;
    }
}

@media screen and (max-width: 1290px) and (min-width: 1200px) {
    .map_google_android {
        background-position: center 56%;
    }

    .map_google_apple {
        background-position: center 56%;
    }

    .pin_ios {
        margin: -80px 0 0 15px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1100px) {
    .map_google_android {
        background-position: center top;
        margin-top: -30px;
    }

    .map_google_apple {
        background-position: center 57.55%;
    }

    .pin_ios {
        margin: -80px 0 0 15px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 993px) {
    .map_google_android {
        background-position: center 58%;
    }

    .map_google_android img {
        /*margin: -15px 0 0 0px;*/
    }

    .map_google_apple {
        background-position: center 59%;
    }

    .pin_ios {
        margin: -78px 0 0 15px;
    }
}

@media screen and (max-width: 992px) and (min-width: 970px) {
    .map_google_android {
        background-position: center 60%;
    }

    .map_google_android img {
        /*margin: -25px 0 0 0px;*/
    }

    .pin_ios {
        margin: -65px 0 0 15px;
    }
}

@media screen and (max-width: 969px) and (min-width: 920px) {
    .map_google_android {
        background-position: center 61%;
    }

    .pin_ios {
        margin: -73px 0 0 15px;
    }
}

@media screen and (max-width: 969px) and (min-width: 890px) {
    .map_google_apple {
        background-position: center 72%;
    }
}

@media screen and (max-width: 900px) and (min-width: 801px) {
    .map_google_android {
        background-position: center 82%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 1102px) {
    .map_google_android img {
        top: 41.5%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 970px) {
    .map_google_android img {
        /*top: 46%;*/
        top: 47%;
    }
}

@media screen and (max-width: 789px) and (min-width: 780px) {
    .map_google_android {
        background-position: center top;
        margin-top: -25px;
    }

    .map_google_android img {
        top: 47.5%;
    }
}

@media screen and (max-width: 1665px) and (min-width: 1601px) {
    .map_google_android img {
        top: 46%;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1540px) {
    .map_google_android img {
        top: 46.5%;
    }
}

@media screen and (max-width: 1539px) and (min-width: 1380px) {
    .map_google_android img {
        top: 47%;
    }
}

@media screen and (max-width: 1379px) and (min-width: 1330px) {
    .map_google_android img {
        top: 47.5%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1329px) {
    .map_google_android img {
        top: 48%;
    }
}

@media screen and (min-width: 1060px) and (max-width: 1099px) {
    .map_google_android img {
        top: 46.5%;
    }
}

@media screen and (max-width: 1110px) and (min-width: 1101px) {
    .map_google_android img {
        top: 44.5%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1191px) {
    .map_google_android img {
        top: 50%;
    }
}

@media screen and (max-width: 1190px) and (min-width: 1177px) {
    .map_google_android img {
        top: 49.5%;
    }
}

@media screen and (max-width: 1176px) and (min-width: 1160px) {
    .map_google_android img {
        /*top: 47.5%;*/
        top: 48.5%;
    }
}

@media screen and (max-width: 1160px) and (min-width: 1140px) {
    .map_google_android img {
        top: 47.5%;
    }
}

@media screen and (max-width: 1139px) and (min-width: 1121px) {
    .map_google_android img {
        top: 46%;
    }
}

/*@media screen and (max-width: 1120px) and (min-width: 1111px) {*/
/*.map_google_android img {*/
/*top: 45%;*/
/*}*/
/*}*/

@media screen and (max-width: 779px) and (min-width: 760px) {
    .map_google_android {
        background-position: center top;
        margin-top: -20px;
    }
}

/* Android Responsive for: map_google_android img*/

@media screen and (max-width: 988px) and (min-width: 901px) {
    .map_google_android img {
        top: 47%;
    }
}

@media screen and (max-width: 900px) and (min-width: 891px) {
    .map_google_android img {
        top: 44.5%;
    }
}

@media screen and (max-width: 890px) and (min-width: 882px) {
    .map_google_android img {
        top: 44.5%;
    }
}

@media screen and (max-width: 865px) and (min-width: 841px) {
    .map_google_android img {
        top: 46%;
    }
}

@media screen and (max-width: 840px) and (min-width: 821px) {
    .map_google_android img {
        top: 47%;
    }
}

@media screen and (max-width: 820px) and (min-width: 801px) {
    .map_google_android img {
        top: 47.5%;
    }
}

@media screen and (max-width: 800px) and (min-width: 790px) {
    .map_google_android img {
        top: 49%;
    }
}

@media screen and (max-width: 780px) and (min-width: 766px) {
    .map_google_android img {
        top: 47%;
    }
}

@media screen and (max-width: 765px) and (min-width: 760px) {
    .map_google_android img {
        top: 46.5%;
    }
}

@media screen and (min-width: 755px) and (max-width: 759px) {
    .map_google_android {
        background-position: center top;
        margin-top: -20px;
    }

    .map_google_android img {
        top: 46.2%;
    }
}

@media screen and (max-width: 754px) and (min-width: 751px) {
    .map_google_android {
        background-position: center -50%;
    }

    .map_google_android img {
        top: 47.4%;
    }
}

/*Responsive*/

@media screen and (max-width: 1100px) {
    .cent_bruj {
        text-align: center;
        z-index: 1;
        position: relative;
        top: 40%;
        margin: 0 auto;
        width: 30%;
        height: 53px;
        left: inherit;
        transform: none;
    }

    #header {
        width: 100%;
        padding: 0 10px;
    }

    #comoRastrear {
        width: 100%;
        padding: 0 1rem 7rem;
    }

    #footer {
        width: 100%;
        padding: 0 10px;
    }

    /*Resp Android*/
    .Android_Hide_a {
        display: block !important;
    }

    .map_google_android {
        margin-left: 180px;
    }

}

@media screen and (max-width: 920px) {
    .brujula {
        padding: 0.825rem 0 0 0;
    }
}

@media screen and (max-width: 890px) {
    /*Resp iOS*/
    .map_google_apple {
        width: 100%;
        text-align: center;
        margin-left: 0;
        position: relative;
        top: 0;
        /*height: 250px;*/
        height: 333px;
    }

    .map_google_apple {
        background-size: cover;
        /*background-size: 50vh;*/
        /*height: 50vh;*/
        height: 45vh;
        background-position: center 48%;
    }

    .apple_info {
        right: 0;
        margin: 0 0 0 0;
        border: 0;
        position: relative;
    }

    .ios_Hide_a {
        display: block !important;
    }

    .pin_ios {
        margin: -45px 0 0 18px;
    }

    .zoom_apple {
        background-size: 25px;
        width: 25px;
        height: 50px;
        position: absolute;
        margin: 15px;
    }

    .apple_grey {
        background-size: 30px;
        width: 30px;
        height: 35px;
        position: absolute;
        left: 10px;
        bottom: 15px;
    }

    .estandar_ios {
        background-size: 75px;
        width: 80px;
        height: 26px;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

}

@media screen and (max-width: 750px) {
    .brujula {
        padding: 0.725rem 0 0 0;
    }

    .index_box .a_cecular {
        width: 20%;
        position: relative;
    }

    .ind_box_left {
        width: 80%;
    }

    .index_box .a_cecular img {
        width: 100%;
        position: absolute;
        top: 5px;
    }
}

@media screen and (max-width: 750px) {

    footer {
        height: auto;
        padding: 17px 0 10px 0;
        text-align: center;
    }

    #footer b {
        float: none;
        margin: 0.5rem 0;
        display: block;
    }

    #menu-footer {
        float: none;
    }

    #menu-footer li {
        margin: 0 10px 0 0;
    }

    /*Responsive Android*/
    .head_android p {
        font-size: 15px;
        margin: 17px 0 0 10px;
    }

    .andr_quest, .andr_menu, .andr_not, .andr_user {
        height: 40px;
        width: 30px;
        float: right;
        background-repeat: no-repeat;
    }

    .andr_user {
        margin: 11px 0 0 0;
        background-size: 25px;
    }

    .andr_not {
        background-size: 23px;
    }

    .andr_menu {
        margin: 16px -5px 0 0;
        background-size: 15px;
    }

    .andr_quest {
        margin: 13px 9px 0 0;
        background-size: 22px;
    }

    .head_android img {
        margin: 14px 0 0 10px;
    }

    #Android {
        position: relative;
        height: initial;
    }

    .map_google_android {
        background-position: center 50%;
        margin-left: 0;
        height: 35%;
        position: relative;
        top: 0;
    }

    .map_google_android img {
        position: absolute;
        width: 50px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: -25px 0 0 0;
    }

    .more_info_android {
        top: 0;
        height: auto;
        position: relative;
        width: 100%;
    }

    .Popup_box {
        padding: 0 10px;
    }

    .Popup_cont {
        width: 100%;
        position: relative;
    }

    .menu_andr_right {
        position: absolute !important;
        right: 10px;
        width: 20px !important;
        bottom: 10px;
        top: initial !important;
        left: initial !important;
        transform: none !important;
    }

    /*Responsive iOS*/
    .hed_apple img {
        width: 25px;
        margin: 8px 0 0 15px !important;
    }

    .hed_apple .andr_quest {
        margin: 14px 5px 0 0;
    }

    .andr_quest {
        background-size: 20px;
    }

    .hed_apple .right_p {
        margin: 16px 20px 0 0;
    }

    .hed_apple .andr_quest:before {
        content: '|';
        font-size: 22px;
        margin: 0 0 0 -13px;
        position: relative;
        top: -4px;
        color: #bbb;
        font-weight: 300;
    }

}

@media screen and (max-width: 600px) {
    .brujula {
        padding: 0.62rem 0 0 0;
    }

    header {
        height: 70px;
    }

    .logo {
        font-size: 25px;
        margin: 19px 0 0 0;
    }

    .logo img {
        margin: -8px 0 0 0;
        max-height: 2.8rem;
    }

    .navegacion {
        margin: 18px 0 0 0;
        font-size: 1.9rem;
    }

    .navegacion ul li {
        margin: 0;
    }

    .icono_movil a:before {
        content: '';
        background-image: url(../inc/images/smartphone-call_preview.png);
        background-repeat: no-repeat;
        background-size: 24px;
        width: 22px;
        height: 25px;
        display: inline-block;
        position: relative;
        top: 2px;
    }

    .hd_cel h1 {
        font-size: 2.5rem;
    }

    .hd_cel img {
        width: 2.5rem;
    }

    .celular_box p {
        font-size: 17px;
    }

    #formulario {
        width: 100%;
    }

    input.p_submit {
        font-size: 1.1rem !important;
        background-size: 9px;
    }

    .updated {
        font-size: 20px;
    }

    .operador_list {
        position: relative;
        width: 100%;
    }

    .contador {
        position: absolute;
    }

    .contador li b {
        font-size: 30px;
    }

    .contador li p {
        font-size: 17px;
    }

    .info_box {
        margin: 250px 0 50px 0;
        display: block;
    }

    .info_box li {
        width: 100%;
        margin: 0 0 50px 0;
    }

    .box_comentarios span {
        font-size: 30px;
    }

    .box_comentarios p {
        font-size: 17px;
    }

    .all_coments li span {
        font-size: 16px;
    }

    .all_coments li p {
        font-size: 15px;
    }

    .all_coments li b {
        font-size: 13px;
    }

    article h2 {
        font-size: 40px;
    }

    #pages_normals form input {
        width: 100%;
    }

    #pages_normals form textarea {
        width: 100%;
    }

    .ind_box_left h1 {
        font-size: 30px;
    }

    .ind_box_left p {
        font-size: 15px;
    }

    .index_box .a_cecular img {
        display: none;
    }

    .index_box .a_cecular {
        display:none;
    }

    .ind_box_left{
        width: 100%;
    }

    .ind_box_left h2 {
        text-align: center;
    }

    .ind_box_left .boton_her{
        margin: 10px auto;
        display: table;
    }

}

@media screen and (max-width: 480px) {
    .brujula {
        padding: 0.52rem 0 0 0;
    }

    .brujula p {
        font-size: 1rem;
    }

    article h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 400px) {
    .brujula p {
        font-size: .92rem;
    }

    .logo {
        font-size: 20px;
        margin: 24px 0 0 0;
    }

    .logo img {
        margin: -8px 0 0 0;
        max-height: 2.8rem;
    }

    .navegacion {
        margin: 18px 0 0 0;
        font-size: 1.5rem;
    }

    .navegacion ul li {
        margin: 0;
    }

    .icono_movil a:before {
        content: '';
        background-image: url(../inc/images/smartphone-call_preview.png);
        background-repeat: no-repeat;
        background-size: 20px;
        width: 19px;
        height: 25px;
        display: inline-block;
        position: relative;
        top: 6px;
    }

    .hd_cel h1 {
        margin-top: 1rem;
    }

    .intl-tel-input.separate-dial-code .selected-dial-code {
        font-size: 13px;
    }

}

@media screen and (max-width: 450px) {
    #formulario input {
        width: auto;
        padding: 12px 0 10px 5px;
    }

    article h2 {
        font-size: 32px;
    }

    /*Resp Android*/
    .head_popup img {
        width: 30px;
        margin: 5px 10px 0 10px;
    }

    .head_popup b {
        font-size: 21px;
    }

    .head_popup {
        height: auto;
        padding: 10px 0 15px 10px;
    }

    .body_popup img {
        width: 65px;
        float: none;
        position: relative;
        left: 34%;
        margin: 0 0 15px 0;
    }

    .body_popup li {
        font-size: 14px;
    }

    .Popup_cont a {
        font-size: 20px;
        margin: 20px 0 15px 0;
    }

    .contador li {
        padding: 50px 10px;
    }

    .head_android p {
        display: none;
    }

}

@media screen and (max-width: 380px) {
    .brujula {
        padding: .5rem 0 0 0;
    }

    .intl-tel-input .selected-flag .iti-flag {
        position: absolute !important;
        top: 0 !important;
        left: 5px;
        margin: auto !important;
    }

    .intl-tel-input .selected-flag {
        max-width: 100px !important;
        min-width: 85px !important;
    }

    .intl-tel-input.separate-dial-code .selected-dial-code {
        margin: 11px 21px 0 5px;
        font-size: 13px;
        padding-left: 28px;
    }

    .Def_Opera div {
        font-size: 13px;
    }

    #formulario input {
        font-size: 13px;
        width: 100%;
    }

    .head_popup img {
        width: 23px;
        margin: 7px 10px 0 10px;
    }

    .head_popup b {
        font-size: 18px;
    }

}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
    width: initial;
    background: #fff;
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: 0 !important;
    margin: 0 !important;
}

.spritecloud, .spritelock, .spriteradar-cel, .spriteradar
{ max-width: 100%; background-size: 100%; background-image: url('sprite-icons.png'); }
 
.spritecloud { background-position: 0 0%; background-size: 100%; }
.spritelock { background-position: 0 40.636042%; background-size: 100%; }
.spriteradar-cel { background-position: 0 81.272085%; background-size: 100%; }
.spriteradar { background-position: 0 100%; background-size: 229.166667%; }