/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 de ago. de 2022, 13:13:40
    Author     : luiz
*/

/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
html, body, /*div,*/ span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, a {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
    text-decoration: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    background: #333;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 13px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
#contato input.wpcf7-form-control.wpcf7-submit {
    margin-left: 20%;
    padding: 10px 30px;
    border-radius: 30px;
}
#form-vinculacion input {
    background: transparent;
    color: #fff;
    padding: 20px 20px 22px;
    max-width: 100%;
    height: 52px;
}

* {
    margin: 0;
    padding: 0;
}



body {
    background: #fff;
    font-size: 1rem;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.container {
    max-width: 1200px!important;
}
.header-top {
    top: 0;
    margin: 0;
    position: absolute;
}

.barraUguruai {
    background-color: #c4d3e5;
    padding: 8px;
}
.barraUguruai div {
    display: flex;
    max-width: 100vw; 
    justify-content: space-between;    
    align-items: center;
    color: #00428e;
    font-size: min(4vw,1em);
    font-weight: bold;
    line-height: 1.5;
}

.consulados-em-brasil {
    display: flex;
}
.testeJurisdicao {
    font-size: initial;
    padding: 0px;
    width: 100%;
    display: none;
    margin-bottom: 20px;
}

.testeJurisdicao div#body span:hover{
    border-radius: 50%;
    background-color: var(--bs-border-color-translucent);;
    cursor: pointer;
}
.testeJurisdicao div#body span{
    right: 10px;
    position: absolute;
    font-size: 26px;    
}
.testeJurisdicao div#body{
    background-color: #4377aa;
    padding: 15px;
    border-top-left-radius: var(--bs-card-border-radius);
    border-top-right-radius: var(--bs-card-border-radius);
    color: #FFF;
    display: flex;
}

#cabecalhoJurisdicao {
    width: 30rem;
    font-weight: normal;
}

#cabecalhoJurisdicao section {
    font-size: small;
}

.borda {
    /*border-bottom: 0.001em solid var(--bs-border-color-translucent);*/
    margin-bottom: 2px;
    background-color: #c4d3e5;
}

.testeJurisdicao div.card-text ul li{
    list-style: none!important;
    margin-left: 20px!important;
}

.testeJurisdicao div.card-body {
    /*flex: 1 1 auto;*/
    padding: 0;
    /*color: var(--bs-card-color); */
}
.testeJurisdicao div.card-text div i.bi-plus:hover {
    /*font-weight: bolder;*/
    cursor: pointer;
}
.esconde {
    display: none;
}
.mostra {
    display: block;
    background-color: white;
}

.barraUguruai div div a{
    color: #00428e;
    text-decoration: none;
}
.Logo-text {
    color: #003da5;
}

/* PÁGINAS INTERNAS */

#content ul li {
    list-style: disc;
    margin-left: 30px;
}

#content ul {
    padding-top: 15px;
}

#content ul ul {
    padding-bottom: 0px;
}

/* PÁGINAS INTERNAS */

.Logo-title {
    font-size: min(4vw,1em);
    font-weight: 700;
    line-height: 1.4rem;
    display: block;
    margin-bottom: 0;
}

.Logo-role {
    font-weight: 400;
    display: block!important;
}

#escudo{
    background-color: #00428e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;

}

#escudo div {
    font-size: max(15px, 20px);  
    text-align: center;
}
#escudo .container {
    justify-content: center;
}

#escudo img {
    transform: scale(0.7);
    height: 127px;
}

#escudo .lista {
    display: none;
}
#menu {
    padding: 15px 0px 15px 0px;
    background: #4377aa;
    color: #FFF;
    text-align: center;
}
.menu {  
    margin: 0;
    display: inline-flex;
    text-align: center;
    align-items: center;
    list-style: none;  
}

.menu li {
    padding: 0px 30px 0px 0px;
    position: relative;
    cursor: pointer;
    width: auto;
}     


.menu li a{
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 17px 4px 17px 0px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.menu > li:hover, .menu li > a:hover {
    color: #00428e!important;
    transition: all 0.5s ease;              
}

#nav-menu {
    background: #c4d3e5;
}
#content{
    justify-content: center;
}

#content main > h1 {
    font-weight: 600;
    padding-bottom: 15px;
    text-align: left;
}

#content main > ul {
    font-weight: 600;  
    list-style: none;
    margin-bottom: 20px;
}

