@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;
}

/*-- intro --*/
p.introduccion{margin-bottom: 30px;line-height: 30px;}
p.cita{text-align: right!important; line-height: 20px;
font-size: 16px;}

/*-- intro --*/









/*-----------------------------------------------------
inicio acerca de 
-------------------------------------------------------*/

.bio {
    height: 768px;
    ;
}

.title {
    display: flex;
    align-items: center;
    position: absolute;
    background: transparent;
    visibility: visible;
    z-index: 3000;
    height: 100%;
    align-items: center;
    margin-left: 10%;
}

.title h2 {
    text-align: left;
    font-size: 5em;
    color: white;
    font-family: raleway;
    animation-name: title;
    animation-direction: normal;


    animation-duration: 3s;
    animation-timing-function: ease-in;



}

@keyframes title {
    from {
        opacity: 0;
        transform: translateY(200px);
    }

    to {

        color: 1;
        transform: translateY(0);

    }
}

.about {
    width: 100%;
    height: auto;
    margin: 100px 0 !important;
    position: relative; 
    
}

.text {
    width: 50%;
    margin: 150px 25%;
    font-weight: 200;
    color: #393126;
    font-size: 1.5em;

}

.text p {
    text-align: center;
}


.text {}




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;
}
