a,
a:hover {
  text-decoration: none;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #E7B70B;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #012057;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #761B2C;
}

#topbar .contact-info i {
  color: #012057;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #012057;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #761B2C;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

header {
  background-color: #012057;
}
header .container {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #012057;
}

/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #E7B70B;
  padding: 12px 14px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #f7f5f2;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #012057;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #ccab46;
}

.nav-menu .drop-down > a:after {
  content: '\ea99';
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: '\eaa0';
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: '\ea9d';
  }
}

/**
* Header on scroll
*/

.header-scrolled {
  background-color: #0120579;
  box-shadow: #444;
}

.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.header-scrolled img {
  height: 50px;
}

.header-scrolled .container {
  background-color: #012057;
  color: white;
}

.header-scrolled .row {
  background-color: #012057;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -300px;
  width: 300px;
  padding-top: 18px;
  background: #E7B70B;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #012057;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #f7f5f2;
}

.mobile-nav .drop-down > a:after {
  content: '\ea99';
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: '\eaa0';
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #E7B70B;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 250px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero,
  #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #012057;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Home highlights
--------------------------------------------------------------*/

.highlights .highlights-wrap .highlights-info a {
  background-color: #E7B70B;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: #012057;
  font-size: 17px;
}

.highlights .highlights-wrap .highlights-info a:hover {
  color: #761B2C;
}

.highlights .highlights-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);  margin-bottom: 20px;
  text-align: center;
}

.highlights .highlights-sinmargen {
  margin-bottom: 20px;
  text-align: center;
}

.highlights .highlights-wrap .highlights-info {
  background-color: #E7B70B;
  padding: 10px;
}

.highlights .highlights-wrap .highlights-menu a {
  background-color: #FFF;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: #012057;
  font-size: 17px;
}

.highlights .highlights-wrap .highlights-menu a:hover {
  color: #761B2C;
}

.highlights .highlights-wrap .highlights-menu {
  background-color: #FFF;
  padding: 10px;
}




.highlights .highlights-item figure {
  background: #000;
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}


.highlights .highlights-item figure:hover img {
  opacity: 0.4;
  transition: .4s;
}

.highlights .highlights-item figure .link-preview, .highlights .highlights-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #E7B70B;
  border-radius: 50%;
  transition: all .2s linear;
  overflow: hidden;
  font-size: 20px;
}

.highlights .highlights-item figure .link-preview i, .highlights .highlights-item figure .link-details i {
  color: #384046;
  line-height: 0;
}

.highlights .highlights-item figure .link-preview:hover, .highlights .highlights-item figure .link-details:hover {
  background: #e2d8af;
}

.highlights .highlights-item figure .link-preview:hover i, .highlights .portfolio-item figure .link-details:hover i {
  color: #fff;
}

.highlights .highlights-item figure .link-details {
  right: calc(50% - 0px);
  top: calc(50% - 18px);
}

.highlights .highlights-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 19px);
}

.highlights .highlights-item .highlights-info {
  background: #E7B70B;
  text-align: center;
  border-radius: 0 0 3px 3px;
}
.highlights-info h4 {    font-weight: bold;}

.highlights .highlights-item .highlights-menu {
  background: #FFFFFF;
  text-align: center;
  border-radius: 0 0 3px 3px;
}
.highlights-menu h4 {    font-weight: bold;}





.about .highlights-item .highlights-info {
  background: #012057;
  text-align: center;
  border-radius: 0 0 3px 3px;
}

.about .highlights-item .highlights-menu {
  background: #FFFFFF;
  text-align: center;
  border-radius: 0 0 3px 3px;
}
.about .highlights-wrap .highlights-info {
  background-color: #E7B70B;
  padding: 10px;
}

.about .highlights-wrap .highlights-info {
  background-color: #012057;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.about .highlights-wrap .highlights-info h5{
 font-weight: bold;
 margin-top: 5px;
 color: #fff;
}
.about .highlights-wrap .highlights-info a{
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  transition: 0.3s;
  color: #E7B70B;
}

