@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fonts/glyphicons-halflings-regular.eot);
    src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular.woff) format('woff'), url(fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

:root {
	--yellow:#FF9A0C;
	--verde:#00C4CC;
	--azul: #26416C;
	--azulLight: #EDF3F8;
	--gris: #f9f9f9;
	--gris50: #99A3AE;
	--grisLight: #F4F6FC;
	--grisOscuro:#72738D;
	--negro: #000000;
	--blanco: #ffffff;
	}

*,
.package,
:after,
:before {
    box-sizing: border-box
}
.btn-social,
.btn-social-icon {
    text-overflow: ellipsis;
    overflow: hidden
}
.btn-social,
.btn-social-icon,
.culmn,
.fix,
.head_title,
.main_product .port_img,
.page-content,
.profile-round-md,
.profile-round-xs,
section {
    overflow: hidden
}
.package ul,
.plan ul,
ul {
    list-style: none
}
.is-disabled,
.select select:disabled,
.select__arrow {
    pointer-events: none
}

body,
html {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width: 100%;
}
@-ms-viewport {
    width: device-width
}
@-o-viewport {
    width: device-width
}
@viewport {
    width: device-width
}

/*AGREGADO*/
.btn-link2 {
    color: var(--verde);
    background-color: transparent;
	transition: all 0.5s;
}
.btn-link2:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
	transition: all 0.5s;
}

.notasTabNav{
	border-bottom: solid 5px var(--grisLight);
}

.notasTabNav a{
	padding: 20px;
	color: var(--gris50) !important;
}
.notasTabNav a.active{
	border: none;
	border-bottom: solid 5px var(--verde) !important;
	margin-bottom: -4px;
	color: var(--azul) !important;
}
.notasTabNav a:hover{
	background-color: var(--azulLight);
	border:none;
	margin-bottom: -4px;
}

.accordion .notas{

}
.notas:first-child{
	border-top: 1px solid var(--grisOscuro);
}
.notas .item{
	border-bottom: 1px solid var(--grisOscuro);
}
.notas button{
	border-radius: 0px !important;
		text-decoration: none !important;
}
.notas .card-body{
	border-color: var(--verde) !important;
}


.full-height {
  height: 100vh;
}

.collage-search {
    padding: 15px 0
}
.text-blue {
    color: #00C4CA!important
}
.search-head,
.search-head a {
    color: #111!important
}

.search-head {
    background: #f1f1f1;
    box-shadow: 0 0 2px 0 #aaa;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:5px;

}



.marca {
    margin-bottom:5px;
}
.marca img {
    max-width:25%;
}
.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px
}
.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px
}
.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px
}
.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px
}
.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px
}
.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.iso-bg {
  width: 170px;
  opacity: 0.4;
}

.text-primary {
    color: #00C4CA!important
}
.text-finence {
    color: #13A0B2!important
}
.text-mega {
    color: #00C4CA!important
}
.text-white {
    color: #fff!important
}
.text-black {
    color: #000!important
}
.disabled {
    cursor: not-allowed
}
.lightbg {
    background-color: #f2f2f2

}

.minutero .yellow2 {
  background: #f8faff;
  border-radius: 15px;
  padding: 5px 20px;
}

.bg-degradado {
  background: linear-gradient(
    90deg,
    hsl(169deg 81% 41%) 0%,
    hsl(182deg 100% 36%) 10%,
    hsl(193deg 100% 42%) 20%,
    hsl(201deg 100% 46%) 30%,
    hsl(207deg 100% 47%) 40%,
    hsl(237deg 65% 62%) 50%,
    hsl(303deg 52% 56%) 60%,
    hsl(337deg 100% 68%) 70%,
    hsl(5deg 100% 71%) 80%,
    hsl(30deg 100% 66%) 90%,
    hsl(51deg 78% 63%) 100%
);
padding: 1px;
opacity: 0.9;
}

.bg-slide {
  background: url(../images/bg-sl.png) repeat-x bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.bg-success {
  background: #0f256e !important;
}


.bg-primary {
  background: rgb(72,240,217);
background: linear-gradient(45deg, rgba(72,240,217,1) 0%, rgba(21,176,188,1) 100%);
}

.bg-warning {
  background: rgb(253,195,0);
background: linear-gradient(114deg, rgba(253,195,0,1) 0%, rgba(255,154,12,1) 100%);
}

.bg-warning2 {
  background: #ffaf0a;
}

.telon {
  background:#18d1cc url(../images/team-hands.png) no-repeat center bottom;
  background-size:contain;
  padding-top: 50px;
  padding-bottom: 27%;
}

.bg-finence {
    background-color: #13A0B2
}
.bg-mega {
    background-color: #eee;
    border-top: 1px solid #ddd
}
.bg-grey {
    background-color: #f1f1f1
}
.bg-black {
    background-color: #222
}
.bg-white {
    background-color: #fff
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
    max-width: 100%
}
a,
a:active,
a:focus,
a:hover {
    outline: 0
}
a,
a span,
button {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}
a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.btn:active,
.btn:focus {
    outline: inherit;
}
.line-height-26 {
  line-height: 26px;
}
p {
    margin: 0 0 15px;
    line-height:normal
}
.clear {
    clear: both
}
.uneditable-input,
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
textarea {
    outline: 0
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #000
}

.select-pais {
    color: #606060;
    background: #EDF3F8;
    border: 1px solid #CDD3D6 !important;
    font-size: 14px;
    font-weight: bold;
    border-radius:30px 0 0 30px;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.select-pais:focus {
    outline: 0;
}

.btn-outline-primary {
    color: #fff;
    font-weight: 700 !important;
    border-color: #18627c !important;
    background: #00C4CA;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3d3f3f;
    border-color: #3d3f3f;
}

.btn-buscar {
    font-weight: 700 !important;
    border-color: #00C4CA !important;
    background: #00C4CA;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.btn-outline-secondary {
    color: #2c94a7;
    font-weight: 700 !important;
    border-color: #ccc !important;
    background: #fff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.btn-outline-secondary:hover {
    color: #fff;
    background-color: #f1f1f1;
}

.btn-outline-tercero {
    color: #00C4CA;
    font-weight: 700 !important;
    border-color: #ccc !important;
    background: #fff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.question {
  color: #65A9B5;
}

.input-group-text {
  background: #f9f9f9;
}
.form-control-sm {
  height: 34px !important;
}

.form-control {
border-radius: 25px;
border: 1px solid #c1ccd3;
box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
width: 100%;
height: 45px;
padding-left: 20px;
padding-right: 20px;
}
.separator_auto,
.separator_left,
.separator_small {
    height: 2px;
    background: #00C4CA
}
.form-control:focus {
    border-color: #00C4CA;
    outline: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6)
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2.3rem;
    line-height: 3rem
}
h3 {
    line-height: 1.9rem
}

h5 {
    font-size: 1.125rem;
    line-height: 1.4rem
}
h6 {
    font-size: 1rem
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span {
    color: #FF9A0C
}
p:last-child {
    margin-bottom: 0
}
.w100 {
    font-weight: 100
}
.w200 {
    font-weight: 200
}
.w300 {
    font-weight: 300
}
.w400 {
    font-weight: 400
}
.w500 {
    font-weight: 500
}
.w600 {
    font-weight: 600
}
.w700 {
    font-weight: 700
}
.w800 {
    font-weight: 800
}
.parallax-section {
    max-width: 100%;
    color: #fff
}
ul {
    margin: 0;
    padding: 0
}
.no-padding {
    padding: 0!important;
    margin: 0!important
}
.left-no-padding {
    padding-left: 0!important
}
.right-no-padding {
    padding-right: 0!important
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px
}
.separator_left {
    width: 85px;
    margin: 20px 0
}
.separator_auto {
    width: 85px;
    margin: 20px auto
}
.separator_small {
    width: 30px;
    margin: 20px 0
}
.btn {
    -webkit-transition: all .6s;
    transition: all .6s;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 35px;
}

.btn img {
    width: 28px;
    display: inline-block;
}

.radius-bottom {
  border-radius: 0 0 8px 8px;
}

.required {
  color: red;
  position: absolute;
  margin-top: 12px;
  margin-left: 7px;
}

.btn-warning {
  background-color: #ffb633;
    border-color: #ffb633;
}

.btn-primary {
    color: #fff !important;
    background:#FF9A0C;
    border: 1px solid #eaa62f
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
 {
    background-color: #f9f9f9 !important;
    border-color: #00C4CA;
    color: #00C4CA !important;
}



.btn-info,
.btn-secondary
 {
    color: #fff;
    background: #18d1cc;
    border: 1px solid #18d1cc
}
.btn-info:hover,
.btn-secondary:hover
 {
    background-color: #4e7993;
    color: #fff;
    border: 1px solid #4e7993
}

.btn-default {
    color: #fff;
    background: #c1ccd3;
}
.btn-default:hover {
    color: #fff;
    background: #4e7993;
}
.modal-body {
  background: #fff;
}
.modal-body,
.modal-footer
 {
  padding: 1.5rem;
}
.modal-header {
  background: #f8faff;
  border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom: 1px solid #edf3f8;
}
.modal-content {
  border-radius: 15px;
  border: 0;
}

.tengo_cuenta img {
  width:34px;
}

.tengo_cuenta {
  color:#2c94a7;
  font-size: 12px;
}

.tengo_cuenta:hover {
  color:#2c94a7;
  text-decoration: underline;
}

.m-0 {
    margin: 0!important
}
.m-top-0 {
    margin-top: 0;
}
.m-r-0 {
    margin-right: 0
}
.m-l-0 {
    margin-left: 0
}
.m-b-0 {
    margin-bottom: 0
}
.m-r-15 {
    margin-right: 15px
}
.m-l-15 {
    margin-left: 15px
}
.m-top-10 {
    margin-top: 10px
}
.m-top-20 {
    margin-top: 20px
}
.m-top-30 {
    margin-top: 30px
}
.m-top-40 {
    margin-top: 40px
}
.m-top-50 {
    margin-top: 50px
}
.m-top-60 {
    margin-top: 60px
}
.m-top-70 {
    margin-top: 70px
}
.m-top-80 {
    margin-top: 80px
}
.m-top-90 {
    margin-top: 90px
}
.m-top-100 {
    margin-top: 100px
}
.m-top-110 {
    margin-top: 110px
}
.m-top-120 {
    margin-top: 120px
}
.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px
}
.m-bottom-10 {
    margin-bottom: 10px
}
.m-bottom-20 {
    margin-bottom: 20px !important;
}
.m-bottom-30 {
    margin-bottom: 30px
}
.m-bottom-40 {
    margin-bottom: 40px
}
.m-bottom-60 {
    margin-bottom: 60px
}
.m-bottom-70 {
    margin-bottom: 70px
}
.m-bottom-80 {
    margin-bottom: 80px
}
.m-bottom-90 {
    margin-bottom: 90px
}
.m-bottom-100 {
    margin-bottom: 100px
}
.m-bottom-110 {
    margin-bottom: 110px
}
.m-bottom-120 {
    margin-bottom: 120px
}
.m_t__b {
    margin: 14rem 0
}
.p_t__b {
    padding: 6rem 0
}
p-0 {
    padding: 0!important
}
.p-l-15 {
    padding-left: 15px
}
.p-r-15 {
    padding-right: 15px
}
.p-top-10 {
    padding-top: 10px !important;
}

.m-left-10 {
  margin-left: 10px;
}

.m-left-20 {
  margin-left: 20px;
}

.m-left-30 {
  margin-left: 30px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-right-20 {
  margin-right: 20px;
}

.p-top-8 {
    padding-top: 8px;
}

.p-left-0 {
  padding-left:0;
}

.p-right-0 {
  padding-right:0;
}

.p-right-10 {
  padding-right:10px;
}

.p-right-20 {
  padding-right:20px;
}

.p-right-30 {
  padding-right:30px;
}

.p-left-10 {
    padding-left: 10px
}

.p-left-20 {
    padding-left: 20px
}

.p-left-40 {
    padding-left: 40px
}

.p-left-60 {
    padding-left: 60px
}

.p-left-5 {
    padding-left: 5px
}
.p-top-20 {
    padding-top: 1.33rem
}
.p-bottom-10 {
    padding-bottom: 10px
}
.p-bottom-20 {
    padding-bottom: 1.33rem
}
.p-top-30 {
    padding-top: 1.875rem
}
.p-bottom-30 {
    padding-bottom: 1.875rem
}
.p-top-40 {
    padding-top: 2.66rem
}

.p-top-5 {
    padding-top:5px;
}
.p-bottom-40 {
    padding-bottom: 2.66rem
}
.p-top-60 {
    padding-top: 5rem
}
.p-bottom-60 {
    padding-bottom: 5rem
}
.p-top-80 {
    padding-top: 5.714rem
}
.p-bottom-80 {
    padding-bottom: 5.714rem
}
.p-top-90 {
    padding-top: 6.429rem
}
.p-bottom-90 {
    padding-bottom: 6.429rem
}
.p-top-100 {
    padding-top: 100px
}
.p-bottom-100 {
    padding-bottom: 100px
}
.p-top-110 {
    padding-top: 110px
}
.p-bottom-120 {
    padding-bottom: 120px
}
.p-bottom-110 {
    padding-bottom: 110px
}
.p-bottom-0 {
    padding-bottom: 0 !important;
}
.p-top-150 {
    padding-top: 150px
}
.p-top-140 {
    padding-top: 140px
}
.p_l_r {
    padding-left: 5.714rem;
    padding-right: 5.714rem
}
.padding-twenty {
    padding: 10px 0
}
.padding-fourty {
    padding: 20px 0
}
.padding-sixty {
    padding: 30px 0
}
.padding-eighty {
    padding: 40px 0
}

.padding-20 {
  padding: 20px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.no-border-top {
    border-top: 0 solid transparent!important
}
.no-border-rigth {
    border-right: 0 solid transparent!important
}
input[type=email].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent
}
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
input::placeholder {
    color: #cdcdcd
}
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cdcdcd;
    padding: 5px
}
.transform_scal_rotate:hover img {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}
.culmn {
    width: 100%
}
.head_title {
    padding-bottom: 2.143rem
}
.head_title h2 {
    font-weight: 700;
    font-size: 2.25rem
}
.head_title h5 {
    font-weight: 400;
    font-size: 1.125rem;
    color: #999
}


.iconloading {
background: url(../images/iso2.svg);
width: 50px;
height: 50px;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}



.loading {
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  height: 70px;
  border: 6px solid #edf3f8;
  border-top: 6px solid #18d1cc;
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.iso-brand img {
    left: 20%;
}

.navbar-brand span {
    left: 36%;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #2C94A7;
}
.navbar-callus li a {
    font-size: 14px;
    padding: 10px;
    color: #444;
    display: inline-block
}
.navbar-callus li a i {
    font-size: 13px;
    color: #1abc9c;
    margin-right: 5px
}
.navbar-socail li a {
    font-size: 16px;
    padding: 10px;
    color: #aaa;
    display: inline-block
}
.navbar-socail li a:hover {
    background-color: #3765a3;
    color: #fff
}
.font-size-50 {
    font-size: 50px
}
.font-size-80 {
    font-size: 80px
}
.font-size-60 {
    font-size:60px
}
.font-size-40 {
    font-size: 40px
}
.font-size-30 {
    font-size: 30px;
}
.font-size-25 {
    font-size: 25px;
    line-height: 35px
}

.font-size-23 {
    font-size: 23px;
    line-height: 32px
}

.font-size-20 {
    font-size: 20px;
    line-height:35px;
}
.font-size-17 {
    font-size: 17px;
    line-height:23px !important;
}
.font-size-14 {
    font-size: 14px
}
.font-size-12 {
    font-size: 12px
}
.font-size-10 {
    font-size: 10px;
}
.font-size-16 {
    font-size: 16px
}

.font-size-18 {
    font-size: 18px
}
.black {
    color: #1a1a1a !important;
}

.text-regular {
  font-weight: 200;
}

.no-cursor {
  cursor: text;
}

.faq-acordeon {
  border-bottom: 2px solid #EDF3F8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-acordeon a {
color: #27426b;
font-weight: 500;
}

.list-block {
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.black span {
    color: #1a1a1a;
}
.overlay {
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    top: 0
}
.foot-position {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
.bandera {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.bandera  img {
    max-width:75px;
}

.counter {
  font-size: 140px;
  line-height: 140px;
  font-weight: 700;
}

.table-counter td,
.table-counter
{
  border: 0;
  color:#fff;
}

.icon-box {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.business_slid,
.slid_shap {
    border-radius: 4px 4px 0 0
}
.features_item .f_item_icon {
    float: left;
    width: 15%;
    display: inline-block;
    margin-right: 15px
}
.features_item .f_item_icon i {
    font-size: 4rem;
    color: #00C4CA
}
.features_item .f_item_text {
    display: inline-block;
    width: 75%
}
.features_item .f_item_text p {
    font-size: 14px
}
.business_item h2 {
    font-size: 26px;
    font-weight: 800
}
.business_item li {
    font-size: 18px;
    font-weight: 300;
    line-height: 2rem
}
.business_item li i {
    font-size: 12px;
    margin-right: 5px
}
.business_item p {
    color: #333;
    line-height: 2rem;
    font-size: 14px;
    font-weight: 500
}
.business_item .business_btn {
    margin-left: -10px
}
.business_item .business_btn a {
    margin-left: 10px
}
.business_item .business_btn .btn-default {
    color: #444
}
.slid_shap {
    height: 40px;
    width: 100%
}
.business_slid {
    box-shadow: 0 0 8px -1px
}
.business_slid .business_items {
    background-color: #fff;
    margin: 0
}
.business_slid .slick-arrow {
    position: absolute;
    top: 29%;
    z-index: 1;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    transition: all .6s;
    color: #fff
}
.business_slid .nextprevleft {
    left: 5.9%
}
.business_slid .nextprevright {
    right: 6%
}
.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover {
    background-color: #ddd;
    border-radius: 50%
}
.business_slid .slick-dots {
    position: absolute;
    top: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left
}
.main_product .carousel-control {
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    text-align: center;
    top: 30%
}
.main_product .carousel-control:hover {
    background-color: #00C4CA;
    color: #fff
}
.main_product .carousel-control.left {
    left: -1.4%;
    box-shadow: -1px 0 0 0
}
.main_product .carousel-control.right {
    right: -1.4%;
    box-shadow: 1px 0 0 0
}
.main_product .port_img {
    position: relative
}
.main_product .port_img img {
    width: 100%
}
.main_product .port_overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 168, 133, .6);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 35%;
    opacity: 0;
    transition: all .2s
}
.main_product .port_overlay a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 2rem;
    bottom: -150px;
    position: relative
}
.main_product .port_img:hover .port_overlay a {
    bottom: 0
}
.main_product .port_img:hover .port_overlay {
    opacity: 1
}
.main_test {
    width: 100%;
    display: block
}
.test_item {
    padding: 40px;
    transition: all .6s;
    border: 1px solid #ddd;
    background: #fff
}
.test_item:hover {
    border: 1px solid #00C4CA;
    background-color: #fff
}
.test_item:hover .item_img i {
    color: #fff;
    background-color: #00C4CA
}
.main_test .item_img {
    float: left;
    display: inline-block;
    width: 20%;
    margin-right: 10%
}
.main_test .item_text {
    display: inline-block;
    width: 70%
}
.item_img {
    position: relative
}
.item_img i {
    background-color: #3d3f3f;
    position: absolute;
    right: -25%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0 0 0 #ddd
}
.brand_item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .6s;
    height: 30px
}
.brand_item img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}
.action_btn .btn-default:hover {
    background-color: #fff;
    color: #00C4CA
}
.action-lage {
    position: relative;
    width: 100%
}
.action-lage:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #00C4CA;
    left: 50%;
    top: 0;
    z-index: 3;
    margin-left: -15px
}
.package,
.trial {
    position: relative
}
.divider {
    width: 100%;
    height: 1px;
    background-color: #434769;
    display: inline-block
}
.widget_ab_item_text h6 {
    margin-bottom: 5px
}
.widget_item h5 {
    font-weight: 700
}
.widget_item .btn:hover {
    background-color: #0ec9a2
}
.widget_item li a {
    color: #aaa
}
.widget_item li a:hover {
    color: #fff
}
.widget_latst_item_text p {
    margin-bottom: 0;
    color: #aaa
}
.widget_latst_item_text a,
.widget_service li i {
    font-size: 12px;
    color: #aaa
}
.widget_service li i {
    margin-right: 5px
}
.widget_service li {
    font-size: 13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px
}
.widget_latst_item_text:hover p,
.widget_newsletter li a:hover i,
.widget_service li:hover,
.widget_service li:hover i {
    color: #fff
}
.widget_ab_item .item_icon,
.widget_latst_item .item_icon {
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px
}
.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%
}
.widget_ab_item .item_icon {
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px
}
.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%
}
.widget_newsletter .form-inline .form-group {
    display: block
}
.widget_newsletter .form-control {
    width: 80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color: #333;
    display: inline-block
}
.widget_newsletter .btn {
    width: 20%;
    padding: .65rem 1.2rem;
    background-color: #00C4CA;
    border-color: #00C4CA;
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    display: inline-block
}
.widget_brand a {
    font-size: 30px;
    font-weight: 800;
    color: #aaa
}
.widget_newsletter li a i {
    color: #aaa
}
.main_footer {
    font-size: 11px;
    background: #0F256E;
    padding: 10px 20px;
}
.main_footer ul {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style-type: none
}
.interest,
.package,
.tablas thead,
.title-head,
ul.share-items {
    text-align: center
}

