@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Gotham-Bold.woff") format('woff'), url("../fonts/Gotham-Bold.ttf") format('truetype'), url("../fonts/Gotham-Bold.svg") format('svg');
  font-weight: normal
}

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/Gotham-Light.woff") format('woff'), url("../fonts/Gotham-Light.ttf") format('truetype'), url("../fonts/Gotham-Light.svg") format('svg');
  font-weight: normal
}

body.inner {
  background-color: white
}

body.inner div.header {
  background-image: linear-gradient(to bottom right, #1d6599, #17934d);
  color: white
}

body.inner div.header .container {
  width: 100%
}

body.inner div.header .container div.header-text {
  padding-top: 90px;
  padding-bottom: 55px
}

body.inner div.header h4,
body.inner div.header h5 {
  text-align: left
}

body.inner h4,
body.inner h5 {
  text-align: center
}

body.inner h4.footer,
body.inner h5.footer {
  text-align: left
}

body.inner .sms-feature-item {
  display: table;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none
}

body.inner .sms-feature-item:hover {
  text-decoration: underline
}

body.inner .sms-features h5 {
  text-align: left
}

body.inner .sms-features img {
  float: left;
  padding-right: 5px
}

body.inner .sms-features-mobile {
  padding-bottom: 25px
}

body.inner .sms-features-mobile h5 {
  text-align: left
}

body.inner .sms-features-mobile img {
  float: left;
  padding-right: 5px
}

body.inner .inner-container {
  padding: 50px;
  padding-bottom: 100px
}

body.inner .desktop-screenshot {
  text-align: center
}

body.inner .desktop-screenshot img.desktop {
  max-width: 100%
}

body.inner .desktop-download {
  text-align: center
}

.conditions .header-text {
  text-align: center
}

p.header {
  text-align: center;
  font-weight: bold
}

p.emp {
  line-height: 1.5em;
  font-size: 16px;
  padding-top: 10px
}

h3,
p:not(.header) {
  text-align: center
}

/* Alfredo 05/01/2024 -> desde 992px hasta 856px se veía mal*/
.hidexs {
    display: inline-block;
	width: 100%;
}

/*Añadido Xan 14/03/2018*/

@media only screen and (max-width: 470px) {
	table.table {
		padding: 3px;
    	font-size: 0.6em;
    	word-break: break-all;
    }
    .table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
	  padding: 3px;
  	}
}
/*@media (max-width: 870px) {*/
@media (max-width: 992px) {
  	.hidexs {
    	display: none;
  	}
  	.showxs {
    	display: inline-block;
  	}
}
/*@media (min-width: 870px) {*/
@media (min-width: 992px) {
	.showxs{
		display: none;
	}
	.hidexs {
    	display: inline-block;
  	}
}
/*
.showxs{
	display: none;
}
.hidexs {
   	display: inline-block;
}*/
/*Fin añadido */

div.table {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-bottom: 50px;
  padding-top: 50px;
  margin: 20px
}

.enum {
  padding-top: 10px
}

.vseparator {
  border-left: 1px dotted #acacac
}

.feature {
  text-align: right;
  font-size: 1.4em;
  margin: 0;
  line-height: 1
}

.features {
  padding-top: 25px
}

.features p {
  text-align: justify;
  font-size: 13px
}

.features:not(:first-child) {
  border-top: 1px dotted #ccc
}

.note {
  font-weight: bold;
  color: red
}

.options {
  padding-top: 25px
}

.options h3 {
  text-transform: uppercase
}

.options p {
  text-align: justify
}

ol.pricing-example {
  padding-left: 0
}

ol.pricing-example li {
  padding-top: 15px
}

ul.subaccounts {
  padding-left: 0
}

ul.subaccounts li {
  padding-top: 20px
}

.extra {
  padding-top: 25px
}

.faq p {
  text-align: left
}

.terms p.emp {
  text-align: justify
}
.terms p.mleft1 {
  margin-left: 20px
}
.terms p.mleft2 {
  margin-left: 40px
}
.terms p.mleft3 {
  margin-left: 60px
}
.terms p.mleft4 {
  margin-left: 80px
}

