@font-face {
    font-family: "Helvetica Neue";
    src: url("./fonts/Helvetica//HelveticaNeueLTStd-Lt.otf");
  }
  @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue';
}

select {
    font-family: 'Helvetica Neue';
}

main {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/*------------- CABECERA -------------*/

.top {
    max-width: 100%;
    height: auto;
    /*position: fixed;
    top:0;*/
    z-index: 11;
}

.top_bar {
    display: block;
    max-width: 100%;
    height: 40px;
    background-color: #333F48;  
    padding-right: 20px;
}

.hamburguer_menu {
    display: block;
}

.top_bar_row {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    color: white;
}

.top_bar_row p {
    line-height: 40px;
    font-size: 12px;
    margin: 0;
    padding: 0 5px;
}

.top_bar_row img {
    width: 18px;
    margin: 0;
    padding: 0 5px;
}

.p_line {
    font-size: 16px !important;
    line-height: 36px !important;
}

.social_network {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.social_network li a svg {
    display: inline-block;
    width: 14px;
    height: auto;
    margin: 0 0 0 0;
    fill:white;
}

.social_network li a img {
    display: inline-block;
    max-width: 14px;
    height: auto;
    margin: 0 0 0 0;
    fill:white;
}

.top_bar_main {
    width: 100vw;
    background-color: white;
}

.top_bar_main_row { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}

.logo {
    margin-left: 20px;
    display: inline-block;
    height: auto;
    width: 165px;
}

.logo img {
    height: 35px;
    width: auto;
}

.main_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.main_right a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
}


.logo_feder {
    display: inline-block;
    height: auto;
    width: 65px;
}

.links {
    display: none;
}

.links li {
    padding: 0 10px;
}

.buttons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
.buttons_menu {
    border: none !important;
    padding: 0 !important;
    width: fit-content !important;
}
.buttons_register_text {
    display: none !important;
}
.buttons_register_icon {
    border-radius: 50% !important;
    height: 20px !important;
    width: 20px !important;
}

.buttons li {
    cursor: pointer;
    padding: 10px 10px;
    width: 100px;
    margin-left: 10px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #333F48;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.select {
    width: 100px;
    overflow: hidden;
    position: relative;
}

.select option {
    height: 37px !important;
}

.select::after {
    content: "\025be";
    color:#DA291C;
    position: absolute;
    top: -6px;
    right: 7px;
    font-size: 24px;
    pointer-events: none;
}

.buttons select {
    width: 85px;
    border: none;
    font-size: inherit;
    cursor: pointer;
}
.buttons select:focus {
    outline: none;
}

.buttons select:before {
    content: url("./images/flecha_down.svg");
    width: 8px;
}

.flecha {
    width: 8px;
}

.buttons li:last-child {
    margin-left: 10px;
    width: 40px;
    height: 38px;
    border-radius: 50%;
    background-color: #DA291C;
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.search {
    width: 18px;
}

.line {
    width: 100vw;
    border-bottom: 1px solid #DA291C;
}

@media all and (min-width:1024px) {
    .top_bar {
        display: block;
        max-width: 100vw;
        height: 40px;
        background-color: #333F48;  
        padding-right: 0;
    }
    .top_bar_main_row {
        max-width: 960px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 0;
    }
    .main_right {
        display: flex;
        justify-content: space-around;
        font-size: 12px;
    }
    .links {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .buttons {
        width: inherit;
        margin-top: 0;
    }
    .buttons_register_text {
        display: block !important;
    }
    .buttons_register_icon {
        display: none !important;
    }
    .logo {
        margin-left: 0;
    }
    .hamburguer_menu {
        display: none;
    }
}


/*------------- PIE -------------*/

.bottom {
    width: 100vw;
}

.bottom_bar_nav {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
}

.column {
    width: 100%;
}

.column_nav {
    list-style: none;
    width: 75%;
}

.column_nav li:first-child {
    margin: 0;
    width: 30px;
    border-bottom: 4px solid #DA291C;
}

.column_nav li:nth-child(2) {
    margin: 5px 0;
    color: #DA291C;
    line-height: 20px;
    font-size: 16px;
}
.column_nav li:nth-child(2) a {
    color: inherit;
    font-size: inherit;
}

.column_nav li a {
    color: #333F48;
    text-decoration: none;
    font-size: 12px;
}

.social_network_pie {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.social_network_pie li img {
    width: 15px;
    padding: 0 10px;
    border-right: 1px solid #DA291C;
}

.social_network_pie li:first-child img {
    border-left: 1px solid #DA291C;
}

.social_network_pie li:first-child {
    border: none;
    width: inherit;
}

.column_logo {
    border-bottom: 1px solid #DA291C;
    width: 90%;
    text-align: center;
}

.column span {
    color: #DA291C;
    font-size: 14px;
    display: block;
    text-align: center;
    width: 90%;
}

.logo_ppal {
    margin-top: 1em;
    margin-bottom: 3px;
}

.bottom_bar_logos {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.logos_pie {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom_bar_logos p {
    font-size: 12px;
}

.logos_pie img {
    height: 45px;
}

.bottom_bar {
    width: 100%;
    height: auto;
    background-color: #333F48;
}
.bottom_bar_row {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 12px;
    height: auto;
}

.bottom_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 20px;
    margin-bottom: 15px;
}

.bottom_nav a {
    color: white;
    text-decoration: none;
    padding: 0 10px;
    margin-bottom: 5px;
}

@media all and (min-width:1024px) {
    .bottom_bar_nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 30px 0;
    }
    .column {
        width: 20%;
        margin-left: 0;
    }
    .column_logo {
        border-bottom: 1px solid #DA291C;
        width: 100%;
        text-align: left;
    }
    .column span {
        text-align: left;
        width: 100%;
    }
    .bottom_bar_logos {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .logos_pie {
        display: flex;
        flex-direction: row;
    }
    .logos_pie img {
        height: 40px;
        width: auto;
    }
    .bottom_bar_logos p {
        max-width: 110px;
        font-size: 12px;
    }
    .bottom_bar_row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        color: white;
        font-size: 12px;
        height: 47px;
    }
    .bottom_nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
    }
    .bottom_nav a {
        border-left: 1px solid white;
        margin-bottom: 0;
    }
    .bottom_nav a:first-child{
        border-left: none;
    }
    .bottom_nav a:last-child{
        border-right: none;
        padding-right: 0;
    }
    
    
}


/*------------- CARRUSEL LOGOS -------------*/

.slider {
	width: 80%;
	overflow: hidden;
}
@media all and (min-width:1024px) {
    .slider{
        width: 100%;
    }
 }

.slider ul {
	display: flex;
    padding: 0;
    margin: 0;
	width: 700%;
    animation: cambio 20s infinite linear;
}

.slider li {
	width: 100%;
    list-style: none;
    cursor: pointer;
}

.slider img {
    width: 100%;
}

@keyframes cambio {
    0% {margin-left: 100%;}
    5% {margin-left: 0%;}
	12% {margin-left: 0%;}
	19% {margin-left: -100%;}
	26% {margin-left: -100%;}
	33% {margin-left: -200%;}
	40% {margin-left: -200%;}
	47% {margin-left: -300%;}
    56% {margin-left: -300%;}
    62% {margin-left: -400%;}
    69% {margin-left: -400%;}
    76% {margin-left: -500%;}
    82% {margin-left: -500%;}
    88% {margin-left: -600%;}
    95% {margin-left: -600%;}
    100% {margin-left: -700%;}
}