@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////GENERALES/////////////////*/
.inicio-contenidos-otros{
    padding: 30px 0; 
    width: 100%;
    height: auto;
    position: fixed;
    top:0;
    margin-top: 0;
    padding-top: 80px; 
    z-index: 30;
    background-color:rgba(247,247,247,1.00);

}


.logo-otros{
	width:80px;
    position:absolute;
	margin:0 auto;
    top: 11px;
    
    left: calc(50% - 40px);
	left: -moz-calc(50% - 40px);
	left: -webkit-calc(50% - 40px);
	left: -o-calc(50% - 40px);
	}

.logo-otros img{
	width:100%;
	height:auto;
	}

.logo-otros img{
    
    transition: all .3s  ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;

	}

.logo-otros img:hover{
	width:102%;
	}


.english-bot-otros{
margin-bottom:10px;
margin-top:0;
}

.menu-cabecera-otros{
	position: absolute;
	margin-top:0;
    top: 0;
	margin-right:2.5%;
    right: 0;
	width:30%;
    }

.footer-otros{
   position:relative;
    width: 100%;
    height:250px;
    background-color:none;
    margin: 50px auto 0 auto;
   
    display: flex; 
   display: -webkit-flex;
   display: -moz-flex; 
    display: -o-flex; 
    
    justify-content: center;
     -webkit-justify-content: center;
     -moz-justify-content: center;
     -o-justify-content: center;
    
     align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
}

.botonera1-otros{ 
    position:relative;
    float:right;
    
	margin:10px 0 0 0;
	width:100%;

	font-size:1.1em;
	text-align:right;

	display: flex; 
display: -webkit-flex;
display: -moz-flex; 

    align-items: center;
	 -webkit-align-items: center;
	-moz-align-items: center;
	
   justify-content:space-between;
   -webkit-justify-content:space-between;
   -moz-justify-content:space-between;
}

.botonera1-otros a{
   color:rgba(0,0,0,.7);
    font-family:"source_sans_proregular";
}
.botonera1-otros a:link {
color:rgba(0,0,0,.7);
    font-family:"source_sans_proregular";
}
.botonera1-otros a:visited {
   color:rgba(0,0,0,.7);
    font-family:"source_sans_proregular"";
}
.botonera1-otros a:active {
    color:rgba(0,0,0,.7);
    font-family:"source_sans_proregular"";
}

.botonera1-otros a:hover{
 color:rgba(0,0,0,1);
    letter-spacing: .6px;
    font-family:"source_sans_prosemibold";
}

.botonera1-otros.esta-sec-otros{ color:rgba(0,0,0,1); font-family:"source_sans_prosemibold";
    opacity: 1;}
.esta-sec-otros{ color:rgba(0,0,0,1); font-family:"source_sans_prosemibold";
    opacity: 1;}




/*//////////////////////////////////SOBRE MI////////////////////////////////////////*/

.modulo-sobremi{
    margin-top: 130px;
    background-color:black;
    position:relative;
	width:100%;
    height: 350px;
    
    display: flex; 
    display: -webkit-flex;
    display: -moz-flex; 
    display: -o-flex; 
    
 justify-content: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -o-justify-content: center;
    
    align-items: center;
 -webkit-align-items: center;
 -moz-align-items: center;
    -o-align-items: center;}
    



.imagen-sobremi{
  position: relative;
    width: 50%;
           text-align: right;
   
}
.imagen-sobremi img{
    width: auto;
    height: 350px;
 
}





.texto-sobremi{
    position: relative;
	width:50%;
	margin-left:2%;
	height:100%;
    text-align:left;

}
    
    

.texto-sobremi p{
     line-height: 1.5em;
    font-family:'source_sans_proitalic';
    font-weight: lighter;
    font-size:1.2em;
    color: rgba(255,255,255,1.00);
    
margin-top: 8%;

}

.texto-sobremi p span{
    font-family:'source_sans_proregular';
    font-size:1em;

}


.cv-download {
    position: relative;
    margin-top: 40px;
	padding-left:40px;
	width: 200px;
	height: 50px;

   display: flex; 
    display: -webkit-flex;
    display: -moz-flex; 
    display: -o-flex; 
    
    
}

