/*
Created by XDMedia: AGomez
Visit https://xdmedia.es
*/
@import url('css/fonts.css');


@font-face {
    font-family: 'Energy';
    src: url('css/Energy.ttf'); /* IE9 Compat Modes */
    src: url('css/Energy.ttf')  format('truetype'), /* Safari, Android, iOS */
  }

  @font-face {
    font-family: 'EnergyRegular';
    src: url('css/EnergyRegular.ttf'); /* IE9 Compat Modes */
    src: url('css/EnergyRegular.ttf')  format('truetype'), /* Safari, Android, iOS */
  }



/*font-family: 'Energy', sans-serif;
font-family: 'Merriweather', serif;*/

:root {
    --dark: #272727;
    --clear: #d2d1d1;
}


.contact .social{
    display: flex;
    flex-direction: column;	
	.social-links{
		text-align: center;
		
        display: flex;
		 flex-direction: row;
        align-items: center;
	}
	
}
body {
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-family: 'EnergyRegular', serif;
    background: white;
    color: #5f5f5f;
}
html {
    overflow-y: scroll;
}
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
h1, h2, h3, h4 {
    font-weight: 600;
    margin: 6px 0;
    color: var(--dark);
}
p {
    margin: 12px 0;
}
a {
    text-decoration: none;
    color: var(--dark);
    outline: none;
    user-select: none;
    -moz-user-select: none;
/*  transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transform: translateZ(0);*/
/*     backface-visibility: hidden;
    -webkit-backface-visibility: hidden;*/
}
a:hover {
    cursor: pointer;
/*  opacity: .8;
    transition: all .2s linear;
    -moz-transition: all .2s linear;*/
}
.lang-item {
    float: right;
    list-style: none;
    margin: 9px 12px 0 0;
    position: relative;
    z-index: 8;
}



.home.section span {
    background: #0000008f;
}

.content.full .col-l-3 {
    min-height: 596px;
}

.content.full .col a img {
    height: 300px !important;
 
}
.navigate-post {
    overflow: hidden;
    margin-top: 80px !important;
    padding: 0 20px;
}

.navigate-post [rel="prev"], .navigate-post [rel="next"] {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    padding: 9px 31px;
    font-weight: 600 !important;
    font-size: 14px;
    border: 1px solid var(--dark);
    color: var(--dark);
    border-radius: 3px;
    text-transform: uppercase;
}

.navigate-post [rel="next"] {
    float: right;
}


.slider-list {
    list-style: none;
    padding: 0;
    margin: 0;
  /*   display: flex;
    flex-wrap: wrap; */
}
.slider-list li {
    display: inline-block;
    max-width: 33.3333%;
    float: left;
    margin-bottom: -8px;
    border: 8px solid transparent;
}
.slider-list li a {
    display: inline-block;
}
.slider-list li a img {
/*     height: auto !important;
    object-fit: unset !important; */
}


