﻿
/*cabecera menu*/

#navbar {
    overflow: hidden;
    background-color: #f1f1f1;
    /*padding: 30px 10px;*/
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}


    #navbar #logo {
        font-size: 35px;
        font-weight: bold;
        transition: 0.4s;
    }

    #navbar a:hover {
        background-color: white;
        color: #417ed6;
        text-decoration:none;
    }

    #navbar a.active {
        background-color: white;
        color: #417ed6;
    }

#navbar-right {
    float: right;
}

@media screen and (max-width: 580px) {
    #navbar {
        padding: 0px 0px !important;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: center;
        }

    #navbar-right {
        float: none;
    }
}



/* menu detalle*/


.dropbtn {
    background-color: #4CAF50;
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-transp{
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: white;
}

.a-menu {
    color: #777777 !important;
    font-size: 18px !important;
    font-weight: 200 !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
}

.a-menu-white {
    color: white;
    font-size: 18px !important;
    font-weight: 200 !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
}

/* recoger menu */





.topnav {
    overflow: hidden;
    background-color: #333;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

.active {
    
    color: white;
}

.topnav .icon {
    display: none;
}


     .dropbtn {
        font-size: 17px;
        border: none;
        outline: none;
        color: white;
        /*padding: 14px 16px;*/
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.topnav a:hover, .dropbtn {
    background-color: white;
    color: #777777;
    
}

.dropdown-content a:hover {
    background-color: white;
    color: #777777;
}

/*.dropdown:hover .dropdown-content {
    display: block;
}*/

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child),  .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive  {
            float: none;
        }

        .topnav.responsive  {
            position: relative;
        }

        .topnav.responsive  {
            display: block;
            width: 100%;
            text-align: left;
        }
}

.titulo {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 22px;
    color: #0d4c9c;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 18px;
}

.texto {
    font-size: 16px;
    color: #777777;
    line-height: 1.66em;
    margin-bottom: 20px;
}

.texto-blanco {
    font-size: 20px;
    color: white;
    line-height: 1.66em;
    margin-bottom: 0px;
    font-weight:200;
}

.sub-titulo {
    font-size: 21px;
    color: #404040;
    font-weight: inherit;
    text-transform: uppercase;
}

.circle-img {
    width: 100px;
    height: 100px;
    text-align: center;
}

.circle-img-content {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #ffffff;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #bbbbbb;
 
}

.circle-img a:hover {
    background-color: #3063a4;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
}

.circle-img-content svg:hover {
    fill: white !important;
    /*animation: toRightFromLeft 0.3s forwards;*/
}

.img-collage {
    /*top: -25.6559%;*/
    left: 0%;
    width: 101%;
    height: auto;
    visibility: visible;
    display: block;
    /*position: absolute;*/
}