@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Acme|Alfa+Slab+One|Anton|Black+Han+Sans|Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Gayathri:100,400,700|Marmelad|Satisfy&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');


/*font-family: 'Acme', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Exo', sans-serif;
font-family: 'Alfa Slab One', cursive;   ********GORDITA
font-family: 'Satisfy', cursive;   ******MANUSCRITA
font-family: 'Gayathri', sans-serif;
font-family: 'Marmelad', sans-serif;
font-family: 'Black Han Sans', sans-serif;*/






/*footer{
  background-color: #f5f5f5;
}*/

a {
  text-decoration: none;
}


.jumbotron.azul {
  background-color: #0071b9;
}

.fondo1 {
  /*FONDO DE NEWSLETTERS OSMISS*/
  /*background-image: url("https://www.osmiss.org.ar/images/fondo1.jpg");*/
  background-attachment: fixed;
  /*margin-bottom: 0px;*/
  background-image: url("https://www.osmiss.org.ar/images/fondo1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fondo1:before {
  content: "";
  width: 100%;
  height: 100%;
  background: steelblue;
  position: absolute;
  opacity: 0.8;
  /*0.8 muyy opaco; 0.1 trasnparente*/
}

.fondo1 h1,
h2,
h3,
h4,
h5,
h6,
p {
  z-index: 1;
  /*position: relative;*/
}



.fondoredes {
  /*fondo de seccion facebook*/
  /*background-image: url("https://www.osmiss.org.ar/images/fondo2.jpg");*/
  background-attachment: fixed;
  /*margin-bottom: 0px;*/
  background-image: url("https://www.osmiss.org.ar/images/fondo2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fondoredes::before {
  content: "";
  background-color: #237CDB;
  width: 100%;
  height: 100%;
  position: absolute;
  backdrop-filter: blur(2px) brightness(.9);
  opacity: 0.8;
  /*0.9 muyy opaco; 0.1 trasnparente*/
}

.fondoredes h1,
h2,
h3,
h4,
h5,
h6,
p {
  z-index: 1;
  align-content: left;
  /*position: relative;*/
}

.fondoredes-content {
  align-items: start;
  z-index: 2;
  position: relative;
}


.fondo3 {
  background-image: url("/images/webcfondo3.jpg");
  background-repeat: repeat-x;
  background-color: white;
}







/*CONTAINER 1 PARA FONDOS BLANCOS Y TEXTO AZUL*/

.container1 {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 50px;
  padding-bottom: 50px;

  /*margin-right: auto;
  margin-left: auto;*/
}

.container1 h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo', sans-serif;
  color: #0071B9;
}


.container1 p {
  margin-left: auto;
  margin-right: auto;
  color: black;
}



/*CONTAINER 2 y 3 PARA FONDOS DE COLOR Y TEXTO BLANCO*/

.container2 {
  max-width: 1200px;
  /*width: 90%;*/
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 150px;
  padding-bottom: 150px;
  /*margin-right: auto;
  margin-left: auto;*/
}

.container2 h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
  text-shadow: 2px 2px 0px black;
}

.container2 h2 {
  color: white;
  text-shadow: 2px 2px 0px black;
}

.container2 a {
  color: lightblue;
  text-shadow: 2px 2px 0px black;
}

.container2 p {
  margin-left: 100px;
  margin-right: 100px;
  color: white;
  text-shadow: 2px 2px 0px black;
}







/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/



/*letter-spacing: 0.03em;
line-height: 1.6;*/

.containernews {
  width: 100%;
  max-width: 1200px;
  /*height: 430px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.containernews h2 {
  font-family: 'Gayathri', sans-serif;
  color: white;
  text-shadow: 2px 2px 0px black;
}

.containernews h4 {
  font-family: 'Gayathri', sans-serif;
  color: white;
  text-shadow: 2px 2px 0px black;
}

.containernews h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gayathri', sans-serif;
  color: white;
  text-shadow: 1px 1px 0px black;
}

.containernews p {
  padding: 0 1rem;
  font-size: 16px;
  font-weight: 300;
  color: white;
  text-shadow: 2px 2px 0px black;
}

.containernews a {
  font-weight: 500;
  color: white;
  text-decoration: none;
}


.containernews .cardhor {
  /*CARD HORIZONTALESSSS*/
  max-width: 1200px;
  /*330px*/
  height: auto;
  /*430px;*/
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(5, 5, 5, 0.2);
  overflow: hidden;
  margin: 30px;
  text-align: center;
  transition: all 0.25s;
  text-shadow: none;
  letter-spacing: 0;
  /*0.03em*/
  line-height: 1;
}

.containernews .cardvert {
  /*CARD VERTICALES*/
  width: auto;
  /*330px*/
  height: 430px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.25s;
  text-shadow: none;
  letter-spacing: 0;
  /*0.03em*/
  line-height: 1;
}

.cardhor:hover {
  /*CARD HORIZONTALESSSS*/
  transform: translateY(-15px);
  box-shadow: 0.12px 16px rgba(0, 0, 0, 0.2);
}

.cardvert:hover {
  /*CARD VERTICALES*/
  transform: translateY(-15px);
  box-shadow: 0.12px 16px rgba(0, 0, 0, 0.2);
}