.nav-transparent {
  background-color: transparent !important;
  margin-top: 5px !important;
}
.nav-transparent .nav-item {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-transparent .nav-link,
.nav-transparent .nav-item
 {
  color: #fff;
  font-size: 12px;
}

.hmenu {
  padding: 10px 8px;
  border-radius: 50%;
}

.hmenu img {
  width:20px;
}

.hmenu[aria-expanded=true],
.hmenu:hover[aria-expanded=true],
.hmenu:hover
 {
background: #eee;
}

.navbar-nav a[aria-expanded=true],
.navbar-nav a:hover[aria-expanded=true] {
  text-decoration: underline;
}

.card-header a[aria-expanded=true],
.card-header a:hover[aria-expanded=true] {
  text-decoration: underline;
  font-weight: 700;
}

.badge-danger {
  border: 2px solid #fff !important;
  background-color: #f84856;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.navbar-nav .badge,
.collapse-menu .badge
 {
  z-index: 1;
  position: absolute;
  border: 1px solid #222222;
  margin-left: 15px;
  margin-top: -6px;
}

.with-deg .nav-item a {
  color: #fff;
}

.premium-home {
  color: #00C4CA !important;
font-weight: 600;
}



.main_footer li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-weight:600;
}

.main_footer {
  color: #F9F9F9
}

.main_footer a {
    padding: 0 10px;
    margin: 0;
    line-height: normal;
    color: #F9F9F9
}
.main_footer a:hover {
    color: #00C4CA
}
.main_footer img {
    max-width: 80px
}
.package {
    width: 32%;
    min-height: 400px;
    border: 3px solid #e8e8e8;
    border-radius: 7px;
    display: inline-block;
    padding: 24px;
    float: left;
    -webkit-transition: margin-top .5s linear;
    transition: margin-top .5s linear;
    margin-right: 11px;
    background: #fff
}
.package:hover {
    margin-top: -30px;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear
}
.name {
    color: #565656;
    font-weight: 300;
    font-size: 3rem;
    margin-top: -5px
}
.price {
    margin-top: 7px;
    font-weight: 700;
    color: #ff6700;
    font-size: 17px
}

.select-class {
  color: #18d1cc;
  border: 2px solid #18d1cc;
}

hr {
    background-color: #edf3f8;
    border: none;
    height: 1px
}
.trial {
    font-size: .9rem;
    font-weight: 600;
    padding: 5px 21px;
    color: #333;
    background: #eee;
    display: inline-block;
    border-radius: 15px;
    bottom: -20px
}
.package ul {
    padding: 0;
    text-align: left;
    margin-top: 29px
}
.package li {
    background: url(../images/arrow.png) left center no-repeat;
    padding-left: 40px;
    margin-bottom: 15px
}
.checkIcon {
    font-family: FontAwesome;
    content: "\f00c"
}
.brilliant {
    border-color: #00C4CA
}
.brilliant::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 64px 0 0;
    border-color: #00C4CA transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: ""
}
.brilliant::after {
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    position: absolute;
    left: 9px;
    top: 6px;
    text-shadow: 0 0 2px #37c5b6;
    font-size: 1.4rem
}
.azul {
    color: #18d1cc !important;
}
.p-icon {
    margin: 0 8px
}

#chartdiv {
  width: 100%;
  max-height: 600px;
  height: 100vh;
}

.partida,
.valorem {
    width: 18px;
    height: 21px;
    margin-bottom: -2px
}
.partida {
    background: url(../images/part.png) no-repeat;
    background-size: contain
}
.valorem {
    background: url(../images/valorem.png) no-repeat;
    background-size: contain
}
.empezar-busqueda {
    background: #f1f1f1;
    color: #fff;
    padding: 8px 20px;
    border: 0;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    border-left: 1px solid transparent;
    outline: 0;
    margin: 0 0 0 -4px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}
.empezar-busqueda:hover {
    background-color: #3d3f3f;
    color: #fff;
    text-decoration: none
}


.search-cont .btn-outline-secondary {
  border-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #CDD3D6 !important;
}

.search-cont .btn-outline-secondary:hover {
background: #fff;
}

.search-cont .btn-outline-secondary img {
  width: 22px;
}

.search-cont-inner {
  width: 80%;
}

.search-cont-inner .btn-outline-tercero,
.search-cont-inner .btn-outline-primary
 {
  padding: 0 10px;
  font-size: 11px;
  color: #495057;
  font-weight: normal !important;
  background: #DCE6F0;
}

.bg-guru {
  background: #fcf9f5 !important;
  border-bottom: 1px solid #efe6da;
}

.bg-guru .nav-link {
  padding: 0.5rem 0.6rem;
}

.search-cont-inner .form-control {
  font-size: 11px;
  font-weight: normal;
}



.search-cont-inner .btn-outline-secondary {
  padding: 0 8px;

}




.search-cont-inner .btn-outline-secondary img {
  width: 20px;
}

.search-cont .form-control {
  font-size: 13px;
  font-weight: normal;
  box-shadow: 0 4px 6px 0 rgb(0 0 0 / 11%);
}

.search-cont .btn-outline-secondary {
  padding: 0 18px;
  box-shadow: 0 4px 1px 0 rgb(0 0 0 / 5%);
}

.search-cont-inner2 {
  width: 44%;
  margin-left: 20px;
}

.search-cont-inner2 .form-control {
  font-size: 12px ;
}

.control,
.control-group,
ul.share-items {
    font-family: Montserrat, sans-serif
}


.page-link {
  color:#555555;
  padding: 5px 10px;
}

.page-item.active .page-link {
  background: #444;
      border-color: #333;
}

.page-link:hover {
  color: #00C4CA;
}

.nav-item {
  font-size: 12px;
}

.nav-item a {
  color:#222222;
}

.country-list {
  padding-top: 20px;
}

.country-list a {
  font-size: 14px !important;
  margin: 0 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #666 !important;
  font-weight: 600;
}

.country-list .active,
.country-list a:hover
 {
  border-top: 1px solid #FF9A0C;
  border-left: 1px solid #FF9A0C;
  border-right: 1px solid #FF9A0C;
  color: #FF9A0C !important;
  background: #fff;
}

.country-list .active
 {
  background: #f8f9fa;
  margin-bottom:-2px;
  font-weight: 600 !important;
}

.border-bottom-yellow {
  border-bottom:1px solid #FF9A0C !important;
}

.resultados-cantidad {
  font-size: 12px;
  margin:7px 0 0 0;
  color: #0E4E59;
}

.nav-results {
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #444444;
  padding: 0 20px;
}

.nav-results a {
  font-size: 12px;
  color: #00C4CA;
}

.nav-results a:hover {
  color: #2c94a7;
}

