@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box; }

.container {
  max-width: 1000px;
  margin: auto; }

.container-fluid {
  width: 100%; }

.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row::after {
  content: "";
  clear: both;
  display: table; }

.p-1 {
  padding: 32px; }

.pl-1 {
  padding-left: 32px !important; }

.pr-1 {
  padding-right: 32px !important; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
  max-width: 8.33%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%;
  max-width: 41.66%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
  max-width: 58.33%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
  max-width: 83.33%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66%;
  flex: 0 0 91.66%;
  max-width: 91.66%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

[class*="col-"] {
  position: relative;
  min-height: 1px; }

html {
  scroll-behavior: smooth; }

html, body {
  font-family: 'Jaldi', sans-serif;
  font-size: 21px;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  color: #000000;
  overflow-x: hidden; }
  html ::selection, body ::selection {
    color: #F3EFE3;
    background: #C42454; }

a {
  text-decoration: none; }

h1, h2, h3 {
  font-weight: 400;
  line-height: 1.3em; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 32px; }

.big-01::after {
  content: "Familia";
  color: #F3EFE3;
  right: 5%;
  position: absolute;
  font-size: 120px;
  line-height: .5em;
  align-content: flex-end;
  z-index: -1; }

.big-02::after {
  content: "1985";
  color: #F3EFE3;
  right: 0;
  position: absolute;
  font-size: 160px;
  line-height: .5em;
  align-content: flex-end;
  z-index: -1; }

.big-03 {
  background-color: #F3EFE3;
  position: relative; }
  .big-03::before {
    content: "&";
    font-weight: 100;
    color: #FFF;
    position: absolute;
    left: 30%;
    bottom: 0;
    border-top: 0;
    font-size: 220px;
    line-height: .5em;
    align-content: flex-end; }

.big-04 {
  background-color: #FFF;
  position: relative; }
  .big-04::before {
    content: "Asociadas";
    font-weight: 100;
    color: #F3EFE3;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 0;
    font-size: 160px;
    line-height: .5em;
    align-content: flex-end; }

.big-05 {
  background-color: #F3EFE3;
  position: relative; }

.big-06 {
  background-color: #FFF;
  position: relative; }
  .big-06::before {
    content: "A. Frizman";
    font-weight: 100;
    color: #F3EFE3;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 0;
    font-size: 160px;
    line-height: .5em;
    align-content: flex-end; }

.big-07 {
  position: relative; }
  .big-07::before {
    content: "EXPERIENCIA";
    font-weight: 100;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 0;
    font-size: 130px;
    line-height: .5em;
    align-content: flex-start; }

hr.new3 {
  border: 1px solid #C42454;
  max-width: 36px;
  margin-left: 0; }

hr.new4 {
  border: 2px solid #463358; }

hr.new5 {
  border: 1px solid #FFF; }

#music {
  position: absolute;
  bottom: 7%;
  left: calc(50% - 25px);
  z-index: 99;
  display: flex;
  align-items: center;
  flex-direction: row; }
  #music audio {
    display: none; }
  #music #button-music {
    font-size: 16px;
    color: #463358;
    width: 50px;
    height: 50px;
    border: 1px solid #463358;
    border-radius: 50%;
    outline: none;
    background: #FFF;
    cursor: pointer;
    transition: all 0.4s ease-out; }
  #music #button-music.fade:hover {
    opacity: 0.8; }
  #music .listen {
    opacity: .8;
    font-size: 12px;
    color: #000;
    padding: 2px 16px;
    line-height: 1em; }

.text-center {
  text-align: center; }

