/*------------------------------------
 *Author:FortunaTheme
 *Template:Zovan
 *Version:1.0
 *-------------------------------------
 */

/*--------Table of Content----------
* 01.header
* 02.about
* 03.services
* 04.portfolio
* 05.hire-me
* 06.blog
* 07.testimonial
* 08.contact
* 09.footer
*----------------------------------
*/

/*-----------------header-----------------*/

header {
  height: 80px;
  line-height: 80px;
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
}
.border-tech {
  /* border:1px solid rgba(0, 0, 0, 0.308); */
  margin-top: 6rem;
}
.border-porta {
  padding: 0.5rem;
  /* background: white */
}
.border-porta-left {
  margin-left: 2rem;
}

.dark-header {
  background: rgba(39, 38, 38, 0.979); /*color header*/
}
.style-logo-nay {
  height: 5rem;
}

header a .logo {
  display: inline-block;
  float: left;
}

header nav {
  float: right;
  
}
.headerinit {
  background: rgba(46, 48, 46, 0.541);
}

header nav ul li {
  display: inline-block;
  margin-left: -2px;
}
.nav-padd {  
  /* width: 140px; */
  margin-left: 1rem;
  padding: 2px;
  overflow: hidden;
}
.esp-home{
  width: 100%;
}

header nav ul li a {
  color: #fff;
  /* text-transform: uppercase; */
  transition: all 0.2s;
  /* width: 100px; */
  text-align: center;
  display: block;
  margin-left: -3px;
  font-size: 20px;
}

header nav ul li a.current,
header nav ul li a:active,
header nav ul li a:hover {
  color: #c3c3c3;
  text-decoration: line-through;
}

.slicknav_menu {
  display: none;
  /* width: 100px; */
  height: 80px;
  background-color: #fff;
}


/*-----------------------welcome section------------------*/

canvas {
  display: block;
  vertical-align: bottom;
}
.welcome-area.particle-bg {
  position: relative;
  background-size: cover !important;
  background: url("../images/rioMDDwelcome1.jpg");
}
.color-wel {
  background: rgba(18, 19, 18, 0.233);
  padding: 2rem;
}

.welcome-area.image-bg {
  position: relative;
  background-size: cover;
  background: url("../images/welcomeBg.jpg");
  width: 100%;
  height: 700px;
}

.welcome-text {
  width: 100%;
  position: absolute;
  top: 255px;
  text-align: center;
  font-size: 60px;
  color: #fff;
}

.skill-btn {
  display: block;
  max-width: 160px;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 65px;
  padding: 10px 0px;
}

.welcome-text h6 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 50px;
}

.typed-cursor,
.element,.element2 {
  display: inline;
  font-weight: 600;
}

#particles-js {
  position: relative;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}

.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}
.top-welco{
  margin:2rem; 
  }
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.element3,.typed-cursor{
  display: none;
}

/*------------------about section---------------------------*/

.about .section-title {
  text-align: left;
}

.about {
  position: relative;
}

.about .hello-text p {
  background: #e68200;
  position: relative;
  display: block;
  width: 100px;
  text-align: center;
  height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 26px;
  line-height: 40px;
  margin-top: 0px;
}

.about .hello-text p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #e68200 transparent transparent transparent;
  bottom: -12px;
  left: 0px;
  position: absolute;
}

.about-text {
  padding-left: 20px;
}

.about-text h1 {
  text-align: left;
  margin-top: 0px;
}

.about-text p {
  line-height: 28px;
  letter-spacing: 0.5px;
  margin: 14px 0px;
}

.about-text a {
  margin-top: 15px;
}

.about-img {
  position: relative;
  overflow: hidden;
}

.about-img img {
  position: relative;
  z-index: 2;
}

.about-img-overlay {
  position: absolute;
  bottom: -100px;
  left: 1px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 59px;
  transition: all 0.5s;
}

.about-img:hover .about-img-overlay {
  bottom: 0;
}

.about-img-overlay .social-icons {
  text-align: center;
  font-size: 22px;
}

.about-img-overlay .social-icons a {
  line-height: 50px;
  margin: 0px 15px;
  color: #fff;
}

.about-img-overlay .social-icons a:hover {
  color: #c3c3c3;
}

.about-text h5 {
  margin-bottom: 22px;
  color: #878787;
}
h6 {
  margin-bottom: 22px;
  color: #878787;
}
/*iconos de skill*/
.img-skill {
  height: 7rem;
  /* width: 10rem; */
  /* padding: 2%; */
  border-radius: 50%;
}
.style-soft {
  width: 7rem;
}
.about .fun-item {
  background: #ffffff;
  padding: 8px 0px;
  border: 1px solid rgba(138, 136, 136, 0.582);
  /* box-shadow: 0px 0px 5px #c6c6c6; */
}
/*diseño btono cv*/
.about-text a {
  background: rgb(255, 255, 255);
  color: rgba(37, 36, 36, 0.801);
  padding: 12px 12px;
  display: block;
  transition: all 0.5s;  
  border: 1px solid rgba(192, 187, 187, 0.5);
  /* margin-top: 28px; */
  /* margin-bottom: 18px; */
  max-width: 200px;
}

