@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;
}

body {
    background-color: #f9f6f2;


}


/*-------------------------------inicia slider-------------------------*/

section ul li img {
    height: auto;
    width: 100%;
}

/*-------------------------------termina slider-------------------------*/

/*-------------------------------inicia menu-------------------------*/

.tt-nav .light-header,
.tt-nav.sticky .light-header,
#header.transparent-header.sticky .light-header,
.light-nav {
    background: #f9f6f2 !important;
}
.menuzord-menu{margin-right: 20px;}

.menuzord-menu ul.dropdown li > a::before,
.menuzord-menu > li > .megamenu .megamenu-row li > a::before {
    display: block;
    content: "";
    position: absolute;
    /*-----*/
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #998266;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuzord,
.menuzord * {
    font-family: raleway;
    text-transform: uppercase;
    font-weight: 500 !important;


}

#header.transparent-header .light-header,
#header.transparent-header .dark-header,
#header.transparent-header {
    background-color: rgba(250, 250, 250, .2) !important;
    z-index: 1050;
}

.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li.active > a > i,
.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu > li:hover > a > i {
    color: #f2ece6 !important;
}

.menuzord-menu ul.dropdown li:hover > a,
.menuzord-menu ul.dropdown li.active > a,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row li.active > a {
    color: #73614d;
    background-color: #f9f6f2;
}

.menuzord-menu > li > a,
.menuzord-menu > li > a > i,
.dark.menuzord-menu > li > a {
    color: #202020;
}



/*-----------------------------------------------------
inicio portada 
-------------------------------------------------------*/
.hero-full {
    height: 100vh;
    width: 100%;
    background-color: #f9f6f2;



}

section.hero-full .container{width: 100vw;
height: auto;
    padding:0;
}

.hero {padding:0px;

    width: 100%;
    height: 100%;
    background-image: url(../imagenes/_RIG8181.jpg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     animation: hero-banner 120s infinite ease-in-out;




}

@keyframes hero-banner {
    0% {
        transform: translateX(0px) translateY(0px) scale(1.2);
    }

    25% {
        transform: translateX(-50px) translateY(50px) scale(2);
    }

    50% {
        transform: translateX(-50px) translateY(-50px) scale(1.2);
    }

    75% {
        transform: translateX(50px) translateY(-50px) scale(2);
    }

    100% {
        transform: translateX(50px) translateY(-50px) scale(1.2);
    }

}

.title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    background: transparent;
    visibility: visible;
    z-index: 1500;
    height: 80%;
    color: #f9f6f2;
    margin-left: 5%;
    margin-bottom: 150px;
    vertical-align: text-bottom;
}

.title h1,
.title h2 {
    text-align: left;
    font-size: 3em;
    color: #f9f6f2;
    font-family: raleway;
    vertical-align: text-bottom;

}

.title h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    margin-top: -10px;
}


.about {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------
termina  portada 
-------------------------------------------------------*/

section.about {
    background-color: #f9f6f2;
    height: auto;
    width: 100%;


}

section.about .container {
    margin-top: 50px;
    margin-bottom: 100px;
    margin-left: 12%;
    margin-right: 12%;
    width: 76%;
    height: auto;
}

.section-padding {
    padding: 0;
}



.border-bottom-tab .nav-tabs > li.active > a,
.border-bottom-tab .nav-tabs > li.active > a:focus,
.border-bottom-tab .nav-tabs > li.active > a:hover,
.border-bottom-tab .nav-tabs.nav-justified > .active > a,
.border-bottom-tab .nav-tabs.nav-justified > .active > a:focus,
.border-bottom-tab .nav-tabs.nav-justified > .active > a:hover {
    color: #393126 !important;
    border-bottom: 4px solid #bfa280 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    cursor: default;
    background-color: #f2ece6;
    border: 1px solid #eee;
    border-bottom-color: transparent;
}

.border-bottom-tab .nav-tabs > li::before,
.border-bottom-tab .nav-tabs.nav-justified > li::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #bfa280;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    z-index: 10;
}

