@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&display=swap');

:root {
    --mazeron-font : "Rubik" !important;
}

body {
    font-family: var(--mazeron-font);
}

.bg-light {
    background-color: #fff !important;
}


.bg-primary-darker {
    background-color: #0D47A1;
}

.navbar-gray a {
    color: #000 !important;
    font-weight: 500;
}
.navbar-dark a {
    color: #fff !important;
    font-weight: 500 !important;
}

.card {
    border: 0px solid #fff !important;
}

.card-body {
    padding: 2rem 0rem !important;
}

.btn-primary {
    background-color: #0C4091 !important;
    border-color: #0C4091 !important;
    border-radius: 0px ;
}

.card-title {
    color: #333333 !important;
}

.card-text {
    color: #999999 !important;
}

.two-text {
    color: #ffffff !important;
}

.card-a {
    text-decoration: none;
    color: #ffffff !important;
    padding: 2%;
    border-radius: 2px !important;
    width: 70%;
    font-size: 16px;
}

.navbar-gray .navbar-toggler {
    color: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255, 255);
}


.navbar-toggler:focus {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255) !important;
    border: 0px solid #fff !important;
    outline: none !important;
    box-shadow: none;
}

.navbar-gray .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mazeron-nav .nav-item {
}

.mazeron-nav .nav-item a {
    font-weight: 500;
    font-size: 15px;
    transform: color, font-weight 0.4s;
    width: 100%;
}

.mazeron-nav .nav-item a:hover + .bottom {
    color: rgb(255, 253, 253) !important;
    display: block !important;
}
 
.mazeron-nav .nav-item a:active {
    color: rgb(252, 252, 252) !important;
}

.bg-dark {
    background-color: #0D47A1  !important
}

.bg-primary {
    background-color: #0C4091  !important
}

.navbar-primary {
    color: rgb(153, 124, 124) !important;
}

.bg-gray {
    background-color: #333333 !important;
}

.regular {
    font-weight: 400 !important;
}

.bold {
    font-weight: bold !important;
}

.ref-box img {
    width: 50%;
    height: 50%;
}

.topbar {
    border-bottom: 1px solid #00000041;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.mobile-menu {
    color: #fff;
}

.navbar-desk {
    height: 110px !important;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

@media only screen and (max-width: 600px) { 
    .navbar-desk {
        height: 110px !important;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

.btn-yellow {
    background-color: #fcfcf9 !important;
    border-color: #ffffff !important;
    color: #333333;
    border-radius: 20px !important;
}

.mobile-nav a {
    font-weight: 500;
    font-size: 30px !important;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #1a52ad; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    font-weight: 500;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

.form {
    padding-top: 5%;
    padding-left: 1%;
}

.form p {
    padding-top: 3%;
}

input:focus {
    border:2px solid #0D47A1;
    box-shadow: none !important;
}

textarea:focus {
    border:2px solid #0D47A1;
    box-shadow: none !important;
}


.bg-form {
    padding: 7% 7% 7% 7%;
    background-color: #fafafa !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-image: repeating-linear-gradient(to right,
    #c4e17f 0px, #c4e17f 50px,
    #f7fdca 50px, #f7fdca 100px,
    #fad071 100px, #fad071 150px,
    #f0766b 150px, #f0766b 200px,
    #db9dbe 200px, #db9dbe 250px,
    #c49cdf 250px, #c49cdf 300px,
    #6599e2 300px, #6599e2 350px,
    #61c2e4 350px, #61c2e4 400px);
    background-size: 100% 10px;
    background-repeat:no-repeat;
}

.btn {
    border-radius: 2px !important;
    padding: 3% !important;
}

textarea {
    height: 110px !important;
}

input, textarea {
    border-radius: 2px !important;
}

.pol {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-image: repeating-linear-gradient(to right,
    #c4e17f 0px, #c4e17f 50px,
    #f7fdca 50px, #f7fdca 100px,
    #fad071 100px, #fad071 150px,
    #f0766b 150px, #f0766b 200px,
    #db9dbe 200px, #db9dbe 250px,
    #c49cdf 250px, #c49cdf 300px,
    #6599e2 300px, #6599e2 350px,
    #61c2e4 350px, #61c2e4 400px);
    background-size: 100% 10px;
    background-repeat:no-repeat;
    padding-top: 8%;
    padding-bottom: 6%;
}

.pol-2 {
    transition: all 0.4s;
    padding-right: 10% !important;
}

.pol-2:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.pol-3 {
    transition: all 0.4s;
    padding-right: 10% !important;
}

.pol-3:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.form-control {
    background-color: rgb(255, 255, 255) !important;
    border: 2px solid rgb(223, 222, 226) !important;
    padding: 3% 3% 3% 3% !important;
    border-radius: 5px !important;
}

.form-control:focus {
    border: 2px solid #0C4091 !important;
}

.form-control {
    background-color: rgb(255, 255, 255) !important;
    border: 2px solid rgb(223, 222, 226) !important;
    padding: 3% 3% 3% 3% !important;
    border-radius: 5px !important;
}

.form-control:focus {
    border: 2px solid #0C4091 !important;
}

.form button {
    border-radius: 7px !important;
}

.form-box p {
    padding: 3% 15% 5% 0%;
}

.form-box {
    margin-top: 20% !important;
}

.boas {
    border-radius: 4px;
    border: 1px solid #0d48a152 !important;
    background-color: #fafafadc !important;
    width: 20%;
    padding: 1% 1% 1% 1%;
    font-size: 15px;
    text-align: center;
    color: #000;
    margin-bottom: 5%;
}

.bg-black {
    background-color: #202020 !important;
}

.bolaer {
   width: 100% !important;
   height: 100% !important;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
  
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
  
.icon-bar a:hover {
    background-color: #000;
}
  
.facebook {
    background: #3B5998;
    color: white;
}
  
.whatsapp {
    background: #49f065;
    color: white;
}
  
.google {
    background: #dd4b39;
    color: white;
}
  
.linkedin {
    background: #007bb5;
    color: white;
}
  
.instagram {
    background: #e61549;
    color: white;
}

