@font-face {
font-family: 'Druk Text Web Bold';
src: url('../druk/DrukText-Bold-Web.eot');
src: url('../druk/DrukText-Bold-Web.eot?#iefix') format('embedded-opentype'),
url('../druk/DrukText-Bold-Web.woff2') format('woff2'),
url('../druk/DrukText-Bold-Web.woff') format('woff');
font-weight: 700;
font-style: normal;
font-stretch: normal;
}



html, body{
  font-family: 'Georgia', serif;
  color: #000;
  background-color: #fff!important;
}


h1, h2, h4 {
  font-family: 'Druk Text Web Bold', sans-serif;
  font-weight: 700;
  margin: 0;
  
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-decoration: underline;
  color: #8e8e8e;
}

h6{
  font-size: 10px;
}

p {
    font-family: 'Georgia', serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em;
    color: #000;
}

.btn-info {
    color: #fff;
    background-color: #ed1c24!important;
    border-color: #ed1c24!important;
    }

.pleca {
  background-color: #b0caa5;
  margin-top: 10px;
}

.container {
}

.img-principal {
  background-color: #b0caa5;
}

.img-principal p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-align: right;
  line-height: .9em;
  margin-top: 5px;
}


.flecha img{
  max-width: 50%;
}

/*p{
  line-height: 1.3;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  padding-bottom: 2.5em;
}*/


/**********gallery***********/
section{
  background-color: #f0f0f0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.card {
  margin: 10px 4px;
  transition: .6s ease;
  border: none !important;
}

.card:hover {
  transform: scale(1.05);
}

.card-block {
   padding: 10px;
}

.carousel-item img {
  max-width: 50%;
}

.carousel-item h1 {
  text-transform: uppercase;
}

/* .cards_back{
  background-color: #4f3e34;
} */

