body {
  font-family: sans-serif;
  position: relative;
  /* max-width: 1280px; */
}

*{
  margin: 0;
  padding: 0;
  font-family: "montserrat",sans-serif;
}

.header{
  height: 180px;
  position: flex;
  z-index: 1000;
  background: #fff;
  padding: 0 15px;
  color: #fff;
}

.color-black{
  color: #114795;
}

.row-phillips-argentina{
  background-color: #114795;
  color: #114795 !important;
  outline: solid #114795 1px !important;
}

.footer{
  position: relative;
  z-index: 1001;
}
.logo{
  line-height: 100px;
  font-size: 1.5rem;
  max-width: 200px;
  float: left;
  text-transform: uppercase;
}

.argentina-phillips{
  max-width: 100px;
}

.break{
  white-space: pre-line;
}
.mobile-bg-fix-wrap .mobile-bg-fix-img {
  position: absolute;
  width: 100%;
  height: 125%;
  background-size: cover;
  }

footer{
  position: static;
}

.menu{
  float: right;
  line-height: 100px;
}
.menu a{
  /* color: #fff; */
  color: #114795;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 10px;
  transition: 0.4s;
}

.margin-auto{
  margin: auto;
}

.scrollable{
  overflow-y: auto;
}

.show-menu-btn,.hide-menu-btn{
  transition: 0.4s;
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.show-menu-btn{
  float: right;
}
.show-menu-btn i{
  line-height: 100px;
}
.menu a:hover,
.show-menu-btn:hover,
.hide-menu-btn:hover,
.color-black:hover{
  color: #3999da;
}

#chk{
  position: absolute;
  visibility: hidden;
  z-index: -1111;
}

.content{
  display: block;
  padding: 0 15px;
}

.titulo-banner{
  font-weight: bold;
}

.button-banner{
  width: 150px;
  border: 1px solid;
  bottom: 0 !important;
}

.button-banner-wsp{
  width: 250px;
  height: 50px;
  border: 1px solid;
  bottom: 0 !important;
}

.button-transparent{
  background-color: Transparent;
}

.img-logo-cliente-phillips{
  width: 150px !important;
  height: 40px !important;
}

.img-logo-cliente-chico{
  width: 100px !important;
  height: 50px !important;
}

.img-logo-cliente-mabe{
  width: 140px !important;
  height: 60px !important;
}

.img-logo-cliente{
  width: 140px !important;
  height: 50px !important;
}

.content img, .content video{
  width: 100%;
  margin: 20px 0;
  margin: 0;
}

/* media */
@media screen and (max-width:700px) {
  .menu a{
    color: #fff;
  }

  .show-menu-btn,.hide-menu-btn{
    display: block;
  }

  .img-responsive{
    max-height: 450px !important;
  }

  .banner{
    max-height: 400px !important;
  }

  .banner.wsp{
    max-height: 700px !important;
  }

  .principal-banner{
    max-height: 500px !important;
    
  }

  .big-text{
    font-size: 60px !important;
  }

  .banner-clientes{
    height: 700px !important;
  }

  .logo{
    font-size: 1.25rem;
    max-width: 150px;
    padding-top: 1rem;
  }

  .navbar-a{
    font-size: 14px;
  }

  .content{
    display: hide;
  }
  .menu{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #114795;
    right: -100%;
    top: 0;
    text-align: center;
    padding: 80px 0;
    line-height: normal;
    transition: 0.7s;
    z-index: 1001;
  }

  .footer{
    position: absolute;
    z-index: 1001;
  }

  .menu a{
    display: block;
    padding: 20px;
  }
  .hide-menu-btn{
    position: absolute;
    top: 40px;
    right: 40px;
  }
  #chk:checked ~ .menu{
    right: 0;
  }
 }


