/*
    
cineabetxi.css

*/

@import url(fontawesome.css);
@import url('<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">');

body {
    font-family: 'Montserrat', sans-serif;
    overflow-anchor: none;
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
}

/* Basic */
a {
  color: #fff;
  text-decoration: none;
}

a:hover {
	color: #f5a425;
  text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

p {
    font-size: 13px;
    line-height: 22px;
}

.ocult {
  display: none;  
} 

.hueco {
  visibility: hidden;
}

a.menu-link { display: none; }

@media screen and (max-width: 1199px) {
  a.menu-link {
    float: right;
    display: block;
    font-size: 36px;
    color: #fff;
    padding-right: 60px;
    padding-top: 15px;
  }
  nav[role="navigation"] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role="navigation"] {
    overflow: hidden; 
    max-height: 0;
  }
  nav[role="navigation"].active {
    max-height: 35em;
    height: 35em;
    overflow-y: scroll;
  }
  nav[role="navigation"] ul {
    top: 0;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(250,250,250,0.25);
    background-color: #000;
  }
  nav[role="navigation"] li a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(250,250,250,0.25);
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
  }

  nav[role="navigation"] li:hover a,
  nav[role="navigation"] li.active a {
      color: #f5a425;      
  }
  
  @media screen and (min-width: 1200px) {

    .js nav[role="navigation"] {
      max-height: none;
    }
    nav[role="navigation"] li {
      display: inline-block;
      margin: 0 0.25em;
    }
    nav[role="navigation"] li a {
      border: 0;
    } 
  }

}

/* Mix */

.badge-clear {
	padding: 8px 25px;
	border: 3px solid #fff;
  border-radius: 8px;
	color: #f5a425;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 40px;
	display: inline-block;
}

.badge-clear-menut {
	padding: 6px 20px;
	border: 2px solid #f5a425;
  border-radius: 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 40px;
	display: inline-block;
}

.badge-clear-mini {
	padding: 4px 14px;
	border: 1px solid #f5a425;
  border-radius: 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 5px;
	margin-top: 25px;
	display: inline-block;
}

.inici-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Header */

.main-header {
    background-color: #000;
    height: 90px;
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 0;
}

.main-header .logo {
    float: left;
    line-height: 73px;
    padding-top: 0px;
    padding-left: 30px;
}

.main-header .logo a {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.main-menu {
    float: right;
    padding-top: 5px;
    padding-right: 60px;
}

.main-menu li {
    display: inline-block;
    line-height: 73px;
    margin-left: 15px;
    position: relative;
}

.main-menu li:first-child {
    margin-left: 0px;
}

.main-menu li a {
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.5s;
}

.main-menu li.has-submenu a:after {
  content: '\f107';
  font-family: "FontAwesome";
  margin-left: 5px;
}

.main-menu li.has-submenu ul li a:after {
  display: none;
}

.main-menu li .sub-menu {
  position: absolute;
  width: 120px;
  background: none; 
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu li .sub-menu li {
  display: block;
  line-height: 20px;
  margin-left: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center; /* retoc */
}

.main-menu li .sub-menu li:first-child {
  padding-top: 15px;
}

.main-menu li .sub-menu li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.main-menu li .sub-menu li a {
  font-size: 14px;  /* retoc */
  font-weight: 500;
  padding: 0px 15px;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.5s;
 
}

.main-menu li .sub-menu li a:hover {
  color: #f5a425;
  border: none;
}

.main-nav li:hover a,
.main-nav li.active a {
    border: 2px solid #f5a425;
}

/* Inici */

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -16px;
  padding-top: 90px;   
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50.5%;
  top: 23%; /*20%*/
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption h6 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 700;
}

/* Section */

section {
	position: relative;
	width: 100%;
  padding-top: 120px;
  padding-bottom: 45px;
  text-align: center;
}

section.on_estem {
  position: relative;
	width: 100%;
  padding-top: 120px;
  padding-bottom: 4%;
  text-align: center;
}

section.mes_endavant {
  overflow-anchor: auto;
  padding-left: 17%;
  padding-right: 17%;
}

section.proximament {
  overflow-anchor: auto;
}

section.recomanem {
  padding-left: 17%;
  padding-right: 17%;
}

section .section-text {
	font-size: 18px;
	line-height: 32px;
	color: #dcda9d; 
}

section .section-body {
	padding-top: 30px;
	color: #fff;
}

section .section-body2 {
	padding-top: 20px;
	color: #fff;
}

/*list*/

.list-item {
	display: flex;
	display: -webkit-flex;
	width: 100%;
}

.list-item .desc {
	flex: 1;
	-webkit-flex: 1;
}

.list-item.imatge {
  padding: 5% 20%;
}

/*proximament*/

.projects-picture {
	width: 80%; 
	margin: 0 auto;
	padding-top: 25px;
}

.projects-picture img {
	width: 100%;
	border: 1px solid #f5a425;
}

.projects-picture2 {
	margin: 0 auto;
}

.projects-picture2 img {
	width: 100%;
	border: none;
}

.projects-details {
	color: #fff;
}

.projects-details .projects-badge {
	padding: 8px 16px;
	border: 2px solid #f5a425;
  border-radius: 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 20px;
	display: inline-block;
}

.projects-title {
	line-height: 45px;
	font-size: 28px;
	font-weight: bold;
	color: #dcda9d;
}

.projects-details .projects-description {
	line-height: 20px;
	margin-top: 20px;
	color: #fff;
}

.projects-details .projects-description b {
	line-height: 20px;
	margin-top: 20px;
	color: #dcda9d;
}

.projects-details .projects-description2 {
	padding-top: 15px;
	margin-top: 20px;
	line-height: 15px; 
	color: #dcda9d;
}

.projects-details .projects-description3 {
	line-height: 20px;
	margin-top: 15px;
	color: #fff;
}

/*mes_endavant*/

article.card {
	border: 1px solid #f5a425; 
	box-shadow: 0 0 40px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.05);
	-ms-box-shadow: 0 0 40px rgba(0,0,0,.05);
	-o-box-shadow: 0 0 40px rgba(0,0,0,.05);
	margin-bottom: 60px;
}

