/* Globals */
@font-face {
    font-family: Abel;
    src: url('./font/Abel-Regular.ttf');
}
:root {
    --main-font-color: #DDE347;

}
* {
    color: white;
    font-family: 'Abel';
    letter-spacing: 0.15rem;
    text-decoration: none !important;
}

.prim-text{
    font-family: 'Abel'!important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: .3rem;
}

.carousel-control-next, .carousel-control-prev{
    opacity: 0!important
}

.buttomCustom {
    background: var(--main-font-color);
    padding: .2rem 1rem 1rem 1rem;
    color: black;
    font-size: 1.2rem;
    border: 1px solid var(--main-font-color);
}
.buttomCustom:hover {
    color: white !important;
    background: transparent;
    cursor: pointer;
    font-weight: bold;
}

/* NavBar */
nav {
    border-bottom: 1px solid white;
}
nav .navTitle {
    font-size: 1.7rem;
    font-weight: bolder;
    font-family: sans-serif;
}
nav input[type="radio"]:checked+label {
    color: var(--main-font-color);
}
nav form>label:hover {
    cursor: pointer;
}
nav ul>li {
    margin-right: 6rem;
}
nav form {
    margin-left: auto;
    margin-right: 1rem;
}
nav form>label {
    margin-bottom: .1rem !important;
}

/* sec1 - BG */


.sec1>div {
    height: 75vh;
    width: 100%;
    position: relative;
    z-index: -1;
}

.sec1{
    position: relative;
    z-index: 1;
}

.sec1 .bg_home {
    height: calc(100vh + 70px);
    width: 100vw;
    position: absolute;
    background-size: cover;
    background-position: top;
    z-index: -1;
    top: -70px;
}

.bg_home iframe{
    width: 100%;
}

.sec1 .bgShadow {
    height: 150%;
    width: 120vw;
    top: -10%;
    left: -10vw;
    position: absolute;
    background: rgba(0,0,0,1);
    filter: blur(20px);
}

/* sec2 -  */
.sec2 .sec2Content1 {
    min-width: 355px;

}
.sec2 .sec2Content1>article{
    margin: 2.5rem 0;
}
.sec2 .sec2Content1>article:hover {
    cursor: pointer;
}
.sec2 .sec2Title{
    font-size: 1.75em;
    letter-spacing: 3px;
    padding-left: 1rem;
    -webkit-transition: padding-left 1s; /* Safari */
    transition: padding-left 1s;
    text-transform: uppercase;
}
.sec2 .sec2Content1>article:hover .sec2Title{
    padding-left: 3rem;
}
.sec2 .sec2Content1>article .sec2TitlePadding{
    padding-left: 3rem;
}
.sec2 .sec2Border {
    border-bottom: 2px var(--main-font-color) solid;
    max-width: 6rem;
    width: 3rem;
    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}
.sec2 .sec2Content1>article:hover .sec2Border{
    max-width: 9rem;
}
.sec2 .sec2Text {
    line-height: 2.5rem;
    letter-spacing: 5px;
    color: var(--main-font-color);
    display: none;
}


/* sec3 -  */
.sec3 article {
    position: relative;
    height: 150px;
    width: 250px;
    margin: 1rem;
}
.sec3 article>div {
    max-width: 400px;
    position: absolute;
    bottom: 0;
    left: 0
}
.sec3 .sec3Title {
    margin: 0;
    font-size: 1.3rem;
}


