@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SoursceSansPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SoursceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}


body {
	color: #163029;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
}

p, a, span, li, label, input {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

h1 {
	font-size: 2.5em;
	line-height: .8;
	color: #dad1cb;
}

h1 span {
	font-size: .5em;
}

h2 {
	font-size: 1.9em;
}

p, a, label, input {
	font-size: 1.1em;
}

#nav-container {
	margin: 0;
	background-color: #fff;
}

#nav-container a {
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
}

.navbar-logo {
	margin: 0 !important;
	padding: 10px 10px 25px 10px;
	height: 120px;
}

.navbar-logo img {
	width: 230px;
}

.navbar-lang {
	margin: 0 !important;
	height: 120px;
}

.navbar-lang a {
	color: #dad1cb;
}

.navbar-lang a::before {
	content: "•";
	color: transparent;
	padding-right: 2px;
}

.li-active a {
	color: #163029
}

.li-active a::before {
	content: "•";
	color: #163029;
	padding-right: 2px;
}

.li-normal:hover a::before {
	content: "•";
	color: #dad1cb;
	padding-right: 2px;
}

.navbar-menu {
	background-color: #dad1cb;
	height: 120px;
	margin: 0 !important;
}

.menu-mobile {
	font-size: 2.5em;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
        font-size: 45px;
font-style: normal;
margin-left: 20px;
}

.flaticon-menu:before { content: "\f100"; }

.flaticon-menu {
	color: #163029;
	cursor: pointer;
}

.off-canvas,
.position-right.is-transition-push {
	background-color: #fff;
	box-shadow: none;
}

.small-menu-container {
	padding: 20px 0;
	background-color: #fff;
}

.small-menu-container a {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.3em;
	padding: 15px;
}

.small-menu-lang {
	margin-top: 30px;
}


#cover-container {
	background: url('../img/cover-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}

.cover-img {
	padding: 0;
	position: relative;
	margin: 0 auto;
}

.cover-img img {
	padding: 100px 0;
}

.cover-heading {
	position: absolute;
	top: 43%;
	left: 5%;
}

#intro-container {
	padding: 100px 0;
	background-color: #dad1cb;
}

#intro-container p {
	margin-bottom: 0;
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
}

#nosotros-container {
	padding: 150px 0;
	color: #000;
}

.nosotros-img {
	padding-bottom: 40px;
}

#servicios-container {
	padding: 150px 0;
	background-image: linear-gradient(to right, #172722, #273e36);
}

.servicios-cta,
.servicios-text {
	padding: 0;
}

.servicios-cta .servicios-square {
	margin: 0;
	padding: 10%;
	background-color: #dad1cb;
}

.servicios-text .servicios-square {
	margin: 0;
	margin-top: 100px;
	padding: 10%;
}

.servicios-cta .servicios-square h2 {
	padding-bottom: 40px;
}

.servicios-cta .servicios-square p {
	color: #000;
}

.servicios-text .servicios-square h2 {
	padding-bottom: 40px;
	color: #fff;
}

.servicios-text .servicios-square p {
	color: #dad1cb;
}


#perfil-container {
	padding: 150px 0;
}

.perfil-text h2 {
	padding-bottom: 40px;
}

.perfil-text p {
	color: #000;
}

.badges-container {
  margin: 40px 0;
}

.badge-item {
  margin: 5px 15px;
}

.membership {
  max-width: 400px;
  box-shadow: 0px 8px 13px 3px rgba(0, 0, 0, 0.25);
}

#nosotros-2-container {
	background: url('../img/about-us-2-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

.swirl-1 {
  display: none;
}

.swirl-2 {
  display: none;
}

.nosotros-2-text {
	color: #fff;
	margin: 100px 0;
	padding: 100px 10%;
	background-image: linear-gradient(to right, #172722, #273e36);
}

#miembros-container {
	padding: 150px 0;
}

.tabs,
.tabs-content {
	border: none;
}

.tabs-title a {
	outline: none;
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #dad1cb;
}

.tabs-title > a:focus {
    background: transparent;
}

.tabs-title > a[aria-selected='true'] {
    background: transparent;
    color: #163029;
}

.tabs-content {
	padding-top: 40px;
}
.tabs-content li {
	font-size: 1.1em;
}

.miembros-description {
	max-height: 500px;
	overflow-y: scroll;
	padding: 0 20px;
}

.miembros-description-mobile {
	margin-top: 50px;
}

.miembros-description-mobile a {
	color: #000;
}

.miembros-description::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #d6d1ca;
}

