
/***************GENERAL**********************/

/* Webfont: Lato-Regular */@font-face {
    /*font-family: 'LatoWeb';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes 
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 
         url('fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers 
         url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers 
         url('fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;

    */
}


/*Propiedades de la página entera y el tipo de letra Gill Sans*/

body, html {
    height: 100%;
    margin: 0;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; }


/*Contiene la cabecera del logo y a el menu de navegacion por las páginas*/

.header{

    min-height: 100px;
    width: 100%;
    background-color: #241c1070;
    margin: 0;
    z-index: 1;
    position: absolute;
}

.logo-header, .footer-logo-header{
	text-align: center;
}

.logo-header a img{

  width: 100%;
}


/********************************MENU PRINCIPAL SUPERIOR*******************************************/

.topnav {
  overflow: hidden;
  padding: 25px 0px 0px;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 15px;
  text-decoration: none;
  font-size: 15px;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  position: initial;

}

.dropdown .dropbtn {
  text-align: center;
  font-size: 15px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  color: white;
}

.dropdown-content {
  background-color: #a69d9df0;  
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  color: white;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: orange;
}

.dropdown-content a:hover {
  color: white;
  background-color: orange;
}

.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
  }

  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

/************************************FOOTER**************************************/

.footerSection{
  background-color: #FFF;
  margin-top: 0px;
  color:#777;
  font-size: 18px;
  line-height: 24px;
}

.footer-logo-header a img{
	width: 100%;

}

#social {
    margin-bottom: 20px;
    margin-top: -6px;
}

.social-icon-fb, .social-icon-youtube, .social-icon-ted {
    display: inline-block;
    margin-right: 15px;
}

.col-md-offset-1 {
    margin-left: 8.333%;
}

/*********************************HOME*********************************************/

/*Imágenes y parte de textos general*/

.crossfade, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-7, .bgimg-13{
    position: relative;
    opacity: 1.05;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}

 .bgimg-5, .bgimg-6, .bgimg-17 {
    position: relative;
    opacity: 1.05;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}  

/*Imagenes de fondo de home*/


/*FONDO IMAGEN 2 MAIN*/
.bgimg-2 {
    min-height: 400px;
}

/*FONDO IMAGEN 3 MAIN*/
.bgimg-3 {
	min-height: 450px;
}

/*Animación Texto principal inicio*/

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}

.fade-in.two {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
animation-delay: 2s;
}

.fade-in.three {
-webkit-animation-delay: 5s;
-moz-animation-delay: 5s;
animation-delay: 5s;
}

/*Texto principal */

.homeHeaderText{
	position: absolute;
  top: 30%;
  z-index:0;
	text-align: center;
	letter-spacing: 5px;
  color:white;
  text-shadow: 1px 1px black;
  font-size: 2vw;
  padding: 80px 80px;
}

/*Flecha de desplazamiento vertical*/

.demo a {
  position: absolute;
  bottom: 0;
  left: 47%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.demo a:hover {
  opacity: .5;
  display: none;
}

#section01 a {
  padding-top: 60px;
}

#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}

@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

/*Sección de textos e información*/

.homeTextSection{
	color: #777;
	background-color:white;
	padding:15px 80px;
	text-align: justify; 
	font-size: 29px;
}

/*Borde de textos*/

.border {
  display: inline-block;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
  background-color:transparent;
  border: 2px solid #fff !important;

}

.balearsverdButton{
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.balearsverdButton1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.balearsverdButton:hover {
  background-color: #4CAF50;
  color: white;
}



/*******************************************ARTIFEX_TEAM******************************************************/


.team_header{
    color:#ddd;
    background-color:#282E34;
    text-align:center;
    padding:50px 50px;
    font-size: 19px;
  }

.miquelRamis{
	background-image: url("fotos/miquel.JPG");
	width: 100%;
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: center; 
	background-position-x: center; 
}

span.nombrePersona{
  font-size:50px;

}

.overlayRamis{
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #000;
	background-color: #7B6F6259;
}

.overlayRamis a span:hover{
  color: orange;
}

/*Contiene a los miemberos de Artifex*/
.members{
	position: relative;
	opacity: 1.05;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #282E34;  
}

/*Contiene al texto que aparece al pasar cursor sobre miembro*/

.overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
  opacity: 0;
  transition: .5s ease;
  background-color: #FF80006E;
}

