@font-face {
    font-family: "websymbolsregular";
    src: url('fonts/websymbols-regular-webfont.eot');
    src: url('fonts/websymbols-regular-webfont.eot?#iefix') format('enbedded-opentype'),
        url('fonts/websymbols-regular-webfont.woff') format('woff'),
        url('fonts/websymbols-regular-webfont.ttf') format('truetype'),
        url('fonts/websymbols-regular-webfont.svg#websymbolsregular') format('svg');

    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0px auto;
    padding: 0px auto;
    text-decoration: none;
}

html {

    scroll-behavior: smooth;
}

body {
    width: 90%;

}

#encabezado {

    position: relative;
    display: flex;
    align-items: center;
   
    width: 100%;

    height: 55px;

    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;

}

#encabezado #logo {
    position: relative;
    display: block;
 

}

#encabezado #logo a{
    z-index: 200;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;

    cursor: pointer;
}

#encabezado #logo img {
    width: 12.5rem;

}




#encabezado #menu {
    display: flex;
    padding: 10px;
}



#encabezado #menu a {
    display: block;

    text-align: center;

    font-size: 1.2rem;
    width: auto;

    margin: 2px 0px 0px 2px;
    padding: 5px;

    border-right: 1px solid white;
    color: rgb(255, 255, 255);

    transition: 0.3s;

}

#encabezado #menu a:last-child {
    border: none;
    margin: 0px 4px;

    width: auto;

    border: 1px solid rgb(82, 82, 82);
    border-radius: 1rem;
    background-color: rgba(255, 179, 2, 0.5);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    font-style: italic;

    transition: 0.5s;

}


#encabezado #menu a:last-child:hover {

    display: block;
    font-size: 1.8rem;

}

#encabezado #menu a:hover {

    background-color: rgba(255, 179, 2, 0.5);
    border-radius: 5px;

}

#portada {
       
    background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0,0,0,.4)),
     url(_DSC0327-2.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40% 70%;

    width: 100%;
    height: 100vh;
    max-height: 100vh;

    box-shadow: 0px -30px 25px 25px rgb(63, 62, 62, 0.5);

}

#portada .texto__portada {
    position: absolute;
    bottom: 12.5rem;
    left: 10%;

    width: 25rem;

}

#portada .texto__portada #eslogan {

    display: block;
    font-size: 3.6rem;

    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    color: white
}

#portada .texto__portada button {
    display: block;
    margin: .625rem auto;
    width: 15.625rem;

    border: 1px solid rgb(82, 82, 82);
    border-radius: 1rem;
    background-color: rgba(241, 227, 21, 0.8);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    font-weight: bold;
    font-style: italic
}

#portada .texto__portada button a {
    color: white;
}

#flota {
    padding: .625rem;

    background: rgba(0, 0, 0, .9);
    background: linear-gradient(180deg,
            rgba(242, 176, 64, 0.05) 1%,
            rgba(242, 176, 64, 0.15) 15%,
            rgba(242, 176, 64, 0.3) 30%,
            rgba(242, 176, 64, 0.40) 45%,
            rgba(242, 176, 64, 0.40) 60%,
            rgba(242, 176, 64, 0.30) 75%,
            rgba(242, 176, 64, 0.15) 90%,
            rgba(242, 176, 64, 0.05) 100%);
    box-shadow: 0px 0px 10px #ebe0e0;
}

#contenedor__flota {
    display: flex;

    max-width: 90%;
    height: 300px;

    margin: 10px auto;

}


#descripcion__encabezado {
    align-self: center;
    flex-basis: 50%;

}


#img__flota {
    position: relative;
    flex-basis: 50%;

    width: 100%;
    height: 100%;

}

#img__flota img {
    display: block;
    width: inherit;
    height: inherit;

    object-fit: cover;

}

#contenedor_cards {

    display: flex;
    gap: .9375rem;

    overflow-x: scroll;

}

/*color: white;*/