.about .highlights-wrap .highlights-info a:hover {
  color: #761B2C;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #012057;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-bg {
  background-color: #E7B70B;
  margin-bottom: 1rem;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.img-domi {
	max-width: 100%;
  height: auto;
  padding-bottom: 30px;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #012057;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  max-height: 230px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: .4s;
}

.portfolio .portfolio-item figure .link-preview, .portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: all .2s linear;
  overflow: hidden;
  font-size: 20px;
}

.portfolio .portfolio-item figure .link-preview i, .portfolio .portfolio-item figure .link-details i {
  color: #384046;
  line-height: 0;
}

.portfolio .portfolio-item figure .link-preview:hover, .portfolio .portfolio-item figure .link-details:hover {
  background: #885a4d;
}

.portfolio .portfolio-item figure .link-preview:hover i, .portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 20px 15px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #3498db;
}

.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Process Section
--------------------------------------------------------------*/
.process h3 {
  font-weight: 700;
  margin-top: -0.7rem;
}

.process h4 {
  font-weight: 400;
}

.process .card {
  background-color: #f2f2ea;
  border: none;
  text-align: center;
}

.process .card p {
  color: #990000;
}

.carousel {
	margin-bottom: 3rem;
}

.carousel h2 {
    color: #000;
    margin-top: 0rem;
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight:bold;
}

.owl-carousel .item {
    height: 19rem;
    background: #FFF;
    padding: 0em 1.714em 1em 1.714em;
}
.owl-carousel .item:hover {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    box-shadow: 0 0 6px 0 rgba(1,1,1,.3);
    background-color: #fff;
}

.owl-carousel .item h4 {
    color: #990000;
    margin-top: 0rem;
	text-align: center;
	font-size: 1.3rem;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #bcbcbc;
    display: inline-block;
    border-radius: 50%;
}
.owl-dots .owl-dot + .owl-dot {
    margin-left: 1em;
	width: 8px;
    height: 8px;
}
.owl-dots .owl-dot.active {
    width: 30px;
    height: 8px;
    border-radius: 3px;
	background-color: #990000;
	border-style: none;
}
.carousel-amigos .item {
    height: 19rem;
    background: #f2f2ea;
    padding: 1em 5em 0em 5em;
	margin: 0em 1em 0em 1em;
}
.carousel-amigos .item:hover {
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    background-color: #fff;
}
.carousel-amigos .item h4 {
    color: #000;
    margin-top: 0.3rem;
	text-align: center;
	font-size: 1.3rem;
	height: 3rem;
}
.about .contact-content {
  margin: 25px 20px;
  padding: 20px;
  background-color: #E7B70B;
}
@media (max-width: 992px) {
	.process .card p {
	  line-height: 1 e.m.;
	}
	.owl-carousel .item {
		height: 100% !important;
		padding: 0em 0.3em 0.5em 0.3em;
	}
	.owl-carousel .item h4 {
		font-size: 1.2rem;
	}
	.about .contact-content {
	  margin: 4px;
	}
	.process h3 {
	  font-size: 1.2rem;
	}
}

