/*
Wireframe: 26
Version: 1.0
Update: 2020.03.04
*/

/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
    ## Mobile navigation
--------------------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/lato-v16-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v16-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'),
       url('../fonts/montserrat-v14-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v14-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('../fonts/montserrat-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  src: local('Alegreya Regular'), local('Alegreya-Regular'),
       url('../fonts/alegreya-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/alegreya-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  src: local('Alegreya Italic'), local('Alegreya-Italic'),
       url('../fonts/alegreya-v13-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/alegreya-v13-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
     background: url(../images/webb-dark.png) center;
    color: #d8d8d8;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
}
a {
    color: #fff;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}

.image-right {
    float: right;
    margin: 0 0 10px 20px;
}
.image-left {
    float: left;
    margin: 0 20px 10px 0;
}
 
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.35em;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2.25em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.35em;
}
h6 {
    font-family: 'Alegreya', serif;
    font-size: 1.2em;
}

hr {
	border-color: #666;
}

header.top {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    padding: 15px 0;
}
header.top .header-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}
header.top .header-grid .logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
}
header.top .header-grid .logo a {
    text-decoration: none;
    line-height: 50px;
}
header.top .header-grid .logo a svg {
    fill: #fff;
    height: 50px;
    vertical-align: bottom;
    margin-right: 5px;
    opacity: .7;
    transition: opacity .4s;
}
header.top .header-grid .logo a:hover svg {
    opacity: 1;
}
header.top .header-grid .mobile-nav {
    display: none;
    font-size: 2em;
}

.banner {
    position: relative;
    height: 70vh;
    min-height: 200px;
}
.banner.small-size {
    height: 300px;
}
.contactPage .banner.small-size {
    height: 450px;
}
.banner #slideshow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner #slideshow figure::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0,0,0,.5);
    pointer-events: none;
}
.banner #slideshow figure figcaption {
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    z-index: 10;
    font-size: 2em;
    letter-spacing: .2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.banner #slideshow figure.show figcaption {
    transform: translate(-50%, -250%);
    animation: slide-in .8s forwards;
    -webkit-animation: slide-in .8s forwards;
}
@keyframes slide-in {
    100% {
        transform: translate(-50%, -50%);
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
        transform: translate(-50%, -50%);
    	opacity: 1;
    }
}
.banner #slideshow .prev,
.banner #slideshow .next {
    z-index: 10;
    opacity: 1;
    background: none;
    padding: 15px 0px;
    width: 70px;
    font-size: 2em;
    transition: padding .4s;
}
.banner #slideshow .prev {
    text-align: right;
}
.banner #slideshow .next {
    text-align: left;
}
.banner #slideshow .prev:hover {
    padding-right: 10px;
}
.banner #slideshow .next:hover {
    padding-left: 10px;
}
.banner .NewsItemBackground {
    height: 100%;
    background: center no-repeat;
    background-size: cover;
}
.banner.small-size .box_googlemapsv2 {
    height: 100%;
    filter: grayscale(100%);
}

