
.fixed{
    background: rgba(1, 49, 70,0.85);
    top: 0px;
    position: fixed !important;
}
.fixed .content-btn-menu {
    padding: 10px 0 0 20px;
}
.content-headerlogo {
    margin-bottom: 10px;
}
.menu--account .navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-end;
}
.user-logged-in header{
    top: 135px;
}
.user-logged-in header.fixed{
    top: 79px;
}
@media (max-width: 990px){
    .user-logged-in header.fixed {
        top: 39px;
    }
}
@media (max-width: 610px){
    .user-logged-in header.fixed {
        top: 0px;
    }
}
/*******************************
    /* NAV MAIN MENU*/
/*******************************/

section.content-menu {
    width: 100%;
    height: 500px;
    position: relative;
}

.content-btn-desplegable-menu .linea-1 {
    top: 0px;
    right: 0;
    transform: rotate(0deg);
}
.content-btn-desplegable-menu .linea-3 {
    bottom: 0px;
    right: 0;
    transform: rotate(0deg);
}
.content-btn-desplegable-menu:hover .linea-1 {
    right: -2px;
    top: 6px;
    transform: rotate(60deg);
    margin: 0;
    width: 30%;
}
.content-btn-desplegable-menu:hover .linea-2 {
    width: 60%;
    right: 0;
}
.content-btn-desplegable-menu:hover .linea-3 {
    right: -2px;
    bottom: 6px;
    transform: rotate(-60deg);
    margin: 0;
    width: 30%;
}
.close-btn {
    position: absolute;
    top: -20px;
    right: 0px;
    display: none;
    transition: .3s all cubic-bezier(.05,.33,.63,.95);
    --webkit-transition: .3s all cubic-bezier(.05,.33,.63,.95);
    --moz-transition: .3s all cubic-bezier(.05,.33,.63,.95);
}
.general-content-menu {
    height: 100%;
    width: 20%;
    left: -20%;
    top: 0;
    z-index: 11;
    padding: 110px 50px;
    animation-name: animated-close-menu;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(.07,.78,.09,.9); 

}
.open-menu {
    background-color: var(--dark-blue);
    width: 20%;
    height: 100%;
    left: 0%;
    top: 0;
    animation-name: animated-open-menu;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(.07,.78,.09,.9);    
}

/* Open menu animation */
@keyframes animated-open-menu {
    from { left: -20%;
    }
    to { left: 0%;
    }
}
/* Close menu animation */
@keyframes animated-close-menu {
    from { left: 0%;         
         }
    to  { left: -20%;
    }
}



.bg-close-menu-screen {
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.bg-close-menu-screen:hover {
    cursor: pointer;
}

.content-menu-ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'notesesareg';
}
.content-menu-ul > li.dropdown ul{    
   animation-name: animated-close-submenu;
    animation-duration: .3s;
    animation-timing-function: cubic-bezier(.07,.78,.09,.9);   
}
.content-menu-ul > li.dropdown.show ul{
   animation-name: animated-open-submenu;
    animation-duration: .3s;
    animation-timing-function: cubic-bezier(.07,.78,.09,.9);   
}
/* Open menu animation */
@keyframes animated-open-submenu {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Close menu animation */
@keyframes animated-close-submenu {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100);
    opacity: 0;
  }
}
.content-menu-ul li a.nav-item.nav-link {
    font-size: 20px;
    position: relative;
}
.content-menu-ul li a.nav-item:hover{
    opacity: 0.6;
}
/*  SUBMENU DROPDOWN  */
.content-menu-ul li ul.dropdown-menu { 
    background-color: transparent;
    border:none;
    padding: 0px 0 20px 20px;
}
.content-menu-ul li ul.dropdown-menu.show {
    position: relative!important;
    transform: none !important;
}