#videotutorial {
  text-align: center
}

img.spin {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite
}

input[type=submit] {
  display: block;
  margin: 0 auto
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg)
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.sign hr {
  border-top: 1px solid #CBCBCB
}

.sign form {
  max-width: 400px;
  padding-bottom: 35px
}

.sign form button {
  float: right
}

.sign .meta-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('/images/background.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -moz-opacity: .07;
  -khtml-opacity: .07;
  -webkit-opacity: .07;
  opacity: .07;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
  filter: alpha(opacity=7.000000000000001)
}

.sign .meta-container-overlay {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%
}

.sign .header .container {
  width: 100%
}

.sign .header .col-md-12 {
  text-align: center;
  background-color: #aaa;
  color: white
}

.sign .login {
  max-width: 500px;
  height: 100%
}

.sign .login .header-text {
  min-height: 500px;
  top: 10%;
  position: relative
}

.sign .login .header-text .col-md-12 {
  text-align: center;
  padding: 75px
}

@media (max-height:500px) {
  .sign .login .header-text {
    top: 0
  }
}

.sign .signup {
  max-width: 500px;
  height: 100%;
  max-width: none
}

.sign .signup .header-text {
  min-height: 500px;
  top: 10%;
  position: relative
}

.sign .signup .header-text .col-md-12 {
  text-align: center;
  padding: 75px
}

@media (max-height:500px) {
  .sign .signup .header-text {
    top: 0
  }
}

.sign .signup .header-text {
  top: 0
}

.sign .signup .header {
  line-height: 2em
}

.sign .signup .header div {
  font-size: 16px
}

.sign .signup .header div.bold {
  font-size: 16px;
  font-weight: 600
}

.sign .signup form {
  max-width: none
}

.sign .signup .copyright {
  position: relative
}

.sign .copyright {
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0
}

@media (max-height:500px) {
  .sign .copyright {
    display: none
  }
}

ul.nav li a {
  -ms-touch-action: none;
  touch-action: none
}

.navbar {
  padding-top: 10px;
  min-height: 74px
}

.navbar .navbar-brand {
  padding: 10px 10px
}

.navbar .navbar-brand img {
  width: 200px
}

.navbar-dark {
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.navbar-dark .navbar-nav>li>a {
  color: white
}

.navbar-dark .logo-dark {
  position: absolute
}

.navbar-dark .logo-white {
  position: relative
}

.navbar-dark:hover,
.navbar-light {
  background-color: rgba(248, 248, 248, 0.95);
  border-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.navbar-dark:hover .navbar-nav>li>a,
.navbar-light .navbar-nav>li>a {
  color: black
}

.navbar-dark:hover .logo-white,
.navbar-light .logo-white {
  opacity: 0
}

.navbar .container-fluid {
  max-width: 1072px;
  margin: 0 auto
}

@media (max-width:855px) {
  .navbar .container-justified {
    display: block;
    max-width: 950px;
    margin: 0 auto
  }
}

nav.subnav {
  display: none
}

.subnav {
  padding-top: 5px;
  padding-bottom: 10px
}

.subnav li {
  float: none
}

.subnav li a {
  color: black;
  padding: 10px
}

.navbar-default .navbar-nav>li>a {
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s
}

.navbar-default .navbar-nav>li>a:after {
  display: block;
  /*content: attr(title);  Modificado Xan 12/03/2018 */
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  cursor: pointer;
  color: #225f35;
  font-weight: bold
}

.navbar-default .sign>li>a:focus,
.navbar-default .sign>li>a:hover {
  text-decoration: underline
}

#bs-navbar-collapse {
  background-color: rgba(248, 248, 248, 0.95)
}

#bs-navbar-collapse .navbar-nav>li>a {
  color: black
}

footer {
  background-color: #225f35;
  margin: 0;
  padding: 20px 50px 60px 50px;
  color: #fff;
  text-align: justify
}

footer h4 {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
  text-transform: uppercase;
  text-align: left
}

footer p {
  font-size: 13px
}

footer .footer-logo {
  text-align: center;
  /*border-top: 1px solid #186931*/
}

