body {
    font-family: 'Poppins' !important;
  }
.layout {
    width: 100%;
    height: 768px;
  
    display: grid;
    grid:
      "header" auto
      "main" 1fr
      "footer" auto
      / 1fr;
    gap: 8px;
  }
  
  .header { grid-area: header; }
  .main { grid-area: main; }
  .footer { grid-area: footer; }
  .footer{ 
    background-color:  #3E7AFF;
    padding: 4vw 5vw 0vw; 
  }
  .minhead label{
    color: white;
    inline-size: max-content;
  }
  .minhead div{
    padding:  5%;;
    margin-left: auto;
  } 
  .headsv{
    inline-size: max-content;
    color: white;
   display: flex;
    align-items: center; 
    gap: 7px;
  }
  .minhead{
    background-color:#3E7AFF !important; 
    display: grid;
    /* grid-template-rows: repeat(3, 1fr); */
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .repOnline{
    background-color: #002C81;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .repBtn{
    background-color: transparent;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 140%;
    border-radius: 30px;
    border: 2px solid; 
    font-weight: normal;
    margin: 0px 1.1vw;
  }
  
  .sites{
      display:none;
  }
  /*.firsto.phone {
      display:none !important;
  }
  */
  
.navbar-nav li{
    padding: 5px 10px;
    text-align: end;
    width: fit-content;
}
.navbar-nav li a{
    color: #444 !important;
    font-weight: bold;
    cursor: pointer;
    font-size: 120%;
}  
.dosimetext h2{
    color: #3E7AFF;

}
.dosimetro1 {
    padding:50px
} .img-1 {
    padding: 15px;
}
.img-2 {
    padding: 65px;
}
.img-2 {
    padding: 65px;
} 
.img-3{
    padding:85px
}
.data{ 
    text-align:-webkit-center;
    margin-top: 8vw;
}
.camp{
    padding: 2vw 3vw;   
     color: white;
}
.camp h2{
    font-size: 300%;
    font-weight: bold;
    margin-left: 1vw;
}

.mvdiv{
    justify-content: center;
    gap: 1%;
}
.blur{
    transform: translate(0px, -38%);
    width: 100%;
    filter: blur(5px);
}
.div-circulo {
    width: 25vw;
    padding: 6% 6%;
    height: 25vw;
    border-radius: 50%;
    background-color: #233c7c;
    overflow: hidden;
  }
  
  .div-circulo img {
    width: 100%;
    height: 100%;
  }
.dotzindex{
    transform: translate(0px, 82%);
    position: relative;
    z-index: 1;
    margin-top: -12vw;
}  
.grider {
    display: grid;
    grid-template-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
    margin-top: 2vw;
  }
  
.grider img {
    width: 100%;
    height: 100%;
  }
  .linea::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: black;
    margin: 0 auto;
  }
  .qa p{
    color: white;
  }
  
  
  /**/ 
  
  .img-1 img{
      width: 60% !important;
  }
  
  .sliderPrincipal{
    background-image: url(../imagenes/FONDO_SLIDER1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .parallax {
    /* The image used */
    background-image: url(../imagenes/FONDO_MUNDO.jpg);
  
    /* Set a specific height */
    min-height: 30vw;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .listado {
    display: grid;
    width: 60%;
    text-align: left;
    padding-top: 5vw;
    grid-template-columns: repeat(4, 1fr);
  }
  .subt{
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid;
    display: -webkit-inline-box;
    -webkit-box-align: center;
    width: 100%;
    -webkit-box-pack: center;
  }
  .item {
    color: white;
    padding: 10px;
  }
.list {
    color: #3778bc;
    /* font-weight: bold; */
    list-style-type: disc;
    display: grid;
    width: 80%;
    font-size: 1.3vw;
    text-align: left;
    padding-top: 5vw;
    grid-template-columns: repeat(4, 1fr);
  }
  .services{
    font-size: 300%;
    text-align-last: left;
    margin-bottom: 2vw;
    color: #3778bc;
  }
  .list li{
    width: fit-content;
  }
.list li ::before{
    color: white !important;
}
.datos{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 6vw 3vw;
    color: white;
    text-align: left;
    margin-top: 7vw;
    grid-gap: 3vw;
}
.datos label{
    font-weight: bold;
}
.contacto{
    padding: 0px 5vw;
}
.contact{
    margin-top: 4vw;
    float: left;
    font-size: 300%;
    font-weight: bold;
    color: #3778bc;
    margin-bottom: 1vw;
}
.inputC{
    border-radius: 20px !important;
    margin-bottom: 1vw;
    height: 3.6vw !important;
    padding: 1vw 2vw !important;
    border: 1px solid #767676 !important;
}
.areaC{
    border-radius: 20px !important;
    padding: 1vw 2vw !important;
    border: 1px solid #767676 !important;
}
.icons{
    font-size: 2vw; 
    padding-right: 10px;
}
.mingrid{
    display: grid;
    grid-template-columns: 0.1fr 1fr;
}
.fotrs{
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
}
.fotlist {
    color: white !important;
    list-style: none;
    font-size: 140%;
    cursor: pointer;
}
.fotlist li a{
    color: white !important;
}
.fotlist li{
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.privacity{
    color: white;
    font-weight: bold;
    font-size: 1.4vw;
    margin-top: 2vw;
}
.reserved{
    text-align-last: center;
    color: white;
    margin-top: 3vw;
    border-top: 2px solid;
    padding-top: 1vw;
}
.antds{
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
        padding: 2vw 7vw;
    align-items: center;
}
.antds2{
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
      padding: 6vw 7vw;
  align-items: center;
}
.antds3{
    display: grid;
    grid-template-columns: 0fr 2fr 5fr 0fr;
    padding: 6vw 7vw;
    align-items: center;
}
.blurry{
    width: 100%;
    backdrop-filter: blur(5px);
    background-image: url(../imagenes/7957.jpg);
    height: 30vw; 
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blurry2{
  width: 100%;
  backdrop-filter: blur(5px);
  background-image: url(../imagenes/7957.jpg);
  height: 30vw; 
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub:disabled{
  color: aliceblue;
  background-color: #b7becf;
  padding: 1vw 2vw;
  /* font-size: 2vw; */
  float: right;
  margin: 1vw 1vw;
  border-radius: 30px;
  border: 0px;
}
.msgqa{
    background-color: #3E7AFF;
    padding: 0.5vw 1vw;
    font-size: 200%;
    color: white;
    border-radius: 20px;
    font-weight: bold;
}

.dropdown-menu.show{
    background-color: #3778bc;
    padding: 1vw;
}
.dropdown-menu.show a{
    color: white !important;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.dropdown-item:hover {
    background-color: transparent !important;
    border-bottom: 2px solid;
}
.sedeservs{
  display: grid;
    grid-template-columns: 2fr 0.1fr 2fr;
}
.list a{
  color: white;
  text-decoration: none;
}
.sub{
  color: aliceblue;
  background-color: #233c7c;
  padding: 1vw 2vw;
  /* font-size: 2vw; */
  float: right;
  margin: 1vw 1vw;
  border-radius: 30px;
  border: 0px;
}
.carousel{
  height: 35vw !important;
}
.carousel-item{
  height: 35vw !important;
}

.hone{
  width: 60%;
}
.hone img{
  width: 100%;
}
.htwo{
  width: 25%;
} 
.htwo img{ 
  width:90%;
}
.btlogo{
  width: 80%;
}
@media screen and (min-width: 1580px) {
.hone{
  width: 55%;
}
.hone img{
    max-width: 900px;
  width: 80%;
}
.htwo{
  width: 35%;
}
.htwo img{ 
  width: 80%;
}
.btlogo{ 
    max-width: 900px;
  width:90%;
}
.list{
  font-size: 160%;
}
}
/* RESPONSIVE STYLES*/
@media screen and (min-width: 990px) {
  .phone{
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .data{
    display: none !important;
  }
  .navbar-brand{
    width: 70% !important;
  }
  .minhead div {
    padding: 2vw;
    margin-left: auto;
    height: 6vw;
    font-size: 4vw;
    align-self: center;
}
.minhead label {
  font-size: 2.2vw;
}
.transform{
  width: 100% !important;
}
.repBtn{
  background-color: transparent;
  color: white;
  font-weight: bold;
  padding: 2vw;
  /* width: max-content; */
  font-size: 3vw;
  border-radius: 30px;
  border: 2px solid;
  margin: 1vw 1.1vw;
}
.repOnline img{
  width: 7vw !important;
}
.newer{
  width: 20% !important;
}
.navbar-nav li {
  text-align: initial;
  width: fit-content;
  font-size: 3.4vw;
}
.dropdown-menu.show a {
  font-size: 3.4vw;
}
.about{
  background-color: #3778bc;
  color: white;
  padding: 4vw 10vw;
  text-align: justify; 
  margin-top: 20px;
  margin-bottom: 20px;
}
.about p {
  font-size: 3vw;
}
.mvdiv{
  margin: 0px !important;
  gap: 0%;
  padding: 0px !important;
}
.camp p {
  font-size: 3vw;
  text-align: -webkit-center;
}
.camp h2 {
  font-size: 7vw;
  font-weight: bold;
  margin-left: 1vw;
}
.minilights{
  padding: 4vw 10vw;
}
.minilights p{
  font-size: 3vw;
}
.quality{
  padding: 4vw 10vw;
  text-align: justify;
  background-color: #ebebeb;
}
.quality p {
  font-size: 3vw;
}
.list {
  color: #3778bc;
    /* font-weight: bold; */
    list-style-type: disc;
    display: grid;
    width: 80%;
    font-size: 3.6vw;
    column-gap: 7vw;
    padding-top: 6vw;
    grid-template-columns: repeat(2, 1fr);
}
.sites{
  text-align: center;
}
.gridsites{
  display: grid;
  place-items: center;
}
.gridsites img{
  width: 30%;
}
.inputC {
  border-radius: 20px !important;
  height: 13vw !important;
  padding: 1vw 4vw !important;
  border: 1px solid #767676 !important;
  margin-bottom: 4vw;
  font-size: 3vw !important;
}
.areaC{
  border-radius: 20px !important;
  font-size: 3vw !important;
  padding: 3vw 3vw !important;
  border: 1px solid #767676 !important;
}
.datos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 6vw 3vw;
  color: white;
  text-align: left;
  grid-gap: 3vw;
  font-size: 3vw;
}
.icons{
  font-size: 5vw;
}
.fotrs img{
  width: 100%;
}
.fotrs a{
  font-size: 3vw !important;
}
.fotlist{
  font-size: 3vw;
}
.reserved p{
  font-size: 3vw;
}
.offcanvas{
  max-width: 80% !important;
}
.navbar-toggler-icon {
  background-image: url(../imagenes/tog.png);
  width: 8vw !important;
  height: 13vw !important;
}
.parallax{
  height: 80vw;
}
.navbar-nav li a {
  color: #212529 !important;
  font-weight: bold;
  cursor: pointer;
  font-size: 5vw;
  padding-bottom: 4vw;
  border-bottom: 1px solid #979797;
}
.navbar-nav li{
  width: auto;
}
.blurry{
  height: 55vw;
}
.msgqa{
  padding: 1.5vw 5vw;
  font-size: 6vw;
}
.sv2{
  display: none;
}
.minhead{
  width: 50% !important;
}
.repOnline{
  width: 50% !important;
}
.sub{
  font-size: 5vw;
  margin-top: 6vw;
}
.fotrs{
  display: grid;
  grid-template-columns: 2fr 0.1fr 2fr;
}
.reserved{
  border-top: 1px solid;
}
.sv3{
  font-size: 4vw !important;
}
.antds{
  grid-template-columns: 1fr 1fr;
}
.antds2 {
  grid-template-columns: 1fr 1fr;
}
.antds3{
    grid-template-columns: 0.5fr 2fr;
    margin-top: 8%;}
.carousel{
  height: 50vw !important;
}
.carousel-item{
  height: 50vw !important;
}
} 




@media(max-width: 600px) {
    .headsv img {
        width: 18px;
    } 
    
    .repOnline img{
        max-width: 18px;
    }  
.repBtn{
                font-size: 11px;
    padding:5px 7px !important;  }
    
  .repOnline {
    display: flex;
    justify-content: flex-start !important; 
    padding-left:20px 
 } 
 
 
}