#content main > ul li {
    font-weight: normal;
}
.mapa{
    justify-content: center;
    text-align: center;
}
#sub-menu {
    position: absolute;
    display: none;
    list-style: none;
    top: 42px;
    z-index: 10;
    text-align: left;
    font-weight: normal;
    background: #4377aa;
    color: #fff;
    opacity: 1;
    padding: 0px 5px 5px 5px;
    min-width: initial;
}
.menu li:hover > #sub-menu {
    display: block;
}

#sub-menu li {
    color: #fff;
    padding: 1px 0px 0px 0px;
    font-size: 13px;
    line-height: 19px;
    border-top: 1px solid #fff;
    min-width: 200px;
}   
#sub-menu li:hover, #sub-menu a:hover {    
    color: #00428e;
    background-color: #c4d3e5;
    transition: all 0.5s ease;
}

#sub-menu li:last-child { 
    border-bottom: 1px solid #fff;
}

#sub-menu li a {
    padding: 0px 0px 0px 0px;
    font-variant-caps: normal;
    font-weight: normal;
    font-size: 13px;
}

#menu .sub-toggle {
    transition: all 0.5s ease;
    position: absolute;
    top: 4px;
    font-size: 12px;
}

div#corpo {
    padding: 0;
}

.principal div{
    max-width: 100vw; 
    border-radius: 25px;
}
.principal {
    /*background: linear-gradient(180deg, #4377aa, #7b8897, #869692);    */
    /*background-image: linear-gradient(180deg, #4377aa, #7b8897, #869692);*/
    /*background-image: url(../img/teatro-solis-montevideu1.jpg);*/
    background-image: url("../img/cabo-polonio.jpg");
    /*background-image: url("../img/Bodegas-vinedos-Leo-Correa.jpg");*/
    /*background-position: left 10% top 20%;*/
    /*animation: changeBackgroundImage 20s infinite;*/
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    -webkit-transition:all 1s ease-in;
    -moz-transition:all 1s ease-in;
    -o-transition:all 1s ease-in;
    -ms-transition:all 1s ease-in;
    transition:all 1s ease-in;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: contain;
    opacity: 1;

}

nav {
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    font-size: 1vw;
    top: 0;
    left: 0;
    width: 100%;
}
nav div ul {
    display: inline-flex;    
    text-decoration: none;
    list-style: none;
}
nav div ul li {
    margin-right: 5px;
}

main div.quienessomos{
    width: 100%;   
}
main div.quienessomos > p{
    margin-bottom: 20px;
}

.widget-title {
    font-weight: 600;
}

.textwidget {
    margin: 20px 0px 20px 0px;
}

.reparticion {
    font-weight: 600;
}
.jurisTitulo {
    cursor: pointer;
    display: block;
    margin-top: 10px;
    font-style: italic;
}
.jurisTitulo:hover > text {
    color: red;
}

.jurisTituloClass {
    padding: 0rem 0rem;
    display:  none;    
}

.trail-items {
    font-size: 12px;    
}

.trail-items li a:hover{
    background-color: #e9ecef;
}
.conteudo  {
    color: #fff;
    background: rgb(56 54 54 / 25%);
    /*background: rgb(56 54 54 / 40%);*/
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgb(56 54 54 / 50%);  
    padding: 10px 20px 10px 20px;
    margin: 30px 0px 30px 0px;
    text-align: justify;

}

.conteudo h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px 20px 0px;
    text-align: center;
    color: #ffffff;
}
main {
    padding: 10px 0px 30px 10px;
    justify-content: center;
    align-content: center;
    text-align: justify;
}
div#rodape {

    background-color: #00428e;
}
div#rodape div {
    height: auto;
    display: flex;
    color: #fff;
    justify-content: space-between;
    font-size: 14px;                 
}

div#rodape section  {
    padding: 10px;
    display: inline-block;
}

div#rodape section a{
    color: #fff!important;
}

div#rodape section h1 {
    font-weight: bold;
    letter-spacing: 1px;
}


.sidebar {
    height: auto;
    width: auto;
    position: absolute;
    z-index: 1;
    font-family: Montserrat, sans-serif;
    left: 0px;
    top: 86px;
    background-color: #00428e;
    overflow-x: hidden;
    cursor: pointer;
    display: none;
}

.sidebar .bi::before {
    padding-right: 0.3rem;
    color: #FFF;
    font-size: 15px!important;
}

