/*
  Theme Name: Imperial
  Theme URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-template/
  Author: BootstrapMade
  Author URL: https://bootstrapmade.com
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #f16c20;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #184d73;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.50rem;
}

/* strong{
  color: #f16c20;
} */

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #f16c20;
  color: #fff;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#inicio {
  /* display: table;
  width: 100%;
  height: 75vh; */
  /* background:linear-gradient(rgba(177, 174, 174, 0.9), rgba(177, 174, 174, 0.9)), url(../img/logo.jpg) top center; */
  /* background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/logo.jpg") fixed center center; */
  background: linear-gradient(rgba(235, 232, 232, 0.9), rgba(235, 232, 232, 0.9)), url("../img/logo.jpg") fixed center center;
  /* background-size: 50%; */
  background-size: cover;
  padding: 2px 0 60px 0;
}


@media (min-width: 1024px) {
  #inicio {
    background-attachment: fixed;
  }
}

#inicio .inicio-logo {
  margin: 20px;
}

#inicio .inicio-logo img {
  max-width: 100%;
}
/* modifique aca  */

#inicio .inicio-container {
  /* background: rgba(0, 0, 0, 0.8); */
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#inicio h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  /* color: #f16c20; */
  }

  #inicio h3 {
    margin: 30px 0 10px 0;
    font-weight: 700;
    line-height: 8px;
    text-transform: uppercase;
    color: #5c5959;
    }

@media (max-width: 768px) {
  #inicio h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#inicio h2 {
  color: #999;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #inicio h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #inicio h2 .rotating {
    display: block;
  }
}

#inicio .rotating > .animated {
  display: inline-block;
}

#inicio .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#inicio .btn-get-started {
  background: #f16c20;
  border: 2px solid #f16c20;
  color: #fff;
}

#inicio .btn-get-started:hover {
  background: #184d73;
  border: 2px solid #184d73;
  color: #fff;
}

#inicio .btn-services {
  border: 2px solid #f16c20;
  color: #fff;
  background: #f16c20;
}

#inicio .btn-services:hover {
  background: #184d73;
  border: 2px solid #184d73;
  color: #ffff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #184d73;
  padding: 20px 0;
  height: 90px;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo a {
  font-size: 26px;
  padding: 0;
  /* max-height: 50px; */
  
  color: #fff;
}

@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

.is-sticky #header {
  /* background:#f16c20; */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
/* .nav-nav, .nav-nav *{
  margin: 0;
  padding: 0;
  list-style: none;
} */


/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-expand-lg-container {
  float: right;
  margin: 5px 0;
}
/* #nav-expand-lg-container2 {
  float: right;
  margin: 5px 0;
} */



@media (max-width: 768px) {
  #nav-expand-lg-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-nav .nav-link {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family:  sans-serif;
  font-weight: 300;
  font-size: 18px;
  outline: none;
}

.nav-nav a:hover, .nav-nav li:hover > a, .nav-nav .menu-active > a {
  color: #f16c20;
}

.nav-nav ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-nav ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-nav ul li:first-child {
  border-top: 0;
}

.nav-nav ul li:hover {
  background: #f6f6f6;
}

.nav-nav ul li a {
  color: #333;
}

.nav-nav ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #184d73;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f16c20;
}

#mobile-nav ul .menu-item-active {
  color: #f16c20;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  font-size: 32px;
  /* color: #111; */
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #f16c20;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-img {
  overflow: hidden;
}
/* imagen de quienes somos-*/
#about .about-img img {
  max-width: 80%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .about-content {
  background: #fff;
}

#about .about-title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#about .about-text {
  line-height: 26px;
  margin-bottom: 15px;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/logo.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background: #f16c20;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #f16c20;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #f16c20;
}

#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/* Subscribe Section
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #f16c20;
  border: 2px solid #f16c20;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}

#portfolio .portfolio-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 260px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .details {
  height: 260px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}

#portfolio .portfolio-item .details h4 {
  font-size: 16px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #666666;
  font-size: 13px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, 15px, 0);
}

#portfolio .portfolio-item:hover .details {
  opacity: 0.8;
}

#portfolio .portfolio-item:hover .details h4 {
  transform: translate3d(0, 0, 0);
}

