/* 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, 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, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
}

input:focus, input.form-control:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

form input {
    border-radius: 5px;
    border: solid 1px #D7D7D7;
}

textarea {
  resize: none;
  border-radius: 5px;
  border: solid 1px #D7D7D7;
}

input::placeholder, textarea::placeholder {
  color: #9EA6AD;
  font-size: 14px;
  font-weight: lighter;
}

small {
  font-size: 0.8rem;
}

h1 {
  font-size: 2.188rem;
  font-weight: 900;
}

/*h2 {
  font-size: 2.188rem;
  font-weight: 900;
}*/

p {
  color: #505050;
  font-size: 1rem;
}

body {
  font-family: 'Lato', sans-serif;
  background-color: #fff!important;
  overflow-x: hidden;
}


/* BACKGROUND-PATTERN*/

div#welcome {
  /*background-image: url("/img/background-pattern.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: center;*/
  width: 100%;
  height: 100%;
}

div#welcome:before {
  content: url('/img/background/home-yellow.svg');
  position: absolute;
  left: 0;
  top:152px;
}

div#welcome:after {
  content: url('/img/background/home-blue.svg');
  position: absolute;
  right: 0;
  top:700px;
}

div#home, div#part_one, div#part_two, div#part_three, div#part_five {
  position: relative;
  width: 100%;
}

img.img-home-back, img.img-method-back, img.img-keypoints1-back, img.img-keypoints2-back,
img.img-marketplace-back, img.img-testimonials-back, img.img-devices-back {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: auto;
  z-index: -100;
}



/* NAVBAR */

.navbar-brand img {
  height: 30px;
}

nav li a {
  color: black;
}

nav li a:hover {
  color: #00A8E3;
}

nav .dropdown-menu {
  border:inherit;
  padding: inherit;
  top: 138%;
  border-radius: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.language-mobile {
    display: none;
  }

nav .dropdown-item {
  padding: 0.50rem 1.5rem;
}

nav .dropdown-item:hover{
  background-color: #e6f7fd;
}

nav #dropdown-language {
  background: transparent;
  border: none;
  text-align: inherit;
}

nav #dropdown-language .dropdown-menu {
    width: max-content;
    min-width: inherit;
    padding: 0;
    left: -5px;
    top: 25px;
}

nav #dropdown-language .selected_lang{
    color:#919191;
    font-size: 0.75rem;
}

nav #dropdown-language .dropdown-item {
    color:#505050;
    font-weight: lighter;
    font-size: 0.75rem;
}

nav #dropdown-language .dropdown-item:hover {
   background: transparent;
}

nav .menu-user {
  position: relative;
  list-style: none;
}

nav .menu-user li {
  list-style: none;
}

nav .menu-user .dropdown-menu {
right: 0;
left: inherit;
}
 
nav .nav-link.active {
  font-weight: 700;
  border-bottom: solid 3px #00A8E3;
}

.btn-primary {
  background-color:#00A8E3;
  border:inherit;
  color:#fff;
}

.btn-primary-dark {
  background-color:#1B5680;
  border:inherit;
  color:#fff;
}

.btn-primary-reverse {
  background-color:#fff;
  border: solid 1px #00A8E3;
  color:#00A8E3;
}

.btn-primary-reverse:hover {
  background-color:#00A8E3;
  color:white;
}

.btn-primary:hover {
  background-color:#1B5680;
}

.btn-primary-dark:hover {
  background-color:#00A8E3;
  color: white;
}

button.btn.rounded-pill {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

p.intro, ul.intro li {
  font-size: 1.125rem;
  color: #505050;
}

ul.intro li {
  font-size: 1.125rem;
  color: #505050;
}

ul.intro li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00A8E3; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* HOME */

#home {
  margin-top: 10vw;
}

#home h1 {
  font-size: 3rem;
}

#home p, #part_one p {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

#part_one .card p {
  margin-top: inherit;
  font-size: 16px;
}

#home .call-action {
  margin-top: 40px;
  margin-bottom: 40px;
  width: max-content;
}

#home .sign-btn2 {
  display: none!important;
}

#home .video-container {
    position: relative;
    padding-bottom: 57.25%;
    height: 0;

}

#home .video-container > iframe {
    border-radius: 10px;
    border: solid 13px white;
    box-sizing: border-box;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.section {
  margin-top: 100px;
}

.subtitulo {
  text-align: center;
  margin-bottom: 50px;
}

.section .subtitulo h1 {
  position: relative;
  line-height: 2.5rem;
}

