@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&family=Roboto:ital,wght@0,100;0,300;0,400;1,100&display=swap");
:root {
  --primary-color: #d90064;
}
body {
  margin: auto;
  background-image: url(../images/bg_body.jpg);
}
a:focus,
a:hover {
  text-decoration: none;
}
h1 {
  color: var(--primary-color);
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 300;
}
h2 {
  color: #808080;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
h3 {
  color: var(--primary-color);
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
li {
  list-style: none;
  margin: 0;
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
}
p,
.list-text li {
  margin: 0;
  color: #808080;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.list-text li {
  list-style: inherit;
}
.lineaRoja {
  border-bottom: 1px solid var(--primary-color);
  width: 100%;
}
.lineaGris {
  border-bottom: 1px solid #99938e;
  width: 100%;
}
.lineaGrisSuave {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
b {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
}
.colorMain {
  color: var(--primary-color);
}
.btnUTTA {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 51px;
  text-align: center;
  cursor: pointer;
  width: 159px;
  padding: 1.5% 2%;
  font-size: 12px;
}
.btnUTTA:hover {
  color: #808080;
  border: 1px solid #808080;
}
.mb-2 {
  margin-bottom: 1.5rem;
}
.mb-3 {
  margin-bottom: 2rem;
}
.mb-5 {
  margin-bottom: 4rem;
}
.p-2 {
  padding: 1.5rem;
}
.is-block {
  display: block;
}
.font-bold {
  font-weight: bolder;
}
@media (min-width: 1580px) {
  .col-xl-2,
  .col-xl-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
}
.noEnEscritorio {
  display: none;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #5e5e5e;
}
.dropdown-menu {
  background-image: url(../images/bg_body.jpg);
}
.dropdown-menu > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #5e5e5e;
  text-transform: uppercase;
  margin: 10px 0;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
}
.sobre {
  border: solid 1px transparent;
}
.dropdown-menu > li > a > .sobre:focus,
.dropdown-menu > li > a > .sobre:hover {
  border-bottom: solid 1px var(--primary-color);
}
.sobre2,
.sobre2 {
  border-bottom: solid 1px transparent;
}
.sobre2:hover,
.sobre2:focus {
  border-bottom: solid 1px var(--primary-color);
}
.seleccionado2,
.seleccionado2 {
  border-bottom: solid 1px transparent;
}
.seleccionado2:hover,
.seleccionado2:focus {
  border-bottom: solid 1px var(--primary-color);
}
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
.nav > li > a {
  display: block;
  padding: 5px 25px;
}
#logoEnMobile {
  display: none;
}
.navbar {
  background-image: url("../images/bg_body.jpg");
  border-radius: 0;
  height: 90px;
  padding: 15px 0 0 0;
}
.falsoHome {
  cursor: pointer;
  width: 31%;
  height: 100px;
}
#falsoHomeMobile {
  display: none;
}
#seleccionado {
  border-bottom: solid 1px var(--primary-color);
  width: 70%;
  margin: auto;
}
.contenedorMenu {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-nav > li > .dropdown-menu {
  border-top: 1px solid var(--primary-color);
}
.trianguloRosa {
  margin: -6px 18px;
  position: absolute;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
}
.triangulo_indica_submenu {
  display: none;
}
#sliderIndex {
  max-width: 1680px;
  padding: 0px;
  width: 100%;
  box-shadow: 0 8px 8px 8px #ccc;
}
.bodyHome {
  background-image: url("../images/bg_body.jpg");
  background-repeat: repeat;
}
#home_1 {
  background-size: 100% 100%;
  background-image: url("../images/fondo_home_1.jpg");
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
#home_1 div {
  margin-top: 24px;
  margin-bottom: 20px;
  text-align: center;
}
#home_1 div img {
  max-width: 350px;
}
.img-rwd {
  width: 100%;
}
#afiliateIndex > h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 45px;
  color: var(--primary-color);
  font-weight: 300;
  margin: 75px 18px 0;
  text-align: left;
}
#formIndex {
  margin: 23px 14px;
}
#formIndex .form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  background-image: none;
  border-color: var(--primary-color);
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  color: #555;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  height: 27px;
  max-width: 302px;
}
#btn_enviar {
  float: left;
  margin-left: 0px;
  width: 150px;
  cursor: pointer;
}
#btn_bajar_Solicitud {
  float: left;
  width: 150px;
  cursor: pointer;
}
#home_2 {
  background-size: 100% 100%;
  background-image: url("../images/fondo_home_2.jpg");
  background-repeat: no-repeat;
}
.contContactoIndex {
  text-align: center;
  margin: 0 0 100px 25%;
}
.contContactoIndex h2 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: var(--primary-color);
}
.contContactoIndex img {
  width: 35px;
  margin-top: -8px;
}
.contContactoIndex div {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  color: #474747;
  font-weight: 100;
}
.contSeginos {
  text-align: center;
  margin-bottom: 100px;
}
.contSeginos h2 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: var(--primary-color);
}
.contSeginos img {
  width: 40px;
  margin: 0 2%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.banner-inam {
  background-size: cover;
  max-width: 1140px;
  background-image: url("../images/bg-banner-inam.jpg");
  background-repeat: no-repeat;
  border: 1px solid #c9c9c9;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}
section.banner-inam img,
section.banner-inam .inam-title {
  display: inline-block;
  padding: 40px 30px;
}
.inam-title,
.inam-title b {
  color: #acacac;
  font-size: 24px;
}
.inam-title {
  text-align: left;
  max-width: 35rem;
  margin: 0;
  vertical-align: middle;
}
.inam-title b {
  font-weight: bold;
}
#home_3 {
  background-size: 100% 100%;
  background-image: url("../images/fondo_home_3.jpg");
  background-repeat: no-repeat;
}
#infoDeVideo {
  position: relative;
  margin: 21% 20px;
}
#icono_playIndex {
  position: absolute;
  cursor: pointer;
  margin: 0 -100px;
}
.lineaChicaRosa {
  border-bottom: solid 1px var(--primary-color);
  width: 67px;
  margin: 0 auto 12px;
}
.videoIndex {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  color: #474747;
  font-weight: 300;
}
.tituloVideoIndex {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  color: #474747;
  font-weight: 100;
  max-width: 80%;
  line-height: 35px;
}
.fechaVideoIndex {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #474747;
  font-weight: 300;
  margin-top: 10px;
}
#videoIndex {
  float: right;
  width: 85%;
  box-shadow: 0 0 16px 8px #ccc;
}
#home_4 {
  background-size: 100% 100%;
  background-image: url("../images/fondo_home_4.jpg");
  background-repeat: no-repeat;
}
#leyendaIndexinferior {
  font-family: "Roboto", sans-serif;
  font-size: 37px;
  color: #474747;
  font-weight: 300;
  margin: 14% 0 0;
  text-align: center;
  font-style: italic;
}
#leyendaIndexinferior2 {
  color: #808080;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 2% 0 8%;
  text-align: center;
  text-transform: uppercase;
}
#contenedorRRSS {
  float: none;
  overflow: hidden;
  margin: auto;
  width: 214px;
}
.ton,
.fon,
.eon,
.yon,
.con {
  display: none;
}
.rrss {
  float: left;
  margin-left: 5%;
}
.rrssFooter {
  float: left;
  margin-left: 1%;
}
.contenedoDobleIndex {
  padding: 2% 6.5%;
}
.agendaReligiosa {
  border: 1px solid #617caa;
  padding-bottom: 15px;
  text-align: left;
  height: 246px;
  padding: 5%;
}
.agendaReligiosa H4 {
  color: #a9b7cf;
  font-family: Fontin_Sans_B;
  font-size: 16px;
}
.agendaReligiosa H4 span {
  color: #617caa;
  font-family: Fontin_Sans_SC;
  font-size: 30px;
}
.agendaReligiosa p {
  color: #617caa;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.agendaReligiosa p span {
  color: #a9b7cf;
  font-family: Fontin_Sans_SC;
  font-size: 12px;
}
#mesActividadesIndex {
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  font-weight: bold;
  margin: 12% 11%;
  position: absolute;
  font-family: "Open Sans", sans-serif;
}
#comoAsociarse {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin: 41px auto;
  max-width: 353px;
  right: 2%;
  vertical-align: middle;
  line-height: 2em;
}
.carousel-caption {
  background-image: url(../images/fondo_circulo_index.png);
  background-repeat: no-repeat;
  background-size: 330px auto;
  left: 0;
  margin: auto;
  padding: 74px 40px;
  text-align: left;
  top: 18%;
  width: 381px;
  right: 48%;
}
.carousel-caption div {
  border-top: 1px solid #555;
  width: 262px;
}
.carousel-caption h1 {
  font-family: Roboto;
  font-size: 2.4em;
  margin-bottom: 2%;
  text-shadow: none;
  color: #555;
  font-weight: 100;
}
.carousel-caption p {
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  margin-top: 1.5%;
  color: #a0a0a0;
  font-weight: bold;
  text-shadow: none;
}
.sliderTexDer {
  left: 60%;
}
#carousel-2314760 {
  display: none;
}
#fondo_empleadores {
  background-image: url("../images/fondo_empleadores.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bodyEmpleadores {
  background-image: url(../images/fondo_empleadores.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.empleadoresIzq H1 {
  color: var(--primary-color);
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  margin-left: 50%;
}
.empleadoresIzq H2 {
  color: #808080;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin: 15% 0 -10px 50%;
}
.empleadoresDer {
  margin-top: 15%;
}
.empleadoresDer p {
  color: #808080;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  max-width: 490px;
}
.empleadoresDer > DIV {
  box-sizing: border-box;
  float: none;
  padding: 3% 0;
  position: relative;
}
.empleadoresDer .circulito {
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  height: 50px;
  padding: 0;
  text-align: center;
  width: 50px;
  margin-right: 2%;
}
.empleadoresDer .circulito img {
  width: 50px;
}
.empleadoresDer p > a {
  color: #808080;
  font-weight: 400;
}
#btn_descargar_planilla {
  margin: 1% 0 16%;
  width: 200px;
}
#btn_como_completar_planilla {
  margin: 1% 0 16%;
  width: 200px;
}
#fondo_guia {
  background-image: url("../images/fondo_guia.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guia H1 {
  margin-left: 0%;
}
#textoGenero {
  margin-bottom: 30%;
}
#fondo_grl {
  background-image: url("../images/fondo_gremiales_regimen_laboral.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#grl {
  margin-left: 20%;
  margin-top: 5%;
  max-width: 700px;
  margin-bottom: 11%;
}
#grl p {
  width: 85%;
  font-size: 16px;
}
#grl .lineaRoja {
  width: 100%;
  margin: 4% 0;
}
#grl .btn_descarga {
  margin: 10px;
  width: 30px;
}
.lineaGris {
  margin-top: 4%;
}
.btn_descarga2 {
  position: absolute;
  right: 15%;
  top: 18%;
}
.btn_descarga2 img {
  width: 30px;
}
.listaGrl LI {
  font-size: 16px;
}
#fondo_gc {
  background-image: url("../images/bg_gremiales_convenios.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#gr {
  margin: 5% 2%;
}
#gr .lineaRoja {
  width: 100%;
  margin-top: 5%;
}
#gr B {
  font-size: 13px;
  color: #474747;
  margin-left: 2%;
}
#gr H3 {
  font-size: 24px;
  margin-left: 2%;
}
#gr a > img {
  margin: 10px;
  width: 175px;
}
#fondo_gc_hombre {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 80%;
}
#gr .col-md-6:first-child {
  margin-bottom: 25em;
}
.scrollA {
  margin: 15px 3%;
  width: 175px;
  cursor: pointer;
}
.scrollB {
  margin-left: 6%;
  display: none;
}
.scrollB A {
  color: #808080;
  margin-top: 5px;
  font-size: 15px;
}
.scrollB UL {
  margin-left: -10px;
  padding-left: 0;
}
.scrollB LI {
  color: #808080;
  margin-top: 5px;
}
#fondo_tb {
  background-image: url("../images/fondo_trabajadores_beneficios.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#tb {
  margin: 5% auto 20%;
  max-width: 980px;
}
#tb p {
  width: 85%;
}
#tb .btn_descarga {
  margin: 10px;
  width: 30px;
}
#tb a > img {
  margin: 6% 1% 0;
  width: 30%;
}
#fondo_trabajadores_afiliacion_foto {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 80%;
}
#fondo_trabajadores_afiliacion_foto img {
  width: 42%;
}
#fondo_trabajadores_afiliacion {
  background-image: url("../images/bg_trabajadores_afiliacion.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.bodyEmpleadores {
  background-image: url(../images/fondo_empleadores.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.empleadoresIzq H1 {
  color: var(--primary-color);
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  margin-left: 50%;
}
.empleadoresIzq H2 {
  color: #808080;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin: 15% 0 -10px 50%;
}
.empleadoresDer {
  margin-top: 15%;
}
.empleadoresDer p {
  color: #808080;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  max-width: 490px;
}
.empleadoresDer > DIV {
  box-sizing: border-box;
  float: none;
  padding: 3% 0;
  position: relative;
}
.empleadoresDer .circulito {
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  height: 50px;
  padding: 0;
  text-align: center;
  width: 50px;
  margin-right: 2%;
}
.empleadoresDer .circulito img {
  width: 50px;
}
.empleadoresDer p > a {
  color: #808080;
  font-weight: 400;
}
#btn_descargar_planilla {
  margin: 2% 0 4%;
  width: 200px;
}
#btn_como_completar_planilla {
  margin: 2% 0 4%;
  width: 206px;
}
.trabajadores_afiliacion {
  margin-top: 11%;
}
#circulo_fondo_salud {
  margin: -150px -85px;
  position: absolute;
  width: 300px;
}
.salud {
  max-width: 700px;
  margin-top: 11%;
  padding-left: 4%;
}
.salud p {
  width: 100%;
  margin-bottom: 8%;
}
.telefonosSalud {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 4% 0;
}
.telefonosSalud2 {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1% 0;
  margin-bottom: 10%;
}
.telefonosSalud h3 {
  font-size: 25px;
}
.telDer {
  padding-left: 9%;
}
.telDer2 {
  text-align: center;
}
.btn_ospat {
  margin: 3% 6% 4% 0;
  width: 200px;
}
#circulo_fondo_asesoria_legal {
  margin: -126px -85px;
  position: absolute;
  width: 300px;
}
.contacto.asesoria {
  margin: 15px 14px !important;
}
.mensaje_asesoria_legal {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border-color: transparent #c9c9c9 #c9c9c9;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  height: 203px;
  margin-top: -8px;
  width: 100%;
}
.btn_enviar_asesoria_legal {
  width: 155px;
  float: right;
}
#fondo_familia {
  background-image: url("../images/fondo_familia.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#btn_icono_familia {
  margin-left: 50%;
  width: 80px;
}
.familia {
  margin-top: 11%;
  max-width: 700px;
  padding-left: 4%;
}
.familia p b {
  color: #808080;
  font-weight: 400;
}
.btn_descargar_planilla_solicitud {
  width: 300px;
  margin-top: 20px;
}
.mochilas {
  width: 90%;
  margin: 6px 0;
  cursor: pointer;
}
#jardin,
#primaria,
#secundaria {
  display: none;
  padding: 0 8% 8%;
  font-size: 16px;
}
.btnFamilia {
  padding: 4% 0% 4% 8%;
  width: 95%;
  text-align: left;
  margin: 0 0 7%;
}
.btnFamilia span {
  color: #808080;
  margin-left: 10px;
}
.btnIconFA {
  font-weight: 500;
  padding: 1.5rem 2.5rem;
  display: inline-block;
  width: initial;
  color: #d90064 !important;
}
#fondo_faq {
  background-image: url("../images/fondo_familia.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.faq {
  margin-bottom: 30px;
}
.faq .numero {
  border: 1px solid var(--primary-color);
  border-radius: 40px;
  color: #808080;
  float: left;
  font-size: 18px;
  padding: 8px;
  position: relative;
  text-align: center;
  width: 46px;
}
.faq .contendorPregunta {
  float: left;
  margin-top: -10px;
  padding: 0 3%;
  position: relative;
  width: 90%;
  cursor: pointer;
}
.faq .respuesta {
  display: none;
}
.faq .contendorPregunta H3 {
  font-size: 21px;
}
.faq .lineaGris {
  width: 100%;
}
.faq .flechaAbajo {
  color: var(--primary-color);
  float: left;
  margin-left: -3%;
  margin-top: 2%;
}
#fondo_ua {
  background-image: url("../images/fondo_autoridades1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#ua #borde {
  border: solid 1px #ccc;
  margin-top: 6%;
  padding: 5% 6%;
}
#fotoCarlos {
  position: absolute;
  right: -10%;
  width: 135px;
}
#ua {
  margin-left: 20%;
  margin-top: 5%;
  max-width: 550px;
}
#ua .nombre {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 300;
}
#ua .cargo {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
#ua span {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
}
#ua .lineaRoja {
  width: 50px;
}
#ua .btn_descarga {
  margin: 10px;
  width: 30px;
}
#ua a > img {
  margin: 1% 1% 10px;
  width: 30px;
}
#fondo_ua2 {
  background-image: url("../images/fondo_autoridades2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#ua2 {
  margin-left: 20%;
  margin-top: 2%;
  max-width: 680px;
  margin-bottom: 1%;
}
#ua2 .lineaGrisSuave {
  margin-bottom: 3%;
}
#ua2 .nombre {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 300;
}
#ua2 .cargo {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-left: 6%;
}
#ua2 .nombreVocales {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 300;
}
#ua2 .lugar {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #99938e;
}
#fondo_ob {
  background-image: url("../images/fondo_objetivos.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#ob h2 {
  margin-top: 50px;
}
#ob h2,
#ob h1 {
  margin-left: 8%;
}
#ob .col-md-3 {
  text-align: center;
  margin-bottom: 7%;
  margin-top: 7%;
  padding-bottom: 7%;
}
#ob .col-md-3 img {
  margin: 5% 0 8%;
  width: 100px;
}
#ob .col-md-3 #tituloObjetivo {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #474747;
  margin-bottom: 2%;
  height: 100px;
}
#ob .col-md-3 #tituloObjetivo span {
  color: var(--primary-color);
}
#colMedio {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#ob .col-md-3 p {
  font-size: 16px;
}
#fondo_copa {
  background-image: url("../images/fondo_copa.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#copa h2 {
  margin-top: 50px;
}
#copa h2,
#copa h1 {
  margin-left: 8%;
}
#copa .col-md-3 #tituloObjetivo span {
  color: var(--primary-color);
}
.contenedor_texto_video {
  text-align: left;
  padding-top: 10%;
}
#fondo_bene {
  background-image: url("../images/fondo_bene.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.beneIzq,
.beneDer {
  margin-top: 6%;
}
.beneIzq H1 {
  color: var(--primary-color);
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 300;
  margin-left: 50%;
}
.beneIzq H2 {
  color: #808080;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin: 15% 0 -10px 50%;
}
#btn_icono_libro {
  width: 55px;
  margin-left: 50%;
}
#circulo_fondo_bene {
  margin: -109px -108px;
  position: absolute;
  width: 270px;
}
.beneIzq UL {
  margin-left: 50%;
  margin-top: 15%;
  padding: 0;
}
.beneIzq LI {
  border-bottom: solid 1px #808080;
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  padding: 3% 0;
}
.beneIzq LI a {
  color: #808080;
}
.beneIzq .puntoRosa {
  position: absolute;
  color: var(--primary-color);
  margin-left: -15px;
}
.beneIzq .beneSele {
  border-bottom: solid 1px var(--primary-color);
  font-weight: 400;
}
.beneDer {
  padding-left: 4%;
}
.beneDer H3 {
  color: var(--primary-color);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  max-width: 450px;
  text-transform: uppercase;
}
.beneDer p {
  color: #808080;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  width: 90%;
  max-width: 700px;
  margin-bottom: 8%;
}
.lineaGris {
  width: 90%;
  max-width: 700px;
}
.btn_bene {
  margin: 0 6% 13% 0;
  width: 175px;
}
#fondo_turismo {
  background-image: url("../images/fondo_turismo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#btn_icono_turismo {
  width: 85px;
  margin-left: 50%;
}
.turDer {
  margin-top: 14%;
}
.turDer H3 {
  color: var(--primary-color);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  max-width: 450px;
  text-transform: uppercase;
  margin-bottom: 3%;
}
.turDer p {
  color: #808080;
  font-family: "Lato", sans-serif;
  width: 90%;
  max-width: 700px;
  margin-bottom: auto;
}
.turDer p a {
  color: #808080;
  border-bottom: solid 1px var(--primary-color);
}
.turDer p B {
  color: #808080;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.btn_turismo {
  margin: 2% 6% 3% 0;
  width: 175px;
  cursor: pointer;
}
.infoDetalles {
  display: none;
}
.contenedorbtnTurismo {
  float: none;
  overflow: auto;
}
.btnTurismo {
  float: left;
  margin: 2%;
}
.utta-message-card {
  max-width: 650px;
  border: solid 1px var(--primary-color);
  padding: 1.5rem 3rem;
  margin-bottom: 2.5rem;
}
.utta-message-card .msg-body {
  font-weight: bolder;
  margin-bottom: 1rem;
}
#fondo_nov {
  background-image: url("../images/fondo_novedades.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#nov {
  margin-top: 2%;
}
#fotoNotaPrincipal {
  width: 100%;
  box-shadow: -7px 8px 14px -2px #aaa;
}
.cuboFecha {
  background-color: var(--primary-color);
  color: white;
  padding: 4px 2%;
  position: absolute;
  top: 5%;
  left: -3%;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
#fondoTituloNovedades {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 400px;
}
#tituloNotaPrincipal {
  bottom: 4%;
  font-size: 33px;
  left: 4%;
  position: absolute;
  width: 320px;
}
#contenedorNotaPrincpal {
  background-color: #e5e3e1;
  position: relative;
}
#contenedorNotaPrincpal .col-md-8 {
  padding: 0;
}
#bajadaNotaPrincipal {
  vertical-align: middle;
  padding: 5% 2%;
}
.btn_leerMas {
  margin-top: 15%;
  width: 130px;
}
.btnPorfiado {
  position: absolute;
  bottom: 5%;
  right: 16%;
}
.fotoNotaSecundarias {
  width: 100%;
  box-shadow: -7px 8px 14px -2px #aaa;
}
.tituloNotaSecundaria {
  bottom: 0;
  font-size: 28px;
  left: 3%;
  max-width: 400px;
  height: 85px;
}
.bajadaNotaSecundaria:not(.mh-130) {
  height: 105px;
  font-size: 16px;
}
.mh-130 {
  max-height: 200px;
  font-size: 16px;
}
.btn_leerMasSecundaria {
  width: 130px;
  margin-bottom: 16%;
  margin-top: 2%;
}
.cuboFechaSecundarias {
  background-color: var(--primary-color);
  color: white;
  padding: 4px 2%;
  position: absolute;
  top: 3%;
  left: 0%;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.fotoNota {
  position: relative;
  width: 100%;
  background-size: auto 100%;
  background-position: center center;
  box-shadow: -7px 8px 14px -2px #aaa;
  height: 235px;
}
.fotoPubli {
  position: relative;
  width: 168px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  box-shadow: -7px 8px 14px -2px #aaa;
  height: 235px;
  margin: auto;
}
.principal {
  height: 358px;
}
.pagination-cont {
  text-align: center;
  margin-bottom: 100px;
}
.pagination {
  border: 1px solid #808080;
  border-radius: 80px;
  overflow: hidden;
}
.pagination a {
  padding: 10px 15px;
  color: #808080;
  border-right: 1px solid #808080;
  display: inline-block;
}
.pagination a:last-child {
  border-right: 0;
}
.pagination a.active {
  font-weight: bolder;
  background-color: #9e9e9e;
  color: #fff;
}
.alaizquierda {
  margin: 30% 1% 6px;
  width: 45px;
}
#fondo_nota {
  background-image: url("../images/fondo_autoridades1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#recuadroGris {
  border: 1px solid #ddd9d4;
  box-sizing: border-box;
  height: 400px;
  margin: 7% 3%;
  padding: 10%;
  position: absolute;
  width: 96%;
  z-index: 10000;
}
.infoNota h1 {
  font-size: 36px;
}
#fondo_empa {
  background-image: url("../images/fondo_empadronamiento.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.empadronamiento {
  margin-top: 0;
}
#fondo_foto_empadronamiento {
  bottom: 0;
  right: 0;
  position: absolute;
  width: auto;
}
#fondo_foto_empadronamiento img {
  max-width: 1500px;
}
.empadronamiento H1,
.empadronamiento h2 {
  margin-left: 30%;
}
.empadronamiento > DIV {
  box-sizing: border-box;
  float: none;
  padding: 6% 0 0%;
  position: relative;
}
.empadronamiento .circulito {
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  height: 50px;
  margin-right: 2%;
  padding: 0;
  text-align: center;
  width: 50px;
}
.empadronamiento .circulito img {
  width: 50px;
}
.empadronamiento > div > div > p > span > a {
  color: #808080;
}
.cont_empadronamiento {
  margin-left: 30%;
}
#fondo_instructivo {
  background-image: url("../images/fondo_instructivos.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  background-position: center bottom;
}
#fondo_foto_instructivo {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
}
.instructivoDer {
  margin-top: 23%;
}
#fondo_con {
  background-image: url("../images/fondo_contacto.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#con {
  margin-bottom: 10%;
}
#con h2 {
  margin-top: 40px;
}
.contacto {
  margin: 75px 14px !important;
}
#colMedioContacto {
  margin-top: 76px;
  margin-bottom: 91px;
}
#colMedioContacto #enviar {
  width: 150px;
  float: right;
}
.contacto .form-control {
  background-color: transparent;
  background-image: none;
  border: 1px solid #617caa;
  border-radius: 0;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  height: 45px;
  color: #617caa;
  width: 100%;
  max-width: none !important;
  margin: 29px 0;
}
textarea.form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: var(--primary-color) #c9c9c9 #c9c9c9;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  height: 231px;
  background-color: transparent;
  border-radius: 0;
}
.form-control:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}
.palabraMensaje {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #808080;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
  border: medium none;
  cursor: default;
  height: 14px;
  margin-bottom: -8px;
  padding: 0 14px;
  border-radius: 0;
  box-shadow: 0 0 0;
}
#contactoDireccion {
  background-image: url("../images/fondo_contacto_direccion.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#contactoDireccion {
  border-bottom: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  height: 325px;
  max-width: 275px;
  padding: 31px;
  margin-top: 62px;
}
#contactoDireccion .lineaChicaRosa {
  margin-top: 25px;
  margin-left: 0;
  width: 30px;
}
#contactoDireccion h2 {
  font-size: 24px;
  margin-top: 15px;
}
#contactoDireccion p {
  font-size: 15px;
}
.btnEnviar {
  background-color: #617caa;
  color: white;
  border: 1px solid #617caa;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  margin-bottom: 30px;
  height: 45px;
}
.form-control::-webkit-input-placeholder {
  color: #808080;
}
.form-control:-moz-placeholder {
  color: #808080;
}
.form-control::-moz-placeholder {
  color: #808080;
}
.form-control:-ms-input-placeholder {
  color: #808080;
}
.conTit {
  color: #617caa;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.conText {
  color: #24277c;
  font-family: Fontin_Sans_SC;
  font-size: 30px;
  font-size: 18px;
  line-height: 19px;
}
#circuloContacto {
  left: 33%;
  margin-top: -95px;
  position: absolute;
  width: 27%;
}
.noscrollx {
  overflow-x: hidden;
}
.institucional_foto1 {
  text-align: right;
}
.contenedor_foto_historia {
  text-align: center;
  margin-top: 60px;
}
#contenedorTextoHistoria {
  font-family: "Open Sans", sans-serif;
  width: 507px;
  font-size: 15px;
  margin-top: 60px;
  color: #585858;
  position: relative;
}
#linea_de_tiempo {
  position: absolute;
  right: -80px;
}
.casco {
  margin: 65px 0;
  padding-left: 10%;
}
.comision_directa {
  padding: 0;
  text-align: right;
}
.resena {
  padding: 0;
}
#laSede {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: bold;
  left: 24%;
  line-height: 1.7em;
  margin: 21% auto;
  max-width: 353px;
  position: absolute;
  text-align: left;
  vertical-align: middle;
}
#nuestroObjetivo {
  color: #24285f;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.7em;
  left: 13%;
  margin: 26% auto;
  max-width: 300px;
  position: absolute;
  text-align: left;
  vertical-align: middle;
}
#nuestraHistoria {
  font-family: Fontin_Sans_R;
  color: #617caa;
  font-size: 4em;
  line-height: 1em;
  position: absolute;
  right: 18%;
  top: 37%;
  text-shadow: 2px 2px 1px #aaa;
}
#laInstitucion {
  color: #15204d;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  position: absolute;
  right: 26%;
  top: 15%;
}
#contenedorNuestraHistoria {
  border-bottom: 2px solid #15204d;
  border-top: 2px solid #15204d;
  height: 156px;
  position: absolute;
  right: 27%;
  top: 29%;
  width: 110px;
}
#casco2 {
  color: #617caa;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  font-style: italic;
  left: 10%;
  line-height: 1.3em;
  position: absolute;
  top: 14%;
  width: 334px;
}
#contenedorResena {
  border: 1px solid #15204d;
  padding: 15% 10% 10%;
  text-align: left;
  width: 98%;
}
#t1 {
  color: #617caa;
  font-family: Fontin_Sans_SC;
  font-size: 1.4em;
}
#t2 {
  color: #24277c;
  font-family: Fontin_Sans_SC;
  line-height: 1em;
  font-size: 2em;
}
#verArchivo {
  color: #a9b7cf;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 10px;
}
#comisionDirecta {
  border: 1px solid #15204d;
  padding: 15% 10% 10%;
  text-align: left;
  width: 98%;
}
#t3 {
  color: #617caa;
  font-family: Fontin_Sans_SC;
  font-size: 1.4em;
}
#t4 {
  color: #24277c;
  font-family: Fontin_Sans_SC;
  line-height: 1em;
  font-size: 2em;
}
.esteMes {
  font-family: "Open Sans", sans-serif;
  color: #15204d;
  font-size: 13px;
  text-align: right;
}
.esteMes div {
  border-bottom: solid 1px #15204d;
  float: right;
  margin-top: 30px;
  text-align: center;
  width: 71px;
}
.mesActual {
  font-family: Fontin-Regular;
  color: #15204d;
  font-size: 48px;
}
#contenedorDeScroll {
  height: 500px;
  overflow-y: hidden;
  margin: 0px 3%;
  width: 94%;
  background-color: #d6d6d6;
  padding: 0;
}
#contenedorScrollH {
  overflow-y: hidden;
  padding: 16px 0;
}
.seccionActividaes {
  font-family: Fontin_Sans_SC;
  text-align: center;
  color: #617caa;
  margin: 20px 0;
  font-size: 32px;
  margin: 70px 0 20px;
}
.seccionActividaes div {
  width: 130px;
  margin: 20px auto 0;
  border-bottom: solid 1px #617caa;
}
.contenedorCuadroActividad {
  border: solid 1px #617caa;
  width: 300px;
  height: 450px;
  float: left;
  margin-left: 10px;
  padding: 15px;
  position: relative;
}
.contenedorCuadroActividad img {
  width: 100%;
}
.tituloCA {
  color: #617caa;
  font-family: Fontin_Sans_SC;
  font-size: 30px;
  line-height: 30px;
  margin: 12px 0;
}
.bajadaCA {
  font-family: "Open Sans", sans-serif;
  color: #727c94;
  font-size: 13px;
  font-weight: bold;
}
.footerCA {
  background-color: #617caa;
  color: white;
  font-family: Fontin_Sans_SC;
  font-size: 19px;
  margin-left: -5%;
  padding: 0 10px;
  position: absolute;
  top: 421px;
  width: 100%;
}
.contenedorAP {
  text-align: center;
}
.contenedorAP img {
  margin: auto;
  max-width: 50%;
}
.contenedorAP p {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 21px;
  padding: 0 7%;
}
#contenedorDeScroll::-webkit-scrollbar {
  width: 10px;
}
#contenedorDeScroll::-webkit-scrollbar-thumb {
  background-color: #617caa;
  outline: 1px solid slategrey;
  border-radius: 10px;
}
#contenedorDeScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#contenedordetAct {
  padding: 5% 7% 0;
}
#detActFech {
  background-color: #617caa;
  color: white;
  font-family: Fontin_Sans_SC;
  font-size: 22px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
