@charset "UTF-8";
@font-face {
    /*font-family: "Gotham-Light";*/
    font-family: 'GL';
    src: url("fonts/Gotham-Light/Gotham-Light.eot");
    src:
    url("fonts/Gotham-Light/Gotham-Light.woff") format("woff"),
    url("fonts/Gotham-Light/Gotham-Light.otf") format("opentype"),
    url("fonts/Gotham-Light/Gotham-Light.svg#filename") format("svg");
}

@font-face {
    /*font-family: "GothamHTF-Book";*/
    font-family: "GB";
    src: url("fonts/GothamHTF-Book/GothamHTF-Book.eot");
    src:
    url("fonts/GothamHTF-Book/GothamHTF-Book.woff") format("woff"),
    url("fonts/GothamHTF-Book/GothamHTF-Book.otf") format("opentype"),
    url("fonts/GothamHTF-Book/GothamHTF-Book.svg#filename") format("svg");
}

html, body {
  height: 100%;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a{
    color: black;
}
a:hover{
    color: black;
    text-decoration: none;
}

.full-height {
    height: 100%;
    /*background-image: url(../img/dev/JG615ESCORIAL_54.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
}

.menu li {
    list-style-type: none;
    display: inline-block;
}
.menu {
    text-align: right;
}
.menu li a {
    text-transform: uppercase;
}
.top_shadow {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 250px;
    background-image: url(../img/layout/top_shadow.png);
    background-repeat: repeat-x;
    z-index: 100;
}
.linear_shadow {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/layout/linear_shadow.png);
    background-repeat: repeat;
    z-index: 99;
    padding:0;
}

.bottom_shadow {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 250px;
    background-repeat: repeat-x;
    background-image: url(../img/layout/bottom_shadow.png);
    z-index: 100;
}
.tittle_box {
    position: absolute;
    bottom: 32px;
    width: 100%;
}
.text_foot {
    position: absolute;
    bottom: 60px;
    text-align: right;
    width: 100%;
    color: #FFFFFF;
    z-index: 101;
}

.bg_img_right {
    background-position: left;
}

.langselectorbox{
    background-color: white;
    background-color: black;
    text-align: center;
    font-family: "GB";
    font-size: 11px;
}

.langselectorbox li a {
    color: gray;
    text-decoration: none;
}


.langselectorbox li .active {
    color: white;
}
.langselectorbox li a:hover {
    color: #F0343E;
}
.header-btn {
    margin-top: 20px;
    margin-left: 50px;
    font-family: "GB";
    font-size: 17px;
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
}
.header-btn:hover {
    border-color: #F0343E;
    transition: border-color 1s;
 }
 .header-btn-active {
    border-color: #F0343E;
 }

.menu .header-btn a{
    color: white;
    text-decoration: none;
}
.menu-burguesa {
    color:white !important;
    padding: 10px;
    border: 1px solid white;
    border-radius: 3px;
}

.menu-burguesa :hover{
    color: rgba(255, 255, 255, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}
.custom-footer {
    background-color: #222222;
    color:white;

}
.full-screen-nav {
    background-color: rgba(0, 0, 0, 0.85) !important;
}
.creditos{
    /*padding: 100px 170px 40px 170px;*/
    background-color: #1E1E1E;
    font-family: 'Open Sans';
    font-size: 15px;

}
.more_projects_content {
    background-color: white;
}

.gb-font {
    font-family: GB !important;
}
.gl-font {
    font-family: GL !important;
}
.sans-font {
    font-family: 'Open Sans' !important;
}
.oswald-font {
    font-family: Oswald !important;
}
.custom-h-title-1 {
    font-size:20px;
    font-family: Oswald;
    text-transform: uppercase;
}

.custom-title-1 {
    font-size:20px;
    font-family: Oswald;
}
.custom-h-title-2 {
    font-size:24px;
    font-family: Oswald;
    text-transform: uppercase;
}
.custom-title-2 {
    font-size:24px;
    font-family: Oswald;
}
.custom-h-title-3 {
    font-size:35px;
    font-family: Oswald;
    text-transform: uppercase;
}
.custom-title-3 {
    font-size:35px;
    font-family: Oswald;
}
.custom-title-1 {
    font-size:14px;
    font-family: Oswald;
    text-transform: initial;
}

.custom-title-2 {
    font-size:16px;
    font-family: Oswald;
    text-transform: initial;
}

.custom-title-3 {
    font-size:18px;
    font-family: Oswald;
    text-transform: initial;
}

.custom-title-4 {
    font-size:30px;
    font-family: Oswald;
    text-transform: initial;
    color: white;
}

.custom-title-6 {
    font-size:38px;
    font-family: Oswald;
    text-transform: initial;
}

.custom-title-7 {
    font-size:43px;
    font-family: Oswald;
    text-transform: initial;
    color: white;
}
.zindex-up {
    z-index: 103 !important;
}
.zindex-down {
    z-index: 99;
}
.custom-text-2 {
    font-family: 'Open Sans';
    font-size: 16px;
}
.mini-b-border {
    border-top: 3px solid #F0343E;
    width: 43px;
}

.img-galeria {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.cover {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.full-screen-nav-content .full-screen-nav-menu a{
    font-family: GB;
    font-size: 22px;
}

.full-screen-nav-content .full-screen-nav-menu a:hover{
    color: red !important;
}

.margin-top-120 {
    margin-top:120px;
}
.margin-top-60 {
    margin-top: 60px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-140 {
    margin-top: 140px;
}


.margin-botton-60 {
    margin-bottom: 60px;
}

.margin-botton-120 {
    margin-bottom: 120px;
}

.margin-botton-140 {
    margin-bottom: 140px;
}

.height-630 {
    height: 630px;
}

.custom-icon {
    color: #F0343E;
}

.icon-location {
    margin-left: -25px;
    margin-top: 2px;
    font-size: 18px !important;
}

.icon-social {
    color: #5B5B5B;
    cursor: pointer;
    text-decoration: none;

}
.icon-social:hover{
    transition: color .3s;
    color: #F0343E;
    text-decoration: none;
}
.terms-btn {
    color: white;
    text-decoration: none;
}
.terms-btn:hover{
    color: #F0343E;
    text-decoration: none;
}

.jumbo-img {
    height: 650px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-jumbo-text {
    bottom: 0;
    right: 0;
    margin: 60px;
}

.text-muted-2 {
    color: #B3B3B3 !important;
}
.bottom-0 {
    bottom: 0;
}

.right-0 {
    right: 0;
}

.left-0 {
    right: 0;
}

.right-0 {
    right: 0;
}


.white-bar {
    padding:10px;
    background-color: white;
}

.custom-link {
    color: white;
    text-decoration: none;
}
textarea {
    resize: none;
}
.hidden {
    display: none !important;
}
.custom-link:hover {
    color: white;
    text-decoration: none;
}

.heigth-400 {
    height: 400px;
}
 .bg-dark {
    background-color: #222222 !important;
 }
 .bg-gray{
     background-color: #D8D8D8;
 }
 .bg-soft-gray {
   background-color: #F2F2F2;
 }
 .heigth-50 {
     height: 50px;
 }
 .letter-spacing-4{
    letter-spacing: 4px;
 }
 .custom-btn {
    padding: 0px;
    background-color: transparent;
    color:black;
    font-family: Oswald;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #F0343E;
    padding-bottom: 10px;
 }
 .custom-btn:hover {
    background-color: transparent;
    color: black;
 }

 .hero {
     height: 400px;
 }

 .text-shadow-1 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
 }
.cursor-pointer {
    cursor: pointer;
}
 .parallax {



    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parent {
    width: 400px;
    height: 300px;
  }

  .child {
    width: 100%;
    height: 100%;
    background-color: black; /* fallback color */
    background-position: center;
    background-size: cover;
  }
  .parent:hover .child,
  .parent:focus .child {
    /*transform: scale(1.05);*/
  }
  .right {float: right !important;}
    /* Image zoom on hover + Overlay colour */
    .parent {
        width: 100%;
        height: 680px;
        overflow: hidden;
        position: relative;
        float: left;
        display: inline-block;
        cursor: pointer;
    }

    .child {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.img_gray_filter {
    filter:         url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray;
}
/* Extra Small devices (landscape phones, 576px and up)*/
@media (min-width: 360px) {
    .creditos{
        text-align: center;
    }
    .icon-location {
        margin-left: -18px;
        margin-top: 3px;
    }
    .custom-title-7 {
        font-size: 30px;
    }
}
@media (max-width: 360px) {


}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .creditos{
        text-align: center;
    }
    .icon-location {
        margin-left: -18px;
        margin-top: 3px;
    }

}
@media (max-width: 576px) {
    .hero {
        height: 170px;
    }
    .home-jumbo-text .custom-title-4  {
        font-size: 16px;
    }

    .jumbo-img {
        height: 400px !important;
    }
    .home-jumbo-text {
        margin: 0px;
        margin-bottom: 20px;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
}
/* Mediu* devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .creditos{
        text-align: center;
    }

    .width-md-420{
        width: 420px;
    }
}

/* Larg* devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* Extr* large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

@media (hover: hover) {
    .img_filter {
        filter:         url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(100%);
        -moz-filter:    grayscale(100%);
        -ms-filter:     grayscale(100%);
        -o-filter:      grayscale(100%);
        filter: gray;

    }
    .img_filter_2 {
        filter:         url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(100%);
        -moz-filter:    grayscale(100%);
        -ms-filter:     grayscale(100%);
        -o-filter:      grayscale(100%);
        filter: gray;

    }
    .img_filter:hover {

        filter: none;
        -webkit-filter: grayscale(0%);
        -moz-filter:    grayscale(0%);
        -ms-filter:     grayscale(0%);
        -o-filter:      grayscale(0%);
        transform: scale(1.2);

    }
	
	    .img_filter_2:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
        -moz-filter:    grayscale(0%);
        -ms-filter:     grayscale(0%);
        -o-filter:      grayscale(0%);
       

    }
}
