/* Estilos Sitio Wilmar Pulido */
@font-face {
    font-family: Bebas;
    src: url('../fonts/BebasNeue-Light.otf') format('otf'),
    	 url('../fonts/BebasNeue-Light.ttf') format('truetype'),
    	 url('../fonts/BebasNeue-Light.woff') format('woff');
}
*:focus {
	outline: none;
	text-decoration: none;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
body {
    width: 100%;
    height: 100%;
	font-size: 100%;
	overflow: hidden;
	position: relative;
	font-family: 'Roboto', sans-serif;
}
main {	
    width: 100vw;
    height: 100vh;
    display: block;
    overflow: hidden;
    position: relative;    
    background-size: cover;
    background-color: #112b3f;
    background-repeat: no-repeat;
	background-image: url("../img/fondo.png");
}
header {
	width: 100%;
    z-index: 101;
    position: fixed;
}
section {
	width: 100vw;
    height: 100vh;
	display: block;
	position: relative;
}
article {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;	
	padding: 15vh 0;
	position: absolute;
}
footer {
	width: 100%;
    bottom: 0px;
    z-index: 100;
    position: fixed;
}
h1 {
	color: #fff;
    font-size: 15rem;
    font-family: Bebas;
    line-height: 7.5rem;
}
h3 {
	color: #fff;
	font-size: 4rem;
	text-align: left;
	font-family: Bebas;
	margin: 0 0 20px 0;
}
h5 {
    color: #fff;
    margin: 15px 0;
    font-size: 2rem;
    text-align: left;
}
p {
	color: #fff;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.8rem;
}
p a {
	color: #00a7b1;
}
p a:focus {
	color: #00a7b1;
	text-decoration: none;
}
p a:visited {
	color: #00a7b1;
}
span {
	color: #fff;
	font-size: 1.1rem;
	text-align: justify;	
}
label {
	color: #fff;
	float: left;
	width: 100%;
	margin: 5px 0px;
	font-weight: 100;
	font-size: 1.5rem;
	text-shadow: rgb(4, 8, 13) 0px 2px 0px;
}
input[type="text"], input[type="email"] {
    color: #fff;
    width: 100%;
    height: 35px;
    padding: 0% 2%;
    font-size: 1.5rem;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: transparent;
}
input[type="submit"] {
	color: #fff;
	width: 133px;
    height: 45px;
    border: none;
    float: right;
    font-size: 2rem;
    font-weight: 100;
    margin-top: 15px;
    background-color: transparent;
    text-shadow: rgb(41, 41, 41) 0px 2px 0px;
    background-image: url(../img/btn-enviar.png);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="submit"]:focus {
	outline: 0px;
}
textarea {
	color: #fff;
	width: 100%;
	float: left;	    
    resize: none;
    padding: 1% 2%;
    font-size: 1.5rem;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: transparent;
}
textarea:focus {
	outline: 0px;
}
iframe {
	margin-top: 20px;
}
.nopadding {
	padding: 0;
}
.relativo {
	position: relative;
}
.container-fluid, .row {
	margin-left: 0;
	margin-right: 0;
}

/* Loader */
.load {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    background: #213b52;
}
.load img {
	top: 0;
	left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 350px;
    height: 200px;
    position: absolute;
}

/* Mensaje */
#mobile {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    visibility: hidden;
    background: #213b52;
}
#mobile div {
	top: 0;
	left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 320px;
    height: 240px;
    text-align: center;
    position: absolute;
}
#mobile div p {
	margin-bottom: 0;
    line-height: 2rem;
    text-align: center;
}

/* modal */
.modal {
	width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
}
.modal img {
	top: 0;
	left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    margin: auto;
    visibility: hidden;
    position: absolute;
}
.modal div {
	color: #fff;
	text-align: center;
}
#close {
    top: 10px;
    width: 50px;
    height: 50px;
    padding: 12px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    left: calc(50vw - 25px);
    background-color: transparent;
}

/* Header */
#logo {
	top: 10px;
    left: 10px;
	position: absolute;
}
#menu {
	top: 10px;
    right: 10px;
	position: absolute;
}
#menu-mobile {
	top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    position: fixed;
    text-align: center;	
	visibility: hidden;
	background-color: #112b3f;
}
#showMenu {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 103;
    display: none;
    padding: 12px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
}
.item-menu {
	top: 0%;
	left: 0;
	height: 0%;
    width: 100%;
    position: absolute;
    background-color: #112b3f;
    border-bottom: 1px solid #fff;
}
.item-menu.activo {
	background-color: #0d1a28;
}
.item-menu:hover {
	cursor: pointer;
	background-color: #0d1a28;
}
.texto-menu {
	width: 100%;
    z-index: 99;
    bottom: 100vh;
    display: block;
	position: absolute;
}
.texto-menu h3 {
	margin: 0;
	text-align: center;
}
ul.menu-general {
	float: right;
	display: inline-flex;
}
ul.menu-general li {
	font-size: 1.5rem;
    margin: 0px 10px;
    color: #fff;
}
ul.menu-general li.activo {
    color: #00a7b1;
}
ul.menu-general li:hover {
	cursor: pointer;
    color: #00a7b1;
}