.section .subtitulo h1:after {
    margin-right: auto;
    margin-left: auto;
    content: " ";
    display: block;
    width: 30px;
    margin-top: 10px;
    height: 0;
    border-top: 4px solid #00A8E3;
}

.section .subtitulo2 h1 {
  margin-bottom: 10px;
}

.section .subtitulo2 h1::after {
    content: " ";
    display: block;
    width: 30px;
    margin: 10px 0px;
    height: 0;
    border-top: 4px solid #00A8E3;
}

/* PART_1 */

#part_one .images img {
  width: 100%;
  position: absolute;
  left: 0;
}

img.metodo2, img.metodo3, img.metodo4, img.metodo5, img.metodo6, img.metodo7 {
  display: none;
}

#accordion_metodos .card-header {
  border-bottom: none;
}

#accordion_metodos .card {
  border-color:#00A8E3;
}

#accordion_metodos .card-header:hover {
  background:#e6f7fd!important;
}

#accordion_metodos .card:hover span {
  color: #00A8E3!important;
}

#accordion_metodos button.btn-accordion {
  background: transparent;
  border: transparent;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1B5680;
}

#accordion_metodos #headingOne.card-header {
  background-color:#e6f7fd;
}

#accordion_metodos #headingOne.card-header span {
  color:#00A8E3!important;
}

#headingOne.card-header, #headingTwo.card-header,  #headingThree.card-header,  #headingFour.card-header,  #headingFive.card-header,
#headingSix.card-header,#accordion_metodos #headingSeven.card-header {
  background-color: white;
}

/* PART_2,PART_3 */

#part_two button, #part_three button {
  display: block;
  margin:40px auto 40px auto;
}

#part_two div.card, #part_three div.card {
  width: 85%;
  background-color: #E6F7FD;
  border: none;
}

#part_two div.card, #part_three div.card, #part_four div.card {
  border-radius: 15px;
}

#part_two div.card h3, #part_three div.card h3 {
  font-weight: bold;
  font-size: 30px;
  color: #1B5680;
}

#part_two .card-body, #part_three .card-body {
  text-align: center;
}

#part_two img.card-img-top, #part_three img.card-img-top {
    width: 70%;
    margin: auto;
    display: block;
}

#part_two .card-title, #part_three .card-title {
    margin-bottom: 0.20rem;
}

#part_two .card, #part_three .card, #part_four .card {
  margin: 10px;
  box-sizing: content-box;
}

/* PART_4 */
#part_four h3.card-title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 0.4rem;
}

#part_four img.card-img-top {
    width: 60%;
    display: block;
}

#part_four .card-text {
  position: relative;
  height: 70%;
}

svg.chevron {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: auto;
}

svg.chevron2 {
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  border-radius: 15px;
  visibility: hidden;
}

.yellow {
  color:#F8C731;
}

.red {
  color:#E0475C;
}

.green {
  color:#50AC5F;
}

.d-feed, .d-feed2, .d-feed3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  /*overflow: hidden;
  -webkit-backface-visibility: hidden;*/
  display: none;
  width: 100%;
  height: 100%;
  /*transition: .5s ease;*/
}

.card.student, .card.teacher, .card.school {
  border:transparent;
}

.no-touchevents .card.student:hover .d-need, .no-touchevents .card.teacher:hover .d-need2, .no-touchevents .card.school:hover .d-need3 {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/*.card.student:hover .d-feed, .card.teacher:hover .d-feed2,.card.school:hover .d-feed3 {
  height: 100%;
}*/

.no-touchevents .card.student:hover .chevron, .no-touchevents .card.teacher:hover .chevron, .no-touchevents .card.school:hover .chevron {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: .5s ease;
}

.no-touchevents .card.student:hover .chevron2, .no-touchevents .card.teacher:hover .chevron2, .no-touchevents .card.school:hover .chevron2 {
  visibility:visible;
  -webkit-backface-visibility: visible;
  transition: .5s ease;
}

.no-touchevents .card.student:hover {
  cursor: pointer;
  border: solid 1px #F8C731;
}

.no-touchevents .card.teacher:hover {
  border: solid 1px #E0475C;
  cursor: pointer;
}

.no-touchevents .card.school:hover {
  border: solid 1px #50AC5F;
  cursor: pointer;
}

/* PART_5 */

#part_five .devices img:first-child{
  width: 100%;
}

#part_five .devices img:last-child{
  position: absolute;
  z-index: 0;
  right: 0px;
  top: 73px;
}


