@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Roboto+Condensed&display=swap');
@import url(slider.css);
@import url(fichas.css);

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
:root{
    scroll-behavior: smooth;
}

html{
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
}

body{
    margin: 0px;
}

a{
    text-decoration: none;
}

h1{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    color: #444;
    text-align: center;
    border-bottom: 2px solid darkgoldenrod;
    padding-bottom: 5px;
}

.info-cont{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-cont p{
    color: #324f83;
    text-align: center;
    margin-right: 20px;
}

.top-header{
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    padding: 10px;
}

.menu{
    width: auto;
    height: auto;
    color: white;
    text-align: right;
    padding: 10px;
    position: grid;
    z-index: 10;
}

.menu a:hover{
    background-color: darkgoldenrod;
    border-radius: 10px;
    transition: .2s;
    /*border-bottom: 2px solid darkgoldenrod;*/
}

.logo{
    margin-right: auto;
    margin-left: auto;
}

.button{
    color: white;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
}

.nosotros{
    background-image: url(../img/tira2.jpg);
    background-size: cover;
    width: auto;
    height: 100vh;
    background-color: #444;
    padding: 100px;
    position: relative;
}

.nosotros h1{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
    border-bottom: 2px solid darkgoldenrod;
    padding-bottom: 5px;
} 

.nosotros h2,
.nosotros p{
    color: white;
    padding-bottom: 5px;
}

.tira{
    width: 400px;
    height: 180px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.text-1{
    color: white;
    text-align: justify;
    margin: 0px 20px;
}

.vision, .mision{
    width: 50%;
    height: auto;
    padding: 2em;
    text-shadow: 1px 1px rgba(0, 0, 0, .6);
    background-color: darkgoldenrod;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .6);
    border-radius: 10px;
    margin: 0px 15px;
    position: relative;
}

.valores{
    width: auto;
    height: auto;
    padding: 20px;
    margin: 30px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fame{
    width: auto;
    height: 100vh;
    padding: 75px 150px;
}

.feur{
    width: auto;
    height: auto;
    padding: 75px 150px;
}

.fame, .feur h2{
    color: #fff;
    text-align: center;
}

.fich-am, .fich-eur{
    width: auto;
    height: auto;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    background-color: #ccc;
}


.container{
    background-size: cover;
    width: 340px;
    height: 380px;
    border-radius: 10px;
    padding: auto;
    margin: 25px 20px;
    display: flex;
    flex-direction: column-reverse;
}

.fdes{
    width: auto;
    height: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(0, 0, 0, .6);
    display: grid;
    place-content: center center;
}

.fdes a:hover{
    background-color: darkgoldenrod;
    transition: .2s;
}

.info{
    margin: 5px;
}

.b-ficha{
    font-size: 17px;
    text-align: center;
    width: auto;
    height: 35px;
    color: white;
    padding: 5px;
    display: block;
    border: 2px solid darkgoldenrod;
    border-radius: 10px;
    margin-bottom: 7px;
}

.text-2{
    color: #444;
    text-align: justify;
    padding: 10px 0px;
}

.eq{
    width: auto;
    height: auto;
    position: relative;
    display: block;
}

.footer{
    padding: 30px;
    background-color: #444;
    /*background: -moz-linear-gradient(top, rgba(69, 72, 77,1) 0%, rgba(0,0,0,1) 100% );
    background: -webkit-linear-gradient(top, rgba(69, 72, 77,1) 0%, rgba(0,0,0,1) 100% );*/
    border-top: 7px solid darkgoldenrod;
    width: 100%;
    height: auto;
}

.footer p{
    font-size: 18px;
    color: #fff;
    border-bottom: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container{
    margin-top: 40px;
    margin-left: 50px;
    padding: 0px 30px;
    display: block;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    float: left;
}

.logo-footer img{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer a{
    display: block;
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
}

.map{
    margin-right: 20px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe{
    border-radius: 10px;
}

.copy{
    margin: 0%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    background-color: black;
    position: relative;
}
