@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, time, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, textarea, select {
  display: inline-block;
  -webkit-appearance: none;
  outline: none;
  color: inherit;
  overflow: visible;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

button,
input[type='button'],
input[type='submit'] {
  cursor: pointer;
}


/*
* @bugfix input text-overflow padding ignore
* @affected lt IE11
*/
.lt-ie11 input {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom-left-radius: 1px !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a,
a[href^="tel:"],
a[href^="callto:"] {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

a:focus,
a[href^="tel:"]:focus,
a[href^="callto:"]:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a, button, input {
  transition: .3s all ease;
}

/*
* @section      Page Layouts
* @description  This section holds style declarations of all
*               included page layouts
*/
body{
	
	font-size:18px;
	position:relative;
	
}
.page {
  overflow: hidden;
}

/*  fin RESET  */


h1, h2, h3{
	font-family: "Montserrat",serif;
}
.contenedor{
	margin-right: auto;
    margin-left: auto;
}
.contenedor2, .contenedor_miexperiencia{
	width:1160px;
	margin-right: auto;
    margin-left: auto;
	position:relative;
}
nav {
}
.logo{
	display:inline-block;
	font-size:32px;
	margin-left:40px;
	padding-top:25px;
	padding-bottom:25px;
}
.logo .ico_logo{
	width:40px;
	height:40px;
	transform:rotate(45deg);
	display:inline-block;
	background:#3777A8;
	margin-right:30px;
}
.logo h1{
	display:inline-block;
}
header{
	margin-bottom:100px;
	background:#FFFFFF;
	/* border-bottom:1px solid #6A6A6A; */
	-webkit-box-shadow: 0 0 10px 0 #707070;
	box-shadow: 0 0 10px 0 #707070;
}
header nav{
	float:right;
	font-family: "Montserrat",serif;
	padding-left:30px;
	padding-right:30px;
	overflow:hidden;
}
header nav ul li{
	display:inline-block;
	font-size:24px;
}
header nav ul li a{
	display:inline-block;
	padding: 30px 0px;
	margin-left:20px;
	margin-right:20px;
	position:relative;
	
}
header nav ul li a:before{
	    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    right: -50px;
    border-top: 5px solid transparent;
    transition: .3s ease-out all;
}
header nav ul li a:hover:before{
    border-top: 5px solid #3777A8;
	left: 0px;
    right: 0px;
}
.section_padding{
	padding-left:40px;
	padding-right:40px;
	position:relative;
	clear:both;
}
.btn_subir{
	font-family: "Montserrat",serif;
	position:fixed;
	color:#3777A8;
	bottom:20px;
	right:40px;
	z-index:10;
	/* text-shadow: 0 0 5px #ffffff; */
	
}
#sobremi{
	z-index:2;
}
.wrap_sobremi{
	width:550px;
	margin-top:245px;
	display:inline-block;
	position:relative;
	margin-bottom:422px;
}
.wrap_sobremi h2{
	width:340px;
	font-size:32px;
	margin-bottom:40px;
}
.wrap_sobremi p{
	width:340px;
	display:inline-block;
	font-size:18px;
	font-family: "Montserrat",serif;
	margin-bottom:100px;
}
.wrap_sobremi:before {
    background-image: url(../imagenes/bg_sobremi.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 848px;
    /*
    left: -251px;
	top: -274px; 
	*/
	left: -230px;
	top: -240px; 
    position: absolute;
   
    width: 937px;
     z-index: -1;
	
}

.numero{
	font-size:150px;
	font-family: "Montserrat",serif;
}
.uno{
	float:right;
	margin-top:-30px;
}
.dos{
	margin-bottom:15px;
}
.tres{
	padding-top:0px;
	margin-bottom:155px;
	display:inline-block;
	padding-left:250px;	
	transform: rotate(45deg);
}
.cuatro{
	text-align:right;
	padding-right:40px;
}
.boton_blanco{
	display:inline-block;
	font-size:14px;
	font-family: "Montserrat",serif;
	color:#ffffff;
	border:1px solid #ffffff;
	padding:25px 25px;
	
}
.boton_blanco:hover{
	background:#FFFFFF;
	color:#272727;
}
.ico_mail{
	margin-left:20px;
}
.centrar{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.boton_gris{
	display:inline-block;
	font-size:14px;
	font-family: "Montserrat",serif;
	color:#464646;
	border:1px solid #464646;
	padding:25px 25px;
	
}
.boton_gris:hover{
	background:#464646;
	color:#FFFFFF;
}
.boton_gris .flecha_leermas, .boton_blanco .flecha_leermas{
	margin-left:20px;
}

.banner_principal{
	width:calc(100% - 300px);
	position:absolute;
	z-index:-2;
	top:60px;
	left:300px;
	display:block;
}
.banner_principal h3{
	font-size:30px;
	font-family: "Montserrat",serif;
	padding-left:350px;
	color:#BABABA;
}
.banner_principal h3:after{
	content: "";
	width:100%;
	height:654px;
	display:none;
	background-image:url(../imagenes/banner1.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right;
	position:absolute;
	right:0px;
	top:40px;
	/* z-index: -1; */
}
.bg_miexperiencia{
	width:665px;
	float:left;
	padding-left:150px;
	padding-right:150px;
	text-align:center;
	font-family: "Montserrat",serif;
	color:#FFFFFF;
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
}
.bg_miexperiencia:before{
	content: "";
	width:665px;
	height:665px;
	background-image:url(../imagenes/bg_miexperiencia.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	z-index: -1;
	top:-180px;
	left:0px;
}
.bg_miexperiencia h2, .align_numero h2{
	font-size:32px;
	margin-bottom:80px;
}
.foto_perfil{
	float:right;
	/* z-index: -2; */
	position:absolute;
	right:0px;
	top:-181px;
}


/* SERVICIOS */
#servicios{
	
	background-image:url(../imagenes/bg1.png);
	background-position:center;
	margin-top:84px;
	padding-top:480px;
	color:#FFFFFF;
	position:relative;
	/* z-index:-3;  */
}
#servicios .boton_blanco{
	margin-bottom:150px;
}
.align_numero{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}

/*slider*/

.decoracion {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
}
.decoracion .rombo {
    width: 25px;
    height: 25px;
    background-color: rgb(255, 255, 255);
    transform: translate(-50%, -50%) rotate(45deg);
}



.decoracion:before, .decoracion:after {
    content: "";
    position: absolute;
    background-color: rgb(217, 217, 217);
    width: 3px;
    height: 100px;
    left: 0px;
}
.decoracion:before {
    top: -148px;
}
.decoracion:after {
    top: 44px;
}

.slider{
	width:1160px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	overflow:hidden;
	position:relative;
}
.slider ul{
	width:2070px;
}
.slider ul > li{
	float:left;
	width:470px;
	padding-left:35px;
	padding-right:35px;
	padding-top:45px;
	padding-bottom:35px;
	background:rgba(0,0,0,0.50);
	position:relative;
	margin-right:220px
}

.slider li h3{
	font-size:32px;
	text-align:center;	
	font-family: "Montserrat",serif;
	margin-bottom:40px;
	position:relative;
}
.slider li h3:after{
	content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80%;
	margin-left:10%;
    height: 3px;
    background-color: #3777A8;
}
.control_slider{
	width:100%;
	position:absolute;
	top:50%;
}
.control_slider .izquierda{
	left:-100px;
	position:absolute;
}
.control_slider .derecha{
	position:absolute;
	right:-100px;
}
.control_slider .izquierda a, .control_slider .derecha a{	
	font-size:40px;
	display:inline-block;
	transition: .15s ease-out all;
}
.control_slider .izquierda a:hover, .control_slider .derecha a:hover{
	transform: scale(1.5);
	font-size:45px;
}
/* fin slider*/


/* FIN SERVICIOS */


/* PORTAFOLIO */
#portafolio{
	
	background-image:url(../imagenes/bg1.png);
	background-position:bottom center;
	color:#FFFFFF;
	position:relative;
	/* z-index:-3; */
}
.bg2_portafolio{
	width:100%;
	min-height:1369px;
	background:url(../imagenes/bg_portafolio.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center bottom;
	margin-bottom:-470px;
}
.thumb_45{
	transform: rotate(45deg);
	overflow:hidden;
	width:658px;
	height:658px;
}
.thumb2_45{
	transform: rotate(-45deg) scale(1.42);
	display:block;
}
.thumb2_45:hover{
	transform: rotate(-45deg) scale(1.7);
}
.portafolio_iz{
	float:left;
}
.portafolio_de{
	float:right;
}
.centrar_wrap_portafolio{
	width:541px;
	margin:0px auto -300px auto;
}
.wrap_portafolio{
	width:541px;
	height:541px;
	background:url(../imagenes/bg_portafolio2.png) no-repeat center;	
	text-align:center;
	position:relative;
	z-index:3;
	transform: rotate(-45deg);
}
.conte_wrap_portafolio{
	height:100%;
	position:relative;
}
.link_portafolio{
	position:absolute;
	bottom:20px;
	font-size:28px;	
	font-family: "Montserrat",serif;
	transform: rotate(45deg);
}
.icono_flecha{
	margin-top:50px;
}
.leyenda_portafolio{
	width:300px;
	text-align:center;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:600px;
	padding-bottom:430px;
	font-family: "Montserrat",serif;
}
.leyenda_portafolio h2{
	font-size:32px;
	margin-bottom:40px;
}
.leyenda_portafolio p{
	font-size:18px;
}
/* FIN PORTAFOLIO */

/* CONTACTO */
#contacto{
	background-image:url(../imagenes/Graphic-Designer.jpg);
	background-repeat:no-repeat;
}
.form_contacto{
	background:rgba(0,0,0,0.7);
	font-family: "Montserrat",serif;
	padding:48px;
	margin-bottom:80px;
}
.col_iz{
	width:688px;
	display:inline-block;
}
.col_iz h2{	
	text-align:right;
	font-size:32px;
	padding-right:40px;
	margin-bottom:30px;
}
.col_de{
	font-family: "Montserrat",serif;
	display:inline-block;
	margin-top:300px;
	margin-left:80px;
}
.col_de p{
	margin-bottom:50px;
}
.social_media{
	display:inline-block;
	padding-left:15px;
}
.social_media li{
	display:inline-block;
	width:63px;
	height:63px;
	margin-right:40px;
}
.social_media li a{
	width:100%;
	height:100%;
	display:block;
	background:#000000;
	border:4px solid #6E6E6E;
	text-align:center;
	transform: rotate(45deg);
	font-size:30px;
	line-height:55px;
	color:#FFFFFF;
}
.social_media li a:hover{
	background:#FFFFFF;
	color:#000000;
}
.social_media li a span{
	width:100%;
	height:100%;
	font-family:'FontAwesome';
	text-align:center;
	display:block;
	transform: rotate(-45deg);
	}
.form_contacto label{
	color:#ffffff;
	font-size:18px;
	display:inline-block;
	margin-bottom:5px;
}
.form_contacto input, .form_contacto textarea{
	width:100%;
	padding:8px 40px;
	background-color:#ffffff;
	border-radius:5px;
	margin-bottom:20px;
}
.form_contacto .align_boton {
	text-align:right;
	margin-top:10px;
	
}
/* FIN CONTACTO */

footer{
	background:#000000;
	color:#FFFFFF;
	padding:40px 0px;
	font-family: "Montserrat",serif;
}
footer p{
	text-align:center;
}

@media screen and (min-width: 1500px) {
	.contenedor {
    max-width: 1450px;
	}
  .wrap_sobremi:before {
    display: block;
  }
	.thumb_45 {
		width: 550px;
    	height: 550px;
	}
  .banner_principal h3:after{
	display: block;
	}
}
@media screen and (max-width: 1370px) {
	.contenedor {
    max-width: 1300px;
	}
	.wrap_sobremi{
		width:480px;
	}
	.wrap_sobremi:before {
    display: block;
	width:800px;
	height:724px;
    }
	.wrap_sobremi h2{
		width:280px;
	}
	.wrap_sobremi p{
		width:300px;
		font-size:16px;
		margin-bottom:60px;
	}
	
	.banner_principal h3{
		padding-left:150px;
		font-size:23px;
	}
	.banner_principal h3:after{
	display: block;
	height:530px;
	}
	.thumb_45 {
		width: 500px;
    	height: 500px;
	}
	.padding_portafolio{
		padding-left:100px;
		padding-right:100px;
	}
	.slider{
		width:900px;
	}
	.contenedor2{
		width:980px;
	}
	.slider{
		width:100%;
	}
	.slider ul > li {
		width:380px;
	}
	.slider li h3{
		font-size:28px;
		margin-bottom:30px;
	}
	.control_slider .izquierda{
	left:-80px;
	}
	.control_slider .derecha{
	right:-80px;
	}
	.uno{
	margin-top:-90px;
	}
	.tres{
		padding-left:145px;
	}
	.banner_principal h3{
	}
	.centrar_wrap_portafolio{
		width:400px;
	}
	.wrap_portafolio{
		width:400px;
		height:400px;
		background-size:contain;
	}
	
	.leyenda_portafolio{
		padding-bottom:300px;
	}
	.col_iz {
		width:550px;
	}
	.col_de {
	}
	.form_contacto{
		padding:40px 40px;
		}
		
	

}
@media (max-width: 1370px) and (min-width: 1199px) {
	.thumb_45 {
		width: 450px;
    	height: 450px;
	}
}
@media screen and (max-width: 1200px) {
	
	header nav ul li{
		font-size:18px;
		
	}
	header nav ul li a {
		padding: 34px 0px;
		
	}
	.control_slider .izquierda{
	left:-10px;
	}
	.control_slider .derecha{
	right:-10px;
	}
	
	.centrar_wrap_portafolio {
    width: 350px;
	}
	.wrap_portafolio {
    width: 350px;
    height: 350px;
	}
	.thumb_45 {
		width: 400px;
    	height: 400px;
	}
}
@media screen and (max-width: 992px) {
	
		
}

@media screen and (min-width: 768px) {
}
@media screen and (min-width: 480px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}