/* header */
header {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  /* menu icon */
  	/*.menu-icon {
  	  cursor: pointer;
  	  display: inline-block;
  	  float: right;
  	  padding: 28px 20px;
  	  position: relative;
  	  user-select: none;
  	  order: 3;
  	}
  	
  	.menu-icon .navicon {
  	  background: #333;
  	  display: block;
  	  height: 2px;
  	  position: relative;
  	  transition: background .2s ease-out;
  	  width: 18px;
  	}
  	
  	.menu-icon .navicon:before,
  	.menu-icon .navicon:after {
  	  background: #333;
  	  content: '';
  	  display: block;
  	  height: 100%;
  	  position: absolute;
  	  transition: all .2s ease-out;
  	  width: 100%;
  	}
  	
  	.menu-icon .navicon:before {
  	  top: 5px;
  	}
  
  	.menu-icon .navicon:after {
  	  top: -5px;
  	}*/
  /* menu btn */
  	/*.menu-btn {
  	  display: none;
  	}
  
  	.menu-btn:checked ~ .menu {
  	  max-height: 440px;
  	}
  
  	.menu-btn:checked ~ .menu-icon .navicon {
  	  background: transparent;
  	}
  
  	.menu-btn:checked ~ .menu-icon .navicon:before {
  	  transform: rotate(-45deg);
  	}
  
  	.menu-btn:checked ~ .menu-icon .navicon:after {
  	  transform: rotate(45deg);
  	}
  
  	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  	  top: 0;
  	}*/ }
  header .logo {
    width: 300px;
    max-width: 300px;
    padding: 16px 32px 16px 16px;
    z-index: 998; }
    header .logo img {
      width: 100%;
      height: auto; }
  header .nav {
    position: fixed;
    width: 100%;
    padding: 16px;
    justify-content: center;
    text-align: center; }
    header .nav div a {
      font-size: 16px;
      color: #000;
      padding: 16px;
      text-decoration: none;
      line-height: 32px; }
      header .nav div a:hover {
        border-bottom: 2px solid #C42454; }
  header .nav.open {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    z-index: 998;
    background-color: #463358; }
    header .nav.open div a {
      font-size: 32px;
      color: #F3EFE3;
      padding: 32px 16px;
      text-decoration: none;
      display: block; }
      header .nav.open div a:hover {
        border-bottom: 0;
        color: #C42454; }
  header .callnow {
    padding: 16px;
    z-index: 998; }
    header .callnow .phone {
      display: flex;
      justify-content: center;
      align-items: center;
      order: 2;
      color: #000; }
      header .callnow .phone .phone-icon {
        height: 1.5em;
        width: auto; }
  header .ham {
    padding: 16px;
    z-index: 999; }
    header .ham a {
      color: #000; }
  header .push {
    margin-left: auto; }

section a {
  color: #F3EFE3; }
  section a ::hover {
    color: #463358; }

#section-header {
  height: 100vh; }
  #section-header .headerContent {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    min-height: 100%; }
  #section-header #videoHeader {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: sticky;
    top: 0;
    left: 0;
    z-index: -1; }
  #section-header .hero-text {
    padding: 1.3em 1.7em;
    font-size: 2.7vw;
    line-height: 1em;
    color: #313236;
    background-color: #FFFFFF;
    border: 1px solid #666;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #section-header .hero-text span {
      font-size: 2.4vw; }

#section-description {
  padding: 100px 0 164px 0; }
  #section-description .content-title {
    text-align: center;
    padding: 64px;
    margin-left: auto;
    margin-right: auto; }
  #section-description h1.main-title {
    position: relative;
    z-index: 1;
    font-weight: 400;
    line-height: 1em;
    margin: 0; }
  #section-description .videoContainer {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto; }
  #section-description .content-welcome {
    padding: 0 64px;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  #section-description .content-video {
    float: right;
    margin: 0;
    padding: 0;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }

#section-history {
  background-color: #524463;
  background-image: url("../images/lineas-bkgd.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 200px;
  color: #FFF;
  padding: 100px 0; }

#section-call {
  background-color: #524463;
  background-image: url("../images/lineas-bkgd.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #FFF;
  padding: 100px 0; }
  #section-call a {
    font-size: 32px;
    text-decoration: none; }
    #section-call a img {
      width: 2em;
      height: auto; }
  #section-call .flex-container {
    display: flex;
    justify-content: center;
    /* align item horizontally */
    align-items: center;
    /* align item vertically */
    flex-direction: column; }

#section-whoweare {
  padding: 100px 0; }
  #section-whoweare .item-who {
    padding: 0 32px; }
  #section-whoweare .item-mission {
    margin-top: 5em;
    padding: 0 32px; }

#section-services {
  background-color: #F3EFE3;
  padding: 100px 0; }

#section-services-mobile {
  display: none;
  background-color: #F3EFE3;
  padding: 64px 0; }
  #section-services-mobile .swiper {
    width: 100%;
    height: auto; }
  #section-services-mobile .swiper-wrapper {
    margin-bottom: 3em; }
  #section-services-mobile .swiper-slide {
    font-size: 21px;
    line-height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%; }
    #section-services-mobile .swiper-slide .image-container {
      position: relative; }
      #section-services-mobile .swiper-slide .image-container img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover; }
      #section-services-mobile .swiper-slide .image-container h4 {
        text-align: left;
        font-size: 9vw;
        line-height: 1em;
        text-transform: uppercase;
        color: #F3EFE3;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0; }
    #section-services-mobile .swiper-slide span {
      width: 100%;
      padding: 1em;
      padding-bottom: 3em;
      text-align: left; }
      #section-services-mobile .swiper-slide span ul {
        margin: 0;
        padding: 0;
        list-style-position: inside; }
  #section-services-mobile .swiper-pagination-bullet-active {
    background: #C42454; }

