
/*==========================================
 NEXTLEVEL CSS Bootstrap based
==========================================*/

/*by @behrmart aka Tu Padre Y GABCA*/

/* NEXTLEVEL Base Colors SAFE WEB COLORS
Amarillo #FFD440;  rgb(255, 212, 64)
*/



/* -------------------- NEXTLEVEL Font faces --------------------------*/


@font-face {
    font-family: Arial, Helvetica, sans-serif;
}


@font-face {
    font-family: 'MetaProBlack';
    src: url('../fonts/MetaPro-Black.woff2') format('woff2'),
        url('../fonts/MetaPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MetaProMedium';
    src: url('../fonts/MetaPro-Medium.woff2') format('woff2'),
        url('../fonts/MetaPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* 
-------------------- 
HTML doc & Body 
--------------------
*/

html, body {
	height: 100%;
	width: 100%;
	color: #000;
	font-family: Arial;
	font-size: 1rem;
	text-decoration: none;
	}


/* 
-------------------- 
GENERALES
--------------------
*/


a {
	color: #000; /*so link doesnt appear blue on mobile*/
}

a:hover {
	color: #FFD440;
}


.BlackFont {
	font-family: 'MetaProBlack' !important;
	text-transform: uppercase;
}

.animatedhover {
  animation-play-state: paused;
}

.animatedhover:hover {
  -webkit-animation: pulse 1s;
    animation: pulse 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
   animation-play-state: running;
}


/* 
-------------------- 
Bootstrap Navbar
--------------------
*/

.navbar {
	padding: .3rem;
	background-color: #FFD440; 
}

.navbar-brand > img{    /* Added by me BFMM to fix logo on navbar */
	width: 250px;
	height: auto;
}

.navbar-nav li {
	padding-right: 20px;
}

.nav-link {
	font-size: 1rem !important;
	color: #000;
}


/* 
-------------------- 
NEXTLEVEL Hero
--------------------
*/

.NEXTLEVELhero {
	background-image: linear-gradient(to right, rgba(255,255,255,0) 10%, rgba(255,255,255,0), rgba(255,255,255,0)), url("../img/header1.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
  	text-transform: uppercase;
  	color: #000;
}

.NEXTLEVELheroservicios {
	background-image: linear-gradient(to right, rgba(255,255,255,0) 10%, rgba(255,255,255,0), rgba(255,255,255,0)), url("../img/header2.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
  	text-transform: uppercase;
  	color: #000;
}

.NEXTLEVELherocontacto {
	background-image: linear-gradient(to right, rgba(255,255,255,0) 10%, rgba(255,255,255,0), rgba(255,255,255,0)), url("../img/header3.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
  	text-transform: uppercase;
  	color: #000;
}

/* 
-------------------- 
SELLOVIOLETA Hero
--------------------
*/

.sellovioletahero {
	background-image: linear-gradient(to right, rgba(255,255,255,0) 10%, rgba(255,255,255,0), rgba(255,255,255,0)), url("../img/bckgd2_2.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
  	color: #fff;
}

.violetabkg {
	background-color: #4C2F60;
	color: #fff;
}


/* 
-------------------- 
Who we are
--------------------
*/

.whoweare {
	background-color: #E9D9FF; 
	border-radius: 10px 100px 100px 10px;
	color: #4C2F60;
}

/* 
-------------------- 
What we offer
--------------------
*/

.whatweoffer {
	background-color: #D9C1DE;
	border-radius: 10px 100px 100px 10px; 
	color: #4C2F60;
}

/* 
-------------------- 
About us
--------------------
*/

.aboutus {
	background-image: linear-gradient(to right, rgba(255,255,255,0) 10%, rgba(255,255,255,0), rgba(255,255,255,0)), url("../img/backgd_blanco.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
}


.moreinfo {
	background-color: #E9D9FF;
	border-radius: 30px 30px 30px 30px;
}

/* 
-------------------- 
Bootstrap Buttons
--------------------
*/


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #4C2F60 !important;
    border-color: #9B85BE !important;
}


/* 
-------------------- 
FOOTER
--------------------
*/

footer{
	background-color: #000;
	color: #fff;
	font-family: 'MetaProMedium' !important;
	text-align: center;
}


footer a {
	color: #fff;/*so link doesnt appear blue on mobile*/
}

footer a:hover {
	color: #fff;
}

.socialnets {
	color: #FFD440;
}

.menufooter1 {
	color: #fff;
}

.menufooter2 {
	color: #fff;
}

.menufooter3 {
	color: #fff;
}

hr.light{
	border-top: 1px solid #d5d5d5;
	width: 75%;
	margin-top: .8rem;
	margin-bottom: 1rem;
}

hr.light-100{
	border-top: 1px solid #d5d5d5;
	width: 100%;
	margin-top: .8rem;
	margin-bottom: 1rem;
}

.footerfooter {
	color: #fff;
	font-size: .2rem;
}





/*-----------------------------------------------------------------------------
Media Queries 
-------------------------------------------------------------------------------*/

/* 
-------------------- 
LARGE
--------------------
*/
@media (max-width: 992px) {

	html, body {
		font-size: 1.5rem;
	}
  }

@media (max-width: 800px) {	          /* ----------kindle fire HDX* --------------*/
  	html, body {
  		font-size: 1.2rem;
  	}
}
 
/* 
-------------------- 
MEDIUM
--------------------
*/  
@media (max-width: 768px) {    /*--------------- iPad -----------------------*/

	
	.menufooter1 {
		text-align: center;
	}

	.menufooter2 {
		text-align: center;
	}	

	.menufooter3 {
		text-align: center;
	}
	
}

/* 
-------------------- 
SMALL
--------------------
*/

@media (max-width: 576px) { /*--------------- iPhone -----------------------*/
  

  	html, body {
  		font-size: .9rem;
  	}
	
	.menufooter1 {
		text-align: center;
	}

	.menufooter2 {
		text-align: center;
	}	

	.menufooter3 {
		text-align: center;
	}


}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0 !important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fixed {
  background-image: url('img/bg1.jpg');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}



/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