.cv-download p {
	
	font-family: 'source_sans_prosemibold';
	text-align:left;
	color:rgba(138,136,136,1.00);
	letter-spacing:0;
	width:100%;
    font-size:.8em;
     line-height: 1em;
}

.cv-download .pdf {
	float:left;
	height:10px;
	width:100%;
	margin:3px 0;
	color:#666;
	text-align:left;
}

.cv-download img {
	position: absolute;
	top: 1px;
	width:12%;
	height:auto;
	margin-top: 3px;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	left: 3px;
}
.cv-download a img:hover {
  -webkit-transform: translateY(+8px);
  transform: translateY(+8px);
}


.cv-download2 {
    display: none;
    position: absolute;
	padding-left:40px;
	width: 200px;
	height: 50px;

   
    
position: absolute;
    bottom: 30px;
    
}

.cv-download2 p {
	
	font-family: 'source_sans_prosemibold';
	text-align:left;
	color:rgba(138,136,136,1.00);
	letter-spacing:0;
    margin: -3px 0 0 3px;
	width:100%;
    font-size:.8em;
     line-height: 1em;
}

.cv-download2 .pdf {
	float:left;
	height:10px;
	width:100%;
	margin:3px 0;
	color:#666;
	text-align:left;
}

.cv-download2 img {
	position: absolute;
	top: 1px;
	width:12%;
	height:auto;
	margin-top: 3px;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	left: 3px;
}
.cv-download2 a img:hover {
  -webkit-transform: translateY(+8px);
  transform: translateY(+8px);
}


/*///////////////////////////////Modulo abajo ///////////////////////////*/

.modulo2{
    position:relative;
	margin:80px 0 100px 0;
	width:100%;
    height: auto;
    text-align:justify;
    font-family:'source_sans_prolight';
    font-size:1.1em;
    color:rgba(0,0,0,1);

    display: flex; 
    display: -webkit-flex;
    display: -moz-flex; 
    display: -o-flex; 
    
   justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;

     align-items:center;
     -webkit-align-items:center;
     -moz-align-items:center;
     -o-align-items:center;
    
    flex-flow: column;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -o-flex-flow: column;
}

.modulo2-int{
    width: 40%;
    padding: 30px 40px;
    background-color: rgba(255,255,255,1.00);
    
 border-radius: 12px 12px 12px 12px;
-moz-border-radius: 12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
}

.line{
    width: 95%;
    margin: 15px 0;
    height: 2px;
    background-color: rgba(0,0,0,.2);
}

.modulo2-int p{
    width: 100%;
    margin: 15px 0;
    line-height: 1.5em;
}


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

.todo-contacto{
	padding-top:8%;
	width:100%;
	height:400px;
	
    display: flex; 
    display: -webkit-flex;
    display: -moz-flex; 
    display: -o-flex; 
    
    align-items: center;
     -webkit-align-items: center;
     -moz-align-items: center;
     -o-align-items: center;
	
    justify-content: center;
	 -webkit-justify-content: center;
	 -moz-justify-content: center;
	 -o-justify-content: center;
	}
.contenedor-slide{
	position:relative;
	width:25%;
	height:400px;
	margin:-40px 20px 0 0;
	}
	
/*#slide-marcas{
    position:absolute;
	width:100%;
	height:100%;
    z-index: -1;
    opacity: .9;
    background-image:url("../img/back-contact/foto0.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
	background-size:100% auto;
	left:0;
	margin-left:0;
}*/

/*#slide-marcas > div {
	z-index:0;
    width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size:contain;
	position: absolute;
    background-position: center;
	background-size:100% auto;

}
*/
.modulo-contacto{

    position:relative;
	margin:-2% 0 0 0;
	width:30%;
    height: auto;
    font-family:"source_sans_proregular";
    color: #000;
	font-size:1.1em;
	
}
.modulo-contacto p{
    width: 100%;
    text-align: left;
}
.modulo-contacto p span{
    letter-spacing:0;
}
.modulo-contacto-uno{
    width: 100%;
    margin-bottom: 50px;
    position: relative;
	text-align:left;
}
.modulo-contacto-dos{ 
    position: relative;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    height:auto;
}
.modulo-contacto-dos li{
    width: 100%;
   
    display: flex; 
    display: -webkit-flex;
    display: -moz-flex; 
    display: -o-flex; 
   
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
}

