/*@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');*/

/*@font-face {
    font-family: Leiko Regular;
    src: url('../fonts/Leiko-Regular.otf');
}
@font-face {
    font-family: Metropolis-Bold;
    src: url('../fonts/metropolis.bold.otf');
}*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
body
{
	background: #641b4e;
}
#section-2 {
  width: 100%;
  position: relative;  
}
/*MENU*/
.navbar-light .navbar-brand {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}
.navbar {
    padding: 1em 2em;
    background: transparent !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding: 0;
    margin: 0 1em;
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #D9CC1A; 
    font-weight: bold;
}
.dropdown-item {
    padding: 0.5em 1.5rem;
    font-size: 0.9em;
    margin: 0;
}
.dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: 53rem;
}
.dropdown-menu.second {
    min-width: 9rem !important;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}
.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border: 0px;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #ff4081;   /*ESTE COLOR NO SE USA COMO TAL*/
    text-decoration: none;
    background-color: #f0f0f1;  /*VERDE*/
}
nav.navbar.second {
    border: none !important;
    padding: 0.7em 0;
}
a.nav-item.nav-link.sec {
    padding: 0.3em 1.2em;
    color: #00c1cf;   /*AZUL*/
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 300 !important;
}
nav.navbar.shrink {
    width: 100%;
    height: 80px;    /*65px*/
    background-color: rgba(17, 17, 17, 0.73) !important;
    transition: all 1.5s ease;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
nav.navbar.shrink a {
    transition: all 1.5s ease;
}
nav.navbar.shrink .navbar-brand {
    font-size: 26px;
    transition: all 1.5s ease;
}
nav.navbar.shrink .navbar-toggler {
    margin: 8px 15px 8px 0;
    padding: 10px 5px;
    transition: all 1.5s ease;
}
.top-info ul li {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 15px;
}
@media (max-width: 768px)
{
  .navbar {
    padding: 0 2em;
    background: transparent !important;
}
nav.navbar.shrink .responsivo {
    color: #fff;
    background-color: rgba(17, 17, 17, 0.73) !important; /*color del cuadro grande*/
    transition: all 1.5s ease;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);   

}
}
/*BOTON DE WHATSAPP*/
img.btn-whatsapp {
display: block !important;
position: fixed;   
z-index: 9999999;
bottom: 20px;
right: 20px;
left: 20px;
cursor: pointer;
border-radius:100px !important;
}
img.btn-whatsapp:hover{
border-radius:100px !important;
-webkit-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1); 
-moz-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
transition-duration: 1s;
} 
/*CUARTO CREATIVO*/
.cuarto
{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;  /*texto centrado*/
  background: #000000;  
}
.cuarto h2
{
  font-family: "Leiko";
  position: relative;
  margin: 20px 20px 0 0;  
  font-size: 3.4em;  
  line-height: 1.5em;  
  font-weight: 900;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.cuarto h2:before
{
  content: '';
  position: absolute;
  left: -20%;
  width: 120%; 
  height: 100vh;   /*100%*/ 
  background: linear-gradient(90deg, transparent 0%, #000 5%, #000 100%);
  animation: animate 5.5s linear forwards;
  animation-delay: 2s; 
}
@keyframes animate
{
  0%
  {
    left: -20%;
  }
  100%
  {
    left: 110%;   
  }
}
.cuarto h2 span
{
  color: #ff022c;
}
.cuarto video
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;   
  pointer-events: none;
  mix-blend-mode: screen;
}
/**************************************/
section
{
	position: relative;
	padding: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;  /*se puso despues*/
	min-height: 100vh;
}
section .logo
{
	position: fixed;
	top: 30px;
	color: #fff;
	font-weight: 700;
	font-size: 2em;
	z-index: 100;
	cursor: pointer;
}
section .bg
{
	position: absolute;
	top: 0;
	right: 0;  /*60px*/
	height: 100%;
}
section .content
{
	position: relative;
	max-width: 650px;
	z-index: 1;
}
section .content h2
{
	color: #fff;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.1em;
}
section .content p
{
	color: #fff;
	font-size: 1.1em;
	margin: 20px 0 10px;
}
section .content a
{
	color: #fff;
	background: #f60f20;
	font-size: 1em;
	margin: 20px 0;
	font-weight: 500;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
}
.copyrightText
{
	position: absolute;
	bottom: 20px;
	color: #fff;
	font-size: 1.1em;
	margin: 20px 0 10px;
}
.menuToggle
{
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #f60f20 url(menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	cursor: pointer;
	z-index: 1000;
}
.menuToggle.active
{
	background: #f60f20 url(close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
}
.navigation
{
	position: fixed;
	top: 0;
	left: calc(100% - 60px); /*antes 0, se cambio para que se ve la imagen de atras*/
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
}
.navigation.active
{
	left: 0px;   /*para mostrar el menu*/
}
.navigation ul
{
	position: relative;
}
.navigation ul li
{
	position: relative;
	list-style: none;
	text-align: center;
}
.navigation ul li a
{
	font-size: 2.5em;
	color: #111;
	text-decoration: none;
	font-weight: 300;
}
.navigation ul li a:hover
{
	color: #f60f20;
}
.socialBar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	border-right: 1px solid rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.socialBar ul
{
	position: relative;
}
.socialBar ul li
{
	position: relative;
	list-style: none;
}
.socialBar ul li a
{
	position: relative;
	display: inline-block;
	transform: scale(0.6);
}
.socialBar .emailBx
{
	position: absolute;
	bottom: 20px;
	transform: scale(0.6);
}
@media (max-width: 767px)
{
	section 
	{
		padding: 100px 40px;
	}
	section .content h2 
	{
		font-size: 2.5em;
	}
	.navigation
	{
		left: 100%;
	}
	section .bg
	{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;  /*hasta aqui la pagina es responsive*/
		opacity: 0.5;
	}
	section .logo
	{
		top: 10px;
		font-size: 1.5em;	
	}
	.navigation ul li a
	{
		font-size: 2em;
	}
}