.miembros-description::-webkit-scrollbar {
	width: 15px;
	background-color: #fff;
}

.miembros-description::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ffff;
	border: 3px solid #dad1cb;
}

.read-more-content-1,
.read-more-1,
.read-more-content-2,
.read-more-2,
.read-more-content-3,
.read-more-3,
.read-more-content-4,
.read-more-4,
.read-more-content-5,
.read-more-5,
.read-more-content-6,
.read-more-6,
.read-more-content-7,
.read-more-7,
.read-more-content-8,
.read-more-8,
.read-more-content-9,
.read-more-9,
.read-more-content-10,
.read-more-10 {
  display: none;
  margin-top: 1rem;
}

#form-container {
	padding: 100px 0;
}

#form-container h2 {
	padding-bottom: 40px;
}

.form-text {
	padding-bottom: 40px;
}

.btn-main {
	border: #163029 solid 1px;
	border-radius: 0;
	background-color: #163029;
	color: #d6d1ca ;
	padding: 15px 30px;
	margin-top: 30px;
	cursor: pointer;
}

#form-container input,
#form-container textarea {
	border-radius: 0;
	box-shadow: none;
	border: #d6d1ca solid 1px;
}

#form-container label {
	color: #163029;
}

#thankyou-container {
	padding: 100px 0;
}

#footer-container {
	padding: 50px 0;
	background-color: #dad1cb;
}

.footer-text p,
.footer-text a {
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
	font-size: 1em;
	margin-bottom: 0;
}

.check_mark {
  width: 80px;
  height: 130px;
  margin: 0 auto;
}

.sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sa-icon.sa-success {
  border-color: rgba(22, 48, 41, .5);
}

.sa-icon.sa-success::before, .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(22, 48, 41, .5);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
  border-color: transparent\9;
}
.sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: rgb(22, 48, 41);
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
	h1 {
		font-size: 3.5em;
	}

	h1 span {
		font-size: .5em;
	}
	.tabs-title > a[aria-selected='true'] {
		font-size: 1.4em;
	}
	.navbar-logo img {
		width: 270px;
	}
	.menu-mobile {
		font-size: 2.5em;
		padding: 20px;
	}
	.navbar-logo {
		margin: 0 !important;
		padding: 10px 10px 25px 40px;
		height: 120px;
	}
	.cover-img img {
		width: 80%;
	}

	.cover-heading {
		top: 45%;
		left: 20%;
	}
}


/* Large and up */
@media screen and (min-width: 64em) {
	h2 {
		font-size: 1.9em;
	}

	p, a, label, input {
		font-size: 1.2em;
	}

	.tabs-content li {
		font-size: 1.2em;
	}

	.cover-heading {
		top: 45%;
		left: 10%;
	}

	.nosotros-img {
		padding-bottom: 0;
	}

	.servicios-cta .servicios-square {
		margin: auto 10%;
		padding: 10%;
	}

	.servicios-text .servicios-square {
		margin: auto 10%;
		padding: 10%;
	}

	.tabs-title > a[aria-selected='true'] {
		font-size: 1.9em;
	}

  .nosotros-2-text {
    color: #fff;
    margin: 150px;
    padding: 150px 10%;
    background-image: linear-gradient(to right, #172722, #273e36);
  }

  .swirl-1 {
    display: block;
    position: absolute;
    width: 200px;
    top: -100px;
    right: 100px;
  }

  .swirl-2 {
    display: block;
    position: absolute;
    width: 150px;
    bottom: 100px;
    left: 100px;
  }
}

/* Custom */
@media screen and (min-width: 1024px) and (max-width: 1273px){
	#nav-container a {
		padding: 10px;
	}
}
