@charset "UTF-8";
/*!
    Theme Name: Coca Sevilla
    Theme URI: pending
    Description: Coca sevilla theme 
    Version: 1.0.0
    Author: Armando Niño
    Author URI: pending
    Tags: Gulp

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*max width of the document*/
/*width of the containers on mobile*/
/*
base styles
*/
/***************************
***For widths of document
***************************/
.w-95 {
  width: 95%; }

.w-100 {
  width: 100%; }

/*for max widths*/
.mxw-narrow {
  max-width: 1110px; }

.mxw-full {
  max-width: 100%; }

.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; }
  @media only screen and (min-width: 768px) {
    .flex {
      flex-direction: row; } }

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px; }
  .flex-horizontal::-webkit-scrollbar {
    width: 0 !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    display: none; }
  @media only screen and (min-width: 768px) {
    .flex-horizontal {
      justify-content: center;
      align-items: stretch;
      flex-wrap: nowrap;
      overflow: visible; } }
  .flex-horizontal > div {
    flex: 0 0 auto; }
    @media only screen and (min-width: 768px) {
      .flex-horizontal > div {
        flex: auto; } }
    .flex-horizontal > div:last-child {
      width: 1px;
      opacity: 0; }
      @media only screen and (min-width: 768px) {
        .flex-horizontal > div:last-child {
          display: none; } }

.box-shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); }

.brds {
  border-radius: 6px; }

p {
  font-size: 0.9em;
  margin-bottom: 20px;
  line-height: 1.4em; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 1em; } }
  p:last-child {
    margin-bottom: 0; }
  p span {
    font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4em; }

h1 {
  font-size: 2.3em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.7em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1.2em; }

/***********************************
********
for content that is going to be absolute centered both in X and Y
*******************************************/
.abcc {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .abcc {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); } }

/*
Main files where load all the rest files
*/
/*
Modules styles
*/
.flex-normal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .flex-normal {
      flex-direction: row; } }

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px; }
  .flex-horizontal::-webkit-scrollbar {
    width: 0 !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    display: none; }
  @media only screen and (min-width: 768px) {
    .flex-horizontal {
      justify-content: center;
      align-items: stretch;
      flex-wrap: nowrap;
      overflow: visible; } }
  .flex-horizontal > div {
    flex: 0 0 auto; }
    @media only screen and (min-width: 768px) {
      .flex-horizontal > div {
        flex: auto; } }
    .flex-horizontal > div:last-child {
      width: 1px;
      opacity: 0; }
      @media only screen and (min-width: 768px) {
        .flex-horizontal > div:last-child {
          display: none; } }

body {
  font-family: 'Roboto', sans-serif; }
  body.lb-disable-scrolling {
    overflow: hidden; }

.columns {
  align-items: stretch;
  align-content: stretch;
  width: 95%;
  margin: 00px auto;
  max-width: 1200px; }
  .columns--double .item {
    width: 100%;
    margin: 0%; }
    @media only screen and (min-width: 768px) {
      .columns--double .item {
        width: 48%;
        margin: 0 1%; } }
    .columns--double .item.img-nosotros {
      background-size: cover; }
  .columns--triple .item {
    width: 98%;
    margin: 0 1% 20px 1%;
    border-radius: 5px;
    padding-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .columns--triple .item {
        width: 31.3%;
        margin: 0 1% 20px 1%; } }
    .columns--triple .item:nth-child(1) .img {
      background-size: cover; }
    @media only screen and (min-width: 768px) {
      .columns--triple .item:nth-child(2) {
        padding-bottom: 0; } }
    .columns--triple .item:nth-child(2) h4 {
      font-size: 1.3em; }
      @media only screen and (min-width: 768px) {
        .columns--triple .item:nth-child(2) h4 {
          font-size: 1.5em; } }
    .columns--triple .item:nth-child(3) .img {
      background-size: cover; }
    .columns--triple .item:nth-child(4) .img {
      background-size: cover; }
    .columns--triple .item:nth-child(5) .img {
      background-size: cover; }
    .columns--triple .item:nth-child(6) .img {
      background-size: cover; }
    .columns--triple .item .img {
      height: 250px;
      width: 100%;
      background-size: cover; }
    .columns--triple .item h2 {
      text-align: center;
      font-size: 0.9em;
      margin: 15px 0; }
    .columns--triple .item p {
      width: 90%;
      margin: auto; }
  .columns--four .item {
    width: 48%;
    margin: 0 1%; }
    @media only screen and (min-width: 768px) {
      .columns--four .item {
        width: 23%; } }
    .columns--four .item h4 {
      margin-bottom: 20px;
      font-size: 1.2em; }
  .columns--horizontal .item {
    width: 80%;
    margin: 0 10px; }
    @media only screen and (min-width: 768px) {
      .columns--horizontal .item {
        width: 31.3%;
        margin: 0 1% 20px 1%; } }

.m-btns-container {
  width: 100%;
  margin: auto;
  text-align: center;
  justify-content: flex-start; }
  .m-btns-container.alone {
    justify-content: center; }
  @media only screen and (min-width: 768px) {
    .m-btns-container .m-btn:nth-child(1) {
      margin-right: 15px; } }

