/*
* Mate - Bootstrap 4 Template
* Build Date: December 2017
* Last updated: December 2017
* Version: 1.0
* Author: UIdeck
* Copyright (C) 2018 UIdeck
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
  1. IMPORT GOOGLE FONTS
  2. GENERAL
    -2.1 SECTION TITLE
    -2.2 BUTTONS
    -2.3 SOCIAL ICON
    -2.4 PRE LOADER
    -2.5 SCROLL TO UP
  3. HERO AREA 
  4. NAVBAR
  5. SERVICES SECTION
  6. FEATURES SECTION
  7. VIDEO PROMO SECTION
  8. PORTFOLIO SECTION
  9. PRICING TABLE 
  10. COUNTER SECTION
  11. TESTIMONIAL AREA
  12. TEAM SECTION
  13. BLOG SECTION
  14. CONTACT SECTION
  15. FOOTER SECTION
    -15.1 COMING SOON PAGE
  ------------------------------------- */
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */



@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}



html {
  overflow-x: hidden;
}

p {
  font-size: 16px;
  line-height: 26px;
}

a:hover,
a:focus {
  color: #ed001d;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}


.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ed001d !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}


.claims h2 {
  line-height: 30px;
  font-weight: 600 !important;
  font-size: 20px !important;
  letter-spacing: 1px;
  color: #ed001d
}



.bibliografia a {
  text-decoration: none;
  color: #ed001d;
  font-weight: 400;

}

.bibliografia h4 {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: 0px;
  color: #ed001d !important
}



h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 1px;
  color: WHITE;
  text-align: center;

}

ul {
  margin: 0;
  padding: 0;
}


a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #ed001d;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #ed001d;
}




/* ==========================================================================
   2.1 Section Title
   ========================================================================== */

.registro_movil {
  display: none;
  position: absolute;
  top: 0px;
  right: 20px;
}

.section {
  padding: 100px 0px 80px 0px;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  font-weight: 300 !important;
  color: #ed001d;
  position: relative;
}

.section-header .section-title span {
  color: #ed001d;
}

.section-header .section-subtitle {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #ed001d;
  margin-top: 35px;
}

.lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #ed001d;
  margin-top: 15px;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-top: 40px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ed001d;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #ed001d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}




.titulomodulo {
  color: #ed001d;
  text-align: center !important;
  padding: 10px;
}

.disponible {
  color: #ed001d;
  font-size: 14px;
}

.nodisponible {
  opacity: 0.5;
}


/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {

  z-index: 999999;
  top: 0px !important;
  padding: 0;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background-color: #ffffff;
  color: #333;
}
.top-nav-collapse a{
  color: #333 !important;
  margin-top: 20px !important;
}
.top-nav-collapse a:hover{
  color: #d60000 !important;
}

.nav-item {
  color: #ffffff !important;
  margin-top: 6px !important;
}

.top-nav-collapse .nav-item {
  color: #ed001d !important;
  margin-top: 20px !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #ed001d !important;
}

.top-nav-collapse .navbar-nav .nav-link.active {
  color: #fff !important;
}

.indigo {
  /*background: transparent;*/
}

.img-fulid {
  display: none;
}

.dropdown-toggle::after {
  display: none;
}

.slicknav_btn {
  border-color: #ed001d;
}

.slicknav_menu .slicknav_icon-bar {
  background: #ed001d;
}

.menu_movil {
  background: linear-gradient(90deg, rgba(247, 249, 250, 1) 0%, rgba(255, 255, 255, 1) 11%, rgba(209, 209, 209, 1) 32%, rgba(242, 243, 245, 1) 44%, rgba(191, 193, 195, 1) 63%, rgba(255, 255, 255, 1) 85%, rgba(255, 252, 252, 0.5663515406162465) 100%) !important;
}

.img-fulid_movil {
  display: none;
}

.slicknav_nav {
  max-height: fit-content;
  border-bottom-color: #b4b4b4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  -webkit-box-shadow: 0px 10px 26px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 26px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 26px -14px rgba(0, 0, 0, 0.75);
}