.card__flota {
    min-width: 15.625rem;
    width: 300px;

    scroll-snap-align: center;

    background: rgba(0, 0, 0, .6);
    /* background: radial-gradient(circle, 
    rgba(0, 0, 0, 0.1) 1%, 
    rgba(0, 0, 0, 0.15) 15%,
     rgba(0, 0, 0, 0.25)30%,
     rgba(0, 0, 0, 0.28) 45%, 
     rgba(0, 0, 0, 0.25) 60%,
     rgba(0, 0, 0, 0.20) 75%,
     rgba(0, 0, 0, 0.08) 90%,
    rgba(0, 0, 0, .02) 100%);*/

    box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
}

.contenedor__flotaimg {
    position: relative;
    width: 180px;
    height: 150px;
    border-radius: 4px;

    transition: 3ms;

}

.card__flota img {

    display: block;
    margin: 5px auto;
    width: inherit;
    height: inherit;

   
    box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 1);
    border-radius: 5.6px;

    object-fit: fill;

}

.contenedor__flotaimg::after {
    position: absolute;
    content: "";
    top: 0%;
    width: inherit;
    height: inherit;

    box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 2);
    z-index: 10;
    transition: 1ms;

}

.contenedor__flotaimg:hover.contenedor__flotaimg::after {
    display: none;
}


.card__flota h3 {
    text-align: center;
    /*color: black;*/

}

.card__flota a {
    display: block;
    margin: 10px auto;


    width: 40%;
    height: 30px;
    text-align: center;


    font-size: 20px;
    line-height: 1.5;

    color: white;
    border: .0625rem solid white;

}



#sec__Amenidades {
    background: #ccc;

    box-shadow: 0px 0px 16px #a19e9e;

}

#sec__Amenidades h3 {
    display: block;
    text-align: center;
    position: relative;
    top: 15px;

    font-size: 32px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#sec__Amenidades #contenedor__amenidades {


    width: 80%;
    margin: 20px auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);

    grid-gap: 8px;
}

#sec__Amenidades #contenedor__amenidades .amenidades {
    background: white;
    text-align: center;

}

#sec__Amenidades #contenedor__amenidades .amenidades h4 {
    font-size: 1.5rem;
    margin-top: .375rem;
}


#sec__Amenidades #contenedor__amenidades .amenidades img {
    width: 200px;

}





/*
#lateral .asidebox #social div a{

    font-family: "websymbolsregular";
}
*/

#sec__reserva {
    display: flex;
    align-items: center;

    width: 90%;
}

#contenedor__formulario {

    margin: .625rem auto;
    padding: .125rem .375rem;
    background-color: rgba(241, 227, 21, 0.1);
    flex: 70% 2 1;
    min-height: 25rem;

    position: relative;
    background-color: #ebebeb;
    box-shadow: 0rem 0rem .625rem rgba(218, 218, 218, 0.5);

}

#secformulario #contenedor__formulario form {
    font-weight: 600;

}

#sec__reserva #contenedor__formulario form h2 {
    text-align: center;
    font-size: 38px;

}

#contenedor__opcionesdereservas {
    flex: 30% 2 0;
    text-align: center;

    justify-self: center;
    align-self: center;

}

#goromanareservas img {

    width: 40%;
}

#contenedor__opcionesdereservas div {
    margin: 10px auto;

}

#contenedor__opcionesdereservas div a {
    display: block;
}

#footer {
    background-color: #232323;

}

#footer  { 
    color: #ebebeb;
}

.contenedor__infofooter {
    display: flex;
    color: white;
    padding: 5.2px;
}

.Contactos__footer {

    width: 60%;
    height: 12.5rem;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 40%, 60%;
    grid-template-areas:
        " correos numeros"
        " info info"
    ;

    margin: auto;

    padding: 5px;

    color: white;
}

.emails {
    grid-area: correos;

}

.Tell__numbers {
    grid-area: numeros;

}

.info__footer {
    grid-area: info;
    text-align: center;
}

#location {
    margin: auto;

}

#location h5 {
    font-size: 24px;
}