﻿@charset "utf-8";
@import url("../webfonts/NeoSans/stylesheet.css");
@import url("../webfonts/NeoSans_Medium/stylesheet.css");
@import url("../webfonts/NeoSans_Bold/stylesheet.css");
@import url("../webfonts/NeoSans_Light/stylesheet.css");
/* CSS Document */




#ext {
    background-color: rgba(255, 126, 0, 0.39);
    width: 100%;
    height: 800px;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /*background-color: white;*/
}

header {
    height: 80px;
    width: 100%;
    background-color: #f2f2f2;
    /*position: absolute;*/
    z-index: 5;
    display: -webkit-box;
}

.int {
    height: 130px;
    width: 100%;
    background-color: #05141f;
    position: absolute;
    z-index: 5;
    display: -webkit-box;
}

#derechos {
    width: auto;
    height: 40px;
    float: left;
    padding-top: 8px;
    margin-left: 10vw;
}

    #derechos a {
        text-decoration: none;
    }

        #derechos a:visited {
            color: #666666;
        }

#exa {
    width: 160px;
    height: 40px;
    float: right;
    margin-right: 10vw;
    line-height: 40px;
}

    #exa a {
        text-decoration: none;
    }

        #exa a:visited {
            color: #666666;
        }

    #exa img {
        width: auto;
        height: 30px;
        /*position: absolute;*/
        vertical-align: middle;
        margin-left: 5px;
    }
/*MENU CSS*/

#menu_header {
    height: 130px;
    font-family: "NeoSans Medium";
    font-size: 12pt;
    width: 60%;
}

#menu_header_int {
    height: 130px;
    font-family: "NeoSans Medium";
    font-size: 12pt;
    width: 70Vw;
}

.menu {
    width: 270px;
    line-height: 1.15;
    position: absolute;
    /*position: absolute	;
	top: 152px;
	height:100%;*/
}

.menu_int {
    width: 100%;
}

.menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
}

.menu_int ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
}

.menu ul li {
    display: inline-block;
}

.menu_int ul li {
    display: inline-block;
}

.menu a {
    color: #666;
    /* display: block; */

    text-decoration: none;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

    .menu a:hover {
        color: #05141f;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    }

.menu_int a {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-left: 55px;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

    .menu_int a:hover {
        color: black;
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    }

.menu_int {
    /*overflow: hidden;*/

    padding: 45px 0px;
}

.menu-trigger {
    display: none;
}
/* manager configuration options */

.configurationOpt {
    float: right;
    display: inline-block;
    line-height: 30px;
    padding-left: 10px;
    height: 30px;
    margin-left: 10vw;
}

    .configurationOpt a {
        font-family: "NeoSans";
        cursor: pointer;
        font-size: 12px;
        color: black;
        font-weight: bold;
        text-decoration: none;
    }

        .configurationOpt a img {
            width: 15px;
            vertical-align: middle;
        }

.menu-trigger_int {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .menu a {
        margin-right: 0vw;
    }

    #menu_header {
        width: 55%;
    }

    #menu_header_int {
        width: auto;
        position: relative;
        /*overflow: hidden;*/

        font-size: 10pt;
    }

    .menu_int a {
        margin-left: 25px;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .menu_int a {
        display: block;
        /*width: 100%;*/

        text-align: left;
        color: #05141f;
        font-size: 14px;
        margin-left: 0 !important;
        line-height: 20px;
        padding: 10px 15px;
    }

    .menu-trigger_int {
        float: right;
    }

    .menu_int ul {
        float: right;
    }

    .menu-trigger {
        display: block;
    }

        .menu-trigger img {
            width: 50px;
            float: right;
            margin-top: 50px;
            margin-bottom: 50px;
        }

    .menu ul li {
        display: block;
        border-top: 1px #05141f solid;
        padding-right: 10px;
    }

    .menu ul {
        line-height: 50px;
        width: 100%;
        text-align: right;
        font-size: 5vw;
        display: none;
        background-color: #ffffff;
    }

    .menu_int a {
        padding-right: 10px;
    }

    .menu-trigger_int {
        display: block !important;
    }

        .menu-trigger_int img {
            width: 50px;
            float: right;
            margin-top: 22px;
            margin-bottom: 33px;
        }

    .menu_int ul li {
        display: block;
        border-top: 1px #05141f solid;
    }

    .menu_int ul {
        position: absolute;
        top: 79px;
        right: -36px;
        line-height: 50px;
        width: 250px;
        text-align: right;
        font-size: 4vw;
        display: none;
        background-color: #ffffff;
    }

    .menu_int a {
        margin-left: 50vw;
    }
}
/*MENU CSS END*/

#social {
    top: 130px;
    height: 30px;
    width: 100%;
    background-color: #E9E8E6;
    position: absolute;
    z-index: 4;
}

#social_int {
    height: 30px;
    width: 100%;
    padding: 0 25px;
}

