/*!
* Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
*/

@font-face {
    font-family: "myriad";
    src: url("fonts/regular.otf");
}

@font-face {
    font-family: "gotham";
    src: url("fonts/Gotham-Light.ttf");
}

@font-face {
    font-family: "gotham-medium";
    src: url("fonts/Gotham-Medium.ttf");
}

body {
    overflow: hidden;
    font-family: "myriad";
}

.dropdown-menu a{
    text-align: center;
    display: block;
    margin-top: 1rem;
    color: gray;
}


.sidebar-heading img{
    max-width: 100px;
    position: absolute;
    top: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.add-top-margin{
    /*margin-top: 2.3rem;*/
    margin-top: 1.3rem;
}

#grid-container{
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 200;
    width: 100%;
    height: 100%;
}

#grid{
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url('grid.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#topbar{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 10px;
    background-color: #c21b21;
    z-index: 200000;
    text-align: center;
}

.Red-Box {
    font-family: "gotham";
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin: 5vw 5vw 0vw 5vw;
        margin-top: 5vw;
    background-color: #c21b21;
    height: 25%;
    margin-top: 8em;
}

.Red-Box h3{
    font-size: 3.5vw;
    text-align: center;
    color: white;
    letter-spacing: .1em;

}

.Data-Container{
    height: 60%;
    margin: 0vw 5vw 0vw 5vw;
    padding-top: 1.5vw;
}


.Data-Container .h-20p{
    padding: 0;
    margin: 0;
    height: 10%;
}


.Align-left{
    text-align: left;
}

.Align-center{
    text-align: center;
}

.Align-right{
    text-align: right;
}

.Data-Container .h-60p{
    padding-top: 3rem;
    margin: 0;
    /*height: 40%;*/
    text-align: center;
    align-content: center;
}

.Data-Container .h-30p{
    padding-top: 3rem;
    margin: 0;
    height: 20%;
    text-align: center;
}

.ma-5{

    margin-bottom: 1rem!important;

}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5!important;
}


.Data-Container .h-30p input{
    height: 100%;
    width: 30%;
    background-color: #E5E5E5;
    outline: none;
    border:none;
}

.Data-Container .h-60p textarea{
    width: 100%;
    height: 100%;
    background-color: #E5E5E5;
    outline: none;
    border:none;
    padding: 1rem;

}

.Data-Container .h-20p input{
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: #E5E5E5;
    outline: none;
    border:none;
    text-align: center;
    text-transform:uppercase
}

@media (max-width: 766px) {

    #grid-container{
        display: none;
    }

    .Data-Container .h-20p input{
        width: 95%;
    }
    .Data-Container .h-60p{
        padding-top: 0rem;
    }
    .Data-Container .h-30p{
        padding-top: 0rem;
    }


}

.text-red{
    font-family: "gotham";
    color: #c21b21;
}

.movil, .desktop{
    width: 100%;
    height: 100%;
}

.no-margin{
    margin: 0!important;
}

.carousel {
    height: 100%;
    overflow: hidden; 
}

.grid{
    height: 100%;
    width: 100%;
    position: fixed;
}

.window{
    background-color: grey;
    width: 50%;
    position: fixed;
    margin: 23% auto 23% auto;
    display: block;
}

.inner-text{
    padding: 2em 2em;
    display: block;
    text-align: justify;
}

.inner-text p{
    font-size: 1em;
}

#Section1, #Section2{
    height: 100%;
    width: 100%;
}

.container-fluid{
    width: 100%;
    height: 100vh;
    padding: 0;
}

.logo-wrapper{
    width: 15vw;
    height:fit-content;
    position: left;
}

.sidebar-list{
    height: 100%;
    display: table;
}

.sidebar-list .sidebar-middle-wrapper{
    display: table-cell;
    vertical-align: middle;
    padding-left: 2rem;

}

.inside-menu{
    background-color: transparent;
}