/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
    height: 80px;

  }

  .navbar-brand {
    position: absolute;
    padding: 15px;
    top: 0;
  }

  .navbar-brand img {
    width: 120px;
  }

  #mobile-menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .slicknav_nav .active a {
    background: #ed001d;
    color: #fff;
  }

  .slicknav_nav a:hover,
  .slicknav_nav .active {
    color: #ed001d;
    background: #f8f9fa;
  }

  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #ed001d;
  }
}

/* ==========================================================================
  5. Services section
   ========================================================================== */
.item-boxes {
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-boxes .icon {
  width: 100px;
  height: 100px;
  text-align: center;
  border: 1px solid #f1f1f1;
  display: inline-block;
  border-radius: 60px;
  margin-bottom: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon i {
  font-size: 26px;
  line-height: 60px;
  color: #ed001d;
}

.item-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;

}

/*.item-boxes h4:hover {
  color: #ed001d;opacity:0.5!important;

}
*/

.item-boxes h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ed001d !important;

}



.item-boxes:hover .icon {
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.2);
}



.item-boxes:hover .icon i {
  color: #fff;
}

/* ==========================================================================
  6. Features Section Style
   ========================================================================== */
#features {
  background: url(../img/iaap_fondo.png) fixed no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#features .section-title {
  color: #ed001d;
}

#features .section-subtitle {
  color: #ed001d;
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#features .box-item {
  padding: 15px 15px;
}

#features .box-item .icon {
  border: 1px solid #ed001d;
  text-align: center;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .icon i {
  color: #ed001d;
  font-size: 24px;
  line-height: 55px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .text {
  padding-left: 80px;
}

#features .box-item .text h4 {
  color: #ed001d;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
}

#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#features .box-item:hover .icon {
  background: #ed001d;
}

#features .box-item:hover .icon i {
  color: #ffffff;
}

#features .show-box img {
  position: absolute;
  bottom: -120px;
}

#features h2 {
  color: #ffffff;
}

#features p {
  color: #ffffff;
}

#features h1 {
  color: #F4F4F4;
  font-weight: 700;
}



/* Services Item */
.services-item {
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin: 15px 0;
  box-shadow: 0 0 12px #F4F4F4;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon {
  border: 1px solid #F4F4F4;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  font-size: 30px;
  color: #F63854;
  line-height: 70px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 16px;
  color: #585b60;
}

.services-item .services-content h3 a:hover {
  color: #F63854;
}

.services-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.services-item:hover .icon {
  background: #ed001d;
}

.services-item:hover .icon i {
  color: #fff;
}

#service {
  position: relative;
}



/* ==========================================================================
  7. Video promo Style
   ========================================================================== */
.video-promo {
  /*  background: #ed001d;*/
  color: #fff;
  overflow: hidden;
  position: relative;
}


.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.video-promo .video-promo-content p {
  margin-bottom: 30px;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.video-promo .video-promo-content .video-popup i {
  line-height: 72px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ed001d;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* ==========================================================================
  8. Portfolio Section
   ========================================================================== */
#portfolios .mix {
  padding: 10px;
}

#portfolios .portfolio-item .shot-item {
  margin: 0px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #ed001d !important;
  border-color: #ed001d;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}

.portfolio-img img {
  width: 100%;
}

.shot-item {
  margin-right: 15px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}

.shot-item img {
  width: 100%;
}

.shot-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.shot-item:hover .overlay {
  opacity: 1;
}

.overlay .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #ed001d;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ed001d;
  border-radius: 50%;
}

.overlay .item-icon:hover {
  background: #ed001d;
  color: #fff;
}

.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}


/* ==========================================================================
	9. Pricing Table
	========================================================================== */
.pricing-table {
  padding: 0px 0px 40px 0px;
  margin: 0 auto;
  margin-bottom: 5px;
  border: transparent;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-table:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing-table .pricing-details h2 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: #f1f1f1;
  padding: 30px 0;
}

.pricing-table .pricing-details span {
  display: inline-block;
  font-size: 48px;
  font-weight: 400;
  color: #ed001d;
  margin-bottom: 20px;
}