footer .footer-logo img {
  width: 45px
}

footer .copyright {
  font-weight: bold;
  text-align: center
}

footer .copyright a {
  font-weight: 100
}

footer .copyright div {
  display: inline-block
}

@media (max-width:400px) {
  footer .copyright {
    font-size: 12px
  }
}

footer .vcard2 {
  list-style-type: none;
  padding-left: 0;
  font-size: 13px
}

footer .vcard2 li {
  padding-bottom: 10px;
  font-size: 13px
}

footer ul.links {
  list-style: none;
  padding: 0
}

footer ul.links li {
  padding-bottom: 10px;
  text-align: left;
  font-size: 13px
}

footer a {
  color: #D6D6D6
}

footer a:hover {
  text-decoration: none;
  color: #fff
}

footer .flag {
  width: 18px;
  margin-right: 5px
}

.browser {
  position: relative;
  bottom: -25px
}

.browser .play-video {
  opacity: .2;
  position: absolute;
  left: 25%;
  right: 25%;
  top: 43%;
  height: 50%
}

.browser .play-video img {
  height: 60%
}

.browser .play-video:hover {
  transition: all .5s ease;
  opacity: .5;
  cursor: pointer
}

.browser-body {
  height: 100%;
  background-size: 100%;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  overflow: hidden;
  width: auto;
  height: 150px;
  background-color: white
}

.browser-bar {
  position: relative;
  height: 53px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  border-top-left-radius: 3px;
  padding-left: 10px;
  min-width: 100px
}

.browser-bar-button {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #dddddd;
  float: left;
  margin: 3px;
  margin-top: 15px
}

.browser-url {
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: 0;
  float: left;
  margin-top: 8px;
  font-size: 1.5em;
  padding-left: 10px;
  padding-right: 20px;
  text-align: left
}

.error-template {
  padding: 11.5% 15px;
  text-align: center
}

.error-actions {
  margin-top: 15px;
  margin-bottom: 15px
}

.error-actions .btn {
  margin-right: 10px
}

.assistance-box,
.assistance {
  position: fixed;
  width: 290px;
  height: 100px;
  bottom: 0;
  right: 100px
}

.assistance-box .dialog {
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.65);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.65);
  background-color: #2581C4;
  width: 320px;
  height: 75px;
  float: right;
  border-radius: 3px;
  padding: 10px;
  font-size: 13px;
  color: white;
  position: absolute;
  top: 0;
  right: 0
}

.assistance .dialog {
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.65);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.65);
  background-color: #2581C4;
  width: 220px;
  height: 75px;
  float: right;
  border-radius: 3px;
  padding: 10px;
  font-size: 13px;
  color: white;
  position: absolute;
  top: 0;
  right: 0
}

.assistance-box .dialog div.icon,
.assistance .dialog div.icon {
  height: 100%;
  width: 30px;
  float: left
}

.assistance-box .dialog div.icon img,
.assistance .dialog div.icon img {
  position: absolute;
  top: 30px
}

.assistance-box .dialog div.text,
.assistance .dialog div.text {
  width: 190px;
  height: 100%
}

.assistance-box img.icon,
.assistance img.icon {
  padding-top: 5px
}

.assistance-box img,
.assistance img {
  padding-right: 10px
}

@media (max-width:670px) {
  .assistance {
    display: none
  }
}

.assistance-box .close,
.assistance .close {
  font-size: 10px;
  color: #1d6599;
  opacity: 1;
  text-shadow: 0 0 0
}

.assistance-box {
  right: 25px;
  height: 200px
}

.assistance-box .dialog {
  position: absolute;
  height: 180px
}

.assistance-box .dialog .close {
  position: absolute;
  right: 10px;
  opacity: 1;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: #1d6599;
  color: white;
  padding-bottom: 5px;
  font-weight: bold
}

.assistance-box .dialog .content {
  /*height: 140px;*/
  height: calc(100% - 30px);
  position: relative;
  top: 20px
}

.assistance-box .dialog .content textarea {
  /*height: 100px;*/
  height: calc(100% - 30px);
  resize: none;
  background-color: white
}