article.card .card-body {
  background-color: #000;
}

article.card .card-img-top {
  width: 100%;
  object-fit: cover;
  object-position: top;
	border: 1px 0 solid #f5a425;
}

article.card .card-title {
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0;
	font-size: 16px; 
	line-height: 22px; 
  font-weight: bold;
  color: #000;
	background-color: #fff;
}

article.card .card-text {
  color: #fff;
  font-size: 15px;
	line-height: 26px;
}

article.card .card-text b {
	color: #f5a425;
  font-size: 15px;
	line-height: 26px;
}

article.card .card-title2 {
	padding-top: 12px;
  font-weight: bold;
	font-size: 18px; 
	line-height: 22px; 
  color: #f5a425;
}

article.card .card-text2 {
  color: #fff;
  padding-top: 6px;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 12px;
}

.card-img-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.card-img-top {
  position: relative;
  overflow: hidden;
}

.card-item:hover .card-img-top img {
  transform: scale(1.2);
}

.card-img-top img {
  transition: 0.5s;
}

/* en-2024 */

.card.historic {
  max-width: 380px; 
  color: #fff; 
  background-color: #000;
}

.card-body.historic {
  margin-left: -10% !important;  
} 

.card-cv {
  position: absolute;
  top: 70%;
  right: 55%;
  transform: translate(55%,-70%);
} 

.card-img {
  width: 107%;
  height: auto; 
  object-fit: cover;
  object-position: top;
}

hr.card-line {
  background-color: #f5a425;
  width: 100%;
  height: 1px;
}

.card-title-mes {
  font-weight: bold;
  color: #f5a425;
}

.card-title-titol {
  font-weight: bold;
}

.card-title-de {
  font-style: normal;
  color: #fff;
}

.card-title-director {
  font-style: italic;
}

/* Recomanem */

.recomanem article.card .card-img-top {
  width: 100%;
  object-fit: cover;
  object-position: top;
	border-bottom: 1px solid #f5a425;
}

.url-recomanem a:hover {
  letter-spacing: 1px;
  color: #f5a425;
  font-weight: bold;
}

.url-recomanem i {
	color: #f5a425;
}

.url-recomanem {
  margin-top: -50px;
}

/* Contacte */

form.contact .form-control {
	margin-bottom: 5px;
	height: 50px;
	padding: 15px;
	border-color: transparent;
	box-shadow: 0 0 10px rgba(0,0,0,.01);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.01);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.01);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.01);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.01);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-width: 2px;
}

form.contact .form-control:focus {
	border: 2px solid #000;
}

form.contact textarea.form-control {
	height: 220px;
}

form.contact .btn-primary {
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 14px;
	cursor: pointer;
	border-color: #f5a425;
  border-radius: 8px;
	color: #fff;
	background-color: #000;
	border-width: 2px;
}

