/*  Custom styles */

/* Globals */
html,
body {
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    background-color: #2C353F;
    letter-spacing: 0.2px;
}
h1,h2.h3,h4,h5,h6 {
    font-family: 'Roboto', serif;
}
.img-container {
    width: 100%;
    overflow-x: scroll;
}
.img-partners {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.img-partners img {
    margin-right: 15px;
}
.bg-grey {
    background-color:#ccc !important;
}
.bg-white {
    background-color:#fff !important;
}
.m-0-auto {
    margin: 0 auto;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mtb-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mt-30 {
    margin-top: 30px;
}
.mt-15 {
    margin-top: 15px;
}
.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
a {
    color: #1b97d2;
}

a:hover {
    color: #2695d1;
}

.no-gap {
    padding: 0 ;
}
.navbar {
    border-radius: 0;
}

.hidden {
    display: none;
}

/* .form-control {
    border: 1px solid #ccc;
} */
.section-text.generic p {
    font-size: 14px;
}
.btn,
.form-control {
    border-radius: 0;
}

.btn-primary {
    background-color: #1b97d2;
    border-color: #1b97d2;
}

.btn-primary:hover {
    background-color: #2695d1;
    border-color: #2695d1;
}

.btn-default:hover {
    background-color: #eaeaea;
}

.btn-primary:hover {
    background-color: #1e87bf;
    border-color: #1e87bf;
}
.grey,
.bg-comisions {
    background-color: #f8f8f8;
}

.breadcrumb {
    margin: 0.4375rem 0;
    padding-left: 0;
    background-color: transparent;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0;
    font-size: 0.8rem;
}

.breadcrumb > li + li::before {
    font-size: 0.8rem;
    position: relative;
    padding-right: 0.2rem;
    padding-left: 0.3rem;
    content: '\';
}

.breadcrumb .fa-home {
    font-size: 0.9rem;
}

.breadcrumb > li {
    color: #444;
    text-transform: uppercase;
}

.breadcrumb > li a {
    color: #999;
    text-transform: uppercase;
}

.breadcrumb > li a:hover {
    color: #222;
}

.label {
    border-radius: 0;
}

.label.label-primary {
    background-color: #1b97d2;
}

.label.label-default {
    background-color: transparent;
    color: #999;
    font-weight: 400;
}

.links-big-buttons {
    margin-bottom: 1.875rem;
}

.links-big-buttons i {
    font-size: 3.5rem;
    padding: 0 0 0.9375rem;
    display: block;
    margin: 0 auto;
}

#contents .links-big-buttons i {
    font-size: 5rem;
    padding: 0;
}

.links-big-buttons .btn {
    font-size: 1rem;
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
}

hr {
    margin: 0.4375rem 0 20px;
}

.container-fluid.img-primary {
    background-color: #f5f5f5;
}

/* Header */
header {
    position: fixed;
    min-height: 90px;
    padding-top: 10px;
    z-index: 16;
    width: 100%;
    top: 0;
    background-color: #007297;
    color: #FFF;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

header.fixed {
    position: fixed;
    padding-top: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

header.fixed .navbar {
    padding: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

header.fixed .navbar-brand {
    margin: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

header.fixed .navbar-brand img {
    min-height: 40px;
    margin: 5px auto;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

header.fixed .nav-header {
    margin: 20px 0 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

header.fixed .nav-header .navbar-form {
    margin: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

header .navbar {
    padding: 0.5rem 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

header .navbar-brand {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

header .navbar-brand img {
    min-height: 50px;
    max-height: 70px;
    margin: 10px auto 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

header .nav-header {
    margin: 10px auto;
    display: block;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

header .nav-header li {
    margin-left: 0;
}

header .nav-header .nav-header-item {
    width: 100%;
    margin-left: 0;
}
header .nav-header .nav-header-item a {
    color: #FFF;
    font-size: 16px;
}

/* NAV on MOBILES */

.collapsed-nav.navbar-dark.bg-inverse {
    margin: 0 auto;
    display: block;
    width: 100%;
    list-style-type: none;
    padding: 0;
}
.bg-inverse {
    background-color: #056381;
}
.collapsed-nav.navbar-dark.bg-inverse a {
    padding: 6px 0 6px 25px;
    color: #fff;
}

.navbar-toggler {
    font-size: 1.8rem;
    border-radius: 0;
    line-height: 1.8rem;
    padding-top: 2px;
}
.nav-item hr {
    background-color: #eaeaea;
    margin-bottom: 0;
}
.search-mobile {
    float: right;
    margin-right: 15px;
    min-width: 280px;
}
.search-mobile .form-group {
    margin-bottom: 0;
}
.search-mobile .btn-white {
    color: #323232;
}
.log-mobile {
    padding: 5px;
    background-color: #d60000;
}
.log-mobile i {
    margin-left: 15px;
}

/* Carousel Home */
.container-fluid.slidermain {
    padding: 0;
    margin: 0;
    background-color: #fff;
}
#carousel-generic {
    opacity: 0;
}
.carousel-control .icon-prev::before {
    font-family: "FontAwesome";
    content: '\f185';
}
.carousel-control .icon-next::before {
    font-family: "FontAwesome";
    content: '\f186';
}
    
#index .carousel-indicators {
    bottom: -10px;
}

#index .carousel,
#index .carousel-inner {
    height: 100%;
}

#index .carousel-caption {
    background-color: rgba(0, 0, 0, 0.8);
    left: 10%;
    right: 10%;
    top: 10%;
    bottom: auto;
    max-width: 30%;
    padding: 0.9375rem 0.9375rem 0.9375rem 5%;
}
#index .carousel-caption.special {
    background-color: transparent;
    left: 16%;
    right: 10%;
    top: 10%;
    bottom: auto;
    text-align: left;
    padding: 0.9375rem 0.9375rem 0.9375rem 5%;
}
#index .carousel-caption.special h3 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 3rem;
}
#index .carousel-caption.special .btn-primary {
    background-color: rgba(0, 0, 0, 0.2);
    border-color:rgba(255, 255, 255, 0.8);
}
#index .carousel-caption.special .btn-primary:hover,
#index .carousel-caption.special .btn-primary:focus,
#index .carousel-caption.special .btn-primary:active {
    background-color: rgba(0, 0, 0, .4);
    border-color:rgba(255, 255, 255, 1);
}

#index .carousel-caption h3 {
    text-align: right;  
    text-shadow: none;
    letter-spacing: 1px;
}

#index .carousel-inner > .carousel-item,
#index .carousel-inner > .carousel-item {
    -webkit-background-size: cover;
    background-size: cover;
}
#index .carousel-inner > .carousel-item > a > img,
#index .carousel-inner > .carousel-item > img {
    margin: 0 auto;
    visibility: hidden;
}

#index .carousel-caption h3 small {
    font-size: 50%;
}