.nav-results a:hover .peru-icon,
.nav-results a:hover .bolivia-icon,
.nav-results a:hover .ecuador-icon
 {
  -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.nav-results label {
  color: #2c94a7;
  font-weight: 600;
  margin: 0;
}
.nav-results .active {
  color: #00C4CA;
  font-weight: 700;
}

.nav-results .active .ecuador-icon,
.nav-results .active .peru-icon,
.nav-results .active .bolivia-icon
 {
   -webkit-filter: grayscale(0%);
     -moz-filter: grayscale(0%);
     -ms-filter: grayscale(0%);
     -o-filter: grayscale(0%);
     filter: grayscale(0%);
}
.ecuador-icon {
  background: url(../images/ecuador-active.svg) center bottom no-repeat;
  width: 26px;
  height: 26px;
  position: relative;
  bottom: -6px;
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.bolivia-icon {
  background: url(../images/bolivia-active.svg) center bottom no-repeat;
  width: 26px;
  height: 26px;
  position: relative;
  bottom: -6px;
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.peru-icon {
  background: url(../images/peru-active.svg) center bottom no-repeat;
  width: 26px;
  height: 26px;
  position: relative;
  bottom: -6px;
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.empezar-busqueda-inner {
    background: url(../images/lupa.svg) center center no-repeat #fff;
    background-size: 30px;
    color: #00C4CA;
    padding: 10px 30px;
    height: 41px;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    border: 1px solid #ccc;
    margin: 0 0 0 -5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}
.empezar-busqueda-inner:hover {
    background-color: #3d3f3f;
    color: #fff;
    text-decoration: none
}

.arrow-after,
.arrow-before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    font-size: 0;
    line-height: 0;
    left: 19%;
    position: relative
}

.title-result {
    color: #00C4CA;
    margin-bottom: 30px;
    background: #f1f1f1;
    padding: 6px 20px
}
.arrow-before {
    border-bottom: 15px solid #ccc;
    top: 15px
}
.arrow-after {
    border-bottom: 15px solid #fff;
    top: 1px
}
.no-margin {
    margin: 0;
    padding: 0;
}
.panel-collapse .cont-results {
    border: 1px solid #ddd;
    border-radius: 0;
    padding:20px;
    border-radius: 4px;
}
.cont-results {
    border:0;
    border-top: 1px solid #ddd;
    padding: 20px 0 10px 0;
}
.cont-results ul li {
    margin: 7px 0 7px 5px;
    padding-left: 25px;
    font-size: 12px;
    background: url(../images/hand.png) left center no-repeat;
    display: block
}
.cont-results ul li a {
    padding: 1px 0
}
.cont-results ul li a:hover {
    text-decoration: underline
}
.search-item {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
    font-size: 12px;
    text-align: justify;
    color: #212529;
}
.scroll-pre h4 {
  font-weight: 500;
  font-size: 17px;
  color: #65A9B5;
  line-height: normal;
  text-align: left;
}
.search-item h3 {
    font-weight: 600;
    color: #666;
    font-size: 13px;
    margin:0;
}



.search-item a {
    color: #00C4CA;
    font-weight: 600;
}

.search-item a:hover {
    text-decoration: underline;
}

.search-item ul {
  list-style-type: none;
  margin:0;
  padding: 0;
}
.search-item .row {
    padding-top:10px;
}



.inline-block {
    display: inline-block
}
.line,
.line-opacity,
.line2 {
    height: 1px;
    display: block;
    margin: 20px 0
}
.line {
    background: #00C4CA
}
.line2 {
    background: #ddd
}
.title-head-box {
    display: inline-block;
    line-height: 2.5rem;
    padding: 0 1rem;
    vertical-align: middle
}
.title-head {
    border-top: 1px solid #ddd;
    height: 0;
    margin: 20px 0;
    position: relative
}
.title-head-box--status {
    background-color: #fff;
    padding: 0 10px;
    color: #00C4CA;
    margin-top: -23px
}
.tablas {
    width: 100%;
    margin: 10px 0
}
.tablas td {
    border: 1px solid #eee;
    padding: 3px 8px;
    font-size: 12px
}
.tablas thead {
    background: rgba(242,252,252,1);
background: -moz-linear-gradient(top, rgba(242,252,252,1) 0%, rgba(191,209,208,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,252,252,1)), color-stop(100%, rgba(191,209,208,1)));
background: -webkit-linear-gradient(top, rgba(242,252,252,1) 0%, rgba(191,209,208,1) 100%);
background: -o-linear-gradient(top, rgba(242,252,252,1) 0%, rgba(191,209,208,1) 100%);
background: -ms-linear-gradient(top, rgba(242,252,252,1) 0%, rgba(191,209,208,1) 100%);
background: linear-gradient(to bottom, rgba(242,252,252,1) 0%, rgba(191,209,208,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2fcfc', endColorstr='#bfd1d0', GradientType=0 );
    color: #3d3f3f;
    font-weight: 700
}
.tablas thead td {
    padding-top: 5px;
    padding-bottom: 5px
}
.tablas tfoot {
    background-color: #eee;
    color: #111;
    font-weight: 700
}
.ico-share {
    display: block;
    vertical-align: top;
    margin: 0 auto 5px
}
ul.share-items {
    margin: 27px 0 0;
    list-style-type: none;
    padding: 0;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase
}
.share-items li,
.share-items li a {
    display: inline-block;
    margin: 0;
    vertical-align: top
}
.share-items li {
    padding: 0
}
.share-items li a {
    color: #334345;
    padding: 0 10px;
    border-right: 2px solid #334345
}
.share-items li a:hover {
    background: #eee;
    border-right: 2px solid transparent;
    text-decoration: none;
    color: #00C4CA
}
.interest {
    margin: 0 auto;
    display: block;
    padding: 20px 0 10px 30px;
    max-width: 40%;
    border-bottom: 1px solid #ddd
}


.select,
.select select {
    display: inline-block;
    width: 100%
}
.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b
}
.select {
    position: relative
}
.select select {
    cursor: pointer;
    padding: 8px 15px;
    outline: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}
.btn-facebook.active,
.btn-facebook:active,
.btn-google-plus.active,
.btn-google-plus:active,
.open>.dropdown-toggle.btn-facebook,
.open>.dropdown-toggle.btn-google-plus {
    background-image: none
}
.select select::-ms-expand {
    display: none
}
.select select:focus,
.select select:hover {
    border: 1px solid #00C4CA;
    color: #00C4CA
}
.select select:disabled {
    opacity: .5
}
.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #7b7b7b transparent transparent
}
.select select:focus~.select__arrow,
.select select:hover~.select__arrow {
    border-top-color: #00C4CA
}
.select select:disabled~.select__arrow {
    border-top-color: #ccc
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2)
}
.btn-facebook.active,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover,
.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2)
}
.btn-facebook.disabled,
.btn-facebook.disabled.active,
.btn-facebook.disabled.focus,
.btn-facebook.disabled:active,
.btn-facebook.disabled:focus,
.btn-facebook.disabled:hover,
.btn-facebook[disabled],
.btn-facebook[disabled].active,
.btn-facebook[disabled].focus,
.btn-facebook[disabled]:active,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-facebook.active,
fieldset[disabled] .btn-facebook.focus,
fieldset[disabled] .btn-facebook:active,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:hover {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2)
}
.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}
.btn-google-plus {
    color: #fff;
    background-color: #4285f4;
    border-color: rgba(0, 0, 0, .2)
}
.btn-google-plus.active,
.btn-google-plus.focus,
.btn-google-plus:active,
.btn-google-plus:focus,
.btn-google-plus:hover,
.open>.dropdown-toggle.btn-google-plus {
    color: #fff;
    background-color: #ea4335;
    border-color: rgba(0, 0, 0, .2)
}
.btn-google-plus.disabled,
.btn-google-plus.disabled.active,
.btn-google-plus.disabled.focus,
.btn-google-plus.disabled:active,
.btn-google-plus.disabled:focus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled],
.btn-google-plus[disabled].active,
.btn-google-plus[disabled].focus,
.btn-google-plus[disabled]:active,
.btn-google-plus[disabled]:focus,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus,
fieldset[disabled] .btn-google-plus.active,
fieldset[disabled] .btn-google-plus.focus,
fieldset[disabled] .btn-google-plus:active,
fieldset[disabled] .btn-google-plus:focus,
fieldset[disabled] .btn-google-plus:hover {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2)
}
.btn-google-plus .badge {
    color: #dd4b39;
    background-color: #fff
}
.btn-social {
    position: relative;
    padding-left: 44px!important;
    text-align: left;
    white-space: nowrap
}
.btn-social:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px!important;
    line-height: 34px!important;
    font-size: 1.6em!important;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2)
}
.btn-social.btn-lg {
    padding-left: 61px!important
}
.btn-social.btn-lg:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}
.btn-social.btn-sm {
    padding-left: 38px!important
}
.btn-social.btn-sm:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}
.btn-social.btn-xs {
    padding-left: 30px!important
}
.btn-social.btn-xs:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-sm {
  padding:8px !important;
}

.btn-xs {
  padding:3px 6px !important;
}

.btn-social-icon {
    position: relative;
    padding-left: 44px!important;
    text-align: left;
    white-space: nowrap;
    height: 34px;
    width: 34px;
    padding: 0
}
.btn-social-icon:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 34px!important;
    font-size: 1.6em!important
}
.btn-social-icon.btn-lg {
    padding-left: 61px!important
}
.btn-social-icon.btn-lg:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}
.btn-social-icon.btn-sm {
    padding-left: 38px!important
}
.btn-social-icon.btn-sm:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}
.btn-social-icon.btn-xs:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}
.btn-social-icon:first-child {
    border: none;
    text-align: center;
    width: 100%!important
}
.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-right: 0
}
.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-right: 0
}
.btn-social-icon.btn-xs {
    padding-left: 30px!important;
    height: 22px;
    width: 22px;
    padding-right: 0
}
.despliegue {
    margin: 0
}
.despliegue .panel-item {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
    padding: 15px 20px;
    font-size: 12px;
}
.despliegue .panel-item:focus,
.despliegue .panel-item:hover {
    background: #f1f1f1
}
.despliegue i {
    color: #65A9B5;
    font-size: 17px
}
.more,
.more:focus,
.register,
.register:focus,
.register:hover {
    color: #fff
}
.despliegue .box-body {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.leyes-detail {
  padding-top: 40px;
  padding-bottom: 40px;
}

.leyes-detail .card-header {
  font-weight: 700;
}

.leyes-detail a {
  color: #65A9B5;
}

.light-card .card {
  border: 1px solid #edf3f8;
}

.light-card .card-header {
  background: #f8faff;
  border: 1px solid #edf3f8;
  border-radius: 15px;
  cursor: pointer;
}

.light-card .card-header:hover {
  border: 1px solid #c1ccd3;
}

.register {
    background: 0 0;
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 6px;
    text-align: center;
    margin: 10px 0 0;
    text-decoration: none;
    font-size: 13px;
    outline: 0;
    cursor: pointer
}
.justify {
    text-align: justify
}
.buy,
.more {
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 12px
}
.more {
    background: #3e4444;
    border: 1px solid transparent;
    border-radius: 6px;
    text-decoration: none
}
.buy,
.buy:hover,
.more:hover {
    background: #fff;
    text-decoration: none
}
.more:hover {
    border: 1px solid #334345
}
.buy {
    border: 2px solid #3e4444;
    border-radius: 6px;
    color: #3e4444
}
.buy:hover {
    border: 2px solid #00C4CA;
    color: #00C4CA
}
.aranceles {
    background: url(../images/people.jpg) top center no-repeat;
    padding: 65px 20px 60px;
    background-size: cover
}
.aranceles h2 {
    font-size: 40px;
    text-shadow: 0 0 8px #111
}
.seccion-item {
  background: #f1f1f1;
  border-radius: 10px;
  box-shadow: 0 12px 20px rgba(68,68,68,0.2);
  padding: 15px 15px 1px 15px;
}

.seccion-item .control__indicator {
  top: 15px;
}

.control--checkbox img {
  max-width: 50px;
}


.control {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 2px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 23px;
  width: 23px;
  background: #eee;
  border: 1px solid #ccc;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #2c94a7;
}
.control input:checked ~ .control__indicator {
  background: #2c94a7;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #2c94a7;
}
.control input:disabled ~ .control__indicator {
  background: #ddd;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.no-border {
  border:0 !important;
}

.profile {
  padding:10px 20px 0 0;
}


.profile a:hover {
  color:#09be98;
}

.services-menu {
      background-color: #f9f9f9;
      box-shadow: 0 12px 20px rgba(68,68,68,0.2);
      font-size: 12px;
      margin-top: 8px;
      min-width: 310px;
      height: auto;
      max-height: 350px;
      overflow-x:auto;

}

.services-menu-sm {
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding:10px 20px;
  box-shadow: none;
  font-size: 12px;
  margin-top: 0;
  min-width: 145px;
  height: auto;
  max-height: 145px;
  overflow-x:auto;
}

.services-menu::-webkit-scrollbar {
    width: 16px;
}
.services-menu::-webkit-scrollbar-thumb {
    background: #dadce0;
    background-clip: padding-box;
    border: 4px solid transparent;
    border-radius: 8px;
    box-shadow: none;
    min-height: 50px;
}

.services-menu img {
      width:32px;
      display: block;
      margin:0 auto;
      margin-bottom: 6px;
}

.services-menu .disabled {
  color: #aaa;
  cursor: pointer;
}

.services-menu .disabled img {
  filter: grayscale(100%);
  opacity: .5;
}

.services-menu li a:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.services-menu li {
      display: inline-block;
      vertical-align: top;;
      max-width: 30%;
      text-align:center;
      margin: 0 auto;
}

.services-menu li a {
      padding:10px 15px;
      display: inline-block;
}

.services-menu li a:hover {
  background: #c1ccd3;
  border-radius: 8px;
  text-decoration: underline;
}

.services-menu h4 {
      padding:0 20px;
      margin:0;
      color: #FF9A0C;
      font-size: 12px;
      line-height: 20px;
}

.services-menu .empty {
      color: #777;
      font-size: 15px;
      font-weight: normal;
      padding:5px 20px;
      margin:0;
}

.services-menu .head-menu,
.notifications-menu .head-menu
 {
      background: #edf3f8;
      border-bottom:1px solid #edf3f8;
      padding:10px 20px;
      margin:-7px 0 10px 0;
      color: #26416c;
      font-size: 14px;
}

.notifications-menu {
      background-color: #f8faff;
      box-shadow: 0 12px 20px rgba(68,68,68,0.2);
      font-size: 12px;
      min-width: 310px;
      height: auto;
      max-height: 350px;
      overflow-x:auto;
      border:0;
}

.notifications-menu::-webkit-scrollbar {
    width: 16px;
}
.notifications-menu::-webkit-scrollbar-thumb {
    background: #dadce0;
    background-clip: padding-box;
    border: 4px solid transparent;
    border-radius: 8px;
    box-shadow: none;
    min-height: 50px;
}


.notifications-menu img {
      width:20px;
      margin-right: 10px;
}

.notifications-menu li {
      padding:12px 10px;
      border-bottom: 1px solid #edf3f8;
      min-width: 210px;
}

.notifications-menu li:hover {
  background: #eee;
}
.notifications-menu a:hover {
  text-decoration: none;
}

.notifications-menu .badge {
  border: 0;
  position: absolute;
  right: 10px;
}

.notifications-menu .read span,
.notifications-menu .read
 {
      color: #999;
}

.notifications-menu .read .read-ico
 {
      background: #ddd;
}

.profile-menu {
      background-color: #f8faff;
      box-shadow: 0 12px 20px rgba(68,68,68,0.2);
      font-size: 12px;
      margin-top: 8px;
      border: 0;
}
.profile-menu img {
      width:20px;
      margin-right: 10px;
}

.profile-menu li {
      padding: 7px 10px;
      border-bottom: 1px solid #edf3f8;
      min-width: 210px;
}

.home-white .profile-round-xs {
	margin:0;
}


.profile-round-xs {
  position: relative;
      width:32px;
      height:32px;
      overflow: hidden;
  	-moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      border-radius: 50%;
}


.profile-round-xs img {
    position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
		  object-fit:cover;
		  -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}
.profile-round-md {
    border: 1px solid #EDF3F8;
    position: relative;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto
}
.profile-round-md img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%
}
.plan ul {
    padding: 0;
    text-align: left;
    margin: 0;
    font-size: 20px!important
}
.plan li {
    background: url(../images/arrow.png) left center no-repeat!important;
    padding-left: 40px!important;
    margin-bottom: 15px!important;
    font-size: 17px!important
}
.pago-cont {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
    margin-top: 190px
}

.toolstyle {
    cursor: default;
    color: #797979;
    font-weight: 700
}
.add,
.add a {
    color: #3d3f3f
}
.ap-iso {
    max-width: 30px!important;
    margin-left: 5px
}
.related-search li {
    margin: 8px 0
}
.related-search li a:hover {
    text-decoration: underline
}
.box-convenios {
    border: 1px solid #00C4CA;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    height: 270px
}
.box-convenios img {
    max-width: 30%
}
.box-convenios h3 {
    line-height: normal
}
.add {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 #aaa;
    display: block;
    margin: 0 0 20px;
    font-size: 11px
}
.add:hover {
    background: #f1f1f1
}
.add img {
    border-radius: 6px 6px 0 0
}
.add .info {
    padding: 5px 10px 10px
}
.add-noti {
    font-size: 10px;
    font-style: italic;
    padding-bottom: 5px;
    display: block;
    text-align: right
}
.azul-cont {
    background: #00C4CA;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 6px
}
.hiden {
    display: none!important
}
.color-black {
    color: #000
}
#clear_filter:hover,
#clear_order:hover,
#clear_type:hover {
    color: #ff6700;
    font-size: 13px
}
.blockOverlay {
    background-color: #fff!important
}
.blockMsg {
    border: None!important
}
.small-numeral--list {
    margin: 10px;
}
.small-numeral--list::after {
    clear: both;
    content: "";
    display: table
}
.small-numeral--list-item::before {
    transform: none;
    border-radius: 100%;
    border: 2px solid #00C4CA;
    color: #00C4CA;
    content: attr(data-index);
    display: block;
    font-weight: 700;
    font-size: 18px;
    left: 0;
    top: 0;
    line-height: 28px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 32px
}
.small-numeral--list-item {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    min-height: 60px;
    line-height: normal;
    text-align: justify
}
despliegue ul {
    margin: 15px 15px 15px 10px;
}
.despliegue ul li {
    font-size: 14px;
    font-weight: bold;
}
.despliegue ul {
    margin: 15px 15px 15px 10px;
}
.despliegue ul li {
    font-size: 14px;
    font-weight: bold;
}
.view-more {
    border: 1px solid #333;
    border-top: 0;
    padding: 0 10px;
    background: #fff;
    color: #333;
    border-radius: 0 0 6px 6px;
}
.view-more:hover {
    border-color: #00C4CA;
    color: #00C4CA!important;
}
.facebook {
    color: #415e9b!important;
}
.twitter {
    color: #1da1f2!important;
}
.linkedin {
    color: #0084bf!important;
}

.home-white .info-country {
    color:#999;
    }

