
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/6.1.1/css/font-awesome.min.css");

body {
	font-family: "Roboto", sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}
/*----------bootstrap-navbar-css------------*/
/*----------Empieza Menú anganche------------*/
.affix {
  top: 0;
  width: 100%;
}

.affix + .container-fluid {
  padding-top: 0px;
}
/*----------Acaba Menú anganche------------*/
.navbar-logo {
	padding: 15px;
	color: #fff;
}
.navbar-mainbg {
	background-color: #40160A;
	padding: 0px;
}
#navbarSupportedContent {
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul {
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i {
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a {
	color: white;
	text-decoration: none;
	font-size: 1rem;
	display: block;
	padding: 30px 30px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	position: relative;
}
#navbarSupportedContent > ul > li.active > a {
	color: #40160A;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active > a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector {
	display: inline-block;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right {
	right: -25px;
}
.hori-selector .left {
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #40160A;
}
.hori-selector .right:before {
	bottom: 0;
	right: -25px;
}
.hori-selector .left:before {
	bottom: 0;
	left: -25px;
}

@media (min-width: 992px) {
	.navbar-expand-custom {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
		display: none;
	}
	.navbar-expand-custom .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media (max-width: 991px) {
	#navbarSupportedContent ul li a {
		padding: 12px 30px;
	}
	.hori-selector {
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right {
		right: 10px;
	}
	.hori-selector .left {
		top: -25px;
		left: auto;
	}
	.hori-selector .right {
		bottom: -25px;
	}
	.hori-selector .left:before {
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before {
		bottom: -25px;
		left: -25px;
	}
}


/*Comienza index o cover de inicio*/
/*Comienza Media queries destapar el logo desde arriba*/
 @media screen and (min-width: 647px) and (max-width: 737px) {
	.img-logo-index {
		padding-top: 250px;
		
	}
}
 @media screen and (min-width: 370px) and (max-width: 390px) {
	 .img-logo-index {
		padding-top: 30px;
		
	}
}

.contenedor:hover .imagen {
    -webkit-transform:scale(1.3);
    transform:scale(1.3);}
.contenedor {
    overflow:hidden;}




/*Acaba Media queries destapar el logo desde aariba*/

h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
}
.font-poppins {
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400 !important;
    font-size: 2rem;
}
.cover-container {
  max-width: 42em;
}
ul li {
	list-style: none;
}
.font-mulish1-5 {
	font-family: 'Mulish', sans-serif;
	font-size: 1.5rem;
}
/*EMPIEZA EFECTO DEL SCROLL*/
.scrollup{
	z-index: 1000 !important;
    width:50px;
    height:50px;
    opacity:0.5;
    position:fixed;
    bottom:40%;
    right:5px;
    display:none;
    text-indent:-9999px;
    background: url("../img/png/flecha-arriba.png");
}
.scrollup:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}
/*ACABA EFECTO DEL SCROLL*/
.verde {
	color: #74D407;
}
.m-left-05 {
	margin-left: 0.5rem;
}
.m-left-1 {
	margin-left: 1rem;
}
.m-left-2 {
	margin-left: 2rem;
}
.m-left-3 {
	margin-left: 3rem;
}
.m-left-4 {
	margin-left: 4rem;
}
.m-left-5 {
	margin-left: 5rem;
}
.m-left-6 {
	margin-left: 6rem;
}

.m-right-1 {
	margin-right: 1rem;
}
.m-right-2 {
	margin-right: 2rem;
}
.m-right-3 {
	margin-right: 3rem;
}
.m-right-4 {
	margin-right: 4rem;
}
.m-right-5 {
	margin-right: 5rem;
}
.m-left-6 {
	margin-right: 6rem;
}


.m-top-1 {
	margin-top: 1rem;
}
.m-right-2 {
	margin-top: 2rem;
}
.m-top-3 {
	margin-top: 3rem;
}
.m-top-4 {
	margin-top: 4rem;
}
.m-top-5 {
	margin-top: 5rem;
}
.m-top-6 {
	margin-top: 6rem;
}
.m-top-7 {
	margin-top: 7rem;
}
.m-top-8 {
	margin-top: 8rem;
}
.m-top-9 {
	margin-top: 9rem;
}

.m-bottom-1 {
	margin-bottom: 1rem;
}
.m-bottom-2 {
	margin-bottom: 2rem;
}
.m-bottom-3 {
	margin-bottom: 3rem;
}
.m-bottom-4 {
	margin-bottom: 4rem;
}
.m-bottom-5 {
	margin-bottom: 5rem;
}
.m-bottom-6 {
	margin-bottom: 6rem;
}
.m-bottom-7 {
	margin-bottom: 7rem;
}
.m-bottom-8 {
	margin-bottom: 8rem;
}
.m-bottom-9 {
	margin-bottom: 9rem;
}


.p-left-1 {
	padding-left: 1rem;
}
.p-left-2 {
	padding-left: 2rem;
}
.p-left-3 {
	padding-left: 3rem;
}
.p-left-4 {
	padding-left: 4rem;
}
.p-left-5 {
	padding-left: 5rem;
}
.p-left-6 {
	padding-left: 6rem;
}

.p-right-1 {
	padding-right: 1rem;
}
.p-right-2 {
	padding-right: 2rem;
}
.p-right-3 {
	padding-right: 3rem;
}
.p-right-4 {
	padding-right: 4rem;
}
.p-right-5 {
	padding-right: 5rem;
}
.p-left-6 {
	padding-right: 6rem;
}


.p-top-1 {
	padding-top: 1rem;
}
.p-top-2 {
	padding-top: 2rem;
}
.p-top-3 {
	padding-top: 3rem;
}
.p-top-4 {
	padding-top: 4rem;
}
.p-top-5 {
	padding-top: 5rem;
}
.p-top-6 {
	padding-top: 6rem;
}
.p-top-7 {
	padding-top: 7rem;
}
.p-top-8 {
	padding-top: 8rem;
}
.p-top-9 {
	padding-top: 9rem;
}



.p-bottom-1 {
	padding-bottom: 1rem;
}
.p-bottom-2 {
	padding-bottom: 2rem;
}
.p-bottom-3 {
	padding-bottom: 3rem;
}
.p-bottom-4 {
	padding-tobottomp: 4rem;
}
.p-bottom-5 {
	padding-bottom: 5rem;
}
.p-bottom-6 {
	padding-bottom: 6rem;
}



.mask-transparent-blak {
background-color: rgba(0, 0, 0, 0.5) !important;
}

.text-h1 {
	font-size: 2rem;
}
.text-negrita {
	
	font-weight: bold;
}
.text-gris {
	color: #7A7A7B;
}
.text-0-8rem {
    font-size: 0.8rem;
}
.text-1-1rem {
	font-size: 1.1rem;
}
.text-1-2rem {
	font-size: 1.2rem;
}
.text-1-3rem {
	font-size: 1.3rem;
}
.text-1-4rem {
	font-size: 1.4rem;
}
.text-1-6rem {
	font-size: 1.6rem;
}
.text-1-7rem {
	font-size: 1.7rem;
}
.text-1-8rem {
	font-size: 1.8rem;
}
.text-1-9rem {
	font-size: 1.9rem;
}

.content {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content h3 {
	color: white;
	margin-top: 1rem;
}
.content h1 {
	border-bottom: 1px solid white;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	padding-top:0.5rem;
	color:#FFF;
	padding: 0;
  	margin: 0;
  	font-size: 2.5em;
	padding-bottom: 2rem
}
.list-inline {
	padding-top: 1rem;
	width:100%;
}
.list-inline li {
	
}
.list-inline li a {
	color:#FFF;
}
.list-inline li a:hover {
	color: #A2C626;
}
.list-inline li {
	display: inline-block;
	margin-right: 1rem;
	
	background-color: transparent;
}
.list-inline li a {
	border: 1px solid white;
	color: white;
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
}
.list-inline li a i {
	line-height: inherit!important;
}
.list-inline li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.btn-rounded {
	  border-radius: 40px;
}
.btn-verde-lima {
	font-size: 1rem;
	background-color: #9DCA0F!important;
}
.btn-verde-lima:hover {
	background-color: #8FB809!important;
	color: white;
	box-shadow: 0 2px 5px 0 black,0 2px 10px 0 black;
}
.btn-naranja {
	font-size: 0.8rem;
	background-color: #EB8511!important;
}
.btn-naranja:hover {
	background-color: #BD6806!important;
	color: white;
	box-shadow: 0 2px 5px 0 black,0 2px 10px 0 black;
}
.text-naranja {
	color:  #EB8511;
}
.verde {
	color: #74D407;
}
.btn-floating i  {
	display: inline-block;
	width: inherit;
    color: #fff;
    text-align: center;
	font-size: 1.25rem;
	line-height: 47px;
}
.btn-floating  {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0;
	margin: 10px;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 47px;
	height: 47px;
}
.btn-floating:hover {
	box-shadow: 0 5px 25px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.45);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.bg-naranja {
	background-color: #EB8511;
}
.bg-muted {
	background-color: #6c757d;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--color-secondary);
}
.section-header p {
  margin: 0 auto;
  color: var(--color-secondary-light);
}
@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}








body {
  background-color: #fefefe;
  color: #222;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

svg {
  width: 20px;
  height: 20px;
  stroke: #F6F6F6;
}

.hidden {
  display: none;
}

.cover {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
}

.header-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255,255,255,0.2);
}

.header-wrap .mainInner {
  max-width: calc(1050px + 40px);
  height: 50px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-title h1 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #F6F6F6;
}

.navbar-menu ul {
  display: flex;
  list-style: none;
}

.navbar-menu ul li:not(:last-child) {
  margin-right: 30px;
}

.navbar-menu .link {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #E0E0E2;
}

.navbar-close, .navbar-icon, .navbar-icon > * {
  display: none;
  align-items: center;
}

.main-wrap {
  background-image: url(/img/img-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
}

@media screen and (max-width: 640px) {
  .navbar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 75%;
    height: 100vh;
    background-color: #070F16;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
  }

  .navbar-menu ul {
    flex-direction: column;
  }

  .navbar-menu ul li:not(:last-child) {
    margin: 0;
  }

  .navbar-menu .link {
    padding: 14px 22px
  }
  
  .navbar-close, .navbar-icon, .navbar-icon > * {
    display: flex;
  }

  .navbar-close {
    padding: 14px 22px;
    justify-content: flex-end;
  }

  .navbar-close label {
    display: flex;
    align-items: center;
  }

  .navbar-close label::before {
    content: 'Close';
    font-size: 14px;
    color: #E0E0E2;
    opacity: .9;
  }

  .off-navmenu:checked ~ .navbar-menu {
    right: 0;
    visibility: visible;
    opacity: 1;
  }

  .off-navmenu:checked ~ .navC {
    backdrop-filter: blur(2px);
    background-color: rgba(0,0,0,0.8);
    opacity: 1;
    visibility: visible;
  }
}
