body {

	background-image: url(/assets/banners/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-size:cover;
}

@media (min-width: 1400px){
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px!important;
  }
}

* {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

*, *:focus {
  outline: none !important; }

/*begin loading*/
.hidden{
  display: none !important;
}

.lds-ring      {
  background-color: black !Important;
  padding: 4px  !Important;
  border-radius: 15px  !Important;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  align-self: center;
  margin: 6px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  margin: 4 px;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*end loading*/

a {
  color: #0098E5; }

.link-color {
	color: #FFFFFF; }

.link-color-site {
	color: #F71E2E; }

.bg-custom-primary {
  /*background-color: #02090c;
  border-bottom: 2px solid red */
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(32,32,32,1) 100%);
}

.bg-custom-secondary {
  background: linear-gradient(0deg, rgba(51,0,0,1) 0%, rgba(223,10,36,1) 100%);
  background-color: rgb(51,0,0);
  }

.bg-custom-secondary:hover {
  background: linear-gradient(0deg, rgba(125,0,0,1) 0%, rgba(245,62,85,1) 100%);
  background-color: #300;
}

.my-075 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.header-login-input {
  width: 150px !important;
  text-align: center;
  height: 57px;
  background-color: #ECECEC;
  border-radius: 2px;
  color: black;
  border: 1px solid #D2D2D2;
  font-size: 12px; 
  margin-right: 4px;
}

.header-wrong-password {
  width: 200px;
  height: 35px;
  background-color: white;
  position: absolute;
  top: 90px;
  z-index: 2;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  transition: 1s;
  -moz-transition: 1s;
  opacity: 0; }
  .header-wrong-password small {
    font-weight: bold;
    align-self: center; }

.header-wrong-password:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  position: absolute;
  right: 0;
  bottom: 25px; }

.opacity-1 {
  opacity: 1; }

.mobile-login-input::placeholder,
.header-login-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909090;
  opacity: 1;
  /* Firefox */ }

.navbar {
	height: 90px;
	border-bottom: 2px solid #8c0909;
}

.navbar-toggler-icon {
  width: 2em;
  height: 2em; }

.mobile-login-input {
  width: 100%;
  text-align: center;
  height: 50px;
  background-color: #ECECEC;
  border-radius: 2px;
  color: black;
  border: 1px solid #D2D2D2;
  font-size: 12px;
  margin-bottom: 1rem; }

.mobile-login-button {
  width: 100%;
  font-weight: 600;
  height: 50px;
  background-color: rgb(255 0 0 / 70%)!important;
  opacity: 0.8;
}

.main-logo {
width: 314px}

.text-custom-secondary {
  color: #0098E5; }

.fw-boldest {
  font-weight: 600 !important; }

.fs-sm-7 {
  font-size: 0.8rem; }

.icon-circle-container {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 1rem;
  display: flex;
  justify-content: center; }

.icon-large {
  font-size: 2.5rem; }

.icon-med {
  font-size: 2rem; }

.text-white::before {
  color: white !important; }

.text-custom-secondary,
text-custom-secondary::before {
  color: #0098E5; }

.carousel-control-next {
  right: 15px; }

.carousel-control-prev {
  left: 15px; }

.carousel-control-prev {
  justify-content: start; }

.carousel-control-next {
  justify-content: flex-end; }

#topBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 100px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #b9b6b6;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 2px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */ }

#topBtn:hover {
  background-color: #02081D;
  /* Add a dark-grey background on hover */ }

.chat-bubble {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #02081D;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 2px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #1416199e; }

 .banner-inferior{
	 margin-left: 50%;
 }

@media (max-width: 992px) {
	.fs-sm-7 {
    font-size: 0.75rem !important; } }



.col-center{
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.center-block{
  float: none;
}
@media(max-width: 6200px) and (min-width:993px) {
    #ico_mobile {
        display:none!important;
        padding-top: 3px!important;
        padding-bottom: 3px!important;
        padding-right: 8px!important;
        padding-left: 8px!important
    }

    #ico_desktop {
        display: block!important;
        padding-top: 3px!important;
        padding-bottom: 3px!important;
        padding-right: 8px!important;
        padding-left: 8px!important
    }
}

@media(max-width: 357px) and (min-width:58px) {
    #ico_mobile {
        display:block!important;
        padding-top: 3px!important;
        padding-bottom: 3px!important;
        padding-right: 0!important;
        padding-left: 0!important
    }

    #ico_desktop {
        display: none!important;
        padding-top: 3px!important;
        padding-bottom: 3px!important;
        padding-right: 8px!important;
        padding-left: 8px!important
    }
}
@media(max-width: 992px) and (min-width:58px) {
    #ico_mobile {
        padding:0!important;
        float: right!Important
    }

    img.logo_marca {
        width: 150px!important;
        height: auto!important
    }

    a.navbar-brand.nav_bar_call_now {
        float: left;
        text-align: left;
        padding: 0;
        width: 152px!important;
        padding-left: 0!important
    }

    #ico_mobile.container.align-items-right {
        float: right;
        padding: 0
    }

    #ico_mobile_contenido {
        float: right;
        padding: 0
    }

    a#ico_mobile_contenido {
    }
}