.info-country {
    text-align: center;
    font-size: 10px;
    font-weight:normal;
    color:#fff;
    }

    .info-country img {
        max-width: 30px;
        margin: 0 3px;
        filter: grayscale(100%);
        opacity: .5;
        cursor: pointer;
        }

        .info-country img:hover {
            filter: grayscale(0);
            opacity: 1;
            }

  .options-index {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  .options-index input {
    margin-right: 5px;
  }

.home-white .service-by,
.home-white .service-by a
 {
  color: #65A9B5;
}

.service-by {
  margin-top: 15%;
  text-align: center;
  font-size: 12px;
  color: #f2de33;
}

.service-by a {
  color: #f2de33;
  font-weight: 700;
}
.service-by a:hover {
text-decoration: underline;
}

    .add-comex {
        border: 1px solid #00C4CA;
        padding: 15px;
        margin-bottom: 20px;
        margin-left:-15px;
        margin-right:-15px;
        border-radius:2px;
        }
    .add-comex a:hover {
        text-decoration: underline;
        color: #09be98;
        }
    .add-comex h3 {
        margin: 0;
        font-weight:500;
        font-size: 16px;
        line-height: 15px;
        }
    .add-comex cite {
        font-style: normal;
        color: #09be98;
        font-size: 12px;
        }
        .anuncio-lateral {
            margin-bottom: 20px;
            display: block;
        }


.aside-menu {
padding-right:0;
border-right: 1px solid #ccc;
}

.aside-menu a {
  color: #444;

}

.aside-menu .active {
  background: #eee;
  font-weight: 600;
  border-right: 5px solid #FF9A0C !important;
}

.aside-menu .active a {
  color: #222;
}



.aside-menu li {
  background: transparent;
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.aside-menu img {
  width: 26px;
}

.aside-menu h4,
.aside-menu h3
 {
 padding:0 20px !important;
}

.aside-menu h4 {
  font-size: 14px;
  line-height: normal;
  color: #65a9b5;
}

.aside-menu h3 {
  font-size: 25px;
  line-height: normal;
  color: #09be98;
  font-weight: 600;
}

.aside-menu .list-group-item {
  border:0;
}

.about-section .list-group-item {
  border:0;
  border-bottom: 1px solid #ddd;
}

.text-bold {
  font-weight: 600;
}

.info-content {
  background: #f1f1f1;
  min-height:700px;
  padding: 0;
}
.head-info-content {
  padding:40px;
}

.head-info-content h1 {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
}

.celeste {
  color: #88e2f2;
}

.correo-notify {
  background: #edf3f8;
}



.table-size {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.table-color1 {
  background: #00C4CA !important;
}

.table-color2 {
  background: #65a9b5;
}

.table-color3 {
  background: #f2de33;
}

.table-color4 {
  background: #247d8c;
}

.table-color5 {
  background: #b1755a;
}

.table-color6 {
  background: #09be98;
}

.file-color {
  background: #f1f1f1;
}

.table {
  color:#4d4d4d;
}

.table .table-color1 .fa {
  color:#fff;
}

a {
  color: #18d1cc;
}

.premium {
  color: #235ed9;
  font-weight: 600;
}

.premium img {
  width:35px;
}

.external-border {
  border: 1px solid #ccc;
}

.table-info-head {
  background: #f9f9f9;
}

.table-info-head h3 {
  color: #65a9b5;
  font-weight: 600;
  margin:0;
}

.box-content {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}

.box-content h3 {
  color: #65a9b5;
  font-weight: 600;
}

.arrow-direction {
  width: 75px;
  margin:0 10px;
}


.text-premium {
  color: #235ed9;
}

.white {
  color: #fff;
}
.yellow {
  color: #FF9A0C;
}

.yellow2 {
  color: #ffb633;
}
.purple {
  color: #4d00ae;
}
.blue {
  color: #235ed9;
}

.azul2 {
  color: #252F64 !important;
}

.azul3 {
  color: #4e7993;
}

.azul4 {
  color: #26cee4;
}

.gris {
  color: #666666;
}

.hidepartida {
  color: #999999;
  letter-spacing: 1px;
}

.rounded-table {
  border-radius: 15px !important;
}

.rounded-table-right {
  border-bottom-right-radius: 15px !important;
}
.rounded-table-left {
  border-bottom-left-radius: 15px !important;
}

.rojo {
  color: #f84856;
}

.rojo2 {
  color: #FF9A0C;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8faff;
}

.options-box {
  background: #fff;
  border-radius: 10px;
  border:1px solid #ddd;
  padding: 20px;
}

.options-box img {
  display: block;
  margin: 0 auto;
  max-width: 90px;
  margin-bottom: 10px;
}

/*
.tributos-item {
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(68,68,68,.2);
margin-bottom: 20px;
display: block;
}

.tributos-item ul {
margin:10px 20px;
padding: 0;
list-style-type: none;
color: #1E6673;
font-size: 14px;
}

.tributos-item small,
.tributos-item a
 {
  display: block;
  line-height: 12px;
  margin-bottom: 6px;
  color: #FF9A0C;
  font-weight: 600;
  font-size: 13px;
}
.tributos-item a:hover {
  text-decoration: underline;
}

.tributos-item h4 {
  color: #4d4d4d;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 20px;
}

.tributos-item img {
  max-width: 80%;
}
*/



.tributos-item {
padding: 20px;
box-shadow: 0 6px 8px rgba(68,68,68,.1);
margin-bottom: 20px;
display: block;
margin-left: -18px;
margin-right: -18px;
}

.tributos-item ul {
margin:10px 20px;
padding: 0;
list-style-type: none;
color: #1E6673;
font-size: 14px;
}

.tributos-item small,
.tributos-item a
 {
  display: block;
  line-height: 12px;
  margin-bottom: 6px;
  color: #FF9A0C;
  font-weight: 600;
  font-size: 13px;
}
.tributos-item a:hover {
  text-decoration: underline;
}

.tributos-item h4 {
  color: #4d4d4d;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 20px;
}

.tributos-item img {
  max-width: 52%;
}

.favoritos-item {
background: #fff;
padding: 20px;
border-radius: 15px;
box-shadow: 0 4px 8px rgba(68,68,68,.2);
margin-bottom: 20px;
display: block;
border: 1px solid transparent;
}

.favoritos-item small {
  display: block;
  line-height: 12px;
  margin-bottom: 6px;
}

.favoritos-item:hover {
border: 1px solid #c1ccd3;
}

.favoritos-item a:hover {
text-decoration: none;
}

.favoritos-item:hover h4 {
color:#4e7993;
}



.favoritos-item img {
  width:40px;
  margin:0 10px;
}


.favoritos-item h4 {
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 23px;
}
.favoritos-item label {
  color: #18d1cc;
  font-size: 17px;
}

.add-favoritos {
  border:0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 6px;
}



/*
.add-favoritos {
  border:1px solid #ccc;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding-top: 6px;
}

.add-favoritos:hover {
  border:1px solid #FF9A0C;
}
*/

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
      background-color: #3d3f3f;
}

.arancel-content {
  background: #f3f3f3;
  min-height:700px;
  padding: 40px 40px 80px 40px;
}

.arancel-content h1
 {
font-weight: 600;
font-size: 35px;
line-height: 40px;
}

.arancel-content h2,
.info-content h2
 {
font-size: 23px;
line-height: 23px;
}

.arancel-content .check {
  width: 35px;
}



.head-section label {
  font-size: 10px;
  text-transform: uppercase;
}



/*
.head-section label {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}*/


.head-section h2 {
  font-size: 16px;
  line-height:19px;
}

.head-section h3 {
  color:#777;
  font-size: 31px;
}

/*
.head-section h3 {
  color:#777;
  font-size: 17px;
}*/

.enviar-resultados {
  border-radius: 50%;
  border: 1px solid #edf3f8;
  background: #fff;
  padding: 5px;
  width: 50px;
  height:50px;
}

.enviar-resultados:hover {
  border: 1px solid #c1ccd3;
}

.compartir-btn img {
  width:40px;
  top:-7px;
  position: relative;
}

.navbar-expand-lg .compartir-btn img {
  top:0;
  margin:0 0 0 10px;
}

.notificacion {
  background: #B31273;
  color: #fff;
  border-radius:50%;
  position: absolute;
  left: 2.4em;
  top: -.4em;
  z-index: 1;
  font-size: 10px;
  font-weight: bold;
  padding:2px;
  text-align: center;
  width:18px;
  height: 18px;
}

.cont-box-dash {
  max-width: 100%;
  margin:0 auto;
  display: block;
}



	/*estilos login 2019*/

	.logo-empresa-login {
		position: relative;
			width:230px;
			height:40px;
			overflow: hidden;
			margin:0 auto;
			margin-bottom: 20px;
		}

		.logo-empresa-login img {
			position: absolute;
		  left: 50%;
		  top: 50%;
		  height: 100%;
		  width: 100%;
		  -webkit-transform: translate(-50%,-50%);
			  -ms-transform: translate(-50%,-50%);
				  transform: translate(-50%,-50%);
				  object-fit:contain;
		}

.marca-login {
    left: 90px;
    position: absolute;
    top: 20px;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 40
}
.marca-login img {
    width: 230px;
}
.marca-login h3 {
    color: #999999;
    display: block;
    margin-top: 15px;
    font-size: 13px;
}
.marca-login--html5-fullscreen.marca-login {
    -webkit-animation: none;
    animation: none;
    opacity: 0
}

.nav-login {
    background: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(23, 24, 26, 0.11);
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: border-color .5s ease, opacity .4s ease;
    transition: border-color .5s ease, opacity .4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 40
}
.nav-login--html5-fullscreen.nav-login {
    -webkit-animation: none;
    animation: none;
    opacity: 0
}
.nav-login .nav-login__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap
}
.nav-login .nav-login__subitems {
    border: 0;
    display: inline-block;
    height: 2.375rem;
    list-style: none;
    margin: 0 0 0 -2px;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 0
}
.no-js .nav-login .nav-login__subitems {
    width: auto
}
.nav-login .nav-login__subitems:after {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    bottom: 1px;
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    width: 12px
}
.nav-login .nav-login__label {
    cursor: pointer;
    display: inline-block;
    height: auto;
    line-height: 2.375rem;
    position: relative;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}
.nav-login .nav-login__label--channel {
    max-width: 14.7142857143em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.nav-login .nav-login__label--channel::first-letter {
    text-transform: uppercase
}
.nav-login .nav-login__back-icon {
    height: 18px;
    padding-right: 12px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    vertical-align: middle
}
.nav-login .nav-login__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #D4D7D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}
.is-mobile-ready .nav-login .nav-login__item {
    display: inline-block
}
@media (min-width: 48em) {
    .nav-login .nav-login__item:hover {
        background: #F7F9FA
    }
}
.no-js .nav-login .nav-login__item:hover {
    background: inherit
}
.nav-login .nav-login__item .nav-login__label {
    color: #3b5858;
    font-weight: 500;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-size: 0.875em;
    letter-spacing: 0;
    padding: 0 12px;
    text-decoration: none
}
.fonts-loaded .nav-login .nav-login__item .nav-login__label {
    font-family: Fakt Pro Medium, "Fakt Pro Medium Cyr", "Fakt Pro Medium Grk", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif
}
.nav-login--with-panel .nav-login__item .nav-login__label {
    color: #000000
}
.nav-login .nav-login__item:last-of-type {
    border-right: 0
}
.nav-login--with-panel .nav-login__item:hover {
    background: #F7F9FA
}
.nav-login--with-panel .nav-login__item:hover>.nav-login__label {
    color: #17181A
}
.nav-login .nav-login__item.nav-login__item--active {
    background: #FFFFFF
}
.nav-login .nav-login__item.nav-login__item--active>.nav-login__label {
    color: #17181A
}
.nav-login .nav-login__subitem {
    display: inline-block;
    margin: 0
}
.nav-login .nav-login__subitem .nav-login__label {
    color: #6A6D70;
    font-weight: 400;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-size: 0.8125em;
    letter-spacing: 0.15px;
    padding: 0 5px;
    top: 0.0769230769em
}
.fonts-loaded .nav-login .nav-login__subitem .nav-login__label {
    font-family: Fakt Pro Normal, "Fakt Pro Normal Cyr", "Fakt Pro Normal Grk", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif
}
.nav-login .nav-login__subitem:last-of-type .nav-login__label {
    margin-right: 12px
}
.nav-login .nav-login__subitem--active .nav-login__label:after,
.nav-login .nav-login__subitem:hover .nav-login__label:after {
    background: rgba(23, 24, 26, 0.11);
    bottom: .8em;
    content: '';
    height: 1px;
    left: 5px;
    overflow: hidden;
    position: absolute;
    right: 5px
}
.nav-login .nav-login__image {
    background-position: center;
    background-size: cover;
    border-radius: 0.75em;
    cursor: pointer;
    display: inline-block;
    height: 1.5em;
    margin: 0 0.625em 0 -0.3125em;
    width: 1.5em
}
.nav-login--with-panel .nav-login__image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.nav-login--with-panel .nav-login__item:hover .nav-login__image {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}
.nav-login--with-panel .nav-login__item--active .nav-login__image {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}


.login-form-cont {
	padding:10px 20px;
}




.login-cont .boton-login {
	background: #00C4CA;
	border:1px solid transparent;
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	max-width: 100%;
	display: block;
	transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.login-cont .boton-login:hover {
	background: #FF9A0C;
}


.login-cont {
	background: #FFFFFF;
	padding: 20px 0;
    border-radius: 15px;
    /*height: 35em;*/
	height: auto !important;
    left: 5em;
    position: absolute;
    top: 4%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 20em;
    z-index: 30
}

.large-cont {
    height: 49em;
    width: 31em;
}

.medium-cont {
    height: 43em;
    width: 31em;
}

.login-cont ul {
  display:block;
  margin:30px 20px;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  color:#333;
}
.login-cont h3 {
  font-size: 21px;
  line-height: 23px;
}

.bg-popup-blue {
  background: rgb(63,105,146);
background: linear-gradient(229deg, rgba(63,105,146,1) 0%, rgba(114,198,199,1) 100%);
}

.login-cont li {
  background: url(../images/exito.svg) no-repeat center left;
  background-size: 14px;
  padding: 0 0 0 30px;
  margin: 10px 0;
  font-size: 14px
}


.panel .login-cont {
    border-radius: 0;
    box-shadow: none;
    height: auto;
    margin: 0;
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    width: inherit
}
.login-cont--no-transition {
    -webkit-transition: none;
    transition: none
}
.login-cont--html5-fullscreen {
    -webkit-transform: translateX(-20em);
    transform: translateX(-20em)
}
.login-cont--html5-fullscreen:hover {
    -webkit-transform: translateX(-19.1666666667em);
    transform: translateX(-19.1666666667em)
}
.login-cont--full-panel {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%)
}
.login-cont--half-panel {
    -webkit-transform: none;
    transform: none
}
@media (max-width: 79.9375em) {
    .login-cont--half-panel {
        -webkit-transform: translateX(-2.5em);
        transform: translateX(-2.5em)
    }
}
@media (max-width: 65.5625em) {
    .login-cont--half-panel {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }
}
.login-cont .login-cont__window {
    height: 100%
}
.wallpaper {
    background: #FF9A0C url(../images/welcome.jpg) no-repeat center right;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}
.wallpaper--no-transition iframe {
    -webkit-transition: none;
    transition: none
}
.wallpaper--full-panel iframe {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%)
}
.wallpaper--half-panel iframe {
    -webkit-transform: none;
    transform: none
}
@media (max-width: 79.9375em) {
    .wallpaper--half-panel iframe {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }
}
@media (max-width: 65.5625em) {
    .wallpaper--half-panel iframe {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%)
    }
}
.wallpaper iframe {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    z-index: 1
}
.wallpaper__cover {
    background: rgba(0, 0, 0, 0.01);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4
}
.wallpaper__title {
    bottom: 14px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.875em;
    position: absolute;
    right: 14px;
    text-decoration: none;
    text-overflow: ellipsis;
    font-weight: 500;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 3
}
.fonts-loaded .wallpaper__title {
    font-family: Fakt Pro Medium, "Fakt Pro Medium Cyr", "Fakt Pro Medium Grk", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif
}
@media (max-width: 30em) {
    .wallpaper__title {
        bottom: 14px;
        font-size: 0.8125em;
        right: 14px
    }
}
.wallpaper--with-intercom .wallpaper__title {
    margin-right: 5.7142857143em
}
/*fin estilos login 2019*/



.items-home {
  border-radius: 50%;
  font-size: 12px;
  line-height: 14px;
  width: 116px;
  height: 116px;
  padding:15px 5px 5px 5px;
  color: #b1755a;
  font-weight: 600;
  box-shadow: 0 2px 17px 0 #333;
  margin:0 10px;
  display: inline-block;
  background: #fff;
  vertical-align: top;
}

.items-home:hover {
  color: #b1755a;
  -webkit-transform: scale(1.12);
transform: scale(1.12);
-webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1);
animation-timing-function: cubic-bezier(.075,.82,.165,1);
}

.items-home img {
 max-width: 45px;
 display: block;
 margin:0 auto;
 margin-bottom: 2px;
}