.assistance-box .dialog .content textarea,
.assistance-box .dialog .content input {
  background-color: white;
  margin-top: 2px;
  color: #4a4a4a;
  width: 100%;
  border: 0;
  padding: 5px !important;
  border-radius: 3px
}

.assistance-box .dialog .content input {
	width: calc(100% - 64px);
}

.assistance-box .dialog .content textarea.disabled,
.assistance-box .dialog .content textarea[disabled] {
  background-color: white
}

.assistance-box .dialog .content input.msgchat {
  /*width: 190px*/
}

.assistance-box .dialog .content input.send {
  width: 60px;
  display: inline-block;
  background-color: #1d6599;
  color: white
}

.assistance:hover {
  cursor: pointer
}

.floater-container {
  position: fixed;
  right: -167px;
  top: 35%
}

.floater-container .floater {
  position: relative;
  width: 215px;
  background-color: #2581C4;
  top: 0;
  height: 50px;
  right: 0;
  cursor: pointer
}

.floater-container .floater .circle-small {
  border: 2px solid white;
  width: 36px;
  height: 36px;
  margin: 5px auto;
  position: relative;
  float: left;
  margin-top: 8px;
  margin-left: 7px
}

.floater-container .floater .circle-small img {
  top: 6px;
  left: 6px
}

.floater-container .floater .body {
  color: white;
  font-weight: bold;
  margin-left: 10px;
  padding-left: 10px;
  float: left;
  margin-top: 14px
}

.floater-container .floater .body a,
.floater-container .floater .body a:hover {
  color: white
}

.floater-container .f-chat {
  background-color: #1d6599
}

.floater-container .f-phone {
  background-color: #225f35
}

.floater-container .f-phone .body {
  margin: 5px;
  width: 130px
}

body {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  height: 100%;
  
  /*Añadido Xan 14/03/2018*/
  /*width: fit-content;*/
  /*width: min-content;*/
  
  font-family: 'Gotham-Light';
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.announce {
  text-align: center
}

.announce a.signup {
  color: white;
  background-color: #337ab7;
  padding: 20px;
  font-weight: bold;
  transition: background-color .5s ease
}

.announce a.signup:hover {
  background-color: #285f8f;
  text-decoration: none
}

.announce2 {
  position: absolute;
  bottom: 0;
  color: white;
  background-color: rgba(34, 95, 53, 0.7);
  width: 100%;
  padding: 25px;
  text-align: center
}

.jumbotron {
  position: relative;
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 670px
}

.jumbotron h1 {
  color: #fff;
  font-weight: 100
}

.jumbotron .container {
  padding-top: 20px
}

/*added xan 13/09/2019*/
#body_index h3{
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
    margin-bottom: 10px;
}
#body_index .pricing-title h2{
	margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: inherit;
    line-height: inherit;
}
#body_index .feature p{
	/*text-align: center;*/
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}
#body_index .fourth-stripe h3 {
    text-align: left;
}
/*h2 {
	text-align: center;
}
h3 {
	text-align: center;
	font-size: 18px;
}*/
.a_color_contrast{
	color: #005390;
}
.div_h1{
	text-align: center;
	padding: 75px;
}
#gtm_iframe{
	display: none;
	visibility: hidden;
}
/* fin added xan */

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5em
}

h5 {
  font-size: 16px
}

.second-stripe,
.first-stripe {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 80px
}

.second-stripe .row,
.first-stripe .row {
  padding-top: 10px
}

.second-stripe h5,
.first-stripe h5 {
  text-align: center
}

.second-stripe .pricing,
.first-stripe .pricing {
  padding-top: 0
}

.second-stripe .pricing .col-md-3,
.first-stripe .pricing .col-md-3 {
  padding-top: 25px
}

.second-stripe .pricing .pricing-title,
.first-stripe .pricing .pricing-title {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 20px
}

.second-stripe .pricing a,
.first-stripe .pricing a,
.second-stripe .pricing a:hover,
.first-stripe .pricing a:hover {
  color: #4F90C7;
  border: 1px solid #4F90C7;
  font-weight: bold;
  padding: 15px 5px 15px 5px
}