section.boxes {
    position: relative;
    z-index: 20;
    margin-top: -35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    text-align: center;
}
section.boxes div[class*="box"] {
    position: relative;
    background-color: #1c1c1c;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    height: 250px;
    display: grid;
    grid-template-rows: 1fr auto auto 1fr;
    font-family: 'Alegreya', serif;
    font-size: 1.3em;
}
section.boxes div[class*="box"]::before,
section.boxes div[class*="box"]::after {
    content: '';
}
section.boxes .box01 {
    background-image: url(../images/box-plan-01.png);
    background-position: left center;
}
section.boxes .box02 {
    background-image: url(../images/box-plan-02.png);
    background-position: center top;
}
section.boxes .box03 {
    background-image: url(../images/box-plan-03.png);
    background-position: right bottom;
}
section.boxes .box04 {
    background-image: url(../images/box-p2-01.png);
    background-position: left center;
}
section.boxes .box05 {
    background-image: url(../images/box-p2-02.png);
    background-position: center top;
}
section.boxes .box06 {
    background-image: url(../images/box-p2-03.png);
    background-position: right bottom;
}
section.boxes .box07 {
    background-image: url(../images/box-p3-01.png);
    background-position: left center;
}
section.boxes .box08 {
    background-image: url(../images/box-p3-02.png);
    background-position: center top;
}
section.boxes .box09 {
    background-image: url(../images/box-p3-03.png);
    background-position: right bottom;
}
section.boxes .box10 {
    background-image: url(../images/box-p4-01.png);
    background-position: left center;
}
section.boxes .box11 {
    background-image: url(../images/box-p4-02.png);
    background-position: center top;
}
section.boxes .box12 {
    background-image: url(../images/box-p4-03.png);
    background-position: right bottom;
}
section.boxes .box13 {
    background-image: url(../images/box-p5-01.png);
    background-position: left center;
}
section.boxes .box14 {
    background-image: url(../images/box-p5-02.png);
    background-position: center top;
}
section.boxes .box15 {
    background-image: url(../images/box-p5-03.png);
    background-position: right bottom;
}
section.boxes .box16 {
    background-image: url(../images/box-p6-01.png);
    background-position: left center;
}
section.boxes .box17 {
    background-image: url(../images/box-p6-02.png);
    background-position: center top;
}
section.boxes .box18 {
    background-image: url(../images/box-p6-03.png);
    background-position: right bottom;
}
section.boxes div[class*="box"] h3 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 10px;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
}
section.boxes div[class*="box"] p {
    margin: 0;
}
section.boxes div[class*="box"] a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .6s;
}
section.boxes div[class*="box"] a:hover {
    opacity: 1;
}
section.boxes div[class*="box"] a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main.content-wrapper {
    position: relative;
    padding: 50px 0;
}
main.content-wrapper header.page-title {
    text-align: center;
    margin-bottom: 50px;
}
main.content-wrapper header.page-title::after {
    content: '';
    width: 50px;
    height: 1px;
    display: block;
    background: #999;
    margin: 20px auto 0;
}
main.content-wrapper header.page-title h1 {
    margin: 0;
}
main.content-wrapper header.page-title h1 span {
    font-family: 'Alegreya', serif;
    font-size: .6em;
    line-height: 1em;
}
main.content-wrapper header.page-title h1 span:last-child {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 300;
}
main.content-wrapper .home-grid {
    display: grid;
    grid-template-rows: 50px 1fr 50px;
    grid-template-columns: 1fr 30px 1fr;
}
main.content-wrapper .home-grid article.content {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    position: relative;
    z-index: 2;
    background: #1c1c1c;
    padding: 50px;
}

main.content-wrapper .home-grid figure.home-photo {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/home-photo.jpg) center no-repeat;
    background-size: cover;
}
main.content-wrapper .home-grid figure.home-photo2 {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/home-photo2.jpg) center no-repeat;
    background-size: cover;
}