/* sec4 -  */
.sec4 .sec4Content1>div {
    height: 3.5rem;
}
.sec4 input {
    min-width: 270px;
    padding: .5rem 0;
    background: transparent;
    border: none;
    border-bottom: 1px var(--main-font-color) dashed;
    font-size: 1.2rem;
}
.sec4 textarea {
    text-decoration: white !important;
    border: none;
    background-attachment: local;
    background-image: repeating-linear-gradient(black 1px, black 50px, #DDE347 50px, #DDE347 51px, black 51px);
    background-position-y: -1px;
    line-height: 51px;
    padding: 8px 10px;
    font-size: 1.2rem;
    height: 200px;
    width: 35rem;
    overflow: hidden;
    resize: none;
}
.sec4 textarea:focus,
.sec4 input:focus {
    outline: none;
}

/* Sec1 - PORTFOLIO */
.sec1Portfolio .sec1Separator {
    line-height: 1rem;
    font-size: 1.15rem;
    color: var(--main-font-color);
}
.sec1Portfolio .sec1Title {
    line-height: 1rem;
    letter-spacing: 2px;
}
.sec1Portfolio .sec1Border {
    border-bottom: 1px transparent solid;
}
.sec1Portfolio a:focus .sec1Border {
    border-bottom: 1px var(--main-font-color) solid;
    max-width: 1.8rem;
    -webkit-transition: max-width 1s; /* Safari */
    transition: max-width 1s;
}
.sec1Portfolio a { color: white; }
.sec1Portfolio a:hover { cursor: pointer; }
.sec1Portfolio>div>div>div:hover { cursor: default; }


/* Sec1 - PORTFOLIO */
.sec1PortfolioTitle {
    color: var(--main-font-color);
    font-size: 2rem;
    text-align: center;
    padding: 2rem 0;
    letter-spacing: 3px;
}

.sec2Portfolio {margin: 0 -2rem;}
/*.sec2Portfolio .sec2ImgBg{*/
    /*background-image: url(./img/home.png);*/
    /*height: 300px;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*background-size: cover;*/
    /*background-position: top;*/
    /*margin-top: -300px;*/
    /*z-index: -1;*/
/*}*/
.sec2Portfolio .sec2Margin1 {
    margin-left: 3rem;
}
.sec2Portfolio .sec2Margin2 {
    margin-left: -3rem;
    padding-right: 90px;
}
.sec2Portfolio .sec2Margin3 {
    margin-left: 2.3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.sec2Portfolio .sec2Margin4 {
    margin-right: -2rem;
    margin-left: 1rem;
}
.sec2NotMargin1 {
    padding: 0 2rem;
}
.sec2NotMargin2 {
    padding: 0 3rem;
}
.sec2NotMargin3 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.sec2Portfolio article {
    margin-top: .8rem;
    margin-bottom: .8rem;
    width: 0;
    height: 0;
}
.filaPortfolio{
    height: 340px
}


.elem1, .elem2, .elem3, .elem4{
    position: relative;
    transition: all 0.5s ease;
}

.subMapa1 .elem1{top: -1rem; left: 0.5rem; }

.subMapa1 .elem2{top: 0.3rem; left: -0.8rem; }

.subMapa1 .elem3{top: 1rem; left: 1rem; }

.subMapa2 .elem1{top: -1rem; left: -3rem; }

.subMapa2 .elem2{top: -0.5rem; left: 0.8rem; }

.subMapa3 .elem1{top: -1.5rem; left: -3rem; }

.subMapa3 .elem2{top:-0.65rem; left: 0.8rem; }

.subMapa3 .elem3{top: -0.55rem; left: -1rem; }

.subMapa3 .elem4{top:-0.65rem; left: 0.5rem; }

.subMapa4 .elem1{top: -1.75rem; left: -4rem; }

.subMapa4 .elem2{top:-1.85rem; left: 0rem; }

.subMapa4 .elem3{top: -1.5rem; left: -1rem; }

.subMapa5 .elem1{top: -1.35rem; left: 1rem; }

.subMapa5 .elem2{top:-1.3rem; left: 0rem; }

.subMapa5 .elem3{top: -1rem; left: -0.5rem; }

.subMapa6 .elem1{top: -1.75rem; left: -4rem; }

.subMapa6 .elem2{top:-1.85rem; left: 0rem; }

.subMapa6 .elem3{top: -1.8rem; left: 1rem; }

.subMapa7 .elem1{top: -1.5rem; left: 1rem; }

.subMapa7 .elem2{top:-0.65rem; left: 0.8rem; }

.subMapa7 .elem3{top: -0.55rem; left: -1rem; }


@media (max-width: 1300px) {
    .filaPortfolio{
        height: 300px
    }
}

@media (max-width: 1200px) {
    .sec2Portfolio .sec2Margin3 {
        margin-left: 2rem;
        padding-left: 2rem;
        padding-right: 2.3rem;
    }

    .filaPortfolio{
        height: 270px
    }
}

@media (max-width: 1100px) {
    .filaPortfolio{
        height: 250px
    }
}

@media (max-width: 991px) {
    .sec2Portfolio {margin: 0;}
    .sec2Portfolio .sec2Margin1,
    .sec2Portfolio .sec2Margin4 {
        margin-right: 0;
        margin-left: 0;
    }
    .sec2Portfolio .sec2Margin2,
    .sec2Portfolio .sec2Margin3 {
        margin-left: 0;
    }
    .sec2Portfolio .sec2NotMargin1,
    .sec2Portfolio .sec2NotMargin2,
    .sec2Portfolio .sec2NotMargin3 {
        padding: 0
    }

    /* DESIGN */
    .sec2Portfolio .sec2Design1_1,
    .sec2Portfolio .sec2Design1_2 {
        border: none;
        padding: 0;
        position: relative;
        left: 15px
    }

    .filaPortfolio{
        height: 250px
    }

    .sec2Portfolio .sec2Design1_2{
        padding-right: 30px
    }

    .sec2Portfolio .sec2Margin3 {
        margin-left: 0rem;
        padding-left: 0;
        padding-right: 1rem;
    }
}

@media (max-width: 850px) {

    .filaPortfolio{
        height: 200px
    }
}




footer .iconsSocial {
    height: 3rem;
    border-radius: 50%;
    border: 2px solid var(--main-font-color);
    width: 3rem;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 .3rem;
}
footer .iconsSocial:hover {
    background: var(--main-font-color);
}
footer .iconsSocial:hover i {
    color: black;
}
footer .iconsSocial>i {
    left: 54%;
    position: absolute;
    top: 49%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    font-size: 1.5rem;
}

footer .fa-instagram, footer .fa-whatsapp{
    left: 1px
}

footer .fa-facebook{
    top: 12%
}

footer hr {
    width: 5rem;
    color: var(--main-font-color);
    border-style: dashed;
    border-width: 1px;
    display: none;
}
footer .footerTitle {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 2rem;
}
footer p {
    font-size: 1.6rem;
    line-height: 2.5rem;
}

body{
    overflow-x: hidden;
}


.modalPortfolio .modal-lg{
    max-width: none;
}
.modalPortfolio .modal-lg{
    max-width: none;
}
.modalPortfolio .modal-header {
    padding: .5rem 1rem;
     border-bottom: none;
}
.modalPortfolio .modal-content {
    border: none;
    border-radius: 0;
}
.modalPortfolio .modal-header, .modalPortfolio .modal-content {
    background: rgba(0,0,0,0.9);
}
.modalPortfolio .carousel-item>img {
    width: 100%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: none;
}
.carousel-control-next-icon>i,
.carousel-control-prev-icon>i {
    color: var(--main-font-color);
}
#carousel-text h3 {
    color: var(--main-font-color);
    font-size: 2rem;
    letter-spacing: 3px;
    margin-top: 1rem;
}
#carousel-text p {
    margin: 1rem 0;
    letter-spacing: 2px;
}
#carousel-text p.sub-head {
    font-weight: bold;
    font-size: 1rem;
}
#carousel-text p.prim-text {
    font-size: 1.1rem;
    margin: 1.2rem 0;
}
#carousel-text p.sub-text {
    font-size: 1rem;
    font-style: italic;
}
#carousel-text .sec1Border {
    border-bottom: 2px var(--main-font-color) solid;
    max-width: 4.5rem;
    margin-left: -1rem;
}
.hide-bullets {
     list-style:none;
     /*margin-left: -40px;*/
     margin-top:20px;
 }
