.header-row{
    display: grid;
    grid-template-columns: max-content .1fr   4fr .1fr max-content .5fr ;
    grid-template-rows: 80px 40px;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    row-gap: 1px;
 }

.header-logo{
    grid-column: 1/2;
    grid-row:1;
    vertical-align: middle;
    height:80px;
    background-color: transparent;
}

.header-logo img{
    max-height: 60px;
    border-radius: 5px;
}

.header-desk-titulo{
    grid-column: 3/4;
    grid-row: 1;
    height: 80px;
    vertical-align: middle;
    background-color: transparent;
    justify-content: center;
}

.header-desk-titulo h1{
    text-align: center;
}
.header-desk-titulo h4{
    text-align: center;
    font-size: 3rem;
    color:#002545;
    background-color: transparent;
    line-height: 60px;
    color: black;
}

.header-slogan{
    grid-column: 5/6;
    grid-row: 1;
    height: 80px;
    background-color: transparent;
}

.header-slogan p{
    font-size: 1.8vw;
    color:#013b6d;
    text-align: center;
}

.header-subtitulo{
    grid-column: 1/7;
    grid-row: 2;
    height: 40px;
    background-color: transparent;
    text-align: center;
}

.header-subtitulo p{
     font-size: 1.4vw;
     background-color: #002545;
     color:#ffffff;
}
 

 .navbar{
     margin-top: 8px;
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.navpasso{
    margin-left: 60px;
}

.navbar a {
    float: left;
    font-size: 1vw;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.activado{
    background-color: lime;
}

.topnav {
    overflow: hidden;
    background-color: #808080;
    position: relative;
    width: 25%;
    z-index: auto;
    float: right;
}

.topnav #myLinks {
   display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height:42px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #04AA6D;
    color: #002545;
    height: 42px;
}


.video_moldura{
    width: 92%;
    height: 540px;
    margin-bottom: 5px;
    padding: 2%;
    background:transparent ;
    position: relative;
    border: cadetblue solid 1px;
    margin:auto;
    margin-top: 5.4rem;
}

.video_header{
    display: flex;
    flex-direction: row;
    color:#002545;
    font:bold;
    justify-content:flex-start;
    align-items: center;
}

.video_header img{
    margin-left: 10px;
    padding: 3px;
    float: left;
}
.video_texto{
    margin-left: 10px;
    float: left;
    font-size: 1.5rem;
}

.equipo{
    margin-top:15px;
    position: absolute;
    top:8rem;
    left:50%;
    transform: translateX(-50%);
    padding-top: 10px;
}

.rodape{
    display: flex;
    flex-direction: row;
    background-color: #eaeded;
    width: 100%;
    height: 140px;
    margin: auto;
    border:0px gray solid;
    padding: 2px;
    margin-top: 4px;
    padding: 5px;
}

.adres{
    color:white;
    padding:5px 10px;
    font-size: 1vw;
    /* color: crimson; */
}

.adres a{
    list-style-type: none;
    text-decoration: none;
    color:#ffffff;
    margin-left: 2px;
}

.rodape-side1{
    flex:33%;
    background-color: #002545;
    height: 90%;
    margin: auto;
    align-items: flex-start;
    margin-left: 5px;
}

.rodape-side2{
    flex:30%;
    background-color: #002545;
    height: 90%;
    padding-top: 4px;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.rodape-side3{
    flex:33%;
    background-color: #002545;
    height: 90%;
    margin: auto;
    align-items: center;
    margin-left: 5px;
}

.fig{
    width: 80%;
    margin: auto;
    margin-top: 10px;
    border:1px rgb(194, 193, 193) solid;
    border-radius: 5px;
}

.watts_desk{
    float: right;
    height: 50px;
    right: 10px;
    bottom: 10px;
    z-index:200;
    position: fixed;
    border-radius: 50%;
}


@media (max-width:1800px){
    .header-desk-titulo h4{
        font-size: 1.8vw;
        color: yellow;
        color: tomato;
    }

    .header-slogan p{
        /* font-size: 1.7vw; */
        color: black;
    }

    .navbar a{
        font-size: .95vw;
    }
}

@media (max-width:1500px){
    .header-desk-titulo h4{
        /* font-size: 1.9vw; */
        color: #e100ff;
    }
    .header-slogan p{
        font-size: 1.8vw;
        color: #02300c;
    }

    .navbar a{
       font-size: 1vw;
   }

   .adres{
    font-size: 1vw;
    color: darkorange;
}

}

@media(max-width:1200px){
 
    .header-desk-titulo h4{
        font-size: 1.9vw;
        color: yellow;
    }
    .header-slogan p{
        color: violet;
    }
    .navbar a{
        font-size: 1.4vw;
    }
}

@media (max-width:960px){
    
    .adres{
        font-size: 1.5vw;
    }

    .navbar a{
        font-size: 1.3vw;
        color: #ffffff;
    }
 }

 

@media(max-width:800px){
       
    .header-row{
       grid-row: 1;
       height: 50px;
       color: darkblue;
       background-color: darkslateblue;
   }

   .header-logo{
       height: 50px;
   }
}

@media(max-width:500){
    .desktop{
        display: none;
        visibility: hidden;
    }
}

 