#portfolio .portfolio-item:hover .details span {
  transform: translate3d(0, 0, 0);
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}

#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #f16c20;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #f16c20;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #f16c20;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #f16c20;
  border: 1px solid #f16c20;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #f16c20;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #25d8fc;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: nav-menu a;
  padding: 30px 0;
  background: #f16c20;
}

#footer .copyright {
  text-align: left;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

.textfooter{
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  /* font-family	:Verdana, Geneva, Tahoma, sans-serif; */

}
/* .titulofooter{
  color: #000;
} */
.textfooter h3{
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: 1px dashed rgba(207, 166, 113, 0.5);
  margin-bottom: 10px;
  
}

@font-face {
    font-family: SansProRegular;
    font-weight: bold !important;
    /* src: url("fonts/FNB Sans-Bold.otf"); */
    src: url(fonts/SourceSansPro-Regular.ttf);
}

body {
    font-family: SansProRegular !important;
}

.btn-danger {
    border: none !important;
    background: #0099D1 !important;
}

.msg-server div span {
    color: #808080;
    padding: 5px;
    word-wrap: break-word;
    max-width: 100%;
}

/************************* LOCAL ***********************************/
.msg-local div div div {
    color: white;
    background: #0099D1;
    padding: 4px;
    display: inline-block;
}

.msg-local div div div a {
    color: white;
    background: #0099D1;
}

.msg-local div div div span {
    word-wrap: break-word;
    max-width: 100%;
    padding-left: 2px;
    padding-right: 2px;
}

.msg-local>div,
.msg-remote>div {
    margin-top: 2px;
}

.msg-local>div:first-child,
.msg-remote>div:first-child {
    margin-top: 5px;
}

.msg-local>div:nth-child(2) div div {
    border-top-right-radius: 10px;
}

.msg-local>div div div {
    /* medio */
    border-radius: 10px 3px 3px 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.msg-local>div:last-child div div {
    border-bottom-right-radius: 10px;
}



.msg-local>div:last-child div div p,
.msg-remote>div:last-child div div p {
    visibility: visible;
}

/************************ REMOTE *********************/
.msg-remote div div div {
    color: black;
    background: rgb(194, 193, 193);
    padding: 4px;
    display: inline-block;
}

.msg-remote div div div {
    color: black;
    background: rgb(218, 217, 217);
    padding: 4px;
    display: inline-block;
    word-wrap: break-word;
    max-width: 100%;
    padding-left: 2px;
    padding-right: 2px;
}

.msg-remote>div:last-child div div {
    border-bottom-left-radius: 10px;
}

.msg-remote div:nth-child(2) div div {
    border-top-left-radius: 10px;
}

.msg-remote>div div div {
    /* medio */
    border-radius: 3px 10px 10px 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.only-child {
    border-radius: 10px 10px 10px 10px !important;
}

.check {
    font-size: 0.6em;
    margin-bottom: 0px;
    display: inline;
    padding-left: 2px;
}

.check-remote {
    color: grey;
}

#panel-data-input,
#panel-out-of-service {
    padding-left: 8%;
    padding-right: 11%;
    margin-top: 20px;
}

button.btn-round {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    /*font-size: 36px;*/
    font-size: 33px;
}

.btn-info-pressed {
    background-color: #31b0d5;
    color: white !important;
}

.btn-default-pressed {
    background-color: #424242;
    color: white !important;
}

.btn-back {
    background-color: white;
}

.header {
    z-index: 999;
    position: fixed;
    height: 80px;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
    line-height: 79px;
    /* background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15% auto;
    background-position-y: 8px;
    background-position-x: 25px; */
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

div.content {
    margin-top: 50px;
    margin-bottom: 51px;
    padding-top: 5px;
    padding-bottom: 25px;
    /*background: url("../images/Mitrol%20Bird__.png") no-repeat fixed center;*/
}


/* Estilos para navegadores Firefox */
@-moz-document url-prefix() {
    .form-control {
        height: auto !important;
        padding: 7px 10px !important;
    }
}

.full-screen-container {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.screen-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.w100 {
    width: 100%;
    width: 100vw;
}


p.texto-recibido {
    margin: 0;
    font-size: 18px;
}

.pull-left {
    float: left !important;
    font-size: 18px !important;
}


#chat-partners {
    font-weight: bold;
    font-size: 2rem;
    margin: 0 1rem;
}

.typing-status img {
    height: 3em;
    z-index: 9999;
    margin: 0 1rem;
}

.chat-layout {
    display: flex;
    height: 100vh;
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
}

.chat-layout.video-chat-enabled #video-container {
    width: 50%;
    height: 100%;
}

.chat-bubble {
    width: 100%;
    background-color: #FFF;
}

.chat-layout.video-chat-enabled .chat-bubble {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: calc(70% - 80px);
}

.chat-layout.video-chat-enabled #video-container {
    position: relative;
}