main.content-wrapper .home-grid figure.p2-photo {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/p2-photo.jpg) center no-repeat;
    background-size: cover;
}
main.content-wrapper .home-grid figure.p2-photo2 {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/p2-photo2.jpg) center no-repeat;
    background-size: cover;
}
main.content-wrapper .home-grid figure.p3-photo {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/p3-photo.jpg) center no-repeat;
    background-size: cover;
}
main.content-wrapper .home-grid figure.p3-photo2 {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/p3-photo2.jpg) center no-repeat;
    background-size: cover;
}
main.content-wrapper .home-grid figure.p4-photo {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/p4-photo.jpg) center no-repeat;
    background-size: cover;
}
main.content-wrapper .home-grid figure.p4-photo2 {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/p4-photo2.jpg) center no-repeat;
    background-size: cover;
}
main.content-wrapper .home-grid figure.p5-photo {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/p5-photo.jpg) center no-repeat;
    background-size: cover;
}
main.content-wrapper .home-grid figure.p5-photo2 {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/p5-photo2.jpg) center no-repeat;
    background-size: cover;
}
main.content-wrapper .home-grid figure.p6-photo {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/p6-photo.jpg) center no-repeat;
    background-size: cover;
}
main.content-wrapper .home-grid figure.p6-photo2 {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/p6-photo2.jpg) center no-repeat;
    background-size: cover;
}
main.content-wrapper .contact-grid {
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-gap: 50px;
}
main.content-wrapper .contact-grid header.page-title {
    text-align: left;
    margin-bottom: 30px;
}
main.content-wrapper .contact-grid header.page-title::after {
    margin-left: 0;
}
article.content::after {
    content: '';
    display: block;
    clear: both;
}
article.content h1, article.content h2, article.content h3, article.content h4, article.content h5, article.content h6 {
    color: #fff;
}
article.content p {
    margin: 0 0 20px;
}
article.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
article.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
article.content ul ul {
    list-style-type: circle;
}
article.content img.image-right,
article.content img.image-left {
    box-shadow: 10px -10px 0 #1c1c1c;
}
article.content .table-style {
    position: relative;
}
article.content .table-style th {
    background: #1c1c1c;
}
article.content .table-style th,
article.content .table-style td {
    border: 1px solid #666;
    padding: 2px 5px;
}
article.content .containerOpening .openingDay {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 150px;
}
article.content .containerOpening .openingDay::after {
    content: ': ';
}
article.content #AllNews {
}
article.content #AllNews figure.Item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 30px 1fr;
    grid-template-rows: 50px 1fr 50px;
    margin-bottom: 50px;
}
article.content #AllNews figure.Item .photo {
    grid-column: 1 / 3;
    grid-row: 1 / 4;
    position: relative;
    box-shadow: 0px 0px 0px rgba(255,255,255,.05);
    transition: box-shadow .4s;
}
article.content #AllNews figure.Item:hover .photo {
    box-shadow: 20px -20px 0px rgba(255,255,255,.05);
}
article.content #AllNews figure.Item .photo.nophoto {
    background: url(../images/news-nophoto.jpg) center no-repeat;
    background-size: cover;
    opacity: .5;
    box-shadow: 0px 0px 0px rgba(255,255,255,.1);
}
article.content #AllNews figure.Item:hover .photo.nophoto {
    box-shadow: 20px -20px 0px rgba(255,255,255,.1);
}
article.content #AllNews figure.Item .photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}
article.content #AllNews figure.Item figcaption {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    z-index: 5;
    background: #1c1c1c;
    padding: 30px;
}
article.content #AllNews figure.Item figcaption h3 {
    margin: 0 0 15px;
}
article.content #AllNews figure.Item figcaption h3 span {
    font-family: 'Alegreya', serif;
    font-size: .6em;
    line-height: 1em;
}
article.content #AllNews figure.Item figcaption h3 span:last-child {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 300;
}
article.content #AllNews figure.Item figcaption a.button {
    display: inline-block;
    font-family: 'Lato', sans-serif;
	font-size: 1em;
    font-weight: normal;
	background: rgba(0,0,0,.5);
	line-height: 1em;
	text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    transition: background .4s;
}
article.content #AllNews figure.Item figcaption a.button::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
}
article.content #AllNews figure.Item:hover figcaption a.button {
	background: rgba(0,0,0,1);
}
main.content-wrapper .contact-grid article.content .phone-responsive {
    display: none;
}

