/*BODY*/
html, body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #868686;
    background: #ffffff;
    word-wrap: break-word;
}
@media (max-width: 767px){
    body{
        font-size: 14px;
    }
}

a{
    word-wrap: break-word;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}
.no-padding{
    padding: 0;
}
.rowflex{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.contentwrapper{
    position: relative;
    overflow: hidden;
}


/*-----------------------INTER HEADER-------------------*/
.section_logo{
    text-align: center;
    padding: 15px 0;
}
/*.logo_main{
    height: 78px;
}*/
.logo_main img{
    width: 100%;
    max-width: 200px;
}
.logo_main a{
    color: #000;
    font-weight: 700;
}
.logo_main a span.fa-whatsapp{
    color: #55b500;
    font-size: 30px;
    vertical-align: middle;
}
.logo_main a span.fa-envelope{
    color: #009c75;
    line-height: 0;
    font-size: 30px;
    vertical-align: middle;
}
.list_nav{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    /*width: 80%;*/
    margin: 0 auto;
    justify-content: center;
    background: #003256;
}
.list_nav img{
    width: 100%;
    max-width: 30px;
    display: block;
    margin: 0 auto;
}
.list_nav>li{
    width: 20%;
    padding: 15px 0;
    position: relative;
}
.list_nav>li>a{
    display: block;
    color: #fff;
    font-weight: 700;
    transition: all ease 500ms;
}
.list_nav>li>a:hover, .list_nav>li>a.active{
    color: #009c75;
    transition: all ease 500ms;
}
.list_nav>li>a p{
    margin-bottom: 0;
    text-align: center;
    padding-top: 10px;
}
.list_nav>li>a p>span{
    color: #000;
    font-weight: 700;
}
/*MENU DESPLEGABLE
.list_nav li > ul {
    border-top: 2px solid #ff5300;
    position: absolute;
    width: 200px;
    top: 120%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 0;
    z-index: -9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #1b1b1b none repeat scroll 0 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}
.list_nav li:hover ul {
    visibility: visible;
    z-index: 9;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
.list_nav li ul>li a{
    display: block;
    text-align: left;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    z-index: 11;
    text-decoration: none;
    position: relative;
}
.list_nav li ul>li:before{
    content: "";
    position: absolute;
    top: 55%;
    left: -19%;
    width: 0%;
    height: 0%;
    background-color: #fff;
    z-index: -1;
    transition: all ease 500ms;
}
.list_nav li ul>li:hover a {
    color: #ff5300;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .logo_main a span{
        font-size: 15px !important;
    }
    .logo_main a b{
        display: none;
    }
}

/*BOTON HAMBURGUESA*/
.logo_main{
    position: relative;
    z-index: 1;
    /*height: 54px;*/
}
.menu-fixed .c-hamburger {
    transition:  all ease 500ms;
}
.toggle-bar{
    display: block;
}
.c-hamburger {
    position: fixed;
    overflow: hidden;
    top: 0px;
    right: 30px;
    width: 35px;
    height: 78px;
    font-size: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    background-color: rgba(64, 40, 40, 0);
    outline: none;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    z-index: 999999999999999;
}

.c-hamburger span {
    display: block;
    position: relative;
    left: 0px;
    right: 0px;
    height: 4px;
    background: #282828;
    transition: background 0s 0.3s, top 0.1s;
    top: -12px;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 10px;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    top: 10px;
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,  .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}
.c-hamburger span::before{
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #282828;
    content: "";
}
 .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #282828;
    content: "";
}

 .c-hamburger span::before {
    top: 10px;
}
 .c-hamburger span::after {
    bottom: -20px;
}

 .c-hamburger--htx span::before,  .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

 .c-hamburger--htx span::before {
    transition-property: top, transform;
}
 .c-hamburger--htx span::after {
    transition-property: bottom, transform;
}
.toggle-bar:focus {
    outline: none;
    background-color: rgba(42, 183, 169, 0);
}
#main-over1{
    display: none;
}
.is-active{
    position: fixed;
}

/*END BOTON HAMBURGUESA*/

/*MENU FIXED*/
.menu_fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
/*END MENU FIXED*/


@media(max-width: 991px){
    .logo_main {
        position: absolute;
        width: 100%
    }
    .menu_fixed2{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
        background: #fff;
    }
    .logo_main img {
        max-width: 190px;
    }
}
/*---------------------END TOP HEADER LOGO-----------------*/


/*-----------------INTER FOOTER-----------------*/
.back-derechos{
    background: #060606;
    color: #474747;
    padding: 10px 0;
    border-bottom: 5px solid #323232;
}
.back-derechos p{
    margin-bottom: 0;
}
.empresa{
    color: #009c75;
    font-weight: 600;
}
.list_redes_foot{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_redes_foot>li{
    display: inline-block;
    margin: 0 15px;
    text-align: center;
}
.list_redes_foot>li>a{
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
}
.ir-arriba {
    display: none;
    padding: 10px;
    color: #f5f5f5;
    background: #009c75;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    z-index: 5;
    bottom: 0;
    right: 20px;
    width: 39px;
    margin: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.sect_infofoot{
        background: #003256;
    padding: 30px 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.list_redes{
    padding: 30px 0;
}
.box_footer .box_header h3{
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}
.list_info{
    list-style: none;
    padding-left: 0;
}
.list_info>li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.list_info>li>span{
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    text-align: center;
    line-height: 0;
}
.list_info>li:nth-child(2) h5,
.list_info>li:nth-child(3) h5{
    display: inline-block;
    margin: 0;
    margin-right: 5px;
}
.list_info>li:nth-child(2) p,
.list_info>li:nth-child(3) p{
    display: inline-block;
    margin: 0;
} 
.list_info>li p>a{
    color: #fff;
}
