/** GENERAL STYLE */

body {
    font-family: 'Nunito', 'Sans-Serif';
    background: #ffffff;
}

.vh-10 {
    min-height: 10vh;
}

.vh-20 {
    min-height: 20vh;
}

.vh-25 {
    min-height: 25vh;
}

.vh-30 {
    min-height: 30vh;
}

.vh-40 {
    min-height: 40vh;
}

.vh-50 {
    min-height: 50vh;
}

.vh-60 {
    min-height: 60vh;
}

.vh-70 {
    min-height: 70vh;
}

.vh-75 {
    min-height: 75vh;
}

.vh-80 {
    min-height: 80vh;
}

.vh-90 {
    min-height: 90vh;
}

.vh-100 {
    min-height: 100vh;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-250 {
    padding-top: 250px;
}

.pt-300 {
    padding-top: 300px;
}

.pt-350 {
    padding-top: 350px;
}

.pt-400 {
    padding-top: 400px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-300 {
    padding-bottom: 300px;
}

.pb-350 {
    padding-bottom: 350px;
}

.pb-400 {
    padding-bottom: 400px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-250 {
    margin-top: 250px;
}

.mt-300 {
    margin-top: 300px;
}

.mt-350 {
    margin-top: 350px;
}

.mt-400 {
    margin-top: 400px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-250 {
    margin-bottom: 250px;
}

.mb-300 {
    margin-bottom: 300px;
}

.mb-350 {
    margin-bottom: 350px;
}

.mb-400 {
    margin-bottom: 400px;
}

.medium-height {
    min-height: 50vh;
}

.bg-blue {
    background: #2f69a9;
}

.color-blue {
    color: #2f69a9 !important;
    font-weight: bold;
}

.bg-blue2 {
    background: #2e629b;
}

.color-blue2 {
    color: #2e629b;
}

.bg-blue3 {
    background: #255d9a;
}

.color-blue3 {
    color: #255d9a;
}
  
.bg-green {
    background: #41b6ae;
}

.color-green {
    color: #41b6ae !important;
}

.bg-green2 {
    background: #41c4bc;
}

.color-green2 {
    color: #41c4bc;
}

.bg-aqua {
    background: #45a8df;
}

.color-aqua {
    color: #45a8df;
}

.bg-white {
    background: #fff;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #303030;
}

a:hover {
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.headers {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}

/** END GENERAL STYLE */

/* FONT SIZE COOKIES */

.cookie-consent__message{
    font-size: 0.8em;
}




/* CONTACT FORM RECAPTCHA V3 */
.grecaptcha-badge { visibility: hidden; }




/* MENU MOSAICO */

.menu-box .box {
    height: 163px;
}

.menu-box #logo {
    max-width: 95%;
    max-height: 95%;
}

.menu-box .box .icon {
    height: 70px;
    margin-bottom: 10px;
}

.menu-box .box .info {
    margin: 0 auto;
    max-width: 120px;
    color: #ffffff;
}

.arrow-bottom img {
    height: 40px;
}

.menu-box .box-active, .menu-box .box:hover {
    opacity: 0.8;
}

.h3-titulo {
    font-size: 30px;
}

@media (min-width: 768px){
    .menu-box.seven-cols .col-md-1,
    .menu-box.seven-cols .col-sm-1,
    .menu-box.seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
    .menu-box.seven-cols .col-md-1,
    .menu-box.seven-cols .col-sm-1,
    .menu-box.seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex:none !important;
  }
}
 
@media (min-width: 1200px) {
  .menu-box.seven-cols .col-md-1,
  .menu-box.seven-cols .col-sm-1,
  .menu-box.seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex:none !important;
  }
}

/* END MENU MOSAICO */


/* FOOTER */

footer{
    background-image: url('../../img/home/background_footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

/* END FOOTER */

.panel textarea {
    min-height: 200px !important;
}