.pricing-table .pricing-details ul {
  margin-bottom: 35px;
}

.pricing-table .pricing-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px dotted #f1f1f1;
}

.table-left {
  margin-top: 20px;
}

/* ==========================================================================
 10. Counter Section Style
 ========================================================================== */
.counters {
  background: url(../img/counter.jpg) fixed;
  position: relative;
}

.counters .facts-item {
  text-align: center;
  color: #fff;
}

.counters .facts-item .icon {
  margin-bottom: 30px;
}

.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}

.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}

.counters .facts-item .fact-count h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

/* ==========================================================================
11. Testimonial Section Style
 ========================================================================== */
#testimonial {
  background: url(../img/testimonial-bg.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.testimonial-item {
  text-align: center;
}

.testimonial-item img {
  width: 130px;
  border: 3px solid #fff;
  height: 130px;
  border-radius: 50%;
}

.testimonial-item .testimonial-text span {
  font-size: 14px;
  color: white;
}

#team {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}


.testimonial-item .testimonial-text h3 {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0px 0px 0px;
  color: #fff;
}



.testimonial-item .testimonial-text p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  color: #fff;
}

.owl-theme .owl-controls .owl-page span {
  background: #ed001d;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

/* ==========================================================================
  12. Team Section
   ========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}

.single-team {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background: #ed001d;
  overflow: hidden;
}

.single-team img {
  width: 100%;
}

.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px;
  background: #f1f1f1;
  padding: 15px;
}

.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.single-team .team-details p {
  color: #333;
}

.single-team .social-list li {
  display: inline-block;
}

.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  margin: 2px;
  color: #ed001d;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

/* ==========================================================================
  13. Blog 
   ========================================================================== */
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 0px;
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}

#blog .blog-item-img {
  position: relative;
}

#blog .blog-item-img img {
  width: 100%;
}

#blog .blog-item-text {
  padding: 20px 0;
}

#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

#blog .blog-item-text h3 a {
  color: #333;
}

#blog .blog-item-text h3 a:hover {
  color: #ed001d;
}

#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}

.meta-tags {
  margin-bottom: 20px;
}

.meta-tags span {
  color: #999;
  margin-right: 10px;
}

.meta-tags span i {
  margin-right: 5px;
}

.meta-tags span a {
  color: #999;
}

.meta-tags span a:hover {
  color: #ed001d;
}

/* ==========================================================================
  14. Contact Us
  ========================================================================== */
.contact-us h3 {
  font-size: 36px;
  margin-bottom: 45px;
}

.contact-us p span {
  color: #ed001d;
  padding-left: 10px;
}

#contact {
  background: #ed001d;
  color: #fff;
  position: absolute;
}

.form-control {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border-color: #fff;
  border-radius: 0px;
  color: #fff;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  box-shadow: none;
  color: #fff;
  border-color: #ed001d;
  background: transparent;
  outline: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* ==========================================================================
15. Footer Style
 ========================================================================== */


.fondorojo {
  background-color: #495057;
}

footer {
  background: white;
  padding: 0px 0;
  padding-top: 0px;
  color: #fff;
  position: absolute;
  width: 100%;
}


.footer-links {
  line-height: 48px;
}

.footer-links li {
  float: left;
}

.footer-links li a {
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
  color: #ed001d;
}

.copyright {
  margin-top: 10px;
  text-align: center;
  color: #365aae;
  font-size: 12px;
}

.copyright p {
  color: #365aae;
  font-size: 12px;
}





.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #ed001d;
}

.copyright img {
  width: 75%;
  margin-bottom: 0px;
  padding-bottom: 10px;
  margin-right: 50px;
}

.copyright .row {
  margin-right: 0px;
  margin-left: 0px;
}

.cookies {
  position: fixed;
  min-width: 100%;
  height: auto;
  bottom: 0px;
  z-index: 100000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 1);

}

.avisos {
  font-size: 12px;

}

#close-btn {
  position: absolute;
  width: 20px;
  height: 18px;
  top: 20px;
  cursor: pointer;
  z-index: 220;
  background-repeat: no-repeat;
}

.cerrar1 :target {
  display: none !important;
}




