/* [Master Stylesheet v1.0] */
/* :: :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/custom-icon.css);
@import url(css/classy-nav.min.css);
@import url(css/card.css);

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
    background-image: url(img/Fondos/fondo.png);
    background-size: 100%;
    background-attachment: fixed;
  font-family: "Montserrat", sans-serif;
  font-size: 14px; 
  background-color:    white !important;/*Cambiar Color de Fondo Para Linea de Enlaces externos*/
    display: block;
    flex-wrap: wrap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  line-height: 1.3;
  font-weight: 700; }
h7
{
    color: #242424;
    font-size: 30px;
    font-style:oblique;
    font-family:fantasy;
    text-transform: uppercase;
    text-justify:auto;
    text-align: center;
    
}
h8
{
   color: #ffffff;
    font-size: 30px;
    font-style:oblique;
    font-family:fantasy;
    text-transform: uppercase;
    text-justify:auto;
    text-align: center; 
    
}

p {
  color: #606060;
  font-size: 14px;
  line-height: 2;
  font-weight: 500; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #141414;
  font-weight: 600;
  font-size: 14px; }

ul,
ol {
  margin: 0; 
}
  ul li,
  ol li {
      margin-right: 12px;
    position: relative;
     }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

.academy-logo {
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
/* Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* Section Heading 
.section-heading {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-bottom: 80px !important; }
  .section-heading span {
    color: #606060;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px; }
  .section-heading h3 {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .section-heading h3 {
        font-size: 24px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      } 
     
    }
  .section-heading.text-left {
    text-align: left !important; }
  .section-heading.white span,
  .section-heading.white h3 {
    color: #ffffff; }   */

/* Preloader */
#preloader {
   
  background: #00A180;
  background: -webkit-linear-gradient(to right, #00A180, #00A180);
  background: linear-gradient(to right, #00A180, #00A180);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  #preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-magneta {
  background-color: #1f104f !important; }

.bg-transparent {
  background-color: transparent !important; }

 .bg-utim{
   background-color: #00A180;
 } 
.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.88);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #00A180;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 40px;
  right: -30px; }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; 
    } 
    .academy-logo a img{
      position: absolute;
      height: 130px;
      width: 100%;
      box-sizing: border-box;
    } 
  }

/* ScrollUp */
#scrollUp {
  background: #00A180;
  background: -webkit-linear-gradient(to right, #00A180, #00A180);
  background: linear-gradient(to right, #00A180, #00A180);
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #141414; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; 
    }
    .academy-logo a img{
      position: absolute;
      height: 130px;
      width: 100%;
      box-sizing: border-box;
    }  
  }

/* Essence Button 
.academy-btn {
  display: inline-block;
  min-width: 160px;
  height: 65px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 40px;
  font-size: 14px;
  line-height: 65px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background: #00A180;
  background-image: -webkit-linear-gradient(left, #00A180 0%, #00A180 51%, #00A180 100%);
  background-image: linear-gradient(to right, #00A180 0%, #00A180 51%, #00A180 100%);
  font-weight: 600; }
  .academy-btn.btn-sm {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px; }
  .academy-btn.active, .academy-btn:hover, .academy-btn:focus {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #00A180;
    background: -webkit-linear-gradient(to right, #00A180, #00A180);
    background: linear-gradient(to right, #00A180, #00A180); }
  .academy-btn.btn-2 {
    background: #141414; }
    .academy-btn.btn-2:hover, .academy-btn.btn-2:focus {
      background: #00A180; }
  .academy-btn.btn-3 {
    background: #00A180; }
    .academy-btn.btn-3:hover, .academy-btn.btn-3:focus {
      background: #141414; }
  .academy-btn.btn-4 {
    background: #ffffff;
    border: 2px solid #00A180;
    color: #606060; }
    .academy-btn.btn-4:hover, .academy-btn.btn-4:focus {
      background: #00A180;
      color: #ffffff; }  */

