/* scroll menu */
.fixed-top {
  top: 80px !important;
  box-shadow: 2px 2px 5px rgba(0,0,0,.1);
  background: #fff;
  transition: .3s;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
section.fechas-tabs .nav-tabs {
  display: flex !important;
}
/*linea de tiempo*/
/*linea de tiempo*/
/*linea de tiempo*/
/* -------------------------------- 
Primary style
Main Components 
-------------------------------- */


#trecientosSesentaycinco a.navbar-brand {
    font-size: 1.1em;
    padding: 0;
}

#trecientosSesentaycinco .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 0px;
    font-size: 1em;
    border-bottom: solid 2px transparent;
}


#trecientosSesentaycinco li.nav-item {
    padding: 0 50px;
}

#trecientosSesentaycinco .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-bottom: solid 2px #a31a20 !important;
    transition: 0.3s;
}

#trecientosSesentaycinco .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    background: transparent;
}

#trecientosSesentaycinco .bg-dark {
    background-color: #000!important;
}

#trecientosSesentaycinco .navbar-dark .navbar-nav .nav-link:hover {
    background: transparent;
    border-bottom: solid 2px #d7010d;
    transition: .2s;
}

.timeline li {
    list-style: none;
}
.cajaHito h4 {
    font-weight: bold;
}

a.unete-boton i {
    font-size: 1.3em;
    margin-left: 10px;
    color: #ffffff;
}

section.unete {
    background: #ff6500;
    padding: 1%;
}

a.unete-boton {
    text-align: center;
    width: 100%;
    display: table;
    font-weight: bold;
    color: #fff;
    font-size: 1.6em;
    text-decoration: none;
    cursor: pointer;
}

a.unete-boton:hover {
   background: #ff6500;
   transition: .2s;
   transform: scale(1.1);
   color: #fff;
}


.NombreDelSitio a {
    line-height: 20px;
}
.nosotros.interna {
    background: #e0e0e0;
}

section.fechas-tabs a:focus {
    outline: initial !important;
    outline-offset: initial !important;
}

section.fechas-tabs {
    background: #e0e0e0;
    min-height: 620px;
    padding: 3% 5% 3%;
}

.miga {
    background: #f9f9f9;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding: 6px 80px;
}

.miga a {
    color: #545454;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 2px;
}

.cajaHito {
    background: #fff;
    padding: 5%;
    min-height: 270px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.cajaHito li:before {
    color: #da0820;
    margin-right: 8px;
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

.cajaHito li {
    font-size: 1.1em;
    font-weight: 300;
    list-style: none;
    line-height: 25px;
    margin-left: 0;
}

section.fechas-tabs .nav-tabs>li>a {
    margin-right: initial;
    line-height: initial;
    border: initial;
    border-radius: inherit;
}

section.fechas-tabs .nav-tabs {
    border-bottom: 1px solid #ddd;
    display: table;
    margin: 0 auto;
}


section.fechas-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: initial !important;
    cursor: initial !important;
    background-color: initial !important;
    border: none !important;
    border-bottom: solid 2px #fe021a !important;
    background: #fe021a !important;
    color: #fff !important;
}
section.fechas-tabs li {
    padding: 0;
    /* color: #000 !important; */
    font-size: 1.2em;
}

.home .frase {
    background: #e0e0e0;
    min-height: 150px;
}

.videos {
    margin-top: 50px;
}

.cajavideo iframe {
    opacity: .8;
}

.cajavideo {
    background: #000;
    filter: grayscale(1);
}

a.btn-vermas {
    margin: 20px 0 0;
    cursor: pointer;
}
.frase {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    border-right: solid 5px #da0921;
}

.cajavideo:active {
    filter: grayscale(0);
}

a.btn-vermas {
    color: #da0921;
    font-weight: bold;
    font-size: 1.2em;
    float: right;
    margin-right: 20px;
    border-bottom: solid 2px;
    text-decoration: none;
    margin-bottom: 30px;
}

a.btn-vermas:hover {
    color: #ff6501;
    transition: .2s;
    margin-bottom: 30px;
}


.cajavideo:hover {
    filter: grayscale(0);
    transition: .2s;
}

.cajavideo:focus {
    filter: grayscale(0);
    transition: .2s;
}


section#testimonios-id .titulo h2 strong {
    color: #fff !important;
}

.testimonios.siempre {
    display: none !important;
}

.events {
    width: 100% !important;
}
.events-content ol {
    list-style: none;
}
.events-content i {
    color: #ec1228;
    font-size: 12px;
    margin-right: 7px;
}
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
  }
  .cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
    background: #f1f1f1;
    padding: 2%;
  }
  .cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
  }
  .cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
  }
  .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
  }
  .cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
  }
  .cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
  }
  .cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #959494;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
  }
  .cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #da0921;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    color: #191919;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #da0921;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
  }
  .cd-horizontal-timeline .events a.selected {
    pointer-events: none;
  }
  .cd-horizontal-timeline .events a.selected::after {
   background-color: #ffffff;
    border-color: #d40d24;
  }
  .cd-horizontal-timeline .events a.older-event::after {
    border-color: #da0921;
  }
  @media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
      margin: 0;
    }
    .cd-horizontal-timeline::before {
      /* never visible - this is used in jQuery to check the current MQ */
      content: 'desktop';
    }
  }
  
  .cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