.modulo-contacto-dos a{
    text-align: center;
    width: 30px;
    margin-right: 30px;
}

.modulo-contacto-dos p{
    width: 100%;
    text-align: center;
    margin: 10px 0 0 -5px;
}

.modulo-contacto-dos img{
    width: 85%;
    height: auto;
}

.ssdisenio{
    margin-left:0;
    width: 100%;
    margin-bottom: 50px;
     position: relative;
	text-align:left;
}

/*////////////////////////////////////////////////////////////////////NUEVO //////////////*/

.main-nuevo{
    position:relative;
    width: 100%;
    height:auto;
    margin: 160px 0 0 0;
}

.modulo1-nuevo{
    position: relative; 
    width: 100%;
    background-color:rgba(255,255,255,1.00);
    height:auto;
    padding: 20px 0;
    
   display: flex;
    -webkit-display: flex;
   -o- display: flex;
   -moz- display: flex;

    justify-content: center;
    -webkit-justify-content: center;
     -o-justify-content: center;
     -moz-justify-content: center;
    
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    
}
.modulo1-nuevo img{width: 100%; height: auto;}

.modulo1-nuevo a{ opacity:1}
.modulo1-nuevo a:hover{ opacity:.5}


.modulo1-nuevo video{ width:42%; height:auto; margin:0 29%; }

.modulo2-nuevo{
    position: relative; 
    width: 100%;
    height:auto;
    padding: 70px 0;
    
   display: flex;
    -webkit-display: flex;
   -o- display: flex;
   -moz- display: flex;
    
   justify-content: center;
    -webkit-justify-content: center;
     -o-justify-content: center;
     -moz-justify-content: center;
    
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    
      flex-direction: column;
     -webkit-flex-direction: column;
     -o-flex-direction: column;
     -moz-flex-direction: column;
}

.modulo2-nuevo p{
    position: relative; 
    width: 40%;
    font-family: 'source_sans_proregular';
    font-size: 1em;
    letter-spacing: .2px;
    opacity: .8;
}
.modulo2-nuevo p H{
    font-family: 'source_sans_proregular';
    font-size: 1.5em;
}
.modulo2-nuevo p a{
    margin-top: 20px;
    width: 100%;
    text-align: right;
    font-family: 'source_sans_proregular';
    font-size: .8em;
    letter-spacing: .3px;
}
.modulo2-nuevo p a span{
    font-size: 1.5em;
    margin-left: 5px;
}


.modulo2-nuevo p a img{
    height: 90%;
    width: auto;
    margin-bottom: -5px;
}

/*////////////////////////////////////////////////////////////////////TRABAJOS //////////////*/

.botonera-trabajos{
    position: absolute;
	margin-top:0;
    top: 40px;
	margin-left:2.5%;
    left: 0;
	width:30%;
    
	font-size:1.1em;
	text-align:left;
    
    display: flex;
    -webkit-display: flex;
   -o- display: flex;
   -moz- display: flex;
    
   justify-content: center;
    -webkit-justify-content: center;
     -o-justify-content: center;
     -moz-justify-content: center;
    
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -moz-align-items: center;
    
   justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -o-justify-content:space-between;
	}


.botonera-trabajos a{
   color:rgba(0,117,164,.7);
    font-family:"source_sans_prosemibold";
}
.botonera-trabajos a:link {
color:rgba(0,117,164,.7);font-family:"source_sans_prosemibold";
}
.botonera-trabajos a:visited {
    color:rgba(0,117,164,.7);font-family:"source_sans_prosemibold";
}
.botonera-trabajos a:active {
    color:rgba(0,117,164,.7);font-family:"source_sans_prosemibold";
}
.botonera-trabajos a:hover{
 color:rgba(0,117,164,1);
    letter-spacing: .6px;font-family:"source_sans_probold";
    
}






.flecha-botonera-trabajos{
    margin-right: -20px;
    color:rgba(0,117,164,1);
    font-family:"source_sans_probold";
        
	}
.esta-sec-trabajos{color:rgba(0,117,164,1); font-family:"source_sans_probold";
    opacity: 1;}

/*//////////////////////////////////////////////VIDEO/////////////////////////////////////////*/