.about-text a:hover {
  background: #fff;
  color: #000;
  outline: 1px solid #000;
  
}

.about-text a:hover i {
  color: #000;  
}

.about-text a i {
  color: #fff;
  padding: 4px;
  margin-left: 6px;
  font-size: 12px;
}

.fun-fact {
  text-align: center;
}

.fun-fact h4 {
  font-size: 30px;
}

.fun-fact p {
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-top: 4px;
  margin-bottom: 12px;
  color: #414141;
}

.fun-info i {
  font-size: 27px;
  padding: 12px 0px;
}

.fun-info {
  text-align: center;
  margin-top: 26px;
}

/*-----------------services section-----------------*/

.services {
  background-color: rgba(234, 234, 234, 0.6);
  text-align: center;
}

.services .services-header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.services .services-content span i {
  font-size: 18px;
  color: #fff;
  padding: 16px;
  border-radius: 31px;
  background: rgb(236, 11, 11);
}

.services .services-content .content-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 12px;
  color: #2e2d2d;
}

.service-item {
  background: #f9f9f9;
  padding: 8px 28px;
  margin-top: 28px;
  transition: all 0.5s;
  box-shadow: 0px 0px 10px #ededed;
  border-bottom: 4px solid #656363;
}

.service-item:hover {
  box-shadow: 0px 0px 10px #bcbcbc;
  background: rgb(161, 159, 159);
  border-bottom: 4px solid #aaa;
}

.service-item:hover .service-content p {
  color: rgb(253, 253, 253);
}

.service-content {
  /* padding: 24px 4px; */
  transition: all 0.5s;
}

.service-item:hover span i {
  color: rgb(172, 27, 27);
  background: #fff;
  transition: all 0.5s;
}
.boton-tech {
  margin-bottom: 2rem;
}

/*-----------------------portfolio section-----------------*/

.portfolio-content-head ul li {
  display: inline-block;
  cursor: pointer;
  padding: 12px 14px;
  font-weight: 700;
  color: #696969;
  margin: 0px 10px;
  transition: all 0.2s;
  font-size: 16px;
}

.portfolio-content-head ul li:hover {
  color: #000;
}

.mixitup-control-active {
  color: #000 !important;
}

.mix {
  display: inline-block;
}

.portfolio-item {
  position: relative;
}

.portfolio-content-items .row {
  margin-right: 0px;
  margin-left: 0px;
}

.portfolio-content-items .col-md-4,
.portfolio-content-item .col-sm-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.portfolio-img {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  overflow: hidden;
}

.portfolio-img img {
  transition: all 0.5s;
}

.portfolio-content-head {
  text-align: center;
  margin-bottom: 28px;
}

.portfolio-item:hover .portfolio-img img {
  transform: rotate(10deg) scale(1.4);
}

.portfolio-content {
  padding-top: 22px;
}

.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}

.portfolio-item:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}

.portfolio-overlay .category {
  margin-top: 90px;
  margin-bottom: 19px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.portfolio-overlay .magnify-icon {
  height: 40px;
  /* width: 40px; */
  background: #fff;
  margin: 12px 10px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  border-radius: 3px;
  padding: 3px;
}

.corner-top {
  height: 30px;
  width: 100%;
  position: absolute;
  top: 40px;
}

.corner-top::before {
  content: "";
  height: 30px;
  width: 30px;
  border-color: #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  left: 40px;
}

.corner-top::after {
  content: "";
  height: 30px;
  width: 30px;
  border-color: #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  right: 40px;
}

.corner-bottom {
  height: 100%;
  width: 100%;
  position: relative;
  bottom: -35px;
}

.corner-bottom::before {
  content: "";
  height: 30px;
  width: 30px;
  border-color: #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 40px;
}

.corner-bottom::after {
  content: "";
  height: 30px;
  width: 30px;
  border-color: #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 40px;
}

.portfolio-overlay .magnify-icon:hover {
  background: #000;
  color: white;
}

.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #000;
  line-height: 40px;
  cursor: pointer;
}

.portfolio-overlay .magnify-icon:hover p span i {
  color: #fff;
}

/*-----------------hire-me section-----------------*/

.hire-me {
  background: url("../images/otrocus.png");
  background-size: cover;
}

.hire-me h4 {
  color: #fff;
  font-weight: 500;
}

.hire-me p {
  color: #ddd;
  font-size: 22px;
  padding-top: 20px;
  font-weight: 400;
}

.hire-me .hire-btn {
  margin-top: 20px;
  min-width: 150px;
  text-align: center;
}

/*-----------------blog section-----------------*/

.blog {
  background-color: rgba(234, 234, 234, 0.5);
  overflow: hidden;
}

.blog-title {
  font-weight: 600;
  font-size: 22px;
  padding: 8px 0px;
  font-weight: 600;
  color: #444;
  font-size: 21px;
  margin-top: 16px;
}

