html {
    scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Fira Sans', sans-serif;
  width: 100vw;
}

body{
    background: #27709b;
    background-image: url(../img/fondo.svg);
    background-attachment: fixed;
    background-size: cover;
}

.enlacesFijos {
    position: relative;
  	z-index: 2; 
    width: 100vw;
    display: flex;
    filter: drop-shadow(0px 4px 3px black);
}

.bottonConoce {
    background-color: #1576A8;
}

.bottonContact {
    background-color: #59953C;
}

.textNav {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    text-shadow: 0px 2px 1px #39250d;
    padding: 11px;
    text-align: center;
}

.animLogoLottie {
    width: 300px;
    height: 300px;
    position: absolute;
    top: -30px;
}

.logo {
    background-image: url(../img/pagInicio.webp);
    background-size: 155vw;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 336px;
    display: flex;
    justify-content: center;
    background-position-y: -12px;
   }

   @media (min-width: 400px) {
    .logo {
        background-size: 145vw;
        height: 342px;
        background-position-y: -21px;
    }
}
@media (min-width: 700px) {
    .logo {
        background-size: 135vw;
        height: 617px;
        background-position-y: -60px;
    }
    .animLogoLottie {
        width: 400px;
        height: 400px;
    }     
}
@media (min-width: 900px) {
    .logo {
        background-size: 125vw;
        height: 666px;
        background-position-y: -100px;
    }
}
@media (min-width: 1000px) {
    .logo {
        background-size: 100vw;
        height: 626px;
        background-position-y: -71px;
    }
}
@media (min-width: 1300px) {
    .logo {
        background-size: 100vw;
        height: 768px;
        background-position-y: -136px;
    }
}

.navdos {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 96vw;
    height: auto;
    gap: 39px;
}

.enlaces {
    width: 55vw;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: space-evenly;
}

a {
    text-decoration: none;
    width: auto;
}

h3 {
    width: auto;
    font-size: 7vw;
    color: #ffffff;
    text-shadow: 0px 2px 1px #39250d;
    padding: 11px;
}

@media (min-width: 760px) {
    .enlaces {
        width: 75vw;
        flex-direction: row;
        justify-content: space-around;
    }
    h3 {
        font-size: 5vw;
    }
}

@media (min-width: 1000px) {
    .enlaces {
        width: 60vw;
        flex-direction: row;
        justify-content: space-around;
    }
    h3 {
        font-size: 3vw;
    }
}

.title {
    width: auto;
    text-align: center;
    border: outset 6px #ED8615;
    border-radius: 33px;
    background-color: #F7941D;
}


.contenido {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.about {
    display: flex;
    align-items: center;
    width: 80vw;
    gap: 21px;
    justify-content: space-evenly;
    flex-direction: column;
    margin-top: 39px;
    margin-bottom: 25px;
    border-bottom: solid 2px #fff;
    padding-bottom: 26px;
}

.subTituLand {
    padding-bottom: 6px;
    border-bottom: solid 3px #fff;
}

h1 {
    text-align: center;
    width: auto;
    font-size: 36px;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #000000;
}

p {
    text-align: center;
    width: auto;
    font-size: 29px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #000000;
}

footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    bottom: 9px;
    flex-direction: column;
    flex-wrap: nowrap;
    }

.textConocenos {
    display: flex;
    justify-content: center;
}

.conoceTex {
    text-align: center;
    font-weight: 400;
    width: auto;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #000000;
}

.piepag {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 39px;
    margin-bottom: 18px;
}

.redes {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 19px;
    width: 96vw;
    flex-wrap: wrap;
    align-content: center;
}

.red_ico {
    width: 84px;
    height: auto;
    display: flex;
    align-items: center;
}

.ico_img {
    width: 84px;
    height: auto;
}

.textFooter {
    width: 96vw;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 12px;
    padding-top: 20px;
    border-top: solid 1px #FFF;
}

.footerIzq {
    display: flex;
    justify-content: center;
}

.footerCentro {
    display: flex;
    justify-content: center;
}

.footerDerecha {
    display: flex;
    justify-content: center;
}

.textosFootIzq {
    width: 115px;
    font-weight: 100;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #0f3a3a;
    text-align: left; 
}

.textosFootCen {
    width: 115px;
    font-weight: 100;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #0f3a3a;
    text-align: center;
}

.textosFootDer {
    width: 115px;
    font-weight: 100;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0px 2px 1px #0f3a3a;
    text-align: right;
}

@media (min-width: 1000px) {
    .textosFootIzq {
        width: 248px;
    }
    .textosFootCen {
        width: 248px;
    }
    .textosFootDer {
        width: 248px;
    }        
}