@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400..700&display=swap');
:root {
  --white: #fff;
  --black: #000;
}

* {
	'Lora', 'Lucida Sans', Geneva, Verdana, sans-serif
  font-family: "Raleway", serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.gloock-regular {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}

#nosotros{
	background-image: url("../img/nosotros-bg.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-height: 20rem;	
}

#nosotros-look{
 	position: relative;
	background-color: white;
	width: 100%;
	padding: 0;
}

.nosotros-section{
 	position: relative;
	width: 100%;
	padding: 0;
}

p,li,a{
   font-family: "Raleway", serif;
	letter-spacing: 0.7px;
}

p,ul,li{
 color:#464646;	
}

li{
	font-size: 1.1rem;
}

.btn,
h1,
h2,
h3,
h4,
h5,
h6,
a{
  font-family: "Gloock", sans-serif;
  letter-spacing: 1px;
}

a{
	color:#fff;
}

h1{
	font-size: 2.5rem;
}

h2{
	font-size: 2rem;
	color: black;
	font-weight: 100;
}

btn{
	color:black;
	font-size: 2rem;
	font-weight: 100;
}

ul {
margin-top: 0;
margin-bottom: 1rem;
}

.ul-nosotros {
margin-top: 0;
margin-bottom: 1rem;
margin-left: 1.2rem;
list-style: square;
}

.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
list-style: none;
}

.logo {
  max-height: 3.5rem;
  width: auto;
}

body,
.tabs-to-dropdown .dropdown-toggle .dropdown-menu,
.tabs-to-dropdown .dropdown-item {
  font-size: 1.3rem;
}

li {
min-width: 10%;

}

.nav-pills .nav-link {
border-radius: 0;
}

.nav-link {
display: block;
padding: 1rem 1rem;
}

.dropdown-menu{
border-radius: 0rem;
	min-width: 35rem;
}

.tabs-to-dropdown .nav-wrapper a {
color: var(--primary);
}

.tabs-to-dropdown .nav-wrapper a:hover {
color: var(--dark);
}

.nav-pills:hover .nav-link:hover, .nav-pills .show>.nav-link:hover {
color: #fff;
}

.dropdown-menu .nav-wrapper a:hover {
color: #007aff;
transform: scale(0.95);
	background-color: black;
}

.dropdown-item.active, .dropdown-item:hover {
color: #000;
text-decoration: none;
text-color: #007bff;
}
.dropdown {
width: 100%;
border-radius: 0rem;
}

.dropdown-toggle {
white-space: nowrap;
color: white;
background-color: #007aff;
border-radius: 0rem;
min-width: 20rem;
width: 100%;
}


.dropdown-toggle:hover {
white-space: nowrap;
tex-color: #007aff;
background-color: #007aff;
}

.tabs-to-dropdown .nav-wrapper .dropdown-menu {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
  background-color: #2B2B2B;
}


.tabs-to-dropdown .nav-wrapper a {
	text-align: center;
    color: var(--white);
	border-right: 1px solid #777777;
	width: 100%;
	font-size: 1.2rem;
}

.tabs-to-dropdown .nav-wrapper a:hover {
  color: var(--primary);		
transform: scale(0.97);
	
}

.nav-fill {
    flex: 1 1 auto;
    text-align: center;
  }


.tabs-to-dropdown .nav-pills .nav-link.active .dropdown-toggle .dropdown-menu.active {
  background-color: var(--primary);
}

.tabs-to-dropdown .nav-pills li:not(:last-child) {
  margin-right: 5px;
}

.tabs-to-dropdown .tab-content .container-fluid {
  max-width: 1250px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.tabs-to-dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.tabs-to-dropdown .dropdown-item {
  padding: 20px 28px;
  background-color: #2B2B2B;
}

.tabs-to-dropdown .dropdown-item:active {
  color: var(--primary);
}

@media (min-width: 1280px) {
  .tabs-to-dropdown .nav-wrapper {
    padding: 0px 0px;
  }
}
