
/* ==========================================================================
	 /// BASE ///
   ========================================================================== */
:root {
    --especial1: #6D003A;
    --especial2: #4E4E4E;
    --especial3: #ED6528;
    --especial4: #FCC060;
    --especial5: #e8e7e5;
}
main{ background-color: #fff;}
main.content>div {
    margin-top: unset !important; 
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 400;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lalezar', sans-serif;
}
h1, h2, h3, h5, h6 {
    color: var(--especial1);
}
h1 {
	font-size: 3.5625rem;
	line-height: 100%;
    color: var(--especial1);
	background: -webkit-linear-gradient(top, rgba(231,43,118,1) 0%, rgba(109,0,58,1) 100%);
    background: linear-gradient(to bottom, rgba(231,43,118,1) 0%, rgba(109,0,58,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 115px; 
}
h2 {
	font-size: 2.70rem;
	line-height: 105%;
    position: relative;
    margin-bottom: 50px;
}
h2 span {
    display: block;
}
section h2:after {
    content: "";
    width: 65px;
    height: 5px;
    background-color: var(--especial3);
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -12px;
}
h3 {
	font-size: 2.4375rem;
    line-height: 105%;
    margin-bottom: 30px;
}
h4 {
	font-size: 2.0625rem;
}
h5 {
    font-size: 1.657rem;
    line-height: 100%;
    margin-bottom: 20px;
}
h6 {
	font-size: 1.4375rem;
}
h6 small {
    font-size: 85%;
}
p {
	color: var(--especial2);
	line-height: 175%;
}
b {
	color: var(--especial3);
}
ul {
    padding-inline-start: 20px;
}
img {
	width: 100%;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
hr {
	border-top: 2px dashed var(--especial1);
    margin: 30px 0;
}
blockquote {
	margin-left: 25px;
}
.btn-main a {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px 0;
    max-width: 250px;
    margin: 20px 0;
    transition: all .55s cubic-bezier(0.4,0,0.2,1);
}
.btn-main a:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transform: translateY(-3px);
}
.top-section {
    margin-top: 80px;
}
*::selection {
    background: var(--especial1);
    color: #fff;
}
/* ==========================================================================
	 /// LAYOUT ///
   ========================================================================== */
.wrapper {
    overflow: hidden;
}
.container {
	margin-bottom: 50px;
	margin-top: 50px;
}
.container-bg {
    padding: 50px 15px;
    max-width: 1000px;
    margin: 0 auto;
}
.bg-purple {
	background-color: var(--especial1);
	color: #fff;
}
.bg-orange {
	background-color: var(--especial3);
	color: #fff;
}
.bg-yellow {
	background-color: var(--especial4);
}
.highlight-txt {
	color: var(--especial3);
    font-size: 1.4375rem;
    font-weight: 700;
	line-height: 130%;
	margin-bottom: 1rem;
	display: inline-block;
}
.grow-txt {
    font-size: 1.625rem;
    line-height: 130%;
}
/*Estilos header */
.modal-dialog {
    margin-top: 150px;
 }
.collapse.show {
    top: 60px;
    padding-left: 0;
}
.form-inline {
    margin-top: 0 !important;
}
.logo_fijo {
    display: none;
}
.logo_si_visible {
    width: 100px;
}
.navbar-dark .navbar-nav .nav-link {
    padding-top: 1rem !important;
}
@media only screen and (min-width: 991px) {
    .logo_fijo {
        display: block;
    }
}

    
/* ==========================================================================
	 /// MODULE ///
   ========================================================================== */
.img-trans {
    overflow: hidden;
    position: relative;
}
.img-trans:before {
    content: "";
    background-image: url(../img/apertura_lizmerino_bajares.jpg);
    background-position: center;
    background-size: cover;
    opacity: .09;
    position: absolute;
    height: 100%;
    width: 100%;
}
.wrap-p p, .wrap-p hr, .wrap-p .highlight-txt {
    max-width: 460px;
}
.hero-video {
    overflow: hidden;
}
stream {
    width: 104%;
    margin-left: -4px;
}
stream .video-js .big-play-toggle, .video-js, .vjs-poster{
    background-color: #FFF!important;
}
.hero-txt, .colectives {
    margin-top: 30px;
}
.carousel {
    max-width: inherit !important;
}
.form-group {
	position: relative;
    display: inline-block;
    width: 100%;
}

.form-group:after {
    content: '';
    background: #fff;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 12px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.form-control {
	border-radius: 0;
    background-color: var(--especial1);
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    v
}
.form-control:focus {
    color: #ffffff;
    background-color: var(--especial1);
    border-color: var(--especial4);
    box-shadow: 0 0 0 0.1rem var(--especial4);
}
.rounded-box {
    border-radius: 20px 0;
    display: inline-block;
}
.table th, .table td {
    padding: 5px 10px;
    font-size: 14px;
}
thead th:nth-child(1), thead th:nth-child(2) {
    border:0;
    vertical-align: super;
}
tr:last-of-type {
    background-color: #6d003a42 !important;
}
.profile-container {
	display: flex;
	align-items: center;
    justify-content: center;
	margin-bottom: 30px;
}
.profile-container .img-profile {
	z-index: 1000;
}
.profile-container img {
    z-index: 10000;
    border-radius: 50%;
    width: 150px;
}
.profile-container .rounded-box {
    margin-left: -15px;
    padding: 15px 15px 15px 35px;
    position: relative;
    height: 90px;
}
.profile-container h6, .profile-container p{
	margin-bottom: 0;
	line-height: 100%;
}
.profile-container:nth-child(2n) .img-profile {
    order: 2;
}
.profile-container:nth-child(2n) .rounded-box {
    margin-left: 0;
    margin-right: -15px;
    padding-right: 30px;
    padding-left: 15px;
    text-align: right;
}
.indentation p, .indentation hr{
	margin-left: 25px;
}
.i-circle {
    border-radius: 50%;
    position: relative;
    width: 130px;
    height: 130px;
    text-align: center;
    margin-bottom: 30px;
}
.bg-orange .i-circle, .btn-main a, .link-drop-down:after {
    background: rgba(230,3,112,1);
    background: -moz-linear-gradient(top, rgba(230,3,112,1) 0%, rgba(132,10,70,1) 100%);
    background: -webkit-linear-gradient(top, rgba(230,3,112,1) 0%, rgba(132,10,70,1) 100%);
    background: linear-gradient(to bottom, rgba(230,3,112,1) 0%, rgba(132,10,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,3,112,1) 0%, rgba(132,10,70,1) 100%);
}
.bg-purple .i-circle{
	background: rgba(237,164,71,1);
	background: linear-gradient(to bottom, rgba(237,164,71,1) 0%, rgba(237,102,40,1) 100%);
	background: -moz-linear-gradient(top, rgba(237,164,71,1) 0%, rgba(237,102,40,1) 100%);
	background: -webkit-linear-gradient(top, rgba(237,164,71,1) 0%, rgba(237,102,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,164,71,1) 0%, rgba(237,102,40,1) 100%);
}
.i-circle img {
    width: 170px;
    left: -35px;
    top: -35px;
    position: absolute;
}
.box-color, .box-gray {
    padding: 25px 15px;
}
.box-color {
    max-width: 830px;
    margin: 25px auto 0;
    display: grid;
}
.box-gray {
    background: #f1f0f0;
    font-size: 1.17rem;
}
.box-gray p {
    color: var(--especial1);
}
.body-note {
    padding: 15px;
    border-bottom-right-radius: 20px;
    margin-bottom: 30px;
    height: 100px;
    position: relative;
}
.body-note h6 {
    font-family: 'Lato', sans-serif;
        line-height: 110%;
}
.body-note h6 small {
    font-size: 75%;
}
.body-note:after, .profile-container .rounded-box:after {
    content: url(../img/arrow-btn.png);
    position: absolute;
    display: inline-block;
    right: 18px;
    bottom: 10px;
    right: 22px;
}
.separator {
	position: relative;
    margin-top: 120px;
}
.separator:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 65px;
    background-color: var(--especial3);
    top: -85px;
    left: calc(50% - 5px);
}
blockquote .footer {
    position: relative;
	margin-left: 50px;
    font-size: 13px;
}
blockquote .footer p {
    margin-bottom: 0;
}
.footer:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 5px;
    left: -50px;
    background-color: var(--especial3);
    margin-top: 7px;
}
.limit-txt-width {
    max-width: 730px;
    margin: 0 auto;
}
.bg-purple p, .bg-orange p, .bg-purple h2, .bg-purple h6, .bg-orange h5, .bg-orange h6 {
	color: #fff;
}
.bg-orange b {
    color: var(--especial2);
}
.carousel-info {
    padding: 20px;
    background-color: rgba( 255, 255, 255, .3);
    border-bottom-right-radius: 20px;
    height: 240px;
    max-width: 350px;
    margin: 0 auto;
}
.txt-small {
    font-size: 14px;
    line-height: 140%;
    display: inline-block;
}
.carousel-item.col-12.col-sm-6.col-md-4 {
    padding-left: 25px;
    padding-right: 25px;
}
.carousel .row {
    flex-wrap: inherit;
}
.cover-item {
    overflow: hidden;
}
.video-container {
    margin-left: auto;
    width: 60%;
}
.video-container .aspect-ratio-16-9-vertical {
    position: relative;
    margin: 0;
    padding-top: 178%;
    width: 100%;
}

.video-container .aspect-ratio-16-9-vertical iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-container.aspect-ratio-1-1 {
    position: relative;
    margin: 0;
    padding-top: 100%;
    width: 100%;
}

.video-container.aspect-ratio-1-1 iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mx-img {
    max-width: 300px;
}
.link-drop-down {
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-right: 50px;
    position: relative;
    color: var(--especial1);
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
    margin-left: auto;
    cursor: pointer;
    transition: all .55s cubic-bezier(0.4,0,0.2,1);
}
.link-drop-down:after {
    content: url(../img/arrow-btn.png);
    padding: 4px 6px;
    position: absolute;
    height: 35px;
    width: 35px;
    right: 0;
    top: -5px;
    border-radius: 50%;
}
.link-drop-down:hover {
    color: var(--especial4);
    transform: translateX(5px);
}
.b-a .highlight-txt {
    font-size: 1.3rem;
}

.entry-filter.hidden, .filter-result.hidden {
    display: none;
}
.entry-filter  img {
    max-width: 700px;
    margin: 0 auto;
    display: block;
}
.entry-filter, .filter-result {
    background-color: rgba( 255, 255, 255, .08);
    padding: 30px 10px;
    border-radius: 20px 0;
    margin: 20px 0 0;
}
.notes a {
    max-width: 360px;
    margin: 0 auto;
}
.notes .bg-purple, .notes .bg-orange, .profile-container {
    transition: all 0.3s ease-in-out;
}
.notes .bg-purple:hover, .notes .bg-orange:hover, .profile-container:hover {
    opacity: .9;
}
.chart {
    margin-top: 25px;
}
.hidden {
    display: none;
}
/* ==========================================================================
     /// LINEA DEL TIEMPO ///
   ========================================================================== */
 
/*===== Vertical Timeline =====*/
.conference-timeline {
    position: relative;
    display: inline-block;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
.special-day {
    background-color: var(--especial4);
}
.conference-timeline h6 {
    margin-bottom: 0;
}
.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 2px;
}
.timeline-article .meta-date {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: var(--especial1);
    z-index: 100;
    margin-left: 0;
    left: 0;
    padding: 2px;
    text-align: center;
}
.conference-timeline .conference-center-line {
    position: absolute;
    width: 4px;
    height: calc(100% - 20px);
    top: 0;
    background: var(--especial1);
    z-index: 0;
    margin-left: 0;
    left: 8px;
}
.timeline-article .content-left-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
    min-height: 53px;
    margin-bottom: 20px;
}
.timeline-article .content-left {
    position: relative;
    max-width: 400px;
    border: 1px solid var(--especial4);
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
    padding: 10px 15px;
    min-height: 65px;
}
.timeline-article .content-left:before {
    content: "";
    position: absolute;
    font-size: 23px;
    right: auto;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-right: 9px solid var(--especial4);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.timeline-article p {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    margin: 0;
}
.drop-down .conference-timeline-content.drop-down-text, .btn-main.drop-down-text, .less {
    display: none;
}
.current-timeline {
    width: 12px;
    height: 12px;
    background-color: var(--especial4);
    z-index: 10000;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 5px;
}
.special-active {
    background-color: var(--especial5);
}



/*===== Timeline Page =====*/
    .timeline-extend h1 {
        font-size: 40px;
        margin-bottom: 70px;
        text-align: center;
        height: auto;
    }
    .main-timeline {
        position: relative;
        max-width: 900px;
        margin: 0 auto;
    }
    .main-timeline::before,
    .main-timeline::after {
        content: "";
        height: 40px;
        width: 40px;
        background-color: var(--especial4);
        border-radius: 50%;
        border: 10px solid var(--especial1);
        transform: translatex(-50%);
        position: absolute;
        left: 50%;
        top: -6px;
        z-index: 2;
    }
    .main-timeline::after {
        top: auto;
        bottom: -7px;
    }
    .timeline-page {
        padding: 25px 0;
        margin-top: -30px;
        position: relative;
        z-index: 1;
        display: flex;
    }
    .timeline-page::before,
    .timeline-page::after {
        content: "";
        height: 100%;
        width: 50%;
        border-radius: 100px 0 0 100px;
        border: 15px solid var(--especial1);
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .timeline-page::after {
        height: calc(100% - 30px);
        width: calc(50% - 12px);
        border-color: #fd7437;
        left: 12px;
        top: 15px;
        border-radius: 88px 0 0 88px;
    }
    .timeline-content {
        display: inline-block;
    }
    .timeline-icon {
        color: var(--especial1);
        display: inline-block;
        transform: translateY(-50%);
        position: absolute;
        left: 10%;
        top: 50%;
    }
    .content-timeline {
        width: 620px;
        padding: 40px 30px;
        display: inline-block;
        float: right;
    }
    .description {
        margin: 0;
    }
    .timeline-page:nth-child(even)::before {
        left: auto;
        right: 0;
        border-radius: 0 112px 112px 0;
        border: 15px solid var(--especial4);
        border-left: none;
    }
    .timeline-page:nth-child(even)::after {
        left: auto;
        right: 12px;
        border-radius: 0 100px 100px 0;
        border: 15px solid #fd7337;
        border-left: none;
    }
    .timeline-page:nth-child(even) .content-timeline {
        float: left;
    }
    .timeline-page:nth-child(even) .timeline-icon {
        left: auto;
        right: 10%;
    }
    .timeline-page:nth-child(3n+1)::before {
        border-color: var(--especial3);
    }
    .timeline-page:nth-child(3n)::after {
        border-color: #ffd18a;
    }
    .timeline-page:nth-child(5n+1) .timeline-icon {
        color: var(--especial3);
    }
    .timeline-page:nth-child(3n+2)::before {
        border-color: var(--especial1);
    }
    .timeline-page:nth-child(3n+2)::after {
        border-color: #a20156;
    }
    .timeline-page:nth-child(5n+2) .timeline-icon {
        color: var(--especial1);
    }
    .timeline-page:nth-child(3n+3)::before {
        border-color: var(--especial4);
    }

    .timeline-icon{ width: 100px;  }
    .timeline-page:nth-child(2n+1) {
        justify-content: flex-end;
    }

    @media screen and (max-width:1200px){
        .timeline-page:after{ border-radius: 88px 0 0 88px; }
        .timeline-page:nth-child(even):after{ border-radius: 0 88px 88px 0; }
    }

    @media only screen
      and (min-width: 768px)
      and (max-width: 1000px) {
        .content-timeline {
            max-width: 400px;
        }
    }
    @media screen and (max-width:767px){
        .timeline-page{ margin-top: -19px; }
        .timeline-page:before {
            border-radius: 50px 0 0 50px;
            border-width: 10px;
        }
        .timeline-page:after {
            height: calc(100% - 18px);
            width: calc(50% - 9px);
            border-radius: 43px 0 0 43px;
            border-width:10px;
            top: 9px;
            left: 9px;
        }
        .timeline-page:nth-child(even):before {
            border-radius: 0 50px 50px 0;
            border-width: 10px;
        }
        .timeline-page:nth-child(2n+2):after {
            height: calc(100% - 18px);
            width: calc(50% - 9px);
            border-radius: 0 43px 43px 0;
            border-width: 10px;
            top: 9px;
            right: 9px;
        }
        .content-timeline{
            width: 70%;
            padding: 10px 20px;
        }
        .timeline-icon {
            width: 75px;
        }
    }
    @media screen and (max-width:479px){
        .timeline-icon{
            transform:translateY(0);
            top: 25%;
            left: 10%;
        }
        .timeline-page:nth-child(even) .timeline-icon{
            right: 10%;
        }
    }

/* ==========================================================================
     /// VIDEOS GIF ///
   ========================================================================== */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*# sourceMappingURL=slick.min.css.map */


.wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 60px 40px 0;
  overflow: hidden;
}

.wrap:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider-video {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: var(--especial1);
  font-size: 45px;
  z-index: 300;
  outline: none;
  padding: 0;
}

.slick-prev {
  left: -40px;
  text-align: left;
}

.slick-next {
  right: -40px;
  text-align: right;
}

.item.slick-slide {
  width: 400px;
  height:auto !important;
  transition: transform .4s;
  position: relative; 
}

.slick-slide:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform .4s;
}