/* PART_6 */

.row-full {
  background: #E6F7FD;
}

#part_six {
  margin-top:150px!important;
}

#part_six .subtitulo2 img {
    max-height: 30px;
}

#part_six .subtitulo2 p {
  font-size: 18px;
  line-height: 1.67em;
}

.corporate.d-flex.justify-content-between.mt-4 {
    flex-flow: row wrap;
}

/* PART_7 */

#part_seven .logos, #part_eight {
  flex-flow: row wrap;
}

#part_seven .logos img {
    max-width: 140px;
    margin: 0.5em 1em 1em 1em;
    mix-blend-mode: multiply;
    opacity: 0.6;
    object-fit: contain;
}

/*CAROUSEL - TESTIMONIALS*/

#testimonials {

margin: 8vh 0;
  
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid rgba(215, 215, 215, 0.15);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
}

#testimonials p {
  font-family: inherit;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

#testimonials .item {
  text-align: left;
  margin-bottom:3px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

#testimonials.owl-carousel .owl-dots .owl-dot.active span,
#testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}

#testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}

#testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius:50%;
}

.blockquote p {
  border-left: solid 4px #1B5680;
  padding-left: 15px;
}

.blockquote-footer:before {
  content: "";
}

.blockquote-footer {
  color: #1B5680;
  font-size: 0.875rem;
  text-align: right;
}

/* PART_8 */

#part_eight .card {
  max-width: 800px;
}

#part_eight div.card > div.card-body {
  text-align: center;
}

#part_eight div.card > img {
  width: 60%;
  display:inline-block;
  margin-left: 15%;
}

#part_eight .modal-body {
  text-align:left;
}

#part_eight .footer {
    font-size: 12px;
    text-align: left;
}

.blue {
 color: #00a8e3;
}

.blue-dark {
  color: #1B5680;
}

footer {
  background-color: #1B5680;
}

footer * {
  color: white!important;
  list-style: none;
}

footer h3 {
  font-weight:bold;
}

footer li, footer p {
  font-weight: lighter;
  font-size: 0.875rem;
}

footer .container .row div.box {
  border-left: solid 3px #00a8e3;
}

footer div.contact {
  border-left: none!important;
}

div.contact a {
  display: inline-block;
}

/* SIGN-UP/LOG-IN */

.tip-message {
  background-color: #E6F7FD;
  border-radius: 5px;
}

.tip-message p {
  color: #1b5680;
}

