
* {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #3E3E3E;
}

h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
}

h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    color: #000000;
}

a{
    text-decoration: none;
}

nav ul li.page-item {
    border-color: #F06165;
}
.navbar .navbar-nav li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #7E7E7E;
}

/*
input[type="text"], input[type="password"], input[type="email"], textarea{
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 3s;
}
input[type="text"]:focus{
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"], input[type="password"], input[type="email"], textarea{
    padding-left: 40px;
}
.inputWithIcon{
    position: relative;
}
.inputWithIcon img{
    position: absolute;
    left: 0;
    top: 12px;
    padding: 9px 8px;
}
*/
.inputIconEmail{
    position: relative;
}
.inputIconEmail img{
    position: absolute;
    right: 0;
    top: 35px;
    padding: 9px 8px;
}
.cardContact{
    background: #F7F7F7;
    border: 1px solid #DADCE0;
    box-sizing: border-box;
    border-radius: 8px;
}
.btnSubmit{
    width: 100%;
    height: 50px;
    background: #E01A21;
    border-radius: 8px;
    border: 0px solid #E01A21;
    color: white;
}
.btnSubscribe {
    width: 106px;
    height: 50px;
  
    background: #E01A21;
    color: #FFFFFF;
    border: 1px solid #E01A21;
    border-radius: 0px 5px 5px 0px;
}

input.subscribe {
    width: 295px;
    height: 50px;
   
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #DADCE0;
    border-radius: 5px 0px 0px 5px;
}

.inputIconSubscribe input[type="text"]{
    padding-left: 40px;
}

.inputIconSubscribe{
    position: relative;
}
.inputIconSubscribe img{
    position: absolute;
    left: 0;
    top: 17px;
    padding: 9px 8px;
    margin-right: 15px;
}

.bannerprivacy {
    background-color: #F7F7F7;
    height: 100px;
    padding: 15px;
}