
/* ------------------------------------------------
  Proyecto:   Apolob1t
------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');

body {font-style: normal; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #1d1d33; overflow-x: hidden;}
.page-wrapper { overflow-x: hidden; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-weight: 300; line-height: 1.5; }
h1, .h1 { font-size: 2.5rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.75rem; }
h4, .h4 { font-size: 1.5rem; }
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1rem; }
h4, h5, h6, .h4, .h5, .h6 { font-weight: 500; }
p { color: #8090b5; line-height: 1.7; }
.lead { font-size: 1.25rem; font-weight: 300; }
.text-dark{color: #1d1d33 !important;}
.text-primary {color: #1360ef !important;}
.text-muted { color: rgb(140, 152, 164) !important }
section{padding: 3rem 0}
.ghotamb{font-family: 'gothamblack'; font-weight: 700!important;}
.muli{font-family: 'muliblack';}
.mulieb{font-family: 'muliextrabold';}
.mulib{font-family: 'mulibold'; line-height:120%;}
.mulisb{font-family: 'mulibold';}
.mulil{font-family: 'mulilight';}
.mulir{font-family: 'muliregular';}


/* ------------------------
Fonts
------------------------*/

@font-face {
    font-family: 'muliblack';
    src: url('../fonts/muli-black-webfont.woff2') format('woff2'),
         url('../fonts/muli-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'muliextrabold';
    src: url('../fonts/muli-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/muli-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mulibold';
    src: url('../fonts/muli-bold-webfont.woff2') format('woff2'),
         url('../fonts/muli-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'mulisemibold';
  src: url('../fonts/muli-semibold-webfont.woff2') format('woff2'),
       url('../fonts/muli-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'mulilight';
  src: url('../fonts/muli-light-webfont.woff2') format('woff2'),
       url('../fonts/muli-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'muliregular';
  src: url('../fonts/muli-regular-webfont.woff2') format('woff2'),
       url('../fonts/muli-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

/* ------------------------
Colors & Shadows
------------------------*/

.shadow-card {-webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); -moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53);}
.orange {color: #FAA400;}
.white {color: #fff;}
.blue {color: #2F2CD8;}

/* ------------------------
Cursors
------------------------*/
.pointer {cursor: pointer;}

/* ------------------------
Responsive
------------------------*/

@media screen and (max-width: 992px) {
    .center-movil { 
    text-align: center!important; }
}

@media screen and (min-width: 992px) {
  .float-pc { 
  float: right; }
  span br { 
    display: none; }
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* ------------------------
Height Responsive
------------------------*/

.alt-1 {
  line-height:100%;
}

/* ------------------------
Transition
------------------------*/
a, i, .btn, button, img, span, .dropdown-item, .hover-translate { -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
.hover-translate:hover { box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15); background-color: #fff; -webkit-transform: translate3d(0, -20px, 0); -moz-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); }
a:hover { text-decoration: none; }


/* ------------------------
Background Overlay
------------------------*/
[data-overlay] { position: relative; z-index: 0; }
[data-overlay]:before { position: absolute; content: ''; background-color: #000000; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
[data-overlay].white-overlay:before { background-color: #fff; }
[data-overlay].theme-overlay:before { background-color: #1360ef; }
[data-overlay="1"]:before { opacity: 0.1; }
[data-overlay="2"]:before { opacity: 0.2; }
[data-overlay="3"]:before { opacity: 0.3; }
[data-overlay="4"]:before { opacity: 0.4; }
[data-overlay="5"]:before { opacity: 0.5; }
[data-overlay="6"]:before { opacity: 0.6; }
[data-overlay="7"]:before { opacity: 0.7; }
[data-overlay="8"]:before { opacity: 0.8; }
[data-overlay="9"]:before { opacity: 0.9; }
[data-overlay="10"]:before { opacity: 1; }
[data-overlay="0"]:before { opacity: 0; }


.font-w-3 { font-weight: 300; }
.font-w-4 { font-weight: 400; }
.font-w-5 { font-weight: 500; }
.font-w-6 { font-weight: 600; }
.font-w-7 { font-weight: 700; }
.font-w-8 { font-weight: 800; }
.font-w-9 { font-weight: 900; }



/* ------------------------
Left-Right
------------------------*/
.left-0 { left: 0; }
.right-0 { right: 0; }
.top-0 { top: 0; }
.bottom-0 { bottom: 0; }
.left-50 { left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); }
.top-50 { top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); }


/* ------------------------
Pre Loader
------------------------*/
#ht-preloader { background: #ffffff; bottom: 0; height: 100%; left: 0; overflow: hidden !important; position: fixed; right: 0; text-align: center; top: 0; width: 100%; z-index: 99999; }
.clear-loader { transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); z-index: 999; box-sizing: border-box; display: inline-block; left: 50%; position: absolute; text-align: center; top: 50%; }
.loader { position: absolute; top: 50%; left: 50%; margin: auto; text-align: center; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);}
.loader span { width: 20px; height: 20px; background-color: #f94f15; border-radius: 50%; display: inline-block; animation: motion 3s ease-in-out infinite; }
.loader p { color: #1360ef; margin-top: 5px; font-size: 30px; animation: shake 5s ease-in-out infinite; }


/* ------------------------
Button
------------------------*/
.btn { font-weight: 500; padding: 0.75rem 1rem; }
.btn-primary { color: #fff; background-color: #1360ef; border-color: #1360ef; }
.btn-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #FAA400; border-color: #FAA400; }
.btn-outline-primary { color: #1360ef; border-color: #1360ef; }
.btn-outline-primary:hover { background-color: #f94f15; border-color: #f94f15; }
.btn-dark {  border-color: #060927; }
.btn-dark:hover { background-color: #f94f15; border-color: #f94f15; }
.btn-one { background-color: #fff; border-radius: 30px; color:#2F2CD8; font-size:25px; width:45%; -webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); -moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53);}
.btn-two, .btn-two:hover { background-color: #FAA400; border-radius: 4px; color:#fff; font-size:13px; -webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); -moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53);}
.btn-three { background-color: #fff; border-radius: 4px; color:#2F2CD8; font-size:13px; -webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); -moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53);}
.btn-four, .btn-four:hover { background-color: #2F2CD8; border-radius: 4px; color:#fff; font-size:25px; width:92%; padding: 20px; margin-top: 20px; -webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); -moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53);}
.btn-five, .btn-five:hover { background-color: #2F2CD8; border-radius: 4px; color:#fff; font-size:15px; padding: 3% 5%; -webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); -moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53);}
.btn-six, .btn-six:hover { background-color: #31384E; border-radius: 4px; color:#fff; font-size:20px; padding: 15px 30px; -webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); -moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53);}
.btn-seven, .btn-seven:hover { background-color: #2F2CD8; border-radius: 4px; color:#fff; font-size:20px; padding: 15px 30px; -webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); -moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53);}
.hov:active { color:#fff; -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.75); box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.75);}
.btn.focus, .btn:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: none; }
button:focus { outline: none; }

/* ------------------------
Background 
------------------------*/
.bg-primary { background-color: #2F2CD8 !important; }
.bg-light { background-color: #f5faff !important; }
.bg-dark { background-color: #1F2229 !important; }
.bg-orange { background-color: #f94f15 !important }
.bg-primary-soft { background-color: rgba(19, 96, 239, .1); }
.bg-dark .bg-primary-soft { background-color: rgba(19, 96, 239, 0.02); }
.bg-warning-soft { background-color: rgba(250, 215, 118, .1); }


/* ------------------------
Badge
------------------------*/
.badge-dark { background-color: #060927 !important; }
.badge-primary-soft { background-color: rgba(19, 96, 239, .1); color: #1360ef }
.badge-secondary-soft { background-color: rgba(80, 102, 144, .1); color: #506690 }
.badge-success-soft { background-color: rgba(40, 167, 69, .1); color: #28a745 }
.badge-info-soft { background-color: rgba(23, 162, 184, .1); color: #17a2b8 }
.badge-warning-soft { background-color: rgba(255, 193, 7, .1); color: #ffc107 }
.badge-danger-soft { background-color: rgba(220, 53, 69, .1); color: #dc3545 }
.badge-light-soft { background-color: rgba(245, 250, 255, .1); color: #f5faff }
.badge-dark-soft { background-color: rgba(6, 9, 39, .1); color: #060927 }


/* ------------------------
Icon
------------------------*/
.f-icon-shape-sm { width: 4rem; height: 4rem; line-height: 4rem; display: inline-block; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
.f-icon-shape { width: 6rem; height: 6rem; line-height: 6rem; display: inline-block; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
.ic-2x { font-size: 2em; }
.ic-3x { font-size: 3em; }
.ic-5x { font-size: 5em; }
.ic-7x { font-size: 7em; }

/* ------------------------
Shadow
------------------------*/
.shadow-primary { -webkit-box-shadow: 0 0.5rem 1rem rgba(110, 0, 255, .15) !important; box-shadow: 0 0.5rem 1rem rgba(110, 0, 255, .15) !important; }
.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; }
.shadow { box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important; }
.shadow-none { box-shadow: none !important; }


/* ------------------------
  Header
------------------------*/
.site-header.navbar-dark .navbar-nav .nav-link { color: #ffffff; }
.site-header.navbar-dark .navbar-nav .nav-link:focus, .site-header.navbar-dark .navbar-nav .nav-link:hover { color: #FAA400; }
#header-wrap { padding: 10px 0; position: relative; }
#header-wrap.fixed-header { padding: 5px 0; position: fixed !important; top: 0; left: 0; width: 100%; z-index: 999 !important; background: #ffffff !important; box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important; animation: smoothScroll 1s forwards; }

/*--Navegador--*/
.navbar { padding: 0; }
.navbar-nav .nav-item.dropdown .dropdown-menu { background: #ffffff; padding: 0; border: none; margin-top: 1rem; -webkit-box-shadow: 0 0.5rem 1rem rgba(110, 0, 255, .15) !important; box-shadow: 0 0.5rem 1rem rgba(110, 0, 255, .15) !important; }
.navbar-brand { margin-right: 0; }
header .navbar-nav .nav-item { margin: 0 15px }
.navbar-nav .nav-link { font-weight: 500; padding: 0 !important; border-radius: 0; text-transform: capitalize; position: relative; }
.navbar-dark #header-wrap.fixed-header { background: #2F2CD8 !important }
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show > .nav-link, .dropdown-item:focus, .dropdown-item:hover { color: #1360ef; }

.dropdown-item:focus, .dropdown-item:hover{background: #1360ef; color: #ffffff;}
.navbar-dark .navbar-nav .nav-link {color: rgba(255,255,255,.8);}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {color: rgba(255,255,255,1);}
.dropdown-submenu { position: relative; }
.dropdown-submenu a::after { transform: translateY(-50%) rotate(-90deg); position: absolute; right: 1.5rem; top: 50%; }
.dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-left: .1rem; margin-right: .1rem; margin-top: 0 !important;}
.dropdown-submenu > .dropdown-item { padding-right: 2.5rem; position: relative; }
.dropdown-item { padding: .50rem 1.5rem; font-weight: 400; color: #8090b5; font-size: 0.9rem }

@media (max-width:991.98px) {
/*Header*/
#header-wrap { padding: 15px 0; }
#header-wrap.fixed-header { padding: 15px 0; }
.navbar { justify-content: flex-end; width: 100%; position: relative !important; }
.navbar-brand { left: 15px; z-index: 1; margin-right: 0; position: absolute; top: 50%; padding: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); }
.navbar-toggler { background: none; height: 40px; width: 40px; padding: 0; border-radius: 0; margin-right: 0; }
.site-header .navbar-nav ul { position: static; }
.site-header .navbar-nav .nav-item { margin: 0; }
.site-header .navbar-nav .nav-link { padding: 10px !important; border-radius: 0; }
.navbar-nav a .sub-arrow { position: absolute; top: 50%; right: 0; margin: -0.7em 0.5em 0 0; border-radius: .25rem; padding: 0; width: 2em; height: 1.4em; font-size: 1.25rem; line-height: 1.2em; text-align: center; }
.navbar-collapse { border-radius: 7px; background: #ffffff; max-height: 400px; left: 0; padding: 10px; position: absolute; z-index: 99; top: 50px; width: 100%; overflow: auto; border: medium none; -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15); -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15); box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15); }
.navbar-nav .dropdown-toggle::after { position: absolute; top: 50%; right: 0; margin: -.1rem 0.5em 0 0; }
.site-header.navbar-dark .navbar-nav .nav-link{color: rgba(0,0,0,.5)}
.site-header.navbar-dark .navbar-nav .nav-link.active, .site-header.navbar-dark .navbar-nav .nav-link:focus, .site-header.navbar-dark .navbar-nav .nav-link:hover{ color: #1360ef; }
}


.shape-1 { position: absolute; top: -1px; width: 100%; left: 0; right: 0; }
.shape-2 { position: absolute; right: 0; top: 0; height: 100%; width: 100%; }
.shape-1.bottom { top: inherit; bottom: -1px; }
.round-shape { clip-path: circle(100% at 50% -50%); }

/* ------------------------
Contacto
------------------------*/
.form-control { height: 3rem; font-size: 0.8rem; }
.input-1 { border: 1px solid #d0d7e7; }
.input-2 { border: none; background: none; box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important; }
.form-control:focus { color: #495057; background-color: none; border-color: #1360ef; outline: 0; box-shadow: none; }
.form-group { margin-bottom: 1.3rem; position: relative; }
.help-block.with-errors { position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px; }


/* ------------------------
Tab
------------------------*/
.nav-tabs .nav-item.nav-link { padding: 1.5rem 2rem; font-size: 1.2rem; color: #1d1d33; margin: 0 5px; border-radius: .25rem; box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { background: #1360ef; color: #ffffff; }
@media (max-width:575.98px) {
	.nav-tabs .nav-item.nav-link { padding: .5rem 1rem; }
}


/* ------------------------
Video
------------------------*/
.video-btn { position: relative; display: inline-block; }
.play-btn { font-size: 30px; background: #ffffff; color: #1360ef; line-height: 70px; width: 70px; height: 70px; -webkit-border-radius: 100%; border-radius: 100%; text-align: center; cursor: pointer; z-index: 9; position: relative; display: inline-block; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: color, background, border-color; transition-property: color, background, border-color; }
.video-btn-pos { position: absolute; left: 50%; top: 50%; z-index: 99; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); }
.video-btn .spinner-eff { position: absolute; width: 200px; height: 200px; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); }

/* ------------------------
Spinner
------------------------*/
.spinner-eff .spinner-circle { border-radius: 100px; position: absolute; left: 0; right: 0; margin: auto; transform: scale(1); transform-origin: center center; }
.spinner-eff .circle-1 { width: 100%; height: 100%; background-color: #1360ef; top: 0; animation: pulse 1.6s linear 0s infinite; }
.spinner-eff .circle-2 { width: 66.6%; height: 66.6%; background-color: #1360ef; top: 16.5%; animation: pulse-2 1.6s linear 0s infinite; }

/* ------------------------
Portafolio
------------------------*/
.portfolio-filter { display: inline-block; margin: 0 auto 2rem; text-align: center; }
.portfolio-filter button { position: relative; background: none; padding: 8px 15px; border-radius: .25rem; cursor: pointer; border: none; font-weight: normal; color: #1d1d33; float: left; text-transform: capitalize; }
.portfolio-filter button:focus { outline: none; outline-style: none; outline-offset: 0; }
.portfolio-filter button.is-checked, .portfolio-filter button:hover { background: #1360ef; color: #ffffff; box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important; }
.portfolio-filter button + button { margin-left: 0.5rem; }
.isotope .grid-item img { width: 100%; }
.portfolio-title { background: #1360ef; padding: 30px; width: 100%; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; position: absolute; left: 0; bottom: 0; z-index: 2; }
.portfolio-item:hover .portfolio-title { opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.portfolio-meta li { position: relative; padding-left: 60px; }
.portfolio-meta li i { position: absolute; left: 0; top: 0; color: #1360ef; font-size: 40px; line-height: 40px; }
.portfolio-meta li span { color: #1d1d33; display: block; font-weight: bold; text-transform: uppercase; margin-bottom: 7px; }

/* -------------------------------
 Banner
-------------------------------*/
[data-bg-img] { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.bg-cover { background-size: cover; }
.bg-contain { background-size: contain; }
.bg-pos-l { background-position: left; }
.bg-pos-r { background-position: right; }
.bg-pos-rt { background-position: right top; }
.bg-pos-lt { background-position: left top; }
.bg-pos-rb { background-position: right bottom; }
.bg-pos-lb { background-position: left bottom; }
.bg-repeat { background-repeat: repeat; }
.bg-pos-b { background-position: bottom; }
.heroparallax {position: absolute; bottom: 60px; right: -10%; width: 50%;}
.simpleParallax{overflow: inherit !important;}


.product-link a.add-cart { width: auto; height: auto; padding: 0px 20px; line-height: 36px; font-size: 14px; }
.product-link a i { display: inline-block; color: #000; font-size: 18px; vertical-align: middle; }
.product-link a { display: inline-table; width: 36px; height: 36px; background: #fff; border-radius: 60px; line-height: 36px; overflow: hidden; color: #000; position: relative; -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15); box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15); -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; text-align: center; }
.product-link a:hover { background: #1360ef; color: #ffffff; }
.product-link a:hover i { color: #ffffff; }
.size-choose input[type="radio"] { visibility: hidden; position: absolute; }
.size-choose label { display: inline-block; height: 30px; min-width: 30px; text-align: center; font-size: 14px; color: #1d1d33; font-weight: 500; cursor: pointer; border-radius: 50%; line-height: 30px; }
.size-choose input[type="radio"]:checked + label { background: #1360ef; color: #fff; }
.filter-color li, .size-choose li { list-style-type: none; display: inline-block; margin-right: 10px; }
.filter-color li:last-child, .size-choose li:last-child { margin-right: 0; }
[type="radio"]:checked, [type="radio"]:not(:checked) { position: absolute; opacity: 0; pointer-events: none; }
.form-check-label { width: 26px; height: 26px !important; border-radius: 50%; padding: 0 !important; }
.form-check-input[type="radio"]:checked + label, .form-check-input[type="radio"]:not(:checked) + label, label.btn input[type="radio"]:checked + label, label.btn input[type="radio"]:not(:checked) + label { position: relative; padding-left: 35px; cursor: pointer; display: inline-block; height: 1.5625rem; line-height: 1.5625rem; transition: .28s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.form-check-input[type="radio"] + label::after, .form-check-input[type="radio"] + label::before, label.btn input[type="radio"] + label::after, label.btn input[type="radio"] + label::before { content: ''; position: absolute; left: -2px; top: -2px; width: 30px; height: 30px; z-index: 0; transition: .28s ease; z-index: -1; border-radius: 50%; }
.form-check-input[type="radio"]:checked + label::after, label.btn input[type="radio"]:checked + label::after { transform: scale(1.02); }
.form-check-input[type="radio"]:checked + label::after { background-color: #1360ef; }
input.form-product { -moz-appearance: textfield; height: 40px; border: none; background: #ffffff; text-align: center; width: 150px; border-top: 1px solid #eeeff7; border-bottom: 1px solid #eeeff7; color: #1d1d33; vertical-align: middle; }
.btn-product { background: none; color: #1d1d33; border: 1px solid #eeeff7; height: 40px; width: auto; padding: 0 10px; font-size: 13px; cursor: pointer; }

/*Slider*/
.ui-slider-horizontal { height: 0.2em; }
.ui-slider-horizontal .ui-slider-handle { top: -6px; height: 14px; width: 14px; border-radius: 50%; border: none; margin-left: 0; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { background: #1360ef; }
.ui-widget-header { background: #0a1b2b }
.ui-widget.ui-widget-content { border: none; background: #f5faff; }
#amount { margin-top: 20px; width: 90px; color: #1d1d33 }
.cart-table thead th { padding: 30px; text-align: center; border-width: 1px !important; vertical-align: middle; color: #1d1d33; font-size: 18px; font-weight: 500; }
.cart-table td { padding: 20px; text-align: center; vertical-align: middle; color: #1d1d33; }


/* ------------------------
Cuenta
------------------------*/
.countdown { margin: 50px 0; width: 100%; }
.countdown > li { font-weight: 700; list-style-type: none; }
.countdown > li span { font-size: 70px; font-weight: 700; line-height: 80px; display: inline-block; color: #1360ef; }
.countdown > li p { font-size: 20px; display: block; line-height: 30px; margin-bottom: 0; color: #1d1d33; }

/* ------------------------
Otros
------------------------*/
.clients-logo img { opacity: 0.2; }
.clients-logo img:hover { opacity: 1; }
#particles-js {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.list-group-item-action:focus, .list-group-item-action:hover {color: #1360ef; background-color: inherit;}
.page-item.active .page-link{background-color: #1360ef;}
.page-item a.page-link:hover {color: #ffffff !important; background-color: #1360ef; border-color: #1360ef;}
.link-title { color: #1d1d33 }
.link-title:hover { color: #1360ef }
.line-h-0 { line-height: 0; }
.la { line-height: inherit }
.bg-dark hr,
.bg-primary hr{border-top-color: rgba(255,255,255,0.2);}


/* ------------------------
    Scroll Top
------------------------*/
.scroll-top { position: fixed; bottom: 30px; right: 30px; z-index: 600; opacity: 0; visibility: hidden; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; -webkit-transform: translate3d(0, 200%, 0); -ms-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0); }
.scroll-top a, .scroll-top a:visited { font-size: 24px; color: #ffffff; background: #1360ef; display: block; height: 40px; width: 40px; line-height: 40px; text-align: center; border-radius: 0.25rem; -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15); -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15); box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.scroll-top a:hover, .scroll-top a:focus { color: #1360ef; background: #ffffff; }
.scroll-top.scroll-visible { opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.scroll-top a i {padding-top: 9px;}


@media (max-width:991.98px) {
	.font-size-md-down-3 { font-size: 2rem; }
	.font-size-md-down-5 { font-size: 3rem; }
	.heroparallax {position: relative; bottom: inherit; right: inherit; width: 100%;}
	.cart-table .media {display: block;}
	.transform-md-rotate { transform: rotate(90deg); }
}
@media (max-width:767.98px) {
	.display-4 { font-size: calc(1.575rem + 3.9vw); }
	.parallaxie{background-position: center center !important;}
	.transform-md-rotate { background: #1360ef; transform: inherit; }
}

/* ------------------------
    Forms
------------------------*/

  .cryptoform label {
    position: relative;
    display: block;
  }
  .cryptoform label select:focus {
    outline: none;
  }

  .cryptoform label input:focus {
    outline: none;
  }
  @media screen and (max-width: 992px) {
    .cryptoform .labelone input {
      font: 40px mulibold;
      box-sizing: border-box;
      display: block;
      border-left: 0px solid;
      border-right: 0px solid;
      border-top: 0px solid;
      border-bottom: 0px solid;
      padding: 20px;
      width: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-size:30px; 
      padding-top: 30px; 
      padding-left: 25px;
    }
  }

  @media screen and (min-width: 992px) {
    .cryptoform .labelone input {
      font: 40px mulibold;
      box-sizing: border-box;
      display: block;
      border-left: 0px solid;
      border-right: 0px solid;
      border-top: 0px solid;
      border-bottom: 0px solid;
      padding: 20px;
      width: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-size:30px; 
      padding-top: 30px; 
      padding-left: 60px;
    }
  }

  @media screen and (max-width: 992px) {
    .cryptoform .labeltwo select {
      font: 40px mulibold;
      box-sizing: border-box;
      display: block;
      border-left: 1px solid;
      border-right: 0px solid;
      border-top: 0px solid;
      border-bottom: 0px solid;
      padding: 18px;
      width: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-size:24px; 
      padding-top: 33px;
      -webkit-appearance: none; /*Removes default chrome and safari style*/
      -moz-appearance: none; /*Removes default style Firefox*/
      appearance: none;
      background: #E3EBEF url("/assets/img/arrow.png") center right no-repeat;
      background-size: 15px 15px;
      background-position: 90% 64%;
    }

    .cryptoform .labeltwo select:focus {
      background: #fff url("/assets/img/arrowup.png") center right no-repeat;
      background-size: 15px 15px;
      background-position: 90% 64%;
    }
  }

  @media screen and (min-width: 992px) {
    .cryptoform .labeltwo select {
      font: 40px mulibold;
      box-sizing: border-box;
      display: block;
      border-left: 1px solid;
      border-right: 0px solid;
      border-top: 0px solid;
      border-bottom: 0px solid;
      padding: 18px;
      width: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-size:30px; 
      padding-top: 30px;
      -webkit-appearance: none; /*Removes default chrome and safari style*/
      -moz-appearance: none; /*Removes default style Firefox*/
      appearance: none;
      background: #E3EBEF url("/assets/img/arrow.png") center right no-repeat;
      background-size: 15px 15px;
      background-position: 90% 55%;
    }

    .cryptoform .labeltwo select:focus {
      background: #fff url("/assets/img/arrowup.png") center right no-repeat;
      background-size: 15px 15px;
      background-position: 90% 55%;
    }
  }

  .cryptoform .labeltwo select::-ms-expand {
    display: none;
  }

  .cryptoform .labeltwo select option {
    color: orange;
    font-size: 20px;
  }

  .cryptoform .labeltwo select option[value=BTC] {
    padding: 120px;
  }

  .cryptoform .labeltwo select option:hover {
    background-color: rgb(238, 238, 238) !important;
    color: blue2;
  }


  .cryptoform label input::-webkit-input-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
  }
  .cryptoform label input::-moz-placeholder {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
  }
  .cryptoform label input:-ms-input-placeholder {
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
  }
  .cryptoform label input::-ms-input-placeholder {
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
  }
  .cryptoform label input::placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
  }
  .cryptoform label input, .cryptoform label input.populated {
    padding-top: 28px;
    padding-bottom: 12px;
  }
  .cryptoform label input::-webkit-input-placeholder, .cryptoform label input.populated::-webkit-input-placeholder {
    color: transparent;
  }
  .cryptoform label input::-moz-placeholder, .cryptoform label input.populated::-moz-placeholder {
    color: transparent;
  }
  .cryptoform label input:-ms-input-placeholder, .cryptoform label input.populated:-ms-input-placeholder {
    color: transparent;
  }
  .cryptoform label input::-ms-input-placeholder, .cryptoform label input.populated::-ms-input-placeholder {
    color: transparent;
  }
  .cryptoform label input::placeholder, .cryptoform label input.populated::placeholder {
    color: transparent;
  }
  .cryptoform label input + span, .cryptoform label input.populated + span {
    opacity: 1;
    top: 10px;
  }

  .cryptoform label select::-webkit-select-placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
  }
  .cryptoform label select::-moz-placeholder {
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
  }
  .cryptoform label select:-ms-select-placeholder {
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
  }
  .cryptoform label select::-ms-select-placeholder {
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
  }
  .cryptoform label select::placeholder {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999;
    font: 18px Helvetica, Arial, sans-serif;
  }
  .cryptoform label select, .cryptoform label select.populated {
    padding-top: 28px;
    padding-bottom: 12px;
  }
  .cryptoform label select::-webkit-select-placeholder, .cryptoform label select.populated::-webkit-select-placeholder {
    color: transparent;
  }
  .cryptoform label select::-moz-placeholder, .cryptoform label select.populated::-moz-placeholder {
    color: transparent;
  }
  .cryptoform label select:-ms-select-placeholder, .cryptoform label select.populated:-ms-select-placeholder {
    color: transparent;
  }
  .cryptoform label select::-ms-select-placeholder, .cryptoform label select.populated::-ms-select-placeholder {
    color: transparent;
  }
  .cryptoform label select::placeholder, .cryptoform label select.populated::placeholder {
    color: transparent;
  }
  .cryptoform label select + span, .cryptoform label select.populated + span {
    opacity: 1;
    top: 10px;
  }

  .cryptoform label span {
    color: #000;
    font: 15px mulibold;
    position: absolute;
    top: 0px;
    left: 20px;
    opacity: 0;
  }
  .cryptoform .labeltwo span {
    color: #000;
    font: 15px mulibold;
    position: absolute;
    display: inline-block;
    top: 20%; left: 50%;
    transform: translate(-50%, -50%);
  }

  .soli::placeholder{
    color: #ccc;
    text-align: center;
  }

  .soli {
    padding: 30px; 
    font: 20px muliregular;
  }

  .cell {
    border: 1px solid #000;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    height: 84px;
    border-radius: 6px;
  }

/* ------------------------
    Exchanger Form
------------------------*/

.timeline ul{
	list-style-type:none;
	border-left:1px solid #094a68;
  padding:10px 5px;
  margin-bottom: -5px;
  margin-left: 40px;
}
.timeline ul li{
	padding:5px 5px;
	position:relative;
	cursor:default;
	transition:.5s;
}
.timeline ul li span{
	padding:2px 5px;
	font-size:15px;
  text-align:center;
  font: 20px mulibold;
  font-size: 15px;
}
.timeline ul li:before{
	position:absolute;
	content:'';
	width:10px;
	height:10px;
	background-color:#000;
	border-radius:50%;
	left:-11px;
	top: 12px;
	transition:.5s;
}

.change-icon {
  float: right;
  height: 20px;
  width: 33px;
  cursor: pointer;
}

.exchanger {
  margin-left: 7%;
  margin-right: 7%;
}

.important {
  border-bottom: 2px dotted blue;
}

.note-form {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 5px;
  margin-bottom: 5px;
  font: 15px mulilight;
}

.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.rotate.down {
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

/* ------------------------
    Accordion
------------------------*/

.accordion .card .accor-title .text-dark:before {
	content: '-';
	font-size: 1.5rem;
	position: absolute;
  right: 0px;
  color: #FAA400;
  text-shadow: 2px 2px rgba(54, 54, 54, 0.33);
}
.accordion .card .accor-title .collapsed:before {
  content: '+';
  font-size: 1.5rem;
}

.accor-body {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 5px;
  box-shadow: 3px 3px 5px 0px rgba(54, 54, 54, 0.33);
  background-color: white;
}

/* ------------------------
    Select
------------------------*/

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 130px;
  padding: 0 84px 0 22px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  background: #5c9cd8;
  border-radius: 4px;
  cursor: pointer;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all 0.4s ease-in-out;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}

.center {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ------------------------
    Tooltip
------------------------*/

.hasTooltip { 
  overflow: visible !important;
  position:relative;
 }

.hasTooltip .tip {
  display:block;
  background: #fff; 
  color: #717171;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size:inherit; 
  font-style:normal;
  line-height: 1rem;
  text-align:left;
  padding: 8px 16px;
  border-radius:4px;
  margin-bottom:5px;
  pointer-events: none;
  position: absolute;
  bottom: 100%; left: 50%; transform: translateX(-50%);
  opacity: 0;
  transition: opacity .34s ease-in-out;
  white-space: pre-line;
  z-index:99;
  width: 190%;
}

.hasTooltip .tip:after {
  border-left: solid transparent 6px;
  border-right: solid transparent 6px;
  border-top: solid #333 6px;
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0; }

.hasTooltip:focus .tip,
.hasTooltip:hover .tip {
  opacity: 1;
  pointer-events: auto; }

/*right*/
.hasTooltip.tooltip-right .tip {
  bottom: auto; left: 100%; top:50%; transform: translateY(-50%);
  margin-bottom:0; 
  margin-left:5px; }

.hasTooltip.tooltip-right .tip:after {
  border-left: 0;
  border-top: solid transparent 6px;
  border-bottom: solid transparent 6px;
  border-right: solid #333 6px;
  bottom:auto; 
  left: -4px;
  top:50%;
  margin-left: 0; 
  margin-top: -6px; }


/*bottom*/
.hasTooltip.tooltip-bottom .tip {
  margin-top:5px; 
  bottom:auto; 
  top: 100%; left: 50%; transform: translateX(-50%);
}
.hasTooltip.tooltip-bottom .tip.leer {
  width: 330%;
}
.hasTooltip.tooltip-bottom .tip:after {
  border-top:0;
  border-left: solid transparent 6px;
  border-right: solid transparent 6px;
  border-bottom: solid #fff 6px;
  top: -4px; 
  content: "";
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0; }

/*left*/
.hasTooltip.tooltip-left .tip {
  bottom: auto; right: 100%; left:auto; top:50%; 
  transform: translateY(-50%);
  margin-bottom:0; 
  margin-right:5px; }

.hasTooltip.tooltip-left .tip:after {
  border-right: 0;
  border-top: solid transparent 6px;
  border-bottom: solid transparent 6px;
  border-left: solid #333 6px;
  bottom:auto; 
  left: 100%;
  top:50%;
  margin-left: -1px; 
  margin-top: -6px; }

/* ------------------------
    Footer
------------------------*/

.size-links {
  font-size: 17px;
}


/* ------------------------
    Modals
------------------------*/

.tabber {
  position: relative;
  width: 100%;
  max-width: 768px;
}
.tabber .tabs {
  display: flex;
  padding: 0px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 992px) {
  .bancos .tabber .tabs { 
  margin-left: 0px; }
}

@media screen and (min-width: 992px) {
  .bancos .tabber .tabs { 
  margin-left: 50px; }
}

.tabber .tabs li {
  list-style: none;
}
.tabber .tabs li:not(:first-child) {
  margin-left: 0.5rem;
}
.tabber .tabs li .first-tab {
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  background-color: #fff;
  color: #2F2CD8;
  border-radius: 4px;
  font-size:13px;
  border: 2px solid #2F2CD8;
  font-weight: bold;
  padding: 0.75rem 1rem;
  font-family: 'mulibold';
}
.tabber .tabs li.active .first-tab {
  background-color: #FAA400;
  border-radius: 4px;
  border: none;
  color:#fff; 
  font-size:13px; 
  -webkit-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); 
  -moz-box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53); 
  box-shadow: 2px 3px 7px 0px rgba(0,0,0,0.53);
  font-weight: bold;
  padding: 0.8rem 1rem;
  font-family: 'mulibold';
}

@media screen and (max-width: 992px) {
  .tabber .tabs li .pay-tab {
    display: block;
    border: none;
    width: 80px;
    height: 45px;
    margin-right: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 992px) {
  .tabber .tabs li .pay-tab {
    display: block;
    border: none;
    width: 94px;
    height: 45px;
    margin-right: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.tabber .tabs li.active .pay-tab {
  border: none;
  border-bottom: 1px solid #000;
}

.tabber .tab-panel:not(.active) {
  display: none;
}

.modal-card {
  background-color:rgba(0, 0, 0, 0);
  border: none;
}

.btn-bcp {
  background-image: url(/assets/img/bcp.png);
}
.btn-interbank {
  background-image: url(/assets/img/interbank.png);
}
.btn-bbva {
  background-image: url(/assets/img/bbva.png);
}
.btn-scotiabank {
  background-image: url(/assets/img/scotiabank.png);
}

@media screen and (max-width: 992px) {
  .btn-res {
    font-size: 12px;
    padding: 5.6px 6px;
  }
}

/* ------------------------
    Precios USD - PEN
------------------------*/

.box{
  display: none;
}

/* ------------------------
    Popup Venta
------------------------*/
.formbuy {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.formbuy input {
  font: 16px muliregular;
  padding: 10px;
  height: 35px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.formbuy input::placeholder{
  color: #ccc;
}

/* ------------------------
    Popup Compra
------------------------*/

.formsell {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.formsell input {
  font: 16px muliregular;
  padding: 10px;
  height: 35px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.formsell input::placeholder{
  color: #ccc;
}

.nowallet {
  margin-bottom: 2px;
  margin-top: -12px;
  font-size: 13px;
}

/*Backrgound Apolo*/
.bg-apolo {
  background: url(https://my.apolobit.com/images/background/background.png);
}