.second-stripe .pricing a:hover,
.first-stripe .pricing a:hover {
  background-color: #4F90C7;
  color: white;
  text-decoration: none
}

.second-stripe {
  background-color: white;
  width: 100%;
  text-align: center
}

.third-stripe {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 80px;
  background-image: url('/images/texture_dark.png');
  color: white;
  width: 100%
}

.third-stripe .row {
  padding-top: 10px
}

.third-stripe h5 {
  text-align: center
}

.third-stripe .pricing {
  padding-top: 0
}

.third-stripe .pricing .col-md-3 {
  padding-top: 25px
}

.third-stripe .pricing .pricing-title {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 20px
}

.third-stripe .pricing a,
.third-stripe .pricing a:hover {
  color: #4F90C7;
  border: 1px solid #4F90C7;
  font-weight: bold;
  padding: 15px 5px 15px 5px
}

.third-stripe .pricing a:hover {
  background-color: #4F90C7;
  color: white;
  text-decoration: none
}

.fourth-stripe {
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: white;
  width: 100%;
  text-align: center
}

.fourth-stripe .row {
  padding-top: 10px
}

.fourth-stripe h5 {
  text-align: center
}

.fourth-stripe .pricing {
  padding-top: 0
}

.fourth-stripe .pricing .col-md-3 {
  padding-top: 25px
}

.fourth-stripe .pricing .pricing-title {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 20px
}

.fourth-stripe .pricing a,
.fourth-stripe .pricing a:hover {
  color: #4F90C7;
  border: 1px solid #4F90C7;
  font-weight: bold;
  padding: 15px 5px 15px 5px
}

.fourth-stripe .pricing a:hover {
  background-color: #4F90C7;
  color: white;
  text-decoration: none
}

.fourth-stripe h4 {
  text-align: left
}

ul.sign {
  font-weight: bold
}

.rindex {
  font-size: 12px;
  border: 1px solid black;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  float: left;
  min-width: 30px
}

.circle {
  border: 1px solid #2581C4;
  width: 50px;
  border-radius: 50px;
  height: 50px;
  margin: 5px auto;
  position: relative
}

.circle img {
  position: absolute;
  top: 12px;
  left: 12px
}

.circle-small {
  border: 1px solid #2581C4;
  width: 50px;
  border-radius: 50px;
  height: 50px;
  margin: 5px auto;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 30px
}

.circle-small img {
  position: absolute;
  top: 12px;
  left: 12px
}

.circle-small img {
  width: 20px;
  top: 5px;
  left: 4px
}

.vcenter {
  display: flex;
  align-items: center
}

.fifth-stripe {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 80px;
  overflow: hidden
}

.fifth-stripe .circle {
  transition: border .25s ease
}

.fifth-stripe .circle span {
  transition: color .25s ease;
  top: 11px;
  color: #2581C4;
  font-size: 1.4em
}

.fifth-stripe .circle:hover {
  cursor: pointer;
  border: 1px solid #1d6599
}

.fifth-stripe .circle:hover span {
  color: #1d6599
}

.fifth-stripe .features {
  display: flex;
  align-items: center;
  padding-top: 25px
}