#home #social {
    background-color: rgba(255, 255, 255, 0.70);
}

.social_icon {
    display: inline-block;
    height: 24px;
    margin-top: 3px;
}

    .social_icon:nth-child(1) {
        margin-left: 80vw;
    }

    .social_icon:nth-child(2) {
        margin-left: 10px;
    }

    .social_icon:nth-child(3) {
        margin-left: 10px;
    }

    .social_icon:nth-child(4) {
        margin-left: 10px;
    }

    .social_icon:nth-child(5) {
        margin-left: 10px;
    }

    .social_icon img {
        opacity: 0px;
        height: 24px;
    }

.login_icon {
    display: inline-block;
    line-height: 30px;
    padding-right: 4px;
    height: 30px;
    font-family: "NeoSans";
    background-repeat: no-repeat;
    background-image: url(/img/login_icon.svg);
    background-size: 18px;
    background-position: right center;
    cursor: default;
    float: right;
    width: 200px;
    margin-right: 10vw;
    text-align: center;
    font-size: 12px;
}

#menu_buttons {
    height: 130px;
    display: flex;
    position: absolute;
    right: 10vw;
}

#menu_noticias {
    text-decoration: none;
    font-family: "NeoSans";
    width: 40px;
    text-align: center;
    padding-top: 35px;
}

    #menu_noticias img {
        padding-left: 6px;
    }

    #menu_noticias a {
        color: #666666;
        text-decoration: none;
        font-size: 14px;
    }

#menu_noticias_int {
    text-decoration: none;
    font-family: "NeoSans";
    width: 40px;
    text-align: center;
    padding-top: 35px;
}

    #menu_noticias_int img {
        padding-left: 6px;
    }

    #menu_noticias_int a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }

#menu_login {
    text-decoration: none;
    font-family: "NeoSans";
    width: 40px;
    text-align: center;
    padding-top: 35px;
    margin-left: 30px;
}

    #menu_login img {
    }

    #menu_login a {
        color: #666666;
        text-decoration: none;
        font-size: 14px;
    }

#menu_login_int {
    text-decoration: none;
    font-family: "NeoSans";
    width: 40px;
    text-align: center;
    padding-top: 35px;
    margin-left: 30px;
}

    #menu_login_int a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }

.menu_login_dropdown {
    background-color: #05141f;
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 200;
    top: 160px;
}

#input_field {
    height: 100px;
    line-height: 100px;
    float: right;
    width: 864px;
    margin-right: 15vw;
}

.login_input {
    font-family: "NeoSans";
    color: white;
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.50);
    border-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-width: 2px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    /*width: 380px;*/

    width: 360px;
    margin-right: 50px;
}

    .login_input:focus {
        outline: none;
    }

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: rgba(255, 255, 255, 0.50);
}

::-moz-placeholder {
    /* Firefox 19+ */

    color: rgba(255, 255, 255, 0.50);
}