.items-home.disabled {
  -webkit-transform: none;
  transform: none;
  transform: none;
  border-color:#ccc !important;
  color: #aaa;
  filter: grayscale(100%);
}

.items-home {
  box-shadow: none;
  border:1px solid #ccc;
}



.items-home:hover {
  border-color: #b1755a;
}



.items-home2 {
  border-radius: 50%;
  font-size: 14px;
  line-height: 16px;
  width: 155px;
  height: 155px;
  padding:15px 5px 5px 5px;
  color: #b1755a;
  font-weight: 600;
  box-shadow: 0 2px 17px 0 #333;
  margin:0 10px;
  display: inline-block;
  background: #fff;
  vertical-align: top;
}

.items-home2:hover {
  color: #b1755a;
  -webkit-transform: scale(1.12);
transform: scale(1.12);
-webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1);
animation-timing-function: cubic-bezier(.075,.82,.165,1);
}

.items-home2 img {
 max-width: 62px;
 display: block;
 margin:0 auto;
 margin-bottom: 8px;
}

.items-home2.disabled {
  -webkit-transform: none;
  transform: none;
  transform: none;
  border-color:#ccc !important;
  color: #aaa;
  filter: grayscale(100%);
}

.items-home2 {
  box-shadow: none;
  border:1px solid #ccc;
}



.items-home2:hover {
  border-color: #b1755a;
}



.text-page {
  text-align: justify;
}

.text-page ul {
  margin:30px  20px;
  padding: 0;
  list-style-type: none;
  color: #4e7993;
}

.text-page li {
  background: url(../images/check.svg) no-repeat top left;
  background-size: 28px;
  padding:2px 0 6px 40px ;
  margin-bottom: 10px;
}
.img-contain {
  display: block;
  width: 100%;
  height: 100%;
}

.about-section {
  padding: 5% 0;
  font-size: 14px;
}

.team-section {
  padding:0;
  background:#f9f9f9;
}

.aprende-section {
  background:#ededeb url(../images/lego.jpg) no-repeat right top;
  background-size:55%;
  background-attachment: fixed;
  padding: 6% 0;
  font-size: 17px;
}

.premium-section {
  padding: 6% 0;
  color: #1E6673;
  font-size: 17px;
  background: #e7e7e7;
}

.premium-section .box {
  background: #fff;
  padding: 20px;
      box-shadow: 0 4px 12px rgba(102,102,102,0.15);
}

.premium-section h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #B1755A;
}

.juice-section {
  background:#0c0b0d;
  padding:0;
}

.rules-section {
  background:#e3e4e6 url(../images/wall.jpg) repeat-x top center;
  background-size: contain;
  padding:24% 0 120px 0;
}

.PDF-section {
  background: #FF9A0C url(../images/clip.jpg) no-repeat right;
  background-size: contain;
  padding: 0;
}

.PDF-section .padding-pdf {
  padding:190px 0 240px 0;
}

.video-section {
  background:#f9f9f9;
  padding:10% 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.steps-section {
  background:#f8faff;
  padding: 5% 0;
  border-top: 1px solid #edf3f8;
  border-bottom: 1px solid #edf3f8;
}

.terms-head {
  background:#f3f3f3;
  padding:40px 0 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/*
.steps-section {
  background:#e7e7e7 url(../images/pasos.jpg) no-repeat left center;
  background-size:50%;
  padding: 6% 0;
}

*/

.premium-section {
  background:#e9e8e3 url(../images/king.jpg) no-repeat left center;
  background-size:45%;
  padding: 10% 0;
}

.about-section h1,
.steps-section h1,
.aprende-section h1,
.puzle-section h1
 {
  font-size: 60px;
  font-weight: 600;
}


.numeral--list {
    margin: 40px 10px 10px 20px;

}
.numeral--list::after {
    clear: both;
    content: "";
    display: table
}
.numeral--list-item::before {
    transform: none;
    border-radius: 100%;
    border: 1px solid #FF9A0C;
    color: #FF9A0C;
    content: attr(data-index);
    display: block;
    font-weight: 600;
    font-size: 16px;
    left: 0;
    top: -2px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 37px
}
.numeral--list-item {
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
    text-align: left;
    font-size: 14px;
    min-height: 40px;
    line-height: normal
}

.card-body .numeral--list-item {
    font-size: 17px;
}

.ovalo {
     width: 100%;
     height: 100%;
     border-radius: 50% 50% 0 0;
     background: url(../images/mente.svg) no-repeat center top;
     position: absolute;
     background-size:cover;
     top: 4%;
}


.info-popup {
  font-size: 13px;
}

.info-popup h3 {
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #65A9B5;
}

.info-popup h4 {
  font-weight: 500;
  color: #B1755A;
  font-size: 14px;
}

.info-popup ul {
  margin: 10px;
  padding: 0;
  list-style-type: none;
}

.info-popup li {
  margin: 10px 0;
  padding: 0;
}


.verde {
  color:#FF9A0C;
}


.ec-stars-wrapper {
	/* Espacio entre los inline-block (los hijos, los `a`)
	   http://ksesocss.blogspot.com/2012/03/display-inline-block-y-sus-empeno-en.html */
	font-size: 0;
	/* PodrÃ­amos quitarlo,
		pero de esta manera (siempre que no le demos padding),
		sÃ³lo aplicarÃ¡ la regla .ec-stars-wrapper:hover a cuando
		tambiÃ©n se estÃ© haciendo hover a alguna estrella */
	display: inline-block;
  margin-bottom: 10px;
}
.ec-stars-wrapper a {
	text-decoration: none;
	display: inline-block;
	/* Volver a dar tamaÃ±o al texto */
	font-size: 32px;
	font-size: 3rem;
  margin: 0 5px;
	color: #aaa;
}

.ec-stars-wrapper:hover a {
	color:#09be98;
}
/*
 * El selector de hijo, es necesario para aumentar la especifidad
 */
.ec-stars-wrapper > a:hover ~ a {
	color: #aaa;
}




.arancel-head {
  background-color: #eee !important;
  padding:25px 20px;
  border-bottom: 1px solid #ddd;
}

.leyes-head {
  background-color: #eee !important;
  padding:25px 20px;
  border-bottom: 1px solid #ddd;
}

.scroll-pre {
    overflow-y: scroll;
    max-height: 300px;
    padding: 10px;
    text-align: justify;
}

.requerido {
  color: red;
}

.required2 {
  color: #f84856;
}

.mt--4 {
  margin-top: -40px;
}

.mt--5 {
  margin-top: -50px;
}

.mt--8 {
  margin-top: -80px;
}


/*estilos planes*/
.plans {
  background: #fff;
  padding-bottom:90px;
  padding-top: 80px;
}
.plans .card-header {
background: #E0F6FC;
color: #00C4CA;
padding:15px 10px;
}

.plans .featured .card-header {
background: #f9efa7;
}
.plans .featured {
background: #e6f4e9;
-webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1);
box-shadow: 0 4px 14px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1);
}
.plans .featured .btn-contratar {
  border-color: #09be98;
  background: #09be98;
  color: #fff;
  text-transform: uppercase;
}

.plans .featured .btn-contratar:hover {
  background: #fff;
  border-color: #09be98;
  color: #09be98;
}

.plans .prepago .card-header {
background: #f9efa7;
padding: 10px 30px;
}
.plans .prepago {
-webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1);
box-shadow: 0 4px 14px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1);
}
.plans .prepago .btn-contratar {
  border-color: #FF9A0C;
  background: #FF9A0C;
  color: #fff;
  text-transform: uppercase;
}

.plans .prepago .btn-contratar:hover {
  background: #fff;
  border-color: #00C4CA;
  color: #00C4CA;
}

.plans .prepago .card-title {
color: #65a9b5;
}

.plans hr {
  background: #a5e5c0;
}

.plans .card-title {
color: #0e4e59;
font-size: 21px;
margin: 0;
font-weight: 600;
}

.plans .card-title>small {
color: #4d4d4d;
display: block;
font-size: 14px;
}

.plans .table-val .row {
  padding-top: 3px;
padding-bottom: 3px;
}
.plans .table-val {
font-size: 13px;
}

.plans .total {
color: #0e4e59;
line-height: 17px;
font-weight: 600;
font-size: 12px;
}

.btn-contratar {
  border-color: #FF9A0C;
  background: #fff;
  color: #FF9A0C;
  text-transform: uppercase;
}

.btn-contratar:hover {
  background: #fff;
  border-color: #2c94a7;
  color: #2c94a7;
}

.plans .custom-control-label {
  padding-left: 3px;
}

.plans .custom-control-label::before {
    background-color: #fff;
    width: 15px;
    height: 15px;
    top: 3px;
    border-radius: 3px;
}

.plans .custom-control-label::after {
    border: 1px solid #a5e5c0;
    width: 15px;
    height:15px;
    top: 3px;
    border-radius: 3px;
}

.plans .custom-checkbox {
  margin: 5px 0;
}

.custom-checkbox {
  margin: 10px 0;
}

.custom-control-label {
  padding-left: 10px;
}


.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #4e7993;
    background-color: #4e7993;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #c1ccd3;
    border-color: #b0bbc1;
}

.custom-control-label::before {
    background-color: #fff;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 8px;
}



.custom-control-label::after {
    width: 20px;
    height:20px;
    top: 0;
    border-radius: 3px;
}

@media (max-width:989px) {
  .plans .card-deck .card {
    flex: auto;
  }

  .arco3,
  .arco2,
  .arco
   {
    background: none !important;
  }

  .section5-LP .bg-blue {
    display: block;
  }

}



/*estilos estadisticas*/
.guru-tabs .tab-content {
  background: #fff;
  border: 1px solid #dee2e6;
  border-top: 0;
}

.guru-tabs .table {
  font-size: 12px;
}

.guru-tabs .nav-item {
  font-size: 17px;
  font-weight: 100;
}

.guru-tabs .nav-link {
  padding: 15px 20px;
  color: #00C4CA;
}

.guru-tabs .nav-item .active {
  color: #FF9A0C;
  font-weight: 600;
}

.guru-tabs .card {
  margin-bottom: 4px;
}


.box::before {
    content: "\2610";
    color: #09be98;
    display: inline-block;
    margin-right: 6px;
}




.head-content {
    background-color: #eee;
    padding: 25px 20px;
    border-bottom: 1px solid #ddd;
}

.detail-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cart-link {
  padding: 0 10px 0 15px;
}

.bg-sidebar {
  background: #f4f4f4;
}

.border-top-green {
  border-top:1px solid #FF9A0C !important;
  border-radius: 0 !important;
}

.library {
  padding:20px 50px 90px 50px;
  font-size: 12px;
}

.library .card {
  border: 0;
}

.library a {
  color: #33475e;
}

.library a:hover {
  text-decoration: underline;
}

.library .card-header {
  border-bottom:1px solid #e5e5e5;
  border-top: 0;
  background: #fbfbfb;
  padding:8px 20px;
}

.books .card-header a {
    background: url(../images/acordion-flecha.svg) no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
}

.no-link {
  cursor: text;
}

.p-left-30 {
  padding-left: 30px;
}

.p-right-40 {
  padding-right: 40px;
}

.arrow-partida {
  background: url(../images/acordion-flecha.svg) no-repeat left center;
  background-size: 15px;
  padding-left: 30px;
}



.library .card-body {
  border-bottom:1px solid #c1ccd3;
  border-top:1px solid #c1ccd3 !important;
  background: #fff;
  margin-top: -1px;
}

.library .subaccordion .card-body {
  border:0 !important;
  padding-left: 0;
}

.library .subaccordion .arrow-partida {
  border-bottom: 0 !important;
  padding-bottom: 3px;
}

.library .last-link {
  background: url(../images/bullet.svg) no-repeat top left;
  padding-left: 25px;
  background-size: 12px;
  font-weight: 600;
}

.library .subaccordion {
 padding-left: 40px;
}

.library .subaccordion .sublist {
  background: url(../images/inen.svg) no-repeat center left;
  background-size: 18px;
  padding:14px 0 14px 26px;
  color: #666;
  font-weight: 600;
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #eee;
}

.title-book {
  background: url(../images/biblio.svg) no-repeat center left;
  background-size: 36px;
  font-size: 17px;
  color: #2c94a7;
  font-weight: 600;
  padding: 0 0 0 50px;
  margin: 30px 0 30px 0;
}
.country-menu {
  padding-left: 50px;
}

.country-menu .active a {
  font-weight: 600;
  border-bottom: 1px solid #09be98;
  color: #09be98 !important;
}

.country-menu a {
  font-size: 13px;
  color: #423f3f !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.country-menu a:hover {
  color: #09be98 !important;
}

.blue-card-header {
  background: #26416c;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.ecuador-bg {
  background: url(../images/fondo-ecuador.jpg) no-repeat;
  background-size:cover;
  padding:1% 0 0 0;
  width: 100%;
  height: 90%;
  position: absolute;
}

.ecuador-bg h1 {
  color:#65a9b5;
  font-size: 3em;
  font-weight: 600;
  line-height: normal;
  margin-top: 20%;
}
.ecuador-bg h2 {
  color:#423f3f;
  font-size: 21px;
}

.head-partida {
  font-size: 16px;
  padding: 10px;
  color: #FF9A0C;
}

html
 {
  min-height: 100%;
  position: relative;
}


footer {
position: absolute;
bottom: 0;
width: 100%;
}

.buscador-interno {
  background: #edf3f8;
  border-bottom: 1px solid #eee;
  padding: 50px 25%;
  margin:-14px -21px 20px -21px;
  display: block;
}

.buscador-interno h2 {
  color: #00C4CA;
  font-size: 19px;
  margin:0;
}

.btn-white {
    margin:5px 0;
    background: #fff;
    padding:12px 10px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    text-align:center;
    font-size: 13px;
    font-weight: normal;
    color: #222 !important;
}

.btn-filter {
    margin:0 auto;
    margin-bottom: 20px;
    display: block;
    background: #fff;
    padding:15px 20px;
    border-radius: 8px;
    color: #000;
    border: 1px solid #e6e6e6;
    text-align:center;
    font-size: 13px;
    font-weight: normal;
}

.contact-head {
  background-color: #eee !important;
  background: url(../images/talk.svg) no-repeat bottom left;
  padding: 50px 20px;
  border-bottom: 1px solid #ddd;
}

.register-head {
  background-color: #eee;
  padding: 50px 20px;
  border-bottom: 1px solid #ddd;
}

.chatman {
  background: url(../images/escribiendo.svg) no-repeat;
  width:200px;
  height: 170px;
  right: 0;
  top:125px;
  position: absolute;
}

.requerido {
  color: red;
}
.nav-transparent .temp {
  font-size: 18px;
  font-weight: 600;
  line-height:normal;
}
.box-form {
background:#f9f9f9;
border:1px solid #f1f1f1;
padding:  30px;
border-radius: 8px;
}


.cant-button {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 6px;
}


.what-guru-section {
  padding:5% 0 0 0;
  color: #222;
  font-size: 20px;
  font-weight: 100;
  background: #FF9A0C;
}



