@charset 'UTF-8';

 /* ------------------ */
 /*   GENERAL CSS      */
 /* ------------------ */

 @font-face {
  font-family: futura;
  src: url(../fonts/FuturaStd-Light.otf);
  src: url(../fonts/FuturaStd-Light.woff);
}

 @font-face {
  font-family: futura-bold;
  src: url(../fonts/FuturaStd-Heavy.otf);
  src: url(../fonts/FuturaStd-Heavy.woff);
}

 body {
	background: white;
	font-family: futura, sans-serif;
	color: grey;
	font-size: 14pt;
	margin: 0;
  padding: 0;
}

strong {
  font-family: futura-bold, sans-serif;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

p {
  margin-top: 1em; 
}

h2, h3, h4, h5, h6 {
	font-family: futura, sans-serif;
  	font-weight: normal;
  	padding: 0;
  	margin: 0.25em 0;
}

img {
  width: 100%;
}

 /* ------------------ */
 /*  	DESKTOP CSS	   */
 /* ------------------ */

header {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: white;
    position: fixed;
    z-index: 2;
    top: 0;
}

.logo {
  	width: 15%;
 	  margin-left:4em; 
}

.active a {
	color: tomato;
}

nav {
 	width: 100%;
 	margin: 1em auto;
}

nav ul {
	display: flex;
  	flex-direction: row;
}

nav li {
	display: flex;
  	flex-direction: row;
  	font-size: 0.7em;
  	margin: 0.5em 0;
 	  padding: 0.25em 1em 0.25em 2em;
 	  text-align: left;
  	color: grey;
}

nav li a {
	color: grey;
}

footer {
	background: black;
	display: flex;
  flex-direction: column;
	color: white;
  margin: 0 auto;
	padding: 1em 0;
	width: 100%;
}

footer ul {
	font-size: 0.5em;
	display: flex;
	flex-direction: column;	
  text-align: center;
	width: 100%;
	margin: 0 auto;
}

footer .logo {
  width: 10%;
  margin: 1em auto;
}

.open {
	height: 100vh;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.column {
  display: flex;
  flex-direction: column;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
  margin: 0 auto;
}

.center-h {
	display: flex;
	align-items: center;
}

.btn {
	border: 2px solid white;
  font-family: futura, sans-serif;
  border-radius: 25px; 
	background: black;
	padding: 0.5em;
  width: auto;
	color: white;
	font-size: 0.5em;
	cursor: pointer;
}

.btn:hover {
	background: tomato;
	color: white;
	transition: 0.5s;
}

.inner {
	margin: 2em 6em;
}

.inner2 {
	margin: 0 6em;
}

.inner3 {
	margin: 0 3em;
}

.extra {
	margin-bottom: -3em;
}

.special {
	position: relative;
}

.subinner {
	margin: 1em;
  font-size: 0.8em;
  text-align: justify;
}

.all {
	width: 100%;
}

.quarter {
	width: 25%;
	margin: 7em 2em;
  font-size: 0.6em;
}

.quarter img {
	width: 50%;
}

.three-quarter {
	width: 75%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  margin-top: 4em;
}

.container {
	margin-top: 5em;
}

.fluid-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.thumbs {
	width: 100%;
	margin: 0.5em;
	cursor: pointer;
	position: relative;
}

.thumbs img {
  width: 100%;
  height: 100%;
}

.thumbs-arts {
	width: 30%;
	margin: 0.25em 0.5em;
}

.thumbs-arts img {
	width: 100%;
	height: 10em;
	object-fit: cover;
}

.text-thumbs, .text-thumbs-red {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: black;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: .5s ease;
  opacity: 1;
}

.text-thumbs:hover, .text-thumbs-red:hover {
  opacity: 0;
}

.text-thumbs-red {
  background: rgba(255, 99, 71, 0.9);
  color: white;
}

.text-thumbs p {
  margin: 0.5em;
  font-size: 0.7em; 
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.banner {
	background: #b3d8cc;
	text-align: center;
	color: white;
	padding: 1em 0 3em 0;
	margin-top: 1em; 
}

.boxes {
	position: relative;
	top: -3em;
}

.box {
	margin: 0 0.5em;
	padding: 1em;
	background: white;
	cursor: pointer;
	margin-bottom: -7em;
}

.box img {
	transition: 0.3s;
	opacity: 0.5;
}

.box:hover img {
	transition: 0.3s;
	opacity: 1;
}

.box-text {
	background: white;
	margin: 0.5em;
	padding: 0.5em 1em;
	z-index: 1;
	position: relative;
	bottom: 7em;
	height: 80px;
	cursor: pointer;
}

.box-text li {
	font-size: 0.6em;
}

.mobile {
  	display: none;
}

.block {
	margin: 1em;
	/* height: 100vh; */
}

.about {
    margin-top: 6em;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.three {
    width: 66%;
}

.three2 {
    width: 33%;
}

.three2 {
  background: url("../images/fondo_sobremi.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
}

.border-box {
    width: 90%;
    height: 90%;
    border: 2px solid white;
    z-index: 1;
    margin: 5%;
}

.three2 h3 {
    position: absolute;
    margin: 1em 0.5em;
    color: white;
}

.three2 img {
    width: 220px;
    height: 220px;
    margin: 2em 1em;
    border-radius: 10px;
    border: 4px solid white;
    object-fit: cover;
    object-position: center 30%;
}

.black {
    width: 20%;
    background: black;
}

.black .logo {
    width: 90%;
    margin: 1em;
}

.text {
    margin: 1em;
    background: rgba(255, 255, 255, 0.95);
    padding: 2em;
    border-radius: 10px;
    font-size: 0.7em;
    max-width: 70%;
    /*column-count: 3; */
    text-align: justify;
}

.text p {
  margin-top: 0;
}

.contacto {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    background: url(../images/fondo_contacto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center;
    border-radius: 10px;
}

.add {
  font-size: 0.7em;
}

 /* ------------------ */
 /*     FORMS CSS      */
 /* ------------------ */

.forms {
    margin: 2em 2em;
    padding: 4em 2em;
    color: white;
}

input {
    width: 60%;
    margin: 1em 0;
    border-radius: 25px;
    border: none;
    padding: 0.75em;
    font-size: 0.7em;
}

textarea {
    margin: 1em 0;
    border-radius: 15px;
    border: none;
    height: 15em; 
    padding: 0.75em;
    font-size: 0.7em;
}


 /* ------------------ */
 /*     BUTTON CSS     */
 /* ------------------ */

 /*  	button	   */
#button {
  	display: inline-block;
  	background-color: black;
  	width: 40px;
  	height: 40px;
    padding: 0.1em;
  	text-align: center;
  	position: fixed;
  	bottom: 100px;
  	right: 30px;
  	transition: background-color .3s, 
  	opacity .5s, visibility .5s;
  	opacity: 0;
  	visibility: hidden;
  	z-index: 1;
    transform: rotate(-90deg);
}
#button::after {
  	font-weight: normal;
  	font-style: normal;
  	font-size: 2em;
  	line-height: 50px;
  	color: white;
}
#button:hover {
  	cursor: pointer;
  	background-color: tomato;
}
#button:active {
  	background-color: #555;
}
#button.show {
  	opacity: 1;
  	visibility: visible;
}

 /* ------------------ */
 /*  	  SLIDER CSS	   */
 /* ------------------ */

#slideshow { 
    margin: 0 auto 1em 0; 
    position: relative; 
    width: 100%;
    height: 30em;
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

#slideshow > div > img {
	width:100%;
	height: 30em;
	object-fit: cover;
}

