header{
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}
a {
    text-decoration: none;
}
.headerTop{
    background-color: #333333;
    padding: 10px 0;
}
.headerTop p{
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  transition: .5s;
}
.navegationMenu{
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navegationMenu ul li{
    list-style: none;
}
.navegationMenu nav {
    width:600px;
}
.navegationMenu nav ul li a{
    font-size: 11px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.55px;
    text-align: center;
    color: #000000;
}
.navegationMenu nav li:hover a{
    color: #be1e2d;
}
.navegationMenu nav > div > ul > li{
    margin-right: 40px;
    display: inline-block;
}
.navegationMenu nav ul li:last-child{
    margin-right: 0px;
}
.navegationMenu nav > div > ul > li:last-child a{
    border-radius: 3px;
    background-color: #009345;
    color: #ffffff;
    padding: 7px 40px;
}
header .redes li:first-child{
    margin-right: 10px;
}
header .redes li{
    display: inline-block;
}
header .redes{
	margin-bottom: 0;
}
.redes li a{
    color: #b3b3b3;
    font-size: 22px;
}
.redes li a:hover{
    color: #009345;
}
.menu-item-has-children {
    position: relative;
    cursor: pointer;
}
.sub-menu  li a{
    color: #000000 !important;
}
.sub-menu  li a:hover{
    color: #be1e2d !important;
}
.child-trigger i {
    color: #be1e2d;
    font-size: 12px;
}
.child-trigger {
    display: inline-block;
    position: absolute;
    right: -19px;
    width: 10px;
    top: 6px;
    height: 10px;
}
.child-trigger i:before{
    content: "\f078";
    font-family: "Font Awesome 5 Free";
}
.icon-open-menu {
    display:none;
}
.onlyMobile{
    display: none;
}
.phoneIcon{
    display: none;
}
@media(min-width:840px){
    header .logoHeader{
        width: 85px;
        height: auto;
        transition: .5s;
    }
    header.small-header .headerTop p{
        margin: 0;
        transition: .5s;
        font-size: 13px;
    }
    .menu-item-has-children ul {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .4s;
        position: absolute;
        z-index: 10;
        left: -15px;
        background-color: #fff;
        padding: 25px 15px;
        padding-bottom: 15px;
        top: 20px;
        min-width: 250px;
        width: 100%;
    }
    .menu-item-has-children:hover ul {
        opacity: 1;
        visibility: visible;
    }
    header.small-header .logoHeader{
        width: 60px;
        transition: .5s;
    }
}
@media(max-width:840px){
    header{
        position: relative;
    }
    .phoneIcon{
        display:block;
        position: absolute;
        top: 10px;
        left: 15px;
    }
    body.hidden{
        overflow: hidden;
    }
    .onlyMobile{
        display: block;
        margin-top: 30px;
    }
    
    .onlyMobile p{
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        max-width: 180px;
        margin: auto;
    }
    .onlyMobile p strong{
        color: #be1e2d;
    }
    header {
        border-bottom: 1px solid #000000;
    }
    header nav {
        display: none;
        height: 100vh;
        position: absolute;
        top: 41px;
        left: 0;
        z-index: 9;
        background-color: #ffffff;
        overflow: scroll;
    }
    header nav.open {
        display: block;
        margin-top: 10px;
    }
    .sub-menu{
        height: 0;
        overflow: hidden;
    }
    .icon-open-menu {
        display:block;
        height: 30px;
        width: 25px;
        position: absolute;
        right:15px;
        top: 10px;
        cursor: pointer;
    }
    .icon-open-menu span {
        position: absolute;
        height: 2px;
        width: 22px;
        background-color: #be1e2d;
        right: 0;
        top: 50%;
    }
    .icon-open-menu span:before {
        content:"";
        height: 2px;
        width: 17px;
        background-color: #be1e2d;
        display: block;
        position: absolute;
        right: 0;
        top: -6px;
        transition: .5s;
    }
    .icon-open-menu span:after {
        content:"";
        height: 2px;
        width: 17px;
        background-color: #be1e2d;
        display: block;
        position: absolute;
        right: 0;
        bottom: -6px;
        transition: .5s;
    }
    .headerTop, .redes {
        display:none;
    }
    .navegationMenu nav > div > ul > li {
        margin-right: 0px;
        display: block;
        padding: 20px 0;
        border-bottom: solid #e8e8e878 2px;
    }
    .navegationMenu nav > div > ul > li:last-child{
        border: none;
    }
    .navegationMenu nav > div > ul > li:last-child a {
        border-radius: 0;
        background-color: transparent;
        color: #009345;
        padding: 0;
    }
    .navegationMenu nav ul {
        text-align: center;
    }
    .navegationMenu {
        display: block;
    }
    .navegationMenu nav {
        width: 100%;
        padding: 30px 0;
    }
    .menu-item-has-children.active .sub-menu {
        height: auto;
        overflow: hidden;
    }
    .child-trigger {
        right: 15px;
        width: 100%;
        height: 30px;
        top: 20px;
        text-align: right;
    }
    .navegationMenu nav ul li a {
        font-size: 20px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0.55px;
        text-align: center;
        color: #000000;
    }
    .sub-menu li:first-child{
        margin-top: 20px;
    }
    .sub-menu li{
        padding: 10px 0;
    }
    .sub-menu li a {
        color: #6a6969 !important;
        font-size: 17px !important;
    }
    .menu-item-has-children.active .child-trigger i:before {
        content: "\f077";
    }
    .hidden .icon-open-menu span:before {
        width: 22px;
        top: -6px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: .5s;
    }
    .hidden .icon-open-menu span:after {
        width: 22px;
        top: -6px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: .5s;
    }
    .hidden .icon-open-menu span{
        background-color: transparent;
    }
    .logoHeader{
        width: 56.7px;
        margin: auto;
        display: flex;
    }
    .onlyMobile .redes{
        display: block!important;
    }
    header .redes l¡{
        display: inline-block!important;
        border-bottom: none !important;
    }
    header .redes li:last-child{
        border-bottom: none !important;
        display: inline-block!important;
    }
    header .redes li:first-child {
        margin-right: 20px;
        border-bottom: none;
        display: inline-block!important;
    }
    header nav.activeList ul  li {
        opacity: .2;
    }
    .menu-item-has-children, .menu-item-has-children ul li{
        opacity: 1 !important;
    }
    .menu-item-has-children.active{
        border-bottom: none!important;
    }
}