.containernews .cardhor img {
  /*CARD HORIZONTALESSSS*/
  max-width: 400px;
  /*330px*/
  height: auto;
}

.containernews .cardvert img {
  /*CARD VERTICALES*/
  width: auto;
  max-height: 150px;
}


.cardnewstxt h1,
h2,
h3,
h4,
h5,
h6 {
  /*CARD horizontales y verticales*/
  margin-top: 15px;
  font-weight: 600;
  font-family: 'Gayathri', sans-serif;
  color: #0071B9;
  text-shadow: none;
  line-height: 0.8;
}

.cardnewstxt p {
  /*CARD horizontales y verticales*/
  padding: 0 1rem;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Acme', sans-serif;
  color: black;
}

.cardnewstxt a {
  /*CARD HORIZONTALESSSS*/
  font-weight: 500;
  font-family: 'Acme', sans-serif;
  color: black;
  text-decoration: none;
}



/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/
/*PRUEBA HOVER EN CARDS*/
/*FIN*/


.container-header {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: steelblue;
}

.container-header-f {
  /*padding-right: -20px;
  padding-left: -20px;*/
  margin-right: auto;
  margin-left: auto;
  background-color: steelblue;
  font-family: "Marmelad";
  font-size: 11px;
  text-align: center;
}

.container-header-nav {
  /*padding-right: -20px;
  padding-left: -20px;*/
  margin-right: auto;
  margin-left: auto;
  /*background: steelblue;*/
  font-family: "Marmelad", "serif";
  font-size: 1.3em;
  text-align: center;
}







.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  /*margin-right: auto;
  margin-left: auto;*/
}

.container-fluid-f {
  padding-right: 50px;
  padding-left: 50px;
  /*margin-right: auto;
  margin-left: auto;*/
  background: steelblue;
}

.container-fluid-f1 {
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
  /*margin-right: auto;
  margin-left: auto;*/
  background: steelblue;
}

.container-fluid-f2 {
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
  background: blue;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1020;
  }
}


.navbar-expand-lg {
  padding-left: 20px;
  padding-right: 20px;
}



.planes li {
  text-align: left;
}

.planes h1 {
  font-size: 4em;
  color: steelblue;
}

.logo {
  color: #0071B9;
}

/*.btn {
  margin-left: 10px;
  padding-top: 20px;
  padding-left: 20px;
  font-family: 'Gayathri', sans-serif;
}*/

.btnmenu2 {
  margin-left: 10px;
  padding-top: 20px;
  padding-left: 20px;
  font-family: 'Gayathri', sans-serif;
}

.btnosmiss {
  padding: 2rem;
  font-family: 'Gayathri', sans-serif;
}

.avisos {
  padding-bottom: 50px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.avisos .card {
  background-color: white;
  padding: 5%;
  margin: 5%;
  border-style: dashed;
  /*linea puntiada;*/
  border-color: brown;
  border-radius: 18px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
  transition: all 0.25s;
  font-family: 'Acme', sans-serif;
  line-height: 10%;
}

.avisos .card .a {
  text-decoration: none;
  color: black;
}

.avisos .card .a:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);

  background-color: brown;
  color: white;
}

/*font-family: 'Acme', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Exo', sans-serif;
font-family: 'Alfa Slab One', cursive;   ********GORDITA
font-family: 'Satisfy', cursive;   ******MANUSCRITA
font-family: 'Gayathri', sans-serif;
font-family: 'Marmelad', sans-serif;
font-family: 'Black Han Sans', sans-serif;*/


.avisocobertura {
  padding-bottom: 30px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.avisocobertura .card {
  background-color: white;
  padding: 5%;
  margin: 5%;
  border-style: solid 3px;
  /*dashed linea puntiada;*/
  border-color: #0071B9;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
  transition: all 0.25s;
  font-family: 'Alfa Slab One', cursive;
  line-height: 10%;
}

.avisocobertura .card .a {
  text-decoration: none;
  color: black;
}

.avisocobertura .card .a:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);

  background-color: brown;
  color: white;
}

.news {
  /*padding-bottom: 50px;*/
  /*max-width: 1200px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news .card {
  background-color: white;
  /*padding: 5%;
  margin: 5%;
  /*border-style: solid; /*dashed =linea puntiada;
  border-color: brown;*/
  /*border-radius: 18px;*/
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
  transition: all 0.25s;
  font-family: 'Acme', sans-serif;
  /*line-height: 10%;*/
}

.news .card .a {
  text-decoration: none;
  color: black;
}

.news .card .a:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);

  background-color: brown;
  color: white;
}

.cardnews {
  /*padding: auto;*/
  border: solid thin;
  align-content: center;
  margin: auto;
}

.footeros {
  margin-top: 100px;
  padding-right: 15px;
  padding-left: 25px;
  text-align: left;
  letter-spacing: 0.03em;
  line-height: 1.2em;
  line-break: 110pt;
  border-top: 3em;
  border-top-color: #0071B9;
}

.footeros h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo', sans-serif;
  color: #0071B9;
  line-height: 1.2em;
}

