@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
  }
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
#home {
    background: url(../img/bg_01.jpg) no-repeat bottom;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color:#fff;
    font-weight: 400;
    font-size: 18px;
}
#home h1 {
    font-size: 65px;
    font-weight: 500;
}
h2 {
    color: #8D99AF;
    font-weight: 400;
    font-size: 30px;
}
.navbar-brand {
    background: url(../img/logo.svg) no-repeat;
    width: 300px;
    height: 160px;
}
header {
    background: transparent;
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
}
.bg-light {
    background: transparent !important;
    padding: 0;    
}
.bg-light a {
    color:#fff !important;
}
.navbar-nav.ml-auto {
    margin-top: -30px;
}
input.btn-send,
.btn-red {
    background: rgb(239,35,60);
    background: linear-gradient(180deg, rgba(239,35,60,1) 57%, rgba(178,23,36,1) 57%, rgba(239,35,60,1) 100%);
    border-radius: 50px;
    color:#fff;
    padding: 5px 45px;
}
#politicas {
    background: rgb(237,242,245);
    background: linear-gradient(180deg, rgba(237,242,245,1) 0%, rgba(218,225,231,1) 73%, rgba(141,153,175,1) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 190px;
    padding-top: 45px;
}
#politicas .col-md-5 {
    border-bottom: #8D99AF solid 1px;
    padding-bottom: 45px;
    padding-top: 45px;
}
#products {
    background: #edf2f5;
    min-height: 100vh;
    padding: 65px 0px;
}
.nav-tabs {
    border-bottom: none !important;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
img.card-img-top {
    width: 100%;    
}
.img-50 {
    width: 100px;
    margin-right: 25px;
}
.d-flex {
    display: flex;
    align-items: center;        
}
.left {
    background: url(../img/left.svg) no-repeat left center;
    background-size: 65px;
}
#contacto {
    background-color: #2B2D42;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
#contacto h2 {
    color:#fff;
    font-size: 38px;
}
.no-gutter {
    padding: 0;
}
.mrgnt {
    margin-top: -187px;
}
.contactforms {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
label {
    color: #fff;
    font-size: 13px;
}
input {
    border-radius: 50px;
    height: 30px;
    width:340px;
    border: none;
}
textarea {
    border-radius: 30px;
    border: none;
    height: 60px;
    width: 340px;
}
.white {
    color: #fff;    
    border-top: solid #000 1px;
    padding-right: 25px;
    padding-top: 30px;
}
.mobile {
    display: none;
}
.nav-tabs .nav-link {
    background: #fff;
    box-shadow: #0000002a 3px 4px 3px 3px;
    padding: 20px 35px;
    border-radius: 0;
    margin-left: 15px;
}
.nav-tabs .nav-link:focus {
    outline: none;
}
.flexed {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 45px;
    margin-bottom: 45px;
}
.flexed img {
    width: 10%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: red 5px solid;
    border-left: 0 !important; 
    border-top: 0 !important;
    border-right: 0 !important;
    }
@media (max-width: 991px) {

    button.navbar-toggler {
        background: rgb(239,35,60);
        background: linear-gradient(180deg, rgba(239,35,60,1) 57%, rgba(178,23,36,1) 57%, rgba(239,35,60,1) 100%);
        margin-right: 20px;
    }
    ul.navbar-nav.ml-auto {
        background-color: #2B2D42;
        text-align: center;
        padding: 90px 0px;
    }

}
@media (max-width: 767px) {
    #home h1 {
        font-size: 34px;
    }
    #home {
        padding: 0px 20px;
    }
    .row.left {
        background-image:  none;
    }
    .contactforms {
        display: flex;
        align-items: center;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block !important;
        width: 80%;
        margin-top: -100px;
        margin-left: 10%;
        margin-bottom: 30px;
    }
    .flexed img {
        width: 33%;
    }
    .navbar-brand {
        background: url(../img/logo.svg) no-repeat;
        width: 240px;
        height: 160px;
    }
    .nav-tabs .nav-link {
        background: #fff;
        box-shadow: #0000002a 3px 4px 3px 3px;
        padding: 8px 8px;
        border-radius: 0;
        margin-left: 5px;
        font-size: 10px;
    }
}