.col-12{
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.scrollcards {
  background-color: none;
  overflow: auto;
  white-space: nowrap;
  padding: 0px 0;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

div.scrollcards .card {
    display: inline-block;
    padding: 0px;
    text-decoration: none;
    height: auto; 
    width: 500px;
    border-radius: 0 !important;
}

.desliza{
  padding: 10px 0;
}

.desliza h3{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px;
}

/**********gallery***********/

.carousel {
  margin-top: 20px;
  margin-bottom: 30px;
}





body{
  font-family: "Lato";
  font-size: 100%; 
  overflow-y: scroll; 
 font-family: sans-serif; 
 -ms-text-size-adjust: 100%; 
 -webkit-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  text-rendering: optimizeLegibility;
  background-color: #fefefe;
}
a{
  text-decoration: none;
  @include transition(all 0.6s ease);
  
  &:hover{
     @include transition(all 0.6s ease);
  }
}

.app{
  height: 100vh;
}
/* -------------
Sidebar
----------------*/
.sidebar {
  position: absolute;
  width: 33.3333%;
  width: 17em;
  height: 100%;
  top: 0;
  overflow:hidden;
  background-color: #19222a;
  -webkit-transform: translateZ(0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
  
  header{
    background-color: #09f;
    width: 100%;
    display:block;
    padding: 0.75em 1em;
  }
}

/* -------------
Sidebar Nav
----------------*/
.sidebar-nav {
  position: fixed;
  width: 13em;
  background-color: #19222a;
  height: 100%;
  font-weight: 400; 
  font-size: 1.2em;
  overflow: auto;
  padding-bottom: 6em;
  z-index: 9;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
 
  
  ul{
    list-style:none;
    display: block;
    padding: 0;
    margin: 0;
    
    li{
      margin-left: 0;
      padding-left: 0;
      //min-width: 13em;
      display:inline-block;
      width: 100%;
      
      a{
        color: rgba(255,255,255,0.9);
        font-size: 0.75em;
        padding: 1.05em 1em;
        position: relative;
        display:block;
        
        &:hover{
          background-color: rgba(0,0,0,0.9);
          @include transition(all 0.6s ease);
        }
      }
/* -------------
Sidebar: icons
----------------*/
      i{
        font-size: 1.8em;
        padding-right: 0.5em;
        width: 9em;
        display: inline;
        vertical-align:middle;
      }  
    }
  }

/* -------------
Chev elements
----------------*/ 
  & > ul > li > a:after {
    content: '\f125';
    font-family: ionicons;
    font-size: 0.5em;
    width: 10px;
    color: #fff;
    position: absolute;
    right: 0.75em;
    top: 45%;
  }
/* -------------
Nav-Flyout
----------------*/
  & .nav-flyout {
    position: absolute;
    background-color: #080D11;
    z-index: 9;
    left: 2.5em;
    top: 0;
    height: 100vh;
    @include transform(translateX(100%));
    @include transition(all 0.5s ease);
    
    a:hover{
      background-color: rgba(255,255,255, 0.05)
    }
  }

/* -------------
Hover
----------------*/
  & ul > li:hover{
      .nav-flyout{
      @include transform(translateX(0));
        @include transition(all 0.5s ease);
    }
  }
}

/**********************/
p {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em;
    color: #000;
}

.imagen img {
    margin-bottom: 50px;
    margin-top: 50px;
}

.credito p{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.titulo h1 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 5em;
    font-family: 'Druk Text Web Bold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}

.frase h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 4em;
    font-family: 'Druk Text Web Bold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: .9em;
    text-align: center;
}

.frase p{
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #bfa78d;
}

.capitular h1{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 8em;
    font-family: 'Druk Text Web Bold', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    text-decoration: underline;
}

.vid {
  margin-top: 30px;
}

.quote-numero{
  border-top: 25px solid #000;
  padding: 2rem 0.75rem;
}

.quote-numero2 {
  border-top: 25px solid #000;
}

.quote-numero h2, .quote-numero2 h2 {
  padding: 0;
  font-size: 6em;
  text-align: center;
  line-height: 1;
}

.quote-numero h3 {
  padding: 0;
  font-size: 2em;
  text-align: right;
  line-height: 1;
}

.quote-numero img{
  max-width: 100%;
}

.quote-numero2 img{
  max-width: 100%;
}

.med h1{
  margin-top: 10px;
    margin-bottom: 20px;
    font-size: 3em;
    font-family: 'Druk Text Web Bold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    color: #47899b;
    letter-spacing: 10px;
}



.medidas h1 {
  font-size: 2em;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-decoration: underline;
  margin-bottom: 10px;
}

.medidas p{
  padding-right: 1em;
}

.imagen h1 {
  font-size: 3em;
  text-align: right;
  font-family: 'Druk Text Web Bold', sans-serif;
  font-weight: 700;
  text-transform: uppercase!important;
}

.back {
  background-color: #b0caa5; 
  margin-bottom: 30px;
}


#myBtn {
  font-family: 'Montserrat', sans-serif;
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border:  3px solid #000;
  background-color: #fff;
  color: #000; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px; /* Some padding */
  font-size: 16px; /* Increase font size */
}



#myBtn:hover {
  background-color: #000; /* Add a dark-grey background on hover */
  color: #fff;
}

.redes{ 
    opacity: 1;
    max-width: 40px !important;
    margin: 0px 5px;
    transition: transform .3s; /* Animation */
}
.redes:hover{
    opacity: 0.8;
    transform: scale(1.2);
}


a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.bg-light {
    background-color: transparent!important;
}

.navbar {
    padding: 3px 3px;
    border: none;
    border-radius: 0;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 180px;
    max-width: 180px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s;
    font-weight: 700;
    background-color: #b0caa5;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: .75em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #ed1c24;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    padding-right: 10px;
}

#sidebar ul li a {
    padding: 10px;
    margin-bottom: .5em;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    font-size: 1.1em;
    display: block;
    color: #000;
    background: #fff;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #000;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 10px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    .desk {
        display: none;
    }

    .col-sm-12 {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;

    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    
}
/**********************/

  
.col-12 {
  padding-left: 0px!important;
  padding-right: 0px!important;
}




.subtitulo h1{
  text-transform: uppercase;
  font-size: 4em;
  line-height: 1em;
}

.titulo h2{
  margin-top: 70px;
  text-transform: uppercase;
  font-size: 2.2em;
  line-height: 1em;
}

h3{
  font-family: 'Druk Text Web Bold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.2em;
  line-height: 1em;
}

.texto_ciudad p {
  line-height: 1.3;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  padding-bottom: 1em;
  
}

.testimonial p{
  font-family: 'Georgia', serif;
  font-style: italic;
  color: #000;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  line-height: 1.1em;
  padding-top: 2em;
}

.carousel-control-prev-icon, .carousel-control-next-icon, .left, .right {
    height: 50px;
    width: 50px;
    outline: black;
    background-color: transparent;border-radius: 50%;
    
   
}

.right:after
{
  content: '>';
  font-size: 55px;
  color: black;
}

.left:after {
  content: '<';
  font-size: 55px;
  color: black;
}

.carousel-indicators .active {
    background-color: #000;
}

.creditos {
  padding-top: 20em !important;
}

.creditos p {
  padding-bottom: 0em;
  margin-bottom: 0em;
}