.footeros p {
  color: black;
  font-size: 11pt;
  letter-spacing: 0.05em;
  /*espacio entre letras*/
  line-height: 1.2em;
}

.footeros a {
  /*text-decoration: none;*/
  color: black;
}

.footeros a:hover {
  text-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
  background-color: #0071B9;
  color: white;
}

.datoscasa {
  padding-left: 75px;
}


/*.paginasamigas{
  padding: 20px;
}*/

/*.footerlogos{
  border-top: #0071B9 1px solid;
  padding-top: 50px;
  padding-bottom: 50px;
}*/

.footerlogos img {
  width: 10rem;
}

.footerlinks {
  border-top: #0071B9 1px solid;
}

.bordeazul {
  border-left: #0071B9 3px solid;
  padding-right: 1.5em;
  margin-left: 1em;
}

.hrlinea {
  border: 1px solid #0071B9;
}



/*font-family: 'Acme', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Exo', sans-serif;
font-family: 'Alfa Slab One', cursive;   ********GORDITA
font-family: 'Satisfy', cursive;   ******MANUSCRITA
font-family: 'Gayathri', sans-serif;
font-family: 'Marmelad', sans-serif;
font-family: 'Black Han Sans', sans-serif;*/


/**/


@media (min-width: 768px) {

  .container,
  .container1,
  .container2,
  .container3,
  .containerapp,
  .container-header,
  .container-header-f,
  .container-header-nav,
  .avisos,
  .footeros {
    width: 750px;
  }
}

@media (min-width: 992px) {

  .container,
  .container1,
  .container2,
  .container3,
  .containerapp,
  .container-header,
  .container-header-f,
  .container-header-nav,
  .avisos,
  .footeros {
    width: 970px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container1,
  .container2,
  .container3,
  .containerapp,
  .container-header,
  .container-header-f,
  .container-header-nav,
  .avisos,
  .footeros {
    width: 1200px;
  }
}


/*COLUMNAS DE SECCION NEWS  -- NO ANDA!!!!!*/
.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }

  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}


/*  MODAL  */
#modal button {
  background-color: black;
  padding: 5px 15px;
  border-radius: 5 px;
  color: white;
}

#modal::backdrop {
  background-color: rgba(0, 0, 0, 55);
}

#modal {
  max-width: 50ch;
}







/**************************/
/*  BUSCADOR DE CARTILLA  */
/**************************/

#buscadorcartilla .fondobuscador {
  background-color: lightgray;
  padding: 2rem;
}

#buscadorcartilla .p,
h5,
h4,
h2,
h1 {
  font-family: 'Gayathri', sans-serif;
  color: #0071B9;
  text-shadow: none;
  line-height: 0.8;
}

#buscadorcartilla h3 {
  font-family: 'Gayathri', sans-serif;
  color: white;
  text-shadow: none;
  line-height: 0.8;
}


#buscadorcartilla .dropdown {
  max-width: 100px;
}


#buscadorcartilla .menucartilla {
  padding-bottom: 50px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#buscadorcartilla .menucartilla .card {
  background-color: white;
  padding: 2%;
  margin: 2%;
  border-style: dashed;
  /*linea puntiada;*/
  border-color: brown;
  border-radius: 18px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
  transition: all 0.25s;
  font-family: 'Acme', sans-serif;
  line-height: 90%;
}

#buscadorcartilla .menucartilla .card .a {
  text-decoration: none;
  color: black;
}

#buscadorcartilla .menucartilla .card .a:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);

  background-color: brown;
  color: white;
}

#buscadorcartilla a {
  text-decoration: none;
}

#buscadorcartilla a :hover {
  text-decoration: none;
  background-color: #0071b9;
  color: white;
}



/***** *****/
/***** SECCION cartilla *****/
/***** *****/


#cartillaweb .fondomenucartilla {
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: black;
}

#cartillaweb h1,
h2,
h3 {
  color: #0071b9;
}

#cartillaweb a {
  text-decoration: none;
}

#cartillaweb a :hover {
  text-decoration: none;
  background-color: #0071b9;
  color: white;
}

#cartillaprestadores {
  padding: 5rem;
}

.fondomenucartilla {
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #f6f6f6;
}



@media screen and (max-width: 400px) {
  cartillaweb {
    margin: 0px;
    padding: 0px;

  }
}

@media screen and (max-width: 400px) {
  fondomenucartilla {
    margin: 0px;
    padding: 0px;

  }
}






/******************************/
/*  CARTEL EMERGENCIA ROISA  */
/****************************/

.avisoemergencia {
  padding-bottom: 50px;
  padding-top: 6.25rem;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.avisoemergencia .card {
  background-color: white;
  padding: 2%;
  margin: 2%;
  border-style: dashed;
  /*linea puntiada;*/
  border-color: brown;
  border-radius: 18px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
  transition: all 0.25s;
  font-family: 'Acme', sans-serif;
  line-height: 90%;
}

.avisoemergencia .card .a {
  text-decoration: none;
  color: black;
}

.avisoemergencia .card .a:hover {
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);

  background-color: brown;
  color: white;
}






#descargas .li {
  display: none;
}