.cd-timeline-navigation a::after {
  content: '';
    position: absolute;
    height: 39px;
    width: 24px;
    left: 59%;
    top: 84%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(img/cd-arrow.svg) no-repeat 0 0;
}

.cd-timeline-navigation a::after:hover {
    content: '';
    background: url(img/cd-arrow2.svg) no-repeat 0 0;
}
a.prev:hover {
    background-color: #ffffff!important;
}
.timeline a.next:hover {
    background-color: #fff!important;
}

  .cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    border: solid 2px #da0921;
  }
  .cd-timeline-navigation a.next {
    right: 0;
    border: solid 2px #da0921;
  }
  .no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
  }
  .cd-timeline-navigation a.inactive {
    cursor: not-allowed;
    /* border: solid 2px #da0921; */
    /* border: solid 2px #da0921; */
  }
  .cd-timeline-navigation a.inactive::after {
    background-position: 0 -22px;
  }
  .no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
  }
  
  .cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
  }
  .cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
  }
  .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
  }
  .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
  }
  .cd-horizontal-timeline .events-content li > * {
    max-width: 1240px;
    margin: 0 auto;
  }
  .cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 2.6rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.2;
  }
  .cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
  }
  .cd-horizontal-timeline .events-content em::before {
    content: '- ';
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595;
  }
  .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 1.6;
  }


  @media only screen and (min-width: 768px) {

    .container {
        /* width: 660px; */
    }

    .cd-horizontal-timeline .events-content h2 {
      font-size: 4rem;
      font-family: 'Oswald', sans-serif;
      color: #423f40;
    }
    .cd-horizontal-timeline .events-content em {
      font-size: 2rem;
      color: #333333;
    }
    .cd-horizontal-timeline .events-content p {
      font-size: 1.2em;
      color: #000;
      font-family: 'Quicksand', sans-serif;
    }
  }
  
  @-webkit-keyframes cd-enter-right {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  @-moz-keyframes cd-enter-right {
    0% {
      opacity: 0;
      -moz-transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
    }
  }
  @keyframes cd-enter-right {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes cd-enter-left {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  @-moz-keyframes cd-enter-left {
    0% {
      opacity: 0;
      -moz-transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
    }
  }
  @keyframes cd-enter-left {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  
  /*linea de tiempo*/
  /*linea de tiempo*/
  /*linea de tiempo*/
  
  
  /*cajas nosotros*/
  
  section.nosotros {
      padding: 2% 5% 2%;
      display: table;
      width: 100%;
  }
  
  b.naranja {
      color: #ff6500;
  }
  
  p.titulonosotros b {
      color: #e71228;
  }
  p.titulonosotros {
      font-size: 1.4em;
      text-align: left;
      background: #eee;
      display: table;
      padding: 2px 10px;
      color: #333;
      border: solid 2px #e2e1e1;
      margin-left: 20px;
      font-family: 'Quicksand', sans-serif;
  }
  
  p.parrafonosotros {
      font-size: 1.2em;
      text-align: left;
      margin-left: 20px;
      margin-bottom: 30px;
      font-family: 'Quicksand', sans-serif;
  }
  .grid {
      position: relative;
      clear: both;
      margin: 0 auto;
      padding: 1em 0 4em;
      max-width: 1520px;
      list-style: none;
      text-align: center;
  }
  
  /* Common style */
  .grid figure {
      position: relative;
      float: left;
      overflow: hidden;
      margin: 10px 1%;
      min-width: 427px;
      max-width: 330px;
      max-height: 350px;
      width: 48%;
      height: auto;
      background: #3085a3;
      text-align: center;
      cursor: pointer;
  }
  
  .grid figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.8;
  }
  
 .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgb(0 0 0 / 22%);
}
  
  .grid figure figcaption::before,
  .grid figure figcaption::after {
      pointer-events: none;
  }
  
  .grid figure figcaption,
  .grid figure figcaption > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  .grid figure figcaption > a {
      z-index: 1000;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0;
  }
  
  .grid figure h2 {
      word-spacing: -0.15em;
      font-weight: 300;
  }
  
  .grid figure h2 span {
      font-weight: 800;
      font-size: 0.9em;
  }
  
  .grid figure h2,
  .grid figure p {
      margin: 0;
  }
  
  .grid figure p {
      letter-spacing: 1px;
      font-size: 68.5%;
  }
  
  
  /*---------------*/
  /***** Duke *****/
  /*---------------*/
  
  figure.effect-duke {
      background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
      background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
  }
  
  figure.effect-duke img,
  figure.effect-duke p {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
  }
  
  figure.effect-duke:hover img {
      opacity: 0.1;
      -webkit-transform: scale3d(2,2,1);
      transform: scale3d(2,2,1);
  }
  
  figure.effect-duke h2 {
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: scale3d(0.8,0.8,1);
      transform: scale3d(0.8,0.8,1);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      font-size: 2.4em;
      margin-top: 10%;
      letter-spacing: 2px;
      font-family: 'Oswald', sans-serif;
  }
  

figure.effect-duke p {
    position: absolute;
    bottom: 38px;
    left: 0;
    margin: 20px;
    padding: 20px;
    border: 2px solid #fff;
    text-transform: none;
    font-size: 90%;
    background-color: #667414;
    opacity: 0;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
  figure.effect-duke:hover h2,
  figure.effect-duke:hover p {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1);
      transform: scale3d(1,1,1);
  }
  
  /* Media queries */
  @media screen and (max-width: 50em) {
      .content {
          padding: 0 10px;
          text-align: center;
      }
      .grid figure {
          display: inline-block;
          float: none;
          margin: 10px auto;
          width: 100%;
      }
  }
  
  
  /*caja nosotros*/
  
  
  
  .menu-fixed {
      z-index: 99;
      position: fixed !important;
      width: 100%;
      top: 0;
      background-color: black !important;
      -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.39) !important;
      -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.39) !important;
      box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.39) !important;
  }
  
  .imagen img{
  min-height:126px;
  }
  .margenImagen {
    margin-top: 42px;
    transition:0;
  }
  .imgPrincipal {
    transition:0;
  }
  
  hr.bullet.dos {
      float: left;
  }
  
  #trecientosSesentaycinco .contenedorReconocimientos h3 {
      text-align: center;
      font-family: 'Oswald', sans-serif;
      display: table;
      margin: 0 auto;
      padding: 1% 3%;
      margin-bottom: 10px;
      color: #e61226;
      font-size: 2em;
  }
  
  hr.bullet {
      display: table;
      width: 10px;
      float: right;
      border: solid 1px #b3b3b3;
      margin: 6px 15px 4px 15px;
  }
  
  .TituloInternacionales h4 {
      text-align: right;
      font-family: 'Quicksand', sans-serif;
      font-size: 2.5rem;
      color: #ffffff;
      /* width: 97%; */
      background: #e61025;
      padding: 2%;
      display: table;
      float: right;
      width: 40%;
  }
  
  .TituloNacionales h4 {
      text-align: left;
      font-family: 'Quicksand', sans-serif;
      font-size: 2.5rem;
      color: #ffffff;
      background: #e61226;
      padding: 2%;
      width: 40%;
      display: table;
      /* width: 100%; */
      margin-bottom: 30px;
  }
  
  .TituloInternacionales {
      /* background: #e61327; */
      display: table;
      /* float: right; */
      padding: 0;
      margin-top: 0;
      margin-right: 0;
      width: 100%;
      margin-bottom: 20px;
  }
  
  
  .TituloNacionales {
      /* background: #e61327; */
      /* display: flex; */
      /* float: right; */
      padding: 0;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 10px;
  }
  
  .CajaInternacionales p {
      font-family: 'Quicksand', sans-serif;
      font-size: 1.7rem;
      line-height: 13px;
      text-align: right;
      width: 100%;
      text-align: right;
      color: #fff;
  }
  
  .CajaNacionales p {
      font-family: 'Quicksand', sans-serif;
      font-size: 1.7rem;
      line-height: 13px;
      color: #fff;
  }
  
  .borde {
      border-left: dotted 8px #e61226;
      padding: 2%;
  }
  .borde.dos {
      border-left: none;
      padding: 2%;
  }
  
  .TituloInternacionales img {
      position: absolute;
      right: 1px;
      top: 0;
      width: 15px;
  }
  
  .TituloNacionales img {
      position: absolute;
      right: 1px;
      top: 0;
      width: 15px;
  }
  
  img.reconocimiento {
      display: table;
      margin: 0 auto;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: -28px;
      margin-left: auto;
  }
  
  #trecientosSesentaycinco .contenedorReconocimientos h3 strong {
      
      color: #e61327;
      font-size: 3.5rem;
  }
  
  #trecientosSesentaycinco section.reconocimientos {
      padding: 2% 5% 4%;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.79)),url(../../365/img/fd.jpg) no-repeat fixed;
      display: table;
      width: 100%;
      margin-bottom: 30px;
      background-size: cover;
      display: none;
      animation: animaImagenSliderHome 20000ms linear 0s infinite alternate;
  }
  
  
  #myCarouselTestimonios .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 100%;
      z-index: 15;
      width: 10px;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
      list-style: none;
      top: 20%;
  }
  
  #myCarouselTestimonios .carousel-indicators .active {
      margin-bottom: 5px;
  }
  
  #myCarouselTestimonios .carousel-indicators li {
      margin-bottom: 5px;
  }
  
  #trecientosSesentaycinco .fototestimonio img {
      width: 100%;
      border-radius: 100%;
      border: solid 4px #fff;
  }
  
  #trecientosSesentaycinco .cajaTestimonio {
      display: table;
      margin-top: 1%;
  }
  
  #trecientosSesentaycinco .cajaTestimonio h3 {
      font-family: 'Quicksand', sans-serif;
      color: #fff;
      font-size: 2.3rem;
      font-weight: 600;
      margin: 0;
      margin-top: 20%;
  }
  
  #trecientosSesentaycinco .cajaTestimonio p {
      color: #fff;
      font-size: 1.6rem;
      font-family: 'Quicksand', sans-serif;
  }
  
  #trecientosSesentaycinco .cajaTestimonio h4 {
      color: #fff;
      font-family: 'Quicksand', sans-serif;
      font-style: italic;
      font-size: 1.6rem;
      margin: 0;
      margin-bottom: 20px;
      margin-top: 5px;
  }
  
  #trecientosSesentaycinco .LogoNuevo img {
      width: 100%;
  }
  
  #trecientosSesentaycinco .LogoNuevo {
      display: table;
      /* width: 290px; */
      margin-top: 3%;
  }
  
  #trecientosSesentaycinco .fototestimonio {
      display: table;
      padding: 10% 0 0;
      width: 100%;
  }
  
  #trecientosSesentaycinco .comillas img {
      border: none !important;
      border-radius: initial !important;
      width: 66% !important;
  }
  
  #trecientosSesentaycinco .comillas {
      display: table;
      position: absolute;
      top: 60px;
      right: 0;
  }
  
  #trecientosSesentaycinco {
      display: table;
      width: 100%;
  }
  
  #trecientosSesentaycinco img.vinetaTestimonios {
      margin-top: -82px;
      width: 100%;
      height: 70px;
  }
  
  #trecientosSesentaycinco .navbar-toggle {
      border: solid 1px #fff;
  }
  
  #trecientosSesentaycinco .navbar-toggle .icon-bar {
      background: #fff;
  }
  
  #trecientosSesentaycinco .despues h4 {
      float: right;
      /* margin-top: 41px; */
      position: absolute;
      right: 46px;
      top: 188px;
      background: linear-gradient(to right, #b11d29, #e21001);
      padding: 4px 8px;
      color: #fff;
      font-family: 'Oswald', sans-serif;
      font-size: 2.3rem;
  }
  
  #trecientosSesentaycinco .despues {
      margin-left: 7%;
      margin-top: 14%;
  }
  
  #trecientosSesentaycinco section.principal .fdPrincipal {
      background: url(img/BANNER.jpg)no-repeat;
      min-height: 550px;
      background-size: cover;
      border-bottom: solid #ddd 1px;
      box-shadow: 2px 2px 10px #0000001c;
      -webkit-transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-animation: animaImagenSliderHome 20000ms linear 0s infinite alternate;
      animation: animaImagenSliderHome 19994ms -6s infinite alternate;
  }
  
  #trecientosSesentaycinco .entradaTexto h3 {
      font-family: 'Quicksand', sans-serif;
      font-size: 1.8rem;
      background: linear-gradient(to right, #b11d29, #e21001);
      padding: 3px 10px;
      color: #fff;
      line-height: normal;
      margin-top: 10px;
      display: table;
      margin-bottom: 5px;
      font-weight: 300;
      text-align: right;
      float: right;
  }
  
  #trecientosSesentaycinco .entradaTexto h4 {
      font-family: 'Quicksand', sans-serif;
      font-size: 1.8rem;
      background: linear-gradient(to right, #b11d29, #e21001);
      padding: 3px 10px;
      color: #fff;
      line-height: normal;
      margin-top: 0;
      display: table;
      font-weight: 300;
      text-align: right;
      float: right;
      margin-bottom: 4px;
  }
  
  #trecientosSesentaycinco .entradaTexto p {
      display: table;
      width: 100%;
      text-align: right;
      font-family: 'Quicksand', sans-serif;
      font-size: 1.6rem;
  }
  
  #trecientosSesentaycinco .entradaTexto {
      display: table;
      width: 65%;
      display: none;
  }
  
  #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
      width: auto;
      float: right;
      height: auto;
      position: relative;
      right: 40px;
      /* display: none; */
      float: left;
      /* margin-right: -40px !important; */
      margin-top: 17%;
  }
  
  #trecientosSesentaycinco section.principal .fdPrincipal .personas {
      /* padding: 3%; */
      /* height: 508px; */
  }
  
  #trecientosSesentaycinco section.principal .fdPrincipal .logo365 img {
      width: 100%;
  }
  
  #trecientosSesentaycinco section.principal .fdPrincipal .logo365 {
      width: 44%;
      padding: 2%;
      margin: 9% 0% 0% 5%;
      float: right;
      /* display: none; */
  }
  
  #trecientosSesentaycinco section.principal .fdPrincipal .navbar {
      position: relative;
      min-height: 45px;
      margin-bottom: 0;
      border: none;
      background: rgb(0 0 0);
      border-radius: 0px;
  }
  
  #trecientosSesentaycinco .nav-tabs.nav-justified>li>a {
      border-bottom: none;
      border-radius: 0;
      color: #fff;
      font-size: 1.6rem;
      font-family: 'Quicksand', sans-serif;
      font-weight: 600;
      display: table;
      margin: 0 auto;
      border: none;
      border-bottom: solid 2px transparent;
      cursor: pointer;
  }
  
  #trecientosSesentaycinco .nav>li>a:hover {
      text-decoration: none;
      background-color: transparent;
      border: none;
      border-bottom: solid 2px #da0921 !important;
      transition: 0.3s;
  }
  
  #trecientosSesentaycinco .nav>li>a {
      position: relative;
      display: block;
      padding: 10px 70px;
      color: #000;
      border-bottom: solid 2px #a7a7a7;
      width: 100%;
      font-weight: bold;
      letter-spacing: 2px;
      font-size: 1.2em;
  }
  
  #trecientosSesentaycinco .titulo strong {
      color: #423f40;
  }
  
  #trecientosSesentaycinco .titulo h2 {
      font-family: 'Oswald', sans-serif;
      font-size: 3em;
      text-align: left;
      color: #000;
  }
  
  #trecientosSesentaycinco .Linea {
      width: 40px;
      height: 4px;
      background: #ff6500;
      float: left;
      margin-top: 20px;
      margin-right: 10px;
  }
  
  #trecientosSesentaycinco section.transformacion {
      padding: 2% 5% 4%;
      display: table;
      width: 100%;
      display: none;
  }
  
  #trecientosSesentaycinco a.left.carousel-control {
      background: none;
  }
  
  #trecientosSesentaycinco a.right.carousel-control {
      background: none;
      background: none;
  }
  
  #trecientosSesentaycinco .antes {
      margin-top: 0px;
  }
  
  #trecientosSesentaycinco .antes img {
      position: absolute;
  }
  
  #trecientosSesentaycinco .antes h4 {
      float: right;
      position: absolute;
      right: -1px;
      top: 48px;
      background: linear-gradient(to right, #b11d29, #e21001);
      padding: 4px 8px;
      color: #fff;
      font-family: 'Oswald', sans-serif;
      font-size: 2.3rem;
      z-index: 5;
  }
  
  #slideAntesyDespues ol.carousel-indicators {
      display: none;
  }
  
  #slideAntesyDespues .controlesAntesDespues {
      position: absolute;
      right: 17px;
      bottom: 55px;
      width: 100px;
  }
  
  #slideAntesyDespues .controlesAntesDespues span {
      background: #b31c27;
      opacity: initial;
      padding: 11px;
      font-size: 2.5rem !important;
      width: 50px;
      height: 50px;
  }
  
  #slideAntesyDespues span.glyphicon.glyphicon-chevron-right {
      background: #333333 !important;
  }
  
  #trecientosSesentaycinco section.tiempo {
      padding: 2% 5% 0%;
      display: table;
      width: 100%;
      background: url(img/fondo-linea.jpg)no-repeat;
      /* background-size: cover; */
      height: 820px;
      background-position: 0px -90px;
      margin-top: 0px;
  }
  
  #trecientosSesentaycinco .sinEspacio {
      padding: 0px;
  }
  
  #trecientosSesentaycinco .carousel-inner {
      position: relative;
      width: 101%;
      overflow: hidden;
      min-height: auto;
      margin-top: -30px;
      margin-left: 15px;
  }
  
  #trecientosSesentaycinco .recuadro {
      border: solid 2px #ddd;
      padding: 1% 1% 1% 0%;
      margin-top: 60px;
      width: 98%;
  }
  
  #trecientosSesentaycinco .tag {
      z-index: 1;
      position: absolute;
      /* bottom: 330px; */
      background: rgba(0, 0, 0, 0.6588235294117647);
      padding: 7px 15px;
      color: #fff;
      bottom: 0;
      font-family: 'Quicksand', sans-serif;
      font-style: italic;
      font-weight: bold;
      font-size: 1.5rem;
      left: 0;
  }
  
  #trecientosSesentaycinco section.testimonios {
      background: url(img/fondo-testimonios.jpg) fixed no-repeat;
      min-height: 510px;
      padding: 2% 5%;
      background-size: cover;
      display: table;
      display: none;
      width: 100%;
  }
  
  #trecientosSesentaycinco img.vinetaGris {
      width: 100%;
      /* z-index: 1; */
  }
  
  #trecientosSesentaycinco section.editorial {
      background: #fff;
      padding: 2% 5%;
      min-height: 450px;
      display: none;
  }
  
  #trecientosSesentaycinco section.mirada {
      background: #f0f0f0;
      display: table;
      min-height: 330px;
      width: 100%;
      padding: 0%;
      display: none;
  }
  
  #trecientosSesentaycinco img.vinetaBlanca {
      width: 100%;
  }
  
  #trecientosSesentaycinco .fotoARticulo img {
      width: 100%;
  }
  
  #trecientosSesentaycinco .fotoARticulo {
      width: 80%;
      margin: 0 auto;
      margin-top: 6%;
  }
  
  #trecientosSesentaycinco .tituloA h3 {
      font-family: 'Oswald', sans-serif;
      font-size: 5rem;
      text-align: right;
      line-height: 51px;
      color: #333;
  }
  
  #trecientosSesentaycinco .tituloA {
      margin-top: 12%;
      display: table;
  }
  
  #trecientosSesentaycinco .tituloA h3 strong {
      color: #e61327;
      font-size: 5.5rem;
  }
  
  #trecientosSesentaycinco .parrrafo p {
      font-family: 'Quicksand', sans-serif;
      font-size: 1.6rem;
      text-align: justify;
  }
  
  #trecientosSesentaycinco .parrrafo {
      display: table;
      margin-top: 18%;
  }
  
  #trecientosSesentaycinco .parrrafo i {
      font-size: 3rem;
      font-style: normal;
      font-weight: bold;
  }
  
  #trecientosSesentaycinco .tagEditorial {
      background: #333333;
      display: table;
      padding: 10px 20px;
      font-size: 2rem;
      color: #fff;
      font-family: 'Quicksand', sans-serif;
      font-weight: bold;
      font-style: italic;
      letter-spacing: 2px;
      transform: rotate(-90deg);
      position: absolute;
      top: -48px;
      left: -50px;
      z-index: 999;
  }
  
  #trecientosSesentaycinco img.editorialV {
      position: absolute;
      width: 31px;
      margin-top: -10px;
      right: 130px;
      transform: rotate(180deg);
  }
  
  #trecientosSesentaycinco a.botton {
      background: #e61328;
      font-family: 'Quicksand', sans-serif;
      padding: 10px 20px;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      margin-top: 20px;
      display: table;
  }
  
  #trecientosSesentaycinco a.botton:hover {
      background: #ce0e1f;
      transition: 0.4s;
  }
  
  #trecientosSesentaycinco .noticiasUnaMirada {
      display: table;
      width: 100%;
      padding: 0% 5% 0%;
  }
  
  #trecientosSesentaycinco .noticiasUnaMirada .titulo {
      margin-top: -20px;
      margin-bottom: 4%;
  }
  
  #trecientosSesentaycinco .cajaNoticia {
      border: solid 3px #fff;
      display: table;
      min-height: 380px;
      width: 100%;
      background: #fff;
      cursor: pointer;
  }
  
  #trecientosSesentaycinco .cajaNoticia .imagen img {
      width: 100%;
  }
  
  #trecientosSesentaycinco .cajafechas {
      background: #e61328;
      padding: 2%;
      min-height: 126px;
  }
  
  #trecientosSesentaycinco .cajafechas h4 {
      text-align: center;
      color: #fff;
      font-family: 'Quicksand', sans-serif;
      font-size: 1.5rem;
      color: #e61328;
      background: #fff;
      margin: 0;
      padding: 4%;
  }
  
  #trecientosSesentaycinco .cajafechas h5 {
      text-align: center;
      font-size: 3.8rem;
      color: #fff;
      font-family: 'Oswald', sans-serif;
      padding: 0%;
      letter-spacing: 8px;
  }
  
  #trecientosSesentaycinco .cajafechas h6 {
      text-align: center;
      color: #fff;
      font-size: 1.6rem;
      font-family: 'Quicksand', sans-serif;
      font-weight: 300;
  }
  
  #trecientosSesentaycinco .cajaTexto {
      display: table;
      width: 100%;
      padding: 0% 4%;
      min-height: 170px;
  }
  
  #trecientosSesentaycinco .cajaTexto h3 {
      font-family: 'Quicksand', sans-serif;
      font-size: 2.5rem;
      font-weight: bold;
      color: #e61328;
      margin-bottom: 0;
  }
  
  #trecientosSesentaycinco .cajaTexto h4 {
      margin: 0;
      font-size: 1.5rem;
      font-style: italic;
      font-weight: bold;
      color: #333333;
      margin-bottom: 10px;
  }
  
  #trecientosSesentaycinco .cajaTexto p {
      font-family: 'Quicksand', sans-serif;
      font-size: 1.6rem;
      text-align: justify;
  }
  
  #myCarouselEventos .carousel-indicators {
      display: none;
  }
  
  .controlesEvento {
      position: absolute;
      right: 0;
      width: 52px;
      bottom: 30px;
  }
  
  .cajaEventos {
      margin-top: 30px;
  }
  
  .controlesEvento span {
      background: #e61328;
      width: 60px;
  }
  
  .controlesEvento .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
      width: 30px;
      height: 30px;
  }
  
  .controlesEvento span.glyphicon.glyphicon-chevron-left {
      background: #333;
  }
  
  section.museo {
      background: linear-gradient(to top, rgb(255 255 255 / 0%), rgb(255 255 255)), url(../../../../../App_Themes/365A/imagenes/fd-museo.jpg) top fixed no-repeat;
      display: table;
      min-height: 250px;
      background-size: cover;
      width: 100%;
      margin-top: -14px;
      display: none;
  }
  
  .controlesEvento span {
      font-size: 19px !important;
      padding: 6px !important;
  }
  
  #trecientosSesentaycinco .contenedorMuseo {
      padding: 2% 5%;
      min-height: 300px;
      display: none;
  }
  
  #trecientosSesentaycinco .logoMuseo img {
      width: 100%;
  }
  
  #trecientosSesentaycinco .logoMuseo {
      display: table;
      width: 27%;
      margin-top: 3%;
  }
  
  #trecientosSesentaycinco .contenedorMuseo a.botton {
      float: right;
      margin-right: 6%;
      margin-top: -20px !important;
  }
  
  #trecientosSesentaycinco .cajaMuseo {
      margin-bottom: 30px;
  }
  
  #trecientosSesentaycinco .contenedorNoticias {
      padding: 2% 5% 4%;
      background: rgb(255 255 255 / 82%);
      display: table;
      width: 100%;
  }
  
  #trecientosSesentaycinco .noticias h2 {
      margin-bottom: 40px;
  }
  
  #trecientosSesentaycinco .contenedorNoticias .cajaNoticia {
      min-height: 350px !important;
  }
  
  #trecientosSesentaycinco .contenedorNoticias .cajaTexto {
      min-height: 150px !important;
  }
  
  #trecientosSesentaycinco img.vinetaDos {
      width: 100%;
      position: relative;
      top: 55px;
      z-index: 4;
      height: 70px;
  }