.grafica{
  position: relative;
  padding-top: 2em;
}

.grafica p{
  text-align: center !important;
}

.img-doble{
  margin-top: 3.5em;
}



.img-doble .pie-foto{
  position: relative;
}

.cita{
  padding-top: 2em;
}
.cita .rojo{
  height: 5px;
  width: 100px;
  background-color: #ed1c24;
  margin-left: auto;
  margin-right: auto;
}
.cita h4{
  font-size: 1rem;
  padding-top: 1em;
}

.cita p{
  color: #838383;
  font-size: 2rem;
  padding-top: 1.5em;
  line-height: 1.3;
}

.texto_ciudad h1{
  padding-top: 2.5em;
  font-family: 'Druk Text Web Bold', serif;
  line-height: 1.3;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

.texto_ciudad h2{
  font-family: 'Merriweather', serif;
  line-height: 1.1em;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  color: #737373
}



.caption h1{
  position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Druk Text Web Bold', serif;
  line-height: 1.3;
  font-size: 6em;
  font-weight: 700;
  padding-top: 2em;
  text-shadow: 1px 1px 2px black;
}

.pie-foto{
  bottom:0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.pie-foto p{
  font-size: .9em;
  font-weight: 200;
  color: #838383;
  line-height: 1.2em;
  text-align: left;
}



.container-card {
  display: flex;
  width: 100%;
  padding: 4% 2%;
  box-sizing: border-box;
  height: 40vh;
}

.box {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 2%;
  line-height: 2;
}

.box > img {
  width: 100%;
  height: calc(50% - 3vh);
  object-fit: cover; 
  transition: .5s;
}

.box > h5 {
  font-size: 2.5vh;
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 900;
  display: block;
  text-align: center;
  height: 1vh;
  line-height: 2s.6;
}

.box:hover { flex: 1 1 50%; }
.box:hover > img {
  width: 100%;
  height: 50%;
}




.mapa{
  padding-top: 2em;
  padding-right: 0;
  padding-left: 0;
}

.mapa2{
  padding-top: 2em;
  padding-right: 0;
  padding-left: 0;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}


.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}

/********************* MENÚ - BOTONERA ******************/
.menu{
  background-color: #fff;
  height: 40px;
  padding: 0 !important;
  margin: 0 !important;
}
.menu .container-fluid{
  padding: 0 !important;
  margin: 0 !important;
}

.head_exp{top:0px;background-color: #ed1c24;padding: 0.4em;left: 0px;position: fixed;display: block;width: 100%; border-bottom-color: #000;
  border-right-width: 2px;border-bottom-style:solid;z-index: 99; -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
  background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;}

.head_exp:hover{
  background-color: #ed1c24;
}

ul.nav.justify-content-end {
  
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
}

.mobile {
  display: none;
}

/**.redes .nav{
    height: 40px;
}
.redes .nav-item{
  display: flex;
  align-items: center;
}
.redes .nav-item:first-child a{
  
}
.redes .nav-item a{
  color: #000;
  font-size: 22px;
  padding: 0 8px;
  transition: all 0.3s;
  opacity: 1
}
.redes .nav-item a:hover{
  color: red;
  font-style: none;
}
.redes .nav-link img{
  width: 130px;
}
.redes #regreso {
  list-style: none;
  padding: 0;
  margin: 0;
}
.redes #regreso a{
  padding: 17px 5px;
  background-color: red;
  display: flex;
  align-items: center;
  height: 40px;
}

.redes #regreso i{
  color: #000;
}
.redes #regreso a:hover{
  text-decoration: none;
}**/

.redes{ 
  opacity: 1;
  max-width: 40px !important;
  margin: 0px 5px;
  transition: transform .3s; /* Animation */
}
.redes:hover{
  opacity: 0.8;
  transform: scale(1.2);
}




/********************* / MENÚ - BOTONERA ******************/




.creditos h4{
  font-size: 1.1em;
  margin-top: 60%;
}



.gif {
  
  background: #ebebeb; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 50%, #ebebeb 50%, #ebebeb 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 50%,#ebebeb 50%,#ebebeb 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 50%,#ebebeb 50%,#ebebeb 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
  padding: 3em 15px;
}

.gif h5{
  font-family: 'Scheherazade', serif;
  font-weight: 700;
  font-size: 1.7rem;
  padding-top: 1em;
}
.graficas{
  padding: 3em 0;
}


footer p{
  text-align: center;
  font-family: 'Georgia', serif;
  font-size: 1em;
  color: #c3c3c3;
}




@media (min-width: 1024px) and (max-width: 1200px) {
  .block h1{
  font-size: 4em;
  min-width: 500px;
  text-align: center;
  padding-top: 4em;
  line-height: 1em;
  }
}

@media (min-width: 801px) and (max-width: 1023px) {
  .block h1{
  font-size: 3.5em;
  min-width: 500px;
  text-align: center;
  padding-top: 4.2em;
  line-height: 1em;
  }
}

@media (min-width: 300px) and (max-width: 560px) {
  .desk {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mobile h1{
    text-align: center;
    font-size: 2.3em;
  }
  .texto h2 {
    font-size: 1.8em;
    padding: 0.5em;
  }
  .mobile img {
    width: 100%;
    /* position: absolute; */
  }
  .graficas {
    padding: 1.5em 0;
  }
  .creditos h4{
    font-size: 1rem;
    margin-top: 10%;
  }
}


@media (min-width: 375px) and (max-width: 800px) {
  .desk {
    display: none;
  }
  .redes {
      width: 15% !important;
  }
  .mobile {
    display: block;
  }

  .mobile h1{
    text-align: center;
    font-size: 2.5em;
  }
  .texto h2 {
    font-size: 1.8em;
    padding: 0.5em;
  }
  .mobile img {
    width: 100%;
    /* position: absolute; */
  }
  .graficas {
    padding: 1.5em 0;
  }
  .creditos h4{
    font-size: 1rem;
    margin-top: 10%;
  }
}




@media (min-width: 200px) and (max-width: 775px) {

    #sidebar ul li a {
    text-align: left;
    font-size: .65em;
}


  #sidebar.active ul li a {
    padding: 10px 5px;
    text-align: center;
    font-size: .65em;
}

.titulo h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 3.5em;
    font-family: 'Druk Text Web Bold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}

.flecha img {
  max-width: 100%
}

.box > h5 {
  font-size: 1.5vh;
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 900;
  display: block;
  text-align: center;
  height: 1vh;
  line-height: 2s.6;
}

h5 {
  font-size: 1.5vh!important;
}

.carousel-item img {
  max-width: 70%;
}

.carousel-item h1 {
  text-transform: uppercase;
  font-size: 2.5em;
}









  .redes {
      width: 60% !important;
  }
  .redes a {
      padding: 0 7px;
  }
  .img-doble img{
  margin-bottom: 0em;
  }
  .pie-foto{
    bottom:0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 2em;
  }

  .bloque_titulo h1{
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1em;
}

.subtitulo h1{
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 1em;
}

  .bloque_titulo
{
  background-color: #fff7ea;
  position: relative;
  z-index: 2;
  max-width: 80%;
  display: block;
  padding: .8em;
  margin-top: 4em;
  vertical-align: center;
  margin-left: 6%;
}


.portada {
  padding-top: 3em;
  height: auto !important;
  position: relative;
  z-index:1;
}

.portada img {
  height: auto !important;
}



.titulo h2{
  margin-top: 70px;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
}

h3{
  font-family: 'Druk Text Web Bold', sans-serif;
  font-weight: 700;
  margin-top: 70px;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
}


.testimonial p{
  font-family: 'Georgia', serif;
  font-style: italic;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  line-height: 1.1em;
  padding-top: 2em;
}


  .pie-foto p{
    font-size: 0.8rem;
    font-weight: 200;

  }
  .cita p {
    color: #838383;
    font-size: 1.7rem;
    padding-top: 1.5em;
    line-height: 1.3;
  }
  .gif{
    padding: 1.5em 15px;
  }
  .graficas {
    padding: 1.5em 0;
  }
  p{
    padding-left: .6em;
    padding-right: .6em;
    line-height: 1.6;
    font-size: 23px;
    font-weight: 300;
  }
  .foto1 .pie-foto {
    
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
  }
  .img-grande .pie-foto {
    position: relative;
    top: 0;
      width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
  }
  .foto2{
    padding-top: 2em;
    padding-right: 0;
    padding-left: 0;
  }
  .foto2 .pie-foto {
    position: relative;
    top: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
  }

  .caption h1{
  position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Druk Text Web Bold', serif;
  line-height: 1.3;
  font-size: 4em;
  font-weight: 700;
  padding-top: 3.5em;
  text-shadow: 1px 1px 2px black;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}


}

@media screen and (max-width: 575px) {
  h1 {
      font-size: 1.5rem;
  }
  .title h1:first-child {
      left: 0;
      top: 25%;
  }
  .title h1:nth-child(2) {
      left: 0;
      width: 100%;
      top: 34%;
  }
}


