
@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');


body{
	font-family:"Nunito", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #8492a6;
	line-height: 1.7em;
	padding: 0;
}
body .boxed {
	margin: 30px;
	overflow: hidden;
	border:solid 1px #eee;
}

body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light.transparent {
    background: rgba(255, 255, 255, 0.0);
}

header.header-light{
    background-color: transparent;
    z-index: 20;
    position: fixed;
    width: 100%;
}

/* header .container{
    min-width: 1200px;
} */

nav #logo{
    display: inline-block;
    height: 100%;
    line-height: 60px;
}

.navbar{
    padding:0px;
}


#mainmenu {
    display: inline-block;
    margin: 0 auto;
    float: none;
    padding-right: 20px;
    height: 70px;
}

.navbar-toggler {
    border-color: transparent;
  } 

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-nav > li{
padding-left:20px;
padding-right:20px;
}

.navbar-nav > li > a{
    display: inline-block;
    padding: 30px 18px;
    padding-top: 15px;
    color: #222;
    text-align: center;
    outline: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    }
.navbar-fixed-top{
    background-color: transparent;
}

.navbar-fixed-top.scrolled {
    background-color: rgb(252, 252, 252) !important;
    transition: background-color 200ms linear;
    }

#menu-btn {
    display: none;
    float: right;
    margin-top: -3px;
    width: 32px;
    height: 32px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-left: 20px;
}

#menu-btn:before {
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 20px;
}

#mainmenu li {
    margin: 0px 0px;
    padding: 0px 0px;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}


#logo a img{
    width: 200px;
padding-left: 10px;
}

header.header-mobile.header-light #menu-btn {
    color: #222;
}

.sticky {
    position: fixed;
    background-color:white!important;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  /* .sticky + .content {
    padding-top: 102px;
  } */
.navbar-nav li .btn-contact{
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

a.btn-custom, a.btn-custom:active, a.btn-custom:focus, a.btn-custom:visited, .btn-custom {
  color: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 10px 20px;
  min-width: 120px;
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  font-size: 17px;
  background: #01b582;
}

.contact{
  color: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 10px 20px;
  min-width: 120px;
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  font-size: 17px;
  background: #007bff;
  border: none;
}

section {
    padding: 90px 0 90px 0;
    position: relative;
    z-index: 0;
}

h1, h2, h4, h3, h5, h6, .h1_big, .h1, .h2, .h3, .h4, .h5, .h6, footer.footer-light h5 {
    margin-top: 0;
    font-family: "Nunito";
    font-weight: bold;
    color: #35404e;
}

.id-color {
    color: #01b582;
}

h1, .h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 56px;
    letter-spacing: -1px;
}

p.lead {
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 600;
}

.spacer-20 {
    width: 100%;
    height: 20px;
    display: block;
    clear: both;
}

/* COMO ENTRAR SECTION */

.hero{
padding-top: 120px;
margin-top:-120px;
background-image: url("../images/background/1.png");
background-repeat: no-repeat;
background-position: 100%;
}

h2 {
    display: inline-block;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
}

h4{
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-bottom: .5rem;
    line-height: 1.2;
}

i {
    display: inline-block;
}

.feature-box.f-boxed {
    overflow: none;
    padding: 50px;
    background: white;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
}

.feature-box.style-3 {
    position: relative;
    overflow: hidden !important;
}

.feature-box.f-boxed .text {
    color: rgba(24, 56, 116, 0.932);
    font-family: 'Roboto', sans-serif;
}

.feature-box.style-3 i {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    padding: 14px 0;
    width: 56px;
    height: 56px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #01b582;
}

.feature-box i.i-circle {
    border-radius: 60px;
    height: 100%;
    width: 100%;
}

.feature-box i {
    font-size: 40px;
    margin-bottom: 20px;
}

.feature-box.f-boxed:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background: white!important;
}

/* VIDEO */

.d-none {
    display: inline !important;
}

video {
    width: 100%;
    /* min-width: 50%; */
    max-width: 450px;
    height: 800px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    outline: none;
    
}

#ofc video {
    object-fit: fill;
  }

/* FAQ */

.accordion-style-1 {
    overflow: visible;
    width: 100%;
}

.accordion-style-1 .card {
    margin-bottom: 20px;
    border: none;
    -webkit-box-shadow: 8px 8px 50px 0px rgba(0,0,0, 0.1);
    -moz-box-shadow: 8px 8px 50px 0px rgba(0,0,0, 0.1);
    box-shadow: 8px 8px 50px 0px rgba(0,0,0, 0.1);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.text-dark {
    color: rgb(1 29 113) !important;
    font-size: 20px;
    padding-left: 50px;
}

.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #fe2b49;
    position: absolute;
    top: calc(50% - 1px);
    left: 1rem;
    display: block;
    transition: all 0.3s;
}

.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #fe2b49;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.card {
    color: black;
}

.tab-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-content>.active {
    display: flex;
    justify-content: center;
}

.card .tab-pane .taxa-img {
    width: 40%;
}

.tab-content .tab-pane {
    padding: 0 15px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}


.carousel-cell {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    /* display: flex; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.carousel-cell.is-selected img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: none;
    filter: none;
}

.carousel-cell img {
    display: block;
    max-height: 100%;
  }

.card .tab-pane img {
    width: 40%;
    padding: 5px;
    height: auto;
}

.center-div {
    display: flex;
    width: 100%;
    padding: 0 15px;
    justify-content: center;
}

a.text-dark:focus, a.text-dark:hover {
    text-decoration: none;
}

/* Feedback */

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    
}

.owl-dots button {
    border: none;
    outline: none;
    padding: 0;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background:#fe2b49;
}

/* FOOTER*/
.pb30 {
    padding-bottom: 30px;
}

.pt30 {
    padding-top: 30px;
}

.mt10 {
    margin-top: 10px;
}
.social-icons {
    display: inline-block;
}

.social-icons i {
    text-shadow: none;
    color: #fff;
    padding: 12px 10px 8px 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    margin: 0 5px 0 5px;
    background:rgb(0, 123, 255);
}
 
.hero-h1{
    color: white;
}

.footer-margin{
    padding:15px
}
  
.dropbtn {
    align-items: left;
    background-color: transparent;
    color: #222;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    align-items: left;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    align-items: left;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .band{
    padding-top: 15px;
    position: fixed;
    top: 0;
    min-height: 75px;
    display: flex;
    justify-content: right;
    align-items: center;
  }