.border-bottom-tab .nav-tabs > li > a,
.border-bottom-tab .nav-tabs.nav-justified > li > a {
    color: #86715a;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 25px 30px;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 4px solid transparent !important;
    background: none;
}




.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: #86715a;
}



.tab-panel {
    margin: 0 0 0 0;
    width: auto;
}

.border-bottom-tab ul.nav-tabs {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
}

section#bio {
    width: 100%;
    height: auto;
    background-color: #f9f6f2;
    position: relative;
    padding-top: 100px;
    z-index: 1600;

}

.bio {
    width: 76%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    margin: 0 12% 50px 12%;
}

.bio-text {
    width: 60%;
    padding-right: 5%;
}

.bio-text p {
    font-family: 'Raleway', sans-serif !important;
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 400;
    color: #26201a;

    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}

.bio-image {
    width: 35%;
}

.bio-image img {
    width: 100%;
    height: auto;
}


.tab-panel p {
    font-family: 'Raleway', sans-serif !important;
    font-size: 1.5em;
    line-height: 180%;
    font-weight: 400;
    color: #26201a;

    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}

.banner-15 {
    background-image: url(/imagenes/_RIG8181.jpg);



}





/*------css titulos----*/


section#subtitle {
    background-color: #f9f6f2;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 50px;
    z-index: 1600;

}

.subtitle {
    height: auto;
    width: 76%;
    margin: 0 12% 0 12%;
}

.subtitle h2 {
    padding: 10px 0 10px 0;
    color: #393126;
    font-weight: 100;
    font-size: 2em !important;
    text-align: center;
    margin-top: 100px;
}

.subtitle h3 {
    padding: 10px 0 10px 0;
    color: #393126;
    font-weight: 100;
    font-size: 2em !important;
}

section#gallery {
    background-color: #f9f6f2;
    height: auto;
    width: 100%;
    padding-top: 100px;
    position: relative;
    z-index: 100;

}

section .subtitle {
    background-color: #f9f6f2;
    width: 76%;
    margin: 0 12% 0 12%;
    height: auto;

    z-index: 100;

}

.intro p {
    font-size: 1.3em;
    line-height: 1.8em;
    text-align: justify;
    font-weight: 400;

    color: #393126;

}

.intro .cita {
    text-align: end;
    margin: 0;



}

/*-- inicia opus--*/

section#oppus {
    background-color: #f9f6f2;
    width: 100%;
    height: auto;
    padding-top: 10px;
    position: relative;


}

.oppus {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 76%;
    margin: 50px 12% 100px 12%;
}

.oppus_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 30px;



}

.oppus_text h2 {
    color: #393126;
    font-size: 2em;
    font-weight: 200;
}

hr {
    width: 100%;
    border-bottom: 1px solid #bfa280;
}

.oppus_image {
    width: 40%;
    height: 250px;
    overflow: hidden;
}

.oppus_image img {
    width: auto;
    height: 100%;
    transition: 5s all linear;
}

.oppus_image img:hover {
    transform: scale(1.2);

}

/*-- termina opus--*/



footer {
    height: auto;
    width: 100%;
    background-color: #998266;
}

footer .container {
    width: 70%;
    margin: 0 15%;
    padding: 30px 0;
    color:
        #f9f6f2;
}

footer .container a {
    color: #29221b;
}

footer .container p {
    margin: 0;
    padding: 0;
    text-align: center;
}

footer .column {
    margin: 0;

}

.row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}




/*-media querries-*/

@media all and (max-width:700){.oppus{flex-direction:column;}
    
    .oppus_image{width:70%;
    margin: 0 15%;
    height:auto;}
    .oppus_image img{width:100%;
        height:auto;
    }
}

@media all and (max-width:500){.oppus_image{width:90%;margin:0 5%;}}





