* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    z-index: 500;
}
.mySlides {display: none;}

a {
    text-decoration: none;
    color: white;
}
body {
    background-color: #dddddd;
    min-height: 100vh;
}
header {
    background: #c55e7d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: sticky;
    top:0;
    z-index: 600;

}

header div{
    display: inline;
}
header div .nombre{
    text-shadow: 2px 1px black;
    color: white;
}

header div div h3 {
    font-size: 20px;
    margin-left: 25px;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 2px solid white;
    font-weight: 100;
    color: white;
}

header div div h5{
    padding-top: 5px;
    font-size: 15px;
    text-align: center;
    margin-left: 25px;
    font-weight: 500;
}

header ul {
    display: flex;
    list-style-type: none;
    margin-right: 25px;
}
header ul li {
    padding: 5px;
    margin: 5px ;
    text-decoration: none;
}
header ul #info{
    display: none;
}

header ul li a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    text-shadow: 2px 1px black;
    font-weight: 500;
}

header ul li.boton {
    background-color:#ceb4af;
    border-radius: 5px;
    padding: 5px 15px;
}
header ul li a.link:hover{
    text-decoration-line: underline;
}

header ul li a.buton:hover{
    text-decoration-line: none;
}

header ul li.boton:hover{
    opacity: 0.9;
}
.carrera {
    padding:0px 100px 100px 100px ;
    size: auto ;
    background-color: #dddddd;
}

.carrera h2 {
    text-align: left;
    font-size: 35px;
    padding-left: 20%;
    margin-bottom: 15px;
}
.carrera img{
    float: right;
    height: 250px;
    margin: 15px 50px 15px 50px;
}

.carrera p {
 text-align:justify;
 font-size: 20px;
 margin: 10px ;
 color: black;
}

.carrera a{
    text-align:justify;
    font-size: 15px;
    margin: 10px ;
    color: black;
    display: inline;
    font-style: italic;
    }
.carrera h5 {
    font-size: 17px;
    text-align: end;
}
.mid-break{
    height: 75px;
}
.clear{
    display: none;
}


.lugares {
    width: 90%;
    margin: auto;
}
.lugares p{
    color:black;
    font-size: 17px;
}

.lugares a{
    color: black;
    display: inline;
}
.lugares img{
    margin: 0 auto 30px 25px;
}
.mapa {
    width: 100%;
    margin: 50px auto 20px auto;
}


.Subscribe {
    background-color: #c55e7d;
    font-size: 10px;
    padding: 5px;
    border-radius: 10px;
    width: fit-content;
    margin: 20px 60px;
    float: right;
}

footer{
    background-color: #c55e7d;
    bottom: 0;
    width: 100%;
    margin-top:200px;
    height: 60px;
    position: sticky;
    align-items: center;
    display: flex;
}


footer img {
    height: 40px;
    margin: 0 5px;
}

footer div.container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin: 20px;

}

footer div.container div{
    display: flex;
    justify-content:space-evenly;
    text-align: center;
    align-items: center;
    color: #dddddd;
    text-shadow: 2px 1px black;
}

footer a {
    display: flex;
    text-align: center;
    align-items:center;
}
