@charset "utf-8";
/* CSS Document */
:root{
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    color: #000000;
    font-family: 'arial', serif;
    background: rgba(180, 150, 50, 0.1);
    display: grid;
    grid-area: plantilla;
}

header{
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    background: rgba(0, 0, 0, 0.05);
    }

    .cab{            
        justify-content: space-between;                       
        align-items: center;
        border-bottom: groove 3px rgb(187, 104, 2);
        display: grid;
        grid-area: cab;
        }

    #cintillo{
        width: 100%;
        margin-top: 1em;
        font-size: 1.2rem;
        margin:auto;
        color: floralwhite;
        background-color: #000000;
    }

        .cintillo{
            grid-area: cintillo;
        }

    #img_cab{
       
    }
        .img_cab{
            width: 100%;
            height: 100%;
            margin-top: 1em;
            margin:auto;
            background-color: #000000;
            display: flex;
            grid-area: img_cab;
        }

    #mn_prin{
        width: 100%;
        margin: auto;
        background: rgba(187, 104, 2, 0.10);
    }

        .mn_prin{
            font-size: 1.1em;
            color: black;
            list-style: none;
            display: inline-flex;
            flex-direction: row;   
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            grid-area: mn_prin;
        }

        header nav a{
            padding: 5px 5px;
            display: inline-flex;
            text-decoration: none;
            flex-direction: row;
            color: black;
            text-shadow: 2px 1px 0px rgba(255, 179, 0, 0.51);
            border-right: solid 2px rgb(0, 0, 0);   
        }

        header nav a:hover,
        header nav a:active {
            font-size: 1.1em;
            font-weight: bold;
            color:white;
            text-shadow: 2px 2px 0px white(255, 179, 0, 0.51);
            padding-bottom: 5px ;
            background-color: rgba(0, 0, 0, 0.4);
            border-bottom: white 4px solid;
        }

#post_head{
    width:100%;
    height: auto;
    padding-bottom: 5em;
    text-align: center;
}
    .post_head{
        grid-area: post_head;
    }

    .navegacion{
        font-size: 1.3em;
        font-style: italic;
        font-weight: 500;
        text-align: left;
        margin-left: 1rem;
        margin-bottom: 1rem;
        padding-top: 5px;
        padding-bottom: 5px;
        background-image: linear-gradient(rgba(235, 225, 225, 0.2) 8%, 
                                          rgba(255, 179, 0, 0.4)100%), 
                                            url(../img/bg_nav2.jpg);
        background-size: cover;
    }
    .contrata{
        width:100%;
        margin-bottom: 0.8em;
        padding-bottom: 0.5em;
        text-align: center;
        border-top: groove 8px rgba(0, 0, 0, .80);
        border-bottom: groove 3px rgba(0, 0, 0, .80);
    }
            
#pre_central{
    width: 100%;
    height: auto;
    margin: auto;
    color: #ffffff;
    text-align: left;
    padding-left: 1em;
    padding-bottom: 0.5em;
    border-top: groove 5px goldenrod;
    border-bottom: gold 2px solid;
    background-color: #000000;
}
    
    .pre_central{
        grid-area: pre_central;
    }

.rider{
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 1.5em;
    border-top: white 8px solid;
    border-bottom: goldenrod 5px solid;
    background-color: white;
    background-image: url(../img/bgpx_rayas.png);
    grid-area: rider;
}
   
    #id_rider{
        width: 100%;
        height: 97%;
        margin-top: 5px;
        margin-left: 10px;
        padding-left: 5px;
        box-shadow: gray 3px 3px 15px;
        grid-area: id_rider;
    }

    #ideal{
        width: 100%;
        font-size: 1.1rem;
        font-style: italic;
        padding-left: 15PX;
        grid-area: ideal;
    }

    ul{
        padding-left: 15px;
        list-style: none;
    }

    #descri_paq{
        width: 100%;
        font-size: 1.1rem;
        font-style: italic;
        padding-left: 15PX;
        align-items: center;
        grid-area: descri_paq;
    }

    #comple_paq{
        width:100%;
        height:95%;
        font-size: 1.1rem;
        font-style: italic;
        padding-left: 15PX;
        align-items: center;
        background-color: #ffffff;
        grid-area: comple_paq;
    }

#galerias{
    width: 100%;
    height: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flexbox;
    grid-area: galeria;
}

    .galeria{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        width: 90%;
        margin: auto;
        grid-gap: 10px;
        padding: 40px 0;
        overflow: hidden;
    }

    .tit_gal{
        width: 90%;
        height: 3em;
        margin: auto;
        font-size: 1.3em;
        padding: 10px 1px;
        background-color: white;
        border-top: #000000 groove 5px;
    }
    .galeria > a{
        display: block;
        position: relative;
        overflow: hidden;
        box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
    }

    .galeria img{
        width: 100%;
        vertical-align: top;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s;
    }

    .galeria a:hover img{
        filter: blur(2px);
        transform: rotate(10deg) scale(1.3) ;
    }

    .light-box{
        margin-top: 100px;
        position: fixed;
        top: 150px;
        left: 300px;
        width: 50%;
        height: 2vh;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: scale(0);
        background-color: rgba(0,0,0, 0.8);
        transition: transform .3s ease-in-out;
        z-index: 1000;
    }

    .light-box image{
        width: 95vw;
        max-height: 95vh;
        box-shadow: 5px 50px 6px rgba(250, 250, 200, 0.8);
        border-bottom: #ffffff 10px solid;
    }

    .light-box:target{
        transform: scale(0.65);

    }

    .close{
        font-size: 4em;
        font-weight: 600;
        display: block;
        position: absolute;
        top: 400px;
        right: 300px;
        background: red;
        color:white;
        text-decoration: none;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 80px;
        border-radius: 50%;
    }

    .next{
        display: block;
        width: 200%;
        height: 70px;
        border: #ffffff 5px solid;
    }

    .navend{
        width: 30%;
        height: 1.5em;
        margin: auto;
        margin-bottom: 10px;
        text-align: center;
        justify-content: space-between;
        display: flex;        
    }

