body {
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}
html {
  scroll-behavior: smooth;
}
.cursor {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  mix-blend-mode: difference; //for dark and light modes
  background-color: transparent;
  z-index: 10000;
  border: 2px solid white;
  height: 30px;
  width: 30px;
  transition: all 300ms ease-out;
}
.portada .title {
	color: #FFDF06;
	padding-bottom: 30px;
}
.portada .left {
	padding-right: 20px;
}
.btn-primary .white:hover {
	fill: black;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.navbar-brand {
	padding-left: 40px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: #FFDF06;
}
.navbar ul li {
	display: inline-block;
	padding: 40px;
	text-transform: uppercase;
	font-size: 13px;
}
.nav-item a:after {
	display:block;
  content: '';
  width: inherit;
  border-bottom: solid 3px #FFDF06;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  padding-bottom: 8px;
}
.nav-item a:hover:after { transform: scaleX(1); }
.nav-item a.from-left:after {
  transform-origin: left;
}
.hero_wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}
.hero {
	vertical-align: middle;
}
.hero h1 {
	font-size: 27px;
	text-transform: uppercase;
	color: #FFDF06;
}
.hero p {
	font-size: 18px;
}
hr {
	border-top: 1px solid #EF0057;
}
.btn-primary {
	background-color: transparent;
	border: none;
	text-transform: uppercase;
	padding: 15px 30px;
	font-weight: bold;
	letter-spacing: 2px;
}
.btn-primary:hover {
	background-color: transparent;
	border: none;
}

.btn-secondary {
	background-color: transparent;
	border: 2px solid #000;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 15px 30px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}
.btn-secondary:hover {
	background-color: #FAE04C;
	border: 2px solid #FAE04C;
	color: #000;
}
.hover_black:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}
.hover_white:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background: transparent;
	width: 65px;
	height: 65px;
}
.carousel-control-next {
	left: 10px;
}
.carousel-control-prev {
	right: 10px;
	left: inherit;
}
.slider h5 {
	font-size: 36px;
}
.slider h1 {
	line-height: 0.9;
 font-size: 66px;
}
.slider h2 {
	line-height: 1.0;
 font-size: 33px;
}
.slider p {
	font-size: 20px;
	padding-top: 20px;
}
.caption {
	top: 36%;
	position: absolute;
	left: 51%;
}

#nosotros {
	padding-top: 125px;
	padding-bottom: 135px;
	color: #000;
	background-color: #FFDF06;
}
#nosotros h5 {
	font-size: 15;
	text-decoration: underline;
}
#nosotros h2 {
	font-size: 35px;
}
#experiencias {
	padding-top: 75px;
	padding-bottom: 75px;
}
.thumbnails {
	padding-top: 55px;
}
.card {
	border-radius: 15px;
}
.card-text {
	font-size: 18px;
	margin-bottom: 70px;
}
.card img {
	border-radius: 15px 15px 0 0;
}
.blue {
	border: 1px solid #000DFF;

}
.green {
	border: 1px solid #00FFCE;

}
.silver {
	border: 1px solid #C0C4CE;
}
.yellow {
	border: 1px solid #FAE04C;
}
.pink {
	border: 1px solid #EE55FF;
}
.light-blue {
	border: 1px solid #06DCFF;

}
.orange {
	border: 1px solid #FF8003;
}
.grey {
	background-color: #000;
}
.title_product {
	font-size: 20px;
}
#clientes_felices {
	padding-top: 125px;
	padding-bottom: 125px;
	background-color: #FFDF06;
	color: #000;
	background-repeat: no-repeat;
}
#empresas {
	padding-top: 125px;
}
#clientes_felices h2 {
	line-height: 77%;
}
#clientes_felices h2 {
	font-size: 27px;
}
.under {
	text-decoration: underline;
}

#frase {
	padding-top: 150px;
	padding-bottom: 150px;
}
#frase h2 {
	text-transform: uppercase;
	line-height: 1.6;
	font-size: 27px;
}
.portada {
	padding-top: 150px;
	padding-bottom: 150px;
	font-size: 21px;
}
.portada h2 {
	font-size: 35px;
}
.final {
	background-image: url(../img/bg_testi_a.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 165px;
	padding-bottom: 199px;
	background-size:100%;
}
#empresas h1 {
	color: #000;
}
.empresas_title {
	padding-bottom: 55px;
}
.logos {
	padding-bottom: 30px;
}
#contacto {
	padding-top: 120px;
}
#contacto h5 {
	padding-bottom: 75px;
	color: #000;
	font-size: 13px;
	letter-spacing: 0.1em;
}
#contacto h1 {
	font-size: 50px;
	font-weight: bold;
	color: #000;
}