.fifth-stripe .features .feature img {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.fifth-stripe h3 {
  font-weight: bold
}

.fifth-stripe .whitemark p {
  font-size: 16px;
  text-align: center
}

a.learn-more {
  color: white;
  background-color: #337ab7;
  padding: 20px;
  font-weight: bold;
  transition: background-color .5s ease
}

a.learn-more:hover {
  background-color: #285f8f;
  text-decoration: none
}

div.learn-more {
  padding-top: 65px
}

.nav>li>a {
  padding: 15px 14px
}

@media only screen and (min-width:320px) {
  .main h1 {
    font-size: 1.5em
  }
  .main .announce a.signup {
    font-size: 1.2em
  }
  .main .announce2 {
    font-size: 1.5em
  }
  .main .feature {
    padding-top: 10px
  }
  .main .feature img {
    width: 50px
  }
  .main .feature img {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .main .worldmap {
    padding-top: 50px
  }
  .main .worldmap img {
    width: 100%
  }
  .main .feature img {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .fifth-stripe .circle {
    width: 30px;
    height: 30px
  }
  .fifth-stripe .circle .glyphicon {
    font-size: 1.2em;
    top: 5px
  }
  .fifth-stripe #next-white {
    position: relative;
    left: 0
  }
  .fifth-stripe .features {
    display: inline
  }
  .fifth-stripe div.learn-more {
    padding-top: 40px
  }
  ul.nav.hide {
    display: block !important
  }
  .nav>li>a {
    padding: 15px 8px
  }
  .navbar .navbar-brand {
    padding: 15px 15px
  }
  .navbar .navbar-brand img {
    width: 150px
  }
  .assistance-box,
  .assistance {
    right: 25px
  }
}

@media only screen and (min-width:400px) {
  .main h1 {
    font-size: 2em
  }
  .main .announce a.signup {
    font-size: 1.2em
  }
  .main .announce2 {
    font-size: 1.5em
  }
  .main .feature {
    padding-top: 10px
  }
  .main .feature img {
    width: 50px
  }
  .main .worldmap {
    padding-top: 50px
  }
  .main .worldmap img {
    width: 100%
  }
  .main .feature img {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .fifth-stripe .circle {
    width: 30px;
    height: 30px
  }
  .fifth-stripe .circle .glyphicon {
    font-size: 1.2em;
    top: 5px
  }
  .fifth-stripe #next-white {
    position: relative;
    left: 0
  }
  .fifth-stripe .features {
    display: inline
  }
  .fifth-stripe div.learn-more {
    padding-top: 40px
  }
  ul.nav.hide {
    display: block !important
  }
  .nav>li>a {
    padding: 15px 8px
  }
  .navbar .navbar-brand {
    padding: 15px 15px
  }
  .navbar .navbar-brand img {
    width: 150px
  }
  .assistance-box,
  .assistance {
    right: 25px
  }
}

@media (min-width:855px) and (max-width:930px) {
  .nav>li>a {
    padding: 15px 3px !important
  }
}

@media only screen and (min-width:855px) {
  .main h1 {
    font-size: 2.5em
  }
  .main .announce a.signup {
    font-size: 1.2em
  }
  .main .announce2 {
    font-size: 1.5em
  }
  .main .feature {
    padding-top: 25px
  }
  .main .feature img {
    width: auto
  }
  .main .worldmap {
    padding-top: 50px
  }
  .main .worldmap img {
    width: 100%
  }
  .main .feature img {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .fifth-stripe .circle {
    width: 50px;
    height: 50px
  }
  .fifth-stripe .circle .glyphicon {
    font-size: 1.7em;
    top: 11px
  }
  .fifth-stripe #next-white {
    position: relative;
    left: -15px
  }
  .fifth-stripe .features {
    display: flex
  }
  .fifth-stripe div.learn-more {
    padding-top: 65px
  }
  ul.nav.hide {
    display: none !important
  }
  .nav>li>a {
    padding: 15px 8px
  }
  .navbar .navbar-brand {
    padding: 15px 15px
  }
  .navbar .navbar-brand img {
    width: 150px
  }
  .assistance-box,
  .assistance {
    right: 100px
  }
}

@media only screen and (min-width:992px) {
  .main h1 {
    font-size: 3.5em
  }
  .main .announce a.signup {
    font-size: 1.7em
  }
  .main .announce2 {
    font-size: 2em
  }
  .main .feature {
    padding-top: 40px
  }
  .main .feature img {
    width: auto
  }
  .main .worldmap {
    padding-top: 50px
  }
  .main .worldmap img {
    width: auto
  }
  .main .feature img {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .fifth-stripe .circle {
    width: 50px;
    height: 50px
  }
  .fifth-stripe .circle .glyphicon {
    font-size: 1.7em;
    top: 11px
  }
  .fifth-stripe #next-white {
    position: relative;
    left: 0
  }
  .fifth-stripe .features {
    display: flex
  }
  .fifth-stripe div.learn-more {
    padding-top: 65px
  }
  ul.nav.hide {
    display: none !important
  }
  .nav>li>a {
    padding: 15px 10px
  }
  .navbar .navbar-brand {
    padding: 10px 10px
  }
  .navbar .navbar-brand img {
    width: 200px
  }
  .assistance-box,
  .assistance {
    right: 100px
  }
}

@media only screen and (min-width:1200px) {
  .main h1 {
    font-size: 3.5em
  }
  .main .announce a.signup {
    font-size: 1.7em
  }
  .main .announce2 {
    font-size: 2em
  }
  .main .feature {
    padding-top: 50px
  }
  .main .feature img {
    width: auto
  }
  .main .worldmap {
    padding-top: 50px
  }
  .main .worldmap img {
    width: auto
  }
  .main .feature img {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .fifth-stripe .circle {
    width: 50px;
    height: 50px
  }
  .fifth-stripe .circle .glyphicon {
    font-size: 1.7em;
    top: 11px
  }
  .fifth-stripe #next-white {
    position: relative;
    left: 0
  }
  .fifth-stripe .features {
    display: flex
  }
  .fifth-stripe div.learn-more {
    padding-top: 65px
  }
  ul.nav.hide {
    display: none !important
  }
  .nav>li>a {
    padding: 15px 14px
  }
  .navbar .navbar-brand {
    padding: 10px 10px
  }
  .navbar .navbar-brand img {
    width: 200px
  }
  .assistance-box,
  .assistance {
    right: 100px
  }
}

#bs-navbar-collapse a {
  font-weight: bold;
  padding: 5px 10px 5px 20px
}

#bs-navbar-collapse li ul {
  padding-left: 15px;
  font-size: 12px;
  list-style-type: none
}