/* Header Area CSS */   /*
.header-area {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 125px; }
  .header-area .top-header {
    width: 100%;
    height: 95px; }
    .header-area .top-header .login-content a {
      display: inline-block;
      font-weight: 600; }
      .header-area .top-header .login-content a:hover {
        color: #00A180; }
  .header-area .academy-main-menu {
    position: absolute;
    width: 100%;
    height: 85px;
    background-color: transparent;
    top: 95px;
    z-index: 100;
    left: 0;
    right: 0; }
    .header-area .academy-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .academy-main-menu .classy-navbar {
      background-color: #f5f7fa;
      height: 85px;
      padding: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .academy-main-menu .classy-navbar {
          padding: 0;
          padding-left: 2em; 
        }
        .academy-logo a img{
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        }  
      }
      @media only screen and (max-width: 767px) {
        .header-area .academy-main-menu .classy-navbar {
          padding: 0;
          padding-left: 2em; 
        }
        .academy-logo a img{
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        } 
       }
      .header-area .academy-main-menu .classy-navbar .classynav ul li a {
        font-weight: 750;
        font-size: 11px;
        text-transform: uppercase; }
        .header-area .academy-main-menu .classy-navbar .classynav ul li a:hover, .header-area .academy-main-menu .classy-navbar .classynav ul li a:focus {
          color: #00A180; }
    .header-area .academy-main-menu .classynav {
      padding-left: 2em; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .academy-main-menu .classynav {
          padding-left: 1em; 
        }
        .academy-logo a img{
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        } 
        
      }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .academy-main-menu .classynav {
          padding-left: 0; 
        }
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        } 
        
      }
      @media only screen and (max-width: 767px) {
        .header-area .academy-main-menu .classynav {
          padding-left: 0; 
        }
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        }  
        
      }
    .header-area .academy-main-menu .calling-info {
      position: relative;
      padding-left: 80px;
      overflow: hidden; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .academy-main-menu .calling-info {
          padding-left: 50px; 
        }
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        }  
        
      }
      .header-area .academy-main-menu .calling-info .call-center {
        position: relative;
        z-index: 1;
        background: #00A180;
        background: -webkit-linear-gradient(to right, #00A180, #00A180);
        background: linear-gradient(to right, #00A180, #00A180);
        padding: 0 40px;
        line-height: 85px;
        height: 85px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .academy-main-menu .calling-info .call-center {
            padding: 0 15px 0 30px;
          }
          .academy-logo a img {
            height: 130px;
            width: 100%;
            box-sizing: border-box;
          } 
          
        }
        .header-area .academy-main-menu .calling-info .call-center a {
          color: #ffffff;
          font-size: 14px;
          font-weight: 700;
          display: block; }
          .header-area .academy-main-menu .calling-info .call-center a i {
            width: 45px;
            height: 45px;
            border: 2px solid #ffffff;
            border-radius: 50%;
            display: inline-block;
            line-height: 41px;
            font-size: 18px;
            text-align: center;
            margin-right: 20px; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .header-area .academy-main-menu .calling-info .call-center a i {
                margin-right: 10px; 
              }
              .academy-logo a img {
                position: absolute;
                height: 130px;
                width: 100%;
                box-sizing: border-box;
              }  
              
            }
          @media only screen and (max-width: 767px) {
            .header-area .academy-main-menu .calling-info .call-center a span {
              display: none; 
            }
            .academy-logo a img {
              position: absolute;
              height: 130px;
              width: 100%;
              box-sizing: border-box;
            }  
            
          }
        .header-area .academy-main-menu .calling-info .call-center:before {
          position: absolute;
          width: 50px;
          height: 120%;
          top: 3px;
          left: -28px;
          z-index: 1;
          background-color: #00A180;
          content: '';
          -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .academy-main-menu .calling-info .call-center:before {
              width: 42px; 
            }
            .academy-logo a img {
              position: absolute;
              height: 130px;
              width: 100%;
              box-sizing: border-box;
            }  
            
          }
  .header-area .is-sticky .academy-main-menu {
    position: fixed;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    z-index: 3000;
    background-color: #ffffff;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2); }
    .header-area .is-sticky .academy-main-menu::after {
      position: absolute;
      width: 25%;
      height: 100%;
      top: 0;
      right: 0;
      z-index: 1;
      background-color: #00A180;
      content: ''; }

.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .single-hero-slide {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 1;   */


  /*   background-size: 100% 100%; Para manejar el tamaño total en el area del carrucel    */ 
   }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .single-hero-slide {
        height: 650px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }  
      
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .single-hero-slide {
        height: 550px;
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      } 
      
    }
    @media only screen and (max-width: 767px) {
      .hero-slides .single-hero-slide {
        height: 600px; } }
    .hero-slides .single-hero-slide h4 {
      color: #ffffff;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h4 {
          font-size: 18px; 
        }
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        }  
        
      }
    .hero-slides .single-hero-slide h2 {
      font-size: 60px;
      color: #ffffff;
      margin-bottom: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 48px; 
        }
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        }  
        
      }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 36px; 
        }
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        }  
        
      }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 30px; 
        }
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        }
       
      }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    background: #00A180;
    background: -webkit-linear-gradient(to right, #00A180, #00A180);
    background: linear-gradient(to right, #00A180, #00A180);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-prev,
      .hero-slides .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
       
    }
    .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
    .hero-slides .owl-next:hover,
    .hero-slides .owl-next:focus {
      background: #141414;
      color: #ffffff; }
  .hero-slides .owl-next {
    left: auto;
    right: 5%; }
  .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible; }

/* Top Features Area CSS 
.top-features-area {
  position: relative;
  z-index: 50;
  margin-bottom: -60px; }
  @media only screen and (max-width: 767px) {
    .top-features-area {
      margin-bottom: -115px; 
    }
    .academy-logo a img {
      position: absolute;
      height: 130px;
      width: 100%;
      box-sizing: border-box;
    }
     
  }
  .top-features-area .features-content {
    position: relative;
    z-index: 50;
    background: #00A180;
    background: -webkit-linear-gradient(to right, #00A180, #00A180);
    background: linear-gradient(to right, #00A180, #00A180);
    padding: 40px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .top-features-area .features-content .single-top-features {
      border-right: 2px solid #ffffff; }
      @media only screen and (max-width: 767px) {
        .top-features-area .features-content .single-top-features {
          border-right: none;
          border-bottom: 2px solid #ffffff;
          padding-bottom: 15px;
          margin-bottom: 15px;
        }
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        }  
       
      }
      .top-features-area .features-content .single-top-features i {
        font-size: 40px;
        margin-right: 15px;
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .top-features-area .features-content .single-top-features i {
            font-size: 28px;
            margin-right: 10px; 
          }
          .academy-logo a img {
            position: absolute;
            height: 130px;
            width: 100%;
            box-sizing: border-box;
          }  
         
        }
        @media only screen and (max-width: 767px) {
          .top-features-area .features-content .single-top-features i {
            font-size: 28px;
            margin-right: 10px; 
          }
          .academy-logo a img {
            position: absolute;
            height: 130px;
            width: 100%;
            box-sizing: border-box;
          }  
         
        }
      .top-features-area .features-content .single-top-features h5 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .top-features-area .features-content .single-top-features h5 {
            font-size: 16px; 
          }
          .academy-logo a img {
            position: absolute;
            height: 130px;
            width: 100%;
            box-sizing: border-box;
          }
            
        }
    .top-features-area .features-content .col-12:last-child .single-top-features {
      border-right: none; }
      @media only screen and (max-width: 767px) {
        .top-features-area .features-content .col-12:last-child .single-top-features {
          border: none;
          padding-bottom: 0;
          margin-bottom: 0; 
        }
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        } 
        
    }  */

/* Course Area CSS */
.single-course-area .course-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91px;
  flex: 0 0 91px;
  min-width: 91px;
  width: 91px;
  background: #00A180;
  background: -webkit-linear-gradient(to right, #00A180, #00A180);
  background: linear-gradient(to right, #00A180, #00A180);
  width: 91px;
  height: 91px;
  line-height: 95px;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-right: 30px; }
.single-course-area .course-content h4 {
  margin-bottom: 15px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-course-area .course-content h4 {
      font-size: 18px; 
    }
    .academy-logo a img {
      position: absolute;
      height: 130px;
      width: 100%;
      box-sizing: border-box;
    }  
    
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-course-area .course-content h4 {
      font-size: 16px; 
    }
    .academy-logo a img {
      position: absolute;
      height: 130px;
      width: 100%;
      box-sizing: border-box;
    }
     
  }
  @media only screen and (max-width: 767px) {
    .single-course-area .course-content h4 {
      font-size: 18px; 
    }
    .academy-logo a img {
      position: absolute;
      height: 130px;
      width: 100%;
      box-sizing: border-box;
    }
    
  }
.single-course-area .course-content p {
  margin-bottom: 0; }
.single-course-area:hover .course-content h4, .single-course-area:focus .course-content h4 {
  color: #00A180; }

/* Testimonials Area CSS */
.single-testimonial-area {
  position: relative;
  z-index: 1; }
  .single-testimonial-area .testimonial-thumb {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
    margin-right: 40px;
    margin-top: 15px;
    border-radius: 50%; }
    .single-testimonial-area .testimonial-thumb img {
      border-radius: 50%; }
  .single-testimonial-area .testimonial-content h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px; }
  .single-testimonial-area .testimonial-content p {
    color: #ffffff; }
  .single-testimonial-area .testimonial-content h6 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px; }
    .single-testimonial-area .testimonial-content h6 span {
      color: #00A180; }
  .single-testimonial-area:hover .testimonial-thumb {
    border-color: #00A180; }
  .single-testimonial-area:hover .testimonial-content h5 {
    color: #00A180; }

/* Top Popular Course Area CSS */
.single-top-popular-course {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background-color: #eef3f6; }
  .single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    width: 54%;
    padding: 30px; }
    @media only screen and (max-width: 767px) {
      .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
        
    }
    .single-top-popular-course .popular-course-content h5 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 8px; }
    .single-top-popular-course .popular-course-content span {
      font-size: 12px;
      color: #00A180;
      margin-bottom: 10px;
      display: block; }
    .single-top-popular-course .popular-course-content .course-ratings {
      font-size: 10px;
      color: #fbb710;
      margin-bottom: 30px; }
      .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
        color: #e0e3e4; }
  .single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    width: 46%;
    height: 350px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-top-popular-course .popular-course-thumb {
        height: 420px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
       
    }
    @media only screen and (max-width: 767px) {
      .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
     
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single-top-popular-course .popular-course-thumb {
        height: 250px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
       
    }

.popular-course-details-area .single-top-popular-course {
  margin-bottom: 0; }
  .popular-course-details-area .single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    width: 570px;
    padding: 30px;
    margin-left: auto; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 465px;
        flex: 0 0 465px;
        max-width: 465px;
        width: 465px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
     
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
        width: 370px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
      
    }
    @media only screen and (max-width: 767px) {
      .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
       
    }
    .popular-course-details-area .single-top-popular-course .popular-course-content h5 {
      font-size: 36px;
      font-weight: 500;
      margin-bottom: 8px;
      margin-left: -2px; }
    .popular-course-details-area .single-top-popular-course .popular-course-content span {
      font-size: 14px;
      color: #00A180;
      margin-bottom: 10px;
      display: block; }
    .popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings {
      font-size: 10px;
      color: #fbb710;
      margin-bottom: 30px; }
      .popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
        color: #e0e3e4; }
  .popular-course-details-area .single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 620px; }
    @media only screen and (max-width: 767px) {
      .popular-course-details-area .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
        
    }

/* Partner Area CSS 
.partners-logo {
  position: relative;
  z-index: 1; }
  .partners-logo a {
    display: inline-block;
    max-width: 130px; }
    @media only screen and (max-width: 767px) {
      .partners-logo a {
        max-width: 40px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
      
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .partners-logo a {
        max-width: 60px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
       
    }   */

/*Codigo Creacion y estilo Menu Principal

.classynav li a{
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    padding:10px 15px;
   display: block;  
    height: 30px;
   text-transform:uppercase;
 
   
}

.classynav li a:hover{
    background-color: #434343;
}
.classynav > li {
    float: left;
}
.classynav li ul {
    display:none;
    position: absolute;
    min-width: 200px;
}
.classynav li:hover> ul {
    display: block;
}

.classynav li ul li {
    position: relative;
}
.classynav li ul li ul {
    right: -200px;
    top: 0px;
}  */


/* Call to Action Area CSS */
.call-to-action-area {
  position: relative;
  z-index: 1;
  background: #00A180;
  background: -webkit-linear-gradient(to right, #00A180, #00A180);
  background: linear-gradient(to right, #00A180, #00A180);
  padding: 70px 0; }
  .call-to-action-area .cta-content h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .call-to-action-area .cta-content h3 {
        font-size: 24px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
      
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .call-to-action-area .cta-content h3 {
        font-size: 20px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
       
    }
    @media only screen and (max-width: 767px) {
      .call-to-action-area .cta-content h3 {
        font-size: 24px;
        margin-bottom: 30px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
       
    }
  .call-to-action-area .cta-content .academy-btn {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    border: 2px solid #ffffff; }

/* Footer Area CSS */
.main-footer-area {
   /* background-image:url(img/Fondos/fondo.png);
 /* background-color:#979A9A;  /*Cambiar color de Fondo Web */ }
  .main-footer-area .footer-widget .widget-title {
    margin-bottom: 45px; }
    .main-footer-area .footer-widget .widget-title h6 {
      font-size: 14px;
      font-weight: 100%;/*Tamaño del footer*/
      margin-bottom: 0;
      color: #ffffff;
      margin-top: 10px;
      text-transform: uppercase; }
  .main-footer-area .footer-widget .footer-social-info a {
    display: inline-block;
    color: #606060;
    margin-right: 15px; }
    .main-footer-area .footer-widget .footer-social-info a:hover, .main-footer-area .footer-widget .footer-social-info a:focus {
      color: #ffffff; }
  .main-footer-area .footer-widget .useful-links li a {
    display: block;
    color: #606060;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 100%; }/*Tamaño del footer*/
    .main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
      color: #00A180; }
  .main-footer-area .footer-widget .gallery-list a {
    position: relative;
    z-index: 1;
    @flex (0 0 30%);
    max-width: 80%;
    margin-bottom: 15px;
    cursor: zoom-in; }
    .main-footer-area .footer-widget .gallery-list a::after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: '';
      background-color: #00A180;
      opacity: 0;
      visibility: hidden;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .main-footer-area .footer-widget .gallery-list a:hover::after {
      opacity: 1;
      visibility: visible; }
  .main-footer-area .footer-widget .single-contact i {
    color: #00A180;
    font-size: 20px;
    margin-right: 15px;
    padding-top: 7px; }
  .main-footer-area .footer-widget .single-contact p {
    margin-bottom: 0; }

.bottom-footer-area {
  background-color: #141414;
  padding: 30px 0;
  text-align: center; }
  .bottom-footer-area p {
    font-size: 12px;
    margin-bottom: 0; }
    .bottom-footer-area p a {
      color: #606060;
      font-size: 12px; }

/*Barra de Instituciones
.bottom-footer-areaI {
  background-color: #ffffff;
  padding: 30px 0;
  text-align: center; }
  .bottom-footer-areaI p {
    font-size: 12px;
    margin-bottom: 0; }
    .bottom-footer-areaI p a {
      color: #606060;
      font-size: 12px; }   */


/* Propiedades Contenido Body */







/* Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 200px; }
  .breadcumb-area .bradcumbContent {
    width: 500px;
    height: 110px;
    background: #00A180;
    background: -webkit-linear-gradient(to right, #00A180, #00A180);
    background: linear-gradient(to right, #00A180, #00A180);
    position: absolute;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 30; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .bradcumbContent {
        width: 280px; 
      }
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
 
    }
    .breadcumb-area .bradcumbContent h2 {
      text-align: center;
      line-height: 110px;
      font-size: 36px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .breadcumb-area .bradcumbContent h2 {
          font-size: 24px; 
        }
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        }
   
      }

/* About Us Content Area CSS */
.about-slides {
  position: relative;
  z-index: 1; }
  .about-slides .owl-prev,
  .about-slides .owl-next {
    background: #00A180;
    background: -webkit-linear-gradient(to right, #00A180, #00A180);
    background: linear-gradient(to right, #00A180, #00A180);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      } 
      .about-slides .owl-prev,
      .about-slides .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px; 
      }
    
    }
  .about-slides .owl-next {
    left: auto;
    right: 5%; }

/* Teachers Area CSS */
.single-teachers-area {
  position: relative;
  z-index: 1; }
  .single-teachers-area .teachers-info h5 {
    font-weight: 400;
    margin-bottom: 3px; }
  .single-teachers-area .teachers-info span {
    color: #00A180;
    font-size: 14px; }

/* Blog Area CSS */
@media only screen and (max-width: 767px) {
  .academy-logo a img {
    position: absolute;
    height: 130px;
    width: 100%;
    box-sizing: border-box;
  } 
  
  .academy-blog-sidebar {
    margin-top: 100px; } }

.single-blog-post {
  background-color: #eef3f6;
  padding: 30px; }
  .single-blog-post .post-title {
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px; }
    .single-blog-post .post-title:hover, .single-blog-post .post-title:focus {
      color: #00A180; }
  .single-blog-post .post-meta {
    margin-bottom: 30px; }
    .single-blog-post .post-meta p {
      font-size: 12px;
      color: #00A180;
      margin-bottom: 0; }
      .single-blog-post .post-meta p a {
        font-size: 12px;
        color: #00A180;
        font-weight: 500; }

.academy-pagination-area .pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  background-color: #eef3f6;
  display: block;
  padding: 0;
  border: none;
  margin-right: 10px;
   
    background-attachment: fixed;
 /*  color: #979A9A;  /*Cambiar color de Fondo Web */;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 36px; }
  .academy-pagination-area .pagination .page-item .page-link:hover, .academy-pagination-area .pagination .page-item .page-link:focus {
    background-color: #00A180;
    color: #ffffff; }
.academy-pagination-area .pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.academy-pagination-area .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.academy-pagination-area .pagination .page-item.active .page-link {
  background-color: #00A180;
  color: #ffffff; }

.blog-post-search-widget form {
  position: relative;
  z-index: 1; }
  .blog-post-search-widget form input {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #eef3f6;
    padding: 0 30px;
    font-size: 12px;
    font-style: italic; }
  .blog-post-search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 48px;
    background-color: #00A180;
    border: none;
    z-index: 10;
    cursor: pointer;
    color: #ffffff; }

.blog-post-categories {
  background-color: #eef3f6;
  padding: 30px; }
  .blog-post-categories h5 {
    font-size: 18px;
    margin-bottom: 30px; }
  .blog-post-categories ul {
    padding-left: 30px; }
    .blog-post-categories ul li a {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px;
      display: block; }
      .blog-post-categories ul li a:hover, .blog-post-categories ul li a:focus {
        color: #00A180; }

.latest-blog-posts {
  background-color: #eef3f6;
  padding: 30px; }
  .latest-blog-posts h5 {
    font-size: 18px;
    margin-bottom: 30px; }
  .latest-blog-posts .latest-blog-post-thumb {
    @flex (0 0 66px);
    max-width: 66px;
    width: 66px;
    margin-right: 15px; }
  .latest-blog-posts .latest-blog-post-content .post-title h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
    margin-bottom: 3px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
      
      .latest-blog-posts .latest-blog-post-content .post-title h6 {
        font-size: 14px; } }
    .latest-blog-posts .latest-blog-post-content .post-title h6:hover, .latest-blog-posts .latest-blog-post-content .post-title h6:focus {
      color: #00A180; }
  .latest-blog-posts .latest-blog-post-content .post-date {
    font-size: 12px;
    color: #00A180; }

.map-area {
  position: relative;
  z-index: 2; }
  .map-area #googleMap {
    width: 100%;
    height: 650px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      } 
      
      .map-area #googleMap {
        height: 500px; } }

/* Contact Area CSS */
.contact-content {
  background-color: #eef3f6;
  padding: 100px 50px;
  position: relative;
  z-index: 15;
  top: -200px;
  margin-bottom: -100px; }
  @media only screen and (max-width: 767px) {
    .academy-logo a img {
      position: absolute;
      height: 130px;
      width: 100%;
      box-sizing: border-box;
    } 
 
    .contact-content {
      padding: 50px 30px; } }
  .contact-content .section-heading {
    margin-bottom: 30px !important; }
  .contact-content .contact-social-info a {
    color: #00A180;
    display: inline-block;
    margin-right: 30px; }
  .contact-content .contact-icon i {
    padding-top: 5px;
    display: inline-block;
    color: #00A180; }
  .contact-content .contact-form-area {
    padding: 40px 20px;
    background-color: #ffffff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
  
      .contact-content .contact-form-area {
        margin-top: 100px; } }
    @media only screen and (max-width: 767px) {
      .academy-logo a img {
        position: absolute;
        height: 130px;
        width: 100%;
        box-sizing: border-box;
      }
 
      .contact-content .contact-form-area {
        margin-top: 50px; } }
    .contact-content .contact-form-area .form-control {
      height: 55px;
      width: 100%;
      background-color: #eef3f6;
      font-size: 12px;
      font-style: italic;
      margin-bottom: 15px;
      border: none;
      border-radius: 0;
      padding: 15px 25px; }
    .contact-content .contact-form-area textarea.form-control {
      height: 200px; }

.elements-title h2 {
  font-weight: 500; }
.elements-title span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  color: #8e8e8e;
  margin-bottom: 15px; }

.single-pie-bar h6 {
  font-weight: 500; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact i {
    font-size: 45px;
    margin-bottom: 30px;
    display: block;
    color: #00A180; }
  .single-cool-fact h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5px; }
  .single-cool-fact p {
    font-size: 16px;
    margin-bottom: 0; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    background-color: #f5f7fa;
    border-radius: 0;
    color: #141414;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 23px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background: #00A180;
      background: -webkit-linear-gradient(to right, #00A180, #00A180);
      background: linear-gradient(to right, #00A180, #00A180);
      color: #ffffff; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Tabs CSS*/
.academy-tabs-content {
  position: relative;
  z-index: 1; }
  .academy-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .academy-tabs-content .nav-tabs .nav-link {
      background: #00A180;
      background: -webkit-linear-gradient(to right, #00A180, #00A180);
      background: linear-gradient(to right, #00A180, #00A180);
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      color: #ffffff;
      margin: 0 2px;
      border-radius: 0;
      border: none; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .academy-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; 
        }
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        }  

      }
      @media only screen and (max-width: 767px) {
        .academy-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; 
        } 
       
        .academy-logo a img {
          position: absolute;
          height: 130px;
          width: 100%;
          box-sizing: border-box;
        } 
      }
      .academy-tabs-content .nav-tabs .nav-link.active {
        background: #f5f7fa;
        color: #141414; }
  .academy-tabs-content .tab-content h6 {
    font-size: 18px; }

/*# sourceMappingURL=style.css.map */
.card:hover{
  cursor: pointer;
}

.dropdown {
  width:250px !important;
    
}



.container-instituciones {
  text-align: center;
  padding: 10px;
}
.img-rector {
  border-radius: 20%;
  width: 80%;
}
.img-recientes
{
  width: 40%;
  border-radius: 20%;
    
}

.img-recientesG
{
  width: 40%;
  border-radius: 20%;
    
}
.img-recientesNotas
{
  width: 60%;
  border-radius: 10%;

    
}
.img-recientesNotas2
{
  padding-left: 10px;  
  width: 110%;
  border-radius: 10%;

    
}





.g
   {   
     width:98%;
	 margin:auto;
	 list-style: none;
	 padding:20%;
	 box-sizing: border-box;
	 
	 display:flex;
	 flex-wrap: wrap;
	 justify-content:space-around;
   }
.g li
   {
	   margin: 5px;
   }
.g imgal
   {
	   width:150px;
	   height: 100px;
   }
 
/*Estilos del modal Emergente*/

.modala{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    position: absolute;
    top:0;
    left: 0;
    
    display: flex;
  
}



/*Estilos del modal Emergente*/

/*Estilos del modal galeria*/
.modalgal
   {
   visibility: hidden;
   opacity: 0;
       
       
        
   }

.modalgal:target 
    {
    visibility: visible;
    opacity: 1;
    transition: all 0s;
    position:fixed;
    background: rgba(0,0,0,0.75);
    top:0;
    left: 0;
    width: 100%;
    height: 100%; 
    
    }
.modalgal h3
    {
      
      color: #fff;
        font-size: 30px;
        text-align: center;
        margin: 15px 0;
        
    } 
.imagengal 
    {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.imagengal a
    {
    color:#fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
    }
.imagengal a:nth-child(2)
    {
    margin: 0;
    height: 100%;
    flex-shrink: 2;
    }
 
.imagengal img
    {
    width: 500px;
    height: 100%; 
    max-width: 100%;
    border: 7px solid #fff;
    box-sizing: border-box;
        
    }

    

.cerrar 
    {
    display: block;
        background: #fff;
        width: 25px;
        height: 25px;
        margin: auto;
        text-align: center;
        text-decoration: none;
        font-size: 25px;
        color: #000;
        padding: 5px;
        border-radius: 50%;
        line-height: 25px;
    }

.Nota1
{
    position:absolute;
     top:0;
    left: 0;
    width:100%;
    height:100%; 
}
.modal-footer
{
    align-items: center;
    background-color: #00A180;
}
.modal-header
{
   
   
    background-color: #00A180;
    
}
.modal-content
{
    
   
   align-content: center;
    text-align: justify-all;
    text-justify: inter-word;
}

button.cerrarb
{
    text-align: center;
    display: block;
    background: none;
    border-bottom: solid 2px #ffffff;
    border-radius: 10px;
    width: 100px;
    color: #ffffff;
    font-size: 1.5em;    
    
}
button.cerrarb:hover 
{
    color: black;
    background-color: #606060;
    transition: all .4s ease;
}

a.cerrarb
{
    text-align: center;
    display: block;
    background: none;
    border-bottom: solid 2px #ffffff;
    border-radius: 10px;
    width: 100px;
    color: #ffffff;
    font-style:normal;
    font-family:sans-serif;
    font-size: 1.5em;    
    
}
a.cerrarb:hover 
{
    color: black;
    background-color: #606060;
    transition: all .4s ease;
}




a.infb

{
    text-align: center;
   font-style: normal;
    background: none;
    border-bottom: solid 2px #ffffff;
    border-radius: 10px;
  
    width: 110px;
    color: #ffffff;
    font-size: 1.5em;    
    
}
a.infb:hover

{
    color: black;
    background-color: #606060;
    transition: all .4s ease;
}

a.infocons

{
    text-align: center;
   font-style: normal;
    background: none;
    border-bottom: solid 2px #ffffff;
    border-radius: 10px;
  
   
    height: 100%;
    color: #ffffff;
    font-size: 1.5em;    
    
}
a.infocons:hover

{
    color: black;
    background-color: #606060;
    transition: all .4s ease;
}




.img-recientesNotas:hover
{
   transform: scale(1.6)
}
.img-recientesNotas2:hover
{
    padding-left: 30px;
   transform: scale(1.2)
}


.img-Banner:hover
{
    transform: scale(1.2)
    
}


.img-organi
{
    position: static;
    text-align: center;
    border-color: #000000;
     border-radius: 50px;
}

.Mapa
{
  
  height:100%;
  width: 100%;
  box-sizing: border-box;
      
}




div.Servicios
{
    width: 31%;
    height: 60%;    
    margin: 10px 1%  30px 1%;   
    float: left;
    border: solid 1px #272727;
    padding: 5px;
    border-radius:5%;
    margin-top: 30px;
    text-transform: uppercase; 
    text-align: center;
    flex: auto;
    flex-wrap: wrap;
    justify-content: space-around;
   
    
    
}



pse
{
    
    font-size: 2em;
    font-family: fantasy;
    margin: 0px;
    text-align:center;
    margin-top: 15px;
    text-transform: none;
    color: #272727;
    text-transform: uppercase;
    text-align: center;
    display: block;
    flex-wrap: wrap;
   
    
    
}

pse-modal
{
    background-image: url(img/Fondos/fondo.png);
    font-size: 2em;
    font-family: fantasy;
    margin: 0px;
    text-align:center;
    margin-top: 15px;
    text-transform: none;
    color: #272727;
    text-transform:none;
    text-align: center;
    display: block;
    margin-left: 10%;
    flex-wrap: wrap;
    
    
}

/*
ul.RE
{
    font-family:serif;
    font-size: 1em;
    text-align: left;
    margin-left: 15px;
}

ul.RE li.lisca1
{

font-weight: bold;
    
}

ul.RE li.lisca2
{

font-weight: bold;
 margin-left: 100px;
    
    
}
a.lisca2 
{
    font-size: 25px;
   font-weight: bold;
    color:#00A180;
    text-align: justify;

}
ul.RE li.lisca3
{
font-weight: bold;
font-size: 20px;    
    
}    */


div.Servicios:hover
{
 transform: scale(1.05);
    transition: all .3s ease;
    box-shadow: 0px 0px 20px #00A180;
 
    
    
}
div.Servicios img
{
    
  width:90%;
  margin: auto; 
    padding: 10PX;
     border-radius:5%;
    box-sizing:border-box;
  justify-content: space-around;

  
      
    
}


a.boton-leer
{
   text-align: center;
    text-decoration: none;
    display: block;
   background-color: #00A180;
     width: 100%;
margin: 0 auto;
    padding: 10px;
    color: #ffffff;
    border-radius: 50px;
  margin-top: 30px;
    border: solid 1px #272727;
  
    text-transform: uppercase; 
font-family: 'Helvetica', sans-serif; 
    
    
    

    
   
        
    
}

a.boton-leer:hover
{
    color: black;
    background-color: #606060;
    transition: all .5s ease;
    
}

h9
{
   
    text-align: center;
    
    margin-left: 10%;
    margin-right: 10%;
    flex-wrap: wrap;
   
}


    
    


img.imgavisos
{
  width:80%;
  
     border-radius:5%;
      
    justify-content: space-around;  
    
}



/*Inician Valores para Galeria*/

img.imgal
{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
     
    
}

.imgal:hover
{
    transform: scale(2.0); 
}


.galeriagra
   {   
     width:98%;
	 margin:auto;
	 list-style: none;
	 padding:20%;
	 box-sizing: border-box;
	 
	 display:flex;
	 flex-wrap: wrap;
	 justify-content:space-around;
   }
.galeriagra li
   {
	   margin: 5px;
   }
.galeriagra img
   {
	   width:350px;
	   height: 250px;
   }





/*Fin valoresde Galeria */

.ot
{
   
   
   
    font-family:serif;
    font-size: 2em;
    text-align:center;
    
    border-collapse: collapse;
    width: 100%;
    color: #000000;
        margin-right: 20px;
    flex-wrap: wrap;
}

.contenedorB1
{
 background-image: url(img/Fondo/Fondo2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
   border:none;
   display: flex;
   
    flex-direction:row;
    height: 100 vh;
     flex-wrap: wrap;
 text-align:justify;
    padding-left: 60px;
    padding-right: 60px;
    
}

div[class*="itembody-"]
{
   
    padding: 10px;
    text-align:justify-all;  
   flex-grow: 1;
   width: 300px;
    font-family: sans-serif;
    font-size: 20px;
    color: #000000;
}


.contenedorfooter
{
 
   border:none;
   display: flex;
   
    flex-direction: row;
    height: 100 vh;
     flex-wrap: wrap;
 text-align: center;
    
}

.radiob
{
    border: 2px solid gray;
}


div[class*="item-"]
{
   
    padding: 10px;
    text-align: center;
   
 
    flex-grow: 1;
   width: 300px;
}
.contenedorModal
{
      background-image: url(img/Fondos/fondo.png);
    
    border:20px solid white;
   display: flex;   
    flex-direction: column;
    height: 100vp;
  
    

}

div[class*="itemodal-"]
{
  
   padding-left: 10px;
    padding-right: 50px;
    text-align:justify;
   color: #000000;
 font-family: sans-serif;
    font-size: 20px;
  
}










.radio
{
    color: #ffffff;
    font-family: sans-serif;
    font-size: 2em;
}
.radio:hover
{
   color:#00A180;
    font-family: sans-serif;
    font-size: 2em; 
}

.radio:visited;
{
    color:#ffffff;
    font-family: sans-serif;
    font-size: 2em; 
    
}



div.Bodyes
{
    width:auto;
    margin: 20px 1% 30px 1%;
     float: left;
   
  display: block;  
    padding: 5px;
   
    
}

.clearfix:before,
.clearfix:after
{
    content: " ";
    display: table;
    
}
.clearfix:after
{
    clear: both;
    
}
.meng li a
{
   background-color: #ffffff; 
}
.meng li a:hover
{
    background-color: #ffffff;
}

.meng li ul 
{
    display:none;
    position: absolute;
    min-width:180px;
}

.meng li:hover > ul
{
    display: block;
}


.meng li ul li 
{
    position: relative;
}
.meng li ul li ul 
{
    right:-180px;
    top:0px;
}

.tabcontainer
{
  width: 100%;  
    height: 350px;
}
.tabcontainer .buttonContainer
{
   height: 15%; 
}
.tabcontainer .buttonContainer button
{
   width: 12.5%;
    height: 100%;
    float: left;
    border:none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    font-family: sans-serif;
    font-size: 14px;
    background-color: #00A180;
    
}
.tabcontainer .buttonContainer button:hover
{
    background-color:#272727;
    color: #fff;
    
}
.tabcontainer .tabPanel
{
    height: 80%;
    background-color: gray;
    color: beige;
    margin:15px;    
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 14px;
    display: none;
}
.tabcontainer .tabPanel ul li a
{
    margin-left: 25px;
    font-size: 12px;
    color: #fff; 
     font-family: sans-serif;
    
}

.tabcontainer .tabPanel ul li a:hover
{
    color: #00A180; 
    
}


.Fondoimg
{
   height: 100%;
    width: 100%;
    background-image:url(images/slider/sl1.png); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position:Center;
    color:#fff;
   
}

.marcagua
{
    height: 100%;
    width: 100%;
    background-image:url(img/Fondo/UTIM%209.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position:Center;
    
    
}




.Fondoimg ul li a
{
    font-size: 18px;
    font-family: sans-serif;
    margin-left: 90px;
    color: #fff;
}

.Fondoimg ul li a:hover
{
    color:#00A180;
}

.img-valor:hover;
{
  transform: scale(2.0);  
}

 
.ico:hover
{
   transform: scale(2.0); 
    
}
.RE2
{
    text-align: justify;
    font-size:24px;
    font-family:sans-serif;
   margin-left: 30px; 
    margin-right: 30px;
}

.bannern
{
    width: 300px;
    height: 500px;
    margin: auto;
    background-size: 100% 100%;   
    animation: bannern 15s infinite;
    
    
}




@keyframes bannern
{
    0%,22%
    {
        background-image: url(img/bannern/b1.jpg);
        opacity: 1;
        
        
    }
    23%,26%{opacity: 0.5;}
    
    27%,48%
    {
        background-image: url(img/bannern/b2.jpg);
            opacity:1;
        
    }
    49%,52%{opacity: 0.5;}
    53%,74%
    {
        background-image: url(img/bannern/b3.jpg);
            opacity:1;

    }
     75%,78%{opacity: 0.5;}
    79%,100%
    {
        background-image: url(img/bannern/b4.jpg);
            opacity:1;

    }
    
    
}

.bannernotas
{
    color: #ffffff;
    text-align: center;
    font-family: sans-serif;
    font-size: 25px;
}
.bannernotas:hover
{
    color: #00A180;
    text-align: center;
    font-family: sans-serif;
    font-size: 25px;
}


.bannergal
{
    width: 1000px;
    height: 600px;
    margin: auto;
    background-size: 100% 100%;   
    animation: bannergal 70s infinite;
    
    
}


@keyframes bannergal
{
    0%,1%
    {
        background-image: url(img/baner-gale/1.jpg);
        opacity: 5;
        
        
    }
    2%,3%{opacity: .8;}
    
    4%,6%
    n{
        background-image: url(img/baner-gale/2.jpg);
            opacity:5;
        
    }
    7%,8%{opacity: .8;}
    
    9%,11%
    {
        background-image: url(img/baner-gale/3.jpg);
            opacity:5;

    }
     12%,13%{opacity: .8;}
    
    14%,16%
    {
        background-image: url(img/baner-gale/4.jpg);
            opacity:5;

    }
    17%,18%{opacity: .8;}
    
    19%,21%
    {
        background-image: url(img/baner-gale/5.jpg);
            opacity:5;
        
    }
    22%,23%{opacity: .8;}
    24%,26%
    {
        background-image: url(img/baner-gale/6.jpg);
            opacity:5;

    }
    27%,28%{opacity: .8;}
    29%,31%
    {
        background-image: url(img/baner-gale/7.jpg);
            opacity:5;

    }
    
     32%,33%{opacity: .8;}
    
    34%,36%
    {
        background-image: url(img/baner-gale/8.jpg);
            opacity:5;
        
    }
    37%,38%{opacity: .8;}
    39%,41%
    {
        background-image: url(img/baner-gale/9.jpg);
            opacity:5;

    }
     42%,43%{opacity: .8;}
    44%,46%
    {
        background-image: url(img/baner-gale/10.jpg);
            opacity:5;

    }
     47%,49%{opacity: .8;}
    
    50%,52%
    {
        background-image: url(img/baner-gale/11.jpg);
        opacity: 5;
        
        
    }
    53%,54%{opacity: .8;}
    
    55%,57%
    {
        background-image: url(img/baner-gale/12.jpg);
            opacity:5;
        
    }
    58%,59%{opacity: .8;}
    60%,62%
    {
        background-image: url(img/baner-gale/13.jpg);
            opacity:5;

    }
     63%,64%{opacity: .8;}
    65%,67%
    {
        background-image: url(img/baner-gale/14.jpg);
            opacity:5;

    }
     68%,69%{opacity: .8;}
    
    70%,72%
    {
        background-image: url(img/baner-gale/15.jpg);
            opacity:5;
        
    }
    73%,74%{opacity: .8;}
    75%,77%
    {
        background-image: url(img/baner-gale/16.jpg);
            opacity:5;

    }
     78%,79%{opacity: .8;}
    80%,82%
    {
        background-image: url(img/baner-gale/17.jpg);
            opacity:5;

    }
    
     83%,84%{opacity: .8;}
    
    85%,87%
    {
        background-image: url(img/baner-gale/18.jpg);
            opacity:5;
        
    }
    88%,89%{opacity: .8;}
    90%,92%
    {
        background-image: url(img/baner-gale/19.jpg);
            opacity:5;

    }
     93%,94%{opacity: .8;}
    95%,97%
    {
        background-image: url(img/baner-gale/20.jpg);
            opacity:5;

    }
    98%,99%{opacity: .8;}
    
     99%,100%
    {
        background-image: url(img/baner-gale/21.jpg);
        opacity: 5;
        
        
    }
   
    
    
}





/*


table.vin a
{
    color: #00A180;
    font-size: 17px;
    text-align:center;
    padding-left: 15px;
    padding-right: 15px;
    font-family: sans-serif;
    font-style: oblique;
}  */

.Textnotas
{
    background-image:url(img/Fondos/fondo.png);
   text-align: justify-all;
    margin-left: 50px;
    margin-right: 50px;
    color:#000000;
    font-size: 15px;    
    
}




a.botgal
{
    background-color:#00A180;
    text-align: center;
    display: block;
    
    border-bottom: solid 2px #ffffff;
    border-radius: 10px;
    width: 190px;
    color: #ffffff;
    font-style:normal;
    font-family:sans-serif;
    font-size: 1.5em;  
    height: 80px;
}
a.botgal:hover 
{
   
    background-color: #606060;
    transition: all .4s ease;
}

/*=======================================================================
[03] Header Area
=========================================================================*/
.main-menu-area {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 10;
}
.main-menu-area .logo-area {
  margin: 21px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu-area .logo-area {
    margin: 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area .logo-area {
    margin: 22px 0;
  }
}
.main-menu-area .apply-btn-area {
  margin: 22px 0;
  text-align: right;
}
.login-form {
  position: absolute;
  z-index: 999;
  top: 38px;
  right: -20px;
  width: 540px;
  height: 444px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .login-form {
    margin-bottom: 15px;
  }
}
.login-form label {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #002147;
}
.login-form input {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #BDBDBD;
  margin-bottom: 15px;
  color: #002147;
  font-weight: 500;
  font-size: 15px;
}
.login-form span {
  margin-right: 15px;
  color: #002147;
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-form span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .login-form span {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
  }
}
.login-form span input {
  width: inherit;
  height: inherit;
  margin-right: 10px;
  padding: 30px;
}
nav#desktop-nav ul {
  text-align: right;
}
nav#desktop-nav ul .active > a {
  color: #fdc800;
}
nav#desktop-nav ul li {
  display: inline-block;
  position: relative;
}
nav#desktop-nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
nav#desktop-nav ul li:hover ul:before {
  width: 100%;
}
nav#desktop-nav ul li a {
  padding: 30px 20px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav ul li a {
    padding: 30px 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#desktop-nav ul li a {
    padding: 30px 6px;
  }
}
nav#desktop-nav ul li a:hover {
  color: #fdc800;
}
nav#desktop-nav ul li .active {
  background-color: #1A3B61;
}
nav#desktop-nav ul li .active a {
  color: #fdc800;
}
nav#desktop-nav ul li > ul {
  position: relative;
  /* border-top: 1px solid @accentColor; */
  margin-top: 0;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 180px;
  z-index: 99999;
  background: #002147;
  padding: 0;
  left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav ul li > ul {
    left: -3px;
  }
}
@media only screen and (max-width: 991px) {
  nav#desktop-nav ul li > ul {
    left: -9px;
  }
}
nav#desktop-nav ul li > ul:before {
  position: absolute;
  content: "";
  background-color: #fdc800;
  margin: 0 auto;
  z-index: 12;
  height: 1px;
  top: 0;
  left: 0;
  width: 0%;
  right: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
nav#desktop-nav ul li > ul > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #1A3B61;
}
nav#desktop-nav ul li > ul > li > a {
  padding: 10px 10px 10px 15px;
  display: block;
  color: #FFFFFF;
}
nav#desktop-nav ul li > ul > li:last-child {
  border-bottom: none;
}
nav#desktop-nav ul li > ul > li:hover,
nav#desktop-nav ul li > ul > li .active {
  background: #1A3B61;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav#desktop-nav ul li > ul > li:hover a,
nav#desktop-nav ul li > ul > li .active a {
  color: #fdc800;
}
nav#desktop-nav ul li > ul > li:hover a:before,
nav#desktop-nav ul li > ul > li .active a:before {
  opacity: 0;
}
nav#desktop-nav ul li .mega-menu-area {
  padding: 18px 15px;
  width: 716px;
  left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav ul li .mega-menu-area {
    left: -258px;
  }
}
@media only screen and (max-width: 991px) {
  nav#desktop-nav ul li .mega-menu-area {
    left: -272px;
  }
}
nav#desktop-nav ul li .mega-menu-area > li {
  width: 158px;
  border-bottom: none;
  display: inline-block;
  margin-right: 14px;
}
nav#desktop-nav ul li .mega-menu-area > li:hover {
  background: transparent!important;
}
nav#desktop-nav ul li .mega-menu-area > li:hover > a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav#desktop-nav ul li .mega-menu-area > li:hover > a:hover {
  color: #fdc800;
  background: #1A3B61;
  padding-left: 10px;
}
nav#desktop-nav ul li .mega-menu-area > li a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #1A3B61;
}
nav#desktop-nav ul li .mega-menu-area > li a:last-child {
  border-bottom: none;
}
nav#desktop-nav ul li .mega-menu-area > li:last-child {
  margin-right: 0;
}
nav#desktop-nav ul li .mega-menu-area > li .active {
  padding-left: 10px;
  background-color: #1A3B61;
  color: #fdc800;
}
nav#desktop-nav li.has-child-menu {
  position: relative;
}
nav#desktop-nav li.has-child-menu > a {
  color: #FFFFFF;
}
nav#desktop-nav li.has-child-menu > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}
nav#desktop-nav li.has-child-menu > ul.thired-level {
  position: absolute;
  left: 180px;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
