
/* ---------------------------------------------------
INICIO ABOUT
---------------------------------------------------*/

/* Case-study hero cover: display the full banner at its natural aspect ratio so
   the text baked into the image is NEVER cropped, on any screen. A previous
   fixed-height + object-fit: cover cropped top/bottom on wide-and-short displays
   and cut off the header lettering. width:100% + height:auto keeps the whole
   image visible with no cropping and no side letterboxing.
   about.css is loaded only by case-study pages (about.php has no .use-case-b
   hero; teardown pages don't load about.css), so this is scoped to case studies. */
.use-case-b .row > div {   /* force the hero's flex item to full width */
    width: 100%;
}
.use-case-b img {
    display: block;
    width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    height: 100%;
}

.container-cabecera{
  margin-top: 115px !important;
  margin-bottom: 5em;
  padding: 0;
}

.primary-about{
  background-image: url("../img/ABOUT-B.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 82em !important;
  z-index: 8;
  background-position: center;
  margin-top: 115px !important;
}


.blue-robots {
    float: right;
    text-align: right;
    max-width: 15em;
    margin-top: 13em;
    margin-right: 10em;
    color: #005983;
}
.red-robots{
  margin-top: 53em;
  float: left;
  margin-left: 9em;
  color: #90282b;
  max-width: 15em;
}
.blue-robots h3, .red-robots h3{
    font-weight: 900;
    font-size: 1.3em;
    font-family: "SuisseIntl-Bold";
}
.blue-robots p, .red-robots p{
    color: #194652;
    font-size: 1em;
    line-height: 1.1em;
}

.mision-about{
  margin-bottom: 6em !important;
}


.mision-about h2.tit-vision{
  color: #529d86;
}




.value-about{
  background-color: #194652;
  padding: 8em 0;
  margin-top: -3px;
  margin-bottom: -3px;
}
.value-about .col-md-4 {
    padding: 0 0 0 3em;
}
.value-about .col-md-8 {
    padding: 0 3em 0 0;
}
.value-about h2{
  color: white;
  font-family: "SuisseIntl-Bold";
  font-weight: 700;
  font-size: 1.8rem;
}
.value-about h3, .value-about p{
  font-family: "SuisseIntl";
  color: white;
  font-size: 1.6em;
}
.value-about p strong{
  font-family: "SuisseIntl-Bold";
  color: #529d86;
  font-size: 4em;
  line-height: 1em;
  font-weight: 900;
}
.fa-angle-double-up{
  color: #529d86;
  font-size: 1.6em;
  margin-left: 9em;
  position: absolute;
  margin-top: -4.6em;
}
.frame-style{
  width: 35px;
  height: 5px;
  background-color: #529d86;
}
.business-about{
  text-align: center;
  padding: 5em 0;
}

.archi-alur.business-about {
    padding: 1.5em 0;
}
.business-about .img-logos{
  margin: 7em 12em;
}
.about-team{
  margin-top: 4em;
}
.about-team img {
    width: 100%;
}
.where-about{
  background-color: #f4f3f4;
  padding: 0;
  text-align: center;
}

.where-about-2 {
  background-color: #254450;
}

.where-about-3 {
  background-color: #529d86;
}

.where-about .container{
  max-width: 100%;
  padding: 0px;
}

.where-about p{
  max-width: 80%;
}


.where-about img{
  width: 100%;
}

.where-about .contact{
  text-align: left;
  padding: 5em 0em;
  padding-left: 5%;
}

/*
.contact-info-about li:nth-child(2),
.contact-info-about li:nth-child(3) {
    margin-left: 1em;
}
*/
.contact-info-about a:hover{
  text-decoration: none;
}
.contact-info-about a, .contact-info-about p{
  color: #47a790 !important;
}

.contact-info-about-3 a, .contact-info-about-3 p{
  color: #f4f3f4 !important;
}

.contact-info-about ul{
  list-style: none;
  padding: 0;
}
.contact-info-about ul img{
  width: 40px;
}
.contact-info-about ul li{
  float: left;
}


.about-map img {
  width: 100%;
}
.about-map .col-md-8 img{
  width: 100%;
}
.about-map .container {
    max-width: 90%;
}
@media only screen and (min-width: 1010px) and (max-width: 1440px){
  .primary-about{
    height: 60em !important;
  }
  .blue-robots {
    margin-top: 10em;
    margin-right: 7em;
  }
  .red-robots{
    margin-top: 39em;
    margin-left: 6em;
  }
  .business-about .img-logos {
    margin: 7em 12em !important;
  }
}
@media only screen and (min-width: 1200px){
  .show-xl{
    display: block;
  }
  .show-lg{
    display: none;
  }
}
@media only screen and (max-width: 1199px){
  .value-about .col-lg-5:first-child{
    position: absolute;
  }
  .value-about .col-lg-5:nth-child(2){
    float: right;
  }
  .value-about img{
    margin-top: 4em;
  }
  .show-xl{
    display: none;
  }
  .show-lg{
    display: block;
  }
  .threat-model .certification-img-mov.show-lg {
    display: block;
  }
  .where-about {
    padding: 1.5em 0 0 !important;
  }
  .where-about .col-xl-6.col-lg-12.contact {
    text-align: center !important;
    padding: 0 !important;
  }
  .where-about .col-xl-6.col-lg-12.contact p{
    width: 30em;
    max-width: 90%;
    margin: 2em auto 0;
  }
  .contact-info-about ul {
    margin: .3em auto 6em !important;
    width: 20em !important;
    padding-left: 6.2em;
  }
  .where-about iframe{
    height: 40em;
  }
  .business-about .img-logos {
    width: 100% !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1010px){
  .primary-about{
    height: 45em !important;
  }
  .red-robots {
    margin-top: 30em;
    margin-left: 4em;
  }
  .blue-robots {
    margin-top: 7em;
    margin-right: 5em;
  }
  .business-about .img-logos {
    margin: 7em 0 !important;
  }
}
@media only screen and (max-width: 1199px){
  .business-about .img-logos {
    margin: 7em 0 !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px){
  .red-robots {
    margin-top: 20em !important;
  }
  .blue-robots {
    margin-top: 5em !important;
  }
  .primary-about{
    margin-bottom: 3em !important;
  }
}

@media only screen and (max-width: 500px){
  .red-robots {
    margin-top: 1em !important;
  }
}
@media only screen and (max-width: 768px){

}
@media only screen and (min-width: 500px) and (max-width: 607px){
  .red-robots {
      margin-top: 8em !important;
  }
  .primary-about {
    margin-bottom: 5em !important;
  }
  .about .primary-about {
    height: 27em !important;
  }
}
@media only screen and (max-width: 500px){
  .about .primary-about {
    height: 22em !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 768px){
  .primary-about{
    height: 32em !important;
  }
}
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 1em;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}



/* Media Queries - Responsive */

/* col-lg - Large devices Desktops (≥1200px) */
@media(min-width:1200px) {

}

@media(min-width:1999px) {

  .primary-about {
      background-size: contain;
      height: 85em !important;
  }

  .blue-robots {
    margin-top: 15em;
  }
  .red-robots {
    margin-top: 55em;
  }
}

/* col-md - Medium devices Desktops (≥992px) */
@media only screen and (min-width: 993px) and (max-width: 1199px) {

  .where-about .contact{
    text-align: center;
    padding: 2em 0em;
  }
  .where-about p {
    max-width: unset;
    padding: 0em 8em;
  }

}

/* col-sm - Small devices Tablets (≥768px) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .primary-about {
    background-image: none;
    background-size: unset;
    height: auto !important;
    margin-bottom: 3em !important;
    text-align: center;
  }

  .primary-about img{
    margin: auto;
    max-height: 700px;
  }

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

  .where-about .contact{
    text-align: center;
    padding: 2em 0em;
  }
  .where-about p {
    max-width: unset;
    padding: 0em 8em;
  }

}

/*  col-xs - Extra small devices Phones (<768px) */
@media only screen and (max-width: 767px) {

  .primary-about {
    background-image: none;
    background-size: unset;
    height: auto !important;
    margin-bottom: 3em !important;
  }

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

  .about-map .col-number1 {
    margin-left: 4.7em;
  }

  .about-map .col-number2 {
    margin-left: 4.7em;
  }

  .where-about .contact{
    text-align: center;
    padding: 2em 0em;
  }
  .where-about p {
    max-width: unset;
    padding: 0em 2.5em;
  }


  .value-about .col-lg-5:first-child{
    position: inherit;
  }
  .value-about .col-lg-5:nth-child(2){
    float: inherit;
  }
  .business-about .img-logos {
    margin-top: 2.5em !important;
    margin-bottom: 4em !important;
    width: 100%;
  }
  .value-about .col-md-4 {
    padding: 0 0 0 1em;
  }
  .blue-robots {
    margin-top: 21em;
    margin-right: 4em;
    text-align: center;
  }
  .red-robots{
    margin-top: 1em;
    margin-left: 4em;
    text-align: center;
  }


  .mision-about .row div:nth-child(2) {
    margin-top: 3em;
  }
  .value-about {
    padding: 3em 0;
    width: 100%;
    margin-top: 0em;
  }
  .mision-about {
    margin-bottom: 5em !important;
  }
  .fa-angle-double-up {
    margin-left: 8em;
  }
  .value-about img{
    width: 100%;
  }
  .value-back-about {
    height: 69em;
    width: 140%;
    margin-top: -68em;
    margin-left: -20%;
  }
  body.about .value-back-about {
    margin-top: -51em;
    height: 51em;
  }
  .value-about p strong {
    font-size: 3.6em;
  }
.col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
/*  especial para pantallas ultrapequeña - en caso de ser necesario */
@media only screen and (max-width: 479px) {

  .about-map .col-number1 {
    margin-left: unset;
  }

  .about-map .col-number2 {
    margin-left: unset;
  }


}

/* ---------------------------------------------------
   Trusted by industry leaders
---------------------------------------------------*/
#industry_leaders {
  text-align: center;
}
#industry_leaders h2 {
  margin-bottom: 1.5em;
}
#industry_leaders .company {
  margin-top: 2em;
}
#industry_leaders .company .row {
  align-items: center;
}
#industry_leaders .comp1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding: 1em 1.25em;
}
#industry_leaders .comp1 img {
  max-height: 70px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
#industry_leaders .comp1 img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #industry_leaders .comp1 {
    height: 90px;
    padding: 0.75em 1em;
  }
  #industry_leaders .comp1 img {
    max-height: 55px;
  }
}


/* ---------------------------------------------------
FIN ABOUT
---------------------------------------------------*/
