@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;
}

body {
    background-color: #f9f6f2;


}


/*-------------------------------inicia slider-------------------------*/

section ul li img {
    height: 100%;
    width: auto;
}

/*-------------------------------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;


}
.hero-full .container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #f9f6f2;
    margin: 0;
    padding: 0;

}

.hero {

    width: 100%;
    height: 100vh;
    background-image: url(../imagenes/conglomerado_ceramica.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;
    position: relative;

}

/*-----------------------------------------------------
termina  portada 
-------------------------------------------------------*/

section.about {
    background-color: #f9f6f2;
    height: auto;
    width: 100%;
    position: relative;
    padding-top: 100px;


}

section.about .container {
    margin-top: 50px;
    margin-bottom: 100px;
    margin-left: 12%;
    margin-right: 12%;
    width: 76%;
    height: auto;
}

.section-padding {
    padding: 0;
}

.tables {
    width: 100%;
}

.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: 100%;
    height: 100%;
}



.rev_slider_wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    overflow: visible;
    height: 100% !important;
    width: 100% ! important;
    left: 0 !important;
}

.rev_slider {
    height: 500px;
}

.rev_slider ul li img {
    height: 100% !important;
    width: auto;
}

section .rev_slider .materialize-slider .revslider-initialised .tp-simpleresponsive {
    width: 100%;
    height: 100% !important;
}

.border-bottom-tab {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.forcefullwidth_wrapper_tp_banner #undefined_forcefullwidth {
    height: 100%;
    width: auto;
}

.tp-fullwidth-forcer {
    height: 100% !important;
}

.tp-bgimg {
    background-color: rgb(105, 104, 104) !important;
    background-repeat: no-repeat;
    background-image: url(catalogo/ciudad_sola/1.jpg);
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}

.border-bottom-tab ul.nav-tabs {
    display: flex;
    padding-left: 0;
    flex-direction: column;
    margin-right: 50px;
    width: 250px;
    justify-content: flex-start;
}

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);



}

/*-- slideshow---*/

.border-bottom-tab .panel-body {
    padding: 30px 0;
    width: 100%;
}

.tab-panel .container {
    width: 50%;
}

.slider {
    object-fit: scale-down;
}


button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 20px 5px;
    color: #3c376f;
    font-size: 2rem;
}

button span {
    position: relative;
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.previous:hover span {
    transform: translateX(-10px) scale(1.2);
}

.next:hover span {
    transform: translateX(10px) scale(1.2);
}

.slider-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.slider-nav li {
    display: flex;
    flex: 2;
    text-align: center;
}

.slider img {
    max-width: 100%;
    display: none;
    box-shadow: 10px 10px 20px 0 rgba(94, 47, 59, 0.2);
}

.slider img.active {
    display: block;
    -webkit-animation: fadeImg 0.8s;
    animation: fadeImg 0.8s;
}

.slider-nav .arrow {
    flex: 0 0 15%;
}

.slider-nav a {
    flex-basis: 100%;
    display: flex;
    align-items: center;
}

.slider-nav span {
    display: block;
    width: 100%;
}

@-webkit-keyframes fadeImg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeImg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*-- slideshow---*/


.tab-content {
    height: 550px;


}

#tab-1,
#tab-2,
#tab-3,
#tab-4,
#tab-5,
#tab-6,
#tab-7,
#tab-8,
#tab-9,
#tab-10
{
    font-family: "ralewey", sans-serif !important;
    font-size: 16px;
    height: 100%;
    width: 100%;

}

.forcefullwidth_wrapper_tp_banner {
    width: 100% ! important;
    height: 100% !important;
}

.materialize-slider {
    height: 100% !important;
}

.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;
}


/*---- catalogo----*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

.flexslider {
    width: 50%;
    position: relative;
    height: 500px;
}

.slides {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(99, 99, 99);
    background: linear-gradient(0deg, rgba(99, 99, 99, 1) 0%, rgba(170, 170, 170, 1) 30%, rgba(122, 123, 124, 1) 100%);

}

.slides li {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.slides li img {
    height: auto;
    width: 50%;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5%;
    z-index: 999;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}

.flex-control-nav li a {
    display: block;
    background: #777777;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    text-indent: -9999px;
}

.flex-control-nav li a:hover {
    background: #2E2E2E;
}

.flex-control-nav li a.flex-active {
    background: #2E2E2E;
}

.flex-direction-nav a {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 40px;
    height: 40px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: #fff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-caption p {
    font-family: Lato;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

/*---- catalogo----*/




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;
}