.item.slick-slide {
  transform: scale(0.7)  translate(640px);
}

.item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7)  translate(-640px);
  z-index: 5;
}

.item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}
.item.slick-slide.slick-current.slick-active.slick-center {
    outline: 0;
}
.slick-center:after {
  opacity: 0;
}

/* ==========================================================================
     /// SLIDER BEFORE AFTER ///
   ========================================================================== */
.comparison {
    width: 100%;
    height: 70vw;
    max-width: 600px;
    max-height: 600px;
    overflow: hidden; }
.comparison figure {
    background-image: url(../img/aguila_hemiciclo_juarez.png);
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.comparison figure > img {
    position: relative;
    width: 100%;
}
.comparison figure div {
    background-image: url(../img/hemiciclo_benito_juarez.png);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    border-right: 5px solid var(--especial4);
    overflow: hidden;
    bottom: 0;
    height: 100%;
}
input[type=range]{
    -webkit-appearance:none;
    -moz-appearance:none;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    background-color: rgba(255,255,255,0.1);
    width: 100%;
    display: flex;
}
input[type=range]:focus, input[type=range]:active {
  outline: none;
}   
input[type=range]::-moz-range-track {
   -moz-appearance:none;
    height:15px;
    width: 98%;
    background-image: rgba(255,255,255,0.1);
    position: relative;
    outline: none;
 }
input[type=range]::active {
  border: none;
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width: 50px; height: 50px;
    background-image: url(../img/control-slider.png);
    background-color: transparet;
    border-radius: 0;
    outline: none;
   }
input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 50px;
  height: 50px;
  background-image: url(../img/control-slider.png);
  background-color: transparet;
  border-radius: 0;
  outline: none;
     }
