/**
* Template Name: Laura - v2.1.0
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #444444;
}

a {
  color: #ffb727;
}

a:hover {
  color: #ffc85a;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  background: #00f2ea;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #ffc550;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  height: 80px;
	padding:0 40px;
  background: rgba(25, 28, 31, 0.8);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  height: 60px;
  background: black;
}


#header h4 {color: white;
    margin: 0 10px 0 0;
font-weight: 700;}

@media (max-width: 575px) { 
	#header {
		padding:0 20px;
		height: 60px;
	}
 
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
 
 
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") center left;
  background-size: cover;
  position: relative;
}

 

#hero .hero-container {
	position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 0 15px 10px;
}

h1.brand {
    margin: 5px 0 10px 0;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
}
h1.brand span {
	    font-size: 16px;
    letter-spacing: 15px;
    font-weight: 500;
}
#header.header-scrolled h1.brand {
	color:#fff;
}

#hero h1 {
    margin: 0 0 30px 0;
    font-size: 42px;
    color: #fff;
    background: #000000;
    padding: 5px 10px;
    text-transform: uppercase;
position:relative;
}

#hero h1:before{
    content: '';
    border-bottom: 8px solid #ff0054;
    border-right: 8px solid #ff0054;
    /* width: 100%; */
    position: absolute;
    top: 1px;
    bottom: -7px;
    left: 1px;
    right: -8px;
}
#hero h1:after {
    content: '';
    border-top: 8px solid #00f7ef;
    border-left: 8px solid #00f7ef;
    right: 0;
    position: absolute;
    top: -8px;
    bottom: 0px;
    left: -8px;

}
#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
	text-align:center;
 background: #000;
    padding: 15px;
    word-wrap: break-word;
position: relative;
    left: 10px;
    padding-left: 0;
    box-shadow: 10px 0 0 #000, -10px 0 0 #000;
}

#hero .btn-scroll {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

#hero .btn-scroll i {
  font-size: 48px;
}

#hero .btn-scroll:hover {
  color: #ffb727;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media screen and (max-width:812px) {
 
#hero {
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg-mob.jpg) top left;
    background-size: cover;
    position: relative;
}
}
@media (max-width: 575px) {
		#hero {
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg-mob.jpg) top center;
    background-size: cover;
    position: relative;
}

  #hero h1 {
    font-size: 24px;
  }
  #hero h2 {
    text-align: center;
    margin-bottom: 30px;
  }
	#hero h1:before {
    content: '';
    border-bottom: 4px solid #ff0054;
    border-right: 4px solid #ff0054;
    /* width: 100%; */
    position: absolute;
    top: 1px;
    bottom: -4px;
    left: 1px;
    right: -4px;
}
#hero h1:after {
    content: '';
    border-top: 4px solid #00f7ef;
    border-left: 4px solid #00f7ef;
    right: 0;
    position: absolute;
    top: -4px;
    bottom: 0px;
    left: -4px;
}
#hero h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
		left:0
}
#hero h2 img {
	width: 120px;
}
#hero .hero-container {
	padding-bottom:50px;
}
/**/
}
@media (max-width: 575px) { 
 
	h1.brand {
		font-size:16px;
		margin: 0;
	}
	h1.brand span {
    font-size: 12px;
    letter-spacing: 11px;
    font-weight: 500;
}
	#header h4 {
		font-size:14px;
	}
	#header a.btn-gral {
    padding: 5px 5px;
    font-size: 14px;
}
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
text-align: center;
    padding: 5px 20px;
		
    display: inline-block;
    position: relative;
    border: 2px solid #ff0054;
		margin-bottom:30px;
}
.section-title:before{
    content: '';
    border: 2px solid #00f7ef;
    width: 100%;
    position: absolute;
    top: -10px;
    bottom: 4px;
    left: 9px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0;
  color: #000;
  position: relative;
  z-index: 2;
}

.section-title h3{
	font-size: 21px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}
 

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

 

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
a.btn-gral {
	padding: 10px 20px;
    background: black;
    border: 2px solid #ff0054; 
    background: #ff0054;
    color: white;
    margin:0 auto;
    display: inline-block;
    font-size: 18px;
		  transition: ease-in-out 0.2s;
} 
a.btn-gral:hover{
	    background: #000;
    color:  #ff0054;
		transform: scale(1.2);
} 

@media (max-width: 575px) { 
a.btn-gral {
    padding: 5px 15px;
}

}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
  
.video-respo {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: 0;
}
.video-respo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
# About Me
--------------------------------------------------------------*/
.about {
	border-top:4px solid #ff0054;
	border-bottom:4px solid #00f2ea
}

.about .content p {
  margin-bottom: 0;
}

.about .content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul strong {
	font-family: 'Satisfy', sans-serif;
  font-size: 24px;
  padding-right: 2px;
  color: #ff0054;
}
 

/*--------------------------------------------------------------
# My Resume
--------------------------------------------------------------*/
.resume  {
	padding:80px 0;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #000;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.resume .section-title  {
	margin-bottom:40px;
}
.resume .section-title h2 {
	color:#fff;
	font-weight:400;
	margin-bottom:10px;
}
 
.resume p {
	    text-align: center;
    color: #fff;
    font-size: 18px;
}
 

/*--------------------------------------------------------------
# My Services
--------------------------------------------------------------*/
 .faqs ,
.services {
	margin-top:0;
    border-top: 4px solid #ff0054;
    border-bottom: 4px solid #00f2ea;
}
 .faqs  ul,
.services  ul {
	padding:0;
}

.faqs  li,
.services  li {
	list-style:none;
	font-size:18px;
	padding-left:30px;
	position:relative;
}


.services  li strong {
	position:absolute;
	left:0;
	font-family: 'Satisfy', sans-serif;
  font-size: 32px;
  padding-right: 2px;
  color: #ff0054;
}

.faqs  li strong {
	
	font-family: 'Satisfy', sans-serif;
  font-size: 32px;
  padding-right: 2px;
  color: #ff0054;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background:black;
  position: relative;
	overflow:hidden;
	text-align:center;
}

.testimonials .section-title {
  margin-bottom: 80px;
}

.testimonials .section-title h2{
color:#fff;
}

/*--------------------------------------------------------------
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 140px;
  border-radius: 50%;
  border: 6px solid #ff0054;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #00f2ea;
  margin: 0 0 15px 0;
}

 

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #ff0054 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
 

# FAQ
--------------------------------------------------------------*/

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #ff0054 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 80px 0;
  position: relative;
}


#footer .container {
  position: relative;
}

#footer h3 {
  color: #fff;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 16px;
  padding: 0;
  margin: 0 0 10px 0;
}
 

#footer .copyright {
  margin: 30px 0 5px 0;
}

 @media screen and (max-width:414px) {
  



.anima.medium-blue,
.anima.light-blue,

.anima.orange,
.anima.yellow,
.anima.cyan,


.anima.magenta,
.anima.lightish-red,
.anima.pink{
	display:none;
}

}