.wallpaper_content.sign-up {
    background-image:url(/img/background_sign-up.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    right:0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 74%;
    z-index: -1;
}

.wallpaper_content.log-in {
    background-image:url(/img/background_log-in.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    right:0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 64%;
    z-index: -1;
}

.f-registro {
  height: 100vh;
  overflow-y: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.f-registro img {
  width: 200px;
}

.f-registro h1 {
  font-size: 1.5rem;
  color: #1b5680;
  font-weight: 400;
}

div.f-registro .form-check {
  font-size: 0.8rem;
}

.btn-outline-primary {
  color: #1b5680!important;
  border-color: #1b5680!important;
}

.btn-outline-primary:hover {
    color: #fff!important;
    background-color: #1b5680;
}

.btn-outline-primary:hover svg path {
    fill: white;
}

.btn-outline-primary.active {
    color:#fff!important;
    background-color: #1b5680!important;
}

.btn-outline-primary.active > svg path {
    fill:#fff!important;
}

.btn-outline-secondary {
  color: #00a8e3!important;
  border-color: #00a8e3!important;
}

.btn-outline-secondary:hover {
    color: #fff!important;
    background-color: #00a8e3;
}

.btn-outline-secondary:hover svg path {
    fill: white;
}

.btn-outline-secondary.active {
    color: #fff!important;
    background-color: #00a8e3!important;
}

.btn-outline-secondary.active > svg path {
    fill: white;
}

/*.btn-opacity-primary {
    color:#a0a0a0 !important;
    background-color: #00a8e32b !important;
}*/

.btn-opacity-primary {
    color:#fff!important;
    background-color: #00a8e3!important;
}

/*.btn-opacity-secondary {
  color: #1b568085 !important;
  background-color: #1b568033 !important;
}*/

.btn-opacity-secondary {
    color:#fff!important;
    background-color: #1b5680!important;
}

#pills-participant-tab:hover {
  transform: scale(1.1);
}

#pills-teacher-tab:hover {
  transform: scale(1.1);
}

div.eslogan h1 {
    font-size: 2.188rem!important;
    color:#1B5680!important;
  }

div.eslogan div {
    margin-top: 20vh;
  }

span.line::before {
    content: "";
    position: absolute;
    border-top: solid 1px #D7D7D7;
    width: 47%;
    left: 0;
    top: 13px;
  }

span.line::after {
    content: "";
    position: absolute;
    border-top: solid 1px #D7D7D7;
    width: 47%;
    right: 0;
    top: 13px;
  }

/*radio-btns*/

.alraedy-member {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.alraedy-member input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark-type{
  height: 18px;
  width: 18px;
  /*background-color: #00a8e3;*/
  border-radius: 50%;
  border: 1px solid black;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 13px;
  width: 13px;

/*background-color: #00E3AE;*/
  border-radius: 50%;
  border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.alraedy-member:hover input ~ .checkmark {
  background-color: #00a8e3;
}

/* When the radio button is checked, add a blue background */
.alraedy-member input:checked ~ .checkmark {
  background-color: #00a8e3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.alraedy-member input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) 
.alraedy-member .checkmark:after {
  top: 5px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00a8e3;
} */

.error {
    font-size: 0.9rem;
    font-weight: lighter;
}

/* ABOUT-US */

.section-first {
  margin-top:150px!important;
}

#document .section h2 {
  font-size: 1.5rem;
  font-weight:700;
  color:#1B5680;
}

#document .section p {
  line-height: 1.67em;
}

.team img {
  border:solid 12px #E6F7FD;
}

.filigrana:after {
  margin-right: auto;
  margin-left: auto;
  content: "";
  display: block;
  width: 30px;
  margin-top: 15px;
  height: 0;
  border-top: 4px solid #00A8E3;
}

.filigrana {
  position: relative;
}

.linkedin-team
 {
  background-color:#1b56802e;
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.linkedin-team .linkedin {
  color: #ffffff82;
}

.filigrana:hover .linkedin-team {
  display: flex;
}

.team h2 {
  font-size: 1.25rem!important;
}

.team p.intro {
  font-size: 1.125rem;
}

.team p.career {
  font-size: 1rem!important;
  font-weight: 300;
  line-height: 1.4rem !important;
}

.about-logo img {
  width: 200px;
}

/* responsive iframe */

#Iframe-Liason-Sheet {
 max-width: 550px;
 max-height: 400px;
 overflow: hidden;
}
/* inner wrapper: make responsive */
.responsive-wrapper {
 position: relative;
 height: 0;  /* gets height from padding-bottom setting */
 -webkit-overflow-scrolling: touch;
 overflow: auto;
}
.responsive-wrapper iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 border: none;
}
/* padding-bottom = h/w as a % */
.responsive-wrapper-wxh-550x2000 {
 padding-bottom: 72.7272%;
}
.iframe-border {

}
.center-block-horiz {
 margin-left: auto !important;
 margin-right: auto !important;
}

#grafico-ods {
  display: none;
}

/*  METHODOLOGY */

div.challenge-phases h2 {
  font-size: 1.9rem!important;
}

div.challenge-phases p {
  font-size: 1.125rem;
}

div.challenge-phases span {
  text-transform: lowercase;
  position: relative;
}

div.challenge-phases span::before {
    content: "";
    display: block;
    border-bottom: solid 5px #26BDE2;
    width: 100%;
    position: absolute !important;
    z-index: -1;
    right: 0;
    bottom: 2px;
}

div.challenge-express img, div.challenge-phases img {
  object-fit: contain;
}


div#fundamentals-method div.icon {
    border-right: solid 1px #828282;
}
div#fundamentals-method h3 {
  font-size: 1.063rem;
  color: #00689D;
}

/*  HOW-IT-WORKS */

div.robot {
  position: relative;
  height: 100%;
  width: 100%;
}

div.robot img {
  position: absolute;
  bottom: 0;
  width: 200px;
  left: 50%;
  transform: translate(-50%, 0);
}

div.sort-challenge ul li.list-group-item {
  border:none;
  position: relative;
}

svg.icon-check {
  position: absolute;top: 5px;
}

div.sort-challenge .list-group.list-group-flush {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
}

div.platform .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #1b5680;
  background-color: #e6f7fd;
}

div.platform .nav-item a {
  color: #1b5680;
}

/* PRICING */

div.plans {
  margin-bottom: 80px;
}


div.plans .list-group-flush > .list-group-item {
    border-width: 0 0 0;
    font-size: small;
    color: #505050;
}