.blog-description {
  margin-bottom: 25px;
  margin-top: 2px;
}

.blog-content {
  padding-top: 28px;
}

.blog-img {
  margin-bottom: 12px;
}

/*-------------------testimonial section---------------*/
#back-test {
  /* background: url("../images/unamad2.jpg"); 
  background-repeat: no-repeat; */
}
#client-testimonial {
  background: rgba(56, 39, 39, 0.562); 
  /*background: url("../images/unamad2.jpg");
  /* background-size: cover; */
  background-repeat: no-repeat;
}

#client-testimonial .client-area {
  padding: 80px 0;
}

#client-testimonial .section-title {
  color: #fff;
}

#client-testimonial .testimonial-title h3 {
  color: #e7e7e7;
}

#client-testimonial #owl-demo-testimonial .item {
  padding: 30px 0;
  border-radius: 3px;
  text-align: center;
  transition: all 0.5s;
  max-width: 850px;
  margin: 0 auto;
}

#client-testimonial .client-img img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.quote-text {
  padding: 30px;
  transition: all 0.5s;
  color: #fff;
  background: rgba(90, 88, 88, 0.7);
  border-radius: 2rem;
}

.quote-text i {
  font-size: 22px;
  padding: 0px 4px;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(90, 88, 88, 0.7) transparent;
  margin: 0 auto;
}

#client-testimonial .owl-theme .owl-controls .owl-page span {
  border-radius: 0px;
}

#client-testimonial .owl-theme .owl-controls .active span {
  background: #fff;
}

.owl-theme .owl-controls .owl-page span {
  background: #7d7d7d;
  opacity: 1;
}

.name {
  font-weight: 700;
  padding-top: 12px;
}

/*------------------contact section-------------*/

.contact {
  background-color: rgba(233, 233, 233, 0.9);
}

.contact-content {
  margin-top: 28px;
}

.contact-header {
  padding-bottom: 20px;
}

.contact-msg p {
  margin-bottom: 20px;
}

form {
  /* background: #050505cb; */
  /* margin: ; */
  /* background: url("../images/"); */
  /* background-repeat: no-repeat; */
  border: 0.6px solid rgba(11, 8, 32, 0.247);
  padding: 38px 38px;
  border-radius: 2rem;
  /* box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.445); */
}

#name,
#email {
  width: 100%;
  height: 42px;
  margin-bottom: 30px;
  background: #fff;
  border: none;
  padding-left: 12px;
  margin-top: 20px;
}

textarea {
  width: 100%;
  height: 140px;
  background: #fff;
  border: none;
  padding-left: 18px;
  padding-top: 8px;
}

.contact .mini-header {
  margin-bottom: 25px;
  color: #3c3c3c;
}

.contact-detail p span {
  font-weight: 700;
  padding-right: 2px;
}

.contact-item {
  padding: 10px 0px;
}

.contact-detail p {
  margin-top: 18px;
  padding-top: 2px;
  margin-bottom: 10px;
}

.contact-detail p i {
  color: rgba(102, 98, 100, 0.781);
  font-size: 22px;
  padding-right: 12px;
  width: 30px;
}

.contact-detail .social-icons a i {
  font-size: 14px;
  margin-right: 5px;
  background: rgb(90, 89, 89);
  color: #fff;
  width: 32px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  transition: all 0.5s;
}

.contact-detail .social-icons a:hover i {
  background: #747371;
}

.contact-detail .social-icons p {
  font-weight: 600;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 12px;
}

#contact-submit {
  margin-top: 30px;
  padding: 6px 12px;
  margin-left: 30%;
}
#contact-submit{
  background:#747371;
  border-radius: 1rem;
}

.contact .result {
  color: #fff;
  margin-top: 8px;
}
/*ultimos cambios*/
.topMisProyect{
  border-radius: 4rem; 
  margin-top:5rem
}
.btn-enviar{
  display: flex;
  align-content: center;
  overflow: hidden;
  margin-top: 3rem;
  /* background: #978f8fbe;  */
  padding: 1rem;
  border-radius: 4rem
  /* text-align: center; */
}
.centrado{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 3.3rem;
  width: 7rem;
  text-align: center;
   
}
.centradoCodigo{
  margin-right:0.8rem
}
.centradoDemo{
  margin-right:1rem
}
/*---------------footer-------------*/

footer {
  padding: 35px 0px;
  background: #121212;
}

.copyright p {
  text-align: center;
  color: #ddd;
}
.mdd{
  margin-left: 80%;
  font-size: 20px
}
@media (max-width: 850px) {
  /* .col-x-2{
    width: 33.3%
  } */
  .border-tech {
    border: 1px solid rgba(0, 0, 0, 0.308);
    margin: 1rem;
  }
  .element,.element2,.typed-cursor{
    display: none;
  }
  
.element3{
  display: block;
  font-size: 50px;
  /* font-weight: ; */
}
.topMisProyect{
  margin-top: 2rem;
}
.mdd{
  margin-left: 20%;
  color: rgb(204, 204, 198)
}

}
