@charset "UTF-8";

.m-t-30 {
  margin-top: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-30 {
  margin: 30px;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-20 {
  margin: 20px;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-15 {
  margin: 15px;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-10 {
  margin: 10px;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-5 {
  margin: 5px;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-30 {
  padding: 30px;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-20 {
  padding: 20px;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-15 {
  padding: 15px;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-10 {
  padding: 10px;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-5 {
  padding: 5px;
}

.p-0 {
  padding: 0px;
}

body {
  background: #EFF3F6 !important;
}

.principal-container {
  background: #fff;
}

.bg-diagonal {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(-70deg, #fff 50%, #F4F4F4 50%);
  min-height: 500px;
}

/*.cont-login{
    // border: #F4F4F4 2px solid;
    max-width: 450px;
    min-height: 420px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(186,186,186,1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(186,186,186,1);
    box-shadow: 0px 0px 4px 1px rgba(186,186,186,1);
    background: #fff;
}*/

.form-group > label {
  font-weight: 300;
}

.btn-solicitud-acceso,
.btn-solicitud-acceso:hover {
  color: #fff !important;
  background: #D0242C;
  font-weight: 300;
  border-radius: 0;
  font-weight: bold;
}

.btn-ingresar,
.btn-ingresar:hover {
  color: #fff;
  background: #D0242C;
  font-weight: 300;
  border-radius: 0;
  min-width: 190px;
  font-weight: bold;
}

.cont-input-img {
  padding: 4px;
  box-shadow: 1px 1px 2px 1px #bababa;
}

.cont-input-img > .form-control {
  border: none;
  box-shadow: none;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.text-password-recover {
  color: #D0242C;
  font-weight: 600;
}

.btn-login-social {
  border: #DDDDDD 1px solid;
  background-color: #FFFFFF;
}

.btn-login-social.facebook,
.btn-login-social.facebook:hover {
  color: #4267B3;
}

.btn-login-social.google,
.btn-login-social.google:hover {
  color: transparent;
}

.bold {
  font-weight: bold;
}

/*banners*/

.banner_title {
  font-size: 43px !important;
  font-weight: bold;
  color: #FFFFFF;
}

.banner_subTitle {
  font-size: 24px !important;
  font-weight: bold;
  color: #FFFFFF;
}

/*abouts*/

.about_title {
  font-size: 30px !important;
  font-weight: bold;
  color: #333434;
  letter-spacing: 0px;
}

.about_titleRed {
  font-weight: bold;
  font-size: 30px !important;
  color: #D0242C;
  letter-spacing: 0px;
}

.img_info {
  font-size: 26px !important;
  color: #333434;
  font-weight: bold;
}

.seccion_title {
  font-size: 24px !important;
  color: #333434;
  font-weight: bold;
}

.about_content {
  font-size: 19px !important;
  color: #333434;
  font-weight: normal;
}

.about_contentBold {
  font-size: 19px !important;
  font-weight: bold;
  color: #333434;
}

.about_contentBoldS {
  color: #333434;
  font-size: 17px;
  font-weight: bold;
}

.about_contentS {
  color: #333434;
  font-size: 17px;
}

.about_contentSW {
  color: #FFFFFF;
  font-size: 17px;
}

/*containers*/

.container_title {
  font-family: Poppins, sans-serif;
  font-size: 24px !important;
  color: #333434;
  font-weight: bold;
}

.container_content {
  font-family: Poppins, sans-serif;
  font-size: 19px !important;
  color: #333434;
}

/*bloquotes*/

.bloquotes_text {
  font-family: Poppins, sans-serif;
  font-style: italic;
  color: #gray_words;
  font-size: 18px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.invalid {
  border: 2px solid #D0242C;
  border-radius: 5px;
}

.topbar-right {
  height: 40px;
}

/* Nuevos css's hechos con la plantilla de UXPin */

.m-0 {
  margin: 0px;
}

@media (min-width: 1432px) {
  .container {
    width: 1397px;
  }
}

/*@media (min-width: 768px){
    .container {
        width: 100%;
    }
}*/

.img_logo {
  width: 170px;
  height: 126px;
  margin-bottom: 39px;
}

.margin_contentL {
  padding-top: 30px;
  padding-left: 91px;
  padding-bottom: 114px;
}

.margin_contentR {
  padding: 58px 80px 56px 0px;
}

.cont-login {
  border: 1px solid #e4e7ea;
  background-color: #ffffff;
  background-size: cover;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  padding: 31px 59px 75px 59px;
}

.sistema_de {
  font-size: 36px;
  color: #000000;
  font-weight: 700;
  -webkit-text-decoration: none solid black;
          text-decoration: none solid black;
  font-family: Poppins, sans-serif;
  margin-bottom: 0px;
}

.vivimos_el {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  -webkit-text-decoration: none solid black;
          text-decoration: none solid black;
  margin-bottom: 29px;
}

.vendemos_la {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  -webkit-text-decoration: none solid black;
          text-decoration: none solid black;
  margin-bottom: 33px;
}

.img_container {
  margin: 0px 138px 0px 193px;
}

.img_colors {
  margin-right: 24px;
  margin-left: 24px;
}

.Acceso_a {
  width: 354px;
  height: 35px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  -webkit-text-decoration: none solid black;
          text-decoration: none solid black;
  margin-bottom: 36px;
}

.usuario {
  width: 300px;
  height: 27px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  -webkit-text-decoration: none solid black;
          text-decoration: none solid black;
}

.img_mail {
  width: 14px;
  height: 20px;
  margin: 18px 15px 21px 20px;
}

.imput_usuario {
  width: 348px;
  height: 51px;
  padding: 0px 10px;
  border: 1px solid transparent;
  background-size: cover;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #474747;
  font-weight: 400;
  -webkit-text-decoration: none solid #474747;
          text-decoration: none solid #474747;
}

.error {
  width: 129px;
  height: 19px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #D0242C;
  font-weight: 300;
}

.contraseña {
  width: 300px;
  height: 27px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  -webkit-text-decoration: none solid black;
          text-decoration: none solid black;
  margin-top: 1px;
}

.img_lock {
  width: 16px;
  height: 20px;
  margin: 16px 18px 18px 22px;
}

.recuperar_contraseña {
  width: 230px;
  height: 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  color: #d0242c;
  font-weight: 600;
  -webkit-text-decoration: none solid #d0242c;
          text-decoration: none solid #d0242c;
  margin-bottom: 32px;
}

.btn_ingresar {
  border: none;
  width: 217px;
  height: 56px;
  background-color: #d0242c;
  background-size: cover;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  -webkit-text-decoration: none solid white;
          text-decoration: none solid white;
  text-align: center;
}

.img_size {
  width: 36px;
  height: 36px;
}

.swal2-popup {
  font-size: inherit !important;
}