.hide-bullets>li {
    cursor: pointer;
}
.hide-bullets img {
    border: 2px solid transparent;
    margin-bottom: 20px;
}


.grid__item.grid__item--bg{
    cursor: pointer;
}

.sec1 .bgShadow{
    opacity: 0
}

#portfolioText h3{
    color: var(--main-font-color);
    font-size: 2rem;
    letter-spacing: 3px;
    margin-top: 1rem;
}

.secBorder{
    border-bottom: 2px var(--main-font-color) solid;
    max-width: 4.5rem;
    margin-left: -1rem;
    margin-bottom: 20px
}

.prim-text p{
    color:white!important;
}

.modal-header .close{
    cursor: pointer;
}

svg{
    max-width: 100%
}

article{
    cursor: pointer;
    opacity: 1;
    transition: all 0.5s ease;
}

article:hover{
    opacity: 1
}

#isotipo{
    position: relative;
    right: 18px;
    width: 100px;
    float:right;
    bottom: 60px;
}

.action {
    position: absolute;
    right: 85px;
    cursor: pointer;
}

@media(max-width:768px){
    #isotipo{
    width: 60px;
    bottom: 150px;
    }
}

@media (min-width: 576px){
    .modal-dialog {
        margin: 1.75rem auto 0 auto;
    }
}

#mainVideo{
    height:calc(100vw / 1.797)!important;
}

.requiredField::placeholder{
    color:#2af4a6!important;
    border-color:#2af4a6;
}

#msjRequeridos{
    color:#2af4a6;
    display: none;
    margin-bottom: -48px;
    text-align: center;
    position: relative;
    top: -18px;
}

.itemPortfolio{
  background-size:cover;
  background-position: center;
  height: 300px;
  display: block;
  margin-bottom: 20px;
}