.chat-layout.video-chat-enabled #video-container [id^="remote-video"] {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 25%;
    transform: translate(0, -50%);
    display: block;
}

.chat-layout.video-chat-enabled #video-container [id^="local-video"] {
    position: absolute;
    max-height: 27%;
    max-width: 100%;
    left: 150%;
    top: 0;
    transform: translate(-50%, 0);
    display: block;
}

.chat-bubble {
    position: relative;
    border-radius: 5px 0 0 5px;
    border: 1px solid #aaaaaa;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}


.chat-bubble .footer {
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    height: 90px;
    width: 100%;
    background-color: #eeeeee;
    padding: 1rem;
}

.chat-bubble .contenedor-chat {
    overflow-y: auto;
    overflow-X: hidden;
    padding: 0 .5rem;
    height: 100%;
}

.col-sm-offset-1 {
    margin-left: 0 !important;
}

.col-xs-offset-2 {
    margin-left: 0 !important;
}

.estilosIconos {
    border-radius: 15px;
    border: 0px solid #03a9f0;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
}

.w100-2 {
    width: 90% !important;
    width: 100vw;
}

.icon-colsanitas {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.col-md-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

/* ============ estilos DEVCO AQL =================== */

.mit-container-front {
    background-color: white;
    margin-left: 5% !important;
    margin-right: 5% !important;
    /* margin-top: 4% !important; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.80);
}

.mit-container-frontLeft {
    padding: 0 !important;
}

.mit-img-background {
    /* width: 514px; */
    width: 100%;
    background-repeat: no-repeat;
}

.mit-container-img {
    padding: 0 !important;
}

.mit-msj-bienvenidos {
    width: 300px;
    margin: auto;
    background-color: #f16c20;
    padding: 11px 2px;
    border-radius: 5px;
    font-size: 32px;
    color: white;
    font-weight: bold;
}

.mit-container-bh {
    padding: 25px;
    text-align: center;
    background: #184d73;
    color: white;
    font-size: 20px;
    font-weight: bold;
}



.mit-data-form {
    /* display: flex;
    flex-direction: column; */
    margin: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.mit-container-imputs {
    /* padding: 20px 0px 0px 0px !important; */
    padding-top: 20px;
    background-color: white !important;
}

.mit-dataForm-title {
    margin-bottom: 15px;
    /* margin-top: -10em; */
    color: #0069A7;
    font-weight: 900;
    font-size: 18px;
}

.mit-dataForm-subTitle {
    padding-left: 0;
    margin-bottom: 0;
    color: #212121;
    font-size: 14px;
}

.mit-container-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.mit-container-element-form {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.mit-element-form-left {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0 !important;
}


.mit-element-form-right {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.mit-element-form {
    margin-bottom: 0 !important;
}

.mit-element-label {
    color: #212121 !important;
    font-size: 16px !important;
}

.mit-element-select {
    color: #757575 !important;
    font-size: 16px !important;
    height: 33px !important;
    padding: 2px !important;
}

.mit-element-terminos {
    color: #212121 !important;
    font-size: 16px !important;
    text-align: left;
}

.mit-element-links {
    color: #0069A7;
    text-decoration: underline;
}

.mit-container-button-form {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;

}

.mit-button-form {
    color: #fff !important;
    background-color: #f16c20 !important;
    border-radius: 30px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 15px;

}

.mit-button-form-enable,
.swal2-actions button {
    color: white !important;
    background-color: #0069A7 !important;
    border-radius: 30px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 15px;
    margin-bottom: 30px;
    outline: none !important;
    box-shadow: none !important;
}

.mit-button-form-enable:hover,
.swal2-actions button:hover {
    background-color: #003D53 !important;
    outline: none !important;
    box-shadow: none !important;
}


.mit-modal-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 450px;
    color: #212121;
}

.mit-modal-header {
    display: flex;
    justify-content: center !important;
}

.mit-modal-rowContainer {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #212121;
    font-size: 14px;
}

.mit-modal-title {
    color: #0069A7;
    font-weight: bold;
    font-size: 18px;
}

.mit-modal-info {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.mit-modal-img {
    text-align: center;
    margin-top: 15px;
}

.mit-swal-container {
    width: 100%;
}

.mit-chat-area {
    margin-top: 15px;
}

.mit-chat-imgHeader {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.mit-chat-imgHeader img {
    width: 166px;
    height: 49px;
}

.mit-chat-namePiloto {
    margin-top: 9px;
    font-size: 20px;
}

.mit-input-textChat {
    font-size: 18px;
}

.mit-button-close {
    margin-right: 30px;
    margin-top: 20px !important;
}

.mitHidden {
    display: none !important;
}

/* .swal-height {
    height: 500px;
} */

.swal2-popup {
    padding: 0rem;
    border-radius: 0.8rem;
}

.swal2-actions {
    margin: auto;
}

.swal2-close {
    color: #757575 !important;
}


.swal2-html-container {
    /* max-height: 60% !important; */
    overflow: visible !important;
}

.modal-footer {
    display: none;
}

.mit-container-input-terminos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mitInput {
    font-size: 16px !important;
}

.mitInput:focus {
    border-color: #0099d1 !important;
    box-shadow: 3px 2px 23px 0px rgba(0, 153, 209, 0.43) !important;
}


.mitInputchek {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1PX SOLID #B4B4B4;
    border-radius: 2PX !important;
    margin-right: 15px !important;
}

.mitInputchek:focus {
    border-color: black !important;
    box-shadow: 3px 2px 23px 0px rgba(42, 170, 230, 0.43) !important;
}

.mitInputchek:checked {
    background-color: #0099D1;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    border-color: #0099D1 !important;
}

.mitButton:focus {
    background-color: #003D53 !important;
    border: black;
}

.mitInputOK:focus {
    border-color: #2ecc71 !important;
    box-shadow: 2px -3px 13px -2px rgba(46, 204, 113, 1) !important;
}


.mitInputError:focus {
    border-color: #B50303 !important;
    box-shadow: 2px -3px 13px -2px rgba(181, 3, 3, 0.72) !important;
}





@media (max-width: 1024px) {

    #panel-data-input,
    #panel-out-of-service {
        padding-left: 0;
        padding-right: 0;

    }

    .mit-container-front {
        margin-left: 0% !important;
        margin-right: 0% !important;
        margin-top: 0% !important;
    }

    .w100-2 {
        width: 100% !important;
    }
}

@media (max-width: 768px) {

    #panel-data-input,
    #panel-out-of-service {
        margin-top: 0px;
        height: 100%;
    }

    .mit-container-front {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: column !important;
    }

    .mit-container-frontLeft {
        max-width: 100% !important;
    }

    .mit-container-img {
        overflow: hidden;
        height: 350px
    }

    .mit-data-form {
        max-width: 90% !important;
    }

    .mit-container-button-form {
        padding-bottom: 40px;

    }

    .header {
        display: flex;
        justify-content: space-between;
    }

   
    p.texto-recibido {
        font-size: 16px;
    }

    .pull-left {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mit-element-form-right {
        margin-left: 0px;
    }

    .mit-element-form-left {
        margin-right: 0px;
    }

}


@media only screen and (max-width: 425px) {
    .mit-container-img {
        height: 288px
    }
}

@media only screen and (max-width: 375px) {
    .mit-container-img {
        height: 254px
    }
}

@media only screen and (max-width: 320px) {
    .mit-container-img {
        height: 215px
    }
}

.itemimg{
  object-fit: scale-down;
  height: 50vh;
  width: 100%;
  /* background:linear-gradient(rgba(177, 174, 174, 0.9), rgba(177, 174, 174, 0.9)); */
}

.carousel-control-next{
  /* top: 180px; */
  /* opacity:10; */
  border: 0;
      background: 0 0;
  /* width:2%;
  height: 12%;
  margin-right: 350px; */
  /* background:linear-gradient(rgba(245, 242, 242, 0.9), rgba(250, 246, 246, 0.9)); */
}
.carousel-control-prev{
  /* opacity:10; */
  border: 0;
      background: 0 0;
}


.carousel-caption{
 /* object-fit: scale-down; */
  /* height: 50vh;
  width: 100%; */
  margin-left: auto;
  margin-right: auto;
  /* background:linear-gradient(rgba(177, 174, 174, 0.9), rgba(177, 174, 174, 0.9)); */

}
.carousel-caption h1{
color: #f16c20;
/* background:linear-gradient(rgba(177, 174, 174, 0.9), rgba(177, 174, 174, 0.9)); */

}

.submenu{
/* color:#fff ; */
background:#184d73 ;
}
.menu-has-children{
  color:#fff ;
}

.menu-has-children:hover {
  color: #f16c20;
  /* color: #fff; */
}

.dropdown-item{
color:#fff ;
/* background:#184d73 ; */
}



@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* .carousel-inner > .item > img {
  object-fit: scale-down;
  height: 50vh;
  width: 100%;
} */

/* nav */
#nav-menu-container {
  float: right;
  margin: 5px 0;
}

/* .nav-collapse{
  text-align: right;
  float: right;
} */


.nav-nav ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-nav li {
  position: relative;
  white-space: nowrap;
}

.nav-nav > li {
  float: left;
}

.nav-nav li:hover > ul,
.nav-nav li.sfHover > ul {
  display: block;
}

.nav-nav ul ul {
  top: 0;
  left: 100%;
}


.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* fin nav */



/*
  Theme Name: Imperial
  Theme URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-template/
  Author: BootstrapMade
  Author URL: https://bootstrapmade.com
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/*  */

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */


/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 14px;
  outline: none;
}

/* .nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #03C4EB;
} */

/*------------------------------------------------------------------
    Customer Reviews
-------------------------------------------------------------------*/

.customer-reviews-box{
	padding: 70px 0px;
}

.carousel-inner .img-box{
	width: 135px;
	height: auto;
}
.m-auto {
  margin: auto!important;
}
.carousel-control-prev{
	left: -100px;
}
.carousel-control-next{
	right: -100px;
}
.carousel-indicators{
	top: 320px;
}

.text-warning{
	color: #f16c20 !important;
	font-size: 24px;
}

@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner .carousel-item p{
		font-size: 14px;
	}
	.carousel-control-prev{
		left: -5px;
	}
	.carousel-control-next{
		right: -5px;
	}
 	.carousel-indicators{
		top: 400px;
	}
}

#reviews .carousel-control-prev{
	background: #f16c20;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	font-size: 28px;
	opacity: 1;
}
#reviews .carousel-control-prev:hover{
	background: #010101;
	color: #ffffff;
}