@media screen and (max-width:1200px) {

  .menu a{
    color: #fff;
  }

  .show-menu-btn,.hide-menu-btn{
    display: block;
  }

  .principal-banner{
    max-height: 500px !important;

  }

  .big-text{
    font-size: 60px !important;
  }

  .img-wsp-banner{
    width: 50px !important;
    height: 50px !important;
  }
  .button-banner-wsp{
    width: 150px;
    height: 25px;
  }

  .banner-clientes{
    max-height: 400px !important;
  }

  .img-logo-cliente-phillips{
    width: 75px !important;
    height: 20px !important;
  }
  
  .img-logo-cliente-chico{
    width: 50px !important;
    height: 25px !important;
  }
  
  .img-logo-cliente-mabe{
    width: 70px !important;
    height: 30px !important;
  }
  
  .img-logo-cliente{
    width: 70px !important;
    height: 25px !important;
  }

  .logo{
    font-size: 1.25rem;
    max-width: 150px;
    padding-top: 1rem;
  }

  .navbar-a{
    font-size: 14px;
  }

  .content{
    display: hide;
  }
  .menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #114795;
    right: -100%;
    top: 0;
    text-align: center;
    padding: 80px 0;
    line-height: normal;
    transition: 0.7s;
    z-index: 1001;
  }
  .menu a{
    display: block;
    padding: 20px;
  }
  .hide-menu-btn{
    position: absolute;
    top: 40px;
    right: 40px;
  }
  #chk:checked ~ .menu{
    right: 0;
  }
}

@media screen and (max-width:1700px) {

  .wrapper{
    max-width: 90% !important;
  }

  .principal-banner{
    max-height: 500px !important;

  }

  .big-text{
    font-size: 60px !important;
  }

  .img-wsp-banner{
    width: 50px !important;
    height: 50px !important;
  }
  .button-banner-wsp{
    width: 150px;
    height: 25px;
  }

  .banner-clientes{
    max-height: 400px !important;
  }

  .img-logo-cliente-phillips{
    width: 75px !important;
    height: 20px !important;
  }
  
  .img-logo-cliente-chico{
    width: 50px !important;
    height: 25px !important;
  }
  
  .img-logo-cliente-mabe{
    width: 70px !important;
    height: 30px !important;
  }
  
  .img-logo-cliente{
    width: 70px !important;
    height: 25px !important;
  }

  .logo{
    font-size: 1.25rem;
    max-width: 130px;
    padding-top: 1rem;
  }

  .navbar-a{
    font-size: 14px;
  }

}

.slide-up {
  /* background:#114795; */
  overflow:hidden;
  animation: 2.5s slide-up;
  margin-top:0%;
}


@keyframes slide-up {
  from {
    margin-top: 100%;
    height: 200%; 
  }

  to {
    margin-top: 0%;
    height: 50%;
  }
}
.parent-image{
  background: url("../static/sudamerica.jpg");
  background-repeat: no-repeat;
  background-position: center; 
}