#bs-navbar-collapse li ul li {
  padding: 3px
}

#bs-navbar-collapse li ul a {
  color: black;
  font-weight: 100
}



/*Añadido Xan 14/03/2018 para no necesitar bootstrap en el interior que se jode todo*/
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-remove:before {
    /*content: "\e014";*/
    content: "\2715";
}

.close{
	cursor: pointer !important;
	float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

* {
	-webkit-box-sizing: border-box;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

/* ######################################################### */
/* # RESPONSIVE PERSONALIZADO - DIC 2023 - MOVIL / TABLETS # */
/* ######################################################### */

.ribbon.ribbon-shadow.ribbon-color-success.uppercase.recomendada {
    top: -17px !important;
    left: -4px !important;
}
.sign .signup .header-text .col-md-12 {
    padding: 75px 0px;
}
body#registro .form-horizontal {
    width: 100% !important;
    margin: 0 auto;
}
body#registro .col-sm-offset-3 {
    margin-left: 15% !important;
}
body#registro .col-sm-6 {
    width: 70% !important;
}
body#registro .col-md-6 {
    width: 70%;
}
body#registro .col-md-offset-3 {
    margin-left: 15%;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}
body#utilizar-vozip .img-resp-zoiper {
    margin: 0 auto !important;
    display: block;
    margin-top: 0 !important;
    margin-bottom: 60px !important;
}
body#planes-numeros-virtuales .price-table-footer.bg-green-jungle:hover {
    background: #1B8C5D !important;
    font-weight: bold !important;
}
body#planes-numeros-virtuales .price-table-footer.bg-blue:hover {
    background: #A73A41 !important;
    font-weight: bold !important;
}
body#planes-numeros-virtuales .price-table-footer.bg-red:hover {
    background: #A73A41 !important;
    font-weight: bold !important;
}
body#planes-numeros-virtuales td input {
    margin-bottom: 5px !important;
    margin-right: 5px;
}
body#planes-numeros-virtuales .resp-tabla-calculadora {
    width: 100% !important;
}

@media (max-width: 991px) {
    .col-md-5.col-md-offset-4 {
    margin: 0 auto !important;
    width: 100% !important;
    display: inherit !important;
    text-align: center !important;
}
.price-column-container.border-active {
    margin-bottom: 50px !important;
}
    #tarifas_ruta_premium .col-md-8.col-md-offset-2 {
        width: 100% !important;
        margin: 0 auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    body#registro label.col-md-6.col-md-offset-3 {
        margin-left: 0 !important;
    }
}