#reviews .carousel-control-next{
	background: #f16c20;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	font-size: 28px;
  /* carousel-item  */
	opacity: 1;
}
#reviews .carousel-control-next:hover{
	background: #010101;
	color: #ffffff;
}

.text-primary{
  color: #f16c20 !important;
}

.floating-buttons {
  align-items: flex-end;
  bottom: 7.8125rem;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 1.5625rem;
  z-index: 4;
}

#divofert{
  margin-top: 30px;
}
/* #btnaplicar{
  margin-top: 30px;
} */

.imgdescripcion{
  /*padding: 0;*/
    /*margin: 0;*/
    /* width: 5px; */
    height: 5px;
}

/* Efecto al cargar formulario */
.centrar{
  height: 50vh;
display: flex;
justify-content: center;
align-items: center;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #f16c20;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*prueba chat*/

/* @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); */


body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "lato", sans-serif;
}

/* .signupFrm {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
} */


.form {
  background-color: white;
  /* width: 400px; */
  border-radius: 8px;
  padding: 20px 40px;
  box-shadow: 0 10px 25px rgba(92, 99, 105, .2);
}

.title {
  font-size: 50px;
  margin-bottom: 30px;
}

.inputContainer {
  position: relative;
  height: 45px;
  width: 90%;
  margin-bottom: 17px;
}