div.plans h5.card-title {
  font-size: 25px;
  font-weight: bold;
}

div.plans .card-text {
  font-size: 1rem;
}

span.pricing-euro {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .3px;
  line-height: 36px;
}

span.type-plan {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  font-size: 1.3rem;
  position: relative;
  font-weight: 900;
  z-index: 2;
  
}

div.separador {
  position: relative;
}

div.separador:after {
  content: "";
  display: block;
  border-top: solid 1px #797979;
  width: 100%;
  position: absolute !important;
  top: 16px !important;
  z-index:0;
}

li.pricing-plus {
  font-size: 1rem!important;
}

.border-top-red {
 border-top: solid 17px #dc3545;
}

.border-top-yellow {
 border-top: solid 17px #ffc107;
}

.border-top-green {
 border-top: solid 17px #28a745;
}

.border-top-blue {
 border-top: solid 17px #00a8e3;
}

.plans .btn {
  font-weight: 300;
  font-size: 1.2rem;
}

/* SERVICES */

.servicios .card {
  border:none;
}

.quote p {
  font-size: 1.1rem;
  font-weight: 300;
  color: #00a8e3;
}

/* CONTACT */

div.contact-us-section h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1B5680;
}

div.contact-us-section small {
  font-size: 0.8rem;
  line-height: 1rem;
}

div.contact-us-section ul {
  list-style: none;
}

div.contact-with-us li {
    list-style: none;
}

/* FAQ */

.panel-title {
  color:#1B5680;
  font-size: 1rem;
}
.panel-title svg.flecha {
  transform: rotate(0deg);
  transition: .20s;
}

.panel-title[aria-expanded="true"] > svg.flecha {
  transition: .15s;
  webkit-transform: rotate(270deg);
  transform: rotate(180deg);
}

div.faq-card .card-header {
    background-color: #E6F7FD;
}

.card.faq-card {
    border-color:#94b7c4;
    border-radius: 8px;
}

.faq-section h2 {
  font-size: 25px;
  color: #1B5680;
}

/* PRIVACY-POLICY, COOKIES, TERM AND CONDITIONS */

div.privacy-policy, div.terms-and-conditions-section {
  max-width: 900px;
  margin: auto;
}

div.privacy-policy h1, div.terms-and-conditions-section h1, .faq-section h1 {
  font-size: 2.2rem;
}

div.privacy-policy p, div.terms-and-conditions-section p {
  font-size: 1.1rem;
  color:black;
}

div.privacy-policy ul, div.terms-and-conditions-section ul {
    margin-left: 30px;
    list-style-type: circle;
    color: #505050;
}

div.notification-card-terms {
  background-color: #f6f6f6;
  border-radius: 10px;
}

/* USER-PROFILE */

.student-profile h3 {
      font-size: 16px;
      font-weight: 600;
      color: #333333;
}

.student-profile p {
      font-size: 13px;
      color: #949393;
}

.student-profile h5 {
      font-weight: 600;
      font-size: 12px;
      color: #7d7d7d;
}

.student-profile-btm-area {
      padding-top: 68px;
      border-bottom: 1px solid #ccc;
    }

.student-profile-challenge-area {
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
}

.student-profile, .challenges-section {
      -webkit-box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
      box-shadow: 0 0 5px 0 rgba(181, 181, 181, 0.4);
      padding: 20px;
}

.skills-rating {

    }