.php-email-form td, .php-email-form th{
    border: none;
	padding: 0rem;
	vertical-align: top;
	border-top: none;
}
.php-email-form p {
    margin-bottom: 0.3rem;
}
.php-email-form input {
	border: none;
	width: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0.8rem 0rem;
	float: left;
	height: 28px;
}
.php-email-form .boton {
	background: #012057;
	color: #FFF;
	width: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0.8rem 0rem;
	float: left;
	height: 28px;
}
.php-email-form  .radio input {
	border: none;
    color: #444444;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px 1rem 1rem 1rem;
    float: none;
    width: auto;
    height: auto;
}
.php-email-form select {
	width: 100% !important;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 1rem 0rem;
	float: left;
	height: 30px;
}
.php-email-form .form-group {
    margin-left: -0.8rem;
}
.php-email-form textarea {
	border: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 1rem 0rem;
	width: 100% !important;
	height: 100px;
}
.datos-contact {
	padding: 10px 0px;
	background: #fff;
}
.datos-contact img{
	margin-bottom: 20px;
}
.datos-contact h4{
	text-align: center;
	color: #012057;
	float: none;
	width: auto;
	height: auto;
	margin: 1rem 0rem 0rem;
	font-size: 22px;
    font-weight: 600;
}
.datos-contact p{
	text-align: center;
}
.datos-contact a{
	color: #212529;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.datos-contact .social-links {
	text-align: center;
}
.datos-contact .social-links a {
	color: #012057;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
	margin: 30px 0px;
	font-size: 30px;
	width: auto;
}
.barra-anuncio {
	background: #E7B70B;
	padding: 20px;
	color: #fff;	
	border-radius: 10px;
}
.barra-anuncio a{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	width: 100%;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.5s;
	line-height: 1;
	color: #E7B70B;
	border: 0;
	background: #012057;
	text-align: center;
}
.barra-anuncio-r {
	background: #761B2C;
	padding: 20px;
	margin-top: 2rem;
	color: #fff;
	border-radius: 10px;	
}
.barra-anuncio-r a{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #012057;
	border: 0;
	background: #f2f2ea;
}
.barra-anuncio {
	background: #E7B70B;
	padding: 20px;
	color: #fff;	
	border-radius: 10px;
}
.barra-anuncio a{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	width: 100%;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.5s;
	line-height: 1;
	color: #E7B70B;
	border: 0;
	background: #012057;
	text-align: center;
}.barra-domi {
	background: #fff;
	padding: 10px;
	color: #fff;	
	border-radius: 10px;
	margin-bottom: 30px;
}
.barra-domi a{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	width: 100%;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 5px;
	border-radius: 5px;
	transition: 0.5s;
	line-height: 1;
	color: #E7B70B;
	border: 0;
	background: #012057;
	text-align: center;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .info i {
  font-size: 20px;
  color: #012057;
  float: left;
  width: 44px;
  height: 44px;
  background: #e2d8af;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65747f;
}

.contact .info:hover i {
  background: #012057;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type='submit'] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type='submit']:hover {
  background: #5faee3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #012057;
}

#footer .footer-top {
  padding: 20px 0 10px 0;
  background: #012057;
}

#footer .footer-top .footer-contact {
  margin-bottom: 10px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}
#footer .footer-top .footer-contact a {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #956d63;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #956d63;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter a {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter a:hover {
  color: #956d63;
  transition: 0.3s;
  display: inline-block;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #b6daf2;
}

#footer .footer-newsletter form input[type='email'] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type='submit'] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #761B2C;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type='submit']:hover {
  background: #E7B70B;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #E7B70B;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #761B2C;
  color: #fff;
}
/*--------------------------------------------------------------
# Productos
--------------------------------------------------------------*/
.pdf {
	float:right;
	margin: 2px 0px 0px;
}
.pdf a{
	float:right;
    margin: 5px 5px 0;
	font: bold 13px Verdana,Arial,Helvetica,sans-serif;
	color: #012057;
	text-decoration:underline;
}
.pdf a:hover{
	float:right;
    margin: 5px 5px 0;
	font: bold 13px Verdana,Arial,Helvetica,sans-serif;
	color: #A78A44;
	text-decoration:underline;
}

.product {
  padding-bottom: 30px;
}

.product .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background-color: #F5F0DD;
}

.product .video-box img {
  padding: 15px 0;
}

.product .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
  margin-bottom: 0rem;
}

.product .about-content {
  padding: 40px;
}

.product .icon-box + .icon-box {
  margin-top: 40px;
}

.product .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #012057;
  border-radius: 6px;
  transition: 0.5s;
}

.product .icon-box .icon i {
  color: #fff;
  font-size: 32px;
}

.product .icon-box:hover .icon {
  background: #E7B70B;
}

.product .icon-box:hover .icon i {
  color: #012057;
}

.product .icon-box .disponible {
  margin-left: 95px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  color: #012057
}

.product .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.product .icon-box .title2 {
  margin-left: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.product .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.product .icon-box .title a:hover {
  color: #E7B70B;
}

.product .icon-box .description {
  margin: 0px 15px 50px 15px;
  line-height: 24px;
  font-size: 14px;
}

.product .video-box {
  position: relative;
  text-align:center;
}

.product .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.product .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.product .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.product .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.product .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


/*--------------------------------------------------------------
# Acerca de nosotros
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.about .about-content {
  padding: 40px;
}

.about .icon-box + .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #012057;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #012057;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #E7B70B;
}

.about .icon-box .description {
  margin: 15px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
