/* -------------------------------------------------- SECTION-7-HOME -------------------------------------------------- */
.section-7-home {
    padding: 120px 0;   
}

.section-7-home .cont{
    max-width: 700px;
    background: transparent;
    padding: 30px;
    margin-bottom: 90px;
}
  
.section-7-home .linea{
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.545) !important;
    margin-bottom: 10px;
}

.section-7-home .carrusel-testimonial .contenedor-redondo{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    float: left;
    overflow: hidden;
}

.section-7-home .carrusel-testimonial .content-info {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.section-7-home .carrusel-testimonial .content-info .info {
    margin: 30px 0 15px 0;
}

.section-7-home .carrusel-testimonial .content-info .info  h6 {
        font-size: 15px;
        margin-bottom: 0px;
        padding-top: 0px;
        font-weight: 400;
        font-family: 'Barlow Condensed', sans-serif;
        color: #fff;
        line-height: 1em;
        text-transform: uppercase;
        letter-spacing: 3px;
}

.section-7-home .carrusel-testimonial .content-info .info span {
        font-size: 12px;
        color: #fff;
        line-height: 1em;
}

.section-7-home .carrusel-testimonial .comillas {
    width: 70px;
    opacity: .4;
}
  
 
  
  @media (max-width: 992px) {
    .section-7-home .cont {
        max-width: 400px;
    }
    
    
  }
  
  
  /* -------------------------------------------------- SECTION-7-HOME -------------------------------------------------- */

  /* -------------------------------------------------- SECTION-8-HOME -------------------------------------------------- */
.section-8-home {
    background-color: var(--color-3);
    padding: 90px 0;
}

.section-8-home .content-info div{
    position: relative;
    z-index: 1;
}

.section-8-home .content-info {
    background-color: var(--color-4);
    padding: 30px;
}

.section-8-home .content-info h4 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5em;
}

.section-8-home .content-info .boton-primario {
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    background:var(--color-3);
    padding: 13px 22px;
    margin: 0px;
    text-decoration: none;
}


.boton-primario:hover,
.boton-primario:focus {
  box-shadow: inset 9.5em 0 0 0 #1b1b1b;
  transition: 0.9s;
}


.section-8-home  .hover-img{
    position: relative;
    overflow: hidden;
}

.section-8-home  .hover-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}



  /* -------------------------------------------------- SECTION-8-HOME -------------------------------------------------- */


  /* -------------------------------------------------- BOTON-LATERAL-ANIMACION -------------------------------------------------- */

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '^';
    text-align: center;
    line-height: 53px;
    font-size: 25px;
    font-weight: 200;
    color: #323232;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}


.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.progress-wrap::after {
    color: #fff;
}
.progress-wrap svg.progress-circle path {
    stroke: #fff;
}

  /* -------------------------------------------------- BOTON-LATERAL-ANIMACION -------------------------------------------------- */

  /* -------------------------------------------------- SECTION-FOOTER -------------------------------------------------- */


  .footer-top {
    position: relative;
    display: block;
    background-color: rgb(34, 34, 34);
    z-index: 1;
    padding: 90px 0px 60px;
}

.footer-top .texto {
    font-size: 15px;
    color: #adadad;
    margin: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 1.75em;
}

.footer-top h3 {
    font-size: 24px;
    color: #fff;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}

.footer-language {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: none;
    color: #adadad;
    -webkit-appearance: none;
    -moz-appearance: none;
}



.footer-bottom {
    background-color: rgb(27, 27, 27);
    box-shadow: rgba(255, 255, 255, 0.05) 0px -1px 0px 0px;
    padding: 32px 0px;
}

.copy {
    font-size: 15px;
    color: #adadad;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
}

.copy a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}


.copy a:hover {
    color: #1b1b1b;
}

.footer-explore-list  {
    width: 100%;
    
}

.explore{
    margin-left: 8.333333%;
}

.footer-explore-list li a:before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: var(--color-3);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.phone {
    font-family: 'Gilda Display', serif;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.footer-explore-list li a:hover:before {
    opacity: 1;
}

.footer-explore-list li a:hover {
    padding-left: 15px;
    color: var(--color-3);
}

.footer-explore-list li a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #adadad;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.footer-language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}

.footer-language select {
    height: 50px;
    background: #282828;
    color: #adadad;
    border: 1px solid #282828;
    border-radius: 0px;
}

.linea-mail {
    font-size: 15px;
    line-height: 3em;
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.linea-mail:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--color-3);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.redes-sociales a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.redes-sociales a:hover {
    background-color: transparent;
    color: var(--color-3);
}

  
@media (max-width: 992px) {
    .explore{
        margin-left: 0;
    }
    }


