

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.prompt-thin {
  font-family: "Prompt", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.prompt-extralight {
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.prompt-light {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.prompt-regular {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.prompt-medium {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.prompt-semibold {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.prompt-bold {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.prompt-extrabold {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.prompt-black {
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.prompt-thin-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.prompt-extralight-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.prompt-light-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.prompt-regular-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.prompt-medium-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.prompt-semibold-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.prompt-bold-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.prompt-extrabold-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.prompt-black-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}







/* ------------------------- */

.fade-in {
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

  .mt-6 {
    margin-top: 4rem !important;
  }


.bg-fondo2 {
  background-color: rgba(220, 220, 220, 0.5) !important; 
  /* 243, 246, 247,1 */
}

.nopaddings{
  padding: 0 !important;
  margin: 0 !important;
}

.nounderline{
  text-decoration: none !important;
}

.shadow-md {
  box-shadow: 0 0.1rem 0.9rem rgba(0, 0, 0, 0.24675) !important;
}

.fs-7 {
  font-size: 0.7rem !important;
}

.fs-8 {
  font-size: 0.9rem !important;
}
.fs-8a {
  font-size: 0.8rem !important;
}

.fs-13 {
  font-size: 13px !important;
}
.text-shadow-1{
  text-shadow: 1px 1px 0 rgba(0,0,0,1);
}

:root {
  --bs-purple-rgb: 106, 90, 205;
  --bs-LightPurple-rgb: 114, 143, 206;
  --bs-BlueRibbon-rgb: 48, 110, 255;
  --bs-DodgerBlue-rgb: 30, 144, 255;
}

.bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}
.bg-LightPurple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-LightPurple-rgb), var(--bs-bg-opacity)) !important;
}
.bg-BlueRibbon {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-BlueRibbon-rgb), var(--bs-bg-opacity)) !important;
}
.bg-DodgerBlue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-DodgerBlue-rgb), var(--bs-bg-opacity)) !important;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.1rem 0.1rem;
  font-size: 0.695rem;
  border-radius: 0.6rem;
}
.btn-xs2, .btn-group-xs2 > .btn {
  padding: 0.37rem 1.5rem 0.20rem 1rem !important;
  border-radius: 0.2rem;
}

.list-group-item-action2 {
  color: #375a88 !important;
  text-align: inherit;
  background-color: #fff;
}
.list-group-item-action2:hover, .list-group-item-action2:focus {
  z-index: 1;
  color: #fff !important;
  text-decoration: none;
  /* text-shadow: 1px 1px 0 rgba(0,0,0,051); */
  background-color: rgba(106, 154, 201, 0.9);
}
.list-group-item-action2:active {
  color: #ffffff !important;
  background-color: #bacada;
}

.pointer-cursor{
  cursor: pointer !important;
}

.radio-size-lg{
  width: 1.3rem;
  height: 1.3rem;
}

#cMap{
  position: absolute;
  top: 55px;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  /* height: 100%; */
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-facebook{
  color: #4267B2 !important
}
.text-youtube{
  color: #FF0000 !important
}
.text-twitter{
  color: #1DA1F2 !important
}
.text-instagram{
  color: #910ee8 !important
}
.text-linkedin{
  color: #0072b1 !important
}
.bg-ligth-2{
  background-color: rgba(0,0,0,0.07123) !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.border-light-2 {
  border-color: rgba(0,0,0,0.159) !important;
}

.pointer-hand{
  cursor: pointer !important;
}

.inspeccion{
  padding: 0 150px 0 150px !important; 
}

.inspeccion-wide{
  padding: 0 10px 0 10px !important; 
}

.hover-option:hover{
  color: #1F45FC !important;
  font-weight: 600 !important;
  text-decoration: underline;
}

.font-input{
  font-size: 14px !important;
}

.container-lista {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.95em;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.text-bg-info{
  color: #000 !important;
  background-color: #77BFC7 !important;
}

.text-purple {
  color: #800080 !important;
}

.hover-main:hover{
  box-shadow: 0.3rem 0.2rem 0.9rem rgba(0, 0, 0, 0.24675) !important;
  background-color: rgba(114, 143, 206, 0.01465) !important;
}

.hover-button-parametro:hover{
  border: 1px solid #1F45FC !important;
  background-color: rgba(114, 143, 206, 0.1) !important;
  font-weight: bold !important;
  color: #1F45FC !important;
}

.text-parm {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.border-aviso-1 {
  border-radius: 0.25;
  border-left: 8px solid #003366 !important;
}

.gm-style-iw-chr {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
}

.gm-style-iw.gm-style-iw-c {
  padding-top: 14px !important;
}


.text-truncate2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

