/* @override https://www.ar2design.com/ultralight/css/style.css */

@media all {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  input,
  textarea,
  select {
    font-family: "Rubik", sans-serif !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-image: url("../img/bg-01.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  font-family: "Rubik" !important;
}
h3 {
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-left: 0 !important;
  font-family: Rubik;
  font-size: 36px !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: normal;
}

.p-01 {
  font-family: Rubik;
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.48;
  letter-spacing: normal;
}
hr {
  border-width: 2px;
  max-width: 80px;
  margin-top: 0;
  margin-bottom: 50px;
  border-color: #f2a622;
}
.logo {
  height: 70px;
}
.btn {
  padding: 14px;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.btn-warning {
  background-color: #f2a622;
  color: #ffffff;
}
.btn-dark {
  background-color: #000;
  color: #ffffff;
}
.bg-warning {
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #ffb200, #ff8b21);
}
.bg-01 {
  min-height: 750px;
}

.bg-01-mobile {
  background-image: url(../img/bg-phone.png) !important;
  background-size: 100%;
  background-repeat: no-repeat !important;
  margin-top: 85px;
}

.bg-01 h2 {
  font-family: Rubik;
  font-size: 37px !important;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.bg-01 .btn {
  font-family: Rubik;
  font-size: 16px;
  border-radius: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 15px 10px;
  background-color: #f2a622;
}
.bg-01 .btn:hover {
  color: #ffffff;
}
.bg-02 {
  background-image: url("../img/bg-servicios.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.align-y-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.icon {
  width: 100px;
}
.separator {
  height: 50px;
}

/* quienes */
#quienes-somos{
	
	clear: both;
}
/* carrusel marcas */
.marcas {
  margin: 120px 0;
}

.marcas .item {
	padding: 20px;
}

._shadow {
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.catalogos {
  width: 100%;
}

.catalogos .--cat-title {
  font-size: 12px;
  margin-bottom: 0px;
  color: #292929;
  margin-top: 10px;
  padding-left: 15px;
  text-align: left;
  font-weight: bold;
}

.catalogos .--cat-link {
  font-size: 10px;
  color: #ffb11b;
  text-decoration: none !important;
  padding-left: 15px;
  text-align: left;
  display: block;
  margin-top: 5px;
}

.slider_nav {
  margin-top: 3rem;
}
button.am-next,
button.am-prev {
  width: 43px;
  height: 43px;
  background-color: #dcdcdc;
  padding: 0;
  border-radius: 50%;
  outline: unset;
  box-shadow: unset;
}

button.am-next {
  margin-right: 25px;
}

button.am-next:hover,
button.am-prev:hover,
button.am-next:focus,
button.am-prev:focus {
  background: #525252 !important;
  outline: unset;
  box-shadow: unset;
}

.hr-theme {
  height: 4px;
  border: none;
  margin-top: 5px;
  margin-bottom: 55px;
  background: #ffb11b;
}

/* form */
form#contact {
  position: absolute;
  background: #ffb11b;
  padding: 25px 20px;
  top: -80px;
  width: 380px;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.21);
  right: 5%;
}

form#contact input,
form#contact textarea {
  min-height: 45px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  box-shadow: unset !important;
  border-radius: 5px;
}

::-webkit-input-placeholder {
  color: #bebebe !important;
}
:-ms-input-placeholder {
  color: #bebebe !important;
}
::placeholder {
  color: #bebebe !important;
}

form#contact #submit_button {
  width: 100%;
  height: 59px;
  border-radius: 5px;
  background: transparent;
  border: solid 4px #ffffff;
  margin-bottom: 0;
  outline: unset;
}

form#contact button[type="submit"]:focus {
  outline: unset;
}

form#contact #captcha:hover{
  background-color: #e9ecef;
  cursor: default
}

form#contact #captcha canvas{
  width:80%
}

form#contact a {
  font-family: Rubik;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

form#contact a:hover,
form#contact a:focus {
  text-decoration: none;
}

.color-theme {
  color: #ffb11b;
}

a,
a:focus,
a:hover {
  text-decoration: none !important;
}

.sitemenu.--desktop a {
  margin-left: 10px;
  padding: 15px 20px;
  border-radius: 26px;
  color: #454546;
  transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sitemenu.--desktop a:hover {
  background: #f3f3f3;
  color: #ffb11b;
}

.sitemenu.--desktop a.button-contact {
  background: #f3f3f3;
  color: #ffb11b;
  font-weight: bold;
}

.p-footer {
  font-size: 12px;
  text-align: center;
  color: white;
  display: inline-block;
}

.navbar-toggler {
  position: absolute;
  left: 25px;
}

.navbar-toggler > :first-child,
.navbar-toggler.active > :last-child {
  display: block;
}

.navbar-toggler.active > :first-child,
.navbar-toggler > :last-child {
  display: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  background: transparent !important;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.mobile-nav {
  display: none;
  position: absolute;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100vh;
  z-index: 999999;
  margin-top: -2px;
}

.mobile-nav .sitemenu.--mobile {
  display: flex;
  flex-direction: column;
}

.sitemenu.--mobile a {
  margin-left: 10px;
  padding: 12px 20px;
  border-radius: 26px;
  font-size: 22px;
  color: #454546;
  transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bg-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  top: 0;
}
.mobile-nav .--footer {
  padding-left: 30px;
}

.mobile-nav .--footer a {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 18px;
  color: #454546;
  transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mt-100-px {
  margin-top: 100px;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.form-msg {
  display: none;
}

@media all and (max-width: 990px) {
  body {
    background-size: 100% !important;
  }

  .bg-01 {
    min-height: 450px;
  }

  .height-125 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .height-125 p {
    margin-bottom: 0;
    margin-left: 20px;
  }
}

@media all and (max-width: 800px) {
  .catalogos {
    margin-left: 0px;
  }

  .marcas {
    margin: 0px 0;
  }

  .mt-100-px {
    margin-top: 0px !important;
  }
}

@media (max-width: 720px) {
  form#contact {
    position: initial;
    padding: 25px 20px;
    width: 96%;
    margin: auto;
  }
  h3 {
    font-size: 32px !important;
  }
  p {
    font-size: 16px !important;
  }
  .icon {
    width: 75px;
    float: left;
  }

  .p-footer {
    text-align: left;
  }
}