h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

h2,
h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300 !important;
  color: black;
  padding-bottom: 10px;
  line-height: 45px;
}

.alineacion-centrada {
  padding: 20px 0px 0px 0px;
  margin: 0 auto;
  border: transparent;
  text-align: center;
}

.alineacion-centrada h3 {
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
  border: transparent;
  text-align: center;
  font-size: 20px;
  font-weight: 300 !important;
  color: #ed001d;
}

.alineacion-izq {
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
  margin-bottom: 0px;
  border: transparent;
  text-align: left;
}



.embed-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  margin: 0px !important;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.contenido-1:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.5;
}

.familias {
  background-color: white;
  padding: 20px 0px 20px 0px;
  text-align: center;
  margin: 0px auto;

  transition: transform 0.4s ease;
}

.familias h3 {
  font-size: 20px;
  font-weight: 600 !important;
  color: black;
  padding: 0px 0px 0px 0px;

}

.familias:hover {
  transform: scale(0.95);
}


.familias .imagen_modulo {
  padding: 10px 10px 10px 10px;
  text-align: center;
  margin: 0px auto;
  transition: opacity 0.4s ease-in-out;
}



.familiasmovil .imagen_modulo {
  background-color: white;
  padding: 20px 0px 20px 0px;
  text-align: center;
  margin: 0px auto;
}


.familiasmovil h3 {

  font-size: 20px;
  font-weight: 600 !important;
  color: black;
  padding: 0px 0px 0px 0px;

}


.linea {
  margin: auto;
  position: relative;
  border-top: 1px solid #ed001d;
  margin-top: 6px;
  margin-bottom: 0px;

}

.instrucciones p {
  color: #333;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 20px;
}

.logo_movil {
  width: 150px !important;
  margin-top: -10px;
}

.fondocolorgris {
  padding: 5px 0px 5px 0px;
  margin: 0 auto;
  border: transparent;
  text-align: left;
  background: rgb(255, 255, 255);
}


.fondocolorgris2 {
  padding: 5px 0px 5px 0px;
  background: #0089A6;
  background: linear-gradient(90deg, rgba(0, 137, 166, 1) 0%, rgba(54, 90, 174, 0.85) 100%);
}


.fondoblanco {
  background-color: #FFFFFF;
  padding: 0px 30px 0px 30px;
  margin: 0 auto;
  border: 10px 5px;
  color: black;
  font-size: 16px;

}

.fondorojo {
  background-color: #ed001d;
  padding: 0px 30px 0px 30px;
  margin: 0 auto;
  border: 10px 5px;
  color: white;
  font-size: 16px;
  padding-top: 0px;
}




.fondoazul {
  background-color: #00abcc;
  padding: 0px 30px 0px 30px;
  margin: 0 auto;
  border: 10px 5px;
  color: white;
  font-size: 16px;
  padding-top: 0px;
}




/*MENU==========================================================================*/


#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #EEC170;
  opacity: 0.9;
}

.cabecera h2 {
  color: black;
  font-size: 18px;
  padding-top: 28px;
}

.cabecera h1 {
  color: black;
  font-size: 33px;
  padding-top: 28px;
  font-weight: 700;
}

.titular h1 {
  padding-left: 0px;
  padding-right: 0px;
  color: black;
  font-weight: 600 !important;
}

.titular h2 {
  padding-left: 0px;
  padding-right: 0px;
  line-height: 60px !important;
  color: #ed001d;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px !important;
  font-weight: 400 !important;
  padding-bottom: 10px;
}


/*==========================================================================2.2 Buttons==========================================================================*/
.btn {
  font-size: 14px;
  padding: 11px 40px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  border: 1px solid #ed001d;
  background: #ed001d;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 0px;
}


