@charset "utf-8";

/* CSS Document 

Project Name:  Bootstrap 4 Fremwork HTML5 Template     
Version:  1.0   
Author Name: Set PVT.
Support Email : shakil.shakil.ahsan@gmail.com
Design By: Naim Hasan
Creation Date: December 23, 2019

*****=====***** TABLE OF CONTENT *****=====*****

01. IMPORTED STYLE CSS
02. GENERAL CSS
    //Form CSS
    //Pege Css
    //Preloader Css
    //Scrollup CSS
    //Owl Dots Css
    //Overly Color Css
    //Border Style Css
    //Margin Padding Css Style
    //Section Title Css Style
00. Banner CSS

*/

/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abel:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/* OTHER IMPORTED CSS */
@import url('flaticon.css');
@import url('bootstrap-dropdownhover.css');
@import url('menu.css?v=1.8');
@import url('fancybox.css');
@import url('font-awesome.min.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('magnific-popup.css');
@import url('images-rtate.css');
@import url('toggle-switch.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('animate.css');

/*****=====*****=====*****=====*****=====
    02. General CSS 
=====*****=====*****=====*****=====*****/

body {
    background-color: #fff;
    color: #999999;
    line-height: 1.65;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/*@media (max-width: 767px) {*/
@media (max-width: 991px) {
    body {
      font-size: 12px;
    }

    .navbar-toggler{
        background-color: #002170 !important;
        margin-right: 10px;
    }
    .inner-wrapper {        
        margin-top: 130px !important;
    }
    .header .navbar-nav {
        border-right: 1px solid rgba(255, 255, 255, 0.06);
        /*margin-right: 32px;
        padding-right: 32px;*/
    }
}

* {
    margin:0;
    padding:0;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #002170;
    font-weight: 700;
    margin-top: 0;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    font-size:16px;
    text-align: justify;
    letter-spacing: 0.4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

div {
    outline: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a {
    /*color: #fff;*/
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    box-shadow: none;
    outline: none;
    color: #777;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.url_color{
    color: #0196EA;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.url_color:focus,
a.url_color:hover,
a.url_color:active {
    text-decoration: none;
    box-shadow: none;
    outline: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:focus,
button:hover,
button:active {
    text-decoration: none;
    box-shadow: none;
    outline: none;
    /*color: #fff;*/
    color:#000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    text-decoration: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.btn-link:hover {
    text-decoration: none;
    outline: none;
} 

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
img.imgpublicaciones:hover{
    opacity: 0.7;
}

/* Form CSS */
input {
    resize: none;
    height: 55px;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.form-control {
    resize: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/* Pege Css */
.page-wrapper {
    overflow: hidden;
}

/*Preloader Css*/
.preloader {
    background-color:#fff;
    background-image:url('../images/preloader.gif');
    background-position:center center;
    background-repeat:no-repeat;
    height:100%;
    left:0px;
    position:fixed;
    top:0px;
    width:100%;
    z-index:999999;
}

/*Scrollup CSS*/
.scrollup {
    background-image: -moz-linear-gradient( 90deg, rgb(52,64,79) 0%, rgb(0,33,112) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(52,64,79) 0%, rgb(0,33,112) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(52,64,79) 0%, rgb(0,33,112) 100%);
    border-radius: 50%;
    bottom: 25px;
    color: #ffffff;
    display: none;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 999;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.scrollup:hover {
    background-image: -moz-linear-gradient( 64deg, rgb(52,64,79) 0%, rgb(0,33,112) 100%);
    background-image: -webkit-linear-gradient( 64deg, rgb(52,64,79) 0%, rgb(0,33,112) 100%);
    background-image: -ms-linear-gradient( 64deg, rgb(52,64,79) 0%, rgb(0,33,112) 100%);
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a.scrollup i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a.scrollup:hover i {
    color: #fff;
}

a.scrollup:active i,
a.scrollup:focus i {
    color: #fff;
}

/*  */

#div-fixed-top.col-4-div {
    width: 370px;
}

/* Owl Dots Css */
.owl-theme .owl-dots {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 2px solid #989898;
    border-radius: 50%;
    box-shadow: none;
    width: 14px;
    height: 14px;
    margin: 0;
    margin-right: 7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #fe5242;
    background-color: #fe5242;
    position: relative;
    margin-right: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot.active span:after,
.owl-theme .owl-dots .owl-dot:hover span:after {
    position: absolute;
    background-color: #fe5242;
    width: 20px;
    height: 2px;
    content: "";
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot:last-child.active span:after,
.owl-theme .owl-dots .owl-dot:last-child:hover span:after {
    display: none;
}

/* Form Area */

.form-area {
    
}

.form-area .form-group {
    margin-bottom: 30px;
}

.form-area .form-control {
    background-color: #fff;
    border: 2px solid #eee;
    height: 60px;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 14px;
}

.form-area textarea.form-control {
    height: 250px;
    padding-top: 22px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.form-area .form-group a {
    background-color: #dc3827;
    border: 2px solid #b1986f3d;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 28px 9px;
    display: inline-block;
}

/* Mockup Css */
.mockup-img {
    position: absolute;
    width: 240px;
    left: -138px;
    top: 85%;
}

/* Map Wrapper */
.map-wrapper {
    
}

.map-wrapper iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

/* Border Style Css */
.iframe-map iframe {
    border: 0;
    height: 469px;
    width: 100%;
}

.video-wrapper a {
    color: #fff;
    background-color: #db3827b5;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding-left: 4px;
    border-radius: 2px;
}

.video-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}

/* Margin Padding Css Style */

/* Section Title Css Style */
.section-title {
    text-align: center;
    margin-bottom: 65px;
}

.section-title h6 {
    color: #dc3827;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.section-title h1 {
    color: #004C94;
    font-size: 54px;
    margin-bottom: 0;
}

/*****=====*****=====*****=====*****=====
Botones inicio
=====*****=====*****=====*****=====*****/

#btn-congreso,#btn-datos,#btn-membresia,#btn-pagos,#btn-elecciones {
    width: 356px;
    margin-right: 40px;
    margin-bottom: 30px;
    height: 166px;
    position: relative;
    float: left;
    display: block;
    transition: none;
}
#btn-congreso {
    background-image: url(../images/botones/congreso.png);
}
#btn-datos {
    background-image: url(../images/botones/misdatos.png);    
}
#btn-membresia {
    background-image: url(../images/botones/membresias.png);
}
#btn-pagos {
    background-image: url(../images/botones/pagos.png);
}
#btn-elecciones {
    background-image: url(../images/botones/Elecciones2025.png);
    left: -3.5px;
}
#btn-congreso:hover,#btn-datos:hover,#btn-membresia:hover,#btn-pagos:hover, #btn-elecciones:hover {
    background-position: -100% 0%;
}

/*#btn-datos {
    width: 356px;
    height: 166px;
    background-image: url(../images/botones2/misdatos.png);    
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    transition: none;
}

#btn-congreso {
    width: 356px;
    height: 166px;
    background-image: url(../images/botones2/congreso.png);    
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    transition: none;
}

#btn-membresia {
    width: 356px;
    height: 166px;
    background-image: url(../images/botones2/membresias.png);    
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    transition: none;
}

#btn-pagos {
    width: 356px;
    height: 166px;
    background-image: url(../images/botones2/pagos.png);    
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    transition: none;
}

#btn-elecciones {
    width: 356px;
    height: 166px;
    background-image: url(../images/botones2/Elecciones2025.png);    
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    transition: none;
}

#btn-congreso:hover,#btn-datos:hover,#btn-membresia:hover,#btn-pagos:hover, #btn-elecciones:hover {
    background-position: -356px 0;
}*/

/*****=====*****=====*****=====*****=====
00. Menu CSS
=====*****=====*****=====*****=====*****/

.header {

}

.top-bar .contact-info {
    float: left;
}

.top-bar .contact-info ul {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 48px 12px 0;
}

.top-bar .contact-info li {
    color: #eee;
    display: inline-block;
    letter-spacing: 0.6px;
}

.top-bar .contact-info i {
    color: #fcab03;
    font-size: 16px;
    margin-right: 6px;
}

.top-bar .social-icons {
    float: right;
    
}

.top-bar .social-icons ul li {
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px;
}

.top-bar .social-icons ul li:last-child {
    margin-right: 0;
}

.top-bar .social-icons ul li a {
    color: #eee;
    font-size: 16px;
}

.header .menu-style .navbar-nav .nav-item .nav-link {
    color: #002170;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 15px;
    padding: 34px 24px;
}

.header .menu-style .navbar-nav .nav-item .dropdown-menu {
    border-color: #004c94;
}

.header .menu-style .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 13px;
}

.header .navbar-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    /*margin-right: 32px;
    padding-right: 32px;*/
}

.header .dropdown-buttons {
    margin-top: 0;
}

.header .dropdown-buttons .btn-group .btn {
    background-color: transparent;
    font-size: 18px;
    color: #002170;
}

.header .dropdown-buttons .menu-search-box ul {
    background-color: transparent;
    padding: 0;
    top: 28px;
}

.header .dropdown-buttons .menu-search-box form .form-group,
.header .dropdown-buttons .menu-search-box form .form-group .form-control {
    border-radius: 0;
    height: 60px;
    font-size: 15px;
    letter-spacing: 0;
}

.header .dropdown-buttons .menu-search-box .search-box i {
    height: 60px;
    width: 60px;
    font-size: 18px;
    line-height: 64px;
    background-color: #004c94;
}

/***********************PARA AGREGAR INPUT Y BOTON DE AGREGAR************************/
.search-general form .form-group,
.search-general form .form-group .form-control {
    border-radius: 0;
    height: 60px;
    font-size: 15px;
    letter-spacing: 0;
    display: flex;
}

.search-general form .form-group i {
    position: relative;
    display:inline-block;
    height: 60px;
    width: 60px;
    font-size: 18px;
    line-height: 64px;
    background-color: #004c94;    
    float: right !important;
    color: #fff;
}
.search-general form .form-group button:hover{
    opacity: 0.7;
}

/* Menu CSS Style Two */

.header .menu-style.st2 .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 13px;
    padding: 20px 20px 18px;
}

.header .menu-style.st2 .fixed-header {
    background-color: #fff;
}

.header .menu-style.st2 .navbar-brand img {
    width: 128px;
}

.header .menu-style.st2 .navbar-nav {
    border-color: #eee;
}

.header .menu-style.st2 .dropdown-buttons .btn-group .btn {
    color: #999;
    font-size: 15px;
    line-height: 42px;
}

.header .menu-style.st2 .dropdown-buttons .menu-search-box ul {
    top: 11px;
}

.header .menu-style.st2 .dropdown-buttons .menu-search-box form .form-group,
.header .menu-style.st2 .dropdown-buttons .menu-search-box form .form-group .form-control {
    height: 48px;
    font-size: 14px;
    padding-left: 22px;
}

.header .menu-style.st2 .dropdown-buttons .menu-search-box .search-box i {
    height: 60px;
    width: 60px;
    font-size: 14px;
    line-height: 50px;
    background-color: #004c94;
}

.header .menu-style.st2 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 13px;
}

/*****=====*****=====*****=====*****=====
    00. Banner CSS 
=====*****=====*****=====*****=====*****/

.banner-wrapper {
    position: relative;
    z-index: 1;
}

/*.banner-wrapper .text-wrapper {
    width: 498px;
    height: auto;
    right: -150px;
    position: absolute;
    bottom: -20%;
    transform: translateY(-50%);
    padding-bottom: 35px;
    padding-top: 90px;
}*/
.banner-wrapper .text-wrapper {
    width: 498px;
    height: auto;
    /*right: 368px;*/
    right: 40%;
    position: absolute;
    /*top: 50%;*/
    top:85%;
    transform: translateY(-50%);
    padding-bottom: 35px;
    padding-top: 90px;
}

.banner-wrapper .text-wrapper .btn-theme {
    font-family: 'Abel', sans-serif !important;
    font-size: 24px;
    /*font-weight: 700;*/
    color: #fff;
    background-color: #004c94;
    /*padding: 14px 28px 10px;*/
    padding: 0px 8px 0px 8px;
    letter-spacing: 1.0px;
    margin-top: 27px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 10px;
}

.banner-wrapper .text-wrapper .btn-theme:hover {
    background-color: #0056b3;
    color: #fff;
}

.banner-wrapper .text-wrapper .btn-theme.bg-white {
    background-color: #fff;
    color: #242424;
}

.banner-wrapper .text-wrapper .home-icon {
    width: 100px;
    margin-bottom: 16px;
}

.banner-wrapper .text-wrapper h4 {
    color: #fff;
    font-size: 48px;
    line-height: 70px;
    letter-spacing: 1px;
}

.banner-wrapper .text-wrapper p {
    color: #4aafd1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.9px;
    margin-top: 18px;
}

.banner-wrapper .text-wrapper .hidden-box {
    overflow: hidden;
}

.banner-wrapper .text-wrapper img,
.banner-wrapper .text-wrapper h4,
.banner-wrapper .text-wrapper p,
.banner-wrapper .text-wrapper a {
    -moz-animation: fadeInDown 1.5s 0.2s forwards;
    -webkit-animation: fadeInDown 1.5s 0.2s forwards;
    -o-animation: fadeInDown 1.5s 0.2s forwards;
    -ms-animation: fadeInDown 1.5s 0.2s forwards;
    animation: fadeInDown 1.5s 0.2s forwards;
}

#home-st1 .carousel-inner .carousel-item .min-home-img {
    width: 100%;
    height: 100vh;
}