.m-btn {
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 0.65em !important;
  letter-spacing: 1.5px;
  font-weight: bold;
  border: solid 2px transparent;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease; }
  @media only screen and (min-width: 768px) {
    .m-btn {
      font-size: 0.9em !important; } }
  .m-btn--main {
    background-color: red;
    color: white;
    border: solid 2px red; }
    .m-btn--main:hover {
      background-color: #4C0503;
      border: solid 2px #4C0503; }
  .m-btn--border {
    border: solid 2px red;
    color: black; }
    .m-btn--border-blue {
      border: solid 2px red; }
    .m-btn--border:hover {
      background-color: #b30000;
      border: solid 2px #b30000;
      color: white; }
  .m-btn--double {
    width: auto;
    display: flex;
    padding: 0; }
    .m-btn--double:hover {
      background-color: red;
      border: solid 2px red; }
    .m-btn--double .first {
      border-right: solid 2px #b30000 !important; }
    .m-btn--double .first,
    .m-btn--double .second {
      padding: 12px 20px;
      border: none;
      transition: all 0.3s ease; }
      .m-btn--double .first:hover,
      .m-btn--double .second:hover {
        background-color: #b30000;
        border: none; }
  .m-btn a {
    text-decoration: none;
    color: white; }

header {
  height: auto;
  position: relative; }
  header.job-list {
    text-align: center; }
    header.job-list h1 {
      font-size: 1.5em; }
      @media only screen and (min-width: 768px) {
        header.job-list h1 {
          font-size: 2.2em; } }
  header.entry-header {
    text-align: center; }
    header.entry-header h1:first-letter {
      text-transform: uppercase; }
  header.offer-vid {
    text-align: center; }
    header.offer-vid h1 span {
      color: #4C0503; }
    header.offer-vid h2 {
      margin-bottom: 50px;
      font-size: 1.6em;
      font-weight: normal;
      max-width: 1000px;
      margin: 30px auto; }
    header.offer-vid .video {
      width: 750px;
      height: 410px;
      border: solid 4px #4C0503;
      border-radius: 6px;
      margin: auto; }
      header.offer-vid .video iframe {
        width: 100%;
        height: 100%; }
    header.offer-vid .m-btns-container {
      justify-content: center;
      margin-top: 50px; }
  header.single-job {
    height: auto;
    padding: 100px 0 0 0; }
    header.single-job .columns {
      max-width: 800px;
      min-height: unset; }
    header.single-job .m-btn:hover {
      cursor: pointer; }
  header .columns {
    height: 100%;
    max-width: none;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column-reverse;
    padding: 30px; }
    @media only screen and (min-width: 768px) {
      header .columns {
        height: 80vh;
        width: 100%;
        flex-direction: row; } }
    header .columns .left {
      flex: 1;
      padding: 20px 0; }
      @media only screen and (min-width: 768px) {
        header .columns .left {
          padding: 50px 0; } }
      header .columns .left .m-btns-container {
        justify-content: center; }
        @media only screen and (min-width: 768px) {
          header .columns .left .m-btns-container {
            justify-content: flex-start;
            flex-direction: row; } }
        header .columns .left .m-btns-container .m-btn {
          font-size: 0.65em;
          padding: 12px 20px;
          width: 250px; }
          @media only screen and (min-width: 768px) {
            header .columns .left .m-btns-container .m-btn {
              font-size: 0.8em;
              padding: 12px 30px;
              width: auto; } }
          header .columns .left .m-btns-container .m-btn:first-child {
            margin-right: 0px;
            margin-bottom: 15px; }
            @media only screen and (min-width: 768px) {
              header .columns .left .m-btns-container .m-btn:first-child {
                margin-bottom: 0;
                margin-left: 10px;
                margin-right: 10px; } }
    header .columns .right {
      width: 100%;
      height: 220px;
      margin: auto; }
      @media only screen and (min-width: 768px) {
        header .columns .right {
          width: 50%;
          height: 450px;
          margin: 0 0 0 50px; } }
      header .columns .right > div {
        width: 100%;
        height: 100%;
        margin: auto;
        display: block;
        background-color: #4C0503;
        border-radius: 8px; }

.img-bck {
  width: 100%;
  height: 140%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: none; }
  .img-bck .container {
    position: relative;
    width: 100%;
    height: 100%; }
  .img-bck .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7); }

.overlay-cob {
  position: absolute;
  width: 100%;
  height: 140%;
  left: 0;
  top: 0;
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }

.lp {
  max-width: 1500px;
  margin: auto;
  width: 95%; }
  .lp .columns {
    position: relative;
    z-index: 3;
    align-items: center;
    align-content: center;
    padding: 0;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .lp .columns {
        min-height: 80vh; } }
    .lp .columns .right {
      border-radius: 6px;
      overflow: hidden;
      border: solid 8px #4C0503; }
    .lp .columns .left .info-about {
      justify-content: flex-start;
      margin: 15px 0;
      background-color: transparent;
      border-radius: 0;
      border: none;
      border-top: solid 1px #ccc; }
      .lp .columns .left .info-about .item {
        width: auto;
        margin-bottom: 15px; }
        .lp .columns .left .info-about .item:last-child, .lp .columns .left .info-about .itemnth-child(2) {
          margin-bottom: 0; }
    .lp .columns h1 {
      font-size: 1.3em;
      margin-bottom: 20px;
      font-weight: bold;
      color: black;
      text-transform: none;
      font-weight: bold;
      letter-spacing: 1.5px;
      text-align: center;
      padding-bottom: 15px; }
      @media only screen and (min-width: 768px) {
        .lp .columns h1 {
          font-size: 3.5em;
          text-align: left; } }
      .lp .columns h1.colme {
        position: relative; }
        .lp .columns h1.colme:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 5px;
          background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red); }
          @media only screen and (min-width: 768px) {
            .lp .columns h1.colme:after {
              width: 90%; } }
      .lp .columns h1 span {
        font-size: 1rem;
        display: block;
        color: #4C0503;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1em; }
        @media only screen and (min-width: 768px) {
          .lp .columns h1 span {
            font-size: 1.35rem; } }
        .lp .columns h1 span.color {
          display: inline;
          font-size: 3.5rem;
          color: black;
          margin: 0; }
          .lp .columns h1 span.color i {
            /*
						&:nth-child(2){
							color: violet;
						}
						&:nth-child(3){
							color: indigo;
						}
						&:nth-child(4){
							color: blue;
						}
						&:nth-child(5){
							color: green;
						}
						&:nth-child(6){
							color: yellow;
						}
						&:nth-child(7){
							color: orange;
						}
						&:nth-child(8){
							color: red;
						}
						*/ }
    .lp .columns h2 {
      font-size: 0.95em;
      text-transform: none;
      margin-bottom: 20px;
      color: #333;
      letter-spacing: 1px; }
      @media only screen and (min-width: 768px) {
        .lp .columns h2 {
          padding-left: 5%;
          font-size: 1.2em; } }
      .lp .columns h2 span {
        font-weight: bold;
        color: black; }
    .lp .columns p {
      padding-left: 5%;
      font-size: 1.1rem; }

.master-class {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .master-class {
      padding-top: 100px; } }
  .master-class .m-btns-container {
    justify-content: center;
    padding: 40px 0 30px 0; }
  .master-class .oval {
    height: 160%;
    transform: translate(-50%, -300px);
    top: auto;
    bottom: 0; }
    @media only screen and (min-width: 768px) {
      .master-class .oval {
        transform: translate(-50%, -20%); } }
  .master-class p {
    margin-bottom: 0; }
    .master-class p.main {
      font-size: 1em;
      position: relative;
      width: fit-content;
      margin: auto;
      padding-left: 13px; }
      @media only screen and (min-width: 768px) {
        .master-class p.main {
          font-size: 1.3em; } }
      .master-class p.main span {
        font-weight: bold; }
      .master-class p.main:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translate(0, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 13px;
        border-color: transparent transparent transparent red; }
  .master-class h1 {
    font-size: 1.3em; }
    @media only screen and (min-width: 768px) {
      .master-class h1 {
        font-size: 2.3em; } }
  .master-class h2 {
    text-transform: none;
    font-weight: normal;
    width: 95%;
    max-width: 1100px;
    margin: auto;
    font-size: 1em; }
    @media only screen and (min-width: 768px) {
      .master-class h2 {
        font-size: 1.9em; } }

.nav {
  display: none; }

#pics-proyect {
  width: 100%;
  height: 100%;
  background-color: transparent;
  margin-bottom: 0 !important;
  border-color: black;
  border: none; }
  #pics-proyect .flex-viewport {
    height: 100%;
    overflow: hidden; }
  #pics-proyect .slides {
    height: 100%; }
    #pics-proyect .slides .slide {
      height: 100%; }
      #pics-proyect .slides .slide .content {
        width: 100%;
        height: 100%; }
        #pics-proyect .slides .slide .content .content-main {
          width: 100%;
          height: 100%; }
          #pics-proyect .slides .slide .content .content-main .img {
            width: 100%;
            height: 100%; }
            #pics-proyect .slides .slide .content .content-main .img#a {
              background: transparent url('assets/images/aim2.jpeg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#b {
              background: transparent url('assets/images/cbg2.jpg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#c {
              background: transparent url('assets/images/cbg5.jpeg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#d {
              background: transparent url('assets/images/cbg6.jpg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#aa {
              background: transparent url('assets/images/aim1.jpeg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#bb {
              background: transparent url('assets/images/aim2.jpeg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#cc {
              background: transparent url('assets/images/aim3.jpeg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#dd {
              background: transparent url('assets/images/aim4.jpeg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#ct1 {
              background: transparent url('assets/images/ct1.jpg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#ct2 {
              background: transparent url('assets/images/ct2.png') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#ct3 {
              background: transparent url('assets/images/ct3.jpg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#ct4 {
              background: transparent url('assets/images/ct4.jpg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#ct5 {
              background: transparent url('assets/images/ct1.jpg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#ct6 {
              background: transparent url('assets/images/ct5.jpg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#ct7 {
              background: transparent url('assets/images/ct7.jpg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#ct8 {
              background: transparent url('assets/images/ct8.jpg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#ct9 {
              background: transparent url('assets/images/ct9.jpg') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#ct10 {
              background: transparent url('assets/images/ct10.png') no-repeat center;
              background-size: cover; }
            #pics-proyect .slides .slide .content .content-main .img#ct11 {
              background: transparent url('assets/images/ct11.jpg') no-repeat center;
              background-size: cover; }

.testimonios {
  transform: translate(0, 0%);
  z-index: 100;
  position: relative;
  margin-bottom: 100px; }
  .testimonios .columns {
    max-width: 1500px;
    width: 100%;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .testimonios .columns {
        max-width: 95%;
        padding-bottom: 0; } }
    .testimonios .columns .item {
      padding: 20px 0 25px 0;
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      border-radius: 6px;
      border: solid 1px #ccc;
      background-color: #fff;
      box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); }
      @media only screen and (min-width: 768px) {
        .testimonios .columns .item {
          padding: 30px 0 35px 0;
          box-shadow: 0 15px 38px rgba(0, 0, 0, 0.3); } }
      .testimonios .columns .item:after {
        position: absolute;
        content: '"';
        left: 0;
        top: 0;
        font-size: 6em;
        font-family: arial;
        color: #4C0503;
        transform: translate(-30%, -5%) rotate(10deg); }
      .testimonios .columns .item p {
        padding-left: 30px;
        font-weight: bold;
        color: #666;
        font-size: 0.8em;
        letter-spacing: 0.5px; }
        @media only screen and (min-width: 768px) {
          .testimonios .columns .item p {
            font-size: 1em; } }
        .testimonios .columns .item p span {
          color: black;
          display: block;
          margin-top: 10px; }
          .testimonios .columns .item p span i {
            display: block;
            color: #4C0503; }
      .testimonios .columns .item .img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background-color: red;
        transform: translate(15%, 15%); }

section {
  width: 100%;
  position: relative; }

body {
  overflow-x: hidden; }

.oval {
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 480%;
  border-radius: 50%;
  background: linear-gradient(180deg, #cdeef2, #fff 40%, #fff 60%, #cdeef2); }
  @media only screen and (min-width: 768px) {
    .oval {
      width: 180%; } }
  .oval.up {
    height: 300px;
    border-bottom: solid; }

.ropita {
  width: 95%;
  margin: auto;
  height: 400px;
  max-width: 800px;
  background-color: red;
  display: none; }

.quote {
  display: none; }
  .quote h3 {
    text-align: center;
    text-transform: none;
    width: 95%;
    margin: auto;
    height: auto;
    padding: 50px 0;
    max-width: 800px; }

.slid {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 30px 0 60px 0; }
  @media only screen and (min-width: 768px) {
    .slid {
      padding: 60px 0 60px 0; } }
  .slid h3 {
    text-transform: none; }
    .slid h3 span {
      color: red; }
  .slid p {
    font-size: 1.3em; }
  .slid.alone {
    margin-bottom: 30px; }
  .slid .columns {
    margin: 0 auto 130px auto;
    max-width: none; }
    @media only screen and (min-width: 768px) {
      .slid .columns {
        margin: 0 auto;
        align-items: stretch;
        width: 100%; } }
    .slid .columns .item {
      background-color: transparent;
      margin: 0; }
      .slid .columns .item.left {
        width: 100%;
        position: relative;
        z-index: 2;
        align-items: center;
        align-content: center;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .slid .columns .item.left {
            width: 30%; } }
        .slid .columns .item.left .cover {
          position: absolute;
          right: 0;
          top: 0;
          width: 200%;
          height: 100%;
          transform: translate(45px, 0); }
        .slid .columns .item.left h3 {
          width: 100%;
          font-size: 1.2em;
          margin: 25px auto 45px auto; }
          @media only screen and (min-width: 768px) {
            .slid .columns .item.left h3 {
              font-size: 1.8em;
              text-align: right !important;
              padding-right: 30px;
              margin: 0 auto; } }
        .slid .columns .item.left p {
          font-size: 1em;
          padding-left: 0px;
          margin-bottom: 40px; }
          @media only screen and (min-width: 768px) {
            .slid .columns .item.left p {
              font-size: 1.1em;
              padding-left: 30px;
              margin-bottom: 0; } }
        .slid .columns .item.left h3, .slid .columns .item.left p {
          position: relative;
          text-align: center;
          transform: translate(0, 25px); }
          @media only screen and (min-width: 768px) {
            .slid .columns .item.left h3, .slid .columns .item.left p {
              text-align: left; } }
      .slid .columns .item.right {
        z-index: 1;
        width: 100%;
        flex: 1;
        overflow-x: hidden;
        padding-bottom: 50px; }
        @media only screen and (min-width: 768px) {
          .slid .columns .item.right {
            width: 65%; } }
  .slid .flexslider {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .slid .flexslider {
        margin: 0 0 0 50px;
        width: 390px !important; } }
    .slid .flexslider:hover .flex-direction-nav .flex-next {
      right: -20px; }
    .slid .flexslider:hover .flex-direction-nav .flex-prev {
      left: -25px; }
    .slid .flexslider .flex-direction-nav {
      display: none; }
      @media only screen and (min-width: 768px) {
        .slid .flexslider .flex-direction-nav {
          display: block; } }
    .slid .flexslider .flex-viewport {
      overflow: visible !important; }
    .slid .flexslider .img-mini-logo {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
    .slid .flexslider .slides .slide {
      transform: scale(0.8);
      transition: all 0.3s ease; }
      .slid .flexslider .slides .slide.flex-active-slide {
        transform: scale(1); }
      .slid .flexslider .slides .slide:nth-child(1) .content .content-main .img {
        background-size: cover; }
      .slid .flexslider .slides .slide:nth-child(2) .content .content-main .img {
        background-size: cover; }
      .slid .flexslider .slides .slide:nth-child(3) .content .content-main .img {
        background-size: cover; }
      .slid .flexslider .slides .slide:nth-child(4) .content .content-main .img {
        background-size: cover; }
      .slid .flexslider .slides .slide:nth-child(5) .content .content-main .img {
        background-size: cover; }
      .slid .flexslider .slides .slide:nth-child(6) .content .content-main .img {
        background-size: cover; }
      .slid .flexslider .slides .slide .content {
        padding: 20px;
        width: 100%;
        height: 100%; }
        .slid .flexslider .slides .slide .content .content-main {
          height: auto !important;
          background-color: #fff;
          border-radius: 15px;
          overflow: hidden; }
          @media only screen and (min-width: 768px) {
            .slid .flexslider .slides .slide .content .content-main {
              box-shadow: 0 15px 38px rgba(0, 0, 0, 0.3); } }
          .slid .flexslider .slides .slide .content .content-main .img {
            width: 100%;
            height: 220px !important;
            background-color: red; }
            .slid .flexslider .slides .slide .content .content-main .img#slid1 {
              background: transparent url('assets/images/aim1.jpg') no-repeat center;
              background-size: cover; }
            .slid .flexslider .slides .slide .content .content-main .img#slid2 {
              background: transparent url('assets/images/aim2.jpg') no-repeat center;
              background-size: cover; }
            .slid .flexslider .slides .slide .content .content-main .img#slid3 {
              background: transparent url('assets/images/aim3.png') no-repeat center;
              background-size: cover; }
            .slid .flexslider .slides .slide .content .content-main .img#slid4 {
              background: transparent url('assets/images/aim4.jpg') no-repeat center;
              background-size: cover; }
            .slid .flexslider .slides .slide .content .content-main .img#slid5 {
              background: transparent url('assets/images/cbg2.jpg') no-repeat center;
              background-size: cover; }
            .slid .flexslider .slides .slide .content .content-main .img#slid6 {
              background: transparent url('assets/images/aim6.jpg') no-repeat center;
              background-size: cover; }
            .slid .flexslider .slides .slide .content .content-main .img#slid7 {
              background: transparent url('assets/images/aim7.jpg') no-repeat center;
              background-size: cover; }
          .slid .flexslider .slides .slide .content .content-main h3 {
            text-transform: none;
            font-size: 1rem !important;
            margin: 10px 0;
            width: 90%;
            margin: 10px auto; }
            @media only screen and (min-width: 768px) {
              .slid .flexslider .slides .slide .content .content-main h3 {
                font-size: 1.3rem !important; } }
          .slid .flexslider .slides .slide .content .content-main p {
            font-size: 0.9rem;
            text-align: left;
            width: 90%;
            margin: 0 auto 20px auto; }
            @media only screen and (min-width: 768px) {
              .slid .flexslider .slides .slide .content .content-main p {
                font-size: 1rem; } }
          .slid .flexslider .slides .slide .content .content-main .m-btns-container {
            border-top: solid 1px #ccc;
            background-color: #f4f4f4;
            position: relative;
            width: 100%;
            flex-direction: row; }
            .slid .flexslider .slides .slide .content .content-main .m-btns-container .m-btn {
              width: 100%;
              font-size: 0.7em;
              border-radius: 0;
              border: none;
              color: #666;
              margin-bottom: 0; }
              .slid .flexslider .slides .slide .content .content-main .m-btns-container .m-btn:nth-child(1) {
                margin-right: 0; }
              .slid .flexslider .slides .slide .content .content-main .m-btns-container .m-btn:hover {
                background-color: #dbdbdb;
                background-color: orangered;
                color: white;
                cursor: pointer;
                border: none; }
              .slid .flexslider .slides .slide .content .content-main .m-btns-container .m-btn span {
                display: block;
                font-size: 0.5rem;
                margin-top: 5px; }
            .slid .flexslider .slides .slide .content .content-main .m-btns-container a {
              width: 50%; }
              .slid .flexslider .slides .slide .content .content-main .m-btns-container a .m-btn {
                width: 100%; }
            .slid .flexslider .slides .slide .content .content-main .m-btns-container .line {
              width: 1px;
              height: 80%;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              border-left: solid 1px #ccc; }

.mobile-indicator {
  display: none;
  width: 100%;
  height: 1px; }
  @media only screen and (min-width: 768px) {
    .mobile-indicator {
      display: block; } }

.who {
  margin-top: 100px;
  width: 95%;
  margin: 100px auto;
  max-width: 1200px; }
  .who > h3 {
    margin-bottom: 85px;
    text-align: center;
    font-size: 1.3em; }
    @media only screen and (min-width: 768px) {
      .who > h3 {
        font-size: 1.8em; } }
  .who .columns {
    align-items: center;
    align-content: center;
    margin-bottom: 0 !important; }
    @media only screen and (min-width: 768px) {
      .who .columns .left {
        width: 40% !important;
        margin-right: 45px; } }
    .who .columns .left .img {
      width: 100%;
      height: 600px;
      background-color: blue;
      background: transparent url('assets/images/coc.png') no-repeat center;
      background-size: auto 100%;
      border-radius: 6px; }
    .who .columns .right {
      flex: 1;
      padding-bottom: 0 !important; }
      .who .columns .right p {
        text-align: left; }
      .who .columns .right h4 {
        text-align: center !important;
        margin: 20px 0; }
        @media only screen and (min-width: 768px) {
          .who .columns .right h4 {
            padding: 10px;
            text-align: left !important; } }
      .who .columns .right ul li {
        line-height: 1.3em;
        margin-bottom: 20px;
        font-size: 0.9em;
        list-style-type: disc;
        list-style-position: inside;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .who .columns .right ul li {
            font-size: 1.2em;
            list-style-position: outside; } }
        .who .columns .right ul li span {
          font-weight: bold; }

#faq {
  padding: 0px 0 50px 0; }
  @media only screen and (min-width: 768px) {
    #faq {
      padding: 50px 0; } }
  #faq.dark {
    background-color: #f4f4f4; }
    #faq.dark p.intro--big {
      padding-top: 0; }
  #faq.main {
    background-color: transparent;
    padding-top: 0;
    margin-top: 0; }
  #faq h3 {
    width: 90%;
    margin: auto;
    text-transform: none;
    color: #444;
    margin-bottom: 30px;
    font-size: 1em; }
    @media only screen and (min-width: 768px) {
      #faq h3 {
        margin-left: 15%;
        font-size: 1.8em;
        width: 85%; } }

.faq {
  width: 90%;
  max-width: 800px;
  margin: auto; }
  .faq .item {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .faq .item:hover .visible {
      cursor: pointer; }
      .faq .item:hover .visible h4 {
        color: #4C0503; }
      .faq .item:hover .visible .arrows div {
        border-bottom: solid 4px #4C0503; }
    .faq .item .visible {
      justify-content: space-between;
      flex-direction: row;
      align-items: flex-start; }
      .faq .item .visible h4 {
        text-transform: none;
        font-size: 0.9em;
        color: black;
        margin: 0 0 10px 0;
        flex: 1;
        font-family: "Montserrat", sans-serif;
        font-weight: normal; }
        @media only screen and (min-width: 768px) {
          .faq .item .visible h4 {
            font-size: 1.2em;
            margin: 15px;
            letter-spacing: 1px; } }
      .faq .item .visible .arrows {
        position: relative;
        width: 17px;
        height: 17px; }
        .faq .item .visible .arrows div {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 100%;
          height: 2px;
          border-bottom: solid 4px #ccc; }
          .faq .item .visible .arrows div:nth-child(1) {
            transform: rotate(90deg); }
    .faq .item .info {
      height: 0;
      overflow: hidden;
      background-color: #fff; }
      .faq .item .info p {
        font-size: 0.9em;
        width: 90%;
        margin: 0 auto 20px auto; }
        @media only screen and (min-width: 768px) {
          .faq .item .info p {
            font-size: 1.2rem; } }
        .faq .item .info p:first-child {
          padding-top: 20px; }
        .faq .item .info p:last-child {
          padding-bottom: 1px; }
    .faq .item.active .visible {
      cursor: pointer; }
      .faq .item.active .visible h4 {
        color: red; }
      .faq .item.active .visible .arrows div {
        border-bottom: solid 4px red; }
    .faq .item.active .info {
      height: 100%; }

#faq .intro {
  padding-top: 50px !important; }

p.intro {
  text-align: center;
  width: 95%;
  max-width: 800px;
  margin: 50px auto;
  font-size: 0.9em; }
  @media only screen and (min-width: 768px) {
    p.intro {
      font-size: 1.4em; } }
  p.intro span {
    display: block;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1.3em; }
    @media only screen and (min-width: 768px) {
      p.intro span {
        font-size: 1.1rem; } }
  p.intro--big {
    font-size: 1.2em; }
    @media only screen and (min-width: 768px) {
      p.intro--big {
        font-size: 1.8em; } }
    p.intro--big.mormt {
      margin-top: 60px; }
      @media only screen and (min-width: 768px) {
        p.intro--big.mormt {
          margin-top: 70px; } }

.ideal.dark {
  background-color: #F3FBFC; }

.ideal.pd {
  padding: 80px 0; }
  .ideal.pd h3 {
    margin-top: 0; }
  .ideal.pd .me-too {
    margin: 0 auto; }

.ideal h3 {
  text-align: center;
  text-transform: none;
  margin-bottom: 80px;
  margin-top: 30px;
  font-size: 1.1em;
  width: 90%;
  margin: 0 auto 80px auto; }
  @media only screen and (min-width: 768px) {
    .ideal h3 {
      font-size: 2em; } }
  .ideal h3 span {
    text-decoration: underline; }

.ideal p#get-in-prhase {
  width: 95%;
  max-width: 700px;
  margin: auto;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .ideal p#get-in-prhase {
      font-size: 1.2em; } }

section.dark {
  background-color: #F3FBFC; }

section.wp {
  padding: 10px 0; }

.me-too {
  width: 90%;
  margin: 0 auto 100px auto;
  max-width: 1000px; }
  .me-too .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 3px #cdeef2;
    align-items: flex-start;
    align-content: flex-start; }
    .me-too .item:last-child {
      border-bottom: solid 0px #ccc;
      padding-bottom: 0;
      margin-bottom: 0; }
    .me-too .item .segment {
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) {
        .me-too .item .segment {
          margin-bottom: 0;
          width: 40%;
          margin-right: 40px; } }
      .me-too .item .segment p {
        font-weight: bold;
        font-size: 1em;
        padding-left: 20px;
        position: relative;
        color: #555; }
        @media only screen and (min-width: 768px) {
          .me-too .item .segment p {
            padding-left: 0;
            text-align: right;
            font-size: 1.2em; } }
        .me-too .item .segment p:after {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0px;
          top: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 0 10px 13px;
          border-color: transparent transparent transparent lightblue; }
          @media only screen and (min-width: 768px) {
            .me-too .item .segment p:after {
              left: -10px; } }
    .me-too .item .reason {
      flex: 1; }
      .me-too .item .reason p {
        font-size: 0.9em; }
        @media only screen and (min-width: 768px) {
          .me-too .item .reason p {
            font-size: 1.1em; } }

.get-in h3 {
  font-size: 1.1em;
  width: 95%;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .get-in h3 {
      font-size: 1.8em; } }

.pack {
  width: 95%;
  max-width: 550px;
  margin: 50px auto 50px auto;
  background-color: #fff;
  padding-top: 30px;
  border-radius: 6px;
  border: solid 1px #ccc;
  box-shadow: 0 0 53px 0 rgba(0, 0, 0, 0.3); }
  .pack .row {
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 20px;
    padding: 0 30px; }
    .pack .row--price {
      background-color: #f4f4f4;
      margin-bottom: 0;
      padding: 20px;
      align-items: center;
      align-content: center; }
      .pack .row--price .text {
        flex: auto; }
        .pack .row--price .text.main {
          font-weight: bold; }
      .pack .row--price .price {
        width: fit-content;
        font-size: 1.4em;
        font-weight: bold;
        color: #777; }
        .pack .row--price .price--stroke {
          text-decoration: line-through; }
        .pack .row--price .price.big {
          font-size: 2.4rem;
          color: black; }
          .pack .row--price .price.big span {
            font-size: 1.3rem; }
        .pack .row--price .price span {
          display: block;
          font-size: 1rem;
          margin-top: 10px; }
    .pack .row--btn > div {
      width: 100%;
      text-align: center !important;
      font-weight: normal !important; }
    .pack .row--btn .text {
      margin-bottom: 20px !important; }
      .pack .row--btn .text span {
        font-weight: bold; }
    .pack .row--btn .m-btns-container {
      justify-content: center; }
    .pack .row--btn .note {
      font-size: 0.7em;
      margin-top: 15px;
      width: 95%;
      margin: 15px auto;
      padding-bottom: 15px;
      border-bottom: solid 1px #ccc;
      line-height: 1.3em; }
      @media only screen and (min-width: 768px) {
        .pack .row--btn .note {
          font-size: 0.9em;
          width: 80%; } }
    .pack .row .icon {
      width: 40px;
      height: 40px;
      margin-right: 20px;
      margin: 0 auto 20px auto; }
      @media only screen and (min-width: 768px) {
        .pack .row .icon {
          margin: 0 20px 0 0; } }
      .pack .row .icon svg {
        width: 100% !important;
        height: auto !important; }
    .pack .row .text {
      flex: 1;
      text-align: left;
      font-size: 0.9em;
      line-height: 1.3em;
      text-align: justify; }
      @media only screen and (min-width: 768px) {
        .pack .row .text {
          font-size: 1.1em; } }

.icons-last {
  flex-direction: row; }
  .icons-last .item {
    width: 48%;
    margin: 0 1%;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .icons-last .item {
        width: 31.3%;
        margin: 0 1%; } }
    .icons-last .item .ic {
      width: 40px;
      height: 40px;
      margin: auto; }
      @media only screen and (min-width: 768px) {
        .icons-last .item .ic {
          width: 60px;
          height: 60px; } }
      .icons-last .item .ic svg {
        width: 100% !important;
        height: auto !important;
        fill: #777; }
    .icons-last .item .txt {
      margin-top: 10px;
      color: #777;
      font-size: 0.8em; }
      @media only screen and (min-width: 768px) {
        .icons-last .item .txt {
          font-size: 1em; } }

.rem {
  font-size: 0.8rem !important; }

.aj {
  margin-left: 10px; }

.iframe-container {
  position: relative; }
  .iframe-container .hide {
    width: 103%;
    height: 100px;
    background-color: white;
    bottom: 0;
    right: -3px;
    z-index: 100;
    position: absolute; }
    @media only screen and (min-width: 768px) {
      .iframe-container .hide {
        height: 130px; } }
  .iframe-container .get-in-text {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0px;
    padding: 23px 0;
    background-color: #fff;
    font-size: 2em;
    text-align: center;
    z-index: 100; }

#zoom-meeting-iframe {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 1248px; }
  @media only screen and (min-width: 768px) {
    #zoom-meeting-iframe {
      height: 1303px; } }

.macbook {
  padding: 2% 6%;
  margin: 0 auto;
  max-width: 950px;
  overflow: hidden; }

.screen {
  background: #000;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  margin: 0 auto;
  /* for aspect ratio */
  position: relative;
  width: 80%; }

.screen:before {
  border: 2px solid #cacacc;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  content: "";
  display: block;
  /* for aspect ratio ~67:100 */
  padding-top: 62%; }

.screen:after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  padding-top: 1%;
  width: 99%; }

.viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4.3% 3.2%;
  background: #333;
  background: transparent url('assets/images/bg-call.jpg') no-repeat center;
  background-size: cover; }

.base {
  /* for aspect ratio */
  position: relative;
  width: 100%; }

.base:before {
  content: "";
  display: block;
  /* for aspect ratio ~33:1000*/
  padding-top: 3.3%;
  /* stylin */
  background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4B4B4F 84%, #262627 89%, rgba(0, 0, 0, 0.01) 98%);
  border-radius: 0 0 10% 10%/ 0 0 50% 50%; }

.base::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  height: 53%;
  position: absolute;
  top: 0;
  width: 100%; }

.notch {
  background: #ddd;
  border-radius: 0 0 7% 7% / 0 0 95% 95%;
  box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.5%;
  z-index: 2;
  /* for aspect ratio */
  position: relative;
  width: 14%; }

.notch:before {
  content: "";
  display: block;
  /* for aspect ratio ~1:10 */
  padding-top: 10%; }

/* Screenshot Hover Scroll Additions
-------------------------------------------------------------- */
.macbook .viewport {
  transition: background-position 3s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer; }

.macbook .viewport:after {
  background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.2) 75%, transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.ebbok-offer {
  max-width: 900px;
  margin: 100px auto 75px auto;
  width: 95%;
  align-items: stretch;
  align-content: stretch;
  background-color: #f4f4f4;
  border-radius: 6px; }
  @media only screen and (min-width: 768px) {
    .ebbok-offer {
      margin: 100px auto 100px auto; } }
  .ebbok-offer .ebook-image {
    width: 220px;
    margin: 0px auto;
    position: relative;
    height: 180px; }
    @media only screen and (min-width: 768px) {
      .ebbok-offer .ebook-image {
        margin-bottom: 0;
        height: auto;
        margin-right: 10px;
        margin-left: 30px;
        width: 300px; } }
    .ebbok-offer .ebook-image .img {
      width: 80%;
      height: 250px;
      background: transparent url('assets/images/ebook.png') no-repeat center;
      background-size: contain;
      position: absolute;
      bottom: 0;
      left: 10%;
      box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); }
      @media only screen and (min-width: 768px) {
        .ebbok-offer .ebook-image .img {
          bottom: auto;
          top: 50%;
          height: 342px;
          transform: translate(0, -50%); } }
  .ebbok-offer .text {
    flex: 1;
    padding: 20px; }
    .ebbok-offer .text .note {
      font-size: 0.8em; }
      .ebbok-offer .text .note span {
        font-weight: bold;
        color: black; }
    .ebbok-offer .text p {
      position: relative; }
      .ebbok-offer .text p.main {
        padding-left: 15px; }
        .ebbok-offer .text p.main:after {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          left: -10px;
          top: 50%;
          transform: translate(0, -50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 0 10px 13px;
          border-color: transparent transparent transparent red; }
    .ebbok-offer .text h3 {
      text-transform: none;
      margin-bottom: 15px;
      font-size: 1.2em;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .ebbok-offer .text h3 {
          font-size: 1.7em;
          text-align: left; } }

.slide-cont {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: 120% auto;
  background-position: top;
  position: relative; }
  .slide-cont > h3 {
    margin: auto;
    width: fit-content;
    text-align: center;
    text-transform: none;
    font-size: 1.1em; }
    @media only screen and (min-width: 768px) {
      .slide-cont > h3 {
        font-size: 1.7em; } }

#included {
  width: 95%;
  margin: auto;
  max-width: 600px;
  padding: 50px 0;
  background-color: transparent;
  border: none;
  position: relative; }
  #included .slides {
    height: auto; }
  #included .slide {
    padding: 0 20px;
    margin-bottom: 30px; }
    #included .slide .content {
      width: 100%;
      height: 100%; }
      #included .slide .content .content-main {
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 15px;
        position: relative;
        padding: 20px;
        box-shadow: 0 15px 38px rgba(0, 0, 0, 0.3); }
        #included .slide .content .content-main .title {
          padding-left: 60px;
          min-height: 80px;
          justify-content: flex-start;
          width: 100%; }
          #included .slide .content .content-main .title h3 {
            text-transform: none;
            font-size: 1.3em;
            font-size: 1em; }
            @media only screen and (min-width: 768px) {
              #included .slide .content .content-main .title h3 {
                font-size: 1.3em; } }
          #included .slide .content .content-main .title .icon {
            position: absolute;
            left: 0;
            top: 0;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #4C0503;
            transform: translate(-25%, 20px);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
            font-size: 2.3em;
            color: white; }
            #included .slide .content .content-main .title .icon svg {
              width: 40px;
              height: 40px;
              fill: white !important; }
        #included .slide .content .content-main p {
          padding-left: 30px; }