.btn-common:hover {
  color: #ed001d;
  background: #fff;
  border-color: #ed001d;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}

.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #ed001d;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}

.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

.menu {
  color: black;
  background: rgb(247, 249, 250);
  background: linear-gradient(90deg, rgba(247, 249, 250, 1) 0%, rgba(255, 255, 255, 1) 11%, rgba(209, 209, 209, 1) 32%, rgba(242, 243, 245, 1) 44%, rgba(191, 193, 195, 1) 63%, rgba(255, 255, 255, 1) 85%, rgba(255, 252, 252, 0.5663515406162465) 100%);
  padding: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 700;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
}

.menu a {
  color: black;
  font-size: 14px;

}

.menu a:hover {
  color: green;
  font-size: 14px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.activo {
  color: #3A3635 !important;
  ;
  /*  background: #ed001d;*/
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 40px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 700;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.noactivo {
  background: white;
  color: grey !important;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 40px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 16px !important;
  font-weight: 700;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.volver {
  color: white !important;
  border: 1px solid white;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 37px;
  border-radius: 2em 2em;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 16px !important;
  font-weight: 700;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0px;
}

.títulocapitulo {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0px;
}



.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}






/* ==========================================================================
   3. cabecera
   ========================================================================== */
.cabecera {
  background: url(../img/iaap_fondo.png) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.cabecera .overlay {
  position: absolute;
  background: url(../img/iaap_fondo.png) fixed no-repeat;
  ;

  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ed001d;
  opacity: 0.9;
}

/*usado*/
.cabecera .contents {
  padding: 120px 0 300px;
}

.cabecera .contents h1 {
  color: black;
  font-size: 33px;
  margin-bottom: 25px;
  font-weight: 700;
}

.footer a {
  text-decoration: none !important;
  color: #fff !important;
}

.footer a:hover {
  opacity: 0.5 !important;
}

.logos a:hover {
  opacity: 0.5;
}


.fondoblanco h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 600 !important;
  color: black;
  padding-bottom: 10px;
  vertical-align: middle;
}

/*________*/



ul li {
  list-style: circle;
  font-size: 16px;
  padding-bottom: 0px;
}

.familiastexto {
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
  margin-bottom: 0px;
  border: transparent;
  text-align: left;

}


.familias h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 600 !important;
  letter-spacing: 0px;
  color: #333;
  text-align: left;
  padding-top: 50px;
  border-bottom: 2px !important;
}

.familias h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333;
  text-align: left;
}

#destacados {
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(233, 233, 233, 0.8);

}



#destacados blockquote .quote {
  font-family: 'Coustard', serif;
  position: absolute;
  top: 0;
  left: 20px;
  text-align: center;
  font-size: 40px;
  line-height: 0;
  display: table;
  color: white;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;

}

#destacados blockquote .quote>span {
  display: table-cell;
  vertical-align: middle;
}

#destacados blockquote p {
  font-weight: 700;

}

#destacados img {
  padding: 0px;

}







.manual_ver {
  position: relative;
  width: 50%;
}

.image2 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.manual_ver:hover .overlay {
  opacity: 1;
}

.text5 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#close-btn {
  position: absolute;
  width: 20px;
  height: 18px;
  top: 20px;
  cursor: pointer;
  z-index: 220;
  background-repeat: no-repeat;
}

.cerrar1 :target {
  display: none !important;
}

.popup {
  position: fixed;
  height: auto;
  padding-top: 100px;
  z-index: 100001;
  letter-spacing: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;

}

.popup img {
  vertical-align: middle;
  border-style: none;
  height: auto;
  width: 50%;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  margin-bottom: 25px;
  border: transparent;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
}



.popup h2 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  left: 0;
  text-align: center;
  font-weight: 400;
  padding-right: 350px;
  padding-left: 350px;

}

.popup p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  left: 0;
  text-align: center;
  font-weight: 400;
  padding-right: 350px;
  padding-left: 350px;

}

.popup .btn-common {
  font-size: 16px;
  padding: 10px;
  border-radius: 10px;
  padding: 14px 30px;

}

.popup a {
  color: white;

}

RESUMENES .resumen h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 600 !important;
  letter-spacing: 0px;
  color: #333;
  text-align: left;
  padding-top: 80px;
}

.resumen h2 {

  font-size: 24px;
  font-weight: 700 !important;
  padding-top: 60px;
  color: #ed001d;
  text-align: left !important;
  text-transform: uppercase;
  line-height: 27px;
}