/* Carousel */

.carousel-indicators li {
    width: 14px;
    height: 14px;
    /*background-color: rgb(255, 255, 255);*/
    background-color: #004c94;
    border-radius: 2px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    font-size: 38px;
}

.carousel-indicators .active {
    /*background-color: #004C94;*/
    background-color: #fff;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    opacity: 0;
}

.carousel .carousel-control-next:hover,
.carousel .carousel-control-prev:hover {
    opacity: 0.6;
}

/* keyframes */

@-webkit-keyframes line-animation {
  form {
    top: 0;
  }
  to {
    top: 100%;
  }
}

@keyframes line-animation {
  form {
    top: 0;
  }
  to {
    top: 100%;
  }
}

@-webkit-keyframes line-animation {
  form {
    bottom: 0;
  }
  to {
    bottom: 100%;
  }
}

@keyframes line-animation {
  form {
    bottom: 0;
  }
  to {
    bottom: 100%;
  }
}


/* Banner CSS Style Two */

.banner-wrapper-st2 {
    background-image: url('../images/bg/BannerCongreso2.png');
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: unset;
    margin-top: 130px; /*110*/
}

.banner-wrapper-st2 .text-wrapper {
	padding-top: 210px;
}

.banner-wrapper-st2 .text-wrapper h3 {
    font-family: 'Poppins', sans-serif;;
    color: #fff;
    font-size: 56px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-wrapper-st2 .text-wrapper h3 span {
    
}

.banner-wrapper-st2 .text-wrapper p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 32px;
    text-transform: lowercase;
}

/*****=====*****=====*****=====*****=====
    00. Welcome Future CSS 
=====*****=====*****=====*****=====*****/

.welcome-future-wrapper {
	padding: 100px 0 94px;
}

.welcome-future-area {
}

.welcome-future-area .thumb {
    padding: 0 30px 0 30px;
}

.welcome-future-wrapper .text-wrapper {
}

.welcome-future-wrapper .text-wrapper h6 {
    color: #dc3827;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 26px;
}

.welcome-future-wrapper .text-wrapper h1 {
    color: #0d0d20;
    font-size: 54px;
    line-height: 58px;
    margin-bottom: 30px;
}

.welcome-future-wrapper .text-wrapper p {
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 36px;
}

.welcome-future-wrapper .text-wrapper .btn-theme {   
    font-size: 14px;
    font-weight: 700;
    color: #242424;
    background-color: #f2b827;
    padding: 16px 28px 14px;
    letter-spacing: 0.4px;
    display: inline-block;
}

.welcome-future-wrapper .text-wrapper .btn-theme:hover {    
    background-color: #dc3827;
    color: #fff;
}

/*****=====*****=====*****=====*****=====
    00. About CSS 
=====*****=====*****=====*****=====*****/

.about-wrapper {
	padding: 84px 0 64px;
	position: relative;
}

.about-wrapper:before {
    position: absolute;
    content: "";
    width: 288px;
    height: 288px;
    border-radius: 50%;
    /*border: 35px solid #f2f2f2;*/
    right: 186px;
    top: 37px;
}

.about-wrapper .img-wrapper {
}

.about-wrapper .img-wrapper img {
    width: 340px;
}

.about-wrapper .text-wrapper {
    padding-top: 70px;
}

.about-wrapper .text-wrapper h6 {
    color: #dc3827;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 26px;
}

.about-wrapper .text-wrapper h1 {
    color: #002170;
    font-size: 54px;
    line-height: 58px;
    margin-bottom: 30px;
}

.about-wrapper .text-wrapper p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}

.about-wrapper .text-wrapper .phone-wrapper {
}

.about-wrapper .text-wrapper .phone-wrapper a {
    color: #dc3827;
    font-size: 28px;
    font-weight: 500;
}

.about-wrapper .text-wrapper .phone-wrapper span {
    color: #4aafd1;
    font-size: 37px;
    margin-right: 18px;
    vertical-align: sub;
}

/* About CSS Style Two */

.about-wrapper.st2 {

}

.about-wrapper .text-wrapper {
    padding-top: 13px;
}

/* comantada por oli sombra en los titulos principales*/
/*.about-wrapper.st2 .text-wrapper h1 {
    text-shadow: -4px 6px 5px #0000002e;
}*/

.about-wrapper.st2 .text-wrapper p {
    border-bottom: 1px solid #eee;
    padding-bottom: 26px;
}

.about-wrapper.st2 .text-wrapper .about-list {
}

.about-wrapper.st2 .text-wrapper .about-list li {
    display: inline-block;
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 14px;
}

.about-wrapper.st2 .text-wrapper .about-list li:before {
    position: absolute;
    content: "";
    background-color: #30abf4;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    border-radius: 2px;
    transform: translateY(-50%);
}

.about-wrapper.st2 .text-wrapper .about-list li a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #999;
    font-size: 13px;
    margin-left: 16px;
}

.about-wrapper.st2 .text-wrapper .about-list li a:hover {
    color: #dc3827;
}