form.contact .btn-primary:hover {
	background-color: transparent; 
  color: #f5a425;
  font-weight: bolder;
  scale: 1.05;
}

.contact-text {
	line-height: 28px;
}

.contact-icon {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}

.contact-title {
	line-height: 45px;
	font-size: 28px;
	font-weight: bold;
	color: #dcda9d;
}

.section-body figure {
	width: 120px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.section-body figure img {
	width: 100%;
}

.contact-item a {
  line-height: 35px;
  transition: 0.5s;
}

.contact-item a:hover {
  letter-spacing: 1px;
  color: #f5a425;
  font-weight: bold;
}

.contact-item i {
	color: #f5a425;
}

.on_estem i {
	color: #ff0000;
}

/* Footer */

footer {
	padding: 80px 0 60px 0;
	text-align: center;
	background-color: #000;
	color: #fff;
}

footer .entitats {
	padding-top: 20px;
}

footer figure {
	width: 140px;
	margin: 0 auto;
	margin-bottom: 10px;
  margin-top: 10px;
}

footer figure img {
	width: 100%;
}

footer p {
	font-weight: 600;
	letter-spacing: 1.5px;
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}

footer i {
	color: #ff0000;
}

/* @media screen */

@media screen and (max-width: 1550px) {
  
  section.mes_endavant {
    padding-left: 10%;
    padding-right: 10%;
  }

}

@media screen and (max-width: 1199px) {

  nav[role="navigation"].active {
    max-height: calc(80px + 100vh);
    overflow-block: auto;
  }    
  .main-menu { 
    padding-right: 0 !important; 
  }
  .main-header .logo {
    line-height: 73px;
  }
  .main-menu li {
    display: block;
    line-height: 1;
    margin-left: 0 !important;
  }
  .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main-menu li .sub-menu li a {
    font-size: 12px;  /* retoc */      
  }
  .main-menu li .sub-menu.colapsat {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main-menu li .sub-menu li:last-child {   
    border-bottom: 1px solid #f5a425;;
  }
  .main-nav li:hover a,
  .main-nav li.active a {
    border: 2px solid transparent;
    border-bottom: 1px solid rgba(250,250,250,0.25);
  }
  .main-banner .caption h6 {
    font-weight: 500;
    font-size: 20px;
  }
  .main-banner .caption h2 {
    font-size: 58px;
  }
  .caption  {
    top: 20%;
  } 
  .caption.active {
    top: 48%;
  }
  .caption.active.expandit {
    top: 56%;
  }     
  section.mes_endavant {
    padding-left: 15%;
    padding-right: 15%;
  }  
  footer .entitats {
    margin-top: 50px;
  }
  
}

@media screen and (max-width: 1050px) {
  
  section.mes_endavant {
    padding-left: 10%;
    padding-right: 10%;
  }
  .list-item.imatge {
    padding: 5% 12%;
  }

}

@media screen and (max-width: 991px) {
  
  .list-item.imatge {
    padding: 5% 5%;
  }

}

@media screen and (max-width: 900px) {
  
  section.mes_endavant {
    padding-left: 6%;
    padding-right: 6%;
  } 

}

@media screen and (max-width: 768px) {
  
  footer p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
  }  
  .main-header .logo {
    padding-left: 15px!important;
  }
  .main-menu {
    padding-right: 30px!important;
  }
  .main-banner .caption h6 {
    font-weight: 500;
    font-size: 16px;
  }
  .main-banner .caption h2 {
    font-size: 36px;
  }
  a.menu-link {
    padding-right: 30px;    
  }
  section.mes_endavant {
    padding-left: 22%;
    padding-right: 22%;
  }
  .list-item.imatge {
    padding: 5% 5%;
  }
  .wow {
    animation-delay: 0s !important;  
  }
  .url-recomanem {
    padding-bottom: 30px;
  }

}

@media screen and (max-width: 675px) {
  
  .list-item.imatge {
    padding: 5% 3%;
  }

}

@media screen and (max-width: 576px) {
  
  section.mes_endavant {
    padding-left: 13%;
    padding-right: 13%;
  }
  .list-item.imatge {
    padding: 5% 30%;
  }
  .card-cv {
      position: absolute;
      top: 65%;
      right: 55%;
      transform: translate(55%,-65%);
  } 

}

@media screen and (max-width: 420px) {
  
  section.mes_endavant {
    padding-left: 5%;
    padding-right: 5%;
  } 
  .list-item.imatge {
    padding: 5% 20%;
  }

}