.timeline a:hover, a.selected {
  color: #fff!important;
  background: #d40d24!important;
  /* display: table; */
  /* padding: 0 7px; */
  margin-bottom: 0;
  padding: 6px 5px;
}

.paginadorHistoria {
  display: table;
  width: 100%;
  text-align: center;
}
.SelectedPage {
  display: inline-block;
  width: 40px;
  color: #fff;
  text-shadow:2px 2px 2px rgba(0,0,0,.5);
  padding: 5px;
  background: #ff6500;
}
.paginadorHistoria a {
  display: inline-block;
  width: 40px;
  color: #000;
  padding: 5px;
  background: #e0e0e0;
}


@media (min-width: 992px){
   .fechas-tabs .container {
    /* width: 1200px; */
}}


  @media (max-width:1440px){

    #trecientosSesentaycinco section.principal .fdPrincipal .logo365 {
        margin: 5% 4% 0% 5%;
    }

    #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
        margin-top: 13%;
    }

    #trecientosSesentaycinco section.principal .fdPrincipal {
        min-height: 432px;
        background-size: 100%;
    }
    .grid figure {
    min-width: 378px;
    }
  }
  
  @media (max-width:1300px) {
      #timeline {
          width: 1150px;
      }
      #issues li {
          width: 1150px;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
          width: 80%;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal {
          background-position-x: 0px;
      }
      .grid figure {
        min-width: 366px;
  
    }
  }
  
  @media (max-width:1024px) {

    a.unete-boton {
        font-size: 1.2em;

    }



    .home .frase {
        background: #e0e0e0;
        min-height: 150px;
    }

    .frase {
        font-size: .9em;

    }

    
    section.fechas-tabs {
        padding: 3% 5% 10%;
    }

    .cajaHito {
        min-height: 350px;
    }
    .grid figure {
        min-width: 286px;
        max-width: 280px;
    }
    
    #trecientosSesentaycinco section.principal .fdPrincipal .logo365 {
        /* width: 100%; */
    }
    #trecientosSesentaycinco section.principal .fdPrincipal {
        min-height: 340px;
    }
    #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
        /* height: 428px; */
    }
    #trecientosSesentaycinco section.principal .fdPrincipal .personas {
        /* height: 428px; */
    }
      #trecientosSesentaycinco .comillas {
          right: -70px;
      }
      #trecientosSesentaycinco .comillas img {
          width: 49% !important;
      }
      #timeline {
          width: 900px;
      }
      #issues li {
          width: 900px;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
          width: 100%;
      }
   
      #trecientosSesentaycinco .entradaTexto {
          width: 100%;
          margin-left: -40px;
      }
      #trecientosSesentaycinco img.editorialV {
          right: 104px;
      }
      #trecientosSesentaycinco .tagEditorial {
          padding: 10px 10px;
          top: -60px;
          left: -50px;
      }
      #trecientosSesentaycinco .cajafechas {
          min-height: 134px;
      }
      #trecientosSesentaycinco .cajafechas h4 {
          font-size: 1.5rem;
      }
      #trecientosSesentaycinco .cajafechas h5 {
          font-size: 3.5rem;
      }
      #trecientosSesentaycinco .cajafechas h6 {
          font-size: 1.3rem;
      }
      #trecientosSesentaycinco .cajaNoticia {
          min-height: 320px;
      }
      #trecientosSesentaycinco .contenedorMuseo {
          min-height: 250px;
      }
      #trecientosSesentaycinco .contenedorMuseo a.botton {
          margin-top: 0 !important;
      }
  }
  
  @media(max-width: 1000px) {
      #trecientosSesentaycinco .titulo h2 {
          font-size: 24px;
          text-align: left;
      }
  }
  
  @media (max-width:768px) {
  

    #trecientosSesentaycinco section.principal .fdPrincipal {
        background: url(img/BANNER.jpg);
        background-size: 100%;
    }

    #trecientosSesentaycinco li.nav-item {
        padding: 7px 30px;
        border-bottom: solid 1px rgb(255 255 255 / 17%);
        border-top: solid 1px rgb(255 255 255 / 17%);
    }

    .cajaHito {
        min-height: 400px;
    }

    .home .frase {
        background: #e0e0e0;
        min-height: 211px;
    }

    .cajaHito {
        min-height: 350px ;
    }

    .tercera .cajaHito {
        min-height: auto;}


            .cajaHito {
                min-height: 370px;
            }

    section.fechas-tabs li {

        width: 100%;
    }
    .grid {
        padding: 1em 0 1em;
  
    }
    #trecientosSesentaycinco .nav-tabs.nav-justified>li>a {
        font-size: .9em;
    }
    figure.effect-duke h2 {
        font-size: 1.8em;
   
    }
    .grid figure h2 span {
        font-weight: 800;
        font-size: 0.9em;
    }
    
    
    #trecientosSesentaycinco section.principal .fdPrincipal .logo365 {
  float: right;
  margin-right: 30px;
  width: 48%;
  }
  
      #trecientosSesentaycinco section.transformacion {
          width: 90%;
      }
  
      #trecientosSesentaycinco img.vinetaTestimonios {
          height: 72px;
      }
      #trecientosSesentaycinco .LogoNuevo {
          margin: 0 auto;
      }
      #trecientosSesentaycinco .fototestimonio {
          padding: 18% 18% 0%;
      }
      #trecientosSesentaycinco section.testimonios {
          min-height: 1050px;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
          width: 94%;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
          float: left;
          /* height: 415px; */
          margin-top: 7%;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal {
          background-position-x: 0;
          min-height: 280px;
      }
      #trecientosSesentaycinco .titulo h2 {
          font-size: 2.5rem;
          text-align: left;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal .personas {
          /* height: 400px; */
      }
      #trecientosSesentaycinco .antes img {
          position: initial;
      }
      #trecientosSesentaycinco .despues {
          margin-left: 0;
          margin-top: 0;
      }
      #trecientosSesentaycinco .recuadro {
          border: solid 2px #ddd;
          width: 100%;
          padding: 2%;
      }
      #trecientosSesentaycinco .carousel-inner {
          position: relative;
          width: 100%;
          margin-top: 0;
          margin-left: 0;
      }
      #trecientosSesentaycinco .recuadro .col-md-5 {
          padding: 0;
      }
      #trecientosSesentaycinco .despues h4 {
          left: 0;
          top: 126px;
          font-size: 20px;
          display: table;
      }
      #trecientosSesentaycinco .antes h4 {
          font-size: 20px;
      }
      #trecientosSesentaycinco section.tiempo {
          background: url(../../../../../App_Themes/365A/imagenes/fd-movil-linea.png)no-repeat;
      }
  }
  
  @media(max-width:600px){
    .cajaHito {
        min-height: auto;
    }

    .home .frase {
        background: #e0e0e0;
        min-height: auto;
    }

    #trecientosSesentaycinco section.principal .fdPrincipal .logo365 {
        width: 65%;
    }
    .cd-horizontal-timeline.loaded {
        margin-bottom: 0;
    }
    #trecientosSesentaycinco section.principal .fdPrincipal {
        /* background-position-x: -450px; */
        min-height: 200px;
    }
    #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
        /* height: 355px; */
    }
    .grid figure {
        min-width: 246px;
        max-width: 260px;
        margin-bottom: -10px;
    }
      .TituloNacionales {
      float: left;
      width: 100%;
          margin-bottom: 30px;
  }
      
  .TituloInternacionales {
      float: left;
      width: 100%;
      margin-bottom: 30px;
  }
      
      .TituloNacionales img {
      top: 58px;
   
  }
      
      .TituloInternacionales img {
      top: 27px;
  
  }
      
      .CajaNacionales p {
  
      line-height: 20px;
  }
      
  }
  
  
  @media (max-width:425px) {

    a.unete-boton {
        font-size: 1em;
    }

    #trecientosSesentaycinco section.principal .fdPrincipal .logo365 {
        width: 100%;
        margin: 10px 0 0;
    }

    #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
        width: 100%;
    }
    .grid figure {
        margin-bottom: 0px;
    }
      
      .TituloNacionales img {
      top: 38px;
  }
    
      .TituloInternacionales img {
      top: 17px;
  }
    #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
      /* width: 124%; */
      /* position: relative; */
      /* left: 10px; */
  }
  
      #trecientosSesentaycinco .noticiasUnaMirada {
          width: 90%;
      }
  
      #trecientosSesentaycinco section.tiempo {
          height: 700px;
      }
      #trecientosSesentaycinco img.vinetaTestimonios {
          height: 72px;
      }
      #trecientosSesentaycinco section.testimonios {
          min-height: 870px;
      }
      #trecientosSesentaycinco .fototestimonio {
          padding: 5% 5% 0%;
      }
      #trecientosSesentaycinco .LogoNuevo {
          width: 70%;
          margin: 0 auto;
      }
      #trecientosSesentaycinco .comillas img {
          width: 68% !important;
      }
      #trecientosSesentaycinco .comillas {
          right: -28px;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal .personas {
          /* height: 330px; */
      }
      #trecientosSesentaycinco {
          display: table;
          width: 100%;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal {
          background-position-x: 0;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal {
          /* height: 418px; */
      }
      #trecientosSesentaycinco section .nav-tabs.nav-justified {
          padding: 5%;
      }
      #trecientosSesentaycinco .nav-tabs.nav-justified>li>a {
          font-size: 2rem;
      }
      #trecientosSesentaycinco .navbar-header {
          border-bottom: solid 1px #fff;
      }
      #trecientosSesentaycinco .navbar-toggle {
          border: solid #fff 1px;
      }
      #trecientosSesentaycinco .navbar-toggle .icon-bar {
          background: #fff;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
          /* float: left; */
          /* height: 300px; */
          /* margin-top: 30px; */
      }
      #trecientosSesentaycinco img.vinetaDos {
          top: 25px;
          height: 40px;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal {
          min-height: 163px;
          display: table;
          width: 100%;
          background-position-y: 50px;
      }

      #trecientosSesentaycinco section.principal .fdPrincipal {
        min-height: 200px;
        }
  }
  
  @media (max-width:375px) {
      #trecientosSesentaycinco section.principal .fdPrincipal {
          /* background-position-x: -469px; */
      }
      #trecientosSesentaycinco .cajaTexto h3 {
          font-size: 14px;
      }
      #trecientosSesentaycinco .cajaTexto p {
          font-size: 14px;
      }
      #trecientosSesentaycinco .Linea {
          width: 30px;
      }
      #trecientosSesentaycinco .titulo h2 {
          font-size: 14px !important;
      }
      #trecientosSesentaycinco .tituloA h3,
      #trecientosSesentaycinco .tituloA h3 strong {
          font-size: 20px;
      }
  }
  
  @media (max-width:360px) {
      #trecientosSesentaycinco .titulo h2 {
          font-size: 30px;
      }
      #trecientosSesentaycinco section.principal .fdPrincipal .personas img {
          height: ;
          margin-top: 40px;
          margin-left: 20px;
      }
  }
  
  @media (max-width:330px) {
      #trecientosSesentaycinco section.principal .fdPrincipal {
          /* background-position-x: -1220px; */
      }
  }