@media (max-width: 648px) {
    #txt_minfijo {
        width: 30%;
        margin-right: 0 !important;
    }
    #txt_costefijo {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costefijo_msms {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costefijo_dif {
        width: 30%;
        margin-right: 0 !important;
    }
    #txt_minmovil {
        width: 30%;
        margin-right: 0 !important;
    }
    #txt_costemovil {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costemovil_msms {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costemovil_dif {
        width: 30%;
        margin-right: 0 !important;
    }
    #txt_costeext {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costeext_msms {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costeext_dif {
        width: 30%;
        margin-right: 0 !important;
    }
    #txt_costecanales {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costecanales_msms {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costecanales_dif {
        width: 30%;
        margin-right: 0 !important;
    }
    #txt_costeotros {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costeotros_msms {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costeotros_dif {
        width: 30%;
        margin-right: 0 !important;
    }
    #txt_costesuma {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costesuma_msms {
        width: 60%;
        margin-right: 0 !important;
    }
    #txt_costesuma_dif {
        width: 30%;
        margin-right: 0 !important;
    }
}

@media (max-width: 597px) {
    #txt_costesuma_dif {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
#form_pais .texto1 {
    width: 100%;
}
body#body_index .signup {
    display: inline-block;
    width: 100%;
    margin-left: 15px;
}
.signup {
    display: block;
    margin-bottom: 10px !important;
    width: 100%;
    margin: 0 auto;
}
.learn-more {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.col-md-5.col-md-offset-4 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.col-md-offset-1.col-md-10.announce {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

body#body_index .resp-boton-tarifas {
    width: 94% !important;
    margin: 0 auto !important;
    display: inline-grid;
}
.form-group.col-md-4.col-md-offset-3,
.form-group.col-md-2 {
    padding-left: 0;
    padding-right: 0;
}
body#utilizar-vozip .img-resp-conf-movil {
    width: 85%;
}
    #txt_costefijo {
        width: 70%;
    }
    #txt_costefijo_msms {
        width: 70%;
    }
    #txt_costefijo_dif {
        width: 40%;
    }
    #txt_costemovil {
        width: 70%;
    }
    #txt_costemovil_msms {
        width: 70%;
    }
    #txt_costemovil_dif {
        width: 40%;
    }
    #txt_costeext {
        width: 70%;
    }
    #txt_costeext_msms {
        width: 70%;
    }
    #txt_costeext_dif {
        width: 40%;
    }
    #txt_costecanales {
        width: 70%;
    }
    #txt_costecanales_msms {
        width: 70%;
    }
    #txt_costecanales_dif {
        width: 40%;
    }
    #txt_costeotros {
        width: 70%;
    }
    #txt_costeotros_msms {
        width: 70%;
    }
    #txt_costeotros_dif {
        width: 40%;
    }
    #txt_costesuma {
        width: 70%;
    }
    #txt_costesuma_msms {
        width: 70%;
    }
    #txt_costesuma_dif {
        width: 40%;
    }
}

@media (max-width: 470px) {
body.inner .inner-container {
    padding: 50px 30px !important;
}
body.cobertura table.table {
    font-size: 0.7em;
}
    #txt_costefijo_msms,
    #txt_costemovil_msms,
    #txt_costeext_msms,
    #txt_costecanales_msms,
    #txt_costeotros_msms,
    #txt_costesuma_msms {
        width: 80%;
    }

    #txt_costefijo_dif,
    #txt_costemovil_dif,
    #txt_costeext_dif,
    #txt_costecanales_dif,
    #txt_costeotros_dif,
    #txt_costesuma_dif {
        margin-left: 20px;
    }
.row.resp-calculadora-ahorro {
    font-size: 12px;
}
}

@media (max-width: 360px) {
    #txt_costefijo_msms,
    #txt_costemovil_msms,
    #txt_costeext_msms,
    #txt_costecanales_msms,
    #txt_costeotros_msms,
    #txt_costesuma_msms {
        width: 70%;
    }
h3.blue {
    font-size: 22px;
}
}