.input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 1px solid #DADCE0;
  border-radius: 7px;
  font-size: 16px;
  padding: 0 20px;
  outline: none;
  background: none;
  z-index: 1;
}


.label {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 0 4px;
  background-color: white;
  color: #DADCE0;
  font-size: 16px;
  transition: 0.5s;
  z-index: 0;
}

::placeholder {
  color: transparent;
}

.submitBtn {
  display: block;
  margin-left: auto;
  padding: 15px 30px;
  border: none;
  background-color: #f16c20;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 30px;
}

.submitBtn:hover {
  background-color: #184d73;
  transform: translateY(-2px);
}
.input:focus + .label {
  top: -7px;
  left: 3px;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  color: #f16c20;
}

.input:not(:placeholder-shown)+ .label {
  top: -7px;
  left: 3px;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
}

.input:focus {
  border: 2px solid #f16c20;
}

.display-chat{
  height:250px;
  background:#ecedf0;
  margin-bottom:4%;
  overflow:auto;
  padding:15px;
}
.intercom-t5l4od {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  padding: 8px 12px;
  -webkit-box-align: center;
  align-items: center;
  transition: color 250ms ease 0s, background-color 250ms ease 0s;
  border-radius: 8px;
  opacity: 1;
  cursor: pointer;
}

