*{
  margin:0;
  padding: 0;
}

body,html{
    /*prueba de fuente enero2024
    font-family: 'DM Sans', sans-serif;*/
    /*----fuente inicial de la web
    
    font-family: 'Titillium Web', sans-serif;*/
    
    /*font-family: 'Raleway', work+sans ;
    font-family: 'Cabin', sans-serif;*/
    /*font-family: 'Jost', sans-serif;*/
    font-family: 'century-gothic', sans-serif;
    font-size:20px ;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    position:relative;
    margin:0;
}
/*
.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(12, 12, 12, 0.733);
  min-height: 100px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  font-size: 22px;
 
}
*/
.navbar {
   /* background-color: #070707;*/
   background-color:#181818 ;
    box-shadow: 0 2px 4px 0 rgba(12, 12, 12, 0.733);
    min-height: 100px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
    font-size: 22px;
   
}
/*
.nav-link{color: #a1a1a1;}
.nav-link:hover{color:#1a1a1a;}*/

.nav-link:hover{
   /* color: #a1a1a1;*/
  /* color:#194597;*/
 /* color:#d5980af2;*/
 color:#f5b463;
   text-decoration: underline;

}
/*
.nav-link{color:#050000;}

.logo-marca {
    min-width: 140px;
    max-width: 160px;
}

.navbar-toggler { font-size:50px;}
*/
.nav-link{color:#f7f4f4;}

.logo-marca {
    min-width: 120px;
    max-width: 140px;
}

.navbar-toggler {
  color:#fcf9f9;
  font-size:50px;}

.slider{
    width: 100%;
  /* max-width: 100%;
   position:relative;*/
    margin:auto;
    overflow:hidden;

    padding: 0;
    height:100vh;
  /* height:fit-content;*/
    filter:blue(90%);
}
.texto{
  font-size: 40px;
  position:fixed;
  top:0px;
}
.slider ul{
    padding: 0;
    padding-top: -100px;
    display:flex;
    width: 400%;


    animation: slider 20s infinite alternate;
    animation-timing-function: linear;
    transition: all .1s ease-in-out;
}
.slider li{
    width: 100%;
    list-style: none;
    height: 100vh;
}

.slider li img{
   width: 100%;

    height: 100vh;
   
    
    top:0;
    bottom: 100px;
    left:0;
    object-fit: cover;

}

@keyframes slider{
    0%{margin-left: 0;}
    20%{margin-left: 0;}

    25%{margin-left: -100%;}
    45%{margin-left: -100%;}

    50%{margin-left: -200%;}
    75%{margin-left: -200%;}

    80%{margin-left: -300%;}
    100%{margin-left: -300%;}
}
.iconos{
  width: 100vw;
  margin: auto;
  text-align: center;
  margin-bottom:  30px;
}
.iconos h3{
  font-size: 24px;
  padding: 20px 0px;
  text-decoration: underline;
}

.index_section-all{
 /* background: #8b8d8f8a;*/
  /*width: fit-content;*/
  width: 100vw;
  margin: 0px auto;
  height: auto;
  display: inline-block;
  text-align: center;
}
.index_section{
  width: calc(33% - 16px);
  overflow:hidden;
  height: fit-content;
  margin:10px;
  padding: 0;
  display:block;
  position:relative;
  float:left;
  transition: all 0.3s ease 0s;
}
.index_section_img{
  width: 30%;
  transition-duration: .4s;
  max-width: 100%;
  display:inline;
  overflow:hidden;
  cursor:pointer;
}
.index_section h3{
  color: #000;
  text-align: center;
  max-width: 100%;
}
.index_section h3:hover{
  color:#415a88;
}
.index_section p{
  color: #000;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 1060px) {
  .index_section{
    width: 100%;
  }
  .index_section_img{
      width: 25%;
  }
  .index_slider-text {
      font-size: 80px;
      top: 25%;
  }
  
}

.filosofia{
  text-align: center;
  font-weight: 400;
  max-width: 800px;
  margin:0 auto 0px auto;
  text-align: center;
  /*
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  */
}
.filosofia p{
  font-size: 24px;
  margin-left: 20px;
  margin-right: 20px;
  color:#181818;
  line-height: 1.8;
  margin-bottom:0; 
}
.filosofia h1{
  font-size: 3em;
 
}
.filosofia h2{
  margin-left: 25px;
  margin-right: 25px;
}
/*
@media (max-height: 800px) {
  
  .slider li img {height:1300px;
        
  }
  
 
  
}

/*------footeer------>*/

footer{
  background-size: 100vw 100vh;
  background-attachment: fixed;
  margin: 0;
}

.ftco-social a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 2px;
    background: #d0e5fb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .ftco-social a span {
      color: #167ce9; }

.ftco-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important; }
  @media (max-width: 767.98px) {
    .ftco-tab-nav {
      display: block !important;
      margin-bottom: 10px;
      width: 100% !important; } }
  .ftco-tab-nav li {
    padding: 0;
    margin: 0 5px;
    display: inline-block !important; }
    @media (max-width: 767.98px) {
      .ftco-tab-nav li {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important; } }
    .ftco-tab-nav li a {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: .2em;
      color: #ccc;
      border: 2px solid #ccc;
      border-radius: 0 !important; }
      .ftco-tab-nav li a.active {
        background: none !important;
        color: black !important;
        border: 2px solid #1b212c; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #167ce9 !important; }

.ftco-section .ftco-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #d4d4d4;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300; }

.ftco-section .ftco-primary-title {
  margin-top: 0;
  margin-bottom: 30px; }

.media-custom {
  background: #fff; }
  .media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #167ce9; }
  .media-custom .media-body .position {
    font-size: 13px;
    color: #fcfcfd; }

.about-author .desc h3 {
  font-size: 24px; }

.ftco-section {
  padding: 7em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }
  @media (min-width: 768px) {
    .ftco-section .container-fluid {
      padding: 0 4em; } }

.ftco-bg-dark {
 /* background: #1c5bb948;*/
  background: #3c312e;
 }

.ftco-footer {
  font-size: 18px;
  padding: 8em 0 8em 0; }
  .ftco-footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .80;
    background: #1b212c;
  /* background: #111d36b2*/

   }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400; }
  .ftco-footer .ftco-footer-widget ul li a span {
    color: #fff; }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .ftco-footer p {
    color: rgba(255, 255, 255, 0.7); }
  .ftco-footer a {
    color: rgba(255, 255, 255, 0.7); }
    .ftco-footer a:hover {
      color: #fff; }
  .ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #1b212c; }
  .ftco-footer .block-21 .text .heading {
    font-size: 18px; }
    .ftco-footer .block-21 .text .heading a {
      color: rgba(255, 255, 255, 0.8); }
      .ftco-footer .block-21 .text .heading a:hover, .ftco-footer .block-21 .text .heading a:active, .ftco-footer .block-21 .text .heading a:focus {
        color: #167ce9; }
  .ftco-footer .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .ftco-footer .block-21 .text .meta > div a {
      color: #8d9db9; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #167ce9; }

.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #167ce9; }

.ftco-media {
  background: #fff;
  border-radius: 0px; }
  .ftco-media .heading {
    font-weight: normal; }
  .ftco-media.ftco-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0; }
    .ftco-media.ftco-media-shadow:hover, .ftco-media.ftco-media-shadow:focus {
      top: -3px;
      -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3); }
  .ftco-media .icon {
    font-size: 50px;
    display: block;
    color: #167ce9; }
  .ftco-media.text-center .ftco-icon {
    margin: 0px auto; }

.ftco-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }

.block-23 .icon{
  margin-right: 20px;

}
.block-23 li{
  display: block;
}

#map {
  height: 400px;
  width: 100%; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(22, 124, 233, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4);
    box-shadow: 0 0 0 0 rgba(22, 124, 233, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(22, 124, 233, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(22, 124, 233, 0);
    box-shadow: 0 0 0 30px rgba(22, 124, 233, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(22, 124, 233, 0);
    box-shadow: 0 0 0 0 rgba(22, 124, 233, 0); } }

.heading-section .subheading {
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }

.heading-section h2 {
  font-size: 30px;
  font-weight: 400; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-white h2 {
  font-size: 30px;
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

/*boton ir hacia arriba

#iconup {
  padding: 10px 13px;
  background-color: #69628a;
  position: fixed;
  right: 25px;
  bottom: 0px;
  scroll-behavior: smooth;
  transition: all 0.5s ease 0s;
  text-align: center;
  color: #fff;
  font-size: 24px;

  
}

#iconup:hover{
  color:#1c3e4b;
}
#iconback {
  height: 40px;
  width: 40px;
  background-color: #92b93a;
  transition: all 0.5s ease 0s;
  text-align: center;
  color: white;
  font-size: 25px;
  float: left;
  position: relative;
  padding: 2px 6px;
  top: 50px;
}

#iconback:hover {
  color: #1c3e4b;
}
*/

/*Cookies*/
/*
#cookiePopup {
  background-color: #92b93a;
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: justify;
  line-height: 1.8em;
  padding: 2em 1.4em;
  border-radius: 6px;
  transition: all 0.9s ease-in;
  color: #fff;
  z-index: 99;
}

#cookiePopup p {
  text-align: center;
  margin: 1.4em 0;
}

#cookiePopup button {
  background-color: #1c3e4b;
  border: none;
  color: #ffffff;
  font-size: 1.2em;
  padding: 1em 1.4em;
  display: block;
  position: relative;
  margin: auto;
  border-radius: 5px;
  transition: all 0.2s ease-in;
}

#cookiePopup button:hover {
  background-color: #fff;
  color: #1c3e4b;
  cursor: pointer;
}

#cookiePopup a {
  color: #1c3e4b;
  transition: all 0.2s ease-in;
  text-decoration: none;
}

#cookiePopup a:hover {
  color: #fff;
}
.hide {
  visibility: hidden;
  bottom: 0;
  right: 2em;
}

.show {
  visibility: visible;
  bottom: 2em;
  right: 2em;
}

@media (max-width: 37.5em) {
  #cookiePopup {
      width: 100%;
  }

  .hide {
      bottom: 2em;
      right: 0;
  }

  .show {
      right: 0;
      bottom: 0;
  }
}*/