.homeTemplate section.newsletter {
    padding: 100px 0;
    text-align: center;
    background: url(../images/bg-spacer.jpg) fixed no-repeat center;
    background-size: cover;
}
.homeTemplate section.newsletter .container {
    background: #000;
    padding: 50px;
}
.homeTemplate section.newsletter .container h3 {
    margin-top: 0;
}
.homeTemplate section.newsletter .container h3 ~ div {
    padding-left: 30px;
    padding-right: 30px;
}
.homeTemplate section.fondo2 {
    padding: 100px 0;
    text-align: center;
    background: url(../images/bg-spacer2.jpg) fixed no-repeat center;
    background-size: cover;
}
.homeTemplate section.fondo2 .container {
    background: #000;
    padding: 50px;
}
.homeTemplate section.fondo2 .container h3 {
    margin-top: 0;
}
.homeTemplate section.fondo2 .container h3 ~ div {
    padding-left: 30px;
    padding-right: 30px;
}
.homeTemplate section.fondo3 {
    padding: 100px 0;
    text-align: center;
    background: url(../images/bg-spacer3.jpg) fixed no-repeat center;
    background-size: cover;
}
.homeTemplate section.fondo3 .container {
    background: #000;
    padding: 50px;
}
.homeTemplate section.fondo3 .container h3 {
    margin-top: 0;
}
.homeTemplate section.fondo3 .container h3 ~ div {
    padding-left: 30px;
    padding-right: 30px;
}
.homeTemplate section.fondo4 {
    padding: 100px 0;
    text-align: center;
    background: url(../images/bg-spacer4.jpg) fixed no-repeat center;
    background-size: cover;
}
.homeTemplate section.fondo4 .container {
    background: #000;
    padding: 50px;
}
.homeTemplate section.fondo4 .container h3 {
    margin-top: 0;
}
.homeTemplate section.fondo4 .container h3 ~ div {
    padding-left: 30px;
    padding-right: 30px;
}
.homeTemplate section.fondo5 {
    padding: 100px 0;
    text-align: center;
    background: url(../images/bg-spacer5.jpg) fixed no-repeat center;
    background-size: cover;
}
.homeTemplate section.fondo5 .container {
    background: #000;
    padding: 50px;
}
.homeTemplate section.fondo5 .container h3 {
    margin-top: 0;
}
.homeTemplate section.fondo5 .container h3 ~ div {
    padding-left: 30px;
    padding-right: 30px;
}
.homeTemplate section.fondo6 {
    padding: 100px 0;
    text-align: center;
    background: url(../images/bg-spacer6.jpg) fixed no-repeat center;
    background-size: cover;
}
.homeTemplate section.fondo6 .container {
    background: #000;
    padding: 50px;
}
.homeTemplate section.fondo6 .container h3 {
    margin-top: 0;
}
.homeTemplate section.fondo6 .container h3 ~ div {
    padding-left: 30px;
    padding-right: 30px;
}
.spacer {
    background: url(../images/bg-spacer.jpg) fixed no-repeat center;
    background-size: cover;
    height: 35vh;
    min-height: 150px;
}