.resumen h3 {

  font-size: 20px;
  font-weight: 600 !important;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #6B6666;
  text-transform: uppercase;
  padding-left: 0px;
  text-align: left;
}


.resumen h4 {

  font-size: 19px;
  font-weight: 600 !important;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #ed001d;
}

.resumen h5 {

  font-size: 19px;
  font-weight: 400 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ed001d;
}

.resumen h6 {
  font-size: 19px;
  font-weight: 400 !important;
  color: black;
  padding-top: 0px;
  color: rgba(127, 117, 116, 0.9);
  text-align: left;
}

.resumen li {
  font-size: 16px;
  text-transform: none;
  text-indent: -20px !important;
  text-align: start !important;
  text-align-last: start !important;
  padding-left: 20px;
  list-style: circle;
}

.resumen ul li {
  font-size: 16px;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
  padding-left: 10px;
  list-style: circle;
}


.resumen ol li {
  font-size: 16px;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
  padding-left: 10px;
  list-style: circle;
}


.resumen p {
  font-size: 16px;
  text-align: left;
}

.bibliografia li {
  font-size: 14px;
  padding-bottom: 0px;
  padding-top: 0px;
  color: rgba(127, 117, 116, 0.8);
  padding-left: 10px;
  /*    margin-left: 12px;
*/
}

.titulobibliografia h4 {
  font-size: 21px;
  font-weight: 600 !important;
  padding-top: 30px;
  color: #ed001d;
}

.resumen a {
  text-decoration: none;
  color: #ed001d;
  font-weight: 700;

}


.resumen a:hover {
  opacity: 0.5;
}

.alineacion-der {
  padding: 20px 20px 20px 20px;
  text-align: right;
  font-weight: 500;
}



/*botones galería
*/
.btn2 {
  font-size: 14px;
  padding: 11px 40px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn2:focus,
.btn2:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn2-common {
  border: 1px solid #ed001d;
  background: #ed001d;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 30px;
}

.btn2-common:hover {
  color: #ed001d;
  background: #fff;
  border-color: #ed001d;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.btn2-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}

.btn2-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #ed001d;
}

/* Team Item */
.team-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.team-item {
  margin: 15px 0;
  border-radius: 0px;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  background: #fff;
}

.team-item .team-img {
  float: left;
  width: 200px;
  margin-right: 30px;
}

.team-item .contetn {
  padding: 15px 50px;
  height: 200px;
}

.team-item .social-icons {
  padding-top: 11px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.team-item .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .social-icons li a i {
  font-size: 18px;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .social-icons li .lni-facebook-filled {
  color: #3b5998;
}

.team-item .social-icons li .lni-twitter-filled {
  color: #00aced;
}

.team-item .social-icons li .lni-instagram-filled {
  color: #fb3958;
}

.team-item .info-text {
  margin-bottom: 10px;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #333;
}

.team-item .info-text h3 a:hover {
  color: #F63854;
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.filiacion {
  font-size: 10px;
  line-height: 16px;

}

/*nuevo diseño cabeceras capítulos*/
.container-fluid2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
}

.container-fluid2 h1 {
  font-size: 20px;
  color: white;
}

.container-fluid2 h2 {
  font-size: 20px;
  color: white;
}

.fixed-top2 {
  position: fixed;
  top: 89px;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0px;
}

li.blanco {
  color: #ed001d;
  font-size: 12px;
}


/* login ******************************/



.fondo_login .container {

  max-width: 800px;
  margin-top: 80px;
  padding-bottom: 60px;
}

.fondo_login img {
  width: 100%;
}

.tapa_modulo {
  position: absolute;
  left: 0px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}

.tapa_modulo:hover {
  opacity: 1;
}

.container {
  position: relative;
}

.menu-horizontal {
  width: 100%;
  position: absolute;
  top: 0px;
  list-style-type: none;
  margin: 0;
  margin-left: 220px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.menu-horizontal a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  font-weight: 700;
}

.menu-horizontal li {
  margin: 0 0px;
  list-style: none;
}

.modulos h3 {
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
  margin-top: -20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 20px;
}