/* =============================
Estilos de parallels
============================= */

/* ------ Generales ----- */

*[class*="section-"] {
  padding: 40px 0;
}

.flex {
  display: flex;
}

p {
  line-height: 1.5;
  font-size: 14px !important;
}

/* =============================
    1.  Parallels RAS
============================= */

/* ------ Section about ----- */

.ras-section-about {
  background: linear-gradient(
    0deg,
    #f0f7fd 0,
    #f0f7fd 65px,
    #0c2742 65px,
    #0c2742 100%
  );
  padding-top: 70px;
  padding-bottom: 40px;
}

.ras-section-about > .container > .left-info {
  width: 100%;
  margin: -40px 0 0 -250px;
  padding: 0;
}

.ras-section-about > .container > .right-info > img {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ras-section-about > .container > .right-info > h1 {
  color: white;
  font-weight: 600;
  font-size: 45px;
}

.ras-section-about > .container > .right-info > p {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
}

.ras-section-about > .container > .right-info > div {
  margin-top: 40px;
  margin-bottom: 30px;
  width: auto;
  height: auto;
}

.btn-contact {
  color: white;
  height: 25px;
  border: 2px solid #fff;
  padding: 12px 24px;
  min-width: 150px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-decoration: none;
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.btn-contact:hover {
  color: #0c2742;
  background-color: white;
  text-decoration: none;
}

/* ------ Section lifestyle ----- */

.section-lifestyle {
  background-color: #f0f7fd;
  padding-bottom: 0px;
}

.section-lifestyle > .container > .text > h2 {
  text-align: center;
  color: #0c2742;
  font-weight: 600;
}

.section-lifestyle > .container > .text > h4 {
  text-align: center;
  color: #0c2742;
}

.section-lifestyle > h2 {
  font-weight: 600;
}

/* ------ Section Secure Access ----- */

.section-secure-access {
  background-color: #f0f7fd;
}

.figures {
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
}

.figures figure {
  flex-basis: 20%;
}

.figures img {
  height: 85px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}

/* ------ Section freedom ----- */

.section-freedom {
  background-color: #f2f8fd;
}

.section-freedom > .flex {
  justify-content: flex-end;
}

.section-freedom > .flex .row {
  width: 50%;
}

.section-freedom > .flex h2 {
  color: #0c2742;
  font-weight: 600;
}

.section-freedom > .flex h3 {
  font-weight: 400;
  font-size: 22px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.web-icons {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  font-size: 12px;
  margin-top: 40px;
  gap: 20px;
}
.web-icons a {
  text-decoration: none;
}

.web-icons p {
  margin: 11px 0 0 11px;
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #0a0a0a;
}

/* ------ Section Accordion ----- */

.section-accordion {
  margin: 50px 50px -100px 50px;
}

/* =============================
    2. Parallels Awingu
============================= */

.awingu-section-about {
  background: linear-gradient(
    0deg,
    #f0f7fd 0,
    #f0f7fd 40px,
    #fff 40px,
    #fff 100%
  );
}

.awingu-section-about h1 {
  font-weight: 600 !important;
  color: #0c2742 !important;
}

.awingu-section-about a {
  color: #076ce8;
}

.awingu-section-about strong {
  color: #0c2742;
}

.awingu-section-about a.btn-contact {
  color: #0c2742;
  border-color: #0c2742;
}

.awingu-section-about a.btn-contact:hover {
  color: white;
  background-color: #0c2742;
}

.section-whatis,
.section-usecases {
  background-color: #f0f7fd;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 40px;
}

.h2 {
  color: #0c2742;
  text-align: center;
  font-weight: 600;
}

.section-whatis {
  margin-top: -80px;
}

.section-whatis .ventajas-parallels {
  width: 30%;
}

.section-whatis .img-boxing {
  width: 55%;
}

.info-parallels li {
  font-weight: 600;
}

.section-info,
.section-usecases.container {
  display: flex;
  flex-direction: row;
  align-content: center;
}

.about-parallels {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.info-parallels {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 30px 30px;
  align-items: center;
}

.ventajas-parallels {
  width: 30%;
}

.section-security {
  display: flex;
  margin: 40px;
  align-items: center;
}

.section-learn {
  flex-direction: row-reverse;
}

.left-info {
  width: 40%;
}

.right-info {
  width: 60%;
  margin-left: 60px;
  padding: 40px;
}

.usecases-box {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.panel.panel-simple {
  border-radius: 15px;
  border: 1px solid #a4b3be;
  text-align: center;
  overflow: hidden;
  margin: 0;
  height: 100%;
  background-color: white;
}

.panel.panel-simple .panel-body {
  padding: 20px 30px 0;
  height: 100%;
}

.h2-awingu {
  color: #0c2742;
  font-size: 25px;
}

.flex.no-flex-xs.row {
  margin-right: -15px;
  margin-left: -15px;
}

.flex-direction {
  flex-direction: row-reverse;
}

.col-xs-12 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex img {
  max-width: 100%;
}

.btn-line,
.buttons {
  margin-top: 32px;
}

.btn-info {
  background: 0 0;
  color: #000 !important;
  border: 2px solid #000;
  margin-left: -20px;
}

.btn,
.button a.btn,
.buttons a.btn {
  text-decoration: none;
  padding: 12px 24px;
  line-height: 1;
  min-width: 150px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: 12px;
}

/* =============================
    3. Parallels Desktop
============================= */

/* ----- Section about ------ */

.desktop-hero {
  background: #1d1d1d;
  padding-top: 40px;
}

.desktop-hero .right-info {
  margin-left: 20px;
  width: 75%;
}

.desktop-hero h1 {
  font-size: 36px !important;
  line-height: 1.2;
  margin-top: 0;
}

.desktop-hero h3 {
  color: white;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
}

.desktop-hero p {
  font-size: 17px !important;
  text-align: left;
}

.section-whatsnew {
  width: 100%;
  background-color: #000;
  padding: 25px 0;
  margin-top: -40px;
  color: white;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

.section-whatsnew a {
  color: #7cbdff;
  font-weight: 800;
}

.section-whatsnew a:hover {
  color: #7cbdff;
}

a.btn-video {
  margin-left: 12px;
  font-weight: 500;
}

.section-whatsnew p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.visible-xs {
  display: none !important;
}

.section-whatsnew .row {
  margin: 0;
}

/* ----- Section users ------ */

.section-users,
.section-features,
.section-sys-req {
  background: #1d1d1d;
}

.justify-content {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: nowrap;
}

.section-users .row {
  margin-left: -15px;
  margin-right: -15px;
}

.card-box {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.section-users .card {
  background-color: #2b2b2b;
  border-radius: 20px;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 450px;
  width: 250px;
  padding: 0 2em;
  margin: auto;
}

.section-users h3 {
  color: #fff;
}

.section-users p {
  color: #fff;
}

.section-users img {
  width: 80px;
  height: 80px;
}

.section-features h2 {
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.section-features {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}
.sf-img {
  width: 90%;
  margin-top: 40px;
}

.sf-img img {
  max-width: 100% !important;
  height: auto !important;
}

/* ----- Section sys-req ------ */

.section-sys-req h3 {
  color: #fff;
}

.section-sys-req p {
  text-align: justify;
}
.section-sys-req .row.intro {
  display: flex;
  justify-content: center;
}

.section-sys-req .row.intro h2 {
  color: #fff;
  font-weight: 600;
}

.section-sys-req .nav-pills > .active > a {
  color: #ffffff;
  background-color: #1163fa;
  border-radius: 30px;
}

#pills-min-tech h3 {
  color: #fff;
  font-weight: 400;
}

.section-features .nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
  color: #fff;
}

.tab-content > .tab-pane {
  background: #1d1d1d;
  border: 0px solid #e9e9e9;
  padding: 20px;
  overflow: hidden;
}

#pills-best-tech {
  color: #fff;
  font-weight: bold;
}

#pills-min-tech h3,
#pills-best-tech h3 {
  color: #fff;
  font-weight: 400;
}

#pills-min-tech p {
  color: #fff;
  font-weight: bold;
}

a.show-more.collapsed:hover {
  color: #1858cf;
  font-weight: 600;
  display: block;
  background-color: #c5e6fa;
  padding-top: 10px;
  height: 30px;
  width: 350px;
  border-radius: 40px;
}

a.show-more:focus {
  color: #accffa;
}

.section-sys-req .collapse {
  color: #fff;
}

.tech-additional a {
  color: #7cbdff;
}

.tech-additional a:hover {
  color: #dae6f3;
}

.tech-add-content {
  margin-top: 75px;
}

.section-sys-req .tech-additional ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.section-sys-req .tech-additional .tech-add-content ul li {
  margin-bottom: 5px;
}
.section-sys-req .tech-additional .tech-add-content li {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.section-sys-req .tech-additional .tech-add-content li::before {
  content: "\2022";
  color: #3094ff;
  display: inline-block;
  width: 1.25em;
  margin-left: -1.8em;
  font-size: 30px;
}

.section-sys-req .tech-additional .tech-add-content .toggle-link.readmore {
  margin-top: 14px;
  margin-left: -13em;
  margin-bottom: 3em;
  display: inline-block;
}

/* =============================
    4.  Media Queries
============================= */
@media (min-width: 1200px) {
  .section-accordion {
    margin: 50px 0 -100px 0;
  }

  .section-sys-req .row {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1198px) {
  .section-secure-access > .container > .row {
    margin-left: 0;
  }

  .figures {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-accordion {
    height: auto;
  }

  .container {
    padding: 0 !important;
  }

  .section-accordion > .container > .row > .span12 > .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  iframe {
    width: 460px;
    margin-bottom: 20px;
  }

  .section-accordion > .container > .row > .span12 > .row > .span6 > .span12 {
    width: 400px !important;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .container {
    padding: 0 !important;
  }

  .section-secure-access > .container > .row {
    display: flex;
    align-items: stretch;
  }

  .figures {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .figures figure div {
    display: flex;
    justify-content: center;
  }

  .section-accordion > .container > .row {
    width: 100%;
    margin: 0;
  }

  iframe {
    width: 90%;
    height: auto;
    margin-bottom: 50px;
  }

  .section-accordion > .container > .row > .span12 {
    max-width: 90%;
    margin: 0;
  }

  .section-accordion > .container > .row > .span12 > .row > .span6 > .span12 {
    width: 90% !important;
    max-width: 400px;
    text-align: left;
  }

  .section-accordion > .container > .row > .span12 > .row > .span6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    margin-bottom: 50px;
  }

  .section-accordion > .container > .row > .span12 > .row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .section-accordion > .container > .row > .span12 > .row > .span6 {
    margin: 0 !important;
  }

  .accordion {
    margin: 0;
    max-width: 80%;
  }

  /* AWINGU */

  .about-parallels {
    align-items: center;
  }

  .info-parallels {
    flex-direction: column;
    width: 90%;
    justify-content: center;
  }

  .section-whatis .ventajas-parallels {
    width: 100%;
    margin-bottom: 5%;
  }

  .section-whatis .img-boxing {
    width: 100%;
    align-self: center;
  }
}

@media only screen and (max-width: 767px) {
  /* ----- General ---- */

  .container {
    padding: 0 !important;
  }

  footer .container {
    padding: 0 40px !important;
  }

  /*Ras section */

  .ras-section-about > .container > .left-info {
    margin: -40px;
  }

  .ras-section-about > .container > .right-info {
    width: auto;
    height: auto;
    margin: auto;
  }

  .btn-contact {
    display: block;
    width: 90%;
    align-self: center;
  }

  /* Lifestyle sesction */

  .section-lifestyle h2 {
    font-size: 20px;
    padding: 0 20px;
    text-align: justify !important;
  }

  .section-lifestyle h4 {
    margin: 0 20px;
    font-size: 14px;
    text-align: justify !important;
  }

  /* Secure access sesction */

  .figures {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
  }

  .figures figure {
    flex-basis: 100%;
  }

  .figures figure div {
    display: flex;
    justify-content: center;
  }

  .figures h3,
  p {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
  }

  .figures p {
    font-size: 16px;
    text-align: justify;
  }

  /* Freedom sesction */

  .section-freedom {
    margin-top: -5%;
  }

  .section-freedom > .flex .row {
    width: 90%;
    padding: 0 40px;
    margin: 0;
  }

  .web-icons {
    flex-wrap: wrap;
    width: auto;
    height: auto;
    margin-top: 40px;
    align-items: center;
    gap: 5px;
  }

  .web-icons p {
    font-size: 10px;
  }

  iframe {
    width: auto;
    height: auto;
  }

  /* Accordion sesction */

  .accordion-inner p {
    text-align: left;
  }

  /* =============================
        Parallels Awingu
============================= */

  /* ------ Section security ----- */

  .section-security {
    justify-content: center;
  }

  .section-security .right-info {
    margin-left: 0 !important;
    text-align: center;
  }

  .section-security p {
    font-size: 14px;
  }

  .section-info h3 {
    font-size: 18px;
  }

  .section-learn .right-info {
    margin-left: 0;
  }

  .section-learn .col-xs-12 {
    padding-left: 0;
  }

  .section-whatis .ventajas-parallels {
    width: 100%;
    margin-bottom: 5%;
  }

  .section-whatis .img-boxing {
    width: 100%;
    align-self: center;
  }

  /* =============================
        Parallels Desk
============================= */
  .section-users .card {
    align-items: center;
  }

  .section-features h2 {
    font-size: 24px;
  }

  .section-sys-req .row.intro h2 {
    color: #fff;
    font-weight: 600;
    text-align: center;
  }

  .section-sys-req .nav.nav-pills {
    background-color: #0d0d0d;
    color: #cbcbcb;
    border-radius: 40px;
    display: block;
    width: 58%;
    margin-left: 22%;
  }
}

/* @media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
} */

@media (max-width: 385px) {
  .section-sys-req .nav.nav-pills {
    background-color: #0d0d0d;
    color: #cbcbcb;
    border-radius: 40px;
    display: block;
    width: 225px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .flex.row-awingu {
    margin-left: 0;
    margin-right: 0;
  }

  .flex.no-flex-xs {
    display: block;
  }

  .visible-xs {
    display: block !important;
  }

  .h1,
  h1 {
    font-size: 30px;
  }

  .col-sm-6 {
    width: auto;
    margin: 0 20px;
  }

  .btn.btn-xs {
    margin-right: auto;
    margin-left: auto;
    width: 85%;
  }
  .info-parallels {
    flex-direction: column;
  }

  .ventajas-parallels {
    width: 100%;
    margin-bottom: 10%;
  }

  .img-boxing {
    width: 100%;
    align-self: center;
  }

  .flex {
    flex-direction: column;
  }

  .left-info,
  .right-info {
    width: 90%;
    align-self: center;
  }

  .usecases-box {
    flex-wrap: wrap;
  }

  .card-box {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .section-about h1 {
    font-size: 35px;
  }

  .section-about {
    background: linear-gradient(
      0deg,
      #f0f7fd 0,
      #f0f7fd 40px,
      #ffffff 40px,
      #ffffff 100%
    );
    padding-top: 70px;
    padding-bottom: 100px;
    margin-top: 20px;
    color: #148bec;
  }

  .bg-left {
    position: relative;
    overflow: hidden;
  }

  .section-about.bg-left:before {
    background-image: url("../img/parallels/awingu-hero.png");
    background-position: right center;
    background-size: auto 100%;
    right: calc(50% + 60px);
    padding-top: 20px;
  }

  .section-freedom {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/parallels/freedom.jpg");
  }

  .container-parallels,
  .frame-container {
    width: 750px;
  }

  .section-about .wrapper .flex {
    justify-content: center;
  }

  .col-sm-6 {
    width: 50%;
    float: left;
  }

  .section-about .img-responsive {
    margin-bottom: -70px;
  }

  /* .section-info{
      flex-direction: column;
      flex-wrap: wrap;
    } */
}

@media (min-width: 992px) {
  .container-parallels,
  .frame-container {
    width: 970px;
  }

  .col-md-8 {
    width: 66.66666667%;
    float: left;
  }

  .col-md-4 {
    width: 33.33333333%;
    float: left;
  }

  .usecases-box {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .container-parallels,
  .frame-container {
    width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container-parallels {
    width: 1320px;
  }
}

/* Media queries 
    @media (min-width: 1400px)
    @media (min-width: 1140px)
    @media (min-width: 992px)
    @media (min-width: 768px)
    @media only screen and (max-width: 767px)
*/