section.realisations {
    position: relative;
    padding: 50px 0;
}
section.realisations h3 {
    text-align: center;
    margin: 0 0 50px;
    font-weight: bold;
}
section.realisations h3::after {
    content: '';
    width: 50px;
    height: 1px;
    display: block;
    background: #999;
    margin: 20px auto 0;
}
section.realisations #Gallery {
    position: relative;
    min-height: 0 !important;
    /*
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    */
}
section.realisations #Gallery .highslideContainer {
    position: relative;
    float: none;
    padding: 0 20px;
    opacity: 1 !important;
}
section.realisations #Gallery .highslideContainer .highslide {
    display: block;
}
section.realisations #Gallery .highslideContainer .highslide::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
section.realisations #Gallery .highslideContainer .highslide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center left;
    transition: object-position .6s;
}
section.realisations #Gallery .highslideContainer .highslide:hover img {
    object-position: center right;
}
section.realisations #Gallery .highslideContainer .highslide-caption {
    display: block;
    padding-top: 15px;
    font-family: 'Alegreya', serif;
    font-style: italic;
    line-height: 1.5em;
    font-size: 1.1em;
}
section.realisations #Gallery .highslideContainer .highslide-caption strong {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em;
}
section.realisations #Gallery .slick-track {
    padding-top: 30px;
}
section.realisations #Gallery .slick-slide:nth-child(odd) {
    margin-top: -30px;
}

 footer.bottom{
    position: relative;
    background: url(../images/bg-footer.jpg) center no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
footer.p2 {
    position: relative;
    background: url(../images/bg-footer2.jpg) center no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
footer.p3 {
    position: relative;
    background: url(../images/bg-footer3.jpg) center no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
footer.p4 {
    position: relative;
    background: url(../images/bg-footer4.jpg) center no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

footer.p5 {
    position: relative;
    background: url(../images/bg-footer5.jpg) center no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
footer.p6 {
    position: relative;
    background: url(../images/bg-footer6.jpg) center no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
 .contact {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
 .contact::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 0;
    transition: transform .8s;
}
.contact:hover::after {
    transform: translate(30px, -30px);
}
.contact .wrapper {
    position: relative;
    padding: 50px;
    background: #1c1c1c;
    text-align: left;
    z-index: 1;
    font-size: 14px;
    width: 800px;
}
.contact h4 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0 0 20px;
}
.contact p {
    margin-bottom: 20px;
}
.contact .phone-responsive {
    display: none;
}
.contact .networks {
    font-size: 1.2em;
}
.contact .networks a {
    border-radius: 0;
    background: #000;
    color: #ccc;
}
 .contact .networks a:hover {
    color: #fff;
}
 .contact .networks a.networks_facebook:hover {
    background: #3b5998;
}
 .contact .networks a.networks_twitter:hover {
    background: #1da1f2;
}
 .contact .networks a.networks_instagram:hover {
    background: #c32aa3;
}
 .contact .networks a.networks_pinterest:hover {
    background: #bd081c;
}
 .contact .networks a.networks_linkedin:hover {
    background: #007bb5;
}
 .contact .networks a.networks_tripadvisor:hover {
    background: #00af87;
}
 .contact .networks a.networks_youtube:hover {
    background: #ff0000;
}
 nav.language {
    margin-top: 30px;
}
 nav.language a {
    text-decoration: none;
    background: #1c1c1c;
    color: #ccc;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px 15px;
    transition: background .4s, color .4s;
}
 nav.language a:hover {
    background: #000;
    color: #fff;
}

#news-popup-modal .modal__inner #news-popup .popup-wrapper {
    background: #000;
}

a#scrollTopBtn {
    bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    font-size: 1.5em;
}

@media only screen and (max-width : 1199.98px) {
    .fullsite {
        overflow-x: hidden;
    }
}
@media only screen and (max-width : 991.98px) {
    header.top .header-grid nav.main-nav {
        display: none;
    }
    header.top .header-grid .mobile-nav {
        display: block;
    }
    main.content-wrapper .home-grid {
        grid-template-columns: 4fr 30px 3fr;
    }
    main.content-wrapper .contact-grid {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width : 767.98px) {
    .image-left, .image-right {
        float: none;
        margin: 20px auto;
        display: block;
        max-width: 100%;
    }
    main.content-wrapper .contact-grid article.content .phone {
        display: none;
    }
    main.content-wrapper .contact-grid article.content .phone-responsive {
        display: inline-block;
    }
     .contact .phone {
        display: none;
    }
     .contact .phone-responsive {
        display: inline-block;
    }
}
@media only screen and (max-width : 575.98px) {
    .banner #slideshow figure figcaption {
        font-size: 2.5em;
    }
    .banner #slideshow .prev, .banner #slideshow .next {
        width: 50px;
    }
    section.boxes {
        grid-template-columns: 1fr;
    }
    main.content-wrapper .home-grid {
        grid-template-columns: 3fr 3fr 1fr;
    }
    main.content-wrapper .home-grid article.content {
        padding: 20px;
    }
    main.content-wrapper .home-grid figure.home-photo {
        grid-column: 1 / 4;
        margin-left: 20px;
    }
}

/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu a {
    font-family: 'Montserrat', sans-serif;
	padding: .5em 1em;
	text-decoration: none;
	color: #595959;
	text-transform: uppercase;
	font-size: .8em;
    line-height: 1.5em;
	letter-spacing: .2em;
}
.sf-menu li {
	white-space: nowrap;
}
.sf-menu > li {
    margin-left: 10px;
}
.sf-menu ul {
	background: #212121;
	padding: 15px 20px;
}
.sf-menu ul a {
    letter-spacing: .1em;
    padding: .5em 1.5em .5em 0em;
    transition: color .4s, padding .4s
}
.sf-menu ul a:hover,
.sf-menu ul .selected a, .sf-menu ul .active a {
    padding-right: 0em;
    padding-left: 1.5em;
}
.sf-menu ul a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg) scale(0);
    transition: transform .4s
}
.sf-menu ul a:hover::before,
.sf-menu ul .selected a::before, .sf-menu ul .active a::before {
    transform: translateY(-50%) rotate(-45deg) scale(1);
}
.sf-menu li a:hover,
.sf-menu li.sfHover a, .sf-menu li.selected a, .sf-menu li.active a {
	color: #8C8C8C;
    border-bottom: solid 1px #8C8C8C;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 10px;
}