.student-profile-btm-area h5 {
      font-weight: 600;
      font-size: 12px;
      color: #7d7d7d;
    }
    .student-profile-btm-area p {
      font-size: 13px;
      color: #949393;
    }
    .student-profile p .btn {
      background: #000;
    }
    .view-edit-profile {
      background: #0A97D9;
      color: #fff;
      padding: 2px 9px;
      font-size: 11px;
      border-radius: 10px;
    }
    .view-edit-profile:hover, .view-edit-profile.active, .view-edit-profile:focus {
      color: #fff;
    }
    .grade-nd-classes-section .btn {
      background: #843cf60a;
      color: #000;
      padding: 2px 9px;
      font-size: 11px;
      border-radius: 10px;
      border: 1px solid #843cf6;
    }

    .view-skill-report .btn {
      background: #00d369;
      color: #fff;
      padding: 2px 9px;
      font-size: 11px;
      border-radius: 10px;
      border: 1px solid #00d369;
    }

    .student-profile-btm-area ul {
      list-style: none;
      padding-left: 0px;
    }

    .student-profile-btm-area ul li {
      display: inline;
      padding-left: 7px;
    }


    .student-profile-btm-area ul li i {
      color: #707070;
    }

    .skills-rating ul {
      padding-left: 0px;
      list-style: none;
      line-height: 2;
      margin-bottom: 0px;
    }

    .skills-rating h4 {
      font-size: 16px;
      font-weight: 900;
      color: #00689D;
      padding: 10px 0px;
      margin-bottom: 15px;
      background-color: #E6F7FD;
    }

    .challenges-heading  h4 {
      font-size: 15px;
      font-weight: 600;
      color: #6b6b6b;
      border-bottom: 1px solid #b3b3b3;
      padding-bottom: 10px;
    }
    .challenges-section h5 {
      font-size: 15px;
      line-height: 1.5;
      padding-top: 15px;
    }

    .skills-rating ul li {
      line-height: 2.4;
      font-size: 16px;
    }
    .star-rating-section ul li {
      display: inline;
    }
    .star-rating-section ul {
      margin-bottom: 0px;
    }

    .green-stars li i {
      color: #00d369;
    }
    .blue-stars li i {
      color: #843cf6;
    }

    .light-green-stars li i {
      color: #9be15d;
    }

    .sky-blue-stars li i {
      color: #00c9ff;
    }

    .skills-rating .skills-view-more {
      background: #0A97D9;
      color: #fff;
    }
    .view-skill-report ul {
      list-style: none;
      padding-left: 0px;
    }
    .view-skill-report ul li {
      padding-top: 30px;
    }
    .skills-rating p {
      padding: 10px 0;
      font-size: 12px;
    }
    .challenges-view-more-btn .btn {
      background: #0A97D9;
      color: #fff;
      margin: 20px 0;
    }
    .challenges-section {
      margin-top: 30px;
    }
    /*user-profile*/

/* Extra small devices (portrait phones, less than 576px) XS
   No media query for `xs` since this is the default in Bootstrap
 */

 @media screen and (min-width: 300px) and (max-width: 576px){
  nav .mobile-btn  {
    font-size: 14px;
    color: white;
    height: 40px;
    margin: 0 auto !important;
    padding:  0 16px 0 16px   !important;
    display: flex; 
    justify-content: center; 
    align-items: center;
  }

  nav .navbar-brand img {
    height: 18px;
  }

  nav .log-btn, nav .sign-btn {
    font-size: 13px;
  }

  h1 {
    font-size: 1.688rem!important;
    margin-bottom: 8px!important; 
  }

  .f-registro h1 {
    font-size: 1.4rem!important;
  }

  .subtitulo {
    margin-bottom: 40px;
  }

  .section .subtitulo h1 {
    line-height: 1.9rem;
  }

  #part_seven .logos img {
    max-width: 100px;
  }

  #part_six .subtitulo2 p {
    font-size: 16px;
    line-height: 1.5em;
  }

  #part_six {
    margin-top: 100px !important;
  }

  #part_two div.card h3, #part_three div.card h3 {
    font-size: 20px!important;
  }

  #part_two div.card, #part_three div.card {
    width: 100%!important;
  }

.f-registro {
    height: auto;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0) !important
  }

.f-registro img {
  width: 150px;
}

footer .container .row div {
    border-top: none;
    border-left: none;
    text-align: center;
}


p.intro {
    font-size: 1rem;
}

#document div.section-first {
  margin-top: 90px!important;
}

#document p {
  font-size: 1rem;
}

#document .section li {
  font-size: 1rem;
}

div.challenge-phases h2 {
  font-size: 1.5rem!important;
}

#Iframe-Liason-Sheet {
display: none;
}

#grafico-ods {
display: block;
}

div.hiw ul.intro li {
  margin-left: 15px;
}

.menu-user svg {
    width: 25px !important;
    height: 25px !important;
    color: #505050;
}

.panel.panel-default.credit-card-box {
    padding: 15px!important;
}

}

/* Small devices (landscape phones, 576px and up) SM*/
@media screen and (min-width: 300px) and (max-width: 768px) {

#home {
  margin-top: 35vw;
}

#home .call-action {
  display: none!important;
}

#home .sign-btn2 {
    margin-top: 40px;
    margin-bottom: 40px;
    width: min-content;
    display: block!important;
}
  
div#welcome {
    background-image: url("/img/background_mobile.svg")!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    /*position: absolute;*/
    overflow-x: hidden; /* Solución para los desbordamientos horizontales */
  }