.info-about {
  background-color: #F3FBFC;
  width: 100%;
  margin: auto;
  padding: 20px;
  border-radius: 6px;
  border: solid 1px #ccc;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .info-about {
      width: fit-content; } }
  .info-about .item {
    font-size: 0.9em; }
    @media only screen and (min-width: 768px) {
      .info-about .item {
        margin-right: 30px;
        font-size: 1.2em; } }
    .info-about .item:last-child {
      margin-right: 0; }
    .info-about .item span {
      font-weight: bold; }

.overlay-single {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: none; }
  .overlay-single:hover {
    cursor: pointer; }
  .overlay-single.show {
    display: block; }
  .overlay-single div {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s ease; }
    .overlay-single div.show {
      opacity: 1;
      transition: all 0.3s ease; }

.overlay-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: none; }
  .overlay-content.show {
    display: block; }
  .overlay-content .content {
    width: 95%;
    max-width: 700px;
    margin: 40px auto;
    border-radius: 6px;
    height: auto;
    padding: 30px 3%;
    background-color: #fff;
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(20px); }
    @media only screen and (min-width: 768px) {
      .overlay-content .content {
        margin: 80px auto; } }
    .overlay-content .content.show {
      opacity: 1;
      transition: all 0.3s ease;
      transform: translateY(0px); }
    .overlay-content .content .close {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 2rem;
      font-family: Verdana;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .overlay-content .content .close {
          font-size: 2em; } }
      .overlay-content .content .close:hover {
        cursor: pointer;
        color: red; }
    .overlay-content .content h2 {
      text-align: center; }
    .overlay-content .content p.inst {
      font-size: 1.1em; }
    .overlay-content .content .m-btns-container {
      justify-content: center;
      margin-top: 30px; }
    .overlay-content .content .formulario {
      margin-top: 0;
      background-color: #f4f4f4;
      border-radius: 6px;
      border: solid 1px #ccc; }
      .overlay-content .content .formulario .disclaimer {
        font-size: 0.8em;
        margin: 0; }
    .overlay-content .content .testi {
      padding-top: 40px; }
      .overlay-content .content .testi h6 {
        font-size: 1.3em;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #ccc;
        color: red; }
      .overlay-content .content .testi p span {
        display: block;
        font-weight: bold;
        margin-top: 15px; }
    .overlay-content .content img {
      width: 100%;
      height: auto;
      display: block;
      margin: auto; }
    .overlay-content .content p {
      width: 95%;
      margin: 25px auto; }
      @media only screen and (min-width: 768px) {
        .overlay-content .content p {
          width: 80%; } }
      .overlay-content .content p.special {
        text-align: center;
        font-size: 1em; }
        @media only screen and (min-width: 768px) {
          .overlay-content .content p.special {
            font-size: 1.15em; } }
    .overlay-content .content h3 {
      text-align: center;
      width: 90%;
      margin: 10px auto 0 auto;
      max-width: 800px;
      font-size: 1.3em; }
      @media only screen and (min-width: 768px) {
        .overlay-content .content h3 {
          font-size: 1.1em; } }
      .overlay-content .content h3 span {
        color: red; }
    .overlay-content .content h4 {
      text-align: center;
      width: 90%;
      margin: 10px auto 0 auto;
      max-width: 800px;
      font-size: 1.1em; }
      @media only screen and (min-width: 768px) {
        .overlay-content .content h4 {
          font-size: 1.8em; } }
      .overlay-content .content h4 span {
        color: red; }
  .overlay-content--video {
    width: 90%;
    height: 220px;
    overflow-y: visible;
    position: fixed;
    max-width: 1100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001; }
    @media only screen and (min-width: 768px) {
      .overlay-content--video {
        height: 80vh; } }
    .overlay-content--video .content {
      width: 100%;
      max-width: none;
      margin: 0;
      border-radius: 6px;
      height: 100%;
      padding: 0;
      background-color: #fff;
      position: relative;
      opacity: 0;
      transition: all 0.3s ease;
      transform: translateY(20px); }
      .overlay-content--video .content iframe {
        width: 100%;
        height: 100%; }
      .overlay-content--video .content .close {
        transform: translateY(-30px);
        color: white; }

.logo-lan {
  width: 150px;
  height: 30px;
  margin: 15px auto;
  background: transparent url('assets/images/cocasev.gif') no-repeat center;
  background-size: 100% auto; }
  @media only screen and (min-width: 768px) {
    .logo-lan {
      width: 300px;
      height: 40px;
      margin: 30px auto 0 auto; } }
  .logo-lan.index {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.woocommerce div.product {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  width: 95%;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .woocommerce div.product {
      flex-direction: row; } }
  .woocommerce div.product > div {
    float: none !important; }
  .woocommerce div.product .entry-summary {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .woocommerce div.product .entry-summary {
        text-align: left; } }
  .woocommerce div.product .product_title {
    font-size: 1.2em; }
    @media only screen and (min-width: 768px) {
      .woocommerce div.product .product_title {
        font-size: 1.7em; } }

.woocommerce div.product form.cart {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .woocommerce div.product form.cart {
      text-align: left; } }
  .woocommerce div.product form.cart .button {
    float: none !important; }
  .woocommerce div.product form.cart .quantity {
    float: none !important;
    margin-bottom: 20px !important; }

.ywcnp_suggest_label {
  display: none; }

.ywcnp_suggest_price_single label {
  display: block; }

#ywcnp_suggest_price_single {
  padding: 10px;
  font-size: 1.2em; }

#checkout-wrapper {
  width: 95%;
  max-width: 600px;
  height: auto;
  padding: 0;
  overflow: hidden;
  margin: 40px auto;
  border-radius: 10px;
  border: solid 1px #ccc;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    #checkout-wrapper {
      margin: 40px auto 70px auto; } }

