@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;
}

body {
    background-color: #f9f6f2;
    width: 100%;
    height: auto;


}


/*-------------------------------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: 100000000;
}

.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 {

    width: 100%;
    height: 100vh;
    background-color: #f9f6f2;




}




section.hero-full .container{width: 100vw;
height: auto;}

.hero {

    width: 100%;
    height: 100%;
    background-image: url(../imagenes/materiales.jpg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: contain;

    animation: hero-banner 120s infinite ease-in-out;



}

@keyframes hero-banner {
    0% {
        transform: translateX(0px) translateY(0px) scale(1.2);
    }

    25% {
        transform: translateX(0px) translateY(0px) scale(2);
    }

    50% {
        transform: translateX(0px) translateY(0px) scale(1.2);
    }

    75% {
        transform: translateX(0px) translateY(0px) 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;
    margin-bottom: 10px;
}

.title h3 {
    color: #f9f6f2;
}


.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: 40%;
}

.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);



}



.tab-content {
    height: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

#tab-1 {
    font-family: "ralewey", sans-serif !important;
    font-size: 16px;
}

.tab-panel ul li {
    list-style-type: square;
    color: #393126;
}

.academic {
    height: auto;
    margin-top: 50px;
}

table {
    width: 70%;
    border-collapse: collapse;
}

tr {

    height: 55px;

}

.second {
    width: 20px;
}

td {
    font-family: "ralewey", sans-serif !important;
    font-size: 16px !important;
    border-bottom: 1px dotted #bfa280;
    padding-top: 20px;
    padding-bottom: 5px;
    line-height: 24px;
    color: #393126;
}

.tab-panel h2 {
    color: #998266;
}




/*------ galeria----*/

section#gallery {
    background-color: #f9f6f2;
    height: auto;
    width: 100%;
    padding-top: 100px;
    position: relative;
    z-index: 100;

}

section .subtitle {
    background-color: #f9f6f2;
    width: 76%;
    padding: 0 12% 50px 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;

}

/*-- galeria------------*/
#galleria {

    width: 100%;
    height: auto;
    background-color: #f9f6f2;
    padding: 50px 0;
    position: relative;

}



.galeria {

    width: 76%;
    margin: 0 12%;
    height: auto;
    background-color: #f9f6f2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}


.pic {
    margin: 50px 0;
    height: auto;



}




.galeria img {
    height: 300px;

}



.foot h4 {
    margin: 5px 0;
    color: #393126;
}

.foot h2 {
    padding-top: 20px;
    color: #393126;
}

hr {
    width: 100%;

    border-bottom: 1px solid #bfa280;
}


.fancybox-caption__body h4 {
    color: #f9f6f2;
}

/*-- galeria------------*/







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:767px){
    .galeria{flex-direction:column;}}
    
    @media all and (max-width:600px){
    .galeria{flex-direction:column;
    width:90%;
    margin-left:10%;
    margin-right:10%;
        
    }
    
    .pic {
    width: 90%;
    margin: 50px 10px;
    height: auto;}
        .galeria img{width:100%;height:auto;}
    }