/* Contenido */
.contenido {
	height: 100%;
	position: relative;
}
.centrado {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.contenido h1 {
	margin: 0;
}
.contenido ul {
	margin: 0;
	padding: 0;
}

/* Inicio */
#img-wilmar {
	margin-top: 1%;
}
li#control {
    margin-top: 13%;
    margin-left: 78%;
}
#img-control {
	transform: rotate(-17deg);
	-ms-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
}
#inicio1 .row {
	margin-top: 40px;
}
#inicio1 .row div p {
	font-size: 1.2rem;
	text-align: center;
}
#inicio1 .row div p svg {
	padding: 0 5px;
}

/* Acerca de */
#arcerca-de1 img {
	margin: 0 auto;
}
#arcerca-de2 h3 {
	margin-top: 15%;
}
#arcerca-de2 p {
	margin-top: 3%;
	width: 100%;
}

/* Portafolio */
.carousel {
	height: calc(100% - 64px);
}
.carousel-indicators {
	display: none;
}
.flecha-right {
	margin-right: 0;
}
.info-portafolio {
	padding: 5%;
    height: 400px;
    max-height: 410px;
    background-color: rgba(13,26,40,0.5);
}
.video-portafolio {
	text-align: center;
}
.galeria-portafolio {
	height: auto;
	padding: 0% 2%;
}
.logo-cliente {
	width: 100%;
	height: auto;
    margin-left: -16%;
    padding: 5px 70px;
    background-color: #fff;
}
.logo-cliente img {
	margin: 0 auto;
}
.titulo-cliente {
	color: #fff;
	margin: 15px 0;
	font-size: 2rem;
	text-align: left;
}
.cont-galeria img {
	margin: 0 auto;
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #223d56;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(28, 44, 65, 0.75);
	-moz-box-shadow:    0px 7px 5px 0px rgba(28, 44, 65, 0.75);
	box-shadow:         0px 7px 5px 0px rgba(28, 44, 65, 0.75);
}
.cont-galeria img.activo {
	opacity: 0.3;
}
.cont-galeria .row:first-child {
	margin-bottom: 20px;
}
.cont-galeria .row + .row {
	position: relative;
}
.cont-galeria .row + .row div {
	color: #fff;
	text-align: center;
	visibility: hidden;
}
.cont-galeria .row + .row img {
	width: 100%;
	margin: 0 auto;
	cursor: default;
}
.cont-btn-versitio {
	margin-top: 20px;
	text-align: center;
}
.cont-btn-versitio a {
	display: inline-block;
}
.btn-versitio {
	margin: 0;
	color: #fff;
	width: 133px;
    height: 45px;
	float: right;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 100;
    background-color: transparent;    
    text-shadow: rgb(41, 41, 41) 0px 2px 0px;
    background-image: url(../img/btn-enviar.png);
}

/* Seccion experiencia */
.cont-experiencia {
	padding: 0;
    margin: 1% 0%;
}
.cont-experiencia div {
	padding: 1%;
}
.cont-experiencia div:first-child {
	border: 1px solid #0d1a28;
	background-color: transparent;
}
.cont-experiencia div + div {
	border-top: 1px solid #0d1a28;
	border-right: 1px solid #0d1a28;
	border-bottom: 1px solid #0d1a28;
	background-color: rgba(13,26,40,0.3);
}
.cont-experiencia div h5 {
	margin: 0;
	text-align: center;
}
.cont-experiencia p {
	margin: 10px 0 0 0;
	text-align: center;
}

/* Seccion habilidades */
.habilidad {
	padding: 1%;
}
.habilidad h5 {
	width: 20%;
	float: left;
    margin-bottom: 0;
    text-shadow: rgb(4, 8, 13) 0px 2px 0px;
}
.cont-barra {
	width: 80%;
    float: left;
    height: 35px;
    position: relative;
    border-radius: 10px;
    border: 2px solid #fff;
}
.barra {
	left: 0;
	top: -1px;
	width: 0%;
	height: 33px;
	position: absolute;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* Seccion contacto */
#contacto h3 {
	padding: 0 15px; 
}
#contacto1 img {
	margin: 0 auto;
}
#contacto1 div {
	margin: 20px 0;
}
#contacto1 div ul {
	color: #fff;
	list-style: none;
    display: inline-flex;
    list-style-type: none;
}
#contacto1 div ul li {
	padding: 0 20px;
}
#contacto1 div ul li a {
	color: #fff;
}
#contacto1 div ul li a:hover {
	color: #00a7b1;
}
.cont_respuesta {
	position: relative;
}
#img_cargando {
	display: none;
	width: 37%;
}
.cont_respuesta p {
	display: none;
	margin-top: 15px;
	position: absolute;
}
.texto_confirmacion#texto_exito {
	color: #13e04e;
}
.texto_confirmacion#texto_error {
	color: #ff4854;
}

/* Seccion footer */
#redes {
	right: 0;
	bottom: 0;
	position: absolute;
}
#copy {
	left: 10px;
	bottom: 10px;
	text-align: left;
	position: absolute;
}
.menu-redes {
	float: right;
	display: inline-block;
}
.menu-redes li {
	margin: 0;
}
.menu-redes > li > a {
	padding: 10px;
	border-radius: 0;
}
.menu-redes > li > a:hover, .menu-redes > li > a:focus, .menu-redes > li > a:visited {
	background-color: transparent;
}
.menu-redes > li > a:visited {
	color: #fff;
}