﻿.accordion {
    max-width: 150px;
}

.accordionHeader {
    font-family: 'Avenir Black';
    padding: 0.5em;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: white;

    /* border-top: 1px solid transparent; antes #2F4F4F */
    /* border-bottom: 1px solid transparent; antes #2F4F4F */

    background: #1e66ae;
    background: -moz-linear-gradient(top, #1e66ae 0%, #233f89 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #1e66ae), color-stop(100%, #233f89));
    background: -webkit-linear-gradient(top, #1e66ae 0%, #233f89 100%);
    background: -o-linear-gradient(top, #1e66ae 0%, #233f89 100%);
    background: -ms-linear-gradient(top, #1e66ae 0%, #233f89 100%);
    background: linear-gradient(to bottom, #1e66ae 0%, #233f89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e66ae', endColorstr='#233f89', GradientType=0 );

    /* background: rgba(230,230,230,1);
    background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(185,185,185,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(100%, rgba(185,185,185,1)));
    background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(185,185,185,1) 100%);
    background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(185,185,185,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(185,185,185,1) 100%);
    background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(185,185,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 ); */

    /*background: rgba(212,228,239,1);
    background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
    background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 );*/
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fa0606), to(#f53243));
    background: -ms-linear-background(top, #fa0606, #f53243); 
    background-image: linear-gradient(bottom, rgb(241,6,6) -1%, rgb(248,48,68) 57%);
    background-image: -o-linear-gradient(bottom, rgb(241,6,6) -1%, rgb(248,48,68) 57%);
    background-image: -moz-linear-gradient(bottom, rgb(241,6,6) -1%, rgb( 248,48,68) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(241,6,6) -1%, rgb(248,48,68) 57%);*/
    cursor: pointer;
}

.accordionHeaderSelected {
    font-size: 16px;
    padding: 1em;
    color: white;
    font-weight: 700;
    border-top: 1px solid transparent; /*antes #2F4F4F*/
    border-bottom: 1px solid transparent;
    text-transform: uppercase;

    background: #f49a4c;
    background: -moz-linear-gradient(top, #f49a4c 30%, #ef7a13 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(30%, #f49a4c), color-stop(100%, #ef7a13));
    background: -webkit-linear-gradient(top, #f49a4c 30%, #ef7a13 100%);
    background: -o-linear-gradient(top, #f49a4c 30%, #ef7a13 100%);
    background: -ms-linear-gradient(top, #f49a4c 30%, #ef7a13 100%);
    background: linear-gradient(to bottom, #f49a4c 30%, #ef7a13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49a4c', endColorstr='#ef7a13', GradientType=0 );

    font-family: 'Avenir Black',Arial, Sans-Serif;
    cursor: pointer;
}

.accordionContent {
    border-top: none;
}

.accordion ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.acordion li {
    border: 1px solid black;
    cursor: pointer;
    text-align: left;
}

.menuList {
    margin: 0px;
    width: 150px;
}

/*CAMBIOS DAVID - */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
/* TERMINAN CAMBIOS */


    .menuList li {
        display: block;
        font-family: 'Avenir Black', sans-serif;
        list-style: none;
        padding: 0.18rem;
        /* max-width: 150px; */
        height: auto;
        text-transform: uppercase;

        background: #c6c6c6;
        background: -moz-linear-gradient(top, #c6c6c6 0%, #f6f6f6 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #c6c6c6), color-stop(100%, #f6f6f6));
        background: -webkit-linear-gradient(top, #c6c6c6 0%, #f6f6f6 100%);
        background: -o-linear-gradient(top, #c6c6c6 0%, #f6f6f6 100%);
        background: -ms-linear-gradient(top, #c6c6c6 0%, #f6f6f6 100%);
        background: linear-gradient(to bottom, #c6c6c6 0%, #f6f6f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#f6f6f6', GradientType=0 );
    }

        .menuList li:hover {
            background: #25aae2;
        }

        .menuList li * {
            vertical-align: middle;
            display: inline;
        }

        .menuList li img {
            vertical-align: middle;
            height: 18px;
            border: none;
            left: -3px; /* (5 padding del li a) - 3px = 2px*/
            position: relative;
        }

        .menuList li a, .menuList1 li a:focus {
            color: #414141;
            vertical-align: middle;
            text-decoration: none;
            font-family: 'Avenir Black';
            font-size: 0.75rem;
            text-align: left;
            padding: 0.18rem; /*5px = left & right*/
        }

            .menuList li a:hover {
                color: white;
            }

.loginDisplay {
    color: white;
}

    .loginDisplay a {
        color: black;
        font-weight: bold;
        font-size: 10px;
    }

        .loginDisplay a:hover {
            color: #666;
            font-weight: bold;
            font-size: 10px;
        }

/*CAMBIOS DAVID - ADAPTACION A MOVIL*/
@media (max-width: 600px) {
    .accordion {
        max-width: 100%;
        width: 900px;
    }

    .accordionContent {
        max-width: 100%;
        width: 900px;
        font-size: 2rem;
    }

    .menuList {
        margin: 0px;
        width: 900px;
    }

    .dropdown {
        z-index: 4;
    }
}
@media only screen and (max-width: 400px) {
    .accordion ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .menuList li{
        display: flex;
        border-radius: 5px;
        height: 4rem;
        width: 48%;
        padding-top: 0.8rem;
        transition: all 0.4s ease 0s;
        text-decoration: none;
        margin: 1%;
        vertical-align: middle;
    }
    .menuList li:hover {
        letter-spacing: 1px;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
        transition: all 0.4s ease 0s;
    }
    .menuList li img {
        left: -1%;
        position: relative;
        width: 25%;
        height: auto;
        vertical-align: middle;
    }
}