/*
d:
cd D:\PABLO\Documentos\WWW\htdocs\cosya2020
grunt

*/
@import url('bootstrap-grid.css');
@import url('slick.css');
@import url('animate.css');
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url(https://fonts.gstatic.com/s/bebasneue/v2/JTUSjIg69CK48gW7PXooxW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18E.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin: 0;
  position: relative;
}
body.interna {
  padding-top: 91px;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  body.interna {
    padding-top: 102px;
  }
}
@media only screen and (min-width: 992px) {
  body.interna {
    padding-top: 118px;
  }
}
a {
  color: #000;
  text-decoration: none!important;
  outline: none!important;
  transition: all 0.5s ease-in-out;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
strong,
b {
  font-weight: 600;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 10px;
  font-weight: 400;
  font-family: 'Bebas Neue', cursive;
}
p {
  margin: 0 0 10px;
}
.img-fluid {
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.transition {
  transition: all 0.5s ease-in-out;
}
.text-right {
  text-align: right;
}
a.anim {
  position: relative;
}
a.anim:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0px;
  height: 1px;
  background-color: #000;
  transition: all 0.5s ease-in-out;
}
a.anim:hover:after,
a.anim.selected:after {
  width: 100%;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/preloader.gif) center no-repeat #fff;
  transform: translateZ(0);
}
header {
  min-height: 91px;
  padding: 20px 2%;
  position: fixed;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  header {
    min-height: 102px;
  }
}
@media only screen and (min-width: 1170px) {
  header {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
header h1 {
  margin: 0;
}
header .logo {
  position: relative;
}
@media only screen and (min-width: 992px) {
  header .logo {
    margin-top: 8px;
  }
}
header .logo .img1 {
  height: 50px;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  header .logo .img1 {
    height: auto;
  }
}
header .logo .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
header #siq_searchForm {
  display: inline-block;
}
header #siq_searchForm .siq_searchBox::placeholder {
  color: #999;
  font-weight: 300;
}
header.black {
  min-height: 64px;
  background: #ffffff;
  padding: 10px 2%;
}
@media only screen and (min-width: 992px) {
  header.black {
    min-height: auto;
  }
}
@media only screen and (min-width: 992px) {
  header.black .logo {
    margin-top: 0px;
  }
}
header.black .logo .img1 {
  opacity: 0;
}
header.black .logo .img2 {
  opacity: 1;
}
header.black #menu-toggle {
  margin-top: 10px;
}
@media only screen and (min-width: 1170px) {
  header.black {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
header.black .linea-sup {
  opacity: 0;
  margin-top: -22px;
}
header.black #siq_searchForm {
  display: none!important;
}
header.open {
  background: #fff;
}
header .logo {
  float: left;
}
header .logo img {
  display: block;
}
header nav {
  clear: both;
  display: none;
  padding-top: 25px;
}
@media only screen and (min-width: 992px) {
  header nav {
    display: block;
    float: right;
    clear: none;
    padding-top: 0px;
    transition: all 0.5s ease-in-out;
  }
}
header nav ul li {
  position: relative;
}
@media only screen and (min-width: 992px) {
  header nav ul li {
    float: left;
  }
}
header nav ul li a {
  color: #009640;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding: 12px 10px 10px 3px;
  border-bottom: 1px solid #666;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  header nav ul li a {
    display: inline-block;
    padding: 0px 8px;
    border: none;
    height: 43px;
    line-height: 43px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 1100px) {
  header nav ul li a {
    padding: 0px 10px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1280px) {
  header nav ul li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  header nav ul li a {
    padding: 0px 20px;
  }
}
header nav ul li a:hover {
  color: #076633;
}
header nav ul li a.active {
  color: #076633;
}
header nav ul li:last-child a {
  padding-right: 0;
}
header nav ul li.buscador {
  padding: 17px 5px 0;
}
@media only screen and (min-width: 992px) {
  header nav ul li.buscador {
    display: none;
  }
}
header nav ul li.dropdown:hover ul {
  display: none;
}
@media only screen and (min-width: 992px) {
  header nav ul li.dropdown:hover ul {
    display: block;
    left: 0;
    top: 30px;
    padding: 35px 20px 10px;
    background: #ffffff;
    background: linear-gradient(180deg, #ffffff 45%, #f2f2f2 100%);
    border-radius: 0 0 10px 10px;
    width: 320px;
  }
  header nav ul li.dropdown:hover ul li {
    float: none;
  }
  header nav ul li.dropdown:hover ul li:after {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 5px;
    width: 40px;
    height: 1px;
    background-color: #ccc;
  }
  header nav ul li.dropdown:hover ul li a {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 15px 5px;
    height: auto;
    line-height: normal;
    margin: 0px;
  }
}
header nav ul li ul {
  display: none;
  position: absolute;
}
.linea-sup {
  display: none;
}
@media only screen and (min-width: 992px) {
  .linea-sup {
    display: block;
    text-align: right;
    font-size: 13px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    color: #999;
  }
  .linea-sup a {
    color: #000;
  }
}
.linea-sup .ocultar {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .linea-sup .ocultar {
    display: inline-block;
  }
}
.video-home {
  position: relative;
  /*padding-top:108px;
	height: 90vh;*/
  width: 100%;
  z-index: 20;
  overflow: hidden;
  background: #fff url('../video/poster.jpg') no-repeat center top;
}
@media only screen and (min-width: 768px) {
  .video-home {
    /*height: 80vh;*/
  }
}
.video-home video {
  /*position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: 10;
		transform: translateY(-50%) translateX(-50%);*/
  position: absolute;
  top: 0;
  left: 30%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 10;
  background-color: #fff;
  transform: translateX(-30%);
}
@media only screen and (min-width: 768px) {
  .video-home video {
    left: 50%;
    transform: translateX(-50%);
  }
}
.video-home .container {
  position: relative;
  z-index: 30;
  height: 100%;
  width: 100%;
}
.video-home .container .home {
  text-align: center;
  color: #fff;
  height: 85vh;
}
@media only screen and (min-width: 768px) {
  .video-home .container .home {
    height: 80vh;
  }
}
.video-home .container .home h3 {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .video-home .container .home h3 {
    font-size: 20px;
  }
}
.video-home .container .home .slider-home-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .video-home .container .home .slider-home-content {
    top: 75%;
  }
}
.video-home .container .home .slide .slide-content {
  margin: 0 auto;
}
.video-home .container .home .slide .slide-content h2 {
  font-size: 28px;
}
@media only screen and (min-width: 576px) {
  .video-home .container .home .slide .slide-content h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .video-home .container .home .slide .slide-content h2 {
    font-size: 42px;
    letter-spacing: 2px;
  }
  .video-home .container .home .slide .slide-content h2 br {
    display: none;
  }
}
.video-home .container .home .slide .slide-content h2 a {
  color: #fff;
}
.video-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/bg/textura.png) repeat 0 0;
  z-index: 20;
}
.video-home video {
  background: #fff url('../video/poster.jpg') no-repeat center top;
}
.slider-home {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.slick-initialized {
  opacity: 1;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  display: block;
  overflow: hidden;
  line-height: 200px;
  height: 12px;
  width: 12px;
  margin-right: 8px;
  background-color: #076633;
  border: none;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
}
.slick-dots li button:hover {
  background-color: #009640;
}
.slick-dots li.slick-active button {
  background-color: #009640;
}
/*
.slick-prev,
.slick-next
{
    position: absolute;
    top: 5px;
    display: block;
    width: 50px;
    height: 70px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background:transparent url(../img/bg/arrows-home.png) no-repeat left center;
	z-index: 20;
	@media only screen and (min-width: 576px) {
		top: 20px;
	}
	@media only screen and (min-width: 1200px) {
		top: 8px;
	}
}
.slick-prev{
	left: -5%;
}
.slick-next{
	right: -5%;
	background-position:right center;
}
*/
.seccion1 {
  background: #009640;
  background: linear-gradient(90deg, #009640 0%, #076633 100%);
}
.seccion1 h3 {
  font-size: 34px;
}
.seccion2 {
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff 90%, #f2f2f2 100%);
  padding: 60px 0;
}
.seccion3 {
  padding: 60px 0 0px;
}
.seccion3 h2 {
  font-size: 38px;
  color: #076633;
}
.seccion4 {
  border-top: 1px dotted #ccc;
  padding: 40px 0;
  background: #f8f8f8;
  background: linear-gradient(180deg, #f8f8f8 10%, #ffffff 20%, #ffffff 80%, #f8f8f8 100%);
}
@media only screen and (min-width: 992px) {
  .seccion4 {
    background: linear-gradient(90deg, #f8f8f8 50%, #ffffff 50%);
  }
}
.boton {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 20px;
  background-color: #076633;
  border: 1px solid #076633;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
.boton:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #076633;
}
.experiencia {
  color: #fff;
  padding: 30px 0 10px;
}
.experiencia h3 a {
  color: #fff;
}
.servicios-container {
  margin-top: -57px;
  padding: 0 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #009640 0%, #076633 100%);
}
@media only screen and (min-width: 992px) {
  .servicios-container {
    border-radius: 0;
    padding: 0;
    background: #ffffff;
    background: linear-gradient(180deg, #ffffff 90%, #f2f2f2 100%);
  }
}
.servicios-destacados {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 992px) {
  .servicios-destacados {
    background: linear-gradient(180deg, #ffffff 50%, rgba(242, 242, 242, 0) 100%);
    padding: 10px 20px 0 20px;
    border-radius: 10px 10px 0 0;
  }
}
.servicios-destacados h3 {
  color: #076633;
}
.servicios-destacados ul li {
  margin-bottom: 10px;
}
.servicios-destacados ul li a {
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  padding: 0 0 0 35px;
  background: url(../img/iconos/tick.png) no-repeat 0 5px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .servicios-destacados ul li a {
    font-size: 24px;
  }
}
.servicios-destacados ul li a:hover {
  color: #076633;
  padding-left: 45px;
  background-position: 10px 5px;
}
.servicios-destacados p {
  text-align: right;
}
.servicios-destacados p a {
  color: #076633;
  font-weight: 600;
}
.numero {
  font-size: 20px;
  text-align: center;
}
.numero strong {
  font-size: 50px;
  color: #076633;
  font-weight: 700;
  display: block;
  text-indent: -10px;
}
.numero em {
  font-size: 16px;
  color: #009640;
  font-style: normal;
}
.servicios-titulo {
  text-align: center;
  margin-bottom: 40px;
}
.servicio {
  padding: 0 20px 60px;
  text-align: center;
}
.servicio figure {
  margin-bottom: 10px;
}
.servicio h3 {
  font-size: 28px;
  /*padding:0 0 0 35px;
		background:url(../img/iconos/tick.png) no-repeat 0 8px;*/
  margin-bottom: 10px;
  text-align: center;
}
.servicio p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .servicio p {
    text-align: left;
  }
}
.servicio .mas {
  font-size: 14px;
  color: #076633;
}
.servicio .mas:hover {
  color: #009640;
}
.form-home {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .form-home {
    padding: 0 20px 0 0;
  }
}
.form-home h2 {
  font-size: 34px!important;
  color: #076633;
}
.form-home h2 img {
  vertical-align: middle;
}
form {
  /*&.margin{
		margin:10px 0 30px;
		@media only screen and (min-width: 768px) {
			margin:0;
		}
	}*/
}
form input,
form textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 7px 10px;
  margin: 0;
  border: 1px solid #e1e1e1;
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  outline: none!important;
}
form textarea {
  min-height: 148px;
  margin-bottom: 10px;
}
form ::placeholder {
  color: #076633;
  font-weight: 600;
}
form .form-group {
  margin-bottom: 4px;
}
form .has-error .form-control {
  background-color: #fff;
  border: 1px solid #f5c6cb;
  color: red;
  font-weight: 600;
}
form .has-error .form-control::placeholder {
  color: red;
}
form span.error {
  display: block;
  color: red;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 13px;
}
form .boton {
  display: inline-block;
  width: auto;
  float: right;
  color: #666;
  border: 2px solid #666;
  font-family: 'Montserrat', sans-serif;
  padding: 7px 10px;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  background-color: transparent!important;
  margin-bottom: 10px;
}
form .boton:hover {
  border: 2px solid #000;
  color: #000;
}
.spin-div {
  float: left;
}
.spin-div,
#success-message {
  display: none;
  clear: both;
  font-weight: 600;
  font-size: 13px;
}
.spin-div img,
#success-message img {
  vertical-align: middle;
  margin-right: 5px;
}
#success-message {
  padding: 8px;
  text-align: center;
  margin-top: 10px;
  background-color: rgba(0, 153, 51, 0.2);
  border-radius: 5px;
}
.answer {
  color: #009933;
  text-transform: uppercase;
}
.form-cv {
  display: table;
  margin: 0 auto;
}
.form-cv h2 {
  margin: 30px 0 10px;
  border-bottom: 1px solid #ccc;
}
.form-cv div {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 560px) {
  .form-cv div {
    width: 460px;
  }
}
.form-cv .editor textarea {
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .form-cv .editor textarea {
    width: 450px;
  }
}
.form-cv label {
  padding-right: 10px;
  text-align: left;
  display: block;
  margin-top: 4px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 560px) {
  .form-cv label {
    float: left;
    width: 130px;
  }
}
.form-cv label.error {
  color: #FF0000;
  display: block;
  clear: both;
  font-size: 13px;
  width: auto;
}
.form-cv input.text {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  padding: 6px;
  color: #0e59ab;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .form-cv input.text {
    width: 310px;
  }
}
.form-cv textarea {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  height: 9em;
  padding: 6px;
  color: #0e59ab;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .form-cv textarea {
    width: 130px;
  }
}
.form-cv select {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  padding: 6px;
  color: #0e59ab;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .form-cv select {
    width: 317px;
  }
}
.form-cv div.button {
  text-align: right;
}
.noview {
  display: none;
}
.error {
  color: red;
}
@media only screen and (min-width: 992px) {
  .middle {
    padding-left: 20px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.dato-contacto {
  font-weight: 600;
  color: #076633;
  margin-bottom: 30px;
}
.dato-contacto figure {
  float: left;
  margin-right: 10px;
}
.dato-contacto a {
  display: block;
  color: #000;
  font-size: 15px;
}
footer {
  background: #0b0b0b;
  padding: 30px 0 0;
  color: #009640;
  font-size: 13.5px;
}
footer ul {
  margin-top: 5px;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li.redes a {
  color: #009640;
}
footer a {
  color: #fff;
}
footer figure {
  float: left;
  margin: 0 20px 30px 0;
}
footer figure img {
  border-radius: 5px;
}
footer .frase {
  color: #fff;
  /*font-style: italic;*/
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 15px 0;
}
footer .frase strong {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  footer .frase {
    margin: 0px 0 15px;
    /*font-size: 19px;
    		line-height: 23px;*/
  }
}
footer .frase .comillas {
  margin-right: 5px;
  float: left;
}
footer .frase p {
  overflow: hidden;
}
footer .frase p.firma {
  clear: both;
  text-align: right;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 14px;
}
footer .frase p.firma strong {
  font-weight: 600px;
}
.cg {
  padding: 10px 0;
  background-color: #000;
  font-size: 11px;
  margin-bottom: 0;
}
.cg a {
  display: inline-block;
  padding-right: 30px;
  background: url(../img/cg.png) no-repeat right top;
  height: 20px;
  line-height: 20px;
  color: #ccc;
  transition: all 0.5s ease-in-out;
}
.cg a:hover {
  background-position: right bottom;
  color: #fff;
}
.bg {
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 95%, #f2f2f2 100%);
  padding: 40px 0;
}
.interna h1 {
  font-size: 38px;
  text-transform: uppercase;
  color: #076633;
}
.interna ul.items {
  padding: 20px 0;
}
.interna ul.items li {
  padding: 0 0 0 35px;
  background: url(../img/iconos/tick.png) no-repeat 0 1px;
  margin-bottom: 20px;
}
.interna ul.items li strong {
  font-weight: 600;
  color: #000;
}
.interna .tick {
  margin-bottom: 30px;
}
.interna .tick li {
  padding: 0 0 20px 25px;
  background: url(../img/iconos/tick2.png) no-repeat 0 5px;
}
.interna h2 {
  color: #076633;
  font-size: 30px;
}
.interna h3 {
  font-size: 22px;
}
.interna h4 {
  font-size: 18px;
}
.socios {
  margin-bottom: 45px;
}
.socios figure {
  display: table;
  padding: 40px;
  margin: 0 auto 25px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  background-color: #f4f4f4;
}
.socios figure img {
  border-radius: 10px;
  display: block;
}
.socios h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.socios h4 {
  font-size: 20px;
}
.socios a {
  color: #009640;
}
.socios a:hover {
  color: #076633;
}
.article-clientes h2 {
  color: #076633;
  font-size: 30px;
}
/*
.article-servicios{
	h2,h3,h4{
		font-weight: 400;
		font-family: @fontOpen;
	}
	h2{
		font-size: 20px;
	}
}
*/
aside h4 {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  font-size: 24px!important;
}
aside form {
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.recuadro {
  padding: 15px;
  margin-top: 25px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background-color: #fff;
}
.recuadro h3 {
  margin-bottom: 10px;
}
ul.ul-list li {
  padding: 0 0 0 20px;
  background: url(../img/iconos/bullet.png) no-repeat 0 7px;
  margin-bottom: 10px;
}
ul.ul-list li a {
  color: #076633;
  display: block;
  position: relative;
}
ul.ul-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #ccc;
  transition: all 0.5s ease-in-out;
}
ul.ul-list li a:hover,
ul.ul-list li a.active {
  color: #009640;
}
ul.ul-list li a:hover:after,
ul.ul-list li a.active:after {
  width: 50px;
  background-color: #009640;
}
.noticia-listado {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
.noticia-listado a {
  display: block;
}
.noticia-listado a h2 {
  position: relative;
  color: #076633;
}
.noticia-listado a h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #ccc;
  transition: all 0.5s ease-in-out;
}
.noticia-listado a:hover h2 {
  color: #009640;
}
.noticia-listado a:hover h2:after {
  width: 20%;
  background-color: #009640;
}
.noticia-listado a:hover time {
  color: #009640;
}
.noticia-listado:after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: 0px;
  width: 20%;
  height: 1px;
  background-color: #ccc;
}
.noticia-listado .divTextCopete {
  color: #333;
}
.noticia-listado .divTextCopete p {
  color: #333;
}
time {
  color: #076633;
}
time:after {
  content: "|";
  color: #009640;
  font-weight: 600;
  padding: 0 10px;
}
.paginador {
  text-align: center;
}
.paginador a {
  display: inline-block;
  border: 1px solid #076633;
  color: #076633;
  border-radius: 5px;
  width: 25px;
  height: 25px;
}
.paginador a:hover {
  color: #fff;
  background-color: #009640;
  border: 1px solid #009640;
}
.paginador a.active {
  background-color: #076633;
  color: #fff;
}
.calendario {
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.calendario .vertodos {
  text-align: right;
  font-size: 13px;
}
.calendario .vertodos a {
  color: #076633;
}
.calendario .vertodos a:hover {
  color: #009640;
}
.aCalendario {
  display: inline-block;
  padding: 0 0 0 35px;
  background: url(../img/iconos/calendario.png) no-repeat 0 3px;
}
.aCalendario strong {
  display: inline-block;
  font-weight: 400;
  font-family: 'Bebas Neue', cursive;
  font-size: 24px;
  margin-bottom: 4px;
}
.aCalendario strong span {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ccc;
  transition: all 0.5s ease-in-out;
}
.aCalendario:hover {
  color: #009640;
}
.aCalendario:hover span {
  width: 100%;
  background-color: #009640;
}
.noticia-detalle {
  font-size: 16px;
}
.noticia-detalle span,
.noticia-detalle p {
  font-size: 16px!important;
  font-family: 'Open Sans', sans-serif !important;
}
.noticia-detalle p.volver {
  text-align: right;
  font-size: 13px!important;
}
.noticia-detalle h2 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.slideClientes {
  clear: both;
  margin-top: 30px;
}
.slideClientes li {
  float: left;
  width: 50%;
  text-align: center;
  min-height: 140px;
}
@media only screen and (min-width: 768px) {
  .slideClientes li {
    width: 33%;
  }
}
@media only screen and (min-width: 1170px) {
  .slideClientes li {
    width: 25%;
  }
}
.slideClientes li img {
  display: inline-block;
  max-width: 60%;
  height: auto;
}
.margin {
  margin-bottom: 30px;
}
.separador {
  clear: both;
  width: 35%;
  margin: 50px auto;
  height: 1px;
  background-color: #eaeaea;
}
.indice {
  text-align: center;
  margin: 40px 0;
}
.indice a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 auto 10px;
  width: 85%;
  border: 1px solid #009640;
  color: #009640;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .indice a {
    margin: 0 10px;
    width: auto;
  }
}
.indice a:hover {
  border-color: #076633;
  background-color: #076633;
  color: #fff;
}
.slider1,
.slider2 {
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
  margin-bottom: 20px;
}
.slider1 img,
.slider2 img {
  display: block!important;
}
.slider1 {
  max-width: 250px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .slider1 {
    float: right;
    margin: 0 0px 0px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .slider1 {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider1 {
    max-width: 350px;
  }
}
.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: 35%;
  z-index: 10;
  width: 100%;
}
.owl-theme .owl-nav button {
  position: absolute;
  left: 10px;
  outline: 0;
}
.owl-theme .owl-nav button.owl-next {
  right: 10px;
  left: auto;
}
.owl-theme .owl-nav button span {
  font-size: 50px;
}
.owl-theme .owl-nav button:hover {
  background-color: transparent!important;
  color: white;
}
/*********************************************************************************************

Hamburger menu

*********************************************************************************************/
#menu-toggle {
  width: 30px;
  height: 21px;
  position: relative;
  margin: 13px 0 0 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 20;
  display: block;
  float: right;
}

@media only screen and (min-width: 768px) {
  #menu-toggle {
    margin-top:20px;
  }
}
@media only screen and (min-width: 992px) {
  #menu-toggle {
    display: none;
  }
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #076633;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
  top: 0px;
}
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 8px;
}
#menu-toggle span:nth-child(4) {
  top: 16px;
}
#menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  transform: rotate(-45deg);
}
#menu-toggle.open span:nth-child(3) {
  transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*********************************************************************************************

#Back to top

*********************************************************************************************/
#back-to-top {
  position: fixed;
  bottom: 42px;
  right: -60px;
  padding: 0;
  transition: right 0.3s ease-in-out;
  z-index: 20;
}
#back-to-top.aShow {
  right: 10px;
}
/*********************************************************************************************

#whatsapp-footer

*********************************************************************************************/
.whatsapp-chat {
  position: fixed;
  bottom: 10px;
  left: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 20;
}
.whatsapp-chat img {
  display: block;
}
/*********************************************************************************************

#embed-responsive

*********************************************************************************************/
.embed-responsive {
  background: #000;
  position: relative;
  padding-bottom: 56.4%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grecaptcha-badge {
  display: none !important;
}