.version-section {
  background:#f7f7f7;
  padding:0 0 5% 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.version-section h5 {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  margin: 20px 10px;
}

.version-section .row {
  position: relative;
  top: -100px;
}

.version-section .card {
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  box-shadow: 0 22px 48px -12px rgba(0,0,0,0.12);
}

.version-section .card-body {
  padding: 30px;
}

.version-section .card-footer {
  padding:20px 30px;
}

.bg-messages {
  background: #f8faff;
  height: 100%;
  width:100%;
  position: absolute;
  padding: 40px;
}

.bg-tour {
  background: #c1ccd3;
  padding: 40px;
}

.bg-tour .card-footer {
 background: #fff;
 border-radius: 0 0 15px 15px;
 border-top: 1px solid #edf3f8;
}

.bg-tour .card-header {
 background: #f8faff;
 border-radius: 15px 15px 0 0;
 border-bottom: 1px solid #edf3f8;
}

.company-section {
  padding:30px 0 65px 0;
  font-size: 12px;
  background: #f3f3f3;
  border-top: 1px solid #e9e9e9;
}

.company-section img {
  max-width: 23px;
}

.company-section a {
  color: #65a9b5;
}



  .popover-question {
  cursor: pointer;
  }

  .popover-question:hover {
  opacity: .5;
  }

  .popover-question img {
    width:30px;
  }

  .no-float {
    position: static !important;
    top: 0;
  }


  .lista-general {
    margin:0;
    padding: 0;
    list-style-type: none;
  }

  .lista-general li {
    margin:20px 0;
    padding: 0;
  }

  .lista-general li ul {
    margin:0 20px;
    color:#4e7993;
  }


.team-opacity {
  opacity: .4;
}


.more-rule {
  color:#FF9A0C;
  font-weight: 600;
  display: block;
  padding: 20px 0 5px 0;
  margin: 0 auto;
  text-align: center;
  border-bottom:1px solid #bbb;
  max-width: 140px;
}

.more-rule:hover {
  color:#09be98;
}

.more-rule img {
  width:18px;
}


.head-datasur {
  background: url(../images/datasur-head.svg) no-repeat center bottom;
  background-color: #f8faff;
  background-size: contain;
  padding:4% 0 25% 0;
  border-bottom: 10px solid #edf3f8;
  text-align:center;
}



.intro-datasur {
  padding: 5% 0;
  font-size: 17px;
}

.intro-datasur h3 {
  font-size: 27px;
  line-height: normal;
  font-weight: 200;
  color: #4e7993;
}


.lista-pais {
  margin:20px 10px;
  padding: 0;
  list-style-type: none;
  color:#001c5e;
  font-size: 14px;
}

.lista-pais li {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #f4f6f9;
}

.lista-pais img {
  margin-right: 10px;
  width: 30px;
}


.bg-simple {
  border-bottom: 1px solid #eee;
  margin: -20px -50px 0 -50px;
  padding: 0 50px;
}

.bg-simple li {
  border-right: 1px solid #eee;
  padding:2px 5px;
}

.bg-simple .list-block {
  border-bottom: 0;
}


.btn-backhome {
  background: #fff;
  border:1px solid #65a9b5;
  color: #65a9b5 !important;
  padding: 8px 20px !important;
  font-size: 12px;
}

.btn-backhome:hover {
  background: #F5FBFC;
  border:1px solid #2C94A7;
  color: #2C94A7;
}


.calculator-section {
  padding:3% 0 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  background: #FF9A0C;
}


.custom-select {
  height: 45px;
}

.float-top {
  position: relative;
  top: -170px;
}


.float-top .card {
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  box-shadow: 0 22px 48px -12px rgba(0,0,0,0.12);
}

.font-size-11 {
    font-size: 11px;
}

.linea-m {
  margin-left: -40px;
  margin-right: -40px;
}

.tabs-calculo .nav-link {
padding: 15px 20px;
border-radius: 8px 8px 0 0;
margin: 0 2px;
color: #fff;
}

.tabs-calculo .active {
background: #f9f9f9;
color:#111;
}

.table-guru {
  font-size: 11px;
}

.table-guru thead {
  color:#65a9b5;
  font-weight: bold;
}

.margin-5 {
  margin-left:5px !important;
  margin-right:5px !important;
}

.estadisticas {
  padding: 10px;
}

.estadisticas a {
  color:#797979;
  font-size: 11px;
}

.estadisticas a:hover {
  text-decoration: none;
  color:#65a9b5;
}

.actualizaciones {
  background: #f8faff;
  padding: 0 0 50px 0;
}

.actualizaciones .container-fluid {
  padding: 0;
  position: relative;
  top:-105px;
}

.actualizaciones .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-color:#c1ccd3;
  background: #f8faff;
  border-bottom: none;
  border-left: 1px solid #c1ccd3 !important;
  color:#495057;
  font-weight: 600;
  min-height: 107px;
}

.actualizaciones .nav-tabs {
  border-bottom:1px solid #c1ccd3;
}

.actualizaciones .nav-tabs .nav-link {
  padding: 15px 20px;
  font-size: 13px;
  color:#999;
  text-align: center;
  border-color: #e9ecef;
  border-bottom: none;
  border-left: none;
}

.actualizaciones .nav-tabs .nav-link img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.actualizaciones .start-border {
  border-left: 1px solid #e9ecef !important;
}

.head-actualizaciones {
  padding: 4% 0 11% 0;
}

.actualizaciones .bg-sidebar {
  padding: 0;
  background: #edf3f8;
  border-radius: 0 0 0 10px;
}

.actualizaciones .bg-sidebar .active {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  font-weight: 600;
  z-index: 1;
}



.actualizaciones .main-info {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  box-shadow: 0 22px 48px -12px rgba(0,0,0,0.12);
  border-radius: 0 0 10px 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.buscador-actualizaciones {
  background: #f1f1f1;
  padding:15px 10px 10px 10px;
  border-radius: 10px 10px 0 0;
}

.actualizaciones h3 {
  font-size: 23px;
  color: #FF9A0C;
}




/* estilos planes 2*/


.plans2 {
  background: #FF9A0C;
  padding-bottom: 120px;
}

.plans2 .card {
  border-radius: 12px;
}

.plans2 .card-header {
background: #f9f9f9;
color: #00C4CA;
padding:25px 10px;
border-radius: 12px 12px 0 0;
}

.plans2 .card-footer {
background: transparent;
border: 0;
padding-bottom: 30px;
}
.plans2 .card-body {
padding-top: 30px;
}
.plans2 .btn-contratar {
background: #fff;
border-color: #00C4CA;
color: #00C4CA;
}

.plans2 .featured .card-header {
background: #8B9DF0;
}

.plans2 .featured .card-header .card-title {
color:#fff;
}

.plans2 .featured {
background: #EDF0FC;
-webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1);
box-shadow: 0 4px 14px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1);
}
.plans2 .featured .btn-contratar {
  border-color: #00C4CA;
  background: #00C4CA;
  color: #fff;
  text-transform: uppercase;
}

.plans2 .featured .btn-contratar:hover {
  background: #fff;
  border-color: #00C4CA;
  color: #00C4CA;
}


.plans2 hr {
  background: #a5e5c0;
}

.plans2 .card-title {
color: #00C4CA;
font-size: 17px;
margin: 0;
font-weight: 600;
}

.plans2 .card-title>small {
color: #4d4d4d;
display: block;
font-size: 14px;
}

.plans2 .table-val .row {
padding-top: 3px;
padding-bottom: 3px;
}
.plans2 .table-val {
font-size: 14px;
color:#666666;
}

.subul {
  padding: 10px 0 0 10px;
  font-weight: bold;
  line-height: 23px;
}

.plans2 ul {
  font-size: 12px;
list-style-type: none;
}

.plans2 li {
background: url(../images/exito.svg) no-repeat top left;
background-size: 15px;
margin:10px 0 10px 0;
padding-left:26px;
}



.plans2 .total {
color: #2a3140;
font-weight: 500;
font-size: 18px;
padding-top: 20px !important;
}

.plans2 .precio {
  font-size: 45px;
  color:#FF9A0C;
  font-weight: 700;
}

.plans2 h2,
.plans2 p,
.plans2 small
 {
  color:#fff;
}


.actualizaciones .bg-sidebar .acive {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  font-weight: 600;
  z-index: 1;
  width: 275px;
}


.bg-sidebar .custom-control-label {
  font-size: 12px;
}



.bg-sidebar .custom-control-label:hover {
  color: #FF9A0C;
  text-decoration: underline;
}

.bg-sidebar .custom-control-label small {
  display: block;
  color: #00C4CA;
}

.category-result .search-item {
  margin-left: 30px !important;
  border-bottom: 0;
  padding-top:0;
}

.category-result h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
}

.category-result {
    margin-bottom: 50px;
    margin-top: 10px;
}

.category-result .card {
font-family: Montserrat, sans-serif;
border-radius: 20px;
border: 1px solid #e5e5e5;
margin-top: 20px;
margin-bottom: 30px;
font-size: 12px;
box-shadow: 0 12px 20px rgb(68 68 68 / 20%);
}

.category-result .card:hover {
box-shadow: 0 12px 20px rgb(68 68 68 / 5%);
transition: box-shadow .2s ease-out;
}

.category-result .card .card-body .badge{
white-space: normal;
text-align: left;
}

.category-result .card-body {
padding: 20px 40px;
}

.category-result .card-header h3 {
font-size: 16px;
line-height: normal;
margin-bottom: 0 !important;
color:#fff;
}

.category-result .subpartida-title {
font-size: 27px !important;
line-height: normal;
margin-bottom: 0;
}

.category-result .card-header small {
font-size: 13px;
font-weight: 600;
margin-bottom: 6px;
}

.category-result .card .header-link:hover {
text-decoration: none;
}

.category-result .card .header-link:hover img {
width: 45px;
transition: .2s ease-in-out;
}


.category-result .card .header-link:hover .subpartida-title span {
text-decoration: underline;
}


.category-result .card-body ul {
list-style-type: disc;
margin: 0 15px;
padding: 0;
}


.category-result .badge-light {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  margin-bottom: 3px;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
}

.category-result .card-body a {
color: #15B0BC;
}

.category-result .card-body h4 {
color: #FF9A0C;
}

.category-result .card-body a:hover {
text-decoration: underline;
}

.category-result .card-footer ul {
margin: 0;
padding: 0;
font-size: 11px;
line-height: 23px;
}

.category-result .card-footer li {
display: inline-block;
margin: 0;
padding: 0;
vertical-align: bottom;
}

.category-result .card-footer li a {
display: inline-block;
padding: 10px;
margin: 0;
color:#333;
}

.category-result .card-footer li a:hover {
background: #f6f6f6;
text-decoration: none;
border-radius: 10px;
}

.category-result .card-header {
background: #26416C;
border-radius:15px;
border-bottom: 1px solid #f1f1f1;
padding: 20px 40px;
}

.category-result .card-footer {
background: #fff;
border-top: 0;
border-radius:0 0 20px 20px;
}


.user-block {
    float: left;
}

.user-block img {
    float: left;
    height: 40px;
    width: 40px;
}

.img-circle {
    border-radius: 50%;
    vertical-align: middle;
border-style: none;
}

.user-block .username {
    font-size: 16px;
    font-weight: 600;
    margin-top: -1px;
    display: block;
    margin-left: 50px;
}

.user-block .description {
    color: #6c757d;
    font-size: 13px;
    margin-top: -3px;
    display: block;
    margin-left: 50px;
}

.card-comments .card-comment img {
    height: 1.875rem;
    width: 1.875rem;
    float: left;
}

.card-comments .comment-text {
    color: #78838e;
    margin-left: 40px;
}

.card-comments .card-comment {
    border-bottom: 1px solid #e9ecef;
    padding: 8px 0;
}

.img-sm+.img-push {
    margin-left: 2.5rem;
}

.img-sm {
    height: 1.875rem;
    width: 1.875rem;
}

.card-comments .text-muted {
    font-size: 11px;
    font-weight: 400;
    color: #65a9b5 !important;
}

.card-comments .username {
    color: #495057;
    display: block;
    font-weight: 600;
}

.social-box {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}



.direct-chat-msg {
  margin-bottom: 10px;
    margin-top: 10px;
}

.direct-chat-msg, .direct-chat-text {
    display: block;
    word-wrap: break-word;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-img {
    border: 1px solid #f1f1f1;
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0;
}

.direct-chat-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    object-fit: cover;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #eee;
    border: 1px solid #ddd;
    margin: 5px 0 0 45px;
    font-size: 12px;
}

.main-info a {
  target:_blank;
}


.table-menu-vertical {
  position: absolute;
  margin-left:-78px;
}

.table-menu-vertical .nav-link {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: -.5px;
  padding:8px 10px;
  background: #4e7993;
  margin:  0;
  border:1px solid #edf3f8;
  color: #fff;
  border-radius: 20px 0 0 20px;
  width: 80px;
}

.table-menu-vertical .active {
  background: #18d1cc !important;
  font-weight: 700;
}

.table-menu-vertical a:hover {
  background: #18d1cc;
  color: #fff;
}

.table-vertical-border {
  border: 1px solid #18d1cc !important;
}

.label-premium {
    background: url(../images/corona.svg) no-repeat center center !important;
    width:80px;
    height:46px;
    position: absolute;
    text-align: center;
    top: -3px;
    right: -8px;
    padding:46px 0 0 0;
    font-size: 8px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: #FF9A0C;
    z-index: 1;
}

.label-premium span {
  background:#ffc107;
  border:1px solid #222222;
  color: #222;
  border-radius: 3px;
  position: relative;
  padding:1px 2px;
  top: 3px;
}

.badge-active {
  border: 1px solid #fff !important;
  background: #40f385;
  width: 9px !important;
  height: 9px !important;
  display: block !important;
  bottom: 14px;
  right:15px;
}

.badge {
  padding: 0.4em 0.4em;
}

.badge-new {
    color: #fff;
    font-size: 11px;
    background: rgb(253,195,0);
    background: linear-gradient(114deg, rgba(253,195,0,1) 0%, rgba(255,154,12,1) 100%);
    border:1px solid #ff9a0c;
}

.btn-registro {
  background: #fff;
  background-size: 32px;
  border:1px solid #00C4CA;
  color: #00C4CA !important;
  border-radius: 8px;
  padding:6px;
  font-weight:bold;
}

.btn-premium {
  background: #8B9DF0 url(../images/premium-icon-btn2.svg) no-repeat center left;
  background-size: 32px;
  color: #fff !important;
  border:1px solid #859AE5;
  border-radius: 8px;
  padding:6px 6px 6px 33px !important;
  font-weight:bold;
}

.btn-premium:hover {
  background: #fff url(../images/premium-icon-btn-over.svg) no-repeat center left;
  background-size: 32px;
  border:1px solid #00C4CA;
  color: #00C4CA !important;
}

.btn-transparent-left {
  position: absolute;
  left: 40px;
  bottom: 27px;
  opacity: 0;
}

.btn-transparent-right {
  position: absolute;
  right: 40px;
  bottom: 27px;
  opacity: 0;
}


.card-disabled {
cursor: not-allowed;
}


.card-disabled p,
.card-disabled h5
 {
   color: #bbb !important;
}

.card-disabled img
 {
   filter: grayscale(100%);
   opacity: 0.3;
}



.infobox {
    max-width: 280px;
    padding: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 12px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}


.infobox:after {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: -9px;
    bottom: 22px;
    background-color: inherit;
    transform: translateX(4px) rotate(-135deg);
    pointer-events: none;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


.listados ul {
  font-size: 12px;
list-style-type: none;
}

.listados li {
background: url(../images/exito.svg) no-repeat top left;
background-size: 15px;
margin:10px 0 10px 0;
padding-left:26px;
}

.resultados-busqueda {
  font-size: 12px;
  padding: 20px;
}

.resultados-busqueda li a {
  color:#0f256e;
}

.resultados-busqueda li {
  padding: 7px 0;
  border-bottom: 1px solid #f8faff;
}


.item-active {
  background: #fdc300;
  border-radius:20px;
  color: #fff;
}

.item-active a {
  color: #fff !important;
  padding-left: 20px;
}


#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed #ddd;
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Resultado imagen subida';
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

.radio-8 {
  border-radius: 8px;
}

.radio-10 {
  border-radius: 10px !important;
}

.radio-25 {
  border-radius: 25px !important;
}

.navbar .progress {
  position: absolute;
  top: 44px;
  left: 0;
  width: 70px;
  height: 15px;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%);
  font-size: 9px;
  font-weight: 600;
}


.navbar .progress-bar {
  background-color: #FF9A0C;
  color: #222222;
  letter-spacing: -.05em;
}