input[type=range]:focus::-webkit-slider-thumb,
input[type=range]:focus::-moz-range-thumb {
    width: 50px; height: 50px;
    background-image: url(../img/control-slider.png);
    background-color: transparent;
    outline: none;
}

/* ==========================================================================
     /// ANIMACIONES ///
   ========================================================================== */

/*Iconos con movimiento*/

.i-zoom {
    animation: ani 2s linear infinite;
    -moz-animation:ani 2s linear infinite;
    -webkit-animation:ani 2s linear infinite;
    -o-animation:anie 2s linear infinite;
}
@-webkit-keyframes ani {
    0% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }

    70% { transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8); }

    100% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
 }
@-moz-keyframes ani {
    0% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }

     70% { transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8); }
    100% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
 }
@keyframes ani {
    0% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }

     70% { transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8); }

    100% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
 }

/*Botón con movimiento*/
.btn-zoom {
    animation: btn 2s linear infinite;
    -moz-animation:btn 2s linear infinite;
    -webkit-animation:btn 2s linear infinite;
    -o-animation:anie 2s linear infinite;
}
@-webkit-keyframes btn {
    0% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }

    70% { transform: scale(.90);
    -moz-transform: scale(.90);
    -webkit-transform: scale(.90);
    -o-transform: scale(.90);
    -ms-transform: scale(.90); }

    100% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
 }
