/**
rosa: #f63976
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background:#000;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #f63976;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: "Montserrat", sans-serif;
}

.section {
  padding: 0rem 0;
}

.item {
  border: none;
  margin-bottom: 0px;
}
.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap img {
  transition: 0.3s transform ease;
  transform: scale(1);
}
.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 40%;
  transition: 0.3s all ease;
}
.item .item-wrap > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.item .item-wrap > .work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.item .item-wrap:hover {
  text-decoration: none;
}
.item .item-wrap:hover img {
  transform: scale(1.05);
}
.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}
.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.pantalla {
	display:block!important;
}
	
.movil {
  display: none !important;
}	
	
@media only screen and (max-width: 767px) {

.movil {
    display: block!important; 
}

.pantalla {
    display: none!important; 
}
}	

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}
.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}
.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: 0.2s all ease;
  font-weight: 700;
}
.readmore:active, .readmore:focus, .readmore:hover {
  outline: none;
}
.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.testimonials-slider .swiper-pagination {
  margin-top: -60px;
  position: relative;
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(13, 30, 45, 0.3);
  opacity: 1;
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(13, 30, 45, 0.6);
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 10px;
  height: 2px;
  background: #000;
}


/* Services */
.services i {
  font-size: 40px;
}
.services h4 {
  padding-top: 10px;
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* Custom Navbar */
.custom-navbar {
  padding-top:20px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  color:#fff;
  font-size:clamp(0.9rem, 5vw, 1.5rem);
  font-weight: bold;
}


@media (max-width: 880px) {
  .custom-navbar > .container {
    padding-right: 10px;
    padding-left: 5px;
	  padding-top:5px;
	  display: flex;
  }
}

.derecha {
	text-align:right!important;
	padding-right:5%;
	}
	
.izq {
	padding-left:5%;
	}
/*--------------------------------------------------------------
# BIO
--------------------------------------------------------------*/
.bio {
	background:#fff;
	color:#000;
	padding:200px 50px 300px 50px;
	width:100%;
}

@media (max-width: 780px) {
.bio {
	padding:100px 20px 100px 20px;
}	
	
	}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 50px 0 4rem 0;
  font-size:12px;
}
.footer a {
  color: #666;
}

.social {
	padding:50px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
  font-size:20px;
}
.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social a:hover {
  color: #ffffff;
  background:#f63976;
}