.section-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.SectionItem{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.text-container{
    background-color: rgba(255,255,255,.8);
    width: 50%;
    vertical-align: middle;
}

.conts-style{
    background-size: cover;
    background-position: center;
    cursor: pointer;

}

.im0{
    background-image: url(foto/0.jpg);  
    transition: 0.3s;
}

.im0:hover{
    background-image: url(../imgs/sections/0.jpg);
    transition: 0.3s;
}


.im1{
    background-image: url(foto/1.jpg);
    transition: 0.3s;
}

.im1:hover{
    background-image: url(../imgs/sections/1.jpg);
    transition: 0.3s;
}

.im2{
    background-image: url(foto/2.jpg);
    transition: 0.3s;
}

.im2:hover{
    background-image: url(../imgs/sections/2.jpg);
    transition: 0.3s;
}


.im3{
    background-image: url(foto/3.jpg);
    transition: 0.3s;
}


.im3:hover{
    background-image: url(../imgs/sections/3.jpg);
    transition: 0.3s;
}

.im4{
    background-image: url(foto/4.jpg);
    transition: 0.3s;
}

.im4:hover{
    background-image: url(../imgs/sections/4.jpg);
    transition: 0.3s;
}


.im5{
    background-image: url(foto/5.jpg);
    transition: 0.3s;
}

.im5:hover{
    background-image: url(../imgs/sections/5.jpg);
    transition: 0.3s;
}

.im6{
    background-image: url(foto/6.jpg);
    transition: 0.3s;
}

.im6:hover{
    background-image: url(../imgs/sections/6.jpg);
    transition: 0.3s;
}

.im7{
    background-image: url(foto/7.jpg);
    transition: 0.3s;
}

.im7:hover{
    background-image: url(../imgs/sections/7.jpg);
    transition: 0.3s;
}


.hidethis{
    filter: #000000; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    transition: 0.3s;
}

.hidethis:hover{
    -webkit-filter: grayscale(0);
    filter: none;
    transition: 0.3s;
}



#sidebar-wrapper {
    display:none;
    height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    position: absolute;
    width:inherit;
    padding: 0rem 3rem;
}

#sidebar-wrapper .sidebar-heading img {
    width: 70%;
    height: auto;
}

.navbar-default .navbar-collapse {
    border: none;
}

#sidebar-wrapper .list-group {
    width: 15vw;
}

#sidebar-wrapper .list-group a{
    font-family: "gotham-medium";
    border: none;
    color: grey;
    font-size: 1vw;
    padding-left: 1em;
    text-transform: uppercase;
    margin: .5rem;
}

#sidebar-wrapper .list-group a:hover{
    color: #c21b21;
    text-decoration: none;
}

#sidebar-wrapper .list-group a:focus{
    color: #c21b21;
    text-decoration: none;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}


.carousel-inner {
    /* make sure your .items will get correct height */
    height: 100%;
}