.tnan-class {
  text-decoration: underline;
  color:#00C4CA;
  cursor: pointer;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle
{
  background-color: #3ca8d6;
border-color: #3ca8d6;
box-shadow: none !important;
}

.dropdown-menu-right {
    right: 0 !important;
    left: auto;
}

.icon-check {
  background: url(../images/check2.svg) no-repeat;
  width:25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}

.icon-none {
  background: url(../images/cerrar3.svg) no-repeat;
  width:25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}

.menuright li {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  bottom: -67px;
  right:-150px;
  padding: 0 10px;
  color:#3ca8d6;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.menuright a {
  color:#3ca8d6;
}

.carrousel-contador .owl2 .owl-prev
{
  color:#fff !important;
  background-color: transparent !important;
  }

  .carrousel-contador .owl2 .owl-next
  {
    color:#fff !important;
    background-color: transparent !important;
    margin-right: -50px;
    }

.gradio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.gradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.gradio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.gradio input:checked ~ .checkmark {
  background-color: #FF9A0C;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.gradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.gradio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
  }

.read-ico {
  border-radius: 50%;
  background: #FF9A0C;
  width: 13px;
  height: 13px;
  display: block;
  margin:3px 12px 0 5px;
}

.read-ico-r {
  border-radius: 50%;
  background: #dddddd;
  width: 13px;
  height: 13px;
  display: block;
  margin:3px 12px 0 5px;
}


.read-ico-r {
  border-radius: 50%;
  background: #dddddd;
  width: 13px;
  height: 13px;
  display: block;
  margin:3px 12px 0 5px;
}

.confirmacion-compra .card-header {
  background: #f8faff;
  border-top: 1px solid #edf3f8;
  border-bottom: 1px solid #edf3f8;
  border-radius: 0;
}

.confirmacion-compra .card-title {
  font-size: 21px;
  font-weight: 700;
  color: #18d1cc;
}

.confirmacion-compra hr {
  background: #edf3f8;
}

.wallpaper-confirmacion {
    background: #18d1cc url(../images/infocompra.jpg) no-repeat center right;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

.login-bg {
  background: #ffaf0a url(../images/login.jpg) no-repeat center right !important;
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:2px solid
}
.tree li {
    margin:0;
    padding:0.8em 1em;
    line-height:2em;
    color:#edf3f8;
    position:relative;
    font-size: 14px;
}

.tree .underline-code {
  border-bottom: 2px solid #00c4ca;
}

.tree .end-tree {
    color:#707070;
    font-size: 12px;
}

.tree .indicator {
    color:#ff9a0c;
}


.tree .parent {
    border-bottom: 1px solid #d4deec;
}


.parent-text {
  font-size: 18px;
}


.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:2px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    position: absolute !important;
    top: 18px !important;
}
.tree li a {
    text-decoration: none;
    position: relative;
    left: 30px;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:red;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}





.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
    content: "\2a"
}
.glyphicon-plus:before {
    content: "\2b"
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}
.glyphicon-minus:before {
    content: "\2212"
}
.glyphicon-cloud:before {
    content: "\2601"
}
.glyphicon-envelope:before {
    content: "\2709"
}
.glyphicon-pencil:before {
    content: "\270f"
}
.glyphicon-glass:before {
    content: "\e001"
}
.glyphicon-music:before {
    content: "\e002"
}
.glyphicon-search:before {
    content: "\e003"
}
.glyphicon-heart:before {
    content: "\e005"
}
.glyphicon-star:before {
    content: "\e006"
}
.glyphicon-star-empty:before {
    content: "\e007"
}
.glyphicon-user:before {
    content: "\e008"
}
.glyphicon-film:before {
    content: "\e009"
}
.glyphicon-th-large:before {
    content: "\e010"
}
.glyphicon-th:before {
    content: "\e011"
}
.glyphicon-th-list:before {
    content: "\e012"
}
.glyphicon-ok:before {
    content: "\e013"
}
.glyphicon-remove:before {
    content: "\e014"
}
.glyphicon-zoom-in:before {
    content: "\e015"
}
.glyphicon-zoom-out:before {
    content: "\e016"
}
.glyphicon-off:before {
    content: "\e017"
}
.glyphicon-signal:before {
    content: "\e018"
}
.glyphicon-cog:before {
    content: "\e019"
}
.glyphicon-trash:before {
    content: "\e020"
}
.glyphicon-home:before {
    content: "\e021"
}
.glyphicon-file:before {
    content: "\e022"
}
.glyphicon-time:before {
    content: "\e023"
}
.glyphicon-road:before {
    content: "\e024"
}
.glyphicon-download-alt:before {
    content: "\e025"
}
.glyphicon-download:before {
    content: "\e026"
}
.glyphicon-upload:before {
    content: "\e027"
}
.glyphicon-inbox:before {
    content: "\e028"
}
.glyphicon-play-circle:before {
    content: "\e029"
}
.glyphicon-repeat:before {
    content: "\e030"
}
.glyphicon-refresh:before {
    content: "\e031"
}
.glyphicon-list-alt:before {
    content: "\e032"
}
.glyphicon-lock:before {
    content: "\e033"
}
.glyphicon-flag:before {
    content: "\e034"
}
.glyphicon-headphones:before {
    content: "\e035"
}
.glyphicon-volume-off:before {
    content: "\e036"
}
.glyphicon-volume-down:before {
    content: "\e037"
}
.glyphicon-volume-up:before {
    content: "\e038"
}
.glyphicon-qrcode:before {
    content: "\e039"
}
.glyphicon-barcode:before {
    content: "\e040"
}
.glyphicon-tag:before {
    content: "\e041"
}
.glyphicon-tags:before {
    content: "\e042"
}
.glyphicon-book:before {
    content: "\e043"
}
.glyphicon-bookmark:before {
    content: "\e044"
}
.glyphicon-print:before {
    content: "\e045"
}
.glyphicon-camera:before {
    content: "\e046"
}
.glyphicon-font:before {
    content: "\e047"
}
.glyphicon-bold:before {
    content: "\e048"
}
.glyphicon-italic:before {
    content: "\e049"
}
.glyphicon-text-height:before {
    content: "\e050"
}
.glyphicon-text-width:before {
    content: "\e051"
}
.glyphicon-align-left:before {
    content: "\e052"
}
.glyphicon-align-center:before {
    content: "\e053"
}
.glyphicon-align-right:before {
    content: "\e054"
}
.glyphicon-align-justify:before {
    content: "\e055"
}
.glyphicon-list:before {
    content: "\e056"
}
.glyphicon-indent-left:before {
    content: "\e057"
}
.glyphicon-indent-right:before {
    content: "\e058"
}
.glyphicon-facetime-video:before {
    content: "\e059"
}
.glyphicon-picture:before {
    content: "\e060"
}
.glyphicon-map-marker:before {
    content: "\e062"
}
.glyphicon-adjust:before {
    content: "\e063"
}
.glyphicon-tint:before {
    content: "\e064"
}
.glyphicon-edit:before {
    content: "\e065"
}
.glyphicon-share:before {
    content: "\e066"
}
.glyphicon-check:before {
    content: "\e067"
}
.glyphicon-move:before {
    content: "\e068"
}
.glyphicon-step-backward:before {
    content: "\e069"
}
.glyphicon-fast-backward:before {
    content: "\e070"
}
.glyphicon-backward:before {
    content: "\e071"
}
.glyphicon-play:before {
    content: "\e072"
}
.glyphicon-pause:before {
    content: "\e073"
}
.glyphicon-stop:before {
    content: "\e074"
}
.glyphicon-forward:before {
    content: "\e075"
}
.glyphicon-fast-forward:before {
    content: "\e076"
}
.glyphicon-step-forward:before {
    content: "\e077"
}
.glyphicon-eject:before {
    content: "\e078"
}
.glyphicon-chevron-left:before {
    content: "\e079"
}
.glyphicon-chevron-right:before {
    content: "\e080"
}
.glyphicon-plus-sign:before {
    content: "\e081"
}
.glyphicon-minus-sign:before {
    content: "\e082"
}
.glyphicon-remove-sign:before {
    content: "\e083"
}
.glyphicon-ok-sign:before {
    content: "\e084"
}
.glyphicon-question-sign:before {
    content: "\e085"
}
.glyphicon-info-sign:before {
    content: "\e086"
}
.glyphicon-screenshot:before {
    content: "\e087"
}
.glyphicon-remove-circle:before {
    content: "\e088"
}
.glyphicon-ok-circle:before {
    content: "\e089"
}
.glyphicon-ban-circle:before {
    content: "\e090"
}
.glyphicon-arrow-left:before {
    content: "\e091"
}
.glyphicon-arrow-right:before {
    content: "\e092"
}
.glyphicon-arrow-up:before {
    content: "\e093"
}
.glyphicon-arrow-down:before {
    content: "\e094"
}
.glyphicon-share-alt:before {
    content: "\e095"
}
.glyphicon-resize-full:before {
    content: "\e096"
}
.glyphicon-resize-small:before {
    content: "\e097"
}
.glyphicon-exclamation-sign:before {
    content: "\e101"
}
.glyphicon-gift:before {
    content: "\e102"
}
.glyphicon-leaf:before {
    content: "\e103"
}
.glyphicon-fire:before {
    content: "\e104"
}
.glyphicon-eye-open:before {
    content: "\e105"
}
.glyphicon-eye-close:before {
    content: "\e106"
}
.glyphicon-warning-sign:before {
    content: "\e107"
}
.glyphicon-plane:before {
    content: "\e108"
}
.glyphicon-calendar:before {
    content: "\e109"
}
.glyphicon-random:before {
    content: "\e110"
}
.glyphicon-comment:before {
    content: "\e111"
}
.glyphicon-magnet:before {
    content: "\e112"
}
.glyphicon-chevron-up:before {
    content: "\e113"
}
.glyphicon-chevron-down:before {
    content: "\e114"
}
.glyphicon-retweet:before {
    content: "\e115"
}
.glyphicon-shopping-cart:before {
    content: "\e116"
}
.glyphicon-folder-close:before {
    content: "\e117"
}
.glyphicon-folder-open:before {
    content: "\e118"
}
.glyphicon-resize-vertical:before {
    content: "\e119"
}
.glyphicon-resize-horizontal:before {
    content: "\e120"
}
.glyphicon-hdd:before {
    content: "\e121"
}
.glyphicon-bullhorn:before {
    content: "\e122"
}
.glyphicon-bell:before {
    content: "\e123"
}
.glyphicon-certificate:before {
    content: "\e124"
}
.glyphicon-thumbs-up:before {
    content: "\e125"
}
.glyphicon-thumbs-down:before {
    content: "\e126"
}
.glyphicon-hand-right:before {
    content: "\e127"
}
.glyphicon-hand-left:before {
    content: "\e128"
}
.glyphicon-hand-up:before {
    content: "\e129"
}
.glyphicon-hand-down:before {
    content: "\e130"
}
.glyphicon-circle-arrow-right:before {
    content: "\e131"
}
.glyphicon-circle-arrow-left:before {
    content: "\e132"
}
.glyphicon-circle-arrow-up:before {
    content: "\e133"
}
.glyphicon-circle-arrow-down:before {
    content: "\e134"
}
.glyphicon-globe:before {
    content: "\e135"
}
.glyphicon-wrench:before {
    content: "\e136"
}
.glyphicon-tasks:before {
    content: "\e137"
}
.glyphicon-filter:before {
    content: "\e138"
}
.glyphicon-briefcase:before {
    content: "\e139"
}
.glyphicon-fullscreen:before {
    content: "\e140"
}
.glyphicon-dashboard:before {
    content: "\e141"
}
.glyphicon-paperclip:before {
    content: "\e142"
}
.glyphicon-heart-empty:before {
    content: "\e143"
}
.glyphicon-link:before {
    content: "\e144"
}
.glyphicon-phone:before {
    content: "\e145"
}
.glyphicon-pushpin:before {
    content: "\e146"
}
.glyphicon-usd:before {
    content: "\e148"
}
.glyphicon-gbp:before {
    content: "\e149"
}
.glyphicon-sort:before {
    content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}
.glyphicon-sort-by-order:before {
    content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}
.glyphicon-sort-by-attributes:before {
    content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}
.glyphicon-unchecked:before {
    content: "\e157"
}
.glyphicon-expand:before {
    content: "\e158"
}
.glyphicon-collapse-down:before {
    content: "\e159"
}
.glyphicon-collapse-up:before {
    content: "\e160"
}
.glyphicon-log-in:before {
    content: "\e161"
}
.glyphicon-flash:before {
    content: "\e162"
}
.glyphicon-log-out:before {
    content: "\e163"
}
.glyphicon-new-window:before {
    content: "\e164"
}
.glyphicon-record:before {
    content: "\e165"
}
.glyphicon-save:before {
    content: "\e166"
}
.glyphicon-open:before {
    content: "\e167"
}
.glyphicon-saved:before {
    content: "\e168"
}
.glyphicon-import:before {
    content: "\e169"
}
.glyphicon-export:before {
    content: "\e170"
}
.glyphicon-send:before {
    content: "\e171"
}
.glyphicon-floppy-disk:before {
    content: "\e172"
}
.glyphicon-floppy-saved:before {
    content: "\e173"
}
.glyphicon-floppy-remove:before {
    content: "\e174"
}
.glyphicon-floppy-save:before {
    content: "\e175"
}
.glyphicon-floppy-open:before {
    content: "\e176"
}
.glyphicon-credit-card:before {
    content: "\e177"
}
.glyphicon-transfer:before {
    content: "\e178"
}
.glyphicon-cutlery:before {
    content: "\e179"
}
.glyphicon-header:before {
    content: "\e180"
}
.glyphicon-compressed:before {
    content: "\e181"
}
.glyphicon-earphone:before {
    content: "\e182"
}
.glyphicon-phone-alt:before {
    content: "\e183"
}
.glyphicon-tower:before {
    content: "\e184"
}
.glyphicon-stats:before {
    content: "\e185"
}
.glyphicon-sd-video:before {
    content: "\e186"
}
.glyphicon-hd-video:before {
    content: "\e187"
}
.glyphicon-subtitles:before {
    content: "\e188"
}
.glyphicon-sound-stereo:before {
    content: "\e189"
}
.glyphicon-sound-dolby:before {
    content: "\e190"
}
.glyphicon-sound-5-1:before {
    content: "\e191"
}
.glyphicon-sound-6-1:before {
    content: "\e192"
}
.glyphicon-sound-7-1:before {
    content: "\e193"
}
.glyphicon-copyright-mark:before {
    content: "\e194"
}
.glyphicon-registration-mark:before {
    content: "\e195"
}
.glyphicon-cloud-download:before {
    content: "\e197"
}
.glyphicon-cloud-upload:before {
    content: "\e198"
}
.glyphicon-tree-conifer:before {
    content: "\e199"
}
.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.sidebar-menu {
  margin: 0;
  padding: 0;
}

.sidebar-menu .active {
  background: #00c4ca;
}

.sidebar-menu li {
  margin-bottom: 5px;
}

.sidebar-menu .box-img-pais {
  background: #00c4ca;
  border-radius: 50%;
  padding: 5px;
  margin-right: 10px;
  display: inline-flex;
}

.sidebar-menu .active .box-img-pais {
  background: #26416c;
}

.link1 {
  color: #18d1cc;
}