.check-h {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media only screen and (min-width: 768px) {
    .check-h {
      font-size: 1.5em;
      margin-top: 90px; } }

.woocommerce-privacy-policy-text p {
  margin-bottom: 20px; }

#billing_last_name_field {
  width: 100% !important; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
#order_review,
.woocommerce form.checkout_coupon {
  float: none;
  width: 92%;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
    #order_review,
    .woocommerce form.checkout_coupon {
      width: 96%; } }

.woocommerce-info {
  border-top-color: #4C0503; }

.woocommerce-info:before {
  color: #4C0503; }

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #4C0503; }

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: red !important; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: red !important; }

.woocommerce-info a {
  color: #666; }
  .woocommerce-info a:hover {
    color: #4C0503; }

.woocommerce form .form-row select {
  padding: 12px 10px; }

.woocommerce-error {
  border-top-color: blue; }

.woocommerce-error::before {
  color: blue; }

.woocommerce form.checkout_coupon {
  margin-bottom: 40px; }

#checkout-wrapper > div > div:nth-child(1) > a:hover,
#checkout-wrapper > div > div:nth-child(3) > a:hover {
  color: black; }

#customer_details > div.col-1 {
  margin-bottom: 20px; }

#customer_details > div.col-1 > div > h3,
#customer_details > div.col-2 > div > h3,
#order_review_heading {
  font-size: 1em;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0px; }

#customer_details > div.col-1 > div > h3 {
  padding-bottom: 20px; }

