body{
    background-image: url("../img/fondito.jpg");
    background-size: cover; 
    margin-top: 100px;
    background-attachment: fixed;
}
.sup{
    flex: 1;
    margin: 0;
    font-size: 40px;
}
.inf{
    flex: 1;
    margin: 0;
    font-size: 30px;
}

.imperial-script-regular {
    font-family: "Imperial Script", cursive;
    font-weight: 400;
    font-style: normal;
}
.div-botones{
    transition: .5s;
}

.div-botones:hover{
    background-color: #204D94;
    border-radius: 50px;
    padding: 5px 5px;
    transition: .5s;
}

.respmenu input[type="checkbox"], .respmenu .fa-bars, .respmenu .fa-times {
    display: none;
    }
    


.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    display: flex;
    cursor: pointer;
    border: none;
    outline: none;
    color: white;
    padding: 5px 8px 2px 5px;
    background-color: inherit;
    font-size: 17px;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.7s;
    position: relative;
    margin: 0 15px;
    font-weight: 600;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3B69B4;
    min-width: 160px;
    z-index: 1;
}
.dropdown-content a {
    margin: 0;
    float: none;
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover{
    background-color: #204D94;
}
.show {
    margin-top: 5px;
    display: block;
}
.link-navbar button{
    font-weight: 600;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    background-color: #10345e;
    justify-content: space-between;
    transition: 0.7s;
    z-index: 10;
    transition: 5s;
    height: 100px;
}
header.abajo{
    background-color: #10345e;
}
header .logo{
	display: flex;
	color: #fff;
	transition: 1.5s;
    padding-left: 15px;
    text-decoration: none;
    align-items: center;
    font-family: "Imperial Script", cursive;
    font-weight: 100;
}

header .logo-img{
	align-items: center;
	color: #fff;
	font-weight: bold;
	display: flex;
	transition: 1.5s;
    margin: 10px;
    margin-right: 30px;
}

nav{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header li{
	padding: 10px 8px 8px 0;
}

header ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

header ul li{
    list-style: none;
}

header ul li a{
    position: relative;
    font-size: 25px;
    margin: 0 15px;
    text-decoration: none;
    color: #ffffff;
    transition: 0.7s;
    letter-spacing: 2px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin: 10px 10px;
}

.logo-img{
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

footer{
    background-color: #d9d9d9;
    width:100%;
    position: fixed;
    left:0px;
    align-items: center;
    bottom: 0;
    padding: 3px;
}
footer section h6{
    margin: 0px;
    color: black;
    font-size: 15px;
}
footer .linkedIn{
    display: flex;
}
footer .copyright{
    text-align: center;
}

footer a{
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.escudo{
    width: 40px;
    height: 45px;
    text-align: center;
    float:right;
    margin-right: 10px;
}
.redes{
    width: 35px;
    height: 35px;
    text-align: center;
    float:right;
    margin-top: 5px;

}
.red{
    margin-right: 30px;
}

.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: fixed
}


@media screen and (max-width: 768px) {
    .red{
        margin-right: 0px !important;
    }
      header {
    height: 70px;
  }
  .logo-img {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }
  header .logo {
    font-size: 30px;
}
.nombre{
    align-items: left;
}
.sup{
    flex: 1;
    margin: 0;
    font-size: 20px;
    margin: 0 !important;
}
.inf{
    flex: 1;
    margin: 0;
    font-size: 10px;
    margin: 0 !important;
}
    header ul{
        position: relative;
        display: block;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        margin-top: 100px;
    }

    header ul li{
        margin-bottom: 15px;
    }

    .nav ul {
        flex-direction: column;
    }
.respmenu input[type="checkbox"], .respmenu .fa-bars, .respmenu .fa-times {
    display:block;
    position: absolute;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    }

    .respmenu .fa-bars, .respmenu .fa-times {
    font-size: 35px;
    pointer-events: none;
    padding-top: 16px;
    z-index: 2;
    }

    .respmenu input[type="checkbox"] {
    opacity: 0;
    z-index: 2;
    margin-top: 20px;
    }

    .respmenu {
    color: white;
    position: relative;
    min-height: 48px;
    background-color: var(--primario);
    }

    .respmenu nav {
    display: none;
    }

    .respmenu input:checked ~ nav {
    display: block;
    }

    .respmenu input:checked ~ .fa-bars {
    display: none;
    }

    .respmenu input:not(:checked) ~ .fa-times {
    display: none;
    }
    
    #menu-hamburguesa{
    height: auto;
    background-color: #10345E;
    position: fixed;
    right: 0;
    top: 0px;
    bottom: 0;
    animation: slideMe .7s ease-in;
    transition: .7s;
    }
    @keyframes slideMe {
        0%{
            transform:  skewX(0deg) translateX(200px);
        }
        100%{
            transform: skew(0deg);
        }
    }
    .red{
        margin-right: 0px;
    }
    footer section h6{
    font-size: 10px;
    }
    .escudo{
        width: 35px;
        height: 40px;
    }
    .redes{
        width: 30px;
        height: 30px;
    }
}