nav#desktop-nav li.has-child-menu > ul.thired-level li a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav#desktop-nav li.has-child-menu > ul.thired-level li:hover a {
  color: #fdc800;
}
nav#desktop-nav li.has-child-menu > ul.thired-level .active {
  background-color: #1A3B61;
}
nav#desktop-nav li.has-child-menu > ul.thired-level .active a {
  color: #fdc800;
}
nav#desktop-nav li.has-child-menu:hover ul.thired-level {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu-area {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.main-menu-area .header-search {
  margin: 30px 0;
  text-align: right;
}
.main-menu-area .header-search .search-form {
  display: none;
  position: absolute;
  bottom: -51px;
  right: 15px;
  z-index: 10;
  color: #FFFFFF;
  height: 50px;
  width: 500px;
  font-size: 18px;
  background: rgba(253, 200, 0, 0.7);
  border: 2px solid #fdc800;
  padding: 5px 18px 5px 10px;
  -webkit-box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
  box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
}
.main-menu-area .header-search a i {
  color: #fdc800;
  border-left: 1px solid #d3d3d3;
  padding-left: 30px;
}
.main-menu-area .header-search input:focus {
  outline: none;
}
.main-menu-area .header-search input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.main-menu-area .header-search input::-moz-placeholder {
  color: #FFFFFF;
}
.main-menu-area .header-search input:-moz-placeholder {
  color: #FFFFFF;
}
.main-menu-area .header-search input:-ms-input-placeholder {
  color: #FFFFFF;
}
.stick {
  background: rgba(0, 33, 71, 0.9);
  border-bottom: 2px solid #002147;
  position: fixed;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#header1 {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
.slider1-area.index1 {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .slider1-area.index1 {
    margin-top: 0;
  }
}
.header2-area .header-top-area {
  background: #002147;
}
.header2-area .header-top-area .header-top-left {
  margin: 7px 0;
}
.header2-area .header-top-area .header-top-left ul li {
  display: inline-block;
  text-transform: lowercase;
  font-size: 13px;
  border-right: 1px solid #BDBDBD;
  margin-right: 15px;
  padding-right: 15px;
}
.header2-area .header-top-area .header-top-left ul li i {
  padding-right: 10px;
  color: #fdc800;
  font-size: 14px;
}
.header2-area .header-top-area .header-top-left ul li a {
  color: #d0d6dd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-left ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.header2-area .header-top-area .header-top-left ul li:hover a {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-right {
  text-align: right;
}
.header2-area .header-top-area .header-top-right ul li {
  font-size: 13px;
  padding-right: 0;
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.header2-area .header-top-area .header-top-right ul li .login-btn-area {
  padding: 9px 15px;
  display: block;
  color: #bcc8d6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-right ul li .login-btn-area i {
  padding-right: 10px;
  font-size: 14px;
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-right ul li .login-btn-area:hover {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-right ul li .apply-btn-area {
  text-align: right;
}
.header2-area .header-search a i {
  color: #444444;
  border-left: 1px solid #d3d3d3;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-search a:hover i {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area nav#desktop-nav > ul > li > a {
  padding: 30px 25px;
  color: #002147;
}
.header2-area nav#desktop-nav > ul > li > a:hover {
  color: #fdc800;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header2-area nav#desktop-nav > ul > li > a {
    padding: 30px 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header2-area nav#desktop-nav > ul > li > a {
    padding: 30px 6px;
  }
}
.header2-area nav#desktop-nav > ul > li ul {
  left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header2-area nav#desktop-nav > ul > li ul {
    left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header2-area nav#desktop-nav > ul > li ul {
    left: -9px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header2-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -267px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header2-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -272px;
  }
}
.header2-area nav#desktop-nav > ul .active > a {
  color: #fdc800;
}
.header2-area .stick {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header3-area {
  position: fixed;
  z-index: 15;
  left: 0;
  right: 0;
}
.header3-area .header-top-area {
  background: transparent;
}
.header3-area .header-top-area .top-bar-border {
  position: relative;
}
.header3-area .header-top-area .top-bar-border:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #656565;
}
.header3-area .header-top-area .top-bar-border:after {
  clear: both;
  content: "";
  display: block;
}
.header3-area .header-top-area .header-top-left {
  padding-top: 8px;
}
.header3-area .header-top-area .header-top-left ul li {
  display: inline-block;
  text-transform: lowercase;
  font-size: 13px;
  border-right: 1px solid #BDBDBD;
  margin-right: 15px;
  padding-right: 15px;
}
.header3-area .header-top-area .header-top-left ul li i {
  padding-right: 10px;
  color: #fdc800;
  font-size: 14px;
}
.header3-area .header-top-area .header-top-left ul li a {
  color: #d0d6dd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .header-top-left ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.header3-area .header-top-area .header-top-left ul li:hover a {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .header-top-right {
  text-align: right;
}
.header3-area .header-top-area .header-top-right ul li {
  position: relative;
  font-size: 13px;
  padding-right: 0;
  display: inline-block;
  margin-left: 15px;
}
.header3-area .header-top-area .header-top-right ul li a {
  color: #bcc8d6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .header-top-right ul li a i {
  padding-right: 10px;
  font-size: 14px;
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .header-top-right ul li a:hover {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .header-top-right ul li .apply-btn-area {
  text-align: right;
}
.header3-area .header-divider {
  border-bottom: 1px solid #656565;
}
.header3-area nav#desktop-nav > ul > li > a {
  padding: 30px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header3-area nav#desktop-nav > ul > li > a {
    padding: 30px 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header3-area nav#desktop-nav > ul > li > a {
    padding: 30px 6px;
  }
}
.header3-area nav#desktop-nav > ul > li ul {
  left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header3-area nav#desktop-nav > ul > li ul {
    left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header3-area nav#desktop-nav > ul > li ul {
    left: -9px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header3-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -267px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header3-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -272px;
  }
}
.header4-area .header-top-area {
  padding: 10px 0 8px;
  background: #FFFFFF;
}
.header4-area .header-top-area .header-top-right {
  text-align: right;
}
.header4-area .header-top-area .header-top-right ul li {
  position: relative;
  font-size: 16px;
  padding-right: 0;
  display: inline-block;
  margin-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #212121;
}
.header4-area .header-top-area .header-top-right ul li:nth-child(3n) {
  border-right: none;
}
.header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
  border-right: none;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
    display: none;
  }
}
.header4-area .header-top-area .header-top-right ul li i {
  padding-right: 10px;
  font-size: 18px;
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header4-area .header-top-area .header-top-right ul li a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header4-area .header-top-area .header-top-right ul li a:hover {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header4-area .header-top-area .header-top-right ul li .apply-btn-area {
  text-align: right;
}
.header4-area .header-top-area .header-top-right .login-form {
  position: absolute;
  z-index: 999;
  top: 46px;
  right: -20px;
  width: 540px;
  height: 444px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .header4-area .header-top-area .header-top-right .login-form {
    margin-bottom: 15px;
  }
}
.header4-area .header-top-area .header-top-right .login-form label {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #002147;
}
.header4-area .header-top-area .header-top-right .login-form input {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #BDBDBD;
  margin-bottom: 15px;
  color: #002147;
  font-weight: 500;
  font-size: 15px;
}
.header4-area .header-top-area .header-top-right .login-form span {
  font-size: 13px;
  margin-right: 15px;
  color: #002147;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area .header-top-area .header-top-right .login-form span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .header4-area .header-top-area .header-top-right .login-form span {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
  }
}
.header4-area .header-top-area .header-top-right .login-form span input {
  width: inherit;
  height: inherit;
  margin-right: 10px;
  padding: 30px;
}
.header4-area nav#desktop-nav > ul {
  text-align: left;
}
.header4-area nav#desktop-nav > ul > li > a {
  padding: 20px 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header4-area nav#desktop-nav > ul > li > a {
    padding: 20px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area nav#desktop-nav > ul > li > a {
    padding: 20px 11px;
  }
}
.header4-area nav#desktop-nav > ul > li ul {
  left: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header4-area nav#desktop-nav > ul > li ul {
    left: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area nav#desktop-nav > ul > li ul {
    left: -3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -68px;
  }
}
.header4-area .header-search {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  header {
    display: none;
  }
}
.mobile-menu-area {
  display: none;
}
.mean-container .mean-bar {
  float: none;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 6px 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 10px;
  }
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-nav ul li a {
  color: #212121;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav ul li a:hover {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
.mean-container a.meanmenu-reveal {
  position: absolute;
}
.mean-bar + div#wrapper {
  padding-top: 53px;
}
.mean-container .mean-nav ul li li a {
  color: #212121;
  opacity: 1;
}