.cada-video {
  position: relative;
  height:0;
  overflow: hidden;
  padding-bottom: 55.8%;
  margin-bottom: 5px;
}

.cada-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:10;
}

.cada-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:10;
}

.cada-video-nuevo{
  position: relative;
  width:45%;
  margin:70px 0 70px 27.5% ;
height:0;
  padding-bottom: 25%;
  overflow: hidden;
}


.cada-video-nuevo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:100;
}


/*/////*/
.videorrhh {
  position: relative;
  height:0;
  overflow: hidden;
  padding-bottom: 67%;
  margin: 0;
}


.videorrhh iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:10;
}

.videorrhh video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:10;
  background-color: rgba(0,0,0,1.00);
}




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



@media screen and (max-width: 1400px) {
    .flecha-botonera-trabajos{margin-right: 10px;}
}


@media screen and (max-width: 1200px) {
.logo-otros{ left: 2.5%; 	width:60px;}
.menu-cabecera-otros{width:46%;}
.english-bot-otros{font-size:.8em;} 
.modulo2-nuevo p {width: 60%;}
.botonera-trabajos{ width:37%;font-size:.8em;left:7.5%; background-color: rgba(0,0,0,.05); padding: 5px 8px; top: 35px}
.flecha-botonera-trabajos{margin-right: 0;}

.contenedor-slide{width:35%;}
}

@media screen and (max-width: 1000px) {
 .imagen-sobremi{ width: 35%;}
.texto-sobremi{	width:30%;}
.modulo2-int{width: 80%;}
    
}

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

.modulo1-nuevo video{ width:70%; margin:0 15%}

.logo-otros{ width:60px;}
.botonera-trabajos{ left:7.5%;}
.flecha-botonera-trabajos{margin-right: -5px;}

.contenedor-slide{width:45%;}
}

@media screen and (max-width: 700px) {
.menu-cabecera-otros{display: none}
.modulo1-nuevo img{width: 100%;}
.modulo1-nuevo video{ width:100%; margin:0}

.cada-video-nuevo{

  width:100%;
  margin:0 0 40px 0 ;

  padding-bottom: 56%;
}

.logo-otros{width:60px;left: calc(50% - 30px);left: -moz-calc(50% - 30px);left: -webkit-calc(50% - 30px);left: -o-calc(50% - 30px);}
.botonera-trabajos{width:92.5%;font-size:.9em; left:2.5%; margin-left: 0; margin: 50px 0 10px}
.inicio-contenidos-otros{padding-bottom: 10px;}
.inicio-trabajos{padding-bottom: 50px;}  
.flecha-botonera-trabajos{margin-right: -10px;}
    
    
.modulo-sobremi{
        margin-top: 100px;

}
.imagen-sobremi{ width: 20%; margin-left: 30px}
    
    .imagen-sobremi img{
    width: auto;
    height: 300px;
 
}

.texto-sobremi{	width:40%; margin: 60px 0 200px 150px; font-size: 1.2em; line-height: 1.4em;}


.modulo2{font-size:1.3em;text-align:left;}
.modulo2-int{width: 70%; margin-top: 0;padding: 10px 30px;}
    
    .modulo2-nuevo p {width: 80%;font-size: 1.1em;}
    .modulo2-nuevo p a{font-size: .9em;}
	
	
	
.todo-contacto{display: block; padding-top:15%;padding-left:0;width:100%;height:auto;}
.contenedor-slide{width:85%;margin:0 0 0 7%}
.modulo-contacto{margin:0 0 120px 20%;width:70%;height: auto;font-size: 1.5em;}
.modulo-contacto-uno{ margin-bottom: 80px;}
.modulo-contacto-dos img{width: 110%;}

}


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

    
    .modulo-sobremi{
        height: 400px;

}
    
    
    .imagen-sobremi{ width: 20%; margin-left: 15px}
    
    .imagen-sobremi img{
    width: auto;
    height: 250px;
 
}

.texto-sobremi{	width:40%; margin: 300px 0 200px 130px; font-size: 1em;}
    
    .texto-sobremi p{	line-height: 1.2em;}









@media screen and (max-width: 450px) {
  .botonera-trabajos{width:90%; font-size:.8em;}
  .modulo-contacto{margin-left:15%;width:70%;}
}