/*Contiene fotos miembros*/
.miembro{
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

  
.miembro:hover .overlay{
	opacity: 0.6;
}

.nombrePersona {
	font-size:25px;
	color:#f7f7f7;
	padding: 18px;
	letter-spacing: 10px;
}


/*************************************ARTIFEX_WORK*************************************************************/

.bgimg-7 {
    background-image: url("fotos/fondo_artifex_work.JPG");
}

.bgimg-8, .bgimg-9, .bgimg-10, .bgimg-11, .bgimg-112, .bgimg-12{
	position: relative;
	opacity: 1.05;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	border: 0.5px ridge #4d4d4d;
	padding: 10px;

}

.caption2{
   position: absolute;
   left: 0;
   width: 100%;
   top:20%;
   text-align: center;
}

.caption2 a{
  color: white;
}

.caption2 a span:hover{
  background-color: #bfc7d75e;
} 

.bgimg-8 {
    background-image: url("fotos/fondo_con_tra.jpg");
}

.bgimg-9 {
    background-image: url("fotos/fondo_escola11.jpg");
}

.bgimg-10 {
    background-image: url("fotos/fondo_picapedrer.jpg");
}

.bgimg-11 {
    background-image: url("fotos/fondo_escultura.JPG");
}

.bgimg-112 {
    background-image: url("fotos/fondo_mosaic.jpg");
}

.bgimg-12 {
    background-image: url("fotos/fondo_agr_reg.jpeg");
}


/********************************************GET_INVOLVED****************************************************/

.bgimg-13 {
    background-image: url("fotos/involucrate.jpg");
}

.bgimg-14, .bgimg-15, .bgimg-16 {
  position: relative;
  opacity: 1.05;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  border: 0.5px ridge #4d4d4d;
  padding: 10px;
}

.bgimg-14 {
    background-image: url("fotos/fablab.jpg");
}

.bgimg-15 {
    background-image: url("fotos/fabricacionpersonal.jpg");
}

.bgimg-16 {
    background-image: url("fotos/proyectoagrreg.JPG");
}

.getInvolvedText{
	color: #777;
	background-color:white;
	text-align:center;
	padding:35px 80px;
	text-align: justify;
}

.caption3{
	text-align: justify;
	position: static;
	margin: 5%;
	background-color: #507b47db;
	border: 1px solid #fff;
	color: white;
	padding: 18px;
	font-size: 16px;
	height: auto;
	border-radius: 4px;
}

.caption3 h1{
  margin:auto;
  text-align: center;
}

.caption3 p{
  margin: 2rem;
}

/****************************************************CONTACTO**************************************************/

.contactHeader{

    min-height: 100px;
    width: 100%;
    background-color: #000609b3;
    margin: 0;
    z-index: 1;
}

.bgimg-17 {
	background-image:  url("fotos/Sonpuigdorfila2.jpg");
	min-height: 30%;
}

.footerContact{
  margin-top: 2%;
}

.footer-info{
  font-size: 20px;
  text-align: inherit; 
  padding-top: 20px;
}

.footer-artifex{
  font-size: 20px;
  text-align: inherit; 
  padding-top: 20px;
  padding-right: 10%;
}

.footer-artifex p a{
  text-decoration: none;
  color: #777779;
}

.footer-social{
  font-size: 20px;
  text-align: inherit; 
  padding-top: 20px;
}

.footer-social p a{
  text-decoration: none;
  color: #777779;
}

/************************************************PLANTILLAS*******************************************/

/*En este apartado aparece el código refereido al resto de páginas que mantienen la misma estructura*/


/*La imágen de fondo principal*/
.plantillaBgimg{
  min-height: 100%;
}

/*El titulo de la página principal*/

.plantillaTitle{
  position: absolute;
  top: 28%;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  z-index:-1;
}

.plantillaTitle span{
  color:white;
  font-size: 4.5vw;
  text-shadow: 2px 2px #000;
}

/*Texto introductorio de cada página con fondo oscurecido*/

.plantillaIntroText{
	background-color: #282E34;
	color:white;
	padding: 40px 80px;
	text-align: justify;
	font-size: 25px;
}

/*Formato de las plantillas donde va almacendad la información de cada apartado*/

.plantillaSection{
	position:relative;
	background-color:#fff;
	padding: 3rem;
	margin: 0px auto 1rem auto;
}

.plantillaText{
	color:#5b5050;;
	text-align:center;
	padding:1%;
	text-align: justify;
	margin: auto;
}

.plantillaImage{
	padding:1%;
	margin:auto;
	text-align: center;
}

.plantillaImage img{
	max-width:100%;
	max-height:100%
}


/******************************************************RESPONSIVE*********************************************/



/******************************** Extra large devices (large desktops, 1200px and up)****************************************************/
@media (max-width: 1199.98px)  { 

	/**************************TOPNAV*************************/

	   /*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
        float: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }

    #inicioTopNav{
    	display: none;
    }

}

/************************************************* Large devices (desktops, 992px and up)***************************************************/

@media (max-width: 1068.98px) and (orientation:portrait){ 
/*************************PORTRAIT*************************/

	/******************TOPNAV*******************/

	 #inicioTopNav{
    	display: none;
    }

 	.topnav{
  		padding: 0px 20px 0px;
  	}

  	.topnav a, .dropdown .dropbtn {
    	display: none;
  	}
  
  	.topnav a.icon {
	    float: right;
	    display: block;
		padding: 25px 25px;
  	}

	.topnav.responsive {
  		position: static;
  	}
  
  	.topnav.responsive .icon {
	    position: absolute;
	    right: 0;
	    top: 0;
  	}

  	.logo-header{
        padding: 15px 0px;
	}

	.logo-header a img {
    	width: 100%;
	}


	/************FOOTER********************/

	.footer-info, .footer-social{
  		font-size: 17px;
  	}

  	.footer-logo-header a img{
		width: 100%;
	}

	.social-icon-fb, .social-icon-youtube, .social-icon-ted {
    	 margin-right: 5px;
	}
	
	/*****************************************/


    /******************HOME*****************************/


    .homeHeaderText{
    	top: 20%;
      font-size: 3.75vw;
    	padding: 80px 20px;

  	}
	.homeTextSection{
		font-size: 20px;
		padding:15px 40px;
	}

     /*********Equipo**+******************/

    .miembro2 {
    background-position-x: right;
  }

    /**********GET INVOLVED****************/

    .border{

        letter-spacing: 0px;
        padding: 12px;
		    font-size: 20px;
      }
    
    .caption3{
       padding: 10px 0px;
    } 

    .caption3 h1{
      font-size: 30px;
    }
    
    .bgimg-14, .bgimg-15, .bgimg-16 {

        min-height:500px; 

    }

    .getInvolvedText{
		padding:35px 30px;
	}


/***************PLANTILLAS************************/
	.plantillaTitle{
		top: 45%;
	}

	.plantillaIntroText{
		padding: 100px 30px;
		font-size: 20px;
  }

	/**************CONTACT**************************/

	.bgimg-17 {
		min-height: 40%;
	 }
  }

  @media (max-width: 1068.98px) and (orientation:landscape){
/***************LANDSCAPE*************************/

  /******************TOPNAV*******************/

   #inicioTopNav{
      display: none;
    }

  .topnav{
      padding: 25px 20px 0px;
    }

    .topnav a, .dropdown .dropbtn {
      display: none;
    }
  
    .topnav a.icon {
      float: right;
      display: block;
    padding: 25px 25px;
    }

  .topnav.responsive {
      position: static;
    }
  
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }

    .logo-header{
        padding: 15px 0px;
  }

  .logo-header a img {
      width: 100%;
  }


  /************FOOTER********************/

  .footer-info, .footer-social{
      font-size: 17px;
    }

    .footer-logo-header a img{
    width: 100%;
  }

  .social-icon-fb, .social-icon-youtube, .social-icon-ted {
       margin-right: 5px;
  }
  
  /*****************************************/


    /******************HOME*****************************/


    .homeHeaderText{
      top: 20%;
      font-size: 3vw;
      padding: 80px 20px;

    }
  .homeTextSection{
    font-size: 20px;
    padding:15px 40px;
  }

     /*********Equipo**+******************/

    .miembro2 {
    background-position-x: right;
  }

    /**********GET INVOLVED****************/

    .border{

        letter-spacing: 0px;
        padding: 12px;
        font-size: 20px;
      }
    
    .caption3{
       padding: 10px 0px;
    } 

    .caption3 h1{
      font-size: 30px;
    }
    
    .bgimg-14, .bgimg-15, .bgimg-16 {

        min-height:500px; 

    }

    .getInvolvedText{
    padding:35px 30px;
  }