#pre_ft{
    width: 95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-top: 5px groove white;
    border-bottom: 1px solid black;
    }

    .pre_ft{
        grid-area: pre_ft;
    }

    .tit_preft{
        width: 100%;
        height: auto;
        margin: auto;
        color: #ffffff;
        text-align: left;
        padding-left: 1em;
        padding-bottom: 0.5em;
        border-top: groove 5px goldenrod;
        border-bottom: gold 2px solid;
        background-color: #000000;
        grid-area: tit_preft;
    }

    .col-pft-1{
        margin-left: 5em;
        grid-area: col-pft-1;
    }
    .col-pft-2{
        grid-area: col-pft-2;
    }
    .col-pft-2{
        grid-area: col-pft-3;
    }
    .col-pft-2{
        grid-area: col-pft-4;
    }

    .btn-paq{
        width: 8em;
        height: 1.5em;
        margin: 1em 1em;
        font-size: 1.5em;
        color: black;
        text-decoration: none;
        border-left: #000000 5px solid;
        border-right: #000000 5px solid;
        background-image: url(../img/bgbtn_metaldorado.jpg);
        background-size: cover;
    }

    .btn-paq:hover{
        width: 10em;
        height: 1.5em;
        margin: 0.5em 0.5em;
        font-size: 1.5em;
        color: white;
        text-decoration: none;
        border-left: yellow 5px solid;
        border-right: yellow 5px solid;
        background-color: #000000;
    }

    .col-pft-1{
        grid-area: col-pft-1;
    }

    .col-pft-2{
        grid-area: col-pft-2;
    }

    
    .col-pft-3{
        grid-area: col-pft-3;
    }

    .col-pft-4{
        grid-area: col-pft-4;
    }

    .btn{
        width: 8em;
        height: 1em;
        margin: 0.5em 1em;
        font-size: 1em;
        color: black;
        text-decoration: none;
        
    }

    .btn a:hover {
        text-decoration: none;
        color: white;
        font-size: 1.5em;
        background: black;
    }

    .btn a:visited {
        text-decoration: none;
        color: black;
        font-size: 1.5em;
        background: black;
    }

    .btn a:active {
        text-decoration: none;
        color: darkgoldenrod;
        font-size: 1.5em;
        background: black;
    }

footer{
    margin-top: 1em;
    padding: 1em 1em;
    color: antiquewhite;
    align-items: center;
    border-top: #000000 groove 8px;
    background-image: linear-gradient(rgba(0,0,0,.20) 8%, 
                                      rgba(0, 0, 0, .80)100%), 
                                        url(../img/bgdesarrollo_web.jpg);
    background-position: center center;
    background-size: cover;
    }

    .pie_pag{
        display: grid;
        grid-area: pie_pag;
    }
    .mn_inf{
        background-color:rgba(0, 0, 0, .10);
    }

    .mn_inf ul{
        width: 100%;
        font-size: 1.1em;
        list-style-type: none;
        line-height: 2em;
    }

    .mn_inf a{
        color:white;
        font-style: italic;
        text-decoration: none;
    }
    .mn_inf a:hover{
        color:yellow;
        font-size: 1.3em;
        background-color: black;
    }

.linka{
    color: blanchedalmond;
    font-size: 1.5em;
    text-decoration: none;   
}

.linkb{
    color: black;
    font-size: 1.2em;
    text-decoration: none;   
    text-shadow: goldenrod 3px 3px 3px;
}

.linkb:visited{
    color: black;
    font-size: 1.2em;
    text-decoration: none;
    text-decoration-style: none;   
}

.linkc{
    color: yellow;
    font-size: 1.8em;
    text-decoration: none;   
    text-shadow: black 3px 3px 3px;
}

.imgcard{
    -webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    border-radius: 5%;
}
.imgpromos{
    margin-bottom: 1em;
    -webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.titulo{
    font-size:2rem ;
    font-weight: 600;
    text-shadow: rgb(0, 0, 0) 5px 3px 3px;
}

.subtitulo{
    font-size:1.5rem ;
    font-weight: 400;
    text-shadow: rgb(0, 0, 0) 5px 3px 3px;
}

.tit_secc{
    font-size: 1.2em;
    font-weight: 500;
    text-shadow: rgb(245, 245, 254) 2px 2px 1px;
}

.tit_cel{
    font-size: 1.2em;
    font-weight: 500;
    background-image: url(../img/bgbtn_alum.jpg);
    background-size: cover;
}

.p_prin{
    font-size: 1em;
    text-align: justify;
    padding: 1em 1em;
}