#customer_details > div.col-2 > div > h3,
#order_review_heading {
  margin: 0 auto 30px auto; }

#billing_first_name_field {
  float: none;
  width: 100%; }

#checkout-wrapper > div > form.checkout_coupon.woocommerce-form-coupon > p:nth-child(1) {
  padding-bottom: 20px;
  text-align: center; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  float: none;
  background-color: #4C0503;
  padding: 18px 3%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.9em; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px; }

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  margin: 10px; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: rgba(41, 171, 226, 0.9); }

.woocommerce form .form-row .required {
  color: #4C0503; }

.select2-container .select2-selection--single {
  height: auto; }

#billing_state_field > span > span.selection > span {
  min-height: 39px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  padding-bottom: 5px; }

#order_review > table > tfoot > tr.order-total {
  color: #4C0503;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    #order_review > table > tfoot > tr.order-total {
      font-size: 1.3em; } }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: white; }

#payment > ul > li.wc_payment_method > label {
  color: black;
  font-weight: bold; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  margin-bottom: 0 !important; }

#payment > div {
  margin: 0;
  padding: 30px 3%; }

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 30px 3%; }

.paypal-button.paypal-button-color-blue {
  box-shadow: 2px 2px rgba(0, 0, 0, 0.7); }

.woocommerce-cart header,
.woocommerce-checkout header {
  height: auto;
  padding-top: 100px; }
  .woocommerce-cart header h1,
  .woocommerce-checkout header h1 {
    text-align: center; }