#slideshow:hover i, #slideshow:hover .slider-dots{
	opacity: 1;
}

.slidebtn {
	z-index:99;
	background:transparent;
	outline:none;
	border:none;
	transition: all 0.3s;
}

.slidebtn:active,
.slidedtn:focus {
	outline:none;
}
	
.slidebtn i {
	color:#FFF;
	font-size:72px;
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
 /*
.prev {
    position: absolute; 
    top: 10px; 
    left: 10px; 
    bottom: 10px;
}

.next {
    position: absolute; 
    top: 10px; 
    right: 10px; 
    bottom: 10px;
}
*/

.slider-dots {
 	list-style: none;
  	padding-left: 0;
  	text-align: center;
  	bottom: 1em;
  	width: 100%;
  	position: absolute;
  	margin: 0 auto;
	transition: all 0.3s;
	z-index: 1;
}

.slider-dots li {
  	color: #000;
  	display: inline;
  	font-size: 30px;
  	margin-right: 5px;
  	cursor:pointer;
}

.slider-dots li.active-dot {
  	color: #fff;
}

 /* ------------------ */
 /*  	MODAL CSS	   */
 /* ------------------ */

.modal {
  	display: none;
  	position: fixed;
  	top: 10px;
  	left: 0;
  	right: 0;
  	width: 60%;
    max-height: 90vh;
  	margin: 0 auto;
  	padding: 5px;
  	background: #fff;
  	border-radius: 4px;
  	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  	overflow: auto;
  	z-index: 2;
}

/* width */
.modal::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.modal::-webkit-scrollbar-track { 
  background: black;
}

/* Handle */
.modal::-webkit-scrollbar-thumb {
  background: tomato; 
  border-radius: 5px;
}


.overlay {
  	display: none;
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0,0,0,0.75);
  	z-index: 2;
}