#detActTit {
  color: #617caa;
  font-family: Fontin_Sans_SC;
  font-size: 40px;
  line-height: 40px;
  margin: 10px 0 20px;
}
#detActtext {
  color: #373737;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  max-width: 83%;
}
#fotoActPrincipal {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 350px;
  margin-top: 0px;
}
.textoLugar {
  color: #617caa;
  font-family: Fontin_Sans_SC;
  font-size: 20px;
  margin-top: 20px;
}
#detActLugar {
  color: #373737;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  max-width: 86%;
}
#volverarActDet {
  color: #617caa;
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-top: 30px;
  padding: 6px 0;
  width: 121px;
}
#detActTitNR {
  font-family: Fontin_Sans_SC;
  font-size: 30px;
  color: #617caa;
  margin: 10px 0 20px;
  line-height: 25px;
}
.verMasNovedades {
  border-bottom: 1px solid #617caa;
  bottom: 0;
  color: #617caa;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 6px 0;
  position: absolute;
  text-align: center;
  width: 64px;
}
.seccionNovedades {
  color: #15204d;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 70px 0 20px;
  text-align: center;
}
.seccionNovedades div {
  width: 70px;
  margin: 10px auto 0;
  border-bottom: solid 1px #617caa;
}
#fotoPrincipal {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 350px;
  margin-top: 50px;
}
#contenedordetNov {
  background-color: #ececec;
  padding: 5% 7% 0;
}
#detNovFech {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #606060;
}
#detNovTit {
  font-family: Fontin_Sans_SC;
  font-size: 35px;
  color: #15204d;
  margin: 10px 0 20px;
}
#detNovText {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 21px;
}
#volveranovedades {
  color: #617caa;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  border-bottom: solid 1px #617caa;
  padding: 6px 0;
  width: 121px;
  margin-top: 30px;
}
.leerMasNovedades {
  color: #617caa;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  border-bottom: solid 2px #617caa;
  padding: 12px 0;
  margin-top: 30px;
  margin-left: 70%;
  text-align: center;
  width: 73px;
}
.leerMasNovedades a {
  color: #617caa;
}
.detNovFechLISTA {
  font-family: "Open Sans", sans-serif;
  text-transform: lowercase;
  font-size: 13px;
  font-weight: bold;
  color: #606060;
  padding: 6% 10% 0;
}
.contNotaListado {
  background-color: #ececec;
}
.detNovTitLISTA {
  color: #15204d;
  font-family: Fontin_Sans_SC;
  font-size: 33px;
  line-height: 30px;
  margin: 10px 0 20px;
  margin: 3% 8%;
  text-decoration: none;
}
.detNovTitLISTA :hover {
  color: #15204d;
  font-family: Fontin_Sans_SC;
  font-size: 33px;
  line-height: 30px;
  margin: 10px 0 20px;
  margin: 3% 8%;
  text-decoration: none;
}
.detNovBajada {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 21px;
  margin: 0 8%;
  min-height: 63px;
}
.notaRelacionada {
  border: solid 1px #dbd8d8;
  padding: 3% 3% 0;
}
#detNovFechNR {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #606060;
}
#detNovTitNR {
  font-family: Fontin_Sans_SC;
  font-size: 30px;
  color: #15204d;
  margin: 10px 0 20px;
  line-height: 25px;
}
.mobile {
  display: none;
}
.escritorio {
  display: block;
}
.footer {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  background-color: #808080;
}
.footer a {
  color: white;
}
.footer UL {
  padding: 20px 0 20px 0;
}
.footer LI {
  list-style-type: none;
}
.footSubTitulo {
  margin-left: 10px;
}
#uC_Footer {
  border-left: solid 1px white;
  margin-top: 20px;
  padding-left: 20px;
}
#uC_Footer img {
  margin-top: 5px;
}
@media screen and (max-width: 650px) {
  section.banner-inam {
    text-align: left;
  }
}
@media screen and (min-width: 320px) and (max-width: 719px) {
  .mobile {
    display: block;
  }
  .nomobile {
    display: none !important;
  }
  .trianguloRosa {
    display: none;
  }
  #logoEnMobile {
    position: absolute;
    margin: 1% 10%;
    display: block;
  }
  .escritorio {
    display: none;
  }
  .navbar-collapse {
    margin-top: 26%;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
  }
  .navbar-nav > li {
    width: 100%;
    margin-top: 10px;
  }
  .navbar {
    min-height: 125px;
    height: auto;
    background-size: auto;
  }
  .navbar-header {
    height: 0;
  }
  *::after,
  *::before {
    box-sizing: border-box;
  }
  *::after,
  *::before {
    box-sizing: border-box;
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
  }
  .navbar-toggle {
    margin-bottom: 8px;
    margin-right: 24px;
    margin-top: 30px;
  }
  .falsoHome {
    display: none;
  }
  .dropdown-menu {
    margin-left: 30px;
  }
  .navbar-nav {
    text-align: left;
  }
  #seleccionado {
    border-bottom: 1px solid var(--primary-color);
    width: 150px;
    margin: inherit;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #555;
  }
  #sliderIndex {
    width: 96%;
  }
  .triangulo_indica_submenu {
    position: absolute;
    top: 0px;
    font-size: 9px;
    color: #d90064;
    padding: 7px 12px;
    display: block;
  }
  section.banner-inam img,
  section.banner-inam .inam-title {
    padding: 20px 30px;
  }
  #afiliateIndex > H1 {
    font-size: 40px;
  }
  .contenedorMenu {
    margin: 0;
  }
  .btnUTTA {
    padding: 3.5% 2%;
    width: 90%;
  }
  .btnTurismo {
    margin: 4% 0;
  }
  #fondo_bene {
    background-size: 100% auto;
  }
  #contenedorRRSS {
    width: 100%;
  }
  .contSeginos img {
    width: 50px;
  }
  #btn_enviar {
    width: 180px;
    margin-left: 5px;
  }
  #btn_bajar_Solicitud {
    width: 180px;
  }
  #carousel-2314760 {
    display: none;
  }
  .carousel-caption {
    background-size: 222px auto;
    height: 400px;
    left: -8px;
    padding: 50px 40px;
    position: absolute;
    text-align: left;
    top: 200px;
    width: 231px;
  }
  .sliderTexDer {
    left: 50%;
  }
  .carousel-caption h1 {
    font-family: Roboto;
    font-size: 1.3em;
    margin-bottom: 1%;
    margin-top: 1%;
  }
  .carousel-caption p {
    font-family: "Lato", sans-serif;
    font-size: 0.75em;
    margin-top: -6.5%;
    color: #a0a0a0;
    font-weight: bold;
    text-shadow: none;
  }
  .carousel-caption div {
    width: 170px;
  }
  .telIz {
    padding-left: 9%;
  }
  #circuloGuiaLaboral {
    margin: 26px 12% 0px;
    max-width: 76%;
  }
  .contContactoIndex,
  .contSeginos {
    margin: 25% auto;
  }
  #videoIndex {
    float: none;
  }
  #icono_playIndex {
    cursor: pointer;
    position: absolute;
    left: 111%;
    top: -150px;
    width: 70px;
  }
  #infoDeVideo {
    margin: 30px 0;
  }
  .tituloVideoIndex {
    width: 95%;
  }
  #home_1,
  #home_2,
  #home_3,
  #home_4 {
    background-image: none;
  }
  #leyendaIndexinferior {
    font-size: 26px;
    margin: 14% 0 14px;
  }
  #leyendaIndexinferior2 {
    margin: 2% 0 21%;
  }
  .footer UL {
    padding: 21px 14%;
  }
  #uC_Footer {
    margin-left: 8%;
    margin-bottom: 10%;
  }
  #ua {
    margin-left: 0;
  }
  #ua2 {
    margin-bottom: 10%;
    margin-left: 0;
  }
  #fotoCarlos {
    left: 58%;
    position: absolute;
    top: 59%;
    width: 113px;
  }
  .feliceLinks {
    width: 60%;
  }
  .feliceLinks a {
    display: block;
  }
  #bajadaNotaPrincipal {
    padding: 5% 2% 25%;
  }
  .btnPorfiado {
    left: 2%;
  }
  .empleadoresIzq H2 {
    margin: 15% 0 -10px;
  }
  .empleadoresIzq H1 {
    margin-left: 0;
  }
  #tb {
    margin-left: 0;
  }
  #tb a > img {
    margin: 10px;
    width: 80%;
  }
  .beneIzq H2 {
    margin: 15% 0 -10px 0;
  }
  .beneIzq H1 {
    margin-left: 0;
  }
  #btn_icono_libro {
    margin-left: 0%;
  }
  .beneIzq UL {
    margin-left: 13%;
  }
  #circulo_fondo_bene {
    margin: -126px -63px;
  }
  .empleadoresDer > DIV {
    padding: 6% 0;
  }
  #fondo_gc {
    background-image: none;
  }
  #grl {
    margin-left: 0;
  }
  #fondo_nov {
    background-size: 100% auto;
  }
  #contenedorNotaPrincpal {
    margin: 0;
  }
  #fondoTituloNovedades {
    width: 336px;
  }
  .cuboFechaSecundarias {
    left: 1%;
  }
  .principal {
    height: 203px;
  }
  #fondoTituloNovedades {
    width: 254px;
  }
  .btn_leerMasSecundaria {
    margin-bottom: 16%;
    margin-top: 14%;
  }
  .tituloNotaSecundaria {
    width: 100%;
    max-width: 95%;
  }
  #tituloNotaPrincipal {
    bottom: 10%;
    font-size: 22px;
    left: 3%;
    position: absolute;
    width: 72%;
  }
  #fondo_trabajadores_afiliacion_foto img {
    width: 100%;
  }
  #fondo_trabajadores_afiliacion {
    padding-bottom: 49%;
  }
  #fondo_foto_empadronamiento {
    display: none;
  }
  .cont_empadronamiento {
    margin-left: 6%;
  }
  #fondo_foto_instructivo {
    display: none;
  }
  .instructivoDer {
    margin: -10% 11% 9%;
  }
  .beneIzq,
  .beneDer {
    margin-top: 31%;
  }
  #btn_icono_familia,
  #btn_icono_turismo {
    margin-left: 8%;
  }
  #gr .col-md-6:first-child {
    margin-bottom: 4em;
  }
  #fondo_gc_hombre {
    display: none;
  }
  #btn_descargar_planilla,
  #btn_como_completar_planilla,
  .btn_bene,
  .btn_turismo,
  #gr a > img,
  .scrollA {
    width: 90%;
  }
}
@media screen and (min-width: 720px) and (max-width: 1025px) {
  .nav > li > a {
    padding: 5px 9px;
  }
  #home_1 div {
    margin: 40px 12% 20px;
  }
  #sliderIndex {
    width: 96%;
  }
  .contenedorMenu {
    margin: 0;
  }
  #circuloGuiaLaboral {
    margin: 0 15%;
    max-width: 53%;
  }
  .contContactoIndex,
  .contSeginos {
    margin: 25% auto;
  }
  #videoIndex {
    float: none;
  }
  #icono_playIndex {
    cursor: pointer;
    position: absolute;
    left: 105%;
    top: -248px;
    width: 70px;
  }
  #infoDeVideo {
    margin: 30px 11%;
  }
  .tituloVideoIndex {
    width: 95%;
  }
  #home_1,
  #home_2,
  #home_3,
  #home_4 {
    background-image: none;
  }
  .footer UL {
    padding: 21px 14%;
  }
  #uC_Footer {
    margin-left: 8%;
    margin-bottom: 10%;
  }
  #ua {
    margin-left: 10%;
  }
  #ua2 {
    margin-bottom: 10%;
    margin-left: 10%;
  }
  #fotoCarlos {
    left: 80%;
    position: absolute;
    top: 59%;
    width: 113px;
  }
  #bajadaNotaPrincipal {
    padding: 5% 2% 17%;
  }
  .btnPorfiado {
    left: 2%;
  }
  .empleadoresDer {
    margin-left: 10%;
    margin-top: 8%;
  }
  .empleadoresIzq H2 {
    margin: 15% 10% -10px;
  }
  .empleadoresIzq H1 {
    margin-left: 10%;
  }
  #tb {
    margin-left: 10%;
  }
  #tb a > img {
    margin: 10px;
    width: 40%;
  }
  .beneIzq H2 {
    margin: 15% 25% -10px;
  }
  .beneIzq H1 {
    margin-left: 24%;
  }
  #btn_icono_libro {
    margin-left: 25%;
  }
  .beneDer {
    padding-left: 14%;
  }
  .beneIzq UL {
    margin-left: 13%;
  }
  #circulo_fondo_bene {
    margin: -109px 110px;
  }
  #gr {
    margin: 5% 11%;
  }
  .empleadoresDer > DIV {
    padding: 6% 0;
  }
  #fondo_gc {
    background-image: none;
  }
  #grl {
    margin: 3% 10%;
  }
  #ob H1,
  #ob H2 {
    margin-left: 10%;
  }
  #ob .col-md-4 img {
    margin: 0 0 6%;
  }
  #fondo_nov {
    background-size: 100% auto;
  }
  #contenedorNotaPrincpal {
    margin: 0;
  }
  #fondoTituloNovedades {
    width: 336px;
  }
  .cuboFechaSecundarias {
    left: 1%;
  }
}
@media screen and (min-width: 900px) {
  #publicaciones .tituloNotaSecundaria {
    height: auto;
    margin-top: 0;
  }
  .fotoPubli {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 720px) and (max-width: 1441px) {
  .carousel-caption {
    padding-right: 80px;
  }
  .carousel-caption h1 {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1442px) {
  #home_1 div {
    padding: 0 3%;
  }
  #circuloGuiaLaboral {
    margin-left: 36%;
  }
  #afiliateIndex > H1 {
    margin: 75px 35px 0;
  }
  #ua,
  #ua2 {
    margin-left: 30%;
  }
  .empleadoresIzq H1,
  .empleadoresIzq H2 {
    margin-left: 61%;
  }
  #ob h2,
  #ob h1 {
    margin-left: 15%;
  }
  #ob .col-md-4 {
    margin-top: 6%;
  }
  #tb {
    margin: 2% auto 20%;
  }
  .beneIzq UL {
    margin-top: 7%;
  }
  .beneDer p {
    max-width: 650px;
  }
  .btnPorfiado {
    right: 20%;
  }
  .familia,
  .salud {
    max-width: 810px;
  }
  .fotoNota {
    height: 280px;
  }
  .fotoPubli {
    width: 200px;
    height: 280px;
    margin-bottom: 4rem;
  }
  .principal {
    height: 355px;
  }
  .tituloNotaSecundaria {
    height: 65px;
  }
  .contContactoIndex div {
    font-size: 40px;
    margin-top: -2px;
  }
  .contSeginos img {
    width: 40px;
  }
  .contContactoIndex img {
    width: 40px;
    margin-top: -12px;
  }
  #btn_bajar_Solicitud,
  #btn_enviar {
    width: 170px;
  }
  .bajadaNotaSecundaria,
  #bajadaNotaPrincipal {
    font-size: 16px;
  }
  .tituloNotaSecundaria {
    width: 100%;
  }
  .empleadoresDer {
    margin-top: 13%;
  }
  .empleadoresDer p {
    max-width: 457px;
  }
  .empleadoresDer > DIV {
    padding: 2% 0;
  }
  #btn_descargar_planilla,
  #btn_como_completar_planilla {
    margin: 4% 0 16%;
  }
  #gr {
    margin: 2% 14%;
  }
  #grl {
    margin-bottom: 20%;
    margin-left: 24%;
    margin-top: 2%;
  }
  .carousel-caption {
    background-size: 400px auto;
    font-size: 0.7em;
    width: 443px;
    padding-right: 60px;
  }
  .carousel-caption div {
    border-bottom: medium none;
    width: 323px;
  }
  .carousel-caption h1 {
    font-size: 4.5em;
    margin-bottom: 2%;
  }
  .carousel-caption p {
    font-size: 2.2em;
    margin-top: 5.5%;
  }
  #formIndex {
    margin: 31px 22px;
    text-align: left;
    width: 372px;
  }
  #con h2,
  h1 {
    margin-left: 0%;
  }
  #contactoDireccion h2 {
    margin-left: 0;
  }
  .contacto.asesoria {
    float: none !important;
    margin: 23px 14px;
    text-align: left;
    width: auto !important;
  }
  #recuadroGris {
    height: 492px;
  }
  .instructivoDer {
    margin-top: 19%;
  }
  .contacto {
    margin: 75px 25% !important;
  }
  .faq .contendorPregunta {
    width: 86%;
  }
}
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}
.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.86);
}
.modal-card,
.modal-content {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal-card,
  .modal-content {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}
.delete,
.modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  outline: 0;
  position: relative;
  vertical-align: top;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
  background: 0 0;
  position: fixed;
  right: 20px;
  top: 20px;
}
.delete::after,
.delete::before,
.modal-close::after,
.modal-close::before {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.delete::before,
.modal-close::before {
  height: 2px;
  width: 50%;
}
.delete::after,
.modal-close::after {
  height: 50%;
  width: 2px;
}
.message {
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 1.6rem;
}
.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*# sourceMappingURL=style.min.css.map */