.link1:hover {
  color: #fff;
  text-decoration: none;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-15 {
  border-radius: 15px;
}

.card {
  border-radius: 15px;
  border: 1px solid #c1ccd3;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-30 {
  border-radius: 30px;
}

.border {
  border:1px solid #edf3f8 !important;
}

.detail-info .card-header {
  background: #fcf9f5;
  border-radius: 8px 8px 0 0 !important;
}



.row-price {
  padding: 5px;
}

.row-select {
  padding:0 5px;
  margin-bottom:15px;
  margin-left: -22px;
  margin-right: -22px;
}

.row-select .form-control {
  border: 1px solid #4e7993;
  color: #4e7993;
}

.label-ecuador {
  background: #18d1cc;
  color: #fff;
  position: absolute;
  top: -21px;
  right: -6px;
  font-size: 11px;
  border-radius:15px;
  padding: 2px 13px 2px 4px;
}

.label-ecuador img {
  width: 26px;
  margin: 0;
  padding: 0;
}

.bg-info  .nav-link
 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bg-info {
  background: #00C4CA !important;
}

.head-results {
  padding: 20px;
}

.head-results h4 {
  font-size: 18px;
  font-weight: 100;
  margin: 0;
}

.number {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height:9px;
  border: 1px solid #ddd;
  font-size: 15px;
  margin-right: 6px;

}


.country-select {
  margin:20px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  line-height: 13px;
  font-size: 12px;
}

.country-select .swiper-slide {
  display:inline-block;
  vertical-align: top;
  background: none !important;
  padding: 0 !important;
}

.country-select .swiper-slide a {
  display:inline-block;
  padding: 10px;
  width: 90px;
  color: #999;
  transition: .3s ease-in-out;
}

.country-select .swiper-slide a:hover img {
  filter: grayscale(0%);
}

.country-select .swiper-slide a:hover {
  text-decoration: none;
}

.country-select .swiper-slide img {
  width:40px;
  filter: grayscale(100%);
}

.country-select .active img {
  width:70px;
  filter: grayscale(0%);
}

.country-select .active a {
  color: #3ca8d6;
}

.country-select span {
  display:block;
  margin-top: 5px;
}


.nav-arrows {
  opacity: .8;
}

.nav-arrows:hover img {
  opacity: 1;
  -webkit-transform:scale(1.4);transform:scale(1.4);
  transition: .3s ease-in-out;
}

.partida-nav a {
  font-size: 20px;
  border:1px solid #bbb;
  border-radius: 6px;
  padding: 5px 10px;
  color: #00C4CA;
  opacity: .9;
}


.bg-yellow {
  background: #febb2e;
}

.bg-yellow2 {
  background: #ffc743;
}

.rounded-top {
  border-radius: 8px 8px 0 0 !important;
}


.dayscount {
  margin-top: 12%;
  text-align:center;
  font-size: 18px;
}

.dayscount span {
  font-weight: 700;
}

.bg-circle {
  background: #00DAD3;
  border-radius: 50%;
  text-align: center;
  margin: 0 15px;
}

.bg-grain {
  background: #EDF3F8;
}

.bg-light {
  background: #edf3f8 !important;
}



/*Estilos jose*/


@media all and (min-width: 992px) {
	/*Dropdown Automatic*/
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	.owl1{max-width: 400px !important;}
	}
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
@keyframes gradient {
	0% {background-position: 0% 50%;}
	50% {background-position: 100% 50%;}
	100% {background-position: 0% 50%;}
	}
/*LINK A GRADIENTE*/
a.light:hover{
	background: linear-gradient(-45deg, rgba(255,255,255,0.0), rgba(255,255,255,0.1), rgba(255,255,255,0.3), rgba(255,255,255,0.1), rgba(255,255,255,0.0));
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
	}
/*GRADIENTE YELLOW*/
.bg-yellow-gr{
	background: rgb(253,195,0);
	background: linear-gradient(90deg, rgba(253,195,0,1) 0%, rgba(255,154,12,1) 100%);
}
/*TEXTOS*/
	.text-azul{color: var(--azul) !important;}
	.decimal{font-size: 1.5rem;}
/*FONDOS*/
	.bg-azulLight{background-color: var(--azulLight) !important;}
	.bg-azulLight.active{
		background-color: var(--azul) !important;
		color: var(--white) !important;
		}
	.bg-azulLight.active > h6{color: var(--white) !important;}
/*PAGINATION*/
.page-item.active .page-link{
	background-color: var(--azul) !important;
	border-bottom: 3px solid var(--yellow) !important;
	color: var(--white) !important;
}
.page-item .page-link{
	background-color: var(--azulLight) !important;
	color: var(--grisOscuro) !important;
}
/*TABS OVERVIEW*/
/*ESTADISTICAS*/
#nav-tabEstadisticas.nav-tabs{
	background-color: var(--azulLight) !important;
}
#nav-tabEstadisticas.nav-tabs .nav-link{
	padding: 20px 40px !important;
	font-size: 20px;
    font-weight: bold;
	color: var(--grisOscuro);
	background-color: var(--azulLight);
	border: 0px;
}
#nav-tabEstadisticas.nav-tabs .nav-item.show .nav-link, #nav-tabEstadisticas.nav-tabs .nav-link.active{
	color: var(--azul) !important;
	background-color: var(--white) !important;
	border-bottom: 5px solid var(--verde) !important;
}
/*DESCARGAS*/
#nav-tabDescargas.nav-tabs{
	background-color: var(--azulLight) !important;
}
#nav-tabDescargas.nav-tabs .nav-link{
	padding: 20px 40px !important;
	font-size: 20px;
    font-weight: bold;
	color: var(--grisOscuro);
	background-color: var(--azulLight);
	border: 0px;
}
#nav-tabDescargas.nav-tabs .nav-item.show .nav-link, #nav-tabDescargas.nav-tabs .nav-link.active{
	color: var(--azul) !important;
	background-color: var(--white) !important;
	border-bottom: 5px solid var(--verde) !important;
}
.card-yellow{
	border-left: 20px solid var(--yellow);
	border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
}
.card-yellow-top{
	border-top: 20px solid var(--yellow) !important;
	border-radius: 20px 20px 20px 20px !important;
	-webkit-border-radius: 20px 20px 20px 20px !important;
	-moz-border-radius: 20px 20px 20px 20px !important;
}
/*MENU*/
	.navbar{background-color: var(--verde) !important; height: 80px;}
	/*ITEMS DE MENU*/
		#navbarSupportedContent .nav-item.v2 {width: 40px; margin-right: 20px;}
		#navbarSupportedContent .nav-item.v2 a{width: 40px;}
		#navbarSupportedContent .nav-item.v2 div.title{display: flex;visibility: hidden; position: absolute; text-align: center; bottom: 0px;}
		#navbarSupportedContent .nav-item.v2:hover div{display: flex; visibility: visible;}
		/*Arancel Multipais*/
			.arancelMultipais{
				background-image:url("../images/arancel-multipais@2x.png");
				background-size: contain;
				background-position: center;
    			background-repeat: no-repeat;
				width: auto;
				height: 40px;
				transition: all 0.5s;
				}
			.arancelMultipais:hover{
				background-image:url("../images/arancel-multipais-hover@2x.png");
				transition: all 0.5s;
				}
		/*Arancel Especializado*/
			.arancelEspecializado{
				background-image:url("../images/arancel-especializado@2x.png");
				background-size: contain;
				background-position: center;
    			background-repeat: no-repeat;
				width: auto;
				height: 40px;
				transition: all 0.5s;
				}
			.arancelEspecializado:hover{
				background-image:url("../images/arancel-especializado-hover@2x.png");
				transition: all 0.5s;
				}
        /*Arancel Especializado*/
    			.estadisticasitemmenu{
    				background-image:url("../images/estadisticas-item.svg");
    				background-size: contain;
    				background-position: center;
        			background-repeat: no-repeat;
    				width: auto;
    				height: 40px;
    				transition: all 0.5s;
    				}
    			.estadisticasitemmenu:hover{
    				background-image:url("../images/estadisticas-item2.svg");
    				transition: all 0.5s;
    				}
		/*Servicios*/
			.servicios{
				background-image:url("../images/servicios@2x.png");
				background-size: contain;
				background-position: center;
    			background-repeat: no-repeat;
				width: auto;
				height: 40px;
				transition: all 0.5s;
				}
			.servicios:hover{
				background-image:url("../images/servicios-hover@2x.png");
				transition: all 0.5s;
			}
/*SUB MENU*/
	.subMenu{
		width: 100vw;
		position: fixed !important;
		top: 78px;
		border-radius: 0px !important;
	}
/*SIDEBAR*/
.sideclosed{
	background-color: var(--azul);
	top: 80px;
    position: fixed;
	height: 100%;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 80px;
  left: 0;
  background-color: var(--azul);
  overflow-x: hidden;
  transition: 0.5s;

}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
	color: var(--white);
}

.sidebar a:hover {
  background-color: var(--yellow);
}


.openbtn {
  cursor: pointer;
  background-color: var(--azul);
  color: white;
  padding: 15px;
  border: none;
}

.openbtn:hover {
  background-color: var(--verde);
}
.sidebtn[aria-expanded=true] {
  background-color: var(--verde);
}

#main {
  transition: margin-left .5s;
  padding: 16px;
  width: 100px;
}

.level1{
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px #ddd solid;
}
.level2{
	padding-left: 30px;
}

/*MORE*/
	.triangulo-2 {
		top:0;
		left: 50%;
		width: 0;
		height: 0;
		border-top: 10px solid var(--verde);
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		}
.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
	margin-top: 5px;
  display: inline-block;
	position: absolute;
    margin-left: -20px;
	background-color: var(--yellow);
}
.line1{
	margin-left: -45px;
    margin-top: 4px;
	margin-top: 10px;
	height: 1px;
	 width: 30px;
	display: inline-block;
	position: absolute;
	background-color: #ddd;
}
.line2{
	margin-left: -75px;
    margin-top: 4px;
	margin-top: 10px;
	height: 1px;
	 width: 60px;
	display: inline-block;
	position: absolute;
	background-color: #ddd;
}
.line3{
	margin-left: -105px;
    margin-top: 4px;
	margin-top: 10px;
	height: 1px;
	 width: 90px;
	display: inline-block;
	position: absolute;
	background-color: #ddd;
}

.max-height{
	max-height: 300px;
	overflow-y: auto;
}

.max-height-lg{
	max-height: 400px;
	overflow-y: auto;
}

/*CARD CURSTOM*/
	.rounded-custom{border-radius: 20px;}
	.rounded-custom-left{border-radius: 20px 0px 0px 20px;}

/*CAROUSEL 1*/
	/*LABELS DE PAISES*/
		.owl1 .nav-link > h4{margin-top: 70px;}
	/*CAROUSEL*/
		.owl1{
			max-width: 90%;
			}
		.owl1 .owl-nav{
			position: absolute;
			top:0px;
			left: -5%;
			width: 110%;
			height: 100%;
			display: flex;
			justify-content: space-between;
			z-index: -1;
			margin: 0px !important;
			}
		.owl1 .owl-prev, .owl1 .owl-next{
			width: auto;
			font-size: 24px !important;
			top:-20px;
			color: var(--grisOscuro) !important;
			}
		.owl1 .owl-prev:hover, .owl1 .owl-next:hover{background-color: white !important;}
	/*BANDERAS TAB*/
		.owl1 .paises_nav{
			transform: scale(0.7);
			opacity: 0.4 !important;
			}
		.owl1 .paises_nav > h4{
			color: var(--grisOscuro) !important;
			font-size: 14px !important;
			}
		.owl1 .paises_nav.active{
			transform: scale(1);
			opacity: 1 !important;
			}
		.owl1 .paises_nav.active > h4{color: var(--verde)!important;}
	/*BANDERAS DEL CAROUSEL*/
		.owl1 .tab_ecuador{
			background-image: url("../images/ecuador@2x.png");
			background-size: 100px;
			background-repeat: no-repeat;
			background-position: center top;
			}
		.owl1 .tab_peru{
			background-image: url("../images/peru@2x.png");
			background-size: 100px;
			background-repeat: no-repeat;
			background-position: center top;
			}
		.owl1 .tab_chile{
			background-image: url("../images/chile@2x.png");
			background-size: 100px;
			background-repeat: no-repeat;
			background-position: center top;
			}
		.owl1 .tab_uruguay{
			background-image: url("../images/uruguay@2x.png");
			background-size: 100px;
			background-repeat: no-repeat;
			background-position: center top;
			}
		.owl1 .tab_paraguay{
			background-image: url("../images/paraguay@2x.png");
			background-size: 100px;
			background-repeat: no-repeat;
			background-position: center top;
			}
		.owl1 .tab_bolivia{
			background-image: url("../images/bolivia@2x.png");
			background-size: 100px;
			background-repeat: no-repeat;
			background-position: center top;
			}
		.owl1 .tab_colombia{
			background-image: url("../images/colombia@2x.png");
			background-size: 100px;
			background-repeat: no-repeat;
			background-position: center top;
			}
/*CAROUSEL 2*/
	/*CAROUSEL*/
		.owl2 .owl-prev{
			color:#6c757d !important;
			top: 0;
			left: 0;
			position: absolute;
			font-size: 28px !important;
			transform: scale(1.3);
			background-color: #fff !important;
			}
		.owl2 .owl-next{
			color:#6c757d !important;
			top: 0;
			right: 0;
			position: absolute;
			font-size: 28px !important;
			transform: scale(1.3);
			background-color: #fff !important;
			}
		.owl2 .owl-prev:hover, .owl2 .owl-next:hover{
			background-color: #FFF !important;
			transform: scale(1.6);
			border-radius: 100px;
			color: var(--yellow) !important;
			}

/*BOTONES FLOTANTES*/
	.ayuda{
		background-image: url(../images/ayuda.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		position: fixed;
		right: 5px;
		bottom: 70px
		}
	.volver{
		background-image: url(../images/volver.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		position: fixed;
		right: 60px;
		bottom: 70px
		}


/*Bootstrap*/
.badge-primary{background-color: var(--verde) !important;}
.btn-secondary{background-color: var(--verde)!important;}


/*SCROLL BAR*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #edf3f8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */



/*ajustes PRODUCCION*/

.owl-carousel{
	list-style: none;
}
.owl-theme .owl-nav [class*=owl-]{
	background: none;
}
.owl1 .owl-nav{
	left: -15%;
    width: 130%;
}

#owl2 .owl-carousel {
  padding-left: 50px;
  padding-right: 50px;
}

.owl-carousel.owl-drag .owl-item .nav-item {
  margin-left: 10px;
  margin-right: 10px;
}





/*landing page*/
.head-LP {
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: cover;
}

.section2-LP {
  background-color: #f5f9ff;
}

.section-default {
  background: #f5f9ff;
}

.section3-LP {
  background: #48f0d9;
}

.text-LP {
color: #585a63;
}

.arco {
  background: url(../images/LP/arco.svg) no-repeat left bottom;
  padding-bottom: 40px;
  background-size:410px;
}

.arco2 {
  background: url(../images/LP/arco2.svg) no-repeat left bottom;
  padding-bottom: 25px;
  background-size:200px;
}

.arco3 {
  background: url(../images/LP/arco3.svg) no-repeat left bottom;
  padding-bottom: 55px;
}

.Vline {
  background: url(../images/LP/vline.svg) no-repeat left top;
  padding-left:30px;
}

.number-card {
  background: #fbab28;
  padding: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  display: block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  line-height: 40px;
  position: absolute;
  left: -12px;
  top: -12px;
}

.section4-LP {
  background: #0f256e;
}

.section5-LP {
  background: #26cee4;
}

.section-footer-LP {
  background: #0f256e;
}

.footer-LP {
  background: #0f256e url(../images/LP/foot.svg) no-repeat center bottom;
  background-size: cover;
  height: 300px;
}

/*flecha bajar */

.arrow-wrap {
  background:#f9ca04;
  width:8em;
  height:8em;
  padding:3em 2em;
  border-radius:50%;
  font-size:0.5em;
  display:block;
  margin: 0 auto;
}
.arrow-wrap:hover
 {
  opacity:.7 !important;
}
.arrow-wrap .arrow {
  float:left;
  position:relative;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 2em 2em 0 2em;
border-color: #ffffff transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}

.arrow-wrap .arrow:after {
  content:'';
  position:absolute;
  top:-3.3em;
  left:-3em;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #f9ca04 transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}
.hint {
  position:absolute;
  top:0.6em;
  width:100%;
  left:0;
  font-size:2em;
  font-style:italic;
  text-align:center;
  color:#fff;
  opacity:0;
}
.arrow-wrap:hover .hint {
  opacity:1;
}

  @-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:25%; }
    20% { top:0; }
    30% { top:25%; }
    40% { top:0; }
    50% { top:25%; }
    60% { top:0; }
    70% { top:25%; }
    80% { top:0; }
    90% { top:25%; }
    100% { top:0; }
  }

  .arrow-wrap .arrow {
    -webkit-animation: arrows 3s 0.4s infinite;
    -webkit-animation-delay: 1s;
  }

  .OMG {
    position: absolute;
    right:270px;
  }

  .OMG a:hover {
    opacity: 0.8;
  }

  .rosa {
    color: #e84f88;
  }

  .bg-rosa {
    background-color: #e84f88;
  }

  .bg-blue {
    background-color: #26416c;
  }

  .absolute-top {
    position: absolute;
    z-index: 1;
  }

  .carousel-caption {
    bottom: 7%;
  }

  .carousel-indicators {
    bottom: 3%;
  }

.w-100 {
  width: 95% !important;
}
