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

*{
    margin: 0px;
    padding: 0px;
}


html{
 
    box-sizing: border-box;
    font-family: Raleway, sans-serif;
}

a{
	color: inherit;
	text-decoration: inherit;
}

/******** NAVEGACIÓN ********/

nav{
	width: 100%;
	height: 80px;
	display: flex;
	position:fixed;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
    position: absolute;
    z-index: 2;
	color: white;
	 text-shadow: 0px 0px 15px rgba(0,0,0, 0.9);
}

nav h1{
	margin-left: 8%;
	font-size: 35px;
	font-weight: 400;
	text-shadow: 0px 0px 15px rgba(0,0,0, 0.1);
	cursor: pointer;
}

ul{
	display:flex;  
  	list-style:none;
	margin-right: 8%;
	height: 100%;
}

nav li{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	width: 110px;
	height: 100%;
	font-size: 22px;
	font-weight: 400;
	cursor: pointer;

	
}

.trabaj{
	transition: 0.2s background-color;

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #f9f9f9;*/
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  margin-left: 20px;
  z-index: 1;
}

.dropdown li{
	cursor: pointer;
}

.dropdown-content p {
  color: white;
  padding: 20px 16px;
  text-decoration: none;
  display: block;
}


.dropdown:hover .dropdown-content {
  display: block;

}

.dropdown-content p:hover {background-color: rgba(55,150,170,0.75)}

.dropdown:hover .trabaj  {
	background-color:rgba(55,150,170,0.4);
	color:#ADDAE4;
}

nav ul li a:hover {
	color: #ADDAE4;
}


  /********* CABECERA *********/

header{
    /*background-color: black;*/
    position: relative;
    height: 100vh;
    overflow: hidden;
 }

header #bg{
    position: absolute;
    height: 100%;
	width: 100%;
    background-image: url("../img/fondomain.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    background-attachment: fixed;
	
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;

    
}


header h1{
	font-weight: 700;
	color: White;
	font-family: Raleway;
	font-size: 75px;
	text-shadow: 0px 0px 15px rgba(0,0,0, 0.7);
	text-align: end;
	padding-right: 8%;
	
}

header h3{
	font-weight: 200;
	font-style: italic;
	color: White;
	font-family: Raleway;
	font-size: 17px;
	text-shadow: 0px 0px 15px rgba(0,0,0, 0.7);
	text-align: end;
	padding-right: 8%;

	
}




/********1ºS SOBRE NOSOTROS (SEPARADOR 1)*******/



#separador1{
    padding: 0px;
    margin: 0px;
    width:100%;
    height:230px;
    background-color:#0c0c0c;
    color:white;
    display:flex;
    align-items:center;
    text-align:center;
    margin-top: 0px;
    filter: drop-shadow(0px 0px 20px rgba(0,0,0, 0.7));
}

#separador1 p{
    width: 65%;
    margin: 0 auto;
    font-size: 27px;
    font-style: italic;
    font-weight: 200;
    font-family: Raleway;
    line-height: 1.3;
}


/**********SEGUNDA SECCIÓN***********/

#tarjetas{
    width: 100%;
    height: 40vh;
    background-color: white;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/fondoTarjetas.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50%;
    /*filter: grayscale(100%);*/
    color: white;
    flex-direction: column;
    
}

#tarjetasPanel{
    width: 65%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
 
}

.tarjetaInd{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	height: 200px;
	width: 200px;
	background-color: rgba(247,252,255,0.9);
	border-radius: 10px;
	transition: width 0.5s, height 0.5s;
}

.tarjetaInd i{
	font-size: 70px;
	color: #3796AA;
}

.tarjetaInd p{
	margin-top: 15px;
	font-weight: 700;
	font-size: 20px;
	color: #3796AA;
}

.tarjetaInd:hover{
	height: 220px;
	width: 220px;
}


/**********EXPERIENCIAS**********/



#experiencias{
    
    height: 700px;
    background-color: #0c0c0c;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    filter: drop-shadow(0px 0px 20px rgba(0,0,0, 0.7))
    
}

#expTitulo{
    margin-bottom: 60px;
    color: white;
    font-weight: 600;
    font-size: 32px;
}

#container-exp{
    
    height: 50%;
   /* border: 1px solid blue;*/
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-around;
    
}

.expColumnas{
    height: 100%;
    width: 45%;
   /* border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;

}

.expIndividual{
    color: white;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    transition: 0.2s;
    
}

.expIndividual:hover{
    color: #3796AA;
    margin-left: 30px;
    
}

.expIndividual p {
    font-weight: 500;
    margin-top: 5px;
    font-size: 17px;
    font-style: italic;
}


.expIndividual h1{
    font-weight: 100;
}

#expTitulo em{
    color: #3796AA;
    font-style: normal;
    
}



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




footer div{
    width: 100%;
    height: 200px;
    background-color:#0c0c0c;
    display:flex;
    justify-content: center;
    align-items:flex-end;
  
}

footer i{
    color: white;
    font-size: 35px;
    margin: 20px;
    margin-bottom: 30px;
    opacity: 0.7;
    transition:  opacity 0.2s, font-size 0.5s, color 0.2s;
    
}

footer i:hover{
    opacity: 1;
    font-size: 40px;
    color: #3796AA;
}