footer {
	padding-top: 85px;
	padding-bottom: 25px;
}
.sub-footer {
	padding-top: 85px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.redes {
	text-align: center;
	margin-bottom: 0;
}
.redes li {
	display: inline-block;

}
.redes li img:hover {
	color: #FAE04C;
}
.copy {
	text-align: right;
}
footer .nav-link {
	padding: 0 40px;
	text-transform: uppercase;
	font-size: 13px;
}
.nav-link:hover, .nav-link:focus {
	color: #FAE04C !important;
}
.redes li a {
	display: inline-block;
	padding: 0 40px;
}
.text-muted {
	color: #fff !important;
}
.footer {
	margin-top: 110px;
}
.testi_controles {
	margin-top: 80px;
}
.testi_prev, .testi_next {
	width: 100%;
}
.testi_next {
	right: auto;
	left: 90px;
}
.comillas-right {
	text-align: right;
}
.form-group {
	color: #000;
}
.form-control {
	background: transparent;
	border: none;
	border-bottom: 2px solid #000;
	border-radius: 0;
	color: #000;
	font-weight: bold;
}
.form-control:focus {
	background-color: transparent;
	border-color: transparent;
	color: #000;
	font-size: 25px;
}
.red:hover {
	fill: #FAE04C;
}
.modal-header {
	border-bottom: 0px;
}
.modal-body {
	padding: 35px;
	padding-top: 0;
}
.modal-body .small {
	padding-bottom: 16px;
	padding-top: 20px;
	margin-bottom: 0;
}
.boton_mas {

	margin-bottom: 35px;
	position: absolute;
	bottom: 0;
}


@media (max-width: 990px) { 
	 .caption {
			top: 15%;
		}
 }
@media (max-width: 768px) {
	.navbar-nav {
		text-align: center;
	}
	.hero {
		padding-top: 15px;
	}
	.hero_wrap {
		padding-top: 31px;
	}
	.hero h1 {
		font-size: 35px;
	}
	.circle {
		margin-top: 60px;
	}
	.slider {
		padding-top: 10px;

	}
.testi_controles {
	margin-bottom: 80px;
}
.carousel-control-prev {
	right: 50px;
}
.carousel-control-next {
	left: 50px;
}
	.caption {
		position: inherit;
		left: inherit;
		border-bottom: 1px solid #FFDF06;
		padding-bottom: 25px;
		padding-top: 25px;
		height: 350px;
}

/*		height: 300px;*/

	}
	.caption-xs {
		top: 50px;
		position: absolute;
		left: 45%;
		border-bottom: none;
	}
	.slider h2 {
		font-size: 30px;
	}
	.slider h5 {
		font-size: 20px;
	}
	.slider h1 {
		font-size: 167%;
	}

	#nosotros, .final {
		padding-top: 70px;
		padding-bottom: 100px;
	}
	#clientes_felices {
		background-image: none;
		background-color: #FFDF06;
		padding-top: 100px;
		padding-bottom: 35px;
	}
	#clientes_felices h1 {
		font-size: 23px;
	}
	#clientes_felices h2 {
		font-size: 20px;
	}
	.final {
		background-image: none;
		background-color: #FFDF06;
	}
	#contacto {
		padding-top: 45px;
	}
	#contacto h1 {
		font-size: 40px;
		padding-top: 15px;
	}
	.redes li a {
		padding: 0 20px;
	}
	.copy {
		text-align: center;
		padding-top: 20px;
	}
	footer .nav-link {
		padding: 20px 25px;
	}
	.navbar ul li {
		padding: 10px;
	}
	.sub-footer {
		padding-top: 30px;
	}
	#experiencias, #empresas {
		padding-top: 25px;
	}
	.empresas_title {
		padding-bottom: 25;
	}
	#frase h2 {
		font-size: 20px;
	}
	.contact_side {
		padding-top: 20px;
	}
	.comillas {
		vertical-align: baseline;
	}
	.comillas-right {
		vertical-align: top;
	}


 }

    