/* Comisiones Logos  */

.comisiones a {
    display: block;
    width: 100%;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.comisiones a:hover {
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.comisiones a img {
    width: 100%;
    max-width: 250px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.comisiones a.active img,
.comisiones a:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: none;
    -o-filter: none;
}
/* Comites nav */
.comites a img {
    width: 100%;
    max-width: 250px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}
.comites a:hover img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.comites .navbar-nav,
.sections-cat .navbar-nav {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.comites .nav-item,
.sections-cat .nav-item {
    display: table-cell;
    width: auto;
    text-align: center;
    float: none;
}
.main .section-text .comites  ul  li {
    padding-left: 0;
} 

.comites,
.sections-cat {
    display: block;
}

.comites {
    margin-bottom: 0.9375rem;
}

.comites .nav-item a {
    display: block;
    padding: 0.4375rem 0;
    text-decoration: none;
    color: #b7b9bb;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}

.comites .nav-item a:hover {
    color: #444;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.comites .nav-item a:hover i.btn-circle {
    background-color: #444;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.comites .nav-item a i {
    margin-right: 0.625rem;
    font-size: 1.5rem;
    display: inline-block;
    position: relative;
    top: 0.24rem;
}

.comites .nav-item a i.btn-circle {
    background-color: #b7b9bb;
    padding: 0.32rem;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.comites .nav-item a span {
    font-size: 1.8rem;
    width: auto;
    display: inline-block;
    font-weight: 700;
}

.comites .nav-item a:last-child span:nth-last-child(2),
.comites .nav-item a:last-child span:last-child {
    position: relative;
    top: 3px;
}
.navbar.nav.home .navbar-dark ul li.logout {
    background-color: #ff0000;
}
.comites .nav-item a:last-child span:last-child {
    font-size: 0.6rem;
    font-weight: 400;
    text-align: left;
    padding-left: 10px;
}

.color-youtube {
    color: #ff0000;
}

.color-linkedin {
    color: #0077b5;
}
.color-twitter {
    color: #1da1f2;
}
.bgcolor-youtube {
    background-color: #ff0000;
    color: #FFF;
}
.bgcolor-linkedin {
    background-color: #0077b5;
    color: #FFF;
}
.bgcolor-twitter {
    background-color: #1da1f2;
    color: #FFF;
}

.color-wrapper {
    background-color: #f1f0ee;
    padding: 40px 0;
}
.color-wrapper.special {
    position: relative;
    padding: 60px 0;
}
.color-wrapper.special::before {
    content: "";
    border-style: solid;
    border-width: 30px 50vw 0px 50vw;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

.videos,
.attachments-pdf {
    position: relative;
}

.related {
position: relative;
}
.videos::after,
.related::before,
.color-wrapper.special::after {
    content: "";
    border-style: solid;
    border-width: 0px 50vw 30px 50vw;
    border-color: transparent transparent #FFFFFF transparent;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
}
/* .related::after {
    content: "";
    border-style: solid;
    border-width: 30px 0px 0px 100vw;
    border-color: #FFFFFF transparent transparent  transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}*/
.videos::after {
    border-color:  transparent transparent  #ccc transparent;
}
.videos {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 60px;
}

.attachments-pdf::before {
    border-color: transparent transparent #ccc transparent;
}
.related::before {
    border-color: transparent transparent #2C353F transparent;
    border-width: 0px 100vw 30px 0px;
} 
.color-wrapper.news.special::before {
    border-color: #f8f8f8 transparent transparent transparent;
}
.color-wrapper.activities-wrapper {
    padding-top: 10px;
}
.color-wrapper.activities-wrapper::before {
    border-color: transparent transparent transparent transparent;
}
.color-wrapper.news.special::after {
    border-color: transparent transparent #f1f0ee transparent;
}

.color-wrapper.activities-wrapper::after {
    border-width: 0px 100vw 30px 0px;
}
.color-wrapper.news {
    background-color: #8e8e90;
}
.color-wrapper.pressnotes {
    background-color: #FCFCFC;
}
.color-wrapper.activities {
    background-color: #f1f0ee;
}

#index main.wrapper {
    padding: 0;
}
.wrapper,
.color-wrapper.msg-icex,
.color-wrapper.white,
.color-wrapper.publications {
    background-color: #FFFFFF;
}
.color-wrapper.dark {
    background-color: #323232;
}

.msg-icex p {
    margin-bottom: 0;
}

/* Nav Secciones Comisión-Comite */
.sections-cat {
    background-color: #999;
    margin-bottom: 0;
}

.sections-cat .nav-item a {
    color: #fff;
    padding: 1.375rem 0;
    display: block;
}

.sections-cat .nav-item a i.btn-circle {
    background-color: #fff;
    padding: 0.4375rem;
    color: #999;
    border-radius: 50px;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    font-size: 1.8rem;
}

.sections-cat .nav-item a.active {
    background-color: #222;
    text-decoration: none;
}

.sections-cat .nav-item a:hover {
    background-color: #444;
    text-decoration: none;
}

/* Main container */

main.container-fluid.no-gap {
    background-color: #fff;
    padding-bottom: 1.875rem;
}

.banner-item img {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
}

.section-img img {
    margin: 0 0 0.9375rem;
}

.section-title h4 {
    margin: 0 0 1.875rem;
}

.section-text figure.pull-xs-right,
.section-text p.pull-xs-right img {
    margin-left: 1.875rem;
    margin-bottom: 0.9375rem;
}

.section-text p.pull-xs-right:after {
    clear: both;
}

.section-text p:nth-child(2).pull-xs-right {
    margin-top: 0.9375rem;
}

.section-text figure.pull-xs-left,
.section-text p.pull-xs-left img {
    margin-right: 1.875rem;
    margin-bottom: 0.9375rem;
}

.section-text p img.img-responsive {
    margin-bottom: 15px;
}

.section-text p.pull-xs-left:after {
    clear: both;
}

.featured-section-title {
    margin-bottom: 40px;
}
.featured-section-title {
    text-align: center;
    position: relative;
    font-size: 2.4rem;
    display: block;
    margin-bottom: 40px;
    color: #fff;
}
.featured-section-title a {
    color: #fff;
}
.white .featured-section-title a, 
.related .featured-section-title,
.attachments-pdf .featured-section-title {
    color: #626262
}
.attachments-pdf .featured-section-title {
    padding-top: 40px;
}
.activities-wrapper .featured-section-title a {
    color: #323232
}
.featured-section-title:before {
    background-color: #bfbdbd;
    content: "";
    position: relative;
    max-width: 150px;
    bottom: -45px;
    margin: 0 auto;
    height: 3px;
    width: 100%;
    display: block;
    opacity: .7;
}
.featured-section-title a:hover {
    text-decoration: none;
}
.featured-section-title:hover:before {
    opacity: 1;
}

.home-item {
    position: relative;
}

.dark
.news-item,
.news.content-item,
.pressnotes-item {
    margin-bottom: 20px;
}
.news-item:last-child, .news-item:nth-last-child(2n) {
    margin-bottom: 0;
}
.content-item-title {
    margin-top: 0;
    border: 1px solid rgba(255,255,255,.6);
    border-top: 0 none !important;
    padding: 15px 15px 10px 15px;
    margin-bottom: 20px;
}
.news-item.dark .content-item-title {
    border: 1px solid rgba(0,0,0,.3);
}
.news-item.dark .content-item-title:hover {
    border: 1px solid rgba(0,0,0,.5);
}
.news-item.dark .content-item-title h6 a, .news-item.dark .content-item-title h4 a, .news-item.dark  .content-item-title .tags {
    color: #323232;
}
.related .content-item:hover .content-item-title,
.medias.content-item:hover .content-item-title,
.activities.content-item:hover .content-item-title  {
    border: 1px solid rgba(0,0,0,.2);
}
.related .content-item .content-item-title,
.medias.content-item .content-item-title,
.activities.content-item .content-item-title  {
    border: 1px solid rgba(0,0,0,.2);
}
.medias.content-item .content-item-title {
    background-color: #FFF;
}
.content-item:hover .content-item-title  {
    border: 1px solid rgba(255,255,255,.5);
}
.important .content-item-title {
    border: none;
    background-color: rgba(255,255,255,.12);
}

.pressnotes .important .content-item-title,
.news .important .content-item-title {
    padding-bottom: 35px;
}
.content-item-title h6,
.content-item-title h4 {
    font-size: 1.12rem;
    line-height: 1.4rem;
}
.news .content-item-title h6 a,
.news .content-item-title h4 a {
   color: #FFF;
   font-weight: 200;
   letter-spacing: .4px;
}
.content-item-title h6 a,
.content-item-title h4 a{
    color: #000;
}
.content-item-title h4 {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

.content-item-title .tags {
    color: #656565;
    margin-top: 5px;
    margin-bottom: 0;
}
.content-item-title .tags a {
    color: #000;
}
.content-item-title .tags a.aeronautica {
    color: #0083c7;
}
.content-item-title .tags a.defensa {
    color: #8db82e;
}
.content-item-title .tags a.seguridad {
    color: #ce1c2b;
}
.content-item-title .tags a.espacio {
    color: #002548;
}
.content-item-title .tags a::after {
    content: ', ';
    display: inline;
    color: #000;
}
.text-black,
.text-black a {
    color: #626262;
}

.triangle {
    position: absolute;
    top: 0;
    right: 0.9375rem;
    font-size: 1rem;
    line-height: 2rem;
    color: #797979;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    opacity: 1;
    border-color: transparent #e9e9e9 transparent transparent;
    _border-color: #000000 #e9e9e9 #000000 #000000;
}

.triangle i {
    position: absolute;
    font-size: 1.5rem;
    top: 5px;
    right: -46px;
}

.content-item-title .tags a:last-child:after {
    display: none;
}
.news .content-item-title .tags a.aeronautica,
.news .content-item-title .tags a.defensa,
.news .content-item-title .tags a.seguridad,
.news .content-item-title .tags a.espacio,
.news .content-item-title .tags,
.news .content-item-title .tags a::after,
.news .content-item-title .tags a {
    color: #FFF;
}
.overlay {
    position: relative;
} 
.overlay .btn-readmore {
    opacity: 0;
    position: absolute;
    bottom: -40px;
    cursor: none;
} 
.medias:hover .btn-readmore,
.activities:hover .btn-readmore,
.pressnotes-item:hover .btn-readmore,
.news-item:hover .btn-readmore {
    bottom: 0;
    opacity: 1;
    cursor: pointer;
}

.activities:hover .overlay img,
.medias:hover .overlay img,
.pressnotes-item:hover .overlay img,
.news-item:hover .overlay img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: .8;
}

.activities .overlay,
.medias .overlay,
.pressnotes-item .overlay,
.news-item .overlay {
    background-color: #fff;
}

.activities .overlay img,
.pressnotes-item .overlay img,
.news-item .overlay img {
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.home-item:hover .triangle {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}
.home-item:hover i {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
}
/* home */
.featured-section-title h4 {
    background-color: #328BA8;
    margin-bottom: 15px;
}
.pressnotes .featured-section-title h4 {
    background-color: #00ACE3;
}
.featured-section-title h4 a,
.pressnotes .featured-section-title h4 a{
    color: #FFF;
}
.news .triangle {
    color: #FFF;
    border-color: transparent #328BA8 transparent transparent;
}
.pressnotes .triangle {
    color: #FFF;
    border-color: transparent #00ACE3 transparent transparent;
}
.medias .icon-media {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    top: calc(50% - 60px);
    transform: translateY(-50%);
}
.medias .icon-media:hover {
    text-decoration: none;
}

.medias .icon-media i {
    font-size: 62px;
    color: #FFFFFF;
}
.detail-agenda {
    padding: 30px 15px;
    background-color: #007297;
    margin-bottom: 30px;
    color: #FFF;
}
.detail-agenda .media {
    display: flex; /* or inline-flex */
    justify-content: space-around;
    align-items: center;
} 
.detail-agenda .media i, 
.detail-agenda .media .media-body {
    display: block;
    vertical-align: middle;
}
.detail-agenda .media .media-body h5 {
    margin-left: 10px;
    color: #FFF;
    margin-bottom: 0;
}
.detail-agenda .media .media-body h5 a {
    color: #FFF
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}
.list-group-item a {
    color: #797979;
}
.espacio .list-group-item.active,
.espacio .list-group-item.active:focus,
.espacio .list-group-item.active:hover,
.btn-group-vertical.espacio a.active {
    color: #fff;
    background-color: #003258;
    border-color: #003258;
}
.seguridad .list-group-item.active,
.seguridad .list-group-item.active:focus,
.seguridad .list-group-item.active:hover,
.btn-group-vertical.seguridad a.active {
    color: #fff;
    background-color: #db222d;
    border-color: #db222d;
}
.aeronautica .list-group-item.active,
.aeronautica .list-group-item.active:focus,
.aeronautica .list-group-item.active:hover,
.btn-group-vertical.aeronautica a.active {
    color: #fff;
    background-color: #007eb3;
    border-color: #007eb3;
}
.defensa .list-group-item.active,
.defensa .list-group-item.active:focus,
.defensa .list-group-item.active:hover,
.btn-group-vertical.defensa a.active {
    color: #fff;
    background-color: #3e9d66;
    border-color: #3e9d66;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
.btn-group-vertical.generic a.active {
    color: #fff;
    background-color: #2695d1;
    border-color: #2695d1;
}

/* Main content */
.container.main {
    background-color: #fff;
}
.main .section-text {
    margin-bottom: 0.935rem;
}
.main .same-height,
#users .main .card,
.main .alert {
    margin-top: 1.875rem;
}

.main .section-text h1,
.main .section-logo h1 {
    font-size: 2.4rem;
    line-height: 2.7rem;
    font-weight: 700;
    margin: 0.975rem 0 1.875rem;
}

.main .section-logo h1 {
    margin: 0 0.625rem 0 0;
    text-align: center;
}

.main .section-text h2,
.main .section-text h3 {
    font-size: 1.5rem;
    color: #fff;
    background-color: #2695d1;
    display: inline-block;
    padding: 0.6375rem 0.9375rem;
    margin: 0.9375rem 0 1.875rem;
}

.main .section-text h2:first-letter {
    text-transform: uppercase;
}

.main .section-text h4 {
    color: #2695d1;
    margin-bottom: 0.9375rem;
}

.main .section-text h3 {
    font-size: 1.2rem;
}

.main .section-text h5 {
    color: #444;
    margin-bottom: 0.9375rem;
}

.main .section-text p strong {
    color: #2695d1;
}

.main .section-text ul,
.main .related-list ul {
    padding-left: 0.8rem;
}

.main .section-text ul li,
.main .related-list ul li {
    list-style-type: none;
    padding-left: 1.8em;
    margin-bottom: 0.5rem;
}

.main .section-text .que-es ul > li:before,
.main .related-list ul li:before {
    font-family: "FontAwesome";
    content: '\f186';
    color: #999;
    background-color: transparent;
    display: inline-block;
    position: relative;
    padding-left: 2px;
    top: 2px;
    margin-right: 0.3rem;
    width: 1.2rem;
    margin-left: -1.6rem;
}

.main .section-text ul > li:before {
    font-family: "FontAwesome";
    content: '\f186';
    color: #2695d1;
    background-color: transparent;
    display: inline-block;
    position: relative;
    padding-left: 2px;
    top: 2px;
    margin-right: 0.3rem;
    width: 1.2rem;
    margin-left: -1.6rem;
}

.main .section-text ul > li > ul {
    margin: 0.9375rem 0;
}

.main .section-text .que-es ul > li > ul > li:before {
    font-family: "FontAwesome";
    content: '\f186';
    color: #2695d1;
    background-color: transparent;
    margin-right: 0.2rem;
}
.main .section-text ul > li a::before {
    font-family: "FontAwesome";
    content: '\f186';
    color: #444;
    background-color: transparent;
    display: inline-block;
    position: relative;
    padding-left: 2px;
    top: 1px;
    margin-right: 0.3rem;
    width: 1.2rem;
    margin-left: -0.3rem;
}

.main .section-text  .more-info-partner > li a::before,
.main .section-text  .pagination > li.page-item a::before {
    display: none;
}
.main .section-text ul > li a[href$='.pdf']::before {
    content: '\f1c1';
}
.main .section-text ul > li a[href$='.xls']::before,
.main .section-text ul > li a[href$='.xlsx']::before {
    content: '\f1c3';
}
.main .section-text ul > li a[href$='.doc']::before,
.main .section-text ul > li a[href$='.docx']::before {
    content: '\f1c2';
}
.main .section-text ul > li a[href$='.pptx']::before,
.main .section-text ul > li a[href$='.ppt']::before {
    content: '\f1c4';
}
.main .section-text ul > li a[href$='.zip']::before,
.main .section-text ul > li a[href$='.7zip']::before,
.main .section-text ul > li a[href$='.rar']::before {
    content: '\f1c6';
}
.main .section-text ul > li a[href$='.mp4']::before,
.main .section-text ul > li a[href$='.mov']::before {
    content: '\f1c8';
}
.main .section-text ul > li a[href$='.mp3']::before,
.main .section-text ul > li a[href$='.wap']::before {
    content: '\f1c7';
}

.main .section-logo img {
    margin: 0 auto;
}

.main .section-logo address {
    text-align: center;
}

.main .section-text ul.more-info-partner {
    padding-left: 0;
}

.main .section-text ul.more-info-partner li {
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
    margin-right: 0.9375rem;
    max-width: 150px;
}

.main .section-text ul > li:before {
    font-family: "FontAwesome";
    content: '\f186';
    color: #2695d1;
    background-color: transparent;
    display: inline-block;
    position: relative;
    padding-left: 2px;
    top: 2px;
    margin-right: 0.3rem;
    width: 1.2rem;
    margin-left: -1.6rem;
}

.main .section-text ul.more-info-partner li:before,
.main .section-text ul > li.nav-item:before {
    content: '';
}

.main .spacer-related {
    background: #ffffff;
    border-top: 0.146rem solid #999;
    margin-bottom: 0.9375rem;
    position: relative;
}

.main .spacer-related:after,
.main .spacer-related:before {
    bottom: 100%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.main .spacer-related:after {
    border-color: transparent;
    border-bottom-color: #ffffff;
    border-width: 1.2rem;
    margin-left: 0.625rem;
}

.main .spacer-related:before {
    border-color: transparent;
    border-bottom-color: #999;
    border-width: 1.32rem;
    margin-left: 0.5rem;
}

.main .related-list ul {
    padding-left: 0;
}

.main .related-list ul li:before {
    font-family: "FontAwesome";
    content: '\f186';
    color: #999;
}

.main .related-list h5 {
    margin-bottom: 0.9375rem;
}

.main .blockquote {
    margin-left: 0.9375rem;
}

.main .blockquote p {
    max-width: 90%;
    padding: 0.9375rem 0 0.9375rem 0.9375rem;
}

.main .blockquote.blockquote-reverse p {
    margin: 0 0 0 auto;
}


.attachments .images img {
    max-width: 70%;
}

.attachments a:hover {
    opacity: 0.8;
}

.btn-socials {
    position: fixed;
    right: 0px;
    top: auto;
    bottom: 8px;
    transform: translateY(-50%);
    list-style-type: none;
    z-index: 2;
    padding: 0;
    margin: 0;
    list-style-type: none;
    transition: all 1s;
}

.btn-socials li {
    padding-right: 0;
}
.btn-socials li a {
    display: block;
    float: left;
    padding: 10px 15px;
    background-color: #d5d5d5;
    color: #666;
    height: 43px;
    width: 43px;
}
.btn-socials li a:hover {
    opacity: .8;
    text-decoration: none;
    color: #3e3c3f;
}
.btn-socials li:nth-child(2) a {
    background-color: #eaeaea;
}
.btn-socials li a.twitter {
    color: #FFF;
    background-color: #8ccbef;
}
.btn-socials li a.facebook {
    color: #FFF;
    background-color: #5f7cbb;
}
.btn-socials li a.linkedin {
    color: #FFF;
    background-color: #6ea0d6;
}
.btn-socials li a.google {
    color: #FFF;
    background-color: #d46360;
}
.btn-socials li a.whatsapp {
    color: #FFF;
    background-color: #a9cb71;
}


/* comisiones items */

/*
.section-text.espacio .home-item:hover .home-item-title h6 a, .espacio.home-item:hover .home-item-title h6 a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom: .6125rem solid #085389;
    background-color: #222;
    color: #fff;
}

.section-text.seguridad .home-item:hover .home-item-title h6 a, .seguridad.home-item:hover .home-item-title h6 a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom: .6125rem solid #DB222D;
    background-color: #222;
    color: #fff;
}

.section-text.aeronautica .home-item:hover .home-item-title h6 a, .aeronautica.home-item:hover .home-item-title h6 a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom: .6125rem solid #007EB3;
    background-color: #222;
    color: #fff;
}

.section-text.defensa .home-item:hover .home-item-title h6 a, .defensa.home-item:hover .home-item-title h6 a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom: .6125rem solid #A2C62F;
    background-color: #222;
    color: #fff;
}

.section-text.generic .home-item:hover .home-item-title h6 a, .generic.home-item:hover .home-item-title h6 a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom: .6125rem solid #2695D1;
    background-color: #222;
    color: #fff;
} */

/* COMISIONES  PAGES*/

.section-text.defensa h4,
.section-text.aeronautica h4,
.section-text.seguridad h4,
.section-text.espacio h4 {
    color: #000;
}

.section-text.defensa h2 {
    background-color: #3e9d66;
}

.section-text.defensa h1,
.section-text.defensa p strong,
.section-text.defensa p a {
    color: #3e9d66;
}

.section-text.aeronautica h2 {
    background-color: #0093d2;
}

.section-text.aeronautica h1,
.section-text.aeronautica p strong,
.section-text.aeronautica p a {
    color: #0093d2;
}

.section-text.seguridad h2 {
    background-color: #db222d;
}

.section-text.seguridad h1,
.section-text.seguridad p strong,
.section-text.seguridad p a {
    color: #db222d;
}

.section-text.espacio h2 {
    background-color: #003258;
}

.section-text.espacio h1,
.section-text.espacio p strong,
.section-text.espacio p a {
    color: #003258;
}

.section-text.generic h2 {
    background-color: #2695d1;
}

.section-logo h1,
.section-text.generic h1,
.section-text.generic p strong,
.section-text.generic p a {
    color: #333;
}

.section-text.generic.news h2,
.section-text.defensa.news h2,
.section-text.aeronautica.news h2,
.section-text.seguridad.news h2,
.section-text.espacio.news h2 {
    background-color: #000;
}

.defensa .btn-primary,
.btn-primary.defensa {
    background-color: #3e9d66;
    border-color: #3e9d66;
}

.aeronautica .btn-primary,
.btn-primary.aeronautica {
    background-color: #0093d2;
    border-color: #0093d2;
}

.seguridad .btn-primary,
.btn-primary.seguridad {
    background-color: #db222d;
    border-color: #db222d;
}

.espacio .btn-primary,
.btn-primary.espacio {
    background-color: #003258;
    border-color: #003258;
}

.defensa .section-btns .btn-default {
    color: #3e9d66;
}

.aeronautica .section-btns .btn-default {
    color: #0093d2;
}

.seguridad .section-btns .btn-default {
    color: #db222d;
}

.espacio .section-btns .btn-default {
    color: #003258;
}

/* Agenda */

.dates-schedule {
    min-height: 160px;
}

.schedule hr {
    margin: 0.9375rem 0;
}

.schedule h5 {
    color: #2695d1;
}

.datepicker table tr td span.active.active {
    background-color: #2695d1;
}

.datepicker table tr td span.active.active:hover {
    background-color: #2695d1;
}

/* Contenido protegido */
.password h3 {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #2695d1;
}
.password .card {
    margin-bottom: 40px;
}

/* Asociados */

.section-btns {
    margin-bottom: 0.9375rem;
    display: block;
    width: 100%;
}

.section-btns a {
    display: block;
    width: auto;
    text-align: center;
    float: none;
}

.asociados-imgs img {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.asociados-imgs img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: none;
    -o-filter: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.alfabetico-list ul.pagination {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
}

.alfabetico-list ul.pagination li {
    display: table-cell;
    padding-left: 0;
    width: 100%;
}

.alfabetico-list ul.pagination li a {
    margin: 0;
    width: 100%;
    text-align: center;
    color: #2695d1;
}

nav ul.pagination li.page-item a.page-link {
    text-align: center;
    color: #2695d1;
}

.alfabetico-list ul.pagination li.active a,
nav ul.pagination li.page-item.active a.page-link {
    background-color: #1b97d2;
    border-color: #1b97d2;
    color: #fff;
}

.alfabetico-list ul.pagination li:before {
    display: none;
}

.alfabetico-list ul.pagination li.active a:hover {
    background-color: #1b97d2;
    border-color: #1b97d2;
    cursor: pointer;
}

.alfabetico-list ul.pagination li.page-item a.page-link,
nav ul.pagination li.page-item a.page-link {
    color: #797979;
}

.defensa .alfabetico-list ul.pagination li.page-item.active a.page-link,
nav.defensa ul.pagination li.page-item.active a.page-link {
    background-color: #3e9d66;
    border-color: #3e9d66;
    color: #fff;
}

.aeronautica .alfabetico-list ul.pagination li.page-item.active a.page-link,
nav.aeronautica ul.pagination li.page-item.active a.page-link {
    background-color: #0093d2;
    border-color: #0093d2;
    color: #fff;
}

.seguridad .alfabetico-list ul.pagination li.page-item.active a.page-link,
nav.seguridad ul.pagination li.page-item.active a.page-link {
    background-color: #db222d;
    border-color: #db222d;
    color: #fff;
}

.espacio .alfabetico-list ul.pagination li.page-item.active a.page-link,
nav.espacio ul.pagination li.page-item.active a.page-link {
    background-color: #003258;
    border-color: #003258;
    color: #fff;
}

.alfabetico-list ul.pagination li.disabled a,
nav ul.pagination li.page-item.disabled a.page-link {
    background-color: #eaeaea;
}

.alfabetico-list ul.pagination li.disabled a:hover {
    text-decoration: none;
    background-color: #eaeaea;
}

.localization .list-group .list-group-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.0625rem;
    border: 0 none;
    border-bottom: 1px solid #e5e3df;
    border-radius: 0;
}

.localization .list-group .list-group-item.active {
    border-radius: 0;
    padding-top: 0.27rem;
    padding-bottom: 0.27rem;
    background-color: #2695d1;
}

.localization .list-group .list-group-item .label {
    border-radius: 200px;
    height: 1.475rem;
    width: 1.475rem;
    line-height: 1.175rem;
    margin: 0.145rem auto;
}

.localization .list-group .list-group-item.active .label.label-primary {
    background-color: #d5d5d5;
    color: #444;
}

.google-map {
    background: #e5e3df none repeat scroll 0% 0%;
    height: 38.5rem;
    margin: 0;
    width: 100%;
}

#contactmap.google-map {
    height: 25.5rem;
    width: 100%;
}

.section-publications .media {
    border-bottom: 1px solid #f2f1f0;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.section-publications .date-media {
    background-color: #f2f1f0;
    margin-bottom: 0.9375rem;
}

.section-publications .date-media p {
    line-height: 1.7rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

.section-publications .date-media div:last-child p {
    text-align: center;
    padding-left: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1b97d2;
}

.section-publications .date-media div:first-child p {
    color: #000;
    font-weight: 400;
    padding-left: 0.4375rem !important;
    text-align: left !important;
    background-color: #f2f1f0 !important;
}

.section-publications .media-object {
    max-width: 123px;
}

.defensa .section-publications .date-media div:last-child p {
    background-color: #3e9d66;
}

.aeronautica .section-publications .date-media div:last-child p {
    background-color: #0093d2;
}

.seguridad .section-publications .date-media div:last-child p {
    background-color: #db222d;
}

.espacio .section-publications .date-media div:last-child p {
    background-color: #003258;
}

.list-group-item.active a {
    color: #fff;
}

/* Footer */
footer {
    padding-top: 15px;
    margin-top: 0;
    background-color: #FFF;
    padding-bottom: 0;
}
footer {
    padding-top: 30px;
    margin-top: 0;
    background-color: #2C353F;
    padding-bottom: 50px;
    letter-spacing: .5px;   
}

footer .row {
    margin-bottom: 15px;
}
footer p {
    color: #FFF;
    padding: 0 5px;
    margin: 0 0 15px;
}
footer a {
    color: #FFFFFF;
}
footer label {
    margin-top: 10px;
    color: #FFF;
}

footer label a,
footer label a:hover {
    color: #FFF;
    text-decoration: underline;
}

footer h3 {
    margin-top: 30px;
}
footer h3, footer address {
    color: #FFF;
}

footer  ul {
    padding: 15px 0 0;
    margin: 0;
}
footer  ul li {
    list-style: none;
    margin: 0;
    padding-right: 15px;
}
footer  ul li a span {
    float: right;
    margin-right: 10px;
}

footer  ul.social li {
    display: inline-block;
    padding-right: 10px;
}
footer  ul.social li a {
    padding: 5px;
    font-size: 20px;
    display: block;
}

footer  ul.links li a {
    font-weight: 300;
    color: #FFF;
    border-top: .5px solid  #999;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    display: block;
}

/* footer.home  {
    background-color: #3f3f3f;
} */
footer  ul.links li:first-child a {
    border-top: 0 none;
}
footer  ul.links li i {
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 5px;
}
footer a:hover {
    opacity: .8;
    color: #FFF;
}
footer  a:focus,
footer  a:active {
    color: #d5d5d5;
}
footer  address p {
   text-align: left;
   font-size: 13px;
}
footer  address p i {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.footer-newsletter-content {
    padding: 0 5px;
}

.footer-address address {
    color: #EAEAEA;
}

.footer-address address i {
    font-size: 1.24em;
    left: 5px;
    margin-right: 10px;
}



.footer-address address span {
    margin: 0 0 6px 0;
}

.footer-address address a {
    color: #EAEAEA;
    text-decoration: none;
}

.footer-address address a:hover {
    text-decoration: underline;
}
.news-espacio .modal-body {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: none;
    background-position: center;
    min-height: 250px;
    display: block;
    height: 100%;
    background-color: #3d3d3f;
    color: #fff;
}
.news-espacio .modal-body hr {
    border-top: 1px solid rgba(255, 255, 255, 0.9);
}
.news-espacio .modal-body h3 {
    color: #8dc368;
    margin: 30px 0;
}
.news-espacio .modal-body a {
    color: #8dc368;
    text-decoration: underline;
}
.news-espacio .modal-body .success img {
    min-height: 100px;
    margin: 40px auto;
}
.news-espacio .publications,
.news-espacio .modal-title {
    background-color: #3d3d3f;
    color: #fff;
    padding: 10px 20px;
    font-size: 26px;
    line-height: 22px;
}
.news-espacio .publications {
    margin-bottom: 10px;
}
.news-espacio .publications a {
    color: #fff;
    display: block;
}
.survey-revista-espacio.news-espacio .modal-title .title {
    text-align: center;
    margin-bottom: 10px;
}
.survey-revista-espacio.news-espacio .modal-title .title span {
    color: #7add44;
}
.survey-revista-espacio.news-espacio .modal-body .well p {
    background: transparent;
    margin-bottom: 0;
}
.survey-revista-espacio.news-espacio .modal-body .well p small {
    font-size: 70%;
    line-height: 10px;
}
.survey-revista-espacio.news-espacio .modal-body textarea {
    color: #fff;
    border: 0 none;
    width: 100%;
    padding: 15px;
    min-height: 120px;
    background-color: rgba(0, 0, 0, 0.3);
}
.survey-revista-espacio.news-espacio .modal-body .well {
    padding-top: 5px;
    padding-bottom: 5px;
}
.survey-revista-espacio.news-espacio .modal-body .well > .row > .col-sm-4 {
    border-right: 2px dotted #eaeaea;
}
.survey-revista-espacio.news-espacio
    .modal-body
    .well
    > .row
    > .col-sm-4:last-child {
    border: none;
}
.survey-revista-espacio.news-espacio .modal-body>.row {
    background-color: rgba(0, 0, 0, 0.6);

}
.survey-revista-espacio.news-espacio .modal-body .radio.inline {
    margin-top: 10px;
}
.survey-revista-espacio.news-espacio .modal-body p {
    padding: 10px;
    margin-bottom: 0;
    font-size: 16px;
}
.survey-revista-espacio.news-espacio .modal-body p img {
    float: left;
    margin-right: 10px;
    min-height: 30px;
}
.news-espacio .publications span,
.news-espacio .modal-title span {
    font-weight: 700;
}
.news-espacio .publications img,
.news-espacio .modal-title img {
    max-height: 50px;
    margin: 0 auto;
}
.news-espacio .modal-footer {
    border-top: none;
    background-color: #3d3d3f;
    text-align: left;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
.news-espacio .modal-footer .btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}
.news-espacio .modal-footer a {
    color: #fff;
    text-decoration: underline;
}
.unsuscribe {
    padding: 50px 0;
}
.survey-revista-espacio.news-espacio textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #ffffff !important;
    opacity: 1;
}
.survey-revista-espacio.news-espacio textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #ffffff !important;
    opacity: 1;
}
.survey-revista-espacio.news-espacio textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #ffffff !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #000000 !important;
    opacity: 1;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #000000 !important;
    opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #000000 !important;
}

/* CHECKS AWESOME */
.checkbox {
    padding-left: 40px;
}
.checkbox label::after {
    padding-left: 8px;
    padding-top: 6px;
    font-size: 16px;
}
.checkbox input[type="checkbox"] {
    position: absolute;
    margin-top: -4px;
    margin-left: -38px;
    width: 40px;
    height: 40px;
}
.checkbox label::after,
.checkbox label::before {
    margin-left: -40px;
    width: 32px;
    height: 32px;
  }
.modal-footer .checkbox label::after,
.modal-footer .checkbox label::before  {
    width: 24px;
    height: 24px;
    margin-left: -30px;
}
.checkbox label span {
    position: relative;
    top: 5px;
}
.modal-footer .checkbox-primary input[type="checkbox"]:checked + label::after {
    left: -2px;
    top: -4px;
}

.checkbox input[type="checkbox"]:checked + label::after  { 
    font-family: "FontAwesome";
    content: "\f17b";
}
.checkbox input[type="radio"]:checked + label::after {
    content: "\f18a";
}

.d-flex {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.d-flex .medias.content-item {
    display: block;
    width: 100%;
    max-width: 106px;
    height: 80px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
}

.attachments-pdf {
    padding: 30px 0;
    background-color: #eaeaea;
}

.attachments-images {
    padding: 30px 0;
    background-color: #333;
}

.related {
    padding: 30px 0;
    background-color: #ccc;
}
/* Extra small devices (portrait phones, less than ???px) */

/* No media query since this is the default in Bootstrap */

/*Small devices (landscape phones, 34em and up)*/

@media (min-width: 34em) {
    header .navbar-brand {
        width: 48%;
        float: left;
    }
    header .nav-header {
        width: auto;
    }
}

/*Medium devices (tablets, 48em and up)*/

@media (min-width: 48em) {
    .btn-socials {
        top: 50%;
        bottom: 0px; 
    }
    .medias .icon-media {

        top: calc(50% - 42px);
        transform: translateY(-50%);
    }
    .msg-icex p {
        margin-bottom: 10px;
    }
    header .navbar.home {
        padding: 0;
    }
    header .navbar-brand {
        float: left;
        width: auto;
        margin-top: 0.3125rem;
    }
    header .navbar-brand img {
        margin: 0;
    }
    header .nav-header {
        float: right;
        margin: 15px auto 10px;
        width: auto;
    }
    header .nav-header .nav-header-item {
        display: inline-block;
        width: auto;
        margin-left: 0.3125rem;
        margin-top: 5px;
    }
    header .nav-header li:last-child {
        margin-top: 0;
    }
    #index .carousel-caption {
        min-width: 25%;
        max-width: 25%;
        padding-left: 0.3125rem;
    }
    .carousel-caption h3 {
        font-size: 1.35rem;
    }
    .navbar.nav.home .navbar-dark ul {
        width: 100%;
        display: table;
    }
    .navbar.nav.home .navbar-dark ul li {
        display: table-cell;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .navbar.nav.home .navbar-dark ul li:nth-child(3) {
        width: 13%;
    }

    .navbar.nav.home .navbar-dark ul li.icon {
        width: 37px;
    }
    .navbar.nav.home .navbar-dark ul li > a {
        color: #ffffff;
        padding: 0.75rem 0.41rem;
        font-size: 13px;
    }
    .navbar.nav.home .navbar-dark ul li.dropdown > a {
        padding: 0.7rem 0.82rem;
    }
    .navbar.nav.home .navbar-dark ul li a:hover,
    .navbar.nav.home .navbar-dark ul li.icon a:hover {
        background-color: #07495f;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
    }
    .navbar.nav.home .navbar-dark ul li.loging,
    .navbar.nav.home .navbar-dark ul li.logout,
    .navbar.nav.home .navbar-dark ul li.preferences {
        background-color: #074053;
    }
    .navbar.nav.home .navbar-dark ul li.loging a:hover,
    .navbar.nav.home .navbar-dark ul li.preferences a:hover,
    .navbar.nav.home .navbar-dark ul li.logout a:hover {
        background-color: #07495f;
    }

    /* .navbar.nav.home .navbar-dark ul li.icon {
        background-color: #0d88b0;
    } */
    .navbar.nav.home .navbar-dark ul li.icon.transparent {
        background-color: #transparent;
    }
    .navbar.nav.home .navbar-dark ul li a {
        color: #ffffff;
    }

    .carousel-control {
        width: 10%;
    }
    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }
    .carousel-control.left:hover,
    .carousel-control.right:hover {
        opacity: 0.8;
    }
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-size: 2rem;
        top: calc(50% - 12px);
    }

    nav .dropdown.open {
        position: static;
    }
    nav .dropdown.open .dropdown-menu {
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        border: 0 none;
        border-radius: 0;
        margin: 0;
        padding: 0;
        background-color: rgba(234, 234, 234, 1);
    }
    nav .dropdown.open .dropdown-menu .container .row div {
        display: table;
        table-layout: fixed;
    }
    nav .dropdown.open .dropdown-menu .container .row div a.dropdown-item {
        display: table-cell;
        color: #777;
        padding: 0;
        line-height: 18px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        border-left: 1px solid #999;
        border-bottom: 1.875rem solid transparent;
        border-top: 1.875rem solid transparent;
        vertical-align: middle;
    }
    nav
        .dropdown.open
        .dropdown-menu
        .container
        .row
        div
        a.dropdown-item:first-child {
        border-left: 0 none;
    }
    nav
        .dropdown.open
        .dropdown-menu
        .container
        .row
        div
        a.dropdown-item:hover {
        background-color: rgba(27, 151, 210, 0.2);
        color: #444;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        border-left: 1px solid #444;
        border-bottom: 1.875rem solid transparent;
        border-top: 1.875rem solid transparent;
    }
    nav
        .dropdown.open
        .dropdown-menu
        .container
        .row
        div
        a.dropdown-item:first-child:hover {
        border-left: 0 none;
    }
    nav .dropdown.open .dropdown-menu .container .row div a.dropdown-item i {
        font-size: 3.4rem;
        display: block;
        margin: 0 auto;
        line-height: 1.4em;
    }
    nav
        .dropdown.open
        .dropdown-menu
        .container
        .row
        div
        a.dropdown-item.big
        i {
        font-size: 6.4rem;
        line-height: 5.7rem;
    }
    .section-btns {
        display: table;
        table-layout: fixed;
    }
    .section-btns a {
        display: table-cell;
    }
    .main .section-logo {
        border-right: 1px solid #eaeaea;
    }
    .main .section-logo img {
        margin: 0 0 0 auto;
    }
    .main .section-logo address {
        padding-right: 0.9375rem;
        text-align: right;
    }
    .section-text figure {
        max-width: 60%;
        margin: 0 0 0 auto;
    }
    .section-text figure img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    .survey-revista-espacio.news-espacio .modal-body .radio.inline {
        margin-top: 10px;
    }
    .survey-revista-espacio.news-espacio .modal-body .well {
        background-color: rgba(0, 0, 0, 0.6);
    }
    .survey-revista-espacio.news-espacio .modal-title .title {
        text-align: left;
        margin-bottom: 0;
    }
}

/*Large devices (desktops, 62em and up)*/

@media (min-width: 62em) {
    .main .same-height,
    #users .main .card,
    .main .alert {
        margin-top: 1.875rem;
    }
    /* .banner-box {
        padding-right: 0.9375rem;
        border-right: 1px solid #eaeaea;
    } */
    .navbar.nav.home .navbar-dark ul {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    .navbar.nav.home .navbar-dark ul li {
        display: table-cell;
        width: auto;
        text-align: center;
        float: none;
    }
    .navbar.nav.home .navbar-dark ul li a {
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }
    .navbar.nav.home .navbar-dark ul li.icon a {
        background-color: transparent;
    }
    .carousel-caption h3 {
        font-size: 1.3rem;
        letter-spacing: 1px;
    }
    .carousel-caption h3 small {
        font-size: 50%;
    }
    .section-text figure {
        max-width: 50%;
    }
}

/*Extra large devices (large desktops, 65em and up)*/

@media (min-width: 65em) {
    .no-opacity {
        opacity: 0 !important;
        visibility: hidden;
        transition: all 1s;
    }
    .animated {
        opacity: 1 !important;
        transition: all 1.5s;
    }
    .color-wrapper {
        overflow: hidden;
    }
 
    .carousel-caption h3 {
        letter-spacing: 0.5px;
        font-size: 2rem;
    }
    .section-text figure {
        max-width: 525px;
    }

    .sections-cat .nav-item a i.btn-circle {
        font-size: 1.2em;
        margin-right: 5px;
    }
}

/*Extra large devices (large desktops, 75em and up)*/

@media (min-width: 75em) {
    .navbar.nav.home .navbar-dark ul {
        width: 100%;
        display: table;
        table-layout: fixed;
    }
    .navbar.nav.home .navbar-dark ul li {
        display: table-cell;
        width: auto;
        text-align: center;
        float: none;
    }
    #index .carousel-caption {
        min-width: 25%;
        max-width: 25%;
        padding-left: 0.3125rem;
    }
    .carousel-caption h3 {
        letter-spacing: 0.5px;
        font-size: 2.75rem;
    }
    .carousel-caption h3 small {
        font-size: 50%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src*='.svg'] {
        width: 100%;
    }
}
/* cookies */

table.cookies,
table.cookies td,
table.cookies th {
    border: 1px solid #888;
}

table.cookies td,
table.cookies th {
    padding: 5px;
    text-align: center;
}

#cookiesInfo {
    width: 100%;
    text-align: center;
    background: #373a3c;
    position: fixed;
    bottom: 0;
    z-index: 9;
    display: none;
}

#cookiesInfo p {
    color: #fff;
}

#cookiesInfo.active {
    display: block;
}


#cookiesInfo .button {
    color: #fff;
    text-decoration: none;
    float: none;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #136c96;
    border-radius: 5px;
}

#cookiesInfo .button.green {
    background-color: #1b97d2;
    color: #fff;
}