/*chat de aistencia*/
.wrapper2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Altura de la pantalla completa */
  flex-direction: column;
  background-color: #f9f9f9; /* Color de fondo opcional */
}

/*chat*/

.wrapper{
  width: 370px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-top: 0px;
}
.wrapper .title{
  background: #fd7d1c;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #fd7d1c;
  border-radius: 5px 5px 0 0;
}
.wrapper .form{
  padding: 20px 15px;
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
}
.wrapper .form .inbox{
  width: 100%;
  display: flex;
  align-items: baseline;
}
.wrapper .form .user-inbox{
  justify-content: flex-end;
  margin: 13px 0;
}
.wrapper .form .inbox .icon{
  height: 40px;
  width: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  /* background: #fd7d1c; */
}
.wrapper .form .inbox .msg-header{
  max-width: 83%;
  margin-left: 10px;
}
.form .inbox .msg-header p{
  /* color: #000; */
  /* background: #fd7d1c; */
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 14px;
  word-break: break-all;
}
.form .user-inbox .msg-header p{
  color: #333;
  background: #efefef;
}
.wrapper .typing-field{
  display: flex;
  height: 60px;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  background: #efefef;
  border-top: 1px solid #d9d9d9;
  border-radius: 0 0 5px 5px;
}
.wrapper .typing-field .input-data{
  height: 40px;
  width: 335px;
  position: relative;
}
.wrapper .typing-field .input-data input{
  height: 100%;
  width: 100%;
  outline: none;
  border: 1px solid transparent;
  padding: 0 80px 0 15px;
  border-radius: 3px;
  font-size: 15px;
  background: #fff;
  transition: all 0.3s ease;
}
.typing-field .input-data input:focus{
  border-color: rgba(0,123,255,0.8);
}
.input-data input::placeholder{
  color: #999999;
  transition: all 0.3s ease;
}
.input-data input:focus::placeholder{
  color: #bfbfbf;
}
.wrapper .typing-field .input-data button{
  position: absolute;
  right: 5px;
  top: 50%;
  height: 30px;
  width: 65px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  background: #fd7d1c;
  border: 1px solid #fd7d1c;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.wrapper .typing-field .input-data input:valid ~ button{
  opacity: 1;
  pointer-events: auto;
}
.typing-field .input-data button:hover{
  background: #fd7d1c;
}

.imgchatfgi{
  width: 40px; /* Tamaño personalizado */
        height: 40px;
        border-radius: 40%;
}

/* Anuncio*/
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5); /* Fondo negro semitransparente */
  padding: 10px;
  border-radius: 5px;
}

.caption-title {
  color: #fff; /* Color blanco para el título */
  font-size: 1.5rem;
}

.caption-text {
  color: #ddd; /* Color gris claro para el texto */
  font-size: 1rem;
}