.woocommerce-checkout .woocommerce {
  background-color: #fff; }
  .woocommerce-checkout .woocommerce .woocommerce-checkout {
    background-color: #fff; }

#checkout-wrapper {
  width: 95%;
  max-width: 600px;
  height: auto;
  padding: 0;
  overflow: hidden;
  margin: 40px auto;
  border-radius: 10px;
  border: solid 1px #ccc;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    #checkout-wrapper {
      margin: 40px auto 70px auto; } }

.check-h {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media only screen and (min-width: 768px) {
    .check-h {
      font-size: 1.5em;
      margin-top: 90px; } }

.woocommerce-privacy-policy-text p {
  margin-bottom: 20px; }

#billing_last_name_field {
  width: 100% !important; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
#order_review,
.woocommerce form.checkout_coupon {
  float: none;
  width: 92%;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
    #order_review,
    .woocommerce form.checkout_coupon {
      width: 96%; } }

.woocommerce-info {
  border-top-color: #4C0503; }

.woocommerce-info:before {
  color: #4C0503; }

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: blue; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: #4C0503; }

.woocommerce-info a {
  color: #666; }
  .woocommerce-info a:hover {
    color: #4C0503; }

.woocommerce-error {
  border-top-color: blue; }

.woocommerce-error::before {
  color: blue; }

.woocommerce form.checkout_coupon {
  margin-bottom: 40px; }

#checkout-wrapper > div > div:nth-child(1) > a:hover,
#checkout-wrapper > div > div:nth-child(3) > a:hover {
  color: black; }

#customer_details > div.col-1 {
  margin-bottom: 20px; }

#customer_details > div.col-1 > div > h3,
#customer_details > div.col-2 > div > h3,
#order_review_heading {
  font-size: 1em;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0px; }

#customer_details > div.col-1 > div > h3 {
  padding-bottom: 20px; }

#customer_details > div.col-2 > div > h3,
#order_review_heading {
  margin: 0 auto 30px auto; }