.sidebar a {
    padding: 6px 6px 6px 6px;
    text-decoration: none;
    display: flex;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;   
}

div#map {
    height: 400px !important;
    /* The height is 400 pixels */
    width: 100% !important;
    /* The width is the width of the web page */
}


/*MAPA SVG*/
#svg-map {
    width: 481px;
    height: 477px;
}
#svg-map path {
    fill: #4377aa;
}

#svg-map text {
    fill: #fff;
    font-size: 13px;
    cursor: pointer
}

#svg-map a {
    text-decoration: none
}

#svg-map a:hover {
    cursor: pointer;
    text-decoration: none
}

#svg-map a:hover path {
    fill: #003399 !important
}

#svg-map .circle {
    fill: #66ccff
}

#svg-map a:hover .circle {
    fill: #003399 !important;
    cursor: pointer
}

.paginaError {
    display: flex;
    justify-content: space-evenly;
}
.error {
    color: #a52834;
    font-size: 15vh;
    justify-content: center;
}


.contato {
    display: flex;
}

.contato div.p-2 {
    width: 50%;
}

.itemTitutlo {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
}

.mostra ul {
    padding: 0px 0px 15px 0px;
}

.creditos {
    text-align: right;
    padding: 13px;
    position: relative;
}

.creditos div{
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    right: auto;
    background: rgb(56 54 54 / 40%);
    padding: 13px;
}

@keyframes changeBackgroundImage {
    0% {
        /*background-image: url(../img/teatro-solis-montevideu1.jpg);*/
        background-image: url("../img/cabo-polonio.jpg");
        /*background-image: url("../img/Bodegas-vinedos-Leo-Correa.jpg");*/
    }
    25% {
        background-image: url(../img/teatro-solis-montevideu1.jpg);
    }
    50% {
        background-image: url("../img/Bodegas-vinedos-Leo-Correa.jpg");
    }
    75% {
        background-image: url("../img/Puente-Garzon-Intendencia-de-Rocha.jpg");
    }
    100% {
        background-image: url("../img/SebastianDiazPuertodelBuceo.jpg");
    }
}
/*MAPA SVG*/

@media only screen and (min-width: 480px) and (max-width: 710px) {

    /* PRINCIPAL  */

    .principal {
        background-position: right center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: contain;
        opacity: 1;
    }
    /* PRINCIPAL  */

    /* MENU */
    #menu {
        display: none;
    }
    .menu li {
        padding: 0px 10px 0px 0px;
        position: relative;
        cursor: pointer;
        width: auto;
        font-size: 0px!important;
    }
    #sub-menu {
        position: absolute;
        display: none;
        list-style: none;
        top: 42px;
        z-index: 999;
        text-align: left;
        font-weight: normal;
        background: #4377aa;
        color: #fff;
        opacity: 1;
        padding: 0px 5px 5px 5px;
        min-width: initial;
    }
    .menu li:hover > #sub-menu {
        display: block;
    }

    #sub-menu li {
        color: #fff;
        padding: 1px 0px 0px 0px;
        font-size: 13px;
        line-height: 19px;
        border-top: 1px solid #fff;
        min-width: 200px;
    }   
    #sub-menu li:hover, #sub-menu a:hover {    
        color: #00428e;
        background-color: #c4d3e5;
        transition: all 0.5s ease;
    }

    #sub-menu li:last-child { 
        border-bottom: 1px solid #fff;
    }

    #sub-menu li a {
        padding: 0px 0px 0px 0px;
        font-variant-caps: normal;
        font-weight: normal;
        font-size: 13px;
    }

    #menu .sub-toggle {
        transition: all 0.5s ease;
        position: relative;
        top: 0px;
        font-size: 12px;
    }
    /* MENU */

    .container {
        max-width: 100%!important; 
    }

    div#rodape div div {
        font-size: 1.5vw;
    }  
    main div.quienessomos {
        width: 100%; 
    }
    .principal div {
        max-width: 94vw;
    }
    #escudo{
        font-size: max(2.3vw); 
        position: sticky;
        top: 0;
        z-index: 99;
    }  

    #escudo img {
        height: 9.1vw;
    }

    #escudo .lista {   
        position: relative;
        font-size: 3.5vw;
        left: 18vw;
        display: block;
        margin-right: 20px;
        cursor: pointer;
    }
    #escudo div {
        font-size: 13px;
    }

    #svg-map {
        width: 232px;
        height: 232px
    }

    div#rodape div {
        font-size: 13px;
        padding: 0;
        max-width: 95vw;
    }

    main div div.quienessomos {
        width: auto;
    }
    .paginaError {
        display: block; 
        justify-content: space-evenly;
    }
    nav {
        padding: 1vw 0px 1vw 0px;
    }
    .contato {
        flex-flow: wrap;
    }    

    .contato div.p-2 {
        width: 100%;
    }

    #nav-menu .container {
        max-width: 100%;
    }

    #nav-menu {
        position: sticky;
        top: 60px;
        z-index: 99;
    }
}

