﻿.signature {
    width: 200px;
}
/* Carousel styling */
#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
    height: 100vh;
}

.witheband {
    display: flex;
}

.textreveal {
    text-align: justify;
    position: absolute;
    top: 47px;
    left: 23px;
    font-weight: 100;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    transition: all .01s ease;
}

.menucontainer {
    display: inline-flex;
    font-size: 45px;
    text-align: justify;
    position: absolute;
    top: 0px;
    left: 10px;
    font-weight: 100;
    /*    color: #fff;*/
    font-family: 'Dosis', sans-serif;
    transition: all .01s ease;
}

    .menucontainer li {
        font-size: 19px;
        text-align: justify;
        font-weight: 100;
        font-family: 'Dosis', sans-serif;
        transition: all .01s ease;
    }

    .menucontainer btn {
        font-size: 19px;
        text-align: justify;
        font-weight: 100;
    }

    .menucontainer:hover {
        /*        cursor: pointer;
        font-weight: 400;
        color: #ff0000;*/
    }

.Linktopname {
    cursor: pointer;
    /*   display: flex;*/
    font-size: 45px;
    text-align: justify;
    position: absolute;
    top: -10px;
    left: 20px;
    font-weight: 100;
    font-family: 'Dosis', sans-serif;
    transition: all .01s ease;
    color: #2c2c2c;
}

    .Linktopname:hover {
        font-weight: 400;
        color: #ff0000;
    }

nav {
    opacity: 80%;
    z-index: 2500;
    position: fixed;
    top: 55px;
    left: 30px;
    padding: 10px;
    border-width: 1px;
    border-radius: 0px 0px 10px 10px;
    color: #ff0000;
    background-color: #ffffff;
    /*   transform:translate(-100%);*/
}

    nav.active {
        /* transform: translate(0%);*/
        background-color: #ffffff;
    }

    nav i {
        color: #0a0a0a;
    }

.toggle {
    z-index: 2000;
} 

.toggle .fa-info-circle {
    display: block;
}

.toggle .fa-times {
    display: none;
}

nav.active .toggle .fa-info-circle {
    display: none;
}

nav.active .toggle .fa-times {
    display: block;
}

.toggle .fa-info-circle:hover {
    color: #ff0000;
}

.toggle .fa-times:hover {
    color: #ff0000;
}

nav.active .toggle .fa-times {
    display: block;
}


.toggle .fa-times:hover {
    color: #ff0000;
}

.textdetail {
    color: #0a0a0a;
    font-size: 19px !important;
    text-align: justify;
    position: absolute;
    /*    top: -24px;
    left: -24px;*/
    transition: all .01s ease;
}

.topname {
    display: inline-flex;
    opacity: .75;
    font-size: 40px;
    text-align: justify;
    position: absolute;
    top: 0px;
    left: 20px;
    color: #0a0a0a !important;
    font-weight: 400;
    font-family: 'Dosis', sans-serif;
    /* font-family: 'Dosis', sans-serif;*/
    transition: all .01s ease;
    /*text-shadow: 0px 0px 5px #000000ff;*/
}

.topname--white {
}

.topname--black {
    color: #2c2c2c;
}

.cv {
    font-size: 17px;
    margin: 10px;
}

.Menuname {
    font-size: 25px;
    color: #2c2c2c;
    font-weight: 100;
    font-family: 'Dosis', sans-serif;
    transition: all .01s ease;
}

    .Menuname:hover {
        font-weight: 400;
        color: #ff0000;
    }

.Namecontainer {
    height: 100%;
    width: 100%;
    align-items: center;
    position: absolute;
    display: flex;
    justify-content: space-between;
    opacity: .5;
    bottom: 0px;
}

.mask {
    height: 120px;
}

#backImage {
    position: absolute;
    top: 55px;
    border: hidden;
    /* display:none;*/
    /* background-image: url("/RootImages/Oaxaca02.jpeg");*/
    /* Center and scale the image nicely */
    /*    background-position: right;
    background-repeat: no-repeat;*/
    /* min-height: calc(100vh-180px);*/
    height: calc(100% );
    width: 100vw;
    overflow: hidden;
    /*    background-size: cover;*/
}

.imageHor {
    /*    height: 100vh;
    width: auto;
    width: 100vw;
    height: 100vh;*/
    /*background-size: 100vw auto;*/
}

.imageVer {
    /*       width: 100%;
    min-height: 100vh;
    height: 100vh;
    background-size: auto 125vh;*/
}

.bottomdiv {
    box-sizing: border-box;
    /* margin-left: 40px; */
    /* margin-right: 400px; */
    display: flex;
    align-content: end;
    justify-content: space-around;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
}

.bottomimage {
    cursor: pointer;
    width: 150px;
    height: 150px;
}





.arrowcontainer {
    height: 100%;
    width: 100%;
    align-items: center;
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 0px;
}

.arrow {
    padding: 10px;
    cursor: pointer;
    height: 100px;
}

.float {
    position: absolute;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    transition: all .3s ease;
}

    .float:hover {
        width: 200px;
        height: 200px;
        transform: translate(-50px, -50px);
    }

    .float img {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%
    }

.fill {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    transition: all .3s ease;
}

    .fill:hover {
        width: 150px;
        height: 150px;
        /*-ms-transform: scale(2.5);*/ /* IE 9 */
        /*-webkit-transform: scale(2.5);*/ /*Safari 3-8 */
        /*transform: scale(2.5);*/
        transform: translate(0px, -100px);
        /*bottom: 100px;*/
    }

    .fill img {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%
    }

.navbar .nav-link {
    color: #fff !important;
}

.tituloSubtipo {
    opacity: .75;
    position: absolute;
    display: inline-flex;
    left: 280px;
    top: 30px;
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    z-index: 2000;
    color: #0a0a0a;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    text-shadow: 0px 0px 5px #000000ff;
    transition: all .01s ease;
}