img.img-home-back, img.img-method-back, img.img-keypoints1-back, img.img-keypoints2-back,
img.img-marketplace-back, img.img-testimonials-back, img.img-devices-back {
  display: none;
}

div#welcome:before {
    display: none;
  }

div#welcome:after {
    display: none;
  }

nav .navbar-brand {
    position: absolute;
    right: 0;
    left: 0;
    width: max-content;
    margin: auto;
    top: 4px;
  }

nav .navbar-brand:lang(en),nav .navbar-brand:lang(he){
  top: 5px;
}

  nav .log-btn {
    border:none;
    color: #505050;
  }

   nav .sign-btn {
    background-color: white;
    color: #505050;
    display: none!important;
  }

  nav .log-btn:lang(es), nav .log-btn:lang(ca) {
    border:none;
    text-align: right;
    display: block;
    color: #505050;
    margin-right: 0px!important;
    font-size:14px;
  }

  nav .sign-btn:lang(es), nav .sign-btn:lang(ca) {
    background-color: white;
    color: #505050;
    display: block;
    text-align: right;
    font-size:14px;
  }

  nav .log-btn:hover, nav .sign-btn:hover {
    border:none;
    color: #505050;
    background:none;
  }

  .language-mobile {
    display: flex;
  }

  .language-desktop {
    display: none;
  }

  nav #dropdown-language .dropdown-menu {
    width: 100%;
    box-shadow: none !important;
  }

  nav #dropdown-language .dropdown-item {
    display: inline;
  }

  .section {
    margin-top: 100px!important;
  }

  #home h1 {
    font-size: 2rem;
    color: #076889;
  }

  #home p, #part_one p {
    font-size: 16px;
  }

  #part_one p {
    margin-top: 0px!important;
  }

  #part_five .devices img:last-child {
    position: static;
    width: 60%;
    margin: auto;
    display: block;
  }

  nav .dropdown-menu {
    box-shadow: none;
  }

  #part_two div.card h3, #part_three div.card h3 {
    font-size: 28px;
  }

  #part_two div.card, #part_three div.card {
    width: 90%;
  }

  #part_two img.card-img-top, #part_three img.card-img-top {
    width: 100%;
  }

  #part_two .card-body, #part_three .card-body {
    text-align:left;
  }

  p.card-text {
    font-size: 16px;
  }

  footer .container .row div {
    border-left: none!important;
    text-align: center;
  }

  footer .contact {
    justify-content: center;
  }

  footer div.contact span {
    display: none!important;
  }

  .wallpaper_content, .wallpaper-stripe {
    display: none!important;
  }

  .stripe {
      border-left:none;
    }

  div.eslogan {
    display: none!important;
  }

  .about-logo img {
    width: 50%;
  }

  div.plans .card {
    max-width:313px;
  }

  div.robot img {
    position: inherit;
    width: 150px;
    margin: auto;
  }

  div#fundamentals-method div.icon {
    border-right: none;
  }


}

/* Medium devices (tablets, 768px and up) MD*/
@media screen and (min-width: 768px) and (max-width: 992px) {
  
  #part_five .devices img:last-child {
    width: 266px;
    top: 50px;
  }

   #part_two div.card, #part_three div.card  {
    width: 90%;
  }

  #part_two .card-body, #part_three .card-body {
    text-align:left;
  }

  p.card-text {
    font-size: 18px;
  }

  #part_two img.card-img-top, #part_three img.card-img-top {
    width: 100%;
  }

  #part_eight h1 {
    font-size: 1.8rem;
  }

  #part_eight .footer {
    font-size: 11px;
  }

  #part_eight p.card-text {
    font-size: 16px;
  }

  .about-logo img {
    width: 50%;
  }

  div.plans .card {
    width: 90%;
  }

  div.robot img {
  position: inherit;
  width: 200px;
  margin: auto;
}

}

/* Large devices (desktops, 992px and up) LG*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
  body {
    background-size: 100%;
  }

  h1 {
    font-size: 2.7rem;
  }
  /* HOME */
  #home {
    margin-top: 107px;
  }

  #part_two div.card, #part_three div.card {
    width: 98%;
  }

  #part_two div.card h3, #part_three div.card h3 {
    font-size: 26px;
  }

  .team img {
  border:solid 8px #E6F7FD;
  }
}

/* Extra large devices (large desktops, 1200px and up) XL*/
@media (min-width: 1200px) { 

  #testimonials div.item {
    width: 500px;
  }

}

/* BOX-COOKIES*/

.cookies-footer{
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    position: fixed;
    box-shadow: 0 5px 13px 5px rgba(0, 0, 0, 0.3); z-index: 10;
}