:-ms-input-placeholder {
    /* IE 10+ */

    color: rgba(255, 255, 255, 0.50);
}

:-moz-placeholder {
    /* Firefox 18- */

    color: rgba(255, 255, 255, 0.50);
}

.menu_login_dropdown p {
    color: white;
    font-family: "NeoSans";
    position: absolute;
    right: 20vw;
    top: 70px;
    margin: 0;
    opacity: .50;
}

.menu_login_dropdown a {
    text-decoration: none;
}

    .menu_login_dropdown a:visited {
        color: white;
    }

#log_in_button {
    background-image: url(../img/log_in.svg);
    height: 50px;
    width: 50px;
    position: absolute;
    right: 10vw;
    top: 25px;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

    #log_in_button:hover {
        background-image: url(../img/log_in_hover.svg);
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    }

@media screen and (max-width: 768px) {
    header {
        height: 80px;
    }

    .int {
        height: 80px;
    }

    .social_icon:nth-child(1) {
        margin-left: 5vw;
    }

    #social {
        top: 80px;
        height: 30px;
        z-index: 4;
    }

    #social_int {
        top: 80px;
        height: 30px;
        z-index: 4;
    }

    .social_icon img {
        height: 24px;
    }

    #menu_buttons {
        height: 30px;
        top: 80px;
        right: 5vw;
    }

    #logo_header {
        height: 80px;
        margin-left: 5vw;
        width: 120px;
        background-size: 80%;
    }

    #logo_header_int {
        height: 80px;
        margin-left: 5vw;
        width: 100px;
        background-size: 90%;
    }

    #menu_header {
        height: 80px;
        position: absolute;
        right: 0;
        margin-right: 5vw;
        z-index: 1;
        width: 65vw;
    }

    #menu_header_int {
        height: 80px;
        position: absolute;
        right: 0;
        margin-right: 5vw;
        z-index: 1;
        width: 65vw;
    }

    .menu-trigger img {
        margin-top: 34px;
        margin-bottom: 33px;
    }

    #menu_noticias {
        width: 90px;
        line-height: 30px;
        padding-top: 0px;
        text-align: left;
        text-indent: 5px;
    }

        #menu_noticias img {
            width: 24px;
            margin-top: 3px;
            float: left;
        }

    #menu_login {
        width: 90px;
        line-height: 30px;
        padding-top: 0px;
        text-align: left;
        text-indent: 5px;
        margin-left: 10px;
    }

        #menu_login img {
            width: 24px;
            margin-top: 3px;
            float: left;
        }

    .menu_login_dropdown {
        height: 230px;
        top: 110px;
        z-index: 200;
    }

    #input_field {
        height: auto;
        line-height: 70px;
        float: none;
        width: 60vw;
        margin-left: auto;
        margin-right: auto;
    }

    .login_input {
        width: 100%;
        margin-right: 0px;
    }

    .menu_login_dropdown p {
        position: initial;
        text-align: center;
    }

    #log_in_button {
        position: initial;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
    }
    /*footer {
        background-color: rgb(225, 225, 225);
        height: 30px;
        font-size: 7pt;
    }*/
    #derechos {
        padding-top: 4px;
        margin-left: 5vw;
        height: auto;
    }

    #exa {
        width: 130px;
        height: 30px;
        margin-right: 5vw;
        line-height: 34px;
    }

        #exa img {
            width: 25px;
            height: 30px;
        }

    .wide-container {
        max-width: 1000px;
        height: 500px;
        margin: 0 auto;
    }

    .menu_int {
        padding: 0px 0px;
        height: 80px;
    }
}


.admin-home {
    /*background-image:url(../img/Banner-admin.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 110px; left: 270px; right: 0; bottom: 0;*/
    /* width: calc(100% - 270px);*/
    width: 100%;
}

    .admin-home img {
        width: 100%;
    }

.accionesCoutas {
    display: flex;
}
