@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
html, body{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.wrapper_content{
    position: relative;
    z-index: 2;
    background: #fff;
}

/**********************MENU DE NAVEGACIÓN****************************/
nav {
    /*border-bottom: solid 1px #efefef;*/
    min-height: 90px;
    /*background: #fff;*/
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

nav .wrap-core-nav-list,
nav .nav-header {
    /*background: #fff;*/
}

nav .brand {
    display: block;
    position: relative;
    width: 225px;
    top: 9px;
}
nav .brand:before{
	content: "";
    position: absolute;
    top: -11px;
    left: -88px;
    background-image: url(../../../../public/img/logo/fondo-logo2.png);
    background-size: 100% 100%;
    width: 420px;
    height: 153px;
}
nav .brand img {
    width: 100%;
    position: relative;
    z-index: 2;
}

nav .menu li a {
    display: block;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    margin: 15px 0px;
    transition: all ease 500ms;
}

nav .menu li > a:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 40px;
    background: #ffc815;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
nav .menu li a:hover:before,
nav .menu li.active a:before{
	bottom: 5px;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

nav button {
    background: transparent;
    border: none;
    outline: none;
}
@media(max-width: 1199px){
    nav .menu li a {
        display: block;
        padding: 20px 11px;
    }
    .btn_whatsapp a{
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    nav .full-container,
    nav .nav-container {
        padding-left: 0;
        padding-right: 0;
    }

    nav .nav-header {
        min-height: 60px;
    }

    nav .nav-header .brand {
        margin: 0 auto 5px;
        float: none;
    }

    nav .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 17px;
        left: 15px;
        color: #ffffff;
    }

    nav .menu li a {
        padding: 10px 10px;
        border-bottom: solid 1px #efefef;
    }

    nav .menu li:last-child a {
        border-bottom: none;
    }
    .wrap-core-nav-list{
        background: #04172a;
    }
}
@media(max-width: 600px){
    nav .brand {
        width: 160px;
    }
    nav .brand:before {
        width: 345px;
        height: 116px;
    }
}
/**/
.index_foot{
    position: relative;
    z-index: 2;
    background: #fff;
}

/*MENU PERSONALIZADO*/
.conten_nav{
	position: absolute;
	width: 100%;
	z-index: 30;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.btn_whatsapp a{
    background: #ffc815;
    border-radius: 10px;
    color: #000 !important;
    font-weight: 800 !important;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_whatsapp a:before{
    display: none;
}
.btn_whatsapp a:hover{
    background: #04172a;
    color: #ffc815 !important;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*MENU FIXED*/
.head-navfixed .core-nav{
	background: #04172a;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}


/*************************** TITLE GENERAL *******************************/
.title_general h2{
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #000;
}
.title_general h2 span{
	color: #666666;
}
.title_general h5{
	text-align: center;
    color: #848484;
    margin-top: 15px;
    font-weight: 300;
}
.hr_title{
	border-top: 5px solid #ffc815;
	width: 50px;
}
@media(max-width: 767px){
    .title_general h2{
        font-size: 25px;
    }
}
/**************************** INTER FOOTER *******************************/
.sect_main{
    background: #04172a;
    padding: 60px 0;
}
.box_foot_contact .box_body{
    margin: 15px 0;
}
.box_foot_contact .box_body .list_redes_foot{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.box_foot_contact .box_body .list_redes_foot>li{
        display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
}
.box_foot_contact .box_body .list_redes_foot>li>a{
    display: block;
    background: #ffd500;
    border-radius: 50%;
    color: #073d80;
}
.box_foot_contact .box_foot{
    margin: 15px 0;
}
.box_foot_contact .box_foot p{
    color: #778498;
    text-align: justify;
    font-weight: 100;
}
.box_foot_enlaces .box_head h4{
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.box_foot_enlaces .box_head h4:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 5px;
    background: #ffd500;
}
.box_foot_enlaces .box_body ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.box_foot_enlaces .box_body ul>li{
    margin-bottom: 5px;
}
.box_foot_enlaces .box_body ul>li>a{
    color: #778498;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_foot_enlaces .box_body ul>li>a:hover{
    color: #ffd500;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_foot_contact .box_head h4{
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.box_foot_contact .box_head h4:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 5px;
    background: #ffd500;
}
.box_foot_contact .box_body ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.box_foot_contact .box_body ul>li{
    margin-bottom: 5px;
}
.box_foot_enlaces .box_body ul>li>a{
    color: #778498;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_foot_enlaces .box_body ul>li>a:hover{
    color: #ffd500;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_contacto{
    background: #01408c;
    padding: 20px 25px;
    margin-top: -20px;
}
.box_contacto .box_head h4{
    color: #ffffff;
}
.box_contacto .contact_info ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.box_contacto .contact_info ul>li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.box_contacto .contact_info ul>li a{
    display: block;
    text-decoration: none;
}
.box_contacto .contact_info ul>li i{
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 20px;
    color: #ffd500;
}
.box_contacto .contact_info ul>li .content{
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}
.box_contacto .contact_info ul>li .content span{
    display: block;
    color: #ffd500;
    font-weight: 700;
    font-size: 14px;
}

.box_contacto .contact_redes ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.box_contacto .contact_redes ul>li{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
}
.box_contacto .contact_redes ul>li a{
    display: block;
    color: #ffffff;
    background: #3ad032;
    border-radius: 50%;
    transition: all ease 500ms;
}
.box_contacto .contact_redes ul>li a:hover{
    color: #3ad032;
    background: #ffffff;
    transition: all ease 500ms;
}
@media(max-width: 991px){
    .logo_foot img{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }
    .box_foot_contact .box_body .list_redes_foot {
        text-align: center;
    }
    .box_foot_contact .box_foot {
        margin: 25px 0;
        margin-bottom: 50px;
    }
}
@media(max-width: 767px){
    .box_foot_enlaces{
        margin-bottom: 50px;
    }
}
@media(max-width: 400px){
    .box_contacto .contact_info ul>li .content {
        font-size: 13px;
    }
}
/**/
.sect_sign{
    background: #04172a;
    padding: 15px 0;
    position: relative;
}
.sect_sign:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(241, 241, 241, 0.2);
}
.sect_sign p{
    color: #778498;
    margin-bottom: 0;
}
.sect_sign p b{
    color: #ffc64c;
}
/**/
.sect_footer_fixed{
    height: 400px;
    background-image: url(../../../../public/img/fondo/bg-footer.jpg);
    background-size: cover;
    background-attachment: fixed;
    
}
.flex_fixed{
        width: 100%;
    height: 400px;
    position: fixed;
    z-index: 1;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_fixed>div:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffd500;
    opacity: .4;
    z-index: -1;
}
.flex_fixed h2{
    font-size: 45px;
    font-weight: 700;
    color: #04172a;
    text-align: center;
}
.btn_contacto{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    color: #000;
    font-weight: 700;
    border: 2px solid #000;
    background: transparent;
    text-decoration: none;
    border-radius: 7px;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_contacto:hover{
    color: #fff;
    background: #04172a;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
@media(max-width: 767px){
    .flex_fixed h2{
        font-size: 35px;
    }
    .btn_contacto {
        max-width: 200px;
    }
}
@media(max-width: 650px){
    .flex_fixed h2 {
        font-size: 25px;
    }
    .btn_contacto {
        max-width: 180px;
        font-size: 14px;
        padding: 10px;
    }
}