.about-wrapper.st2 .text-wrapper .btn-theme {
    font-family: 'Abel', sans-serif !important;
    font-size: 24px;
    /*font-weight: 700;*/
    color: #fff;
    background-color: #004c94;
    padding: 0px 8px 0px 8px;
    letter-spacing: 1.0px;
    margin-top: 27px;
    display: inline-block;
    border-radius: 10px;
}

.about-wrapper.st2 .text-wrapper .btn-theme:hover{
    background-color: #005fb9;
    color: #fff;
}

.ligaconstancia .text-wrapper .btn-theme {
    font-family: 'Abel', sans-serif !important;
    font-size: 24px;
    /*font-weight: 700;*/
    color: #fff;
    background-color: #004c94;
    padding: 0px 8px 0px 8px;
    letter-spacing: 1.0px;
    /*margin-top: 27px;*/
    display: inline-block;
    border-radius: 10px;
}

.ligaconstancia .text-wrapper .btn-theme:hover{
    background-color: #005fb9;
    color: #fff;
}

/*****=====*****=====*****=====*****=====
    00. Courses CSS OLI
=====*****=====*****=====*****=====*****/
.courses-wrapper .text-wrapper .btn-theme {
    font-family: 'Abel', sans-serif !important;
    font-size: 24px;
    /*font-weight: 700;*/
    color: #fff;
    background-color: #004c94;
    padding: 0px 8px 0px 8px;
    letter-spacing: 1.0px;
    margin-top: 27px;
    display: inline-block;
    border-radius: 10px;
}

.courses-wrapper .text-wrapper .btn-theme:hover{
    background-color: #005fb9;
    color: #fff;
}

.courses-wrapper .text-wrapper h1 {
    color: #002170;
    font-size: 54px;
    line-height: 58px;
    margin-bottom: 30px;
}

.courses-wrapper .section-title h1 {
    color: #002170;
    font-size: 54px;
    line-height: 58px;
    margin-bottom: 30px;
}

.events-wrapper .text-wrapper .btn-theme {
    font-family: 'Abel', sans-serif !important;
    font-size: 24px;
    /*font-weight: 700;*/
    color: #fff;
    background-color: #004c94;
    padding: 0px 8px 0px 8px;
    letter-spacing: 1.0px;
    margin-top: 27px;
    display: inline-block;
    border-radius: 10px;
}

.events-wrapper .text-wrapper .btn-theme:hover{
    background-color: #005fb9;
    color: #fff;
}

.pie-logos{
    padding-top:10%;
}

/*****=====*****=====*****=====*****=====
    00. Courses CSS 
=====*****=====*****=====*****=====*****/

.courses-wrapper {
	padding: 100px 0 76px;
	background-color: #f2f2f2;
	position: relative;
}

.courses-item {
}