.carousel-item {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.carousel-item img {
    visibility: hidden;
}

.logo{
    position: fixed;
    z-index: 10000;
    margin-left: 2rem;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.bg-primary {
    /*
    background: rgb(106,21,24);
    background: -moz-radial-gradient(circle, rgba(106,21,24,1) 0%, rgba(194,27,33,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(106,21,24,1) 0%, rgba(194,27,33,1) 100%);
    background: radial-gradient(circle, rgba(106,21,24,1) 0%, rgba(194,27,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a1518",endColorstr="#c21b21",GradientType=1);
    */
    background: rgb(194, 27, 33) !important;
}

.logo img{
    max-width: 80px;
}

@media (min-width: 768px) {
    .header{
        display: none;
    }
    #sidebar-wrapper {
        display:block;
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
    .movil{
        display: none;
    }
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c21b21' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c21b21' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.padding-3{
    padding: 3em;
}

.padding-3vw{
    padding: 2vw;
}

.logos{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.h-100{
    height: 100%;
}

.h-49{
    height: 49.5%;
}

.h-33{
    height: 33.33%;
}

.w-90{
    width: 90%;
}

.prop-img{
    width: 100%;
    height: 60%;
    background-size: cover;
    background-position: center;
    cursor:pointer;
}

.prop-img:before{
    content: '';
    width: 25%;
    height: 15px;
    background-color: #c21b21;
}

.red-divider{
    background-color: #c21b21;
    width: 50%;
    height: .3rem;
    margin-bottom: .3rem;
}

.resize-text p{
    font-size: 2vh!important;
}

.no-padding{
    padding: 0em;
}

.justify-flex-end{
    justify-content: flex-end;
}

.boxes{
    width: 100%;
    height: .1rem;
    background-color: #c21b21;
}

.clientes{
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 5em;
}

.margin-1{
    margin-right: 1em;
}

.propiedades{
    margin: auto;
    height: 100%;
}

.padding-1{
    padding-top: 6em;
}

.padding-5{
    padding: 5em;
}

.divider{
    width: 100%;
    height: 1%;
    background-color: #c21b21;
}

.carousel-control-next, .carousel-control-prev{
    width: 5%;
}

.margin-auto{
    margin: auto;
}

.vw-15{
    width: 15vw;
    height: 15vw;
}

.port-text{
    font-family: "gotham";
    font-size: 2vw;
    color: white;
    text-transform: uppercase;
}

@media (max-width: 766px) {

    body{
        overflow: scroll!important;
    }
    .add-margin{
        margin-top: 2em;
    }

    .inner-text{
        padding: 1em 1em;
    }

    .inner-text p{
        font-size: .9em;
    }
    .text-container{
        width: 95%;
        vertical-align: middle;
    }

    .desktop{
        display: none;
    }

    .container-fluid{
        height: calc(100vh - 3.5em);
    }

    .clientes{
        padding: 1.1em;
        height: auto;
    }

    .port-text{
        font-size: 10vw!important;
    }

    .text-conts{
        font-size: 3.5vw!important;
    }

    .margin-1{
        margin: auto!important;
    }

    .PropText{
        font-size: 8vw!important;
    }

    .Mas{
        font-size: 7vw!important
    }

}

.add-padding{
    padding: 3em;
}

.PropText{
    font-family: "gotham";
    text-transform: uppercase;
    font-size: 2vw;
    margin-top: 1.2em;
}

.Mas{
    font-family: "gotham";
    text-transform: uppercase;
    font-size: 1.1vw;
    cursor:pointer;
    color: #c21b21;

}

.display-flex{
    display: flex;
    justify-content: center;
}

.text-conts{
    font-family: "gotham";
    color: white;
    font-size: 2vw;
    text-transform: uppercase;
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
    -moz-filter: grayscale(0%) brightness(100%);
    -ms-filter: grayscale(0%) brightness(100%);
    -o-filter: grayscale(0%) brightness(100%);
    filter: none;
    -webkit-filter: grayscale(1) brightness(1);
    text-shadow: 0 0 5px #000;
}

.text-conts:after{

}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(183, 183, 183, 0.12);
    overflow-y: hidden;
    transition: 0.5s;
background: rgba(76,76,76,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(76,76,76,1) 0%, rgba(89,89,89,0.9) 12%, rgba(102,102,102,0.79) 25%, rgba(28,28,28,0.23) 91%, rgba(19,19,19,0.15) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,0.9)), color-stop(25%, rgba(102,102,102,0.79)), color-stop(91%, rgba(28,28,28,0.23)), color-stop(100%, rgba(19,19,19,0.15)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(76,76,76,1) 0%, rgba(89,89,89,0.9) 12%, rgba(102,102,102,0.79) 25%, rgba(28,28,28,0.23) 91%, rgba(19,19,19,0.15) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(76,76,76,1) 0%, rgba(89,89,89,0.9) 12%, rgba(102,102,102,0.79) 25%, rgba(28,28,28,0.23) 91%, rgba(19,19,19,0.15) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(76,76,76,1) 0%, rgba(89,89,89,0.9) 12%, rgba(102,102,102,0.79) 25%, rgba(28,28,28,0.23) 91%, rgba(19,19,19,0.15) 100%);
background: radial-gradient(ellipse at center, rgba(76,76,76,1) 0%, rgba(89,89,89,0.9) 12%, rgba(102,102,102,0.79) 25%, rgba(28,28,28,0.23) 91%, rgba(19,19,19,0.15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );

}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff9e!important;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {


    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.nav-container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-card{
    background-color: black;
    /* height: 75%; */
    width: 75%;
    display: table;
}

.nav-content{
    width: 100%;
    padding: 1rem;
    margin: auto;
    background-color: #c21b21;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.nav-content a{
    font-size: 3.5vw !important;
    cursor: pointer;
}

.wmBox_overlay{
    position:fixed;
    width:100%;
    height:100%;
    display:none;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    z-index: 20000;
}
.wmBox_centerWrap{
    display:table;
    position:absolute;
    width:100%;
    height:100%;
}
.wmBox_centerer{
    display:table-cell;
    vertical-align:middle;
}
.wmBox_centerer iframe{
    width:95%;
    display:table;
    margin:0 auto;
    position:relative;
}
.wmBox_contentWrap{
    width:65%;
    margin:0 auto;
    position:relative;
}

@media screen and (max-width: 768px) {
    .wmBox_scaleWrap{
        position:relative;
        height:0;
        padding-top:20px;
        padding-bottom: 162.25%;

        width:100%;
    }
}

.wmBox_scaleWrap{
    position:relative;
    height:0;
    padding-top:20px;
    padding-bottom: 51.25%;
    width:100%;
}
.wmBox_centerer iframe{
    position:absolute;
    top:0;
    border:0;
    outline:0;
    box-shadow:0px 0px 10px rgba(0,0,0,0.5);
    left:0;
    width:100%;
    height:100%;
}
.wmBox_closeBtn{
    z-index:2;
    position:relative;
    margin-top:-40px;
}
.wmBox_closeBtn p{
    line-height:0;
    margin:0;
    padding:0.5em 0 0.75em;
    color:#FFF;
    background:#000;
    width:1.3em;
    font-size:25px;
    border-radius:100%;
    text-align:center;
    font-family:Verdana, serif;
    position:relative;
    bottom:-0.5em;
    right:-0.5em;
    cursor:pointer;
    float:right;
    box-shadow:0px 0px 10px rgba(0,0,0,0.5);
    transition:color 0.2s ease-out, background 0.2s ease-out;
}
.wmBox_closeBtn p:hover{
    background:#FFF;
    color:#000;
}


.wmBox_back{
    z-index:2;
    position: fixed;
    margin-top: 23%;
}
.wmBox_back p{
    line-height:0;
    margin:0;
    padding:0.5em 0 0.75em;
    color:#FFF;
    background:#000;
    width:1.3em;
    font-size:25px;
    border-radius:100%;
    text-align:center;
    font-family:Verdana, serif;
    position:relative;
    bottom:-0.5em;
    right:-0.5em;
    cursor:pointer;
    float:right;
    box-shadow:0px 0px 10px rgba(0,0,0,0.5);
    transition:color 0.2s ease-out, background 0.2s ease-out;
}
.wmBox_back p:hover{
    background:#FFF;
    color:#000;
}

.wmBox_next{
    z-index: 200000;
    position: fixed;
    margin-top: 23%;
    margin-left: 87%;
}
.wmBox_next p{
    line-height:0;
    margin:0;
    padding:0.5em 0 0.75em;
    color:#FFF;
    background:#000;
    width:1.3em;
    font-size:25px;
    border-radius:100%;
    text-align:center;
    font-family:Verdana, serif;
    position:relative;
    bottom:-0.5em;
    right:-0.5em;
    cursor:pointer;
    float:right;
    box-shadow:0px 0px 10px rgba(0,0,0,0.5);
    transition:color 0.2s ease-out, background 0.2s ease-out;
}
.wmBox_next p:hover{
    background:#FFF;
    color:#000;
}

/*.slideshow-container {
    position: absolute;
    top:0;
    border:0;
    outline:0;
    box-shadow:0px 0px 10px rgba(0,0,0,0.5);
    left:0;
    width:100%;
    height:100%;
    background-color: #929292b3;
}*/

.slideshow-container {
    position: absolute;
    top:0;
    border:0;
    outline:0;
    left:0;
    width:100%;
    height:100%;
}

/* Hide the images by default */
.mySlides {
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    color: white !important;
}

.prev {
    color: white !important;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dactive, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: .5s;
    animation-name: fade;
    animation-duration: .5s;
}

.images-container{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mySlides img{
    height: 100% !important;
    margin: 0 auto;
    display: block;
}

/*.mySlides img{
    height: 100%;v
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}*/

@-webkit-keyframes fade {
    from {opacity: .7}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .7}
    to {opacity: 1}
}


.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
    margin-top:16px;
}

.fade:not(.show) {
    opacity: 1!important;
}

.video-container{
    width: 100%;
    height: 100%;
    text-align: center;
}


.navbar-light .navbar-nav .nav-link, 
.dropdown-menu a {
    font-family: "gotham-medium";
    color: grey;
    text-transform: uppercase;
    font-size: 12px;
}

.dropdown-menu {
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 0px;
}

.dropdown-menu a {
    padding: 1em 0;
}

.dropdown-menu a.active
{
    text-align: center;
    display: block;
    margin-top: 1rem;
    background-color: #c21b21 !important;
    color: #f1f1f1;
    text-decoration: none;
}

.dropdown-menu a:hover{
    text-align: center;
    display: block;
    margin-top: 1rem;
    background-color: #c21b21!important;
    color: #f1f1f1;
    text-decoration: none;
}

.navbar-light .navbar-nav .show > .nav-link, 
.navbar-light .navbar-nav .active > .nav-link {
    color: rgb(194, 27, 33);
}

.navbar-light .navbar-nav .nav-link.active {
    color: rgb(194, 27, 33);
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/



.center-con {
    display: flex;
    height: 100vh;
    align-items: end;
    justify-content: center;
    z-index: 2;
    position: fixed;
}

.center-con .round {
    position: relative;
    border: 3px solid transparent;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    cursor: pointer;
}

.center-con span {
    z-index: 999;
    height: 3px;
    margin:1px;
    width: 30px;
    background: #fff;
    transition: 0.4s ease;
}

.center-con span:first-child {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 35%;
}

.center-con span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 35%;
}

.center-con span:nth-child(3) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 54%;
}

.center-con span:nth-child(4) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 54%;
}

.center-con .round:hover span:nth-child(1) {
    transform: rotate(-135deg);
}

.center-con .round:hover span:nth-child(2) {
    transform: rotate(135deg);
}

.center-con .round:hover span:nth-child(3) {
    transform: rotate(225deg);
}

.center-con .round:hover span:nth-child(4) {
    transform: rotate(-225deg);
}

.center-con p {
    color: white;
    text-align: center;
    font-family: "gotham-medium";
    text-transform: uppercase;
    font-size: 12px;
}


.navbar-dark .navbar-toggler {
    border-color: transparent;
}