footer {
  background-color: #463358;
  color: #F3EFE3; }
  footer .contact-info {
    padding: 164px 0 96px 0;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between; }
    footer .contact-info .footer-logo {
      width: 100%;
      margin: auto; }
    footer .contact-info .footer-wsp, footer .contact-info .footer-email {
      text-align: center;
      color: #F3EFE3;
      text-decoration: none; }
  footer .copyright {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0px;
    padding: 8px 16px;
    margin: 0;
    margin-left: auto; }

.d-none {
  display: none; }

.flex-container {
  display: flex;
  flex-wrap: nowrap; }

blockquote {
  border-left: 2px solid #463358;
  line-height: 1.3em;
  padding-left: 100px;
  margin: 0;
  font-size: 21px; }

@supports (hanging-punctuation: first) {
  blockquote {
    hanging-punctuation: first; } }
blockquote::before {
  content: url("../images/open-quote.png");
  top: -10;
  position: absolute;
  left: 0;
  padding: 0;
  transform: scale(0.65); }

blockquote::after {
  content: close-quote; }

blockquote {
  quotes: "“" "”" "‘" "’"; }

.card {
  transition: 0.3s;
  width: 100%;
  display: flex;
  align-items: center; }
  .card img {
    width: 40%;
    height: auto; }
  .card .info {
    width: 60%;
    padding: 2px 10%; }
    .card .info h2 {
      font-size: 32px;
      line-height: 1.3em; }
    .card .info p {
      font-size: 16px; }

.service-card {
  padding: 0;
  margin: 0; }
  .service-card .hide {
    display: none;
    height: 0; }
    .service-card .hide span {
      font-size: 18px;
      text-align: left;
      padding: 50px;
      display: block;
      width: 65%; }
  .service-card .myItem {
    border-bottom: 2px solid #000931;
    padding: 16px 0 16px 0;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 32px;
    font-weight: 100;
    transition: 1s; }
    .service-card .myItem:hover {
      border-bottom: 2px solid #852B55;
      color: #852B55; }
    .service-card .myItem:hover + .hide {
      display: block;
      animation: fade_in_show 1s;
      height: auto; }
    .service-card .myItem img {
      position: absolute;
      right: 30px;
      width: 234px;
      height: auto;
      margin: 0;
      margin-top: -30px;
      opacity: 0;
      transition: 1s; }
    .service-card .myItem:hover img {
      opacity: 1;
      right: 0px; }

@keyframes fade_in_show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media (min-width: 1281px) {
  /* CSS */
  .header .nav {
    display: flex; }
  .header .callnow {
    display: flex; }
  .header .ham {
    display: none; } }
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
  ## 112 x 834
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  /* top Nav */
  .nav {
    display: none; }

  .logo {
    flex-grow: 1; }

  /* CSS */
  [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }

  .flex-container {
    flex-direction: column; }

  .container {
    max-width: 840px; }

  .card {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto; }

  .container-fluid {
    width: 100%; }

  #section-description {
    padding: 0; }
    #section-description .content-welcome {
      padding-bottom: 64px; }

  #section-history blockquote {
    margin-top: 64px; }

  .footer-logo {
    text-align: center; }
    .footer-logo img {
      width: 50%;
      margin: 0 auto; } }
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  /* top Nav */
  .logo {
    flex-grow: 1; }

  .nav {
    display: none; }
    .nav .open {
      display: block; }

  /* CSS */
  [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }

  .flex-container {
    flex-direction: column; }

  #section-description {
    padding: 100px 0 0 0; }
    #section-description .content-welcome {
      padding-bottom: 64px; }

  #section-history blockquote {
    margin-top: 64px; }

  .container {
    max-width: 640px; }

  .card {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto; }

  .footer-logo {
    text-align: center; }
    .footer-logo img {
      width: 50%;
      margin: 0 auto; } }
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
  ## 800px x 600px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* top Nav */
  .nav {
    display: none; }

  .logo {
    flex-grow: 1; }

  /* CSS */
  #section-services {
    display: none; }

  #section-services-mobile {
    display: block; } }
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  /* top Nav */
  header .nav {
    display: none; }
  header .logo {
    flex-grow: 1; }
  header .callnow {
    display: none; }

  /* CSS */
  [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }

  .flex-container {
    flex-direction: column; }

  .container {
    max-width: 90%; }

  .card {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto; } }
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
  [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }

  .flex-container {
    flex-direction: column; }

  .container {
    max-width: 90%; }

  .card {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto; }

  header .logo {
    flex-grow: 1; }
  header .nav {
    display: none; }
  header .callnow {
    display: none; }

  #section-services {
    display: none; }

  #section-services-mobile {
    display: block; }

  #section-header .hero-text {
    font-size: 6vw; }
    #section-header .hero-text span {
      font-size: 5.7vw; }

  #section-description {
    padding-bottom: 0; }
    #section-description .content-title h1 {
      font-size: 8vw; }
    #section-description .content-welcome {
      padding: 0 32px; }
    #section-description .content-title {
      padding: 32px;
      text-align: left; }

  #section-call {
    padding: 60px 0; }
    #section-call h3, #section-call a {
      font-size: 21px;
      text-decoration: none; }

  footer {
    font-size: 16px; }

  #music {
    display: flex;
    align-items: center;
    flex-direction: column; }
    #music .listen {
      display: none; } }