.content-menu-ul li ul.dropdown-menu.show li a, 
.content-menu-ul li ul.dropdown-menu.show li span {
    color: #FFF;
    font-size: 16px;
    opacity: 0.8;
    text-transform: uppercase;
    font-family: 'notesesareg';
}
.content-menu-ul li ul.dropdown-menu.show li a:hover, 
.content-menu-ul li ul.dropdown-menu.show li span:hover {
    opacity:1;
}
.content-menu-ul li.dropdown  a.dropdown-toggle::after{
    float: none;
    right: 0;
    top: 25px;
    position: absolute;
    opacity: 0.2;
}
.content-menu-ul li.dropdown.show a.dropdown-toggle::after {
    top: 15px;
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

@media (max-width: 1720px){
	.open-menu {
	   width: 380px;
	}
}

/***************************************/



/*********** FOOTER *************/
footer{
    padding: 20px 0;
}
div#block-footersociallinks h2 {
    border: none;
    display: flex;
    font-family: "Verdana" !important;
    opacity: 0.8;
}
div#block-footersociallinks ul {
    display: flex;
    padding: 0;
    margin-left: 15px;
}
.col-footer ul.menu {
    margin: 0;
    padding: 0;
    list-style: none outside;
    text-align: left;
}
footer .col-footer h2{
    color: white;    
    font-size: 16px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #4C7B8D;
    display: inline-block;
    padding: 2px 0 4px;
    font-family: 'notesesabold' !important;
}
footer .col-footer a, 
footer .col-footer span{
    color: #fff;
    font-size: 12px;
    line-height: 1.95;
    font-family: Verdana;
}
footer .col-footer a.ext svg{
    display: none
}

div#block-footersociallinks ul li{
    display: block;
    margin: 0 8px 0 0;
    width: 22px;
}

region-sidebar-second .block-views .views-field-created span:before {
    content: '\f017';
    font-family: 'Font Awesome 5 free';
    font-style: normal;
}


@media (max-width: 750px) and (orientation:landscape) {
     /*******************************
        FOOTER
    /*******************************/

    footer .field--name-body {
        flex-direction: column
    }

    /* h2 footer  */

    div#block-footersociallinks {
        flex-direction: column;
    }

    div#block-footersociallinks h2 {
        font-size: 16px;
    }

    div#block-footersociallinks ul {
        display: none;
    }

    /* Menus  */

    footer .col-footer h2,
    .col-footer {
        width: 100%;
    }

    footer .col-footer h2:after {
        /*content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-style: normal;*/
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-style: normal;    
    }

    /* redes */

    div#block-footersociallinks ul {
        display: none!important;
    }

    .pane-content {
        display: none;
    }

    .panels-flexible-region-last {
        display: none;
    }

    .col-footer {
        margin-bottom: 20px;
    }

    .col-footer,
    .col-footer .inside {
        width: 100%!important;
    }


    /* Content footer menu */
    footer .field--name-body, 
    div#block-footersociallinks, 
    div#block-footersociallinks ul {
        flex-direction: column;
    }

    /* Copiryght */

    .content-copyright-footer p {
        text-align: center;
        padding: 0 10%;
    }
}

@media (max-width: 750px) and (orientation:portrait) {
    /*******************************
        FOOTER
    /*******************************/
    footer .field--name-body {
        flex-direction: column
    }

    /* h2 footer  */

    div#block-footersociallinks {
        flex-direction: column;
    }

    div#block-footersociallinks h2 {
        font-size: 16px;
    }

    div#block-footersociallinks ul {
        display: none;
    }

    /* Menus  */

    .col-footer {
        width: 100%;        
    }
    footer .col-footer h2{
        position: relative;
        display: block;
    }
    footer .col-footer h2:hover{
        cursor: pointer;
        opacity: 0.6;
    }
    footer .col-footer h2:after {
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-style: normal; 
        font-weight: 900;
        position: absolute;
        right: 6px;   
    }

    /* redes */

    div#block-footersociallinks ul {
        display: none!important;
    }

    .pane-content {
        display: none;
    }

    .panels-flexible-region-last {
        display: none;
    }

    .col-footer {
        margin-bottom: 20px;
    }

    .col-footer,
    .col-footer .inside {
        width: 100%!important;
    }


    /* Content footer menu */
    footer .field--name-body, 
    div#block-footersociallinks, 
    div#block-footersociallinks ul {
        flex-direction: column;
    }

    /* Copiryght */

    .content-copyright-footer p {
        text-align: center;
        padding: 0 10%;
    }

}