.activeService + .sec2Border{
    max-width: 9rem;
}

.activeService{
    padding-left: 3rem!important;
}

.portfolioBW .row{
    margin-bottom: 25px;
    clear: both;
}


@media(min-width: 992px){
    .navbar-expand-lg {
        margin-bottom: -80px;
        position: relative;
        top: 25px;
    }
}


.navbar-expand-lg {
    z-index: 9;
}

.pagination{
    display: none!important
}

.sec2Border{
    width: 3rem
}

.mapaGUX{
    background: black;
    margin: 0 -2rem;
}


.mapaGUX2{
    margin: 0 -2rem;
}

.mapaGUX h1{

}

#mapaDesktop{
    display: block
}

#mapaMobile{
    display: none
}

#mapaMobile h3{
    text-transform: uppercase;
    background: #dce347;
    color: black;
    padding: 5px 10px 10px 10px ;
    width: auto;
    margin:5px auto; 
    display: inline-block;
}

#rowMapa h1{
    width: 650px;
    max-width: 100%;
    margin:0 auto 4vh auto;
}

#pcImg{
    width: 275px;
    position: absolute;
    z-index: 0;
    left: calc(50% - 138px);
}

#screenImg{
    width: 210px;
    position: relative;
    z-index: 1;
    top: 11px;
    transition: all 0.3s ease;
}

.invisibles{
    position: absolute;
    display: block;
    height: 12.5%;
    cursor: pointer;
    z-index: 9999;
}

.blacks{
    position: absolute;
    display: block;
    height: 13.5%;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
}

.subtituloMapa{
    position: absolute;
    color: black;
    color: var(--main-font-color);
    font-size: 1.2vw;
    padding: 0 5px;
    display: none;
    z-index: 999;
    text-align: center;
}

#black1{
    top: 31.3%;
    width: 17%;
    left: 2.6%; 
}

#invisible1{
    top: 31.3%;
    width: 17%;
    left: 2.6%;
}

.subMapa1{
    top: 25%;
    width: 17%;
    left: 2.6%;
}


#black2{
    top: 87.4%;
    width: 22%;
    left: 0%;
}

#invisible2{
    top: 87.4%;
    width: 22%;
    left: 0%;
}

.subMapa2{
    top: 85%;
    width: 22%;
    left: 0%;  
}



#black3{
    top: 0%;
    width: 14.9%;
    left: 28.1%;
}

#invisible3{
    top: 0%;
    width: 14.9%;
    left: 28.1%;
}

.subMapa3{
    top: 2%;
    left: 30%;
    margin-left: -5%;    
}



#black4{
    top: 0%;
    width: 14.2%;
    left: 56.4%;
}

#invisible4{
    top: 0%;
    width: 14.2%;
    left: 56.4%;
}

.subMapa4{
    top: 2%;
    width: 26%;
    left: 50.6%;    
}


#black5{
    top: 61%;
    width: 11%;
    left: 30%;
}

#invisible5{
    top: 61%;
    width: 11%;
    left: 30%;
}

.subMapa5{
    top: 55%;
    width: 31%;
    left: 20%;    
}


#black6{
    top: 61%;
    width: 17%;
    left: 52.6%;
}

#invisible6{
    top: 61%;
    width: 17%;
    left: 52.6%;
}

.subMapa6{
    top: 53%;
    width: 17%;
    left: 52.6%;    
}


#black7{
    top: 87.4%;
    width: 17.9%;
    left: 82.2%;
}

#invisible7{
    top: 87.4%;
    width: 17.9%;
    left: 82.2%;
}

.subMapa7{
    top: 79%;
    width: 17.7%;
    left: 82.3%;    
}




.portfolioBody nav {
    margin-top: 0!important;
    top: 0!important;
    margin-bottom: 0!important;
}


.itemPort{
    height: 250px;
    display: block;
    background-size: cover!important;
    background-position: center!important;
    cursor: pointer;
    margin-bottom: 20px;
    transition: background-image 0.5s linear;

}



.sec2Portfolio .col-12 {
    padding: 0 10px;
}

#verPortfolio{
    background: transparent!important;
    color: var(--main-font-color);
}

#verPortfolio:hover{
    background: transparent!important;
    color: var(--main-font-color)!important;
    font-weight: 300!important;
}

.sec2Text2,.sec2Text3,.sec2Text4,.sec2Text5{
    display: none
}


@media(max-width: 992px){
    #mapaDesktop{
        display: none
    }

    #mapaMobile{
        display: block
    }

    .mapaGUX {
        padding-bottom: 30px;
        margin:0;
        margin-top: 100px;
    }
}