.modal-close-btn {
 	  position: fixed;
  	right: 0;
  	top: 0;
  	font-size: 30px;
  	cursor: pointer;
  	border: none;
  	background: white;
}

.modal-close-btn:hover {
	background: tomato;
	transition: 0.5s;
	color: white;
}

 /* -------------------- */
 /*      PRELOADER       */
 /* -------------------- */

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #FFF none repeat scroll 0% 0%;
    z-index: 4;
}

#page-loader .preloader-interior {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 3px solid transparent;
    animation: rotate 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@keyframes rotate {
    from {
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
    to {
      -moz-transform: rotateY(-360deg);
      -ms-transform: rotateY(-360deg);
      transform: rotateY(-360deg);
    }
  }

 /* -------------------- */
 /*       ALERTAS        */
 /* -------------------- */

.alert {
    display: none;
    flex-direction: row;
    align-items: center;
    border: none; 
    color: white; 
    padding: 1em; 
    cursor: pointer; 
    font-family: futura, sans-serif;
    position: fixed;
    z-index: 1000;
    top: 5%;
    right: 2.5%;
    font-size: 0.8em;
}

.close {
    margin: 0 0 0 1em;
    border: 1px solid white;
    padding: 0.2em 0.5em;
    border-radius: 50px;
}

.success {
    background-color: #b3d8cc;;
} 

.success:hover {
    background-color: white;
    color: #b3d8cc;;
    transition: 0.25s;
    border: 2px solid #b3d8cc;;
}

.danger {
    background-color: tomato;
} 

.danger:hover {
    background-color: white;
    color: tomato;
    transition: 0.25s;
    border: 2px solid tomato;
}

 /* -------------------- */
 /*  TABLET-DESKTOP CSS  */
 /* -------------------- */

@media screen and (max-width:968px)
{
	.inner, .inner2 {
		margin: 0.5em 1em;
	}	

	#mySidenav {
    	display: none;
  	}

  	#mySidenav.move {
    	display: block;
    	transition: 0.7s;
  	}

  	.mobile {
    	position: absolute;
    	top: 0;
    	display: block;
    	right: 1em;
    	z-index: 1;
    	margin: 0.5em 1em;
  	}

  	.mobilenav {
    	margin: 0.25em 0em;
    	padding: 0.25em 0.25em 0 0.25em;
    	border: 3px solid tomato;
    	background: white;
    	width: 40px;
    	height: 40px;
  	}

  	.menu {
  		position: fixed;
  		top: 3em;
  		background: white;
  	}

  	.menu ul {
  		display: flex;
  		flex-direction: column;
  		margin: 1em;
  	}

  	.box {
		  padding: 1em;	
	   }  

	   .thumbs-arts {
		  width: 30%;
		  margin: 0.25em;
	   }

    .modal {
      width: 80%;
    }

    .black {
      display: none;
    }

    .three {
      width: 66.6%;
    }

    .three2 {
      width: 33.3%;
    }

    .text {
      width: auto;
      margin: 1em;
      font-size: 0.65em;
      padding: 1em;
    }

    .container {
      margin-top: 3.75em;
    }

    .contacto {
      width: 70%;
    }

    input {
      width: auto;
    }

    footer .logo {
      width: 25%;
    }

}


 /* -------------------- */
 /*   TABLET-PHONE CSS   */
 /* -------------------- */

@media screen and (max-width:640px)
{
	.row {
		flex-wrap: wrap;
	}

	.menu {
  		top: 2.5em;
  	}

  .logo {
  	width: 35%;
	}

	.three-quarter {
		width: 100%;
	}

	.quarter {
		width: 100%;
		margin: 2em 0.25em;
	}

	.thumbs-arts {
		width: 46%;
		margin: 0.5em 0.25em;
	}

  .contacto {
    width: 90%;
  }

  .three {
    width: 100%;
  }

  .three2 {
    width: 100%;
    background-position: center center;
  }

  .border-box {
    width: 95%;
    height: 95%;
    border: 1px solid white;
    z-index: 1;
    margin: 2.5%;
  }

	footer {
    	flex-direction: column;
    	align-content: center;
	}

	footer ul {
		text-align: center;
	}

  .about {
    flex-direction: column;
  }
}


 /* -------------------- */
 /*   TABLET-PHONE CSS   */
 /* -------------------- */

@media screen and (max-width:480px)
{
	.logo {
  		width: 40%;
	}

	.thumbs-arts {
		width: 100%;
		margin: 0.25em 0;
	}

	.mobilenav {
    	width: 40px;
    	height: 40px;
  	}

  .forms {
    margin: 2em 1em;
    padding: 3em 0;
    color: white;
  }

  footer .logo {
    width: 30%;
  }

  .text {
    max-width: 100%;
  }
}


