

/*---------------------------------------------*/
/* This remove extra space from header in the template */
.wrap-sticky{
  padding-bottom: 0px;
}
/*---------------------------------------------*/




/* 
.container-footer-all{

    justify-content:center;
    color: white;
    width: 100%;
    margin: auto;
    padding: 10px;
} */

.container-body3{
display: flex;
justify-content: space-between;
overflow:hidden;
}


/*---------------------------------------------*/






.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } }





/* ==========================

    Custom x icon for x socialmedia

=============================*/


.x-twitter-icon::before {
    content: "𝕏";
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
}



/* ==========================

x.-Recomendacion para mostrar imagenes en carousel en mobile

f(x).-Ahora muestra las imagenes correctamente
=============================*/

.slider-thumb {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .slider-thumb {
        display: block !important;
        width: 100% !important;
        height: 350px !important;
        min-height: 350px !important;

        background-attachment: scroll !important;
        background-position: center center !important;
        background-size: cover !important;
    }
}


/* =========================================================
   NAVBAR MOBILE - MCSC
   ========================================================= */

@media only screen and (max-width: 767px) {

    .navbar-header {
        position: relative !important;
        width: 100% !important;
        min-height: 70px !important;
    }

    .navbar-brand {
        display: flex !important;
        align-items: center !important;

        width: calc(100% - 55px) !important;
        max-width: calc(100% - 55px) !important;

        height: 70px !important;

        padding: 8px 5px 8px 15px !important;

        white-space: normal !important;
        overflow: visible !important;
    }

    .navbar-brand .logo-mcsc {
         width: 60px !important;  /* aqi hay que intentar hacer mas grande la figura de la MCSC */
        height: auto !important;

        flex-shrink: 0 !important;

        margin-right: 8px !important;
    }

    .navbar-brand .brand-text {
        display: flex !important;
        flex-direction: column !important;

        font-size: 14px !important;
        line-height: 1.25 !important;

        white-space: nowrap !important;
    }

    .navbar-brand .brand-text span {
        display: block !important;
    }

}



/* =========================================================
   hacer el buyrger botón explícitamente táctil
   ========================================================= */

@media only screen and (max-width: 767px) {

    .navbar-toggle {
        display: block !important;

        position: absolute !important;

        top: 15px !important;
        right: 10px !important;

        width: 44px !important;
        height: 44px !important;

        margin: 0 !important;
        padding: 9px 10px !important;

        z-index: 99999 !important;

        cursor: pointer !important;

        -webkit-tap-highlight-color: transparent !important;
        touch-action: manipulation !important;
    }

    .navbar-toggle .fa {
        pointer-events: none !important;
    }
}




/* =========================================================
   Para moverse dentro del html con #
   ========================================================= */

   html {
            scroll-behavior: smooth;
            scroll-padding-top: 280px;
        }



/* =========================================================
   Para cambiar navbar size
   ========================================================= */

/* Navbar normal */
.brand-short {
    display: none;
}

/* Navbar sticked */

.navbar.sticked .navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar.sticked .navbar-brand .logo-mcsc {
    height: 60px !important;
    width: auto;
}

.navbar.sticked .brand-text {
    display: none;
    transition: all 0.5s ease;
}

.navbar.sticked .brand-short {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    transition: all 0.5s ease;
}



/* =========================================================
   Para publicaciones
   ========================================================= */


.publication-item {
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

.publication-item:first-child {
    padding-top: 10px;
}

.publication-item h3 {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.4;
}

.publication-authors {
    margin-bottom: 12px;
    color: #555;
}

.publication-journal {
    margin-bottom: 8px;
}

.publication-doi {
    margin-bottom: 0;
}

.publication-doi a {
    font-weight: 600;
}