/***************PLANTILLAS************************/
  .plantillaTitle{
    top: 45%;
  }

  .plantillaIntroText{
    padding: 100px 30px;
    font-size: 20px;
  }

  /**************CONTACT**************************/

  .bgimg-17 {
    min-height: 60%;
   }

   }

/**************************************** Medium devices (tablets, 768px and up)*****************************************************/

@media (max-width: 767.98px) and (orientation:portrait){ 

/******************PORTRAIT*****************/

/**********TopNav******************/

	.topnav a.icon {
	 	padding: 40px;
  	}

	.logo-header a img {
    	width: 70%;
	}

  	.homeHeaderText{
      font-size: 5vw;
  		top:20%;
  	}


/************FOOTER********************/

  	.footer-info, .footer-social{
  		text-align: center;
  	}

  	.footer-logo-header a img{
		width: 70%;
	}

  	.footer-info, .footer-social{
  		font-size: 20px;
  	}

 

/**************Plantilla**************************/

	.plantillaIntroText{

    padding: 40px 25px;
  }

  .plantillaTitle span{
    font-size: 8vw;
  }

/*****************************************/

.plantillaSection{
  padding: 20px;
  }
	
}


@media (max-width: 767.98px) and (orientation:landscape){

/***************LANDSCAPE*******************/


/**********TopNav******************/

   .topnav{
      padding: 0px 20px 0px;
    }

  .topnav a.icon {
    padding: 40px;
    }

  .logo-header{
    padding: 15px;
  }

  .logo-header a img {
      width: 60%;
  }

    .homeHeaderText{
      font-size: 3.5vw;
      top:20%;
    }


/************FOOTER********************/

    .footer-info, .footer-social{
      text-align: center;
    }

    .footer-logo-header a img{
    width: 70%;
  }

    .footer-info, .footer-social{
      font-size: 20px;
    }

 

/**************Plantilla**************************/

  .plantillaIntroText{

    padding: 40px 25px;
  }

  .plantillaTitle span{
    font-size: 5vw;
  }

/*****************************************/

.plantillaSection{
  padding: 20px;
  }

}