@-moz-keyframes btn {
    0% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }

     70% { transform: scale(.90);
    -moz-transform: scale(.90);
    -webkit-transform: scale(.90);
    -o-transform: scale(.90);
    -ms-transform: scale(.90); }
    100% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
 }
@keyframes btn {
    0% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }

     70% { transform: scale(.90);
    -moz-transform: scale(.90);
    -webkit-transform: scale(.90);
    -o-transform: scale(.90);
    -ms-transform: scale(.90); }

    100% { transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
 }
 /*Shake*/
.shake{
    -webkit-animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
          animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
    -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
    -webkit-perspective: 1000px;
          perspective: 1000px;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d( 0, 2px, 0);
            transform: translate3d( 0, 2px, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d( 0, -6px, 0);
            transform: translate3d( 0, -6px,0);
  }
  40%, 60% {
    -webkit-transform: translate3d( 0, 6px, 0);
            transform: translate3d(0, 6px, 0);
  }
}
@-moz-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d( 0, 2px, 0);
            transform: translate3d( 0, 2px, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d( 0, -6px, 0);
            transform: translate3d( 0, -6px,0);
  }
  40%, 60% {
    -webkit-transform: translate3d( 0, 6px, 0);
            transform: translate3d(0, 6px, 0);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d( 0, -3px, 0);
            transform: translate3d( 0, -3px, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d( 0, 4px, 0);
            transform: translate3d( 0, 4px, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d( 0, -4px 0);
            transform: translate3d( 0, -4px 0);
  }
  40%, 60% {
    -webkit-transform: translate3d( 0, 4px, 0);
            transform: translate3d( 0, 4px, 0);
  }
}

/*Linea del tiempo completa*/
.title-animate {
    z-index: 2;
    animation: anime1 0.8s cubic-bezier(0.3, 0.8, 1, 1.05) both;
    animation-delay: .5s;
}
    @keyframes anime1 {
        0% {
            opacity: 0;
            transform: scale(3) skew(10deg, 10deg);
        }
    }

/*Anciana con movimiento*/

.img-move {
  animation: move 2.5s ease infinite;
}

@keyframes move {
    50%   { transform: translate(8px,10px);}
}
@-webkit-keyframes move {
    50%   { transform: translate(8px,10px);}
}
@-moz-keyframes move {
    50%   { transform: translate(8px,10px);}
}

/* ==========================================================================
     /// ANIMACIONES DE LINEA DE TIEMPO COMPLETA///
   ========================================================================== */


.timeline-ani {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    overflow: hidden;
}

.timeline-ani li{
    position: absolute;
    display: block;
    list-style: none;
    width: 40px;
    height: 40px;
    animation: timeline 25s linear infinite;
}

.timeline-ani li:nth-child(1){
    left: 40%;
    width: 80px;
    height: 80px;
    bottom: 50%;
    animation-delay: 0s;
}
.timeline-ani li:nth-child(2){
    left: 50%;
    width: 80px;
    height: 80px;
    bottom: 45%;
    animation-delay: 2s;
    animation-duration: 12s;
}
.timeline-ani li:nth-child(3){
    left: 70%;
    width: 80px;
    height: 80px;
    bottom: 60%;
    animation-delay: 4s;
}
.timeline-ani li:nth-child(4){
    left: 50%;
    width: 60px;
    height: 60px;
    bottom: 70%;
    animation-delay: 0s;
    animation-duration: 18s;
}

@keyframes timeline {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/* ==========================================================================
	 /// MEDIA QUERIES GENERALES///
   ========================================================================== */
@media only screen
  and (min-width: 580px)
  and (max-width: 960px){
    .carousel-info {
        height: 320px;
    }
}
@media only screen and (min-width: 500px) {
    h1 {
        height: 60px;
    }
    .profile-container .rounded-box {
        max-width: 220px;
        height: 90px;
    }
    .form-group {
    position: relative;
    display: inline-block; 
    max-width: 200px; 
    width: 100%; 
    margin-right: 20px;
    }
    h2 span {
        display: inline-block;
    }
}
@media only screen and (min-width: 576px) {
    .container-bg {
        max-width: 540px;
    }
}
@media (max-width: 600px) {
.col-12 {
    padding: 0 15px;
    }
}
@media only screen and (min-width: 768px) {
    .container-bg {
        max-width: 720px;
        margin: 0 auto;
    }
    .mt-special p, .mt-special hr, .mx-img {
        margin-right: 0;
        margin-left: auto;
    }
    .carousel-info {
        height: 290px;
    }
}
@media only screen and (min-width: 968px) {
    .container {
        margin-top: 100px;
        margin-bottom: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-bg {
        max-width: 960px;
    }
    .hero .container {
        max-width: 1400px;
    }
    .e-feminismo footer .fila_ppal, .e-feminismo .subfooter, .e-feminismo header {
        max-width: 1280px;
        margin: 0 auto !important;
    }
    .mt-special {
        margin-top: 120px;
    }
    .hero-video {
        position: relative;
    }
    .hero-txt {
        position: absolute;
        top: 100px;
        max-width: 600px;
        background-image: url(../img/brush-bg.png);
        background-size: cover;
        background-position-y: bottom;
        background-repeat: no-repeat;
        padding: 0 80px 50px 20px;
        margin-top: 0;
    }
    .txt-right {
        text-align: right;
    }
    .indentation p, .indentation hr {
        margin-left: 70px;
    }
    .body-note {
        height: 130px;
    }
    .box-color, .colectives {
        margin-top: 100px;
    }
    .box-gray {
        padding: 50px 30px;
    }
    .box-color {
        padding-left: 50px;
        padding-right: 50px;
    }
    .notes {
        margin-top: 180px;
    }
    .profile-container:nth-child(2n) .img-profile {
        order: inherit;
    }
    .profile-container:nth-child(2n) .rounded-box {
        margin-left: -15px;
        margin-right: 0;
        text-align: inherit;
        padding-right: 15px;
        padding-left: 35px;
    }
    .carousel-item.col-12.col-sm-6.col-md-4 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .profile-container .rounded-box {
        height: 120px;
    }
    .chart {
        margin-top: 0;
     }   
}

@media only screen and (min-width:1070px) {
    .container-bg {
        max-width: 1280px;
        padding: 80px 30px;
    }
    .top-section{
        margin-top: 120px;
    }
    .hero-txt {
        top: 125px;
    }
    .carousel-info {
        height: 260px;
    }
    .profile-container:nth-child(2), .profile-container:nth-child(5) {
        margin-top: -80px;
    }
    .e-feminismo  .absolute-top {
        position: inherit;
        box-shadow: none;
        border-bottom: 1px solid #eae8e8;
    }
    .profile-container .rounded-box {
        height: 90px;
    }
    .filter-result {
        padding-left: 35px;  
        padding-right: 35px;  
    }
    .body-note {
        height: 115px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width:1200px) {
    .container, .container-bg {
        max-width: 1150px;
    }
}