.courses-item .price-box {
    background-image: -moz-linear-gradient( 20deg, rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    background-image: -webkit-linear-gradient( 20deg, rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    background-image: -ms-linear-gradient( 20deg, rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.6px;
    font-size: 12px;
    border-radius: 0;
    display: inline-block;
    right: 18px;
    top: -6px;
    box-shadow: -4px 5px 8px 0 rgba(0, 0, 0, 0.2);
}

/* .courses-item .price-box:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 0 7px 8px;
    border-color: transparent transparent #999;
    left: -8px;
    z-index: 1;
    top: 0px;
    opacity: 0.55;
} */

.courses-item .price-box span {
}

.courses-item .thumb {
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.courses-item .thumb img {
    border-radius: 4px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.courses-item:hover .thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.courses-item .content {
    background-color: #fff;
    padding: 20px 26px 20px;
}

.courses-item .content .tag-box {

}

.courses-item .content .tag-box {
    margin-bottom: 4px;
}

.courses-item .content .tag-box li {
    display: inline-block;
}

.courses-item .content .tag-box li a {
    color: #bfbfbf;
    font-size: 10px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 700;
}

.courses-item .content .tag-box li a:hover {
    color: #dc3827;
}

.courses-item .content h4 {
    font-family: 'Poppin', sans-serif;
    /*text-transform: capitalize;*/
    font-weight: 700;
    letter-spacing: 0.4px;
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    margin-bottom: 8px;
}

.courses-item .content h4 a {
    font-family: 'Poppin', sans-serif;
    color: #222222;
    font-size: 16px;
}

.courses-item .content .rating-box {
    margin-bottom: 8px;
}

.courses-item .content .rating-box li {
    display: inline-block;
}

.courses-item .content .rating-box li:last-child {
    margin-left: 6px;
}

.courses-item .content .rating-box li a {
}

.courses-item .content .rating-box li a span {
    color: #dc3827;
    font-weight: 700;
    font-size: 12px;
}

.courses-item .content .rating-box li a i {
    letter-spacing: 1px;
    color: #f2b827;
    font-size: 16px;
}

.courses-item .content p {
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
}

.courses-item .content .bottom-box {
    border-top: 1px solid #ddd;
    padding-top: 18px;
    margin-top: 14px;
}

.courses-item .content .bottom-box li {
    display: inline-block;
    color: #000;
}

.courses-item .content .bottom-box li:last-child {
    float: right;
}

.courses-item .content .bottom-box li i {
    margin-right: 6px;
}

.courses-item .content .bottom-box li span {
    font-weight: 500;
    font-size: 12px;
}

/* Courses CSS Style Two */

.courses-item.st2 {
    position: relative;
    z-index: 1;
    height: 380px;
    /*border: 1px solid #eee;*/
    overflow: hidden;
}

.courses-item.st2 .content {
    position: absolute;
    bottom: 0;
    opacity: 0.93;
    text-align: center !important;
    width: 100%;
}

.courses-item.st2 .st2-theme {
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 4px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.courses-item.st2:hover .st2-theme {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Course Details CSS */

.course-details-wrapper {
    padding: 100px 0;
}

.course-details-wrapper-area {
    
}

.course-details-wrapper-area .grid-wrapper {
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

.course-details-wrapper-area .grid-wrapper .title-box {
    border-bottom: 1px solid #ddd;
    padding: 22px 0 18px;
    margin: 0 34px;
}

.course-details-wrapper-area .grid-wrapper .title-box h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #4d5259;
}

.course-details-wrapper-area .grid-wrapper .content-box {
    margin: 0 34px;
    padding: 22px 0;
}

.course-details-wrapper-area .grid-wrapper .content-box ul.list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.course-details-wrapper-area .grid-wrapper .content-box ul.list li {
    width: 41%;
}

.course-details-wrapper-area .grid-wrapper .content-box ul.list li + li {
    margin-bottom: 14px;
}

.course-details-wrapper-area .grid-wrapper .content-box ul.list li i {
    color: #989898;
    font-size: 26px;
    float: left;
    position: relative;
    top: 4px;
}

.course-details-wrapper-area .grid-wrapper .content-box ul.list li span {
    color: #999;
    font-size: 14px;
    letter-spacing: 0.4px;
    display: flex;
    padding-left: 8px;
    line-height: 26px;
}

.course-details-wrapper-area .grid-wrapper .content-box ul.list li span:hover {
    color: #737373;
}

.course-details-wrapper-area .see-more-btn {
    text-transform: capitalize;
    color: #007791;
    font-size: 13px;
}

.course-details-wrapper-area .grid-wrapper .see-more-btn:hover,
.course-details-wrapper-area .grid-wrapper .see-more-btn:focus {
    color: #003845;
}

.requirements-box {
    margin-bottom: 42px;
}

.requirements-box .title {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #4d5259;
    margin-bottom: 14px;
}

.requirements-box ul li {
    position: relative;
    margin-bottom: 10px;
}

.requirements-box ul li:before {
    position: absolute;
    content: "";
    background-color: #30abf4;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    border-radius: 2px;
    transform: translateY(-50%);
}

.requirements-box ul li span {
    color: #999;
    font-size: 14px;
    letter-spacing: 0.4px;
    display: flex;
    padding-left: 20px;
    line-height: 26px;
}

.description-box {
    margin-bottom: 50px;
}

.description-box .title {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #4d5259;
    margin-bottom: 14px;
}

.description-box h6 {
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 14px;
}

.description-box p {
    color: #999;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 26px;
    margin-bottom: 14px;
}

.description-box p span {
    color: #dc3827;
    text-decoration-line: underline;
}

.course-content-wrapper {
    margin-bottom: 58px;
}

.course-content-wrapper .title {
    display: flex;
    padding: 22px 19px;
    border: 1px solid rgba(0,0,0,.125);
}

.course-content-wrapper .title h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #4d5259;
    flex-basis: 60%;
    border-bottom: none;
}

.course-content-wrapper .title .section-title-right {
    display: flex;
    justify-content: flex-end;
    flex-basis: 40%;
    text-align: right;
}

.course-content-wrapper .title .section-title-right span:nth-child(1) {
    font-weight: 400;
    font-size: 15px;
    margin-right: 74px;
}

.course-content-wrapper .title .section-title-right span:nth-child(2) {
    font-weight: 400;
    font-size: 15px;
}

.course-accordion-wrapper {

}

.course-accordion-wrapper .card .card-header {
    cursor: pointer;
}

.course-accordion-wrapper .card .card-header .course-name-header {
    position: relative;
    display: flex;
}

.course-accordion-wrapper .card .card-header .course-name-header:after {
    font-family: 'FontAwesome';
    content: "\f056";
    font-size: 14px;
    position: absolute;
}

.course-accordion-wrapper .card .card-header .course-name-header.collapsed:after {
    display: none;
}

.course-accordion-wrapper .card .card-header .course-name-header:before {
    font-family: 'FontAwesome';
    content: "\f055";
    font-size: 14px;
    display: none;
}

.course-accordion-wrapper .card .card-header .course-name-header.collapsed:before {
    display: inline-block;
}

.course-accordion-wrapper .card .card-header .course-name-header span {
    color: #000;/*color: #505763;*/
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    padding-left: 26px;
    flex-basis: 60%;
}

.course-accordion-wrapper .card .card-header .course-name-header .section-header-right {
    display: flex;
    justify-content: flex-end;
    flex-basis: 40%;
    text-align: right;
}

.course-accordion-wrapper .card .card-header .course-name-header .section-header-right span {
    font-weight: 400;
    font-size: 13px;
}

.course-accordion-wrapper .card .card-header .course-name-header .section-header-right span {
    font-weight: 400;
    font-size: 13px;
}

.course-accordion-wrapper .card {
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 4px;
}

.course-accordion-wrapper .card .card-body {
    padding: 20px;
}

.course-accordion-wrapper .card .card-body .lecture-item {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 10px 20px;
}

.course-accordion-wrapper .card .card-body .lecture-item:last-child {
    margin-bottom: 0;
}

.course-accordion-wrapper .card .card-body .lecture-item i {
    color: #007791;
    font-size: 13px;
    margin-right: 14px;
    opacity: 0.4;
    line-height: 23px;
}

.course-accordion-wrapper .card .card-body .lecture-item a {
    color: #007791;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.5px;

    flex-basis: 65%;
}

.course-accordion-wrapper .card .card-body .lecture-item .section-body-right {
    display: flex;
    justify-content: flex-end;
    flex-basis: 40%;
    text-align: right;
}

.course-accordion-wrapper .card .card-body .lecture-item .section-body-right span:nth-child(1) {
    font-weight: 400;
    font-size: 13px;
    padding-right: 124px;
}

.course-accordion-wrapper .card .card-body .lecture-item .section-body-right span:nth-child(2) {
    font-weight: 400;
    font-size: 13px;
}

.instructor-item {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.instructor-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.instructor-item .thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.instructor-item .thumb img {
    width: 96px;
    height: 96px;
    border-radius: 50px;
}

.instructor-item .thumb ul {
    margin-top: 10px;
    text-align: center;
}

.instructor-item .thumb ul li {
    width: 32%;
    position: relative;
    float: left;
}

.instructor-item .thumb ul a {
    color: #999;
}

.instructor-item .thumb ul a:hover {
    color: #000;
}

.instructor-item .content {
    margin-left: 160px;
    padding-top: 12px;
}

.instructor-item .content h4 {
    color: #007791;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.instructor-item .content h5 {
    font-family: 'Rubik', sans-serif;
    font-style: italic;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.instructor-item .content h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    color: #666;
}

.feedback-item {
    position: relative;
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.feedback-item .course-rating {
    width: 24%;
    border: 2px solid #eee;
    padding-top: 23px;
    text-align: center;
    margin-right: 26px;
}

.feedback-item .course-rating h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 58px;
    font-weight: 400;
}

.feedback-item .course-rating ul {
    
}

.feedback-item .course-rating ul li {
    display: inline-block;
}

.feedback-item .course-rating ul li a {
    letter-spacing: 1px;
    color: #f2b827;
    font-size: 18px;
}

.feedback-item .course-rating h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #989898;
    margin-top: 2px;
}

.review-summary-widget {
    position: relative;
    width: 72%;
}

.review-summary-widget .review-summary {
    display: inline-block;
    width: 100%;
}

.review-summary-widget div.review-summary + div.review-summary {
    margin-top: 2px;
}

.review-summary-widget .review-summary .progress-widget {
    float: left;
    width: 68%;
    position: relative;
    cursor: pointer;
}

.review-summary-widget .review-summary .progress-widget span:nth-child(1) {
    background-color: #8a92a3;
    display: inline-block;
    height: 20px;
    position: absolute;
    border-radius: 4px;
}

.review-summary-widget .review-summary .progress-widget span:nth-child(2) {
    background-color: #e9ecef;
    width: 100%;
    display: inline-block;
    height: 20px;
    border-radius: 4px;
}

.review-summary-widget .review-summary .rating-widget {
    float: left;
    display: flex;
    margin-left: 13px;
}

.review-summary-widget .review-summary .rating-widget ul {
    margin-right: 6px;
}

.review-summary-widget .review-summary .rating-widget ul li {
    display: inline-block;
}

.review-summary-widget .review-summary .rating-widget ul li a {
    color: #f2b827;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 20px;
}

.review-summary-widget .review-summary .rating-widget h6 {
    display: inline-block;
    float: right;
    font-family: 'Rubik', sans-serif;
    color: #007791;
}

.reviews-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 48px;
}

.reviews-item .icon {
    position: absolute;
    display: inline-block;
    background-color: rgb(104, 111, 122);
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
}

.reviews-item .icon h1 {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 72px;
    font-weight: 400;
}

.reviews-item .content {
    padding-left: 122px;
}

.reviews-item .content h4 {
    color: #007791;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.reviews-item .content h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    color: #666;
}

.course-cart-wrapper {
    border: 1px solid #ddd;
    padding: 8px;
    background-color: #fff;
}

.course-cart-wrapper .thumb {
    position: relative;
}

.course-cart-wrapper .content {
    padding: 24px;
}

.course-cart-wrapper .content h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 6px;
}

.course-cart-wrapper .content h1 s {
    font-size: 14px;
    color: #989898;
    font-weight: 400;
}

.course-cart-wrapper .content span i {
    margin-right: 8px;
}

.course-cart-wrapper .content span {
    color: #dc3827;
    text-transform: capitalize;
    font-weight: 400;
}

.course-cart-wrapper .content .theme-btn-box {
}

.course-cart-wrapper .content .theme-btn-box .theme-btn {
    background-color: #ec5252;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    display: block;
    text-align: center;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
}

.course-cart-wrapper .content .theme-btn-box .theme-btn:hover {
    background-color: #686f7a;
}

.course-cart-wrapper .content .theme-btn-box .theme-btn.border {
    color: #686f7a;
    background-color: #fff;
    border: 1px solid #686f7a;
    margin-bottom: 10px;
}

.course-cart-wrapper .content .theme-btn-box .theme-btn.border:hover {
    color: #29303b;
    background-color: #fff;
    border-color: #29303b;
}

.course-cart-wrapper .content .money-back {
    color: #686f7a;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: center;
    display: block;
    text-transform: capitalize;
}

.course-cart-wrapper .content ul.course-includes {
}

.course-cart-wrapper .content ul.course-includes li.title {
    color: #505763;
    font-weight: 400;
    margin-top: 12px;
    display: inline-block;
    margin-bottom: 8px;
}

.course-cart-wrapper .content ul.course-includes li {
    text-transform: capitalize;
}

.course-cart-wrapper .content ul.course-includes li + li {
    margin-top: 6px;
}

.course-cart-wrapper .content ul.course-includes li i {
    margin-right: 14px;
}

.course-cart-wrapper .content .course-share-button {
    color: #007791;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.6px;
    border-top: 1px solid #ddd;
    display: block;
    text-align: center;
    padding-top: 18px;
    margin-top: 18px;
}

.course-cart-wrapper .content .course-share-button i {
    margin-right: 6px;
}

/* Course Inner CSS */

.course-inner-wrapper {
    background: linear-gradient(#29303B,#29303B,#29303B);
    padding: 100px 0 98px;
}

.course-inner-wrapper .course-inner-wrapper-area {
    margin-bottom: 36px;
}

.course-inner-wrapper .course-inner-wrapper-area h2 {
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    font-size: 36px;
    margin-bottom: 14px;
    letter-spacing: 0.6px;
    line-height: 52px;
}

.course-inner-wrapper .course-inner-wrapper-area p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.course-inner-wrapper .course-meta {
    
}

.course-inner-wrapper .course-meta .grid {
    width: 26%;
    float: left;
    border-right: 1px solid #3a3d42;
    margin-right: 48px;
    display: inline-block;
}

.course-inner-wrapper .course-meta div.grid:last-child {
    border-right: none;
    margin-right: 0;
}

.course-inner-wrapper .course-meta .course-meta-item {
    
}

.course-inner-wrapper .course-meta .course-meta-item .thumb {
    float: left;
}

.course-inner-wrapper .course-meta .course-meta-item .thumb img {
    width: 45px;
    border-radius: 50px;
}

.course-inner-wrapper .course-meta .course-meta-item .icon {
    float: left;
    font-size: 28px;
    color: #f2b827;
}

.course-inner-wrapper .course-meta .course-meta-item .content {
    display: inline-block;
    padding-left: 18px;
    padding-top: 2px;
}

.course-inner-wrapper .course-meta .course-meta-item .content h5 {
    color: #dc3827;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 7px;
}

.course-inner-wrapper .course-meta .course-meta-item .content h6 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
}

.course-inner-wrapper .course-meta .course-meta-item .content .rating-box {
    margin-bottom: 8px;
}

.course-inner-wrapper .course-meta .course-meta-item .content .rating-box li {
    display: inline-block;
}

.course-inner-wrapper .course-meta .course-meta-item .content .rating-box li:last-child {
    margin-left: 6px;
}

.course-inner-wrapper .course-meta .course-meta-item .content .rating-box li a {
}

.course-inner-wrapper .course-meta .course-meta-item .content .rating-box li a span {
    color: #fff;
    font-weight: 400;
    font-size: 9px;
}

.course-inner-wrapper .course-meta .course-meta-item .content li a i {
    letter-spacing: 1px;
    color: #f2b827;
    font-size: 16px;
}


/*****=====*****=====*****=====*****=====
    00. Pricing CSS 
=====*****=====*****=====*****=====*****/

.contact-features-wrapper {
    background-color: #0e0c21;
    padding: 122px 0 70px;
    position: relative;
}

.contact-features-wrapper:before {
    position: absolute;
    /*content: url('../images/icons/2.png');*/
    transform: ;
    top: -7px;
}

.contact-wrapper {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.5);
}

.contact-wrapper .title-box {
    background-color: #db3827;
    position: relative;
    border-radius: 4px 4px 0 0;
    z-index: 1;
}

.contact-wrapper .title-box:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    bottom: -10px;
    left: calc(50% - 10px);
    transform: rotate(-46deg);
}

.contact-wrapper .title-box:before {
    font-family: "IcoFont";
    position: absolute;
    content: "\";
    font-size: 85px;
    color: #fff;
    opacity: 0.1;
    left: 50%;
    transform: translateX(-50%);
    top: 36px;
    z-index: -1;
}

.contact-wrapper .title-box h1 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    text-align: center;
    padding: 61px 0;
}

.contact-wrapper form {
    background-color: #fff;
    padding: 40px 30px 33px;
    border-radius: 0 0 4px 4px;
}

.contact-wrapper form input.form-control {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    padding: 3px 20px 0;
    color: #959595;
    margin-bottom: 20px;
}

.contact-wrapper form .contact-textarea textarea.form-control {
    height: 110px;
    line-height: 50px;
    font-size: 12px;
    border: 1px solid #e8e8e8;
    padding: 3px 20px 0;
    color: #959595;
    margin-bottom: 20px;
}

.contact-btn {
    background-image: -moz-linear-gradient( 29deg, rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    background-image: -webkit-linear-gradient( 29deg, rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    background-image: -ms-linear-gradient( 29deg, rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    height: 50px;
    display: block;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 13px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-btn:hover {
    background-image: -moz-linear-gradient( 163deg, 
        rgb(32,156,255) 0%, rgb(104,224,207) 100%);
  background-image: -webkit-linear-gradient( 163deg, 
    rgb(32,156,255) 0%, rgb(104,224,207) 100%);
  background-image: -ms-linear-gradient( 163deg, 
    rgb(32,156,255) 0%, rgb(104,224,207) 100%);
}

.contact-wrapper .text-wrapper .btn-theme {
    font-family: 'Abel', sans-serif !important;
    font-size: 24px;
    /*font-weight: 700;*/
    color: #fff;
    background-color: #004c94;
    padding: 0px 8px 0px 8px;
    letter-spacing: 1.0px;
    margin-top: 27px;
    display: inline-block;
    border: 0px;
    border-radius: 10px;
}

.contact-wrapper .text-wrapper .btn-theme:hover{
    background-color: #005fb9;
    color: #fff;
}

.contact-wrapper form ::-webkit-input-placeholder {
    color: #999 !important;
}

.contact-wrapper form ::-moz-placeholder {
    color: #999 !important;
}

.contact-wrapper form ::-ms-input-placeholder {
    color: #999 !important;
}

.contact-wrapper form ::-moz-placeholder {
    color: #999 !important;
}

.features-wrapper {
    
}

.features-wrapper .features-item {
    position: relative;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
}

.features-wrapper .features-item .thumb {
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.features-wrapper .features-item .thumb img {
    border-radius: 4px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.features-wrapper .features-item:hover .thumb img {
    border-radius: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.features-wrapper .features-item .content {
    background-image: -moz-linear-gradient( 29deg, 
        rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    background-image: -webkit-linear-gradient( 29deg, 
        rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    background-image: -ms-linear-gradient( 29deg, 
        rgb(32,156,255) 0%, rgb(104,224,207) 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 0 0 4px 4px;
    height: 60px;
}

.features-wrapper .features-item .content i {
    background-image: -moz-linear-gradient( 90deg, rgb(119,118,255) 0%, rgb(174,44,241) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(119,118,255) 0%, rgb(174,44,241) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(119,118,255) 0%, rgb(174,44,241) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

.features-wrapper .features-item .content h3 {
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    padding-left: 78px;
}

/*****=====*****=====*****=====*****=====
    00. Events CSS 
=====*****=====*****=====*****=====*****/

.events-wrapper {
	padding: 98px 0 62px;
	position: relative;
}

.events-wrapper .events-item {
    border: 3px solid #004C94;
    padding: 35px 46px;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 0 0 65px -22px transparent;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.events-wrapper .events-item:hover {
    box-shadow: 0 0 65px -22px #00000042;
    border-color: transparent;
}

.events-wrapper .events-item .date-box {
    background-color: #f2f2f2;
    border: 1px solid #eee;
    width: 148px;
    text-align: center;
    padding: 35px 0 50px;
    float: left;
}

.events-wrapper .events-item .date-box h1 {
    color: #002170;
    font-family: 'Poppin', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.events-wrapper .events-item .date-box h5 {
    font-family: 'Poppin', sans-serif;
    background-image: -moz-linear-gradient( 90deg, rgb(0,33,112) 0%, rgb(0,33,112) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,33,112) 0%, rgb(0,33,112) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,33,112) 0%, rgb(0,33,112) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.6px;
}

.events-wrapper .events-item .text-box {
    float: left;
    width: 582px;
    margin-left: 90px;
}

.events-wrapper .events-item .text-box ul {
    margin-bottom: 10px;
}

.events-wrapper .events-item .text-box ul li {
    display: inline-block;
}

.events-wrapper .events-item .text-box ul li + li {
    margin-left: 20px;
}

.events-wrapper .events-item .text-box ul li span {
    color: #85A4C9;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    text-transform: uppercase;
}

.events-wrapper .events-item .text-box ul li i {
    color: #85A4C9;
}

.events-wrapper .events-item .text-box h4 {
    font-size: 22px;
    margin-bottom: 14px;
}

.events-wrapper .events-item .text-box h4 a {
    color: #002170;
}

.events-wrapper .events-item .text-box p {
    font-size: 13px;
}

.events-wrapper .events-item .img-box {
    float: left;
    width: 190px;
    background-color: #f2f2f2;
    padding: 10px;
    margin-left: 66px;
    border: 1px solid #eee;
    overflow: hidden;
}

.events-wrapper .events-item .img-box img {
    height: 136px;
    box-shadow: 0 0 26px -8px #0000004a;
    transform-style: preserve-3d;
}

.events-wrapper .events-sec-icons {
    position: absolute;
    width: 382px;
    bottom: 0;
    right: 0;
    opacity: 0.1;
}

/* Events CSS Style Two */

.events-wrapper .events-item.st2 {
    padding: 60px 46px 60px 98px;    
}

.events-wrapper .events-item.st2 .text-box {
    margin-left: 65px;
}

/*****=====*****=====*****=====*****=====
    00. Testimonials CSS 
=====*****=====*****=====*****=====*****/

.testimonials-wrapper {
    background-image: url('../images/bg/1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonials-wrapper .img-box img {
    margin-top: -34px;
}

.testimonials-ariya {
    padding-top: 90px;
    padding-left: 85px;
    padding-bottom: 10px;
}

.testimonials-ariya h4 {
    color: #db3827;
    font-size: 34px;
    letter-spacing: 0.6px;
}

.testimonials-ariya h6 {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 16px;
    margin-bottom: 28px;
}

.testimonials-ariya p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 34px;
    font-style: italic;
    color: #ececec;
}

.testimonials-slider .owl-dots {
    left: 13%;
    position: absolute;
    bottom: -94px;
}

.testimonials-slider .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 8px;
}

.testimonials-slider .owl-dots .owl-dot.active {
}

.testimonials-slider .owl-dots .owl-dot span {
    background-color: #989898;
    border-radius: 4px;
    display: inline-block;
    height: 7px;
    position: relative;
    width: 28px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.testimonials-slider .owl-dots .owl-dot.active span {
    background-color: #fcab03;
    height: 12px;
}


/*****=====*****=====*****=====*****=====
    00. Team CSS 
=====*****=====*****=====*****=====*****/

.team-wrapper {
    padding: 100px 0;
}

.team-wrapper .team-item {
    
}

.team-wrapper .team-item .thumb {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.team-wrapper .team-item .thumb .social-media {
    position: absolute;
    background-color: #0d0d20;
    width: 100%;
    text-align: center;
    height: 0;
    line-height: 46px;
}

.team-wrapper .team-item:hover .thumb .social-media {
    height: 46px;
}

.team-wrapper .team-item .thumb .social-media ul li {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.team-wrapper .team-item:hover .thumb .social-media ul li {
    opacity: 1;
}

.team-wrapper .team-item .thumb .social-media ul li + li {
    margin-left: 10px;
}

.team-wrapper .team-item .thumb .social-media ul li a {
    color: #fff;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.team-wrapper .team-item .thumb .social-media ul li a:hover {
    color: #dc3827;
}

.team-wrapper .team-item .thumb img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.team-wrapper .team-item:hover .thumb img {
    -webkit-transform: translate3d(0,20%,0);
    transform: translate3d(0,20%,0);
}

.team-wrapper .team-item .btn-theme {
    position: absolute;
    bottom: 15px;
    right: 6px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    color: #999;
    font-size: 12px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.team-wrapper .team-item .btn-theme:hover {
    color: #dc3827;
}

.team-wrapper .team-item:hover .btn-theme {
    opacity: 1;
    bottom: 6px;
}

.team-wrapper .team-item .content {
    box-shadow: 0px 0px 13px 6px rgba(0, 0, 0, 0.07);
    padding: 26px 34px;
    background-color: #F5F5F5;
}

.team-wrapper .team-item .content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0d0d20;
    text-transform: capitalize;
}

.team-wrapper .team-item .content h6 {
    font-family: 'Poppins', sans-serif;
    color: #002170;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
}

.team-wrapper .team-item .content p {
    font-size: 16px;
    letter-spacing: 0.6px;
}


/* Instructors Details Wrapper */

.instructors-details-wrapper {
    padding: 100px 0;
}

.instructors-details-wrapper .instructor-content {
    
}

.instructors-details-wrapper .instructor-content h6 {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}

.instructors-details-wrapper .instructor-content h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.instructors-details-wrapper .instructor-content ul {
    margin-bottom: 40px;
}

.instructors-details-wrapper .instructor-content ul li {
    display: inline list-item;
    list-style-type: disc;
}

.instructors-details-wrapper .instructor-content ul li + li {
    margin-left: 10px;
}

.instructors-details-wrapper .instructor-profile {
    text-align: center;
}

.instructors-details-wrapper .instructor-profile img {
    border-radius: 50%;
}

.instructors-details-wrapper .instructor-profile .social-media {
    padding-top: 32px;
}

.instructors-details-wrapper .instructor-profile .social-media a {
    border: 1px solid #dcdacb;
    display: block;
    height: 45px;
    line-height: 45px;
    color: #0f7c90;
    border-radius: 4px;
    align-items: center;
}

.instructors-details-wrapper .instructor-profile .social-media a + a {
    margin-top: 16px;
}

.instructors-details-wrapper .instructor-profile .social-media i {
    margin-right: 6px;
}

.instructors-details-wrapper .instructor-profile .social-media span {
    font-weight: 500;
    text-transform: capitalize;
}

/*****=====*****=====*****=====*****=====
    00. Funfact CSS 
=====*****=====*****=====*****=====*****/

.funfact-wrapper {
    background-color: #f2f2f2;
}

.funfact-item {
	padding: 100px 0;
	text-align: center;
}

.funfact-item h2 {
    
}

.funfact-item p {
    font-size: 16px;
    text-transform: capitalize;
}

/*****=====*****=====*****=====*****=====
    00. Blog CSS 
=====*****=====*****=====*****=====*****/

.blog-section {
    padding: 100px 0;
}

.blog-wrapper {
    
}

.blog-wrapper .blog-post {
}

.blog-wrapper .blog-post .thumb {
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-wrapper .blog-post .thumb img {
    border-radius: 4px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-wrapper .blog-post:hover .thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-wrapper .blog-post .content {
	background-color: #f9f9f9;
	box-shadow: 0px 8px 47.58px 11.62px rgba(0, 0, 0, 0.05);
	padding: 28px 28px 24px;
}

.blog-wrapper .blog-post .content h4 {
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #c9b89c45;
    margin-bottom: 22px;
    padding-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0.6px;
}

.blog-wrapper .blog-post .content h4 a {
    color: #0b1d37;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-wrapper .blog-post .content h4 a:hover {
    color: #db3827;
    text-decoration: underline;
}

.blog-wrapper .blog-post .content .tag {
    margin-bottom: 12px;
}

.blog-wrapper .blog-post .content .tag ul {
    overflow: hidden;
}

.blog-wrapper .blog-post .content .tag ul li {
    color: #afafaf;
    float: left;
}

.blog-wrapper .blog-post .content .tag li a {
    font-weight: normal;
    color: #69696987;
    text-transform: capitalize;
}

.blog-wrapper .blog-post .content .tag li a:hover {
    color: #dc3827;
}

.blog-wrapper .blog-post .content .tag ul > li + li {
    margin-left: 27px;
    position: relative;
}

.blog-wrapper .blog-post .content .tag ul > li + li:before {
    content: "|";
    position: absolute;
    left: -15px;
    top: 0;
}

/* Blog Details */

.blog-details-wrapper {
    padding: 100px 0;
    background-color: #f7f7f7;
}

.blog-details .thumb img {
    max-width: none;
    width: 100%;
}

.blog-details .content {
    margin-top: 30px;
    color:#000;
    font-size: 16px;
}

.blog-details .content .tag {
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}

.blog-details .content .tag ul {
    overflow: hidden;
}

.blog-details .content .tag ul li {
    color: #007bff;
    float: left;
}

.blog-details .content .tag li a {
    font-weight: normal;
    color: #007bff;
}

.blog-details .content .tag li a:hover {
    color: #b1986f;
}

.blog-details .content .tag ul > li + li {
    margin-left: 27px;
    position: relative;
}

.blog-details .content .tag ul > li + li:before {
    content: "|";
    position: absolute;
    left: -15px;
    top: 0;
}

.blog-details .content h4 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.blog-details .content p {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 31px;
    margin-bottom: 40px;
}

.blog-details .content blockquote {
    background-color: #f5f3ed;
    font-size: 21px;
    font-style: italic;
    color: #838383;
    line-height: 1.9em;
    padding: 30px 25px;
    margin: 50px 0;
    border-left: 3px solid #eee;
}

.blog-details .content .blog-admin {
    border: 1px solid #eee;
    background-color: #f9f9f9;
    position: relative;
    display: inline-block;
    padding: 44px;
}

.blog-details .content .blog-admin img {
    border-radius: 50%;
    position: absolute;
    width: 146px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-details .content .blog-admin .text {
    padding-left: 240px;
}

.blog-details .content .blog-admin .text p {
    margin-bottom: 20px;
}

.blog-details .content .blog-admin .text ul li {
    display: inline-block;
}

.blog-details .content .blog-admin .text ul li a {
    background-color: #1a304f;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 13px;
}

.blog-details .content .blog-admin .text ul li a:hover {
    background-color: #1a304f;
    color: #fff;
}

.blog-details .content .more-posts-box {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flow-root;
}

.blog-details .content .more-posts-box a {
    color: #999;
    background-color: #fff;
    font-size: 18px;
    position: relative;
    width: 50%;
    display: inline-block;
    float: left;
    padding: 24px 32px;
    border: 1px solid #eee;
}

.blog-details .content .more-posts-box a:last-child {
    border-left: 2px solid #f9f9f9;
    text-align: right;
}

.blog-details .content .blog-comments {
    margin-top: 54px;
}

.blog-details .content .blog-comments img {
    border-radius: 50%;
}

.blog-details .content .blog-comments .comment {
    background-color: #fff;
    padding: 34px 48px;
    position: relative;
    z-index: 1;
}

.blog-details .content .blog-comments .comment:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 30px;
    height: 30px;
    transform: rotate(-46deg);
    left: -14px;
    z-index: -1;
}

.blog-details .content .blog-comments .comment h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-details .content .blog-comments .comment h5 span {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    margin-left: 64px;
}

.blog-details .content .blog-comments .comment h5 span a {
    background-color: #dc3827;
    color: #fff;
    padding: 2px 8px 3px;
    display: inline-block;
    margin-left: 8px;
}

.blog-details .content .blog-comments .comment h5 span a:hover {
    color: #333;
}

.blog-details .content .blog-comments .comment p {
    margin-bottom: 0;
}

.blog-details .content .blog-comments.blog-comments-reply {
    margin-left: 32px;
}

/* Sideber Area */

.sideber-area {
    
}

.sideber-area .sideber-search {
    margin-bottom: 25px;
}

.sideber-area .sideber-search input,
.sideber-area .sideber-search button {
    height: 60px;
    float: left;
}

.sideber-area .sideber-search input {
    padding-left: 25px;
    font-size: 15px;
    color: #000;
    width: calc(100% - 65px);
    border: 1px solid #eaeaea !important;
    border-right: none !important;
}

.sideber-area .sideber-search input:focus {
    border: 1px solid #80bdff !important;
    border-right: none !important;
}

.sideber-area .sideber-search button {
    width: 65px;
    background: #004c94 !important;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sideber-area .sideber-search input:focus + button,
.sideber-area .sideber-search button:hover {
    background: #005fb9 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sideber-area .widget {
    margin-bottom: 30px;
}

.sideber-area .widget .sideber-title {
    margin-bottom: 30px;
}

.sideber-area .widget .sideber-title h4 {
    background-color: #f3f3f3;
    padding: 18px 20px;
    border-left: 2px solid #eee;
    font-size: 20px;
}

.sideber-area .about-item {
    background-color: #fff;
    padding: 34px 26px;
}

.sideber-area .about-item p {
    color: #b1b1b1;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 30px;
    max-width: 540px;
    margin: 0 auto;
}

.sideber-slider .owl-dots {
    margin-top: 26px;
}

.sideber-slider.owl-dots {
    margin-top: 0px;
}

.sideber-area .blog-small {
    background-color: #fff;
    display: inline-block;
    padding: 28px;
}

.sideber-area .blog-small .item {
    margin-bottom: 18px;
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
}

.sideber-area .blog-small .item:last-child {
    margin-bottom: 0;
    border-bottom: transparent;
    padding-bottom: 0;
}

.sideber-area  .blog-small .item img {
    float: left;
    position: relative;
    width: 68px;
}

.sideber-area  .blog-small .item .tex {
    padding-left: 84px;
    padding-top: 0;
}

.sideber-area .blog-small .item .tex h5 {
    color: #989898;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    text-transform: capitalize;
    line-height: 29px;
}

.sideber-area .blog-small .item .tex h5 a {
    color: #000;
    font-weight: 700;
}

.categories-item {
    background-color: #fff;
    padding: 28px;
}

.sideber-area .categories-item ul {
    list-style: none;
}

.sideber-area .categories-item ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 18px;
}

.sideber-area .categories-item ul li:last-child {
    margin-bottom: 0;
}

.sideber-area .categories-item ul li:before {
    font-family: "IcoFont";
    content: " ";
    font-size: 10px;
    font-size: 0.625rem;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
}

.sideber-area .categories-item ul a {
    color: #dc3827;
    font-size: 16px;
}

.sideber-area .categories-item ul a:hover {
    color: #000;
}

.sideber-area .tags-item {
    background-color: #fff;
    padding: 28px;
}

.sideber-area .tags-item ul {
}

.sideber-area .tags-item ul li {
    display: inline-block;
    margin-bottom: 3px;
}

.sideber-area .tags-item ul li a {
    background-color: #dc3827;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    text-transform: capitalize;
}

.sideber-area .tags-item ul li a:hover {
    background-color: #dc3827;
}

/*****=====*****=====*****=====*****=====
    00. Pricing CSS 
=====*****=====*****=====*****=====*****/

.funfact-video-wrapper {
	background-image: url('../images/bg/2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	padding: 100px 0 70px;
}

.funfact-video-wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
}

.video-area {
    
}

.video-area .thumb {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.video-area .thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.video-area .thumb:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video-area h3 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 23px;
}

.video-area h3 span {
    color: #db3827;
}

.video-area p {
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    color: #fff;
    margin-bottom: 34px;
}

.video-area p span {
    color: #fff;
    background-color: #db3827;
    padding: 1px 12px;
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
}

.funfact-area {
    position: relative;
}

.funfact-area:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: calc(82% - -47px);
    height: 2px;
    right: 43px;
    top: calc(50% + 230px);
    opacity: 0.7;
}

.funfact-area .grid {
    width: calc(50% - 15px);
    float: left;
}

.funfact-area .grid:nth-child(1) {
    border-right: 1px solid #ffffffad;
}

.funfact-area .grid:nth-child(2) {
    border-left: 1px solid #ffffffad;
}

.funfact-area .grid:nth-child(3) {
    padding-right: 15px;
}

.funfact-area .grid:nth-child(4) {
    padding-left: 15px;
}

.funfact-area .funfact-item {
	background-color: #30abf4b8;
	color: #fff;
	margin-bottom: 30px;
	padding: 34px 0 22px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.funfact-area .funfact-item:hover {
	background-color: #30abf4;
}

.funfact-area .funfact-item .icon-box {
    background-color: #db3827;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 50px;
}

.funfact-area .funfact-item h2 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
}

.funfact-area .funfact-item h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.funfact-area .funfact-item h3 a {
    color: #fff;
}


/*****=====*****=====*****=====*****=====
    00. Pricing CSS 
=====*****=====*****=====*****=====*****/

.pricing-table {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 90px 0 60px;
    z-index: 1;
}

.pricing .section-header .border span {
    background: #1f232c;
}

.pricing-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
.pricing-item:hover {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pricing-list{
    text-align: left;
}
/* palden */
.pricing-box .pricing-item {
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 0px;
    z-index: 2;
    margin-bottom: 30px;
}

.pricing-box .pricing-deco {
    background-image: -moz-linear-gradient( -28deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
    background-image: -webkit-linear-gradient( -28deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
    background-image: -ms-linear-gradient( -28deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
    border-radius: 0px;
    padding: 4em 0 9em;
    position: relative;
}

.pricing-box .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
}


.pricing-box .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #e6e6e6;
}

.pricing-box .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-box .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-box .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-box .icon {
    font-size: 2.5em;
}

.pricing-box .pricing-price {
    font-size: 5em;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-box .pricing-currency {
    font-size: 24px;
    vertical-align: top;
    color: #fff;
}

.pricing-box .pricing-period {
    font-size: 24px;
    vertical-align: top;
    color: #fff;
}

.pricing-box .pricing-sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-box .pricing-list {
    font-size: 16px;
    margin: 0;
    padding: 0 0 84px 0;
    list-style: none;
    text-align: center;
}

.pricing-box .pricing-feature {
    padding: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #bababa;
}

.pricing-box .common-btn {
    position: absolute;
    bottom: 0;
    background-image: -moz-linear-gradient( -28deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
    background-image: -webkit-linear-gradient( -28deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
    background-image: -ms-linear-gradient( -28deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
    right: 0;
    left: 0;
    padding: 14px 0;
    color: #fff;
    text-transform: uppercase;
}

.pricing-box .common-btn:hover {
    background-image: -moz-linear-gradient( -86deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
    background-image: -webkit-linear-gradient( -86deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
    background-image: -ms-linear-gradient( -86deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
}

.pricing-buttons {
    width: 16%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 70px;
}

.switch-light.switch-candy span span,
.switch-light.switch-candy input:checked ~ span span:first-child,
.switch-toggle.switch-candy label {
    font-weight: normal;
}

.pricing-buttons .switch-toggle.switch-candy,
.pricing-buttons .switch-light.switch-candy > span {
    background-color: #12223e;
    border-radius: 0;
    padding: 8px 0;
    border: none;
}

.pricing-buttons .switch-candy a {
    background-image: -moz-linear-gradient( -15deg, rgb(79,172,254) 0%, rgb(0,242,254) 100%);
    background-image: -webkit-linear-gradient( -15deg, rgb(79,172,254) 0%, rgb(0,242,254) 100%);
    background-image: -ms-linear-gradient( -15deg, rgb(79,172,254) 0%, rgb(0,242,254) 100%);
    box-shadow: none !important;
    border: none !important;
    border-radius: 0;
    color: #fff;
}

.pricing-buttons .switch-candy a:focus,
.pricing-buttons .switch-candy a:hover,
.pricing-buttons .switch-candy a:active {
    box-shadow: none !important;
}

.pricing-table .section-title p {
    margin-bottom: 58px;
}

.pricing-table-shape {
    position: absolute;
    top: -50px;
    right: -57px;
    width: 522px;
    z-index: -1;
    transform: rotate(-8deg);
    opacity: 0.4;
}

/*****=====*****=====*****=====*****=====
Inner CSS Start /////////////////////////
=====*****=====*****=====*****=====*****/
.topic-menu {
    background-color: #f7f8fa;
    /*margin-top: 62px;*/
    min-height: 44px;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}

.topic-menu .topic-menu-wrapper {
    height: 44px;
    line-height: 44px;
    position: relative;
}

.topic-menu .topic-menu-wrapper .topic-menu-items {
    float: left;
    display: inline-block;
}

div.topic-menu .topic-menu-wrapper div + div:before {
    color: #686f7a;
    content: '>';
    padding: 4px;
    top: 1px;
    position: relative;
}

.topic-menu .topic-menu-wrapper .topic-menu-items a {
    color: #686f7a;
    font-size: 13px;
    padding: 12px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.topic-menu .topic-menu-wrapper .topic-menu-items a:hover {
    background-color: #e8e9eb;
    color: #686f7a;
}

.topic-menu .topic-menu-wrapper .topic-menu-items a.active {
    font-weight: 500;
}

.topic-menu-4 {
    background-color: #f7f8fa;
    /*margin-top: 62px;*/
    min-height: 44px;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}

.topic-menu-4 .topic-menu-4-wrapper {
    height: 44px;
    line-height: 44px;
    position: relative;
}

.topic-menu-4 .topic-menu-4-wrapper .topic-menu-4-items {
    float: left;
    display: inline-block;
}

div.topic-menu-4 .topic-menu-4-wrapper div + div:before {
    color: #686f7a;
    content: '>';
    padding: 4px;
    top: 1px;
    position: relative;
}

.topic-menu-4 .topic-menu-4-wrapper .topic-menu-4-items a {
    color: #686f7a;
    font-size: 13px;
    padding: 12px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.topic-menu-4 .topic-menu-4 .topic-menu-4-items a:hover {
    background-color: #e8e9eb;
    color: #686f7a;
}

.topic-menu-4 .topic-menu-4-wrapper .topic-menu-4-items a.active {
    font-weight: 500;
}


.topic-menu-2 {
    background-color: #f7f8fa;
    /*margin-top: 62px;*/
    min-height: 44px;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}

.topic-menu-2 .topic-menu-2-wrapper {
    height: 44px;
    line-height: 44px;
    position: relative;
}

.topic-menu-2 .topic-menu-2-wrapper .topic-menu-2-items {
    float: left;
    display: inline-block;
}

div.topic-menu-2 .topic-menu-2-wrapper div + div:before {
    color: #686f7a;
    content: '>';
    padding: 4px;
    top: 1px;
    position: relative;
}

.topic-menu-2 .topic-menu-2-wrapper .topic-menu-2-items a {
    color: #686f7a;
    font-size: 13px;
    padding: 12px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.topic-menu-2 .topic-menu-2 .topic-menu-2-items a:hover {
    background-color: #e8e9eb;
    color: #686f7a;
}

.topic-menu-2 .topic-menu-2-wrapper .topic-menu-2-items a.active {
    font-weight: 500;
}

/* Inner Area */

/*****=====*****=====*****=====*****=====
submenu /////////////////////////
=====*****=====*****=====*****=====*****/
.submenu {
    background-color: #f7f8fa;
    /*margin-top: 62px;*/
    min-height: 44px;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}

.submenu .submenu-wrapper {
    height: 44px;
    line-height: 44px;
    position: relative;
}

.submenu .submenu-wrapper .submenu-items {
    float: left;
    display: inline-block;
}

div.submenu .submenu-wrapper div + div:before {
    color: #686f7a;
    content: '|';
    padding: 4px;
    top: 1px;
    position: relative;
}

.submenu .submenu-wrapper .submenu-items a {
    color: #686f7a;
    font-size: 16px;
    padding: 12px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.submenu .submenu-wrapper .submenu-items a:hover {
    background-color: #e8e9eb;
    color: #686f7a;
}

.submenu .submenu-wrapper .submenu-items a.active {
    font-weight: 500;
    color: #007bff;
}

.submenu-2 {
    background-color: #f7f8fa;
    /*margin-top: 62px;*/
    min-height: 44px;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}

.submenu-2 .submenu-2-wrapper {
    height: 44px;
    line-height: 44px;
    position: relative;
}

.submenu-2 .submenu-2-wrapper .submenu-2-items {
    float: left;
    display: inline-block;
}

div.submenu-2 .submenu-2-wrapper div + div:before {
    color: #686f7a;
    content: '|';
    padding: 4px;
    top: 1px;
    position: relative;
}

.submenu-2 .submenu-2-wrapper .submenu-2-items a {
    color: #686f7a;
    font-size: 16px;
    padding: 12px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.submenu-2 .submenu-2-wrapper .submenu-2-items a:hover {
    background-color: #e8e9eb;
    color: #686f7a;
}

.submenu-2 .submenu-2-wrapper .submenu-2-items a.active {
    font-weight: 500;
    color: #007bff;
}


/* Inner Area */

.inner-wrapper {
	/*background-image: url('../images/bg/HeaderQuienesSomos.jpg');*/
    background-color: #ffffff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	padding: 86px 0 100px;
	position: relative;
	text-align: center;
	margin-top: 110px;
}

.inner-wrapper:before {
    /*background-color: #0b1d37;*/ /*Descomentar para que el header se vea más obscuro*/
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.77;
}

.inner-wrapper h4 {
    color: #fff;
    font-size: 56px;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.inner-wrapper p {
    display: inline-block;
    /*background-color: #c9b89c40;*/
    color: #007bff;
    padding: 8px 20px;
    font-size: 16px;
    letter-spacing: 0.4px;
    position: relative;
    /*text-transform: capitalize;*/
}

.inner-wrapper a {
    /*color: #c5c5c5;*/
    color: #004c94;
    font-size: 16px;
}

.inner-wrapper a:hover {
    /*color: #c5c5c5;*/
    color: #777;
}

.inner-wrapper a:before {
    /*content: "";*/
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    margin: 0 8px;
}

.btndescarga {
    /*background-image: url('../images/bg/HeaderQuienesSomos.jpg');*/
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    padding: 86px 0 100px;
    position: relative;
    text-align: center;
    margin-top: 110px;
}

.btndescarga:before {
    /*background-color: #0b1d37;*/ /*Descomentar para que el header se vea más obscuro*/
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.77;
}

.btndescarga a {
    /*color: #c5c5c5;*/
    color: #004c94;
    font-size: 16px;
}

.btndescarga a:hover {
    /*color: #c5c5c5;*/
    color: #777;
}

.btndescarga a:before {
    /*content: "";*/
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    margin: 0 8px;
}

/* Questions Wrapper */

.questions-wrapper {
	padding: 100px 0 70px;
}

.questions-area {
}

.questions-area .card {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 24px -6px #eee;
    margin-bottom: 5px;
}

.questions-area .card-header {
    background-color: #ececec;
    border-bottom: 1px solid #ffffff1c;
    padding: 20px 22px;
}

.questions-area .card-header .btn-link {
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    font-weight: 700;
}

.questions-area .card-body {
    /*color: #363636;*/
    color: #000;
    background-color: #f3f3f3;
    font-size: 16px;
    /*text-transform: capitalize;*/
    line-height: 32px;
    padding: 30px 35px;
}

/* Error Wrapper */

.error-wrapper {
    
}

.error-wrapper .error-area {
    height: 100vh;
    text-align: center;
}

.error-wrapper .error-area img {
    width: 1000px;
    position: relative;
}

.error-wrapper .error-area .back-to-home-btn {
    font-size: 14px;
    font-weight: 700;
    color: #242424;
    background-color: #f2b827;
    padding: 16px 28px 14px;
    letter-spacing: 0.4px;
    margin-top: 27px;
    display: inline-block;
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
}

.error-wrapper .error-area .back-to-home-btn:hover {
    background-color: #242424;
    color: #f2b827;
}

/* Contact Wrapper */

.min-contact-wrapper {
    padding: 98px 0 70px;
}

.contact-info-box {
    border: 2px solid #eee;
    background-color: #f9f9f9;
    padding: 18px 18px;
    position: relative;
    margin-bottom: 30px;
}

.contact-info-box .icon-box {
    position: absolute;
    left: 18px;
    font-size: 54px;
    top: 0;
    color: #dc3827;
}

.contact-info-box .content {
    padding-left: 74px;
}

.contact-info-box .content h5 a {
    color: #000;
}

.contact-info-box .content p {
    
}

/*Funfact Video Wrapper Inner*/

.page-wrapper.funfact-video-wrapper-inner .funfact-video-wrapper {
	padding: 90px 0 100px;
}

/*****=====*****=====*****=====*****=====
    00. Footer CSS 
=====*****=====*****=====*****=====*****/

.footer-wrapper {
	background-color: #00133D;
	padding: 96px 0 62px;
}

.footer-wrapper .contact-box {
    overflow: hidden;
    padding-bottom: 70px;
}

.footer-wrapper .contact-box > div:first-child {
    margin-left: 0;
}

.footer-wrapper .contact-box > div {
    width: 33.39%;
    float: left;
    text-align: center;
    padding: 30px 10px;
    border: 1px solid #35373866;
    margin-left: -1px;
    border-top: none;
}

.footer-wrapper .contact-box a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #cacaca;
}

.footer-wrapper .contact-box a i {
    display: inline-block;
    padding-right: 5px;
    font-size: 26px;
}

.footer-wrapper .contact-box a span {
    font-size: 15px;
}

.footer-title h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.4px;
    padding-bottom: 22px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}

.footer-title h4 span,
.footer-item h6 span {
    color: #dc3827;
}

.footer-title h4,
.footer-item h6 {
    font-family: 'Rubik', sans-serif;
}

.footer-list li {
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-list li a {
    color: #989898;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-left: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-list li a:hover {
    background-image: -moz-linear-gradient( -28deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
    background-image: -webkit-linear-gradient( -28deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
    background-image: -ms-linear-gradient( -28deg, rgba(1,94,234,0.81176) 0%, rgb(0,192,250) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-logo {
    width: 138px;
    margin-bottom: 36px;
}

.footer-item h6 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

footer ul.social-icon {
    border-bottom:none;
}

ul.social-icon li {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin-right: 24px;
}

ul.social-icon li:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.social-icon li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-wrapper .form {
    margin-top: 26px;
}

.footer-wrapper .form .form-control {
    border: 1px solid #152e56;
    background-color: transparent;
    font-weight: 600;
    font-size: 12px;
    width: 190px;
    height: 55px;
    float: left;
    border-right: none;
}

.footer-wrapper .btn-subscribe {
    border: 1px solid #152e56;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    height: 55px;
    width: 65px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    display: inline-block;
}

.footer-wrapper .btn-subscribe:hover {
    background-color: #fff;
    color: #152e56;
}

.footer-copy-right {
	border-top: 1px solid #101c2f;
	padding: 64px 0 0 0;
	margin-top: 86px;
}

.footer-copy-right .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-copy-right p {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.9px;
}

.footer-copy-right a {
	color: #dc3827;
}

.mb-30 {
    margin-bottom: 30px !important;
}

/* Estilos para tablets (entre 768px y 1023px) */
/*@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 18px;
  }
  .imagen {
    width: 50%; /* La imagen ocupa la mitad de la pantalla */
  /*}
}*/