/* MEDIA */
@media (max-width: 766px) {
    body {padding: .5rem 0.5rem;}
    .sec3 { margin: 0; padding-bottom: 50px;     margin-top: 10vh;}
    footer {margin: 1.5rem 0 0;}
    .sec1 .secBannerTitle {
        font-size: 2rem;
        margin-top: -4rem;
        margin-left: 1rem;
    }
    .sec2 .sec2Text {
        text-align: center;
        padding: 0 1rem;
        font-size: 1.5rem !important;
        line-height:2.5rem;
        letter-spacing: 3px;
        color: var(--main-font-color);
        display: none;
    }

    .sec4 textarea {
        width: 20rem;
    }

    .sec1>div {
    height: 45vh;
    }

    .sec1{
        margin-top: 0!important
    }

    #mainVideo {
        height: 70vh!important;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .sec2 .sec2Title{
        font-size: 1.65rem;
        letter-spacing: 2px
    }

    .navbar-expand-lg{
        margin-top: 0;
        width: 100%;
        position: absolute;
        left: 0;
    }

    .sec1 .bg_home {
        top: -100px
    }

    #rowMapa{
        width: 100%;
        margin: 0;
    }

    .sec1 .bgShadow{
        display: none
    }

    .cienvh{
        height: auto!important
    }

    .sec2Content2 .buttomCustom{
        position: absolute;
        left: calc(50% - 40px)
    }

    #pcCont{
        display: none;
    }

    .sec2Content2 {
        min-height: 430px;
    }

    .grid_item{
        padding: 1rem 1.5rem;
    }

    .grid__item-link + .grid__item-link{
        margin:0;
    }

    .row{
        margin:0!important;
    }

}
@media (min-width: 767px) {
    body {padding: .5rem 2rem;}
    
    footer {margin: 1.5rem -4rem 0;}
    .sec1 .secBannerTitle {
        font-size: 3.3rem;
        margin-top: -10rem;
        margin-left: -1rem;
        letter-spacing: 5px;
        width: 420px;
        float: left;
    }
    .sec2 .sec2Text {
        letter-spacing: 3.5px;
        text-align: left;
        padding: 0;
        font-size: 1.5rem !important;
        max-width: 650px;
        width: 90%;
    }

    .sec2, #contacto{

    }

    .sec1 .bg_home {
        width: calc(100% + 8rem);
        margin-left: -4rem;
        overflow: hidden;
    }

}

@media (max-width: 600px) {
    footer article {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        text-align: center;
    }
    footer hr {
        display: block;
    }
    footer article.artBorder {
        border-right: none !important;
    }

    /* sec3 -  */
    .sec3 article {
        position: relative;
        height: 200px;
        width: 300px;
        margin: 1rem;
        overflow: hidden;
    }
    .sec3 article>div {
        max-width: 300px;
        position: absolute;
        bottom: 0;
        left: 0
    }
    .grid__item-subtitle {
    margin: 50% 0 0 0;
    }

    #contacto{
        margin:5rem 0 2rem 0;
    }

}
@media (max-width: 997px) {
    footer article:first-child {
        margin: 2rem 0;
        padding: 2rem 0;
        width: 100%;
        text-align: center;
    }
    footer article.artBorder {
        margin: 0 4rem 0 0;
        padding: 0 4rem 0 0;
        border-right: 1px var(--main-font-color) dashed;
    }
}

@media (min-width: 998px) {
    footer article.artBorder {
        margin: 0 3rem;
        padding: 0 3rem;
        border-left: 1px var(--main-font-color) dashed;
        border-right: 1px var(--main-font-color) dashed;
    }
}

/* MODAL */
@media (min-width: 992px) {
    .modalPortfolio .modal-lg{
        max-width: 992px !important;
    }
}

@media (min-width: 1400px){
    #pcCont{
        margin-top: 5vh
    }

    #rowMapa h1{
        margin-top: 7.5vh
    }
}

#myCanvas1 {
    position: fixed;
    top: 0;
    height: 300vh;
    width: 100vw;
    left: 0;
    opacity: 0.5;
    z-index: -1
}

.modalPortfolio {
    padding: 0!important;
}

/*Estilos barra de desaplzamiento*/

*::-webkit-scrollbar-track, .contenedorBlanco::-webkit-scrollbar-track
{
    background-color:transparent;
}

*::-webkit-scrollbar, .contenedorBlanco::-webkit-scrollbar
{
    width: 7px;
}

*::-webkit-scrollbar-thumb, .contenedorBlanco::-webkit-scrollbar-thumb
{
    background-color: white; 
}