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

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

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

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

#servicios-look{
 	position: relative;
	background-color: white;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.servicios-section{
 	position: relative;
	background-color: blue;
	width: 100%;
	padding: 0;
}


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

p,ul{
 color:#464646;	
}

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

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;
}

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

.page-section {
padding: 3% 0 3% 0;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
}
#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
#accordion .panel-heading:after,
#accordion .panel-heading:before {
  content: '';
  width: 50%;
  height: 30%;
  position: absolute;
  bottom: 15px;
  left: 10px;
  transform: rotate(-3deg);
  z-index: -1;
}
#accordion .panel-heading:after {
  left: auto;
  right: 10px;
  transform: rotate(3deg);
}
#accordion .panel-title a {
  font-family: "Gloock", serif;
  display: block;
  padding: 15px 70px;
  background-color: #F5F5F5;
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
  border-width: 2rem;
  border-color: #4F4F4F;
  position: relative;
}
#accordion .panel-title a:hover {
  color: #007bff;
}
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:before {
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-left: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}
#accordion .panel-title a.collapsed:before {
  content: '\f107';
}
#accordion .panel-title a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 100%;
  border-right: 2px solid #fff;
  font-size: 20px;
  color: rgba(255, 255, 255);
  line-height: 3.5rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
}
#accordion .panel-body {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-top: none;
  background-color: #FFFFFF;
  font-size: 15px;
  color: #333;
  line-height: 27px;
  border-radius: 10px;
}

.panel-body li {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #4f4f4f;
  border-top: none;
  background-color: #FFFFFF;
  font-size: 15px;
  color: #000000;
  line-height: 27px;
  list-style: none;
}
.panel-body a {
  border-top: none;
  font-size: 1rem;
  color: #007bff;
}
.panel-body a:hover {
border-top: none;
color: #4F4F4F;
}