/*--------------------------------------------------
## Mobile navigation
--------------------------------------------------*/
.site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: opacity 0.4s, transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Close Button */
.close-button {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #ccc;
	transition: background .4s;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-button:hover::before,
.close-button:hover::after {
	background: #fff;
}
/* Menu */
.menu-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: rgba(57,57,57, 1);
	box-shadow: 0 0 20px rgba(0,0,0,.8);
	padding: 40px 20px 20px;
	transform: translateX(-100vw);
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu {
	transform: translateX(500px);
}
.mobile-menu > ul {
	display: block;
	transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul {
	transition: transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    font-size: .75em;
    letter-spacing: 0.2em;
}
.mobile-menu ul ul {
    font-size: 1em;
	background: rgba(0,0,0,.15);
	margin-top: 5px;
	margin-bottom: -5px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li:first-child {
	border-top: none;
}
.mobile-menu li {
	padding: 5px 0;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li::before {
	content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	position: absolute;
	color: rgba(255,255,255,.5);
	z-index: 5;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu a {
    text-transform: uppercase;
	padding: 5px 10px;
	display: block;
    color: #fff;
	text-decoration: none;
	transition: background .4s;
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
	background: #000;
}
.mobile-menu li li a {
	padding-left: 25px;
}
/* Shown menu */
.show-menu .menu-wrap {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu,
.show-menu .mobile-menu ul {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu ul {
	transition-duration: 0.9s;
}
.show-menu .site-overlay {
	opacity: 1;
	transition: opacity 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transform: translate3d(0,0,0);
}
.button{
	display:block;
	line-height:50px;
	background-color:#8C8C8C;
	border-radius:4px;
	text-align:center;
    margin: 30px auto 0 auto;
max-width: 400px;
    padding: 0 0 5px 0;
	
}

.button a{
	color:#fff !important; 
      font-family: 'Montserrat', sans-serif;
	font-size:14px;
	text-decoration:none !important;
	shadow:none;
	text-shadow: none;
	font-weight: bold;
} 
/*WHATSAPP*/
.telefono {
    position: absolute;
    z-index: 20000;
    right: 10px;
    top: 66px;
    background: #8C8C8C;
    padding: 10px 30px 10px 30px;
}
.enlace-telefono{
    text-decoration: none;
    font-size: 20px;
}

/*WHATSAPP*/
.whatsapp {
    position: fixed;
    z-index: 2;
    right: 10px;
    bottom: 50px;
}
.whatsapp a img {
    width: 50px;
    transition: 0.5s;
}
.whatsapp a img:hover {
    width: 60px;
}
.clarito{
    color:  #8C8C8C;
}
.color{
    color: #13394D;
}
.grande{
    font-size: 20px;
}
.azul{
   color: #8C8C8C
}
.footer-nav{
    background: #000;
text-align: center;
font-size: 12px;
}
.blanco{
    color: #fff !important;
}

/*WHATSAPP*/
.whatsapp {
    position: fixed;
    z-index: 2;
    left: 10px;
    bottom: 10px;
}
.whatsapp a img {
    width: 50px;
    transition: 0.5s;
}
.whatsapp a img:hover {
    width: 60px;
}
@media (min-width : 1199.98px){
.ancho-especial{
    width: 1220px;
}
    }
.destacado{
    font-size: 20px;
}
.img-responsive{
    max-width: 800px;
     margin: 0 auto;
}
.transparente{
   margin-top: 40px
   
}