/************************************************ Small devices (landscape phones, 576px and up)**********************************************/
@media (max-width: 575.98px) and (orientation:portrait){

/******************PORTRAIT*************/

/**********TopNav******************/

	.topnav a.icon {
	 	padding: 10px;
  	}

  	.logo-header a img {
    	width: 50%;
	}

/*****************HOME*********************/

  .bgimg-3 {
    background-position: left;
}

/***************ArtifexTeam******************/

.bgimg-4{
  background-position-x: -150px;  
}

/**************CONTACT**************************/

	.bgimg-17 {
		min-height: 70%;
	}

/*****************************************/


/****************PLANTILLA******************/
  
  .plantillaTitle span{
    font-size: 9vw;

  }

}

@media (max-width: 575.98px) and (orientation:landscape){
/*****************LANDSCAPE**************/
    
  /**********TopNav******************/

  .topnav{
      padding: 0px 20px 0px;
    }

  .topnav a.icon {
    padding: 10px;
    }

    .logo-header{
    padding: 0px;
  }

    .logo-header a img {
      width: 40%;
  }

/*****************HOME*********************/

  .bgimg-3 {
    background-position: left;
}



/**************CONTACT**************************/

  .bgimg-17 {
    min-height: 100%;
  }

/*****************************************/


/****************PLANTILLA******************/
  
  .plantillaTitle span{
    font-size: 6vw;

  }

}

/************************************************ Extra Small devices (landscape phones, 576px and up)**********************************************/

@media (max-width: 300px) and (orientation:portrait){

/*******************portrait******************/

/**********TopNav******************/

  .topnav a.icon {
    padding: 40px;
    }

  .logo-header a img {
      width: 100%;
  }

    .homeHeaderText{
      font-size: 4vw;
      top:15%;

    }

/**********TopNav******************/

  .topnav a.icon {
    padding: 10px;
    }

    .logo-header a img {
      width: 70%;
  }

/**************CONTACT**************************/

  .bgimg-17 {
    min-height: 70%;
  }

  }


@media (max-width: 300px) and (orientation:landscape) {
/************** LANDSCAPE********************/

/**********TopNav******************/

  .topnav a.icon {
    padding: 40px;
    }

  .logo-header a img {
      width: 100%;
  }

    .homeHeaderText{
      font-size: 4vw;
      top:15%;

    }

/**********TopNav******************/

  .topnav a.icon {
    padding: 10px;
    }

    .logo-header a img {
      width: 70%;
  }

/**************CONTACT**************************/

  .bgimg-17 {
    min-height: 60%;
  }

  }
}

/********************BARRA DE COOKIES**********************/

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:5px;
}
 
.inner a.ok {
    padding:4px;
    color:#fff;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#c89e51;
}