@media (min-width:768px) {
  .whatsapp {
    width: 80px;
    height: 80px;
    margin: 0 30px 110px 0;
  }
}

@media (min-width:768px) {
  #popup_box .popup_box_inside {
    margin-top: 30%;
  }
}

@media (min-width:1024px) {
  #popup_box .popup_box_inside {
    margin-top: 15%;
  }
}

@media (min-width:1200px) {
  #popup_box .popup_box_inside {
    margin-top: 10%;
  }
}

@media (min-width:1200px) {
  .come-in {
    transform: translateY(250px);
    animation: a .8s ease forwards;
  }

  .come-in:nth-child(odd) {
    animation-duration: .6s;
  }

  .already-visible {
    transform: translateY(0);
    animation: none;
  }
}

@media (min-width:768px) {
  .header {
    padding: 20px 40px;
  }

  .header.fixed {
    padding: 12px 38px;
  }
}

@media (min-width:1024px) {
  .header {
    padding: 10px 40px;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .logo,
  .header__toggle {
    display: none;
  }

  .header.fixed {
    position: absolute;
  }

  .header.is-active {
    position: absolute;
    background: none;
    z-index: 3;
  }
}

@media (min-width:1024px) {
  section.menu {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 4;
    opacity: 1;
    background: none;
    padding: 0 40px;
    height: auto;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  section.menu .menu-inner,
  section.menu .menu-inner .menu-list {
    display: -ms-flexbox;
    display: flex;
  }

  section.menu .menu-inner .menu-list li {
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
  }

  section.menu .menu-inner .menu-list li.inicio {
    display: block;
  }

  section.menu .menu-inner .menu-list li span {
    line-height: 1;
  }

  section.menu .menu-inner .menu-list li a {
    line-height: 32px;
    color: #fff;
    padding: 0 10px;
    transition: color .4s ease;
    display: -ms-flexbox;
    display: flex;
  }

  section.menu .menu-inner .menu-list li a:hover {
    color: #a88723;
  }

  .fixed section.menu .menu-inner .menu-list li a {
    color: #fff;
  }

  section.menu.fixed {
    top: 0;
    padding: 13px 40px;
    background: url(../img/DC_Logo.png) 96% no-repeat;
    background-color: #000;
    background-size: 50px;
    position: fixed;
    animation: b .5s ease-out;
  }
}

@media (min-width:1200px) {
  section.menu .menu-inner .menu-list li a {
    padding: 0 18px;
  }
}

@media (min-width:1440px) {
  section.menu .menu-inner .menu-list li {
    font-size: 24px;
  }

  section.menu .menu-inner .menu-list li a {
    padding: 0 18px;
  }
}

@media (min-width:768px) {
  .footer {
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
  }

  .footer h2 {
    margin-bottom: 60px;
    grid-row: 1/1;
    grid-column: 1/3;
  }

  .footer h2 img {
    width: 150px;
  }

  .footer_column h3 {
    text-align: left;
  }

  .footer_column ul {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer p {
    grid-column: 1/3;
  }
}

@media (min-width:1024px) {
  .footer {
    padding: 60px 60px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 3fr 3fr;
    grid-template-columns: 2fr 3fr 3fr;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-column-align: left;
    justify-items: left;
  }

  .footer h2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
    margin-bottom: 80px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer_column {
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }

  .footer_column h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .footer_column:nth-child(2) {
    grid-row: 1/1;
    grid-column: 2/3;
  }

  .footer_column ul li {
    margin-bottom: 10px;
  }

  .footer_column ul li a {
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_column ul li a p {
    font-size: 16px;
  }

  .footer p {
    width: 100%;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

@media (min-width:1200px) {
  .footer {
    padding: 80px 80px 30px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
  }

  .footer h2 img {
    transition: all .2s;
    width: 200px;
  }

  .footer h2 img:hover {
    -webkit-filter: brightness(130%);
  }

  .footer_column ul li a img {
    transition: all .2s;
  }

  .footer_column ul li a img:hover {
    -webkit-filter: brightness(80%);
  }

  .footer_column ul li a p {
    transition: all .2s;
    font-size: 18px;
  }

  .footer_column ul li a p:hover {
    color: #a88723;
  }
}

@media (min-width:1600px) {
  .footer {
    padding: 80px 100px 30px;
  }

  .footer_column ul li a p {
    font-size: 20px;
  }
}

@media (min-width:768px) {
  .hero .swiper .swiper-wrapper .swiper-slide {
    padding: 40px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .hero .swiper .swiper-wrapper .swiper-slide:first-child {
    background-image: url(../img/slider1_ipad.jpg)!important;
  }

  .hero .swiper .swiper-wrapper .swiper-slide:nth-child(2) {
    background-image: url(../img/slider2_ipad.jpg)!important;
  }

  .hero .swiper .swiper-wrapper .swiper-slide:nth-child(3) {
    background-image: url(../img/slider3_ipad.jpg)!important;
  }

  .hero .swiper .swiper-wrapper .swiper-slide:nth-child(4) {
    background-image: url(../img/slider4_ipad.jpg)!important;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline {
    padding: 10px;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline img {
    width: 150px;
    height: auto;
    margin-bottom: 40px;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline h2 {
    margin-bottom: 60px;
    font-size: 44px;
  }

  .hero.contables {
    background-image: url(../img/servicios_bg_ipad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .hero.contables h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

@media (min-width:1024px) {
  .hero .swiper .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 60px;
  }

  .hero .swiper .swiper-wrapper .swiper-slide:first-child {
    background-image: url(../img/slider1.jpg)!important;
  }

  .hero .swiper .swiper-wrapper .swiper-slide:nth-child(2) {
    background-image: url(../img/slider2.jpg)!important;
  }

  .hero .swiper .swiper-wrapper .swiper-slide:nth-child(3) {
    background-image: url(../img/slider3.jpg)!important;
  }

  .hero .swiper .swiper-wrapper .swiper-slide:nth-child(4) {
    background-image: url(../img/slider4.jpg)!important;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline {
    background: transparent;
    padding: 0;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    max-width: 50%;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline img {
    width: 150px;
    height: auto;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline h2 {
    margin-bottom: 60px;
    font-size: 52px;
    line-height: 1;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline .button__rayen {
    margin: 0 0 0 auto;
  }

  .hero.contables {
    background-image: url(../img/servicios_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .hero.contables h2 {
    margin-bottom: 0;
  }
}

@media (min-width:1200px) {
  .hero .swiper .swiper-wrapper .swiper-slide {
    padding: 80px;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline {
    max-width: 40%;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline h2 {
    margin-bottom: 100px;
    font-size: 64px;
  }

  .hero .swiper .swiper-pagination {
    padding-bottom: 3%;
  }

  .hero.contables h2 {
    margin-bottom: 15px;
  }
}

@media (min-width:1600px) {
  .hero .swiper .swiper-wrapper .swiper-slide {
    padding: 100px;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline {
    max-width: 40%;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline img {
    margin-bottom: 80px;
  }

  .hero .swiper .swiper-wrapper .swiper-slide .hero_tagline h2 {
    margin-bottom: 120px;
    font-size: 72px;
  }

  .hero.contables h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width:768px) {
  .nosotros {
    padding: 40px;
  }

  .nosotros h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .nosotros p {
    margin-bottom: 20px;
  }

  .nosotros img {
    width: 150px;
  }

  .nosotros_sections {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    margin: 40px 0 30px;
  }

  .nosotros .button__rayen {
    margin: 0 auto;
  }

  .nosotros .button__rayen.round {
    margin-bottom: 60px;
  }
}

@media (min-width:1024px) {
  .nosotros {
    padding: 60px;
  }

  .nosotros h2 {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .nosotros p {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .nosotros .button__rayen:before {
    color: #000;
    background: #d9d9d9;
  }
}

@media (min-width:1200px) {
  .nosotros {
    padding: 80px 100px;
  }

  .nosotros h2 {
    margin-bottom: 80px;
    font-size: 48px;
  }

  .nosotros p {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .nosotros_sections {
    width: 75%;
    margin: 60px auto 30px;
  }

  .nosotros .button__rayen.round {
    margin-bottom: 80px;
  }
}

@media (min-width:1600px) {
  .nosotros {
    padding: 100px 120px;
  }

  .nosotros h2 {
    margin-bottom: 80px;
    font-size: 56px;
  }

  .nosotros p {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .nosotros_sections {
    width: 60%;
  }
}

@media (min-width:768px) {
  .contacto {
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    column-gap: 20px;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacto_description {
    text-align: left;
  }

  .contacto_description_box {
    padding-left: 20px;
    margin-bottom: 40px;
  }

  .contacto_description_box h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .contacto_description_box p {
    font-size: 18px;
  }

  .contacto_description .button__rayen {
    margin: 0 auto 0 20px;
  }
}

@media (min-width:1024px) {
  .contacto {
    padding: 60px;
    column-gap: 40px;
  }

  .contacto form h3 span {
    padding: 0 15%;
  }

  .contacto_description {
    padding-left: 40px;
  }

  .contacto_description_box {
    margin-bottom: 50px;
    padding-bottom: 10px;
  }

  .contacto_description_box h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .contacto_description_box p {
    font-size: 20px;
  }

  .contacto_description .button__rayen {
    margin: 0 auto 0 20px;
  }
}

@media (min-width:1200px) {
  .contacto {
    padding: 80px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 60px;
  }

  .contacto form {
    padding: 40px 0;
  }

  .contacto form input,
  .contacto form textarea {
    margin: 0 auto 10px;
  }

  .contacto form label {
    margin-bottom: 10px;
  }

  .contacto form textarea {
    margin-bottom: 40px;
  }

  .contacto form h3 {
    margin-bottom: 60px;
  }

  .contacto form h3 span {
    padding: 0 18%;
  }

  .contacto_description_box h2 {
    font-size: 48px;
  }

  .contacto_description_box p {
    font-size: 24px;
  }

  .contacto_description .button__rayen {
    margin: 0 auto 0 20px;
  }
}

@media (min-width:1600px) {
  .contacto {
    padding: 100px;
    column-gap: 100px;
  }

  .contacto form input,
  .contacto form textarea {
    width: 75%;
  }

  .contacto form label {
    font-size: 20px;
  }

  .contacto form textarea {
    margin-bottom: 50px;
  }

  .contacto form h3 {
    font-size: 28px;
  }

  .contacto form h3 span {
    padding: 0 25%;
  }

  .contacto_description {
    padding-left: 60px;
  }

  .contacto_description_box h2 {
    font-size: 52px;
  }

  .contacto_description_box p {
    font-size: 28px;
  }

  .contacto_description .button__rayen {
    margin: 0 auto 0 20px;
  }
}

@media (min-width:768px) {
  .services {
    padding: 40px;
  }

  .services p {
    font-size: 18px;
  }
}

@media (min-width:1024px) {
  .services {
    padding: 60px;
  }

  .services p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width:1200px) {
  .services {
    padding: 80px;
  }
}

@media (min-width:1600px) {
  .services {
    padding: 100px;
  }

  .services p {
    font-size: 24px;
    margin-bottom: 30px;
  }
}