.container-banderas{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.opacity-05{
  opacity: 0.4;
}

.fade-slide {    
  animation: fadeBottom 2s ;
  visibility: visible !important;	
}
@keyframes fadeBottom {
  0%  {   
      opacity: 0;
      transform: translateY(10%);
  }
  100% {   
      opacity: 1;
      transform: translateY(0);
  }
}

.fadeBottom.triggeredCSS3 {transform : rotate(360deg);}
.slide-up.triggeredCSS3 
.slideup.triggeredCSS3 
.fading.triggeredCSS3
.slideup.triggeredCSS3

.slidemeup{
  position:absolute;
  bottom:-50px;;
  height:50px;
  width:100%;
  left:0;
  animation-name:slideup;
  animation-delay:0.5s;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-timing-function:ease-out;

  
}
@keyframes slideup {
  0%{bottom:-200px}
  100%{bottom:0;}
}

.fade-banners{
  animation: fading 2s;
}

.fade-img{
  animation: fading 4s;
}

@keyframes fading { 
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.bandera-img{
  width: 100px;
}

.navbar {
  background-color: #313236;
  border-radius: 2px;
  /* max-width: 800px; */
}

.navbar-blue {
  background-color: #114795;
  border-radius: 2px;
  /* max-width: 800px; */
}

.fixModal {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.img-banner{
  width: 100% !important;
}

.img-wsp-banner{
  width: 100px !important;
  height: 100px !important;
}

.principal-banner{
  position: relative;
  max-height: 700px;
  overflow: hidden; 
}

.banner{
  position: relative;
  height: 500px;
}

.banner-wsp{
  background: url("../static/contactanos-wsp.jpg");
  background-position:center;
  height: 500px;
}

.banner-clientes{
  position: relative;
  height: 300px;
}

.banner-coronavirus{
  position: relative;
  max-height: 300px !important;
  overflow: hidden !important; 
}

.big-text{
  font-size: 70px;
}

.cropped-img-top{
  height: auto !important;
  top: 0 !important;
}

.cropped-img-bottom{
  height: 100 !important;
  bottom: 0 !important;
  object-fit: cover;
}

.cropped-img-center{
  height: 100 !important;
  margin: auto;
  object-fit: cover;
}

.cropped-img-left{
  height: 100 !important;
  left: 0 !important;
  object-fit: cover;
}

.cropped-img-right{
  height: 100 !important;
  right: 0 !important;
  object-fit: cover;
}

.over-banner-bottom{
  position: absolute;
  height: 180px;
  background-color: #11489556;
  bottom: 0;
}

.over-banner-center{
  position: absolute;
  height: 150px;
  background-color: #11489556;
  margin: auto;
  top:0 !important;
  bottom: 0 !important

}

.over-banner{
  position: absolute;
  pointer-events: none;
  width: 100%;
  bottom: 0;
  top: 0;
}

.row-bottom-margin{
  margin-bottom:-60px !important;
}

.text-shadow-dark{
  text-shadow: 0 0 1px rgb(0, 0, 0);
}

.text-bold{
  font-weight: bold;
}

.banner-background-blue{
  background-color: #114795;
}

.banner-background-blue-grey-informacion{
  background-color: #4F9EC9;
}

.banner-background-blue-grey{
  /* background-color: #44aae0; */
  background-color: #6bb6df;
}

.banner-background-grey{
  background-color: #F6F3F3;
}

.navbar-background-blanco{
  background-color: #fff;
}

.navbar-brand {
  display: block !important;
  text-align:center !important;
  float: none !important;
  vertical-align: top !important;
}

.wrapper{
  width: 100%;
  max-width: 80%;
  margin: auto;
}

.blue-semidark{
  background-color: #3c53b3;
}
.blue-dark{
  background-color: #114795;
}

.padding-0{
  padding: 0px !important;
}

.small-padding{
  padding: 10px !important;
}

.padding-5{
  padding:5% !important;
}

.padding-20{
  padding: 20% !important;
}

.padding-1{
  padding: 1em !important;
}

.padding-1-5{
  padding: 1.5em !important;
}

.padding-2{
  padding: 2em !important;
}

.padding-3{
  padding: 3em !important;
}

.padding-top-1-5{
  padding-top: 1.5em !important;
}

.padding-top-1{
  padding-top: 1em !important;
}

.padding-top-2{
  padding-top: 2em !important;
}

.padding-top-4{
  padding-top: 4em !important;
}

.margin-0{
  margin: 0;
}

.margin-top-20{
  margin-top: 20px;
}

.margin-top-5{
  margin-top: 5px;
}

.margin-20{
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin.bottom-50{
  margin-bottom: 50px;
}

.padding-right-1-5{
  padding-right: 1.5em !important;
}

.padding-right-0{
  padding-right: 0px !important;
}

.padding-right-1{
  padding-right: 1em !important;
}

.padding-right-2{
  padding-right: 2em !important;
}

.padding-left-1-5{
  padding-left: 1.5em !important;
}

.padding-left-0{
  padding-left: 0px !important;
}

.padding-left-1{
  padding-left: 1em !important;
}

.padding-left-2{
  padding-left: 2em !important;
}

.padding-bottom-0{
  padding-bottom: 0!important;
}

.padding-bottom-1-5{
  padding-bottom: 1.5em !important;
}

.padding-bottom-1{
  padding-bottom: 1em !important;
}

.padding-bottom-2{
  padding-bottom: 2em !important;
}

.padding-bottom-3{
  padding-bottom: 3em !important;
}

.padding-bottom-4{
  padding-bottom: 4em !important;
}

.padding-bottom-6{
  padding-bottom: 6em !important;
}

.margin-left-0-3{
  margin-left: 0.3em !important;
}

.p-18{
  font-size: 0.9713977334052887vw;
}

.h-100{
  height: 100% !important;
}

.h-60{
  height: 60% !important;
}

.h-40{
  height: 40% !important;
}

.h-10{
  height: 10% !important;
}

.h-20{
  height: 20% !important;
}

.h-80{
  height: 80% !important;
}

.h-50{
  height: 50% !important;
}

.h-auto{
  width: auto !important;
}

.w-auto{
  width: auto !important;
}

.w-100{
  width: 100% !important;
}

.w-60{
  width: 60% !important;
}

.no-border{
  border: 0 !important;
}

.align-center{
  display: flex; 
  align-items: center;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 18px;
  padding: 5px;
  text-decoration: none;
}

.light-text{
  color: rgb(243, 243, 243) !important;
}

.navbar a:hover {
  color: #ffffff;
}

.img-responsive{
  max-height: 700px;
}

.modal-guts {

  max-height: 700px;

  /* let it scroll */
  overflow: scroll;
  
}