#billing_first_name_field {
  float: none;
  width: 100%; }

#checkout-wrapper > div > form.checkout_coupon.woocommerce-form-coupon > p:nth-child(1) {
  padding-bottom: 20px;
  text-align: center; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  float: none;
  background-color: #4C0503;
  padding: 18px 3%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.9em; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px; }

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  margin: 10px; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: rgba(41, 171, 226, 0.9); }

.woocommerce form .form-row .required {
  color: #4C0503; }

.select2-container .select2-selection--single {
  height: auto; }

#billing_state_field > span > span.selection > span {
  min-height: 39px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  padding-bottom: 5px; }

#order_review > table > tfoot > tr.order-total {
  color: #4C0503;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    #order_review > table > tfoot > tr.order-total {
      font-size: 1.3em; } }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: white; }

#payment > ul > li.wc_payment_method > label {
  color: black;
  font-weight: bold; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  margin-bottom: 0 !important; }

#payment > div {
  margin: 0;
  padding: 30px 3%; }

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 30px 3%; }

.paypal-button.paypal-button-color-blue {
  box-shadow: 2px 2px rgba(0, 0, 0, 0.7); }

.woocommerce-cart,
.woocommerce-checkout {
  background-color: #f4f4f4; }
  .woocommerce-cart header,
  .woocommerce-checkout header {
    padding-bottom: 20px; }
    .woocommerce-cart header h1,
    .woocommerce-checkout header h1 {
      text-align: center;
      font-size: 1.2em !important;
      margin: 30px auto 20px auto !important; }
      @media only screen and (min-width: 768px) {
        .woocommerce-cart header h1,
        .woocommerce-checkout header h1 {
          margin: 80px auto 40px auto !important;
          font-size: 1.6em !important; } }
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto; }
    .woocommerce-cart .woocommerce .woocommerce-cart-form,
    .woocommerce-checkout .woocommerce .woocommerce-cart-form {
      background-color: #fff; }
    .woocommerce-cart .woocommerce .cart_totals .shop_table,
    .woocommerce-checkout .woocommerce .cart_totals .shop_table {
      background-color: #fff; }
    .woocommerce-cart .woocommerce .cart_totals h2,
    .woocommerce-checkout .woocommerce .cart_totals h2 {
      font-size: 1.2em;
      margin-bottom: 10px;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .woocommerce-cart .woocommerce .cart_totals h2,
        .woocommerce-checkout .woocommerce .cart_totals h2 {
          text-align: left;
          font-size: 1.6em; } }
    .woocommerce-cart .woocommerce a.button.alt,
    .woocommerce-checkout .woocommerce a.button.alt {
      background-color: #4C0503; }
      .woocommerce-cart .woocommerce a.button.alt:hover,
      .woocommerce-checkout .woocommerce a.button.alt:hover {
        background-color: #1b0201; }

.woocommerce-checkout .woocommerce {
  max-width: 600px;
  border: solid 1px #ccc;
  border-radius: 6px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden; }

.woocommerce-checkout #primary,
.woocommerce-cart #primary {
  margin-top: 0; }
  .woocommerce-checkout #primary header,
  .woocommerce-cart #primary header {
    padding: 70px 0 0 0; }

.only-mex-installments {
  padding: 20px;
  background-color: #f4f4f4;
  margin-bottom: 15px;
  line-height: 1.3em; }
  .only-mex-installments span {
    color: red;
    font-weight: bold; }
  .only-mex-installments strong {
    color: black;
    font-weight: bold; }

.img-product-checkout {
  width: 95%;
  max-width: 800px !important;
  height: auto;
  margin: 0 auto 40px auto;
  display: block; }

.exppp {
  width: 95%;
  max-width: 600px;
  margin: auto; }
  .exppp strong {
    margin-bottom: 20px;
    display: block;
    font-size: 0.8em; }
    @media only screen and (min-width: 768px) {
      .exppp strong {
        font-size: 1em; } }
  .exppp h6 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.3em; }
