@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');
body, html{
    margin: 0;
    padding: 0;
}
body{
   font-family: 'Poppins', sans-serif;
    font-size: 14px;color: #fafafa;background: #ffffff;word-wrap: break-word;
}
b, strong{
    font-weight: 600;
}
/*MENU MAIN*/
.navbar_main{
    width: 100%;
    background: #Fff;
    z-index: 12;

}
.navbar_content #navbarNavDropdown{
    position: relative;
}
.logo_main{
    position: absolute;
    left: 0;
    top: 0;
}
.logo_main img{
    width: 100%;
    max-width: 179px;
    background: #1ec8f3;
}
.navbar_content{
    padding: 10px;
    margin: 0px 300px 0px 0px;
}
.navbar_content #navbarNavDropdown .navbar-nav>li>a{
    color: #212121;
    display: block;
    padding: 35px 20px;
    position: relative;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
}
.navbar_content #navbarNavDropdown .navbar-nav>li>a:before{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #1ec8f3;
    transition: all ease 500ms;
}
.navbar_content #navbarNavDropdown .navbar-nav>li.active>a:before{
    bottom: 0px;
}
.navbar_content #navbarNavDropdown .navbar-nav>li>a:hover:before{
    bottom: 20px;
    transition: all ease 500ms;
}
.redes_menu{
    position: absolute;
    top: 50%;
}
.redes_menu span{
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    background: #1ec8f3;
    line-height: 41px;
    border-radius: 50%;
    font-size: 22px;
    color: #000;
    transition: all ease 500ms;
}
.redes_menu span>a{
    display: block;
    border-radius: 50%;
    color: #000;
}
.redes_menu span:hover{
    background: #fff;
    transition: all ease 500ms;
}
.logo_mobile{display: none;}
@media(max-width: 991px){
    .logo_main,.redes_menu{
        display: none;
    }



    .navbar_content .navbar-collapse{
        background: #fff;
    }
    .navbar_content #navbarNavDropdown .navbar-nav>li>a {
        color: #212121;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        background: #1ec8f3;
    }
    .logo_mobile{
        display: block;
    }
    .logo_mobile img{
        width: 100%;
        max-width: 150px;
        object-fit: contain;
    }
}

/*NAVBAR FIXED*/
.head-navfixed{
    position: fixed;
    top: 0;
}
/*INTER FOOTER*/
.sect_foot_info{
    border-top: 1px solid #fff;
    background: #1ec8f3;
    padding: 50px 0;
}
.box_foot .box_head h4{
    color: #000;
    font-weight: 600;
    font-size: 17px;
}
.box_foot .box_body p{
    color: #fff;
}
.box_foot .box_body p a{
    color: #fff;
    text-decoration: none;
}
.btn_email{
    display: block;
    border: 2px solid #fff;
    border-radius: 25px;
    text-decoration: none;
    padding: 5px;
    width: 180px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    transition: all ease 500ms;
}
.btn_email:hover,
.btn_email:focus,
.btn_email:active{
    text-decoration: none;
    color: #000;
    background: #fff;
    transition: all ease 500ms;
}
.list_redes_foot{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_redes_foot>li{
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}
.list_redes_foot>li>a{
    display: block;
    border-radius: 50%;
    color: #Fff;
    transition: all ease 500ms;
}
.list_redes_foot>li>a:hover{
    background: #fff;
    color: #000;
    transition: all ease 500ms;
}
.sect_derechos{
    padding: 10px 0;
    background: #0C506E;
}
.sect_derechos p{
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.sect_derechos p span{
    color: #fff;
}
.sect_derechos p a{
    text-decoration: none;
    color: #fff;
}
@media(max-width: 991px){
    .box_foot{
        margin-bottom: 40px;
    }
}

.navbar-nav{
    display:flex;
    flex-direction: row;
    align-items:center;
    gap:0.5rem;
    max-width: 100vh;
    
}

@media(max-width: 992px)
{

    .logo, .logo2
    {
        display: none;
    }

    .navbar-nav
    {
        flex-direction: column;
    }

    .navbar_content
    {
        margin: 15px 0;
        padding: 0;
    }
}