.flex {
    display: flex;
}
.container {
    max-width: 80%;
    margin: 0 auto;
}
.row {
    margin: 0 -8px 0 -8px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.col {
    float: left;
    padding: 8px;
    width: 100%;
}
.d-block {
    display: block;
    float: left;
    width: 100%;
}
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mr-1 {
    margin-right: 1rem !important;
}
.mr-2 {
    margin-right: 2rem !important;
}
.ml-1 {
    margin-left: 1rem !important;
}
.ml-2 {
    margin-left: 2rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pt-2 {
    padding-top: 2rem !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
.pb-2 {
    padding-bottom: 2rem !important;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.pointer {
    cursor: pointer;
}
.ta-c {
    text-align: center;
}
.container-pro {
    max-width: 1280px;
}
.video {
    margin: 16px auto -52px auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    z-index: 9;
    padding: 14px 12px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header-mini {
/*  background: #ffffffd1;*/
    padding: 18px 12px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header .logo {
    float: left;
    position: relative;
    z-index: 6;
    top: 2px;
}
.header .logo img {
    max-width: 283px;
    float: left;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header-mini .logo img {
    max-width: 206px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header-mini .navbutton {
/*  color: var(--dark) !important;
    opacity: .6 !important;*/
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header-mini .navbutton {
    margin-top: 4px !important;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header .navbar {
    display: none;
    background: #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.header .navbar .flexy {
    display: flex;
    height: 100vh;
    padding: 60px 0;
}
.header .navbar .col-menu {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 60px;
    font-size: 34px;
    line-height: 27px;
}
.header .navbar .col-menu img {
    float: left;
    max-width: 600px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 60px;
}
.header .navbar .col-menu:first-child {
    border-right: 1px solid var(--clear);
}
.thumb {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: center;
}
.thumb img {
    width: auto !important;
    float: none !important;
}
.text-content img,
.text-content video,
.text-content .wp-video {
    margin-top: 20px;
}
.header .navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: left;
    float: right;
}
.header .navbar ul li {
    display: block;
}
.header .navbar ul li a {
    display: inline-block;
    color: var(--dark);
    padding: 12.5px;
     transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header .navbar ul li ul {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    transform: unset;
    right: unset;
    width: 100%;
    margin-bottom: 12px;
    float: none;
}
/*.header .navbar ul li:hover > ul {
   display: block;
}*/
.header .navbar ul li ul li {
    line-height: 20px;
}
.header .navbar ul li ul li a {
    font-size: 16px;
    padding: 0 12px;
}
.header .navbutton {
    float: right;
    color: #ded9d9;
    font-size: 36px;
    font-weight: lighter;
    margin-top: 7px;
    cursor: pointer;
    position: relative;
    z-index: 6;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header.dark {
    background: #ffffffe3;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header.dark .navbutton {
    color: var(--dark);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header .navbutton i {
    float: left;
}
.fal.fa-times {
  /*  font-size: 32px;*/
    color: var(--dark);
    opacity: .6;
}
.header-mini .navbar ul li a {
    color: var(--dark);
     transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.btn-custom {
    background: transparent;
    color: #fff;
    display: inline-block;
    border: 1px solid white;
    padding: 12px 18px;
    line-height: 14px;
    font-size: 13px;
    border-radius: 2px;
    min-width: 122px;
    text-align: center;
    font-family: 'Energy', sans-serif;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.btn-custom:hover {
    background: white;
    color: var(--dark);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.btn-custom-dark {
    color: var(--dark);
    border: 1px solid var(--dark);
}
.btn-custom-dark:hover {
    color: white;
    background: var(--dark);
}
.btn-custom-l {
    padding: 14px 30px;
    font-size: 16px;
    line-height: 18px;
    min-width: 136px;
}
.points {
    pointer-events: none;
}
.section {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section .center,
.home .center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 769px;
}
.section .center-full,
.home .center-full {
    width: 820px;
}
.section .center {
    visibility: hidden;
}
.section .center h1,
.home .center h1 {
    color: white;
    line-height: 88px;
    margin: 0;
    font-size: 83px;
    font-weight: 800;
    font-family: 'Energy', sans-serif;
    letter-spacing: .5px;
    margin-bottom: 12px;
}
.section .center h2 {
    color: white;
    line-height: 62px;
    margin: 0;
    margin-top: 40px;
    font-size: 59px;
    font-weight: 800;
    font-family: 'Energy', sans-serif;
}
.section .center p {
    max-width: 500px;
    color: white;
    text-align: center;
    margin: 18px auto;
    font-size: 19px;
    line-height: 27px;
}
.section .center .btn-simple,
.home .center .btn-simple,
.content.full .btn-simple {
    color: white;
    line-height: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Energy', sans-serif;
    margin-bottom: 40px;
}
.content.full .btn-simple {
    color: var(--dark);
    cursor: default;
}
.section .center .btn-custom,
.home .center .btn-custom {
   margin-top: 12px;
}
.section span,
.home span {
    background: #00000059;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
}
#myVideo {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
#section1 {
background-image: url(img/fullpage/1.jpg);

}
#section2 {
background-image: url(img/fullpage/1.jpg);

}
#section3 {
background-image: url(img/fullpage/3.jpg);

/*background-image: url(img/fullpage/one.jpg);*/

}
#section4 {
background-image: url(img/fullpage/4.jpg);

}
#section6 {
   
background-image: url(img/fullpage/campania.jpg);

}
.top {
    background: black;
    color: white;
    position: fixed;
    z-index: 99;
    bottom: 1%;
    right: 1%;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    cursor: pointer;
}
footer {
    background: black;
    padding: 60px 24px;
}
footer p {
    max-width: 200px;
}
footer h4 {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
    margin-top: 13px;
}
footer ul li {
    display: block;
}
footer ul li a {
    display: block;
    color: #5f5f5f;
}
footer .subfooter {
    text-align: center;
    margin-top: 64px;
}
footer .subfooter .social {
        padding: 3% ;
	border-top: 1px solid #1b1b1b;
	 border-bottom: 1px solid #1b1b1b;
    
}
footer .subfooter .social a {
    color: white;
    font-family: 'Energy', sans-serif;
    font-size: 17px;
    border-bottom: 1px solid white;
}
footer .subfooter .make {
    margin: 40px 0;
    font-size: 13px;
    font-family: 'Energy', sans-serif;
    margin-bottom: 0;
}
footer .subfooter .make a {
    color: var(--clear);
}
.home {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home video,
.home img {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
} 
.home.page {
    height: 50vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home.page video,
.home.page img {
    width: 100%;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
} 
.home .a-info {
    color: white;
}
.home .down {
    position: absolute;
    z-index: 8;
    color: white;
    bottom: 13px;
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.home .down a {
    color: white;
}
.home .down i {
    cursor: pointer;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.home .down i:hover {
    transform: scale(1.2);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.content .col.full:first-child {
    /*border-right: 1px solid var(--clear);*/
    padding: 0 24px 0 0;
}
.content .col.full:last-child {
    padding: 0 0 0 24px;
}
.content .con-info {
    text-align: center;
    padding: 120px 0 60px 0;
    border-bottom: 1px solid var(--clear);
    margin-bottom: 60px;
}
.content.full .con-info {
    padding: 160px 0 60px 0;
}
.content .con-info h1 {
    color: var(--dark);
    line-height: 88px;
    margin: 0;
    font-size: 83px;
    font-weight: 800;
    font-family: 'Energy', sans-serif;
    margin-bottom: 12px;
}
.content .con-info h2 {
    color: var(--dark);
    line-height: 60px;
    margin: 0;
    font-size: 54px;
    font-weight: 800;
    font-family: 'Energy', sans-serif;
}
.content .row {
    padding-bottom: 120px;
    display: flex;
    margin: 0;
}
.content .col img {
    float:left;
    width: 100%;
}
.content .col h3 {
    font-size: 24px;
    line-height: 31px;
    font-weight: normal;
}
.content .col p {
    line-height: 24px;
}
.content .col p strong {
    color: #464646;
}
.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.content.full .row {
    margin: 0 -16px 0 -16px;
}
.content.full.post .row {
    margin: 0;
}
.content.full.post h2 {
    font-size: 26px;
}
.content.full .col {
    padding: 16px;
}
.content.full .col a img {
    height: 300px;
    object-fit: cover;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.content.full .col a img:hover {
    opacity: .9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.content.full.off .col a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.content.full.off .col a img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.content.full .col:nth-child(2n+1) a img {
 /*    height: 400px;
    object-fit: cover; */
}
.content.full .col h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-top: 12px;
}
.content.mini {
    padding: 60px 0;
}
.content .con-mini {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.content.mini .row {
    margin: 0 -16px 0 -16px;
}
.content.mini .col {
    padding: 16px;
}
.content.mini .col a img {
    height: 300px;
    object-fit: cover;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.content.mini .col a img:hover {
    opacity: .8;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.content.mini .col h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-top: 12px;
}
.content .con-mini h3 {
    color: var(--dark);
    line-height: 30px;
    margin: 0;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 24px;
    float: left;
    font-family: 'Energy', sans-serif;
    border-bottom: 1px solid var(--clear);
}
.r-top {
    visibility: hidden;
}
form.form {
    width: 100%;
    margin: 0 auto;
}
form.form input {
    font-family: 'Energy', sans-serif;
}
form.form .form-group {
    
}
form.form .group-per input {
    /*width: 50% !important;*/
    float: left;
}
form.form .group-per input:first-child {
    /*border-right: none;*/
}
form.form input[type="text"],
form.form input[type="email"] {
    outline: none;
    padding: 24px;
    width: 100%;
    border: 1px solid var(--dark);
    border-bottom: none;
    font-size: 16px;
}
form.form input[type="submit"],
.btn-contact {
    background: var(--dark);
    color: white;
    border: 1px solid transparent;
    display: inline-block;
    text-transform: uppercase;
    padding: 17px;
    outline: none;
    font-weight: bold;
    border-radius: 2px;
    text-decoration: none;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    font-size: 13.2px;
    width: 100%;
    cursor: pointer;
}
form.form input[type="submit"]:hover,
.btn-contact:hover {
    border-color: var(--dark);
    background: transparent;
    color: var(--dark);
}
form.form textarea {
    outline: none;
    padding: 24px;
    width: 100%;
    border: 1px solid var(--dark);
    resize: vertical;
    font-family: 'Energy', sans-serif;
    font-size: 16px;
    min-height: 320px;
}
.content.contact {

}
.content.contact i {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: var(--dark);  
}
.content.contact p {
   /* max-width: 400px; */
}
.content.contact p a {
    color: var(--dark);
    font-family: 'Energy', sans-serif;
    font-size: 17px;
    border-bottom: 1px solid var(--dark);
}
.share {
    margin-bottom: 72px;
}
.share h4 {
        font-family: 'Energy', sans-serif;
    font-size: 18px;
}
.share ul {
        list-style: none;
    margin: 0;
    padding: 0;
}
.share ul li {
    display: inline-block;
}
.share ul li a {
    padding: 12px 16px;
    display: inline-block;
}
.share ul li a:first-child {
    padding-left: 0;
}
.share ul li a i {
    font-size: 18px;
}
.b-none {
    border-bottom: none !important;
}
.post-edit-link {
    display: none;
}
.slider-custom {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.group-per .wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 50%;
}
form.form p {
    margin: 0 !important;
}
form.form .group-per .your-name input,
form.form .group-per .your-phone input {
    border-right: none;
    width: 100% !important;
}
.acceptance {
    margin-top: 0;
    float: left;
    width: 100%;
    text-align: left;
}
.acceptance * {
    user-select: none;
    -moz-user-select: none;
}
span.wpcf7-list-item {
    margin: 4px 0 12px 0 !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 7px;
    font-size: 12px !important;
}
.simple {
    line-height: 24px;
    padding: 0 12px;
}
.simple h2 {
    margin-top: 24px;
}
.simple {
    
}



































/* Firefox */
@-moz-document url-prefix() {

}


/* Explorer */
@supports (display:-ms-grid) { 

}


/* Responsive Medium */
@media all and (max-width: 1400px) {
    .container {
        max-width: 100%;
        overflow: hidden;
    }
    .content .row {
    padding: 24px;
    margin: 0;
    }
    .content .con-info,
    .content .con-mini,
    .share {
        margin-left: 24px;
        margin-right: 24px;
    }
    .content.full.post .row {
    margin: 0;
}



}

/* Responsive Small */
@media all and (max-width: 800px) {



    .slider-list li {
        max-width: 100%;
        border-left: 0;
        border-right: 0;
    }



.container-pro article {
    width: 100%;
    overflow: hidden;
}
.content .col img {
    float: left !important;
    width: 100% !important;
}
.section {
    background-attachment: unset !important;
}
    
.section .center, .home .center {
    width: 100%;
    padding: 25px;
}


.section .center h1, .home .center h1 {
    line-height: 42px;
    font-size: 39px;
}
.section .center h2 {
    line-height: 42px;
    font-size: 39px;
}
.section .center p {
    font-size: 15px;
    line-height: 22px;
    max-width: 350px;
}
footer ul {
    margin-top: 4px;
    line-height: 20px;

}
footer {
    padding-top: 80px;
        padding-bottom: 0;

}
footer .subfooter {
    margin-top: 30px;
}
.header .navbar .col-menu:first-child {
    width: 100%;
    padding-right: 0;
    text-align: center;
    border-right: 0;
    font-size: 23px;
    line-height: 14px;
}
.header .navbar .col-menu:last-child {
    display: none;
}
.header .navbar ul {
    width: 100%;
    text-align: center;
    float: none;
}
.content .con-info {
    padding: 60px 0;
    margin-bottom: 30px;
}
.content .con-info h2 {
    font-size: 33px;
    line-height: 35px;
}
.content .col.full:first-child {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 24px; 
}
.content .col.full:last-child {
    padding-left: 0;
}
.content .con-mini h3 {
    font-size: 26px;
}
.content .cont-mini {
    margin-left: 12px;
    margin-right: -12px;
}
.content .con-info h1 {
    line-height: 42px;
    font-size: 39px;
}
footer .col:first-child h4 {
    visibility: hidden;
}
.section .center .btn-simple, .home .center .btn-simple, .content.full .btn-simple {
    margin-bottom: 13px;
}
.header-mini .logo img {
    width: 162px;
}
.header-mini .navbar ul li a {
    font-size: 19px;
    padding: 8px;
}
.btn-custom-l {
    padding: 10px 22px;
}
.video {
    padding: 0 16px;
}
.group-per .wpcf7-form-control-wrap {
    width: 100%;
}
form.form .group-per .your-name input, form.form .group-per .your-phone input {
    border-right: 1px solid var(--dark);
}




}








/* Columns responsive */
@media all and (min-width: 800px) {

.col-m-12 {
    width: 100%;
}
.col-m-11 {
    width: 91.66666667%;
}
.col-m-10 {
    width: 83.33333333%;
}
.col-m-9 {
    width: 75%;
}
.col-m-8 {
    width: 66.66666667%;
}
.col-m-7 {
    width: 58.33333333%;
}
.col-m-6 {
    width: 50%;
}
.col-m-5 {
    width: 41.66666667%;
}
.col-m-4 {
    width: 33.33333333%;
}
.col-m-3 {
    width: 25%;
}
.col-m-2 {
    width: 16.66666667%;
}
.col-m-1 {
    width: 8.33333333%;
}
}
@media all and (min-width: 1120px) {
.col-l-12 {
    width: 100%;
}
.col-l-11 {
    width: 91.66666667%;
}
.col-l-10 {
    width: 83.33333333%;
}
.col-l-9 {
    width: 75%;
}
.col-l-8 {
    width: 66.66666667%;
}
.col-l-7 {
    width: 58.33333333%;
}
.col-l-6 {
    width: 50%;
}
.col-l-5 {
    width: 41.66666667%;
}
.col-l-4 {
    width: 33.33333333%;
}
.col-l-3 {
    width: 25%;
}
.col-l-2 {
    width: 16.66666667%;
}
.col-l-1 {
    width: 8.33333333%;
}
}