.cookies-footer h4{
    font-weight: 600;
}

.cookies-footer p {
  font-weight: lighter;
  font-size: 0.9rem;
}

.cookies-footer .btn-success {
  background-color: #67b556;
  border-color: #67b556;
}

.box-preferer-cookies {
    display: table-cell;
    border: 1px solid #cccccc;
    padding: 4px 3px 3px 9px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    text-align: left;
    vertical-align: top;
    line-height: 1.231;
}

.CybotCookiebotDialogBodyLevelButtonWrapper {
    display: inline-block;
    position: relative;
    margin-right: 14px;
    margin-left: 0;
    line-height: 16px;
}

/* Styles for Hebreo and Arab */
body:lang(he),body:lang(ar) {
  direction: rtl;
}

#part_one .card:lang(he), #part_one button:lang(he), #part_four .card:lang(he),  #part_six p:lang(he), #part_six h1:lang(he),
footer div:lang(he), footer li:lang(he), .blockquote:lang(he), .blockquote-footer:lang(he), #part_eight .footer:lang(he),
.hiw li:lang(he), .sort-challenge li:lang(he), .sort-challenge h2:lang(he), #pills-full p:lang(he),
#document .section-first h1:lang(he), #document .section-first p:lang(he), #fundamentals-method h1:lang(he), 
#fundamentals-method p:lang(he), #fundamentals-method h3:lang(he), .challenge-phases p:lang(he), .challenge-phases h2:lang(he),
.challenge-express .card-body:lang(he), #document .card-body:lang(he), .about-logo p:lang(he), small:lang(he), .connect h1:lang(he),
.connect p:lang(he), .f-registro h1:lang(he), .f-registro p:lang(he), .f-registro label:lang(he), .form-group:lang(he),
#part_one .card:lang(ar), #part_one button:lang(ar), #part_four .card:lang(ar),  #part_six p:lang(ar), #part_six h1:lang(ar),
footer div:lang(ar), footer li:lang(ar), .blockquote:lang(ar), .blockquote-footer:lang(ar), #part_eight .footer:lang(ar),
.hiw li:lang(ar), .sort-challenge li:lang(ar), .sort-challenge h2:lang(ar), #pills-full p:lang(ar),
#document .section-first h1:lang(ar), #document .section-first p:lang(ar), #fundamentals-method h1:lang(ar),
#fundamentals-method p:lang(ar), #fundamentals-method h3:lang(ar), .challenge-phases p:lang(ar), .challenge-phases h2:lang(ar),
.challenge-express .card-body:lang(ar), #document .card-body:lang(ar), .about-logo p:lang(ar), small:lang(ar), .connect h1:lang(ar),
.connect p:lang(ar), .f-registro h1:lang(ar), .f-registro p:lang(ar), .f-registro label:lang(ar), .form-group:lang(ar) {
  text-align: right;
}

 #part_one button:lang(he),#part_one button:lang(ar) {
  text-align: right!important;
 }

label:lang(he),label:lang(ar) {
  margin-left: auto;
}

small:lang(he),small:lang(ar) {
  display: block;
  width: 100%;
}

#part_seven:lang(he),#part_seven:lang(ar) {
  direction: ltr;
}

footer .container .row div.box:lang(he),footer .container .row div.box:lang(ar) {
  border-right: solid 3px #00a8e3;
  border-left: none;
}

.blockquote p:lang(he),.blockquote p:lang(ar) {
    border-right: solid 4px #1B5680;
    padding-right: 15px;
    border-left:none;
    padding-left:none;
}

div#fundamentals-method div.icon:lang(he),div#fundamentals-method div.icon:lang(ar) {
    border-left: solid 1px #828282;
    border-right:none;
}

.wallpaper_content.sign-up:lang(he), .wallpaper_content.log-in:lang(he),
.wallpaper_content.sign-up:lang(ar), .wallpaper_content.log-in:lang(ar){
  left: 0;
  right: inherit;
  transform: scaleX(-1);
}

#part_eight div.card > img:lang(he),#part_eight div.card > img:lang(ar) {
  margin-left: inherit;
  margin-right: 25%;
}

nav .menu-user .dropdown-menu:lang(he),nav .menu-user .dropdown-menu:lang(ar) {
left: 0!important;
right: inherit;
}

ul.intro:lang(he) li:before, ul.intro:lang(ar) li:before {
  content:'';
}

h5.section-title-modal {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 5px 0px;
}

