/* NAV MAIN -------------- */
.navbar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  display: block!important;
}

.nav .nav-link {
  color: #000000 !important;
  font-weight: bold;
}
.bg-transparent{
  background: #00000000!important;
}
.bg-menu{
  background: #ffffff!important;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 2px 4px rgba(0, 0, 0, 0.2);
}
/* SIDEBAR ----------------- */
.nav-sidebar {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 100vh;
  max-width: 74vw;
}
.nav-sidebar .header-sidebar {
  background-color: var(--blue);
  border-top-right-radius: 0.5rem;
  height: 1.2rem;
  width: 100%;
}
.sidebar {
  background: #0000004d;
}
.sidebar.sidebar-show {
  animation: sidebarshow 1s ease;
}
.sidebar.sidebar-hidden {
  animation: sidebarhidden 2s ease;
}
@keyframes sidebarshow {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}
@keyframes sidebarhidden {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
    display: none;
  }
}

.z-10000 {
  z-index: 10000 !important;
}

/*  -----------------------------------------------  */
.e-form .wpcf7 form.sent .wpcf7-response-output {
  border: 0 !important;
  padding: 0px !important;
  margin-left: 52% !important;
  width: 400px !important;
  position: absolute;
  color: white !important;
  top: 400px !important;
  margin-top: 5rem;
}

.container-footer{
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:1100px) {
  .container-footer {
    max-width: 80% !important;
  }

  .nav-link{
   margin: 0rem 0.5rem 0rem 0.5rem;
   font-family: 'readex-semiBold';
  }
}

@media (min-width: 1100px) {
  .container-footer {
    max-width: 80% !important;
  }
}
@media (min-width: 1300px) {
  .container-footer {
    max-width: 85% !important;
  }
  .navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }
}
@media (min-width: 1500px) {
  .container-footer {
    max-width: 1350px !important;
  }
}
@media (min-width: 1800px) {
  .container-footer {
    max-width: 1650px !important;
  }
}
@media (min-width: 1900px) {
  .container-footer {
    max-width: 1750px !important;
  }
}
/*menu*/
.close-menu{
  display: none;
}
.style-none li{list-style: none!important;}

/* LOGO ------------------- */
.h-logo{
  height: 7rem;
}
.h-logo figure{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0 !important;
  margin: 0!important;
}
.navbar-nav a{
  font-family: 'arson-regular';
}
.navbar-nav .menu-item-type-post_type.active a{
  font-family: 'arson-black';
}
.navbar-nav .menu-item-type-post_type.active a::before{
  content: '⦿';
  margin-right: 0.5rem;
}
@media (max-width: 992px) {
  .scroll-x { overflow-x: scroll!important;}
  .scroll-x a{
    display: inline-block!important;
  }
  .navbar-nav {
    display: inline-block!important;
    max-width: 100%!important;
    margin: auto!important;
    white-space: nowrap!important;
    width: 500px;
    overflow: scroll;
}
.navbar-nav li{
  display: inline-flex;
}
}
@media (max-width: 680px) {
  .scroll-x { overflow-x: scroll!important;}
  .scroll-x a{
    display: inline-block!important;
  }
  .h-logo{
    height: 4rem;
  }
  .h-logo figure{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0.5rem !important;
    margin: 0!important;
  }
  .navbar-nav {
    display: inline-block!important;
    max-width: 100%!important;
    margin: auto!important;
    white-space: nowrap!important;
    width: 350px;
    overflow: scroll;
}
.navbar-nav li{
  display: inline-flex;
}
}
/*Style for the team*/
@media (max-width:670px){
	.vertice-box-img span{
		max-height:200px!important;
		border-radius:10px!important;
	}
	.vertice-box-img img{
		max-height:200px!important;
		border-radius:10px!important;
	}
	.vertice-box-img{
		min-height:200px!important;
		border-radius:10px!important;
	}
}
@media (min-width: 1024px){
	.img-the-team img{
		height: 433px;
	}
}

/*Contact form class*/
.contact-form input{
	border: 1.5px solid #564E50;
	border-radius: 0px;
	height: 35px;
	width: 100%;
	padding: 0rem 0.7rem;
	outline-color: #D00004!important;
	outline-width: 1.5px!important;
}
.modalidad input{
	width: 18px!important;
	height: 18px!important;
	border: 1.5px solid #242951;
}
.modalidad{
	justify-content: space-between;
    display: flex;
    width: 100%;
}
.modalidad .wpcf7-checkbox{
	justify-content: space-between;
    display: flex;
    width: 100%;
}
.send-button input{
background: #D00004;
border-radius: 0;
color: #fff;
}
.contact-form select {
	border: 1.5px solid #D00004;
	border-radius:10px;
	height:35px;
	width:100%;
	padding:0rem 0.7rem;
	color: #A00003;
}
.contact-form select option{
	border-radius: 4px 4px 4px 4px!important;
}
.btn-float{
	width: 50px!important;
	height: 50px!important;
	position: fixed!important;
	z-index: 150!important;
	bottom: 25px!important;
	right: 25px!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
}


