/*
Website - Ariel - v4.0.0
*/

/*--------------------------------------------------------------
# General / Fuente del menu y color de iconos de barra 
--------------------------------------------------------------*/
body {
  
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4rem;
  letter-spacing: .025rem;
  color: #657786;
  
}

a {
  color: #149ddd;
  text-decoration: none;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "raleway", sans-serif;
}

/*--------------------------------------------------------------
#Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1da1f2;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2eafec;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header / circulo y barra lateral en header.profile con 144
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 195px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  overflow-y: auto;
  background-color: #1d2021;
background-image:
repeating-linear-gradient(120deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
repeating-linear-gradient(60deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
linear-gradient(60deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1)),
linear-gradient(120deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1));
background-size: 70px 120px;
}
/*-------------------------------------------------------------
Apariencia de la foto de perfil 
--------------------------------------------------------------*/
#header .profile img {
  margin: 25px auto;
  display: block;
  width: 120px;
  border: 7px solid rgb(238,238,238); 
}

#header .profile h1 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "poppins", sans-serif;
}
/*--------------------------------------------------------------
# Color del nombre ariel malca en la barra
--------------------------------------------------------------*/
#header .profile h1 a,
#header .profile h1 a:hover {
  color: #fff ;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Edición de los iconos
--------------------------------------------------------------*/
#header .profile .social-links a {
  font-size: 22px;
  display: inline-block;
  background: #fff;
  color: #1f3645;
  line-height: 1;
  padding: 7.7px 0;
  margin-right: 13px;
  border-radius: 55%;
  text-align: center;
  width: 33px;
  height: 33px;
  transition: 0.3s;
}
/*--------------------------------------------------------------------
Color de los iconos de social media despues de poner el cursor 
---------------------------------------------------------------------*/
#header .profile .social-links a:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------------
POR FIN! Este es el margen  /main margin-left: -70px es del mobil /332 el margen del contenido
---------------------------------------------------------------------*/
#main {
  margin-left: 195px;   
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }

  #main {
    margin-left: 0px;
  }
}

/*--------------------------------------------------------------
# Navigation menu / Ubicación de la barra del menu
--------------------------------------------------------------*/
/* Desktop navigation */
.nav-menu {
  padding: 50px 0 0 0;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 24px;
  padding-right: 8px;
  color: #FFF;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  text-decoration: none;
  color: #a1d2f7;
}
/*------------------------------------------
Color de iconos del menu hover/focus
--------------------------------------------*/
.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover>a i {
  color: #a1d2f7;
}

/*------------------------------------------
 Mobile navigation / SOLO BOTON DE MOBILE
 ------------------------------------------*/
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #1da1f2;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

/*--------------------------------------------------------------
# Hero section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
}
/*--------------------------------------------------------------
# Trasparencia de fondo principal
--------------------------------------------------------------*/
#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/*--------------------------------------------------------------
# Ubicación del nombre 
--------------------------------------------------------------*/
#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
}
/*---------------------------------------------
Edición del nombre Ariel Malca grande
-----------------------------------------------*/
#hero h1 {
  margin-top: -130px;
  font-family: 'archivo black', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 56px;
  color: #2a2a2b;
}

#hero p {
  color: #2a2a2b;
  margin-bottom: 50px;
  font-size: 23px;
  font-family: "Poppins", sans-serif;
}
/*---------------------------------------------
Edición de la descripción del nombre y linea
-----------------------------------------------*/
#hero p span {
  color: #2a2a2b;
  padding-bottom: 1px;
  letter-spacing: 1px;
  border-bottom: 2px solid #000000;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
/*---------------------------------------------
Edición de la descripción del nombre MOBILE
-----------------------------------------------*/
@media (max-width: 768px) {
  #hero h1 {
	margin-top: -140px;
	font-size: 48px;
    line-height: 40px;
  }

  #hero p {
	font-size: 19px;
  }
}

/*--------------------------------------------------------------
# sections general AQUÍ EL MARGEN DEL CONTENIDO EN LETRA PADDING-LEFT con 144
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.section-bg {
  background: #f5f8fa; 
}

.section-title {
  padding-bottom: 50px;
}
/*--------------------------------------------------------------
# Distancia entre titulo h2 y linea 
--------------------------------------------------------------*/
.section-title h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 35px;
  position: relative;
  color: #070707;
}
/*--------------------------------------------------------------
# Linea de titulo abajo h2 
--------------------------------------------------------------*/
/* linea de titulos abajo */
.section-title h2 {
  border-bottom: 1px solid #ccd6dd;
  height: 100%;
}

.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Cita
--------------------------------------------------------------*/
/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #aab8c2;
    padding: 25px 0;
    width: 100%;
    max-width: 500px;
    z-index: 1;
    margin: 35px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

/* Blockquote header */
.blockquote h1 {
    position: relative;
    color: #050505;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

/* Blockquote right double quotes */
.blockquote:after {
    position: absolute;
    content: "”";
    color: rgba(5, 5, 5, 1);
    font-size: 10rem;
    line-height: 0;
    bottom: -43px;
    right: 30px;
}

/* increase header size after 600px */
@media all and (min-width: 300px) {
    .blockquote h1 {
        font-size: 30px;
   }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #292a2b;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 30px;
  color: #657786;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 20px;
}

.about .about-item {
  content: "";
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  left: -5.5px;
  top: 0;
  background: #1da1f2;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
  font-family: "poppins", sans-serif;
  color: #050d18;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #dce8f8;
  height: 15px;
}

.skills .progress-bar {
  width: 1px;
  height: 15px;
  transition: 0.9s;
  background-color: #067acc;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #657786;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 1px solid #aab8c2;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 14px;
  background: #e8e9eb;
  padding: 2px 15px;
  display: inline-block;
  font-weight: 550;
  margin-bottom: 15px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  left: -5.5px;
  top: 0;
  background: #1da1f2;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio video {
	width: 50%;
	border: 10px solid black;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 130px;
}

.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #000000;
  border: 1px solid #dadce0; 
  float: left;
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #050d18;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #050d18;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #149ddd;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  border: 1px solid #2eafec;
  background: #e6e8eb;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 15px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 15px;
}

.contact .php-email-form button[type=submit] {
  border: 1px solid #dadce0; 
  padding: 7px 34px;
  transition: 0.4s;
  border-radius: 30px;
  font-weight: 700;
  background: #fff;
}

.contact .php-email-form button[type=submit]:hover {
  border: 1px solid #2eafec;
  background: #e6e8eb;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: #f5f8fa;
}

.breadcrumbs h2 {
  font-size: 27px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #0e2442;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 7px;
  color: #000;
  font-size: 11px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 195px;
  z-index: 9999;
  background: #e8e8e8;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #eaebf0;
}

@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}