@media only screen and (max-width: 479px) {

    /* PRINCIPAL  */

    .principal {
        background-position: right center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: contain;
        opacity: 1;
    }
    /* PRINCIPAL  */

    /* MENU */

    #menu {
        padding: 15px 0px 15px 7px;
        background: #4377aa;
        color: #FFF;
        text-align: center;
        display: none;
    }
    .menu {  
        margin: 0;
        display: table;
        text-align: left;
        align-items: center;
        list-style: none;  
    }

    .menu li {
        cursor: pointer;
        width: 100%;
    }     

    .menu li a{
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        font-weight: 400;
        text-decoration: none;
        cursor: pointer;
    }

    .menu > li:hover, .menu li > a:hover {
        color: #00428e!important;
        transition: all 0.5s ease;              
    }


    #sub-menu {
        position: absolute;
        list-style: none;
        top: 7px;
        left: 144px;
        z-index: 10;
        text-align: left;
        font-weight: normal;
        background: #4377aa;
        color: #fff;
        opacity: 1;
        padding: 0px 5px 5px 5px;
        min-width: initial;
    }
    .menu li:hover > #sub-menu {
        display: block;
    }

    #sub-menu li {
        color: #fff;
        padding: 1px 0px 0px 0px;
        font-size: 13px;
        line-height: 19px;
        border-top: 1px solid #fff;
        min-width: 200px;
    }   
    #sub-menu li:hover, #sub-menu a:hover {    
        color: #00428e;
        background-color: #c4d3e5;
        transition: all 0.5s ease;
    }

    #sub-menu li:last-child { 
        border-bottom: 1px solid #fff;
    }

    #sub-menu li a {
        padding: 0px 0px 0px 0px;
        font-variant-caps: normal;
        font-weight: normal;
        font-size: 13px;
    }

    #menu .sub-toggle {
        transition: all 0.5s ease;
        position: relative;
        top: 0px;
        font-size: 12px;
    }
    /* MENU */

    #svg-map {
        transform: scale(1);
        width: 232px;
        height: 232px;
    }
    .principal div {
        max-width: 94vw;
    }
    #escudo{
        position: sticky;
        top: 0px; 
        z-index: 99;
    }
    #escudo img {
        height: 9.1vw;
    }
    #escudo div span {
        font-size: 10px;
    }

    #escudo .lista { 
        position: relative;
        left: 3vw;
        float: right;
        display: block;
        cursor: pointer;
    }

    #cabecalhoJurisdicao {
        display: none;
    }

    div#rodape div div {
        font-size: 10px;
    } 

    .sidebar {
        top: 49px;
    }    

    main div div {
        width: auto;
    }

    .conteudo {
        margin: 30px 0px 0px 0px; 
    }

    div#rodape div {
        display: block;
        font-size: 12px;
        max-width: 95vw;
        flex-wrap: wrap;
    }

    .consulados-em-brasil {
        flex-wrap: wrap;
        justify-content: center;
    }

    .barraUguruai div {
        font-size: 12px;
    }
    .Logo-text {
        font-size: 12px;
    }
    main {
        padding: 10px 0px 10px 0px;
    }
    main div.quienessomos {
        font-size: 13px;
        width: auto;        
    }
    .paginaError {
        display: block; 
        justify-content: space-evenly;
    }
    .contato {
        flex-flow: wrap;
    }    

    .contato div.p-2 {
        width: 100%;
    }
    nav {
        display: none;
        padding: 1vw 0px 1vw 0px;
    }
    .trail-items li a {
        padding: 0px 0px 0px 0px;
    }

    #nav-menu .container {
        max-width: 100%;
    }

    .conteudo h1 {
        font-size: 13px;
    }
}

