/*
Theme Name: Astra
Theme URI: https://www.quillota.cl/
Description: Tema Wordpress para sitio web Municipalidad de Quillota (Incluye material design, "bootstrap" y "responsive adaptation")
Version: 6.0
Author: Miguel Monzón M.
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
/*--- Necesario para alinear imagenes de un post ---*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


body {
  background-color: #fff;
  background-size: contain;
  overflow-x: hidden;
  margin: 0;
  color: #000;
}
.bts-covid {
  padding-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
  /*     font-family: 'Oswald', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #125475;
}

a {
  color: #23475e;
  text-decoration: none;
}
a:hover {
  color: #306282;
  text-decoration: none;
}
p {
  /*     font-family: 'Titillium Web', sans-serif; */
  font-family: 'Roboto', sans-serif;
}

.ul .li{
	margin-bottom: 6px;
    padding-left: 5px;
    list-style: url(https://www.lascondes.cl/images/iconos/ico-list.png);
}

/*MENU PRINCIPAL*/
.todoelmenu {
  background: url(https://quillota.cl/municipalidad/wp-content/themes/muniquillota4.5/img/trama.svg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #12455f;
  color: #fff;
  -webkit-box-shadow: 0 5px 6px 1px #3D3D3D;
  box-shadow: 0 5px 6px 1px #3D3D3D;
  position: relative;
}

.hvr-bounce-to-bottom{
  position: relative !important;
  display: inline-block !important;
  vertical-align: middle !important;
  transition-property: all !important;
  -webkit-transition-duration: 0.9s !important;
  transition-duration: 0.9s !important;
}

.bg-lighth {
  background-color: transparent !important;
}

.navbar-brand {
  padding-top: 0rem !important;
}

@media all and (min-width: 376px) and (max-width: 414px) {
  .navbar-brand{
    position: inherit;
    text-align: center;
    display: block;
  }

  .nav-link {
    color: #0a4156;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    padding-left: 10px;
  } 


  .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
  }

  #header .dropdown-menu {
    background: url(https://quillota.cl/municipalidad/wp-content/themes/muniquillota4.5/img/trama.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #12455f;
    color: #fff;
    font-family: 'Roboto', sans-serif;

  }

  .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
  } 

  #header .dropdown-item {
    color: #fff !important;
  } 

}

@media all and (max-width: 375px) {
  .navbar-brand{
    position: inherit;
    text-align: center; 
    display: block;
  }	
}

@media all and (min-width: 766px) {
	
.cinta-navidad {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
	margin-top: -15px;
    background-color: #12455f;
    background-image: url('https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/cinta-navidad.png');
    background-repeat: repeat-x;
}
  .todoelmenu{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .dropdown .dropdown-menu {
    text-transform: uppercase;
    font-size: 0.85rem;
    border-radius: 0;
    border: 0;
    padding: 2rem 0;
    box-sizing: border-box;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: auto;
    width: 100%;
    display: block;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
  }

  .dropdown .dropdown-menu .dropdown-item {
    font-weight: 600;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -25px;
    transition: all 0.2s ease-in;
    transform: scale(1);
  }


  .dropcovid{
    background-color: #125885 !important; 
  }

  .dropcovid .dropdown-item{
    color: white !important;
  }

  .dropcovid .dropdown-item:hover{
    background-color: #007EA2;
    color: white;
  }

  .dropmuni{
    background-color: #00A3A9 !important; 
  }

  .dropmuni .dropdown-item{
    color: white !important;
  }

  .dropmuni .dropdown-item:hover{
    background-color: #17C69A;
    color: white;
  }

  .dropejes{
    background-color: #87BD2B !important; 
  }

  .dropejes .dropdown-item{
    color: white !important;
  }

  .dropejes .dropdown-item:hover{
    background-color: #94CE33;
    color: white;
  }

  .droptramites{
    background-color: #8fb157 !important; 
  }

  .droptramites .dropdown-item{
    color: white !important;
  }

  .droptramites .dropdown-item:hover{
    background-color: #b9dd7c;
    color: white;
  }

  .dropdigital{
    background-color: #F18B35 !important; 
  }

  .dropdigital .dropdown-item{
    color: white !important;
  }

  .dropdigital .dropdown-item:hover{
    background-color: #FFB15A;
    color: white;
  }

  .navbar .menu-superior {
	font-family: 'Roboto',sans-serif;
    padding: 8px 32px 8px 0px;
    font-size: 0.76rem;
    align-self: flex-end;
    position: relative;
    background-color: #12455f;
  }

  .navbar .menu-superior::before {
    content: "";
    position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 35% 100%);
    background-color: #12455f;
    width: 122px;
    height: 50px;
    top: 0;
    left: -50px;
  }

  .navbar .menu-superior .nav {
    align-items: center;
  }

  .navbar .menu-superior .nav-item .nav-link {
    color: #FFFFFF;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0rem 1rem;
  }

  .navbar .menu-superior .nav-item .nav-link .font-weight-light {
    display: block;
    text-transform: none;
  }
	
  .navbar .menu-superior .nav-item:nth-last-of-type(4){
    border-right: 1px solid #FFFFFF;
    padding-right: 1rem;
  }
	
  .navbar .menu-superior .nav-item:nth-last-of-type(3){
    border-right: 1px solid #FFFFFF;
    padding-right: 1rem;
  }

  .navbar .menu-superior .nav-item:nth-last-of-type(2){
    border-right: 1px solid #FFFFFF;
    padding-right: 1rem;
  }

  .navheader{
    margin-top: 40px;
  }

  .navprincipal{
    flex-flow: column wrap; 
    padding:0px 0px 20px 0px !important
  }
}

@media only screen and (max-width: 1024px) {
	
	.cinta-navidad-cel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
	margin-top: -15px;
    background-color: #12455f;
    background-image: url('https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/cinta-navidad.png');
    background-repeat: repeat-x;
}
	
	.menu-superior-cel{
		font-size: 10px;
		margin-bottom: 20px;
	}
	
  .menu-superior-cel a{
    color: white !important;
  }
	
	.menu-superior-cel .row{
		flex-wrap: nowrap !important;
	}

  .menu-superior-cel .nav-link {
    color: #FFFFFF;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0rem 1rem;
  }
}


.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

#header .dropdown-menu {
/*     background: url(https://quillota.cl/municipalidad/wp-content/themes/muniquillota4.5/img/trama.svg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #12455f;
color: #fff; */
font-family: 'Roboto', sans-serif;

}

/* .navbar-light .navbar-nav .nav-link {
color: #fff !important;
} */

/* #header .dropdown-item {
color: #fff !important;
} */


.navbar-light .navbar-toggler {
  color: #fff !important;
  border-color: #fff !important;
  border-style: solid;
  border-width: 3px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(https://quillota.cl/municipalidad/wp-content/themes/qta5/img/menu.svg) !important;
}

.social-menu .fa-facebook-f {  
  color: #37589b !important;
}

.social-menu .fa-twitter {  
  color: #46D4FE !important;
}

.social-menu .fa-instagram {  
  color: #a67658 !important;
}

.social-menu .fa-external-link-alt{
  color: black !important;
}

.social-menu .fa-youtube{
  color: #cd201f !important;
}

.social-menu .fa-envelope{
  color: #D44638 !important;
}

.social-menu .fa-whatsapp{
  color: #4AC959 !important;
}

.social-menu ul li {
  list-style: none;
  margin: 0 7px;
}

.social-menu ul li .fab{
  font-size: 19px;
  line-height: 30px;
  transition: .5s;
}


.social-menu ul li .fas{
  font-size: 19px;
  line-height: 30px;
  transition: .5s;
}

.social-menu ul li .fa-facebook-f{
  width: 28px;
}

.social-menu ul li .fa-twitter{
  width: 28px;
}

.social-menu ul li .fa-instagram{
  width: 28px;
}

.social-menu ul li .fa-external-link-alt{
  width: 28px;
}

.social-menu ul li .fa-youtube{
  width: 28px;
}

.social-menu ul li .fa-envelope{
  width: 28px;
}

.social-menu ul li .fa-whatsapp{
  width: 28px;
}

.social-menu ul li .fa-facebook-f:hover {
  color: #ffffff !important;
}

.social-menu ul li .fa-twitter:hover {
  color: #ffffff !important;
}

.social-menu ul li .fa-instagram:hover {
  color: #ffffff !important;
}

.social-menu ul li .fa-external-link-alt:hover{
  color: #ffffff !important;
}

.social-menu ul li .fa-youtube:hover{
  color: #ffffff !important;
}

.social-menu ul li .fa-envelope:hover{
  color: #ffffff !important;
}

.social-menu ul li .fa-whatsapp:hover{
  color: #ffffff !important;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  transition: 0.7s;
  transform: translate(0,0px);
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}
.social-menu ul li a:hover {
  transform: rotate(0deg) skew(0deg) translate(0, -7px);
}

/* FACEBOOK */
.social-menu ul li:nth-child(1) a:hover {
  background-color: #3b5999;
}

/* TWITTER */
.social-menu ul li:nth-child(2) a:hover {
  background-color: #55acee;
}

/* INSTAGRAM */
.social-menu ul li:nth-child(3) a:hover {
  background-color: #e4405f;
}

/* YOUTUBE  */
.social-menu ul li:nth-child(4) a:hover {
  background-color: #cd201f;
}

/* GMAIL */
.social-menu ul li:nth-child(5) a:hover{
  background-color: #B23121;
}

/* WHATSAPP */
.social-menu ul li:nth-child(6) a:hover{ 
  background-color: #4AC959;
}

/* EXTERNAL LINK */
.social-menu ul li:nth-child(7) a:hover {
  background-color: black;
}

.seta1 {
  position: absolute;
  z-index: -999;
}
.seropading {
  padding: 0px;
}
.luegodeslider {
  padding-top: 400px;
}
.vivir {
  background-color: #3b5999;
  height: 5px;
}
.trabajo {
  background-color: #ff3300;
  height: 5px;
}
.cultura {
  background-color: #00c300;
  height: 5px;
}
footer {
  background-color: #125475;
}
.lineaoferta {
  /*     font-family: 'Cabin', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.cat-mun {
  background-color: #125475;
  /*     font-family: 'Cabin', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.cat-titulo {
  background-color: #e0671e;
  /*     font-family: 'Cabin', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cat-did {
  background-color: #5f0b95;
  /*     font-family: 'Cabin', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;   
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;    -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.cat-edu {
  background-color: #5b94cf;
  /*     font-family: 'Cabin', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;   
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;    -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.cat-salud {
  background-color: #db9600;
  /*     font-family: 'Cabin', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;   
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;    -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.cat-cul {
  background-color: #6acc13;
  /*     font-family: 'Cabin', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;   
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;    -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.area-noticias {
  padding-top: 15px;
}
.rowcat {
  margin-bottom: -16px !important;
}
.titulo_otras_noticias {
  /*     font-family: 'Oswald', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #105784;
  font-weight: 500;
  background: transparent;
  font-size: 1.3em;
  text-align: left;
}
.titulo_single {
  /*     font-family: 'Oswald', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #125475;
  font-weight: 500;
  background: transparent;
  font-size: 2.2em;
  line-height: 1.2em;
  text-align: center;
  padding: 30px 10px 0px 10px;
}
.rowpagos {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#125475+0,0e0e0e+100&0.66+0,0.77+100 */
  background: -moz-linear-gradient(top,  rgba(18,84,117,0.66) 0%, rgba(14,14,14,0.77) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(18,84,117,0.66) 0%,rgba(14,14,14,0.77) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(18,84,117,0.66) 0%,rgba(14,14,14,0.77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*  @media all and (min-width: 768px){
.navbarotros{
display: none;
}   
}

@media all and (max-width: 415px){
.rowpagos{
display: none;
}
.navbarotros{
position: absolute;
float: left;
top: 120px;
}
}

@media (max-width: 320px){
.rowpagos{
display: none;
}
.navbarotros{
position: absolute;
float: left;
top: 154px;
}
} */

/* TRASH */

.fecha-single {
  /*         font-family: 'Barlow Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #4a4a4a;
  font-weight: 500;
  font-size: 0.9em;
  text-align: left;
  padding: 0px 10px 5px 10px;
}

.categoria {
  /*         font-family: 'Barlow Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1em;
  text-align: left;
  margin: 8px 0 0 8px;
  padding: 4px 10px 4px 10px;
  background: #2C95D2;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  vertical-align: baseline;
}

.bajada_texto_single {
  /*         font-family: 'Roboto Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #3e4049;
  font-weight: 400;
  background: transparent;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  /*         padding: 20px 15px 40px 15px; */
}
.titulo_otras_noticias {
  /*         font-family: 'Barlow Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #105784;
  font-weight: 700;
  background: transparent;
  font-size: 1.3em;
  text-align: left;
}
.titulo_otras_noticias2 {
  /*         font-family: 'Barlow Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #105784;
  font-weight: 700;
  background: transparent;
  font-size: 1.5em;
  text-align: left;
}
.titulo_otras_noticias3 {
  /*         font-family: 'Barlow Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #fff;
  padding-left: 10px;
  font-weight: 700;
  background: transparent;
  font-size: 2.1em;
  text-align: left;
}
.cucu2 {
  border-radius: 20px;
  margin-top: -20px;
  background-color: #125475;
}
.cucudid {
  border-radius: 20px;
  margin-top: -20px;
  background-color: #5f0b95;
}
.cucusal {
  border-radius: 20px;
  margin-top: -20px;
  background-color: #db9600;
}
.cucuedu {
  border-radius: 20px;
  margin-top: -20px;
  background-color: #3590aa;
}
.cucucul {
  border-radius: 20px;
  margin-top: -20px;
  background-color: #96ba3c;
}
#header .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #125475;
}
.bajada_texto_single_aside {
  /*         font-family: 'Roboto Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #3e4049;
  font-weight: 400;
  background: transparent;
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: justify;
  padding: 0px 5px 0px 0px;
}

.cuadroblancoaside {
  background: #fff;
  margin-top: 15px;
  margin-bottom: 50px;
  margin-left: 5px;
  -webkit-box-shadow: -1px 2px 9px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 2px 9px -3px rgba(0,0,0,0.75);
  box-shadow: -1px 2px 9px -3px rgba(0,0,0,0.75);
}

.sec14 {
  background: #105784;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  font-weight: 500;
  padding: 0 0 0 10px;
}
.cuadroerror {
  background: #fff;
}
.tituloprincipal2 {
  /*         font-family: 'Barlow Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #125475;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /*   border: 1px solid #fff; */
}

th, td {
  text-align: left;
  padding: 5px;
}
tr:nth-child(even){background-color: #f2f2f2}

.rouf {
  margin: -5px -8px 0px -7px;
}
.contenido {
  margin-top: 40px;
}

.colh {
  height: 196px;
  background: #ffffff;
}
.colhp {
  height: 448px;
  background: #ffffff;
}
.colvermas {
  background: #ffffff;
  font-size: 17px;
}
.fotnotpr {
  margin-left: -15px;
  margin-right: 0px;
}
.tumb {
  margin-left: -15px;
}
.titcatmun {
  background: #125475;
  color: #ffffff;
  padding-left: 10px;
  /*     font-family: 'Barlow Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  height: 448px;
}
.titcatsal{
  background: #db9600;
  color: #ffffff;
  padding-left: 10px;
  /*     font-family: 'Barlow Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
}
.titcated{
  background: #5b94cf;
  color: #ffffff;
  padding-left: 10px;
  /*     font-family: 'Barlow Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
}
.titcatcul{
  background: #98bc3b;
  color: #ffffff;
  padding-left: 10px;
  /*     font-family: 'Barlow Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
}
.titcatdid{
  background: #5f0b95;
  color: #ffffff;
  padding-left: 10px;
  /*     font-family: 'Barlow Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
}
.titcatsaltxt {
  margin: -13px;
}
.tituloprincipal {

  color: #125475;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}
.titulosecundario {

  color: #125475;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 600;
}
.tituloterciario {
  /*     font-family: 'Cabin', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #5a93ce;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 600;
}

.haciendoespacio {
  padding: 0;
  margin-left: -15px;
}
.espaciolibre {
  height: 15px;
}
.piedepagina {
  background: url(https://quillota.cl/municipalidad/wp-content/themes/qta5/img/fd-foot.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #12455f;
  color: #fff;
  /*     font-family: 'Oswald', sans-serif; */
  font-family: 'Roboto', sans-serif;
}
.agenda_alcalde {
  background: #fff;
  overflow-x: hidden;
  -ms-overflow-style:scrollbar;
  overflow-y: auto;
  height: 400px;
}
.linea-agendas {
  margin-top: 10px;
  margin-bottom: 10px;
}
.foot-bajo-bajo {
  background-color: #0a384f;
  color: #fff;
}
.pe {
  font-size: 0.8em;
  font-weight: 600;
}

.servs {
  margin-top: 10px;
}


hr {
  border-top: 1px solid #2b96d3;
}

/*--------- formato PAGE 2020 ----------*/
.fd-page {
  background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url(https://quillota.cl/municipalidad/wp-content/themes/qta5/img/fd-page.jpg) no-repeat top; 
  background-size: 100%;;
}




/* NAVBAR DIRES */

.navbar2{
  background-color: #125475 !important;
}
.navbar2.navbar-brand {
  color: #ecf0f1;
}
.navbar2.navbar-brand:hover,
.navbar2.navbar-brand:focus {
  color: #ecceb5;
}
.navbar2.navbar-text {
  color: #ecf0f1;
}
.navbar2.navbar-text a {
  color: #ecceb5;
}
.navbar2.navbar-text a:hover,
.navbar2.navbar-text a:focus {
  color: #ecceb5; 
}
.navbar2.navbar-nav .nav-link {
  color: #ecf0f1;
  border-radius: .25rem;
  margin: 0 0.25em;
}
.navbar2.navbar-nav .nav-link:not(.disabled):hover,
.navbar2.navbar-nav .nav-link:not(.disabled):focus {
  color: #ecceb5;
}
.navbar2.navbar-nav .dropdown-menu {
  background-color: #125475;
  border-color: #2b96d3;
}
.navbar2.navbar-nav .dropdown-menu .dropdown-item {
  color: #ecf0f1;
}
.navbar2.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar2.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar2.navbar-nav .dropdown-menu .dropdown-item.active {
  color: #ecceb5;
  background-color: #2b96d3;
}
.navbar2.navbar-nav .dropdown-menu .dropdown-divider {
  border-top-color: #2b96d3;
}
.navbar2.navbar-nav .nav-item.active .nav-link,
.navbar2.navbar-nav .nav-item.active .nav-link:hover,
.navbar2.navbar-nav .nav-item.active .nav-link:focus,
.navbar2.navbar-nav .nav-item.show .nav-link,
.navbar2.navbar-nav .nav-item.show .nav-link:hover,
.navbar2.navbar-nav .nav-item.show .nav-link:focus {
  color: #ecceb5;
  background-color: #2b96d3;
}
.navbar2.navbar-toggle {
  border-color: #2b96d3;
}
.navbar2.navbar-toggle:hover,
.navbar2.navbar-toggle:focus {
  background-color: #2b96d3;
}
.navbar2.navbar-toggle .navbar-toggler-icon {
  color: #ecf0f1;
}
.navbar2.navbar-collapse,
.navbar2.navbar-form {
  border-color: #ecf0f1;
}
.navbar2.navbar-link {
  color: #ecf0f1;
}
.navbar2.navbar-link:hover {
  color: #ecceb5;
}

/* .mostrarmodal .modal-dialog {
margin: 0;
margin-right: auto;
margin-left: auto;
width: 100%;
}

@media (min-width: 480) {
.mostrarmodal .modal-dialog {
width: 462px;
}
}

@media (min-width: 768px) {
.mostrarmodal .modal-dialog {
width: 750px;
}
}

@media (min-width: 768px) {
.mostrarmodal .modal-dialog {
width: 750px;
}
}
@media (min-width: 992px) {
.mostrarmodal .modal-dialog {
width: 970px;
}
}
@media (min-width: 1200px) {
.mostrarmodal .modal-dialog {
width: 1170px;
}
} */

@media (max-width: 575px) {
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ecf0f1;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #ecceb5;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #ecceb5;
    background-color: #2b96d3;
  }

}

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ecf0f1;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #ecceb5;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #ecceb5;
    background-color: #2b96d3;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ecf0f1;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #ecceb5;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #ecceb5;
    background-color: #2b96d3;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #ecf0f1;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #ecceb5;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #ecceb5;
    background-color: #2b96d3;
  }
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #ecf0f1;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #ecceb5;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #ecceb5;
  background-color: #2b96d3;
}
.modal {
  z-index: 999999;
}
.yeye {
  height: 150px;
}

.card-img-top {
  margin: auto;
  width:  180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
}

.dir-cardbody{
  margin-top: -20px;
  font-size: 16px;
  text-align: justify;
  margin: 0 auto;
  /*  width: 280px; */
}

.dir-cardtitle, .dir-cardtext{
  text-align: center;
}


/* PAGINACIÓN */
a.page-numbers,
span.page-numbers {
  padding: .3em .7em;
  color: #125475;
  font-size: 18px;
}

/* SOCIAL MENU FOOTER */

.social-menu-footer ul {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding-left: 0px;
}

.social-menu-footer li {
  display: inline-block;
  text-align: center;
  margin: 4px;
}

.social-menu-footer li a {
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease-in 0s, all 1s ease 0s;
  color: #ffffff;
}

.social-menu-footer .facebook:hover {
  background-color:#3b5999;
}
.social-menu-footer .twitter:hover {
  background-color:#55acee;
}

.social-menu-footer .instagram:hover {
  background-color:#e4405f;
}

.social-menu-footer .contacto:hover {
  background-color:#2f2f2f;
}

/* FIN SOCIAL MENU FOOTER */

/* MODAL POPUP */
.fontIcon{
  font-size: 30px;
  border-radius: 15px;
}

.modal-content {
  background-color: transparent;
  border: none;
}
.modal-body {
  border: none;
  background-color: white;
  padding: 20px;
  border-radius: .25rem;
}

.modal-header{
  border: none;
}

.cerrar-modal{
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ea1f79;
  color: white;
  transition: 0.7s;
  top: 2px;
  left: 25px;
}

.close{
  opacity: 1;
}

.modal-backdrop{
  opacity:0.6 !important;
}

.modal-dialog {
  position: relative;
  width: auto;
  max-width: 600px;
  margin: 10px;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
}

@media (min-width: 620px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
}
/* FIN MODAL POPUP */


.item-noticia{
  padding-left:25px;
  padding-right:25px;
}

.item-card-noticia{
  transition:0.5s;
  cursor:auto;
}

.item-card-title-noticia{  
  font-size:18px;
  transition:1s;
  cursor:pointer;
}

.item-card-title-noticia:hover{
  color: #9BBDF5;
  transition: 0.6s;
}

.item-card-title-noticia i{  
  font-size:15px;
  transition:1s;
  cursor:auto;
  color:#ffa710
}

.img-wrapper-noticia{
  overflow: hidden;
  border-radius: 10px;
}

.img-noticia{
  transition: 0.3s;
}

.img-noticia:hover{
  transform: scale(1.1);
  border-radius: 10px;
}

.card-title-noticia{
  background-color: #125475;
  /*     font-family: 'Cabin', sans-serif; */
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}

.card-title-noticia i{
  font-size: 18px;
}

.card-noticia{
  border-radius: 15px 15px 0 0;
  border: none;
}

.card-noticia:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}

.card-text-noticia{
  height:80px;  
}

.card-noticia::before, .card-noticia::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card-noticia::before {
  transform-origin: left top;
}
.card-noticia::after {
  transform-origin: right bottom;
}
.card-noticia:hover::before, .card-noticia:hover::after, .card-noticia:focus::before, .card-noticia:focus::after {
  transform: scale3d(1, 1, 1);
}

#noticias  img{
  border: none;
  border-radius: 10px;
}

@media all and (min-width: 768px){
  #noticias .notuno img, .notdos img, .nottres img , .notcuatro img, .notcinco img{
    width:220px ;
    height:180px ;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .card-noticia {
    margin-bottom: 40px;
  }

}

@media (max-width: 620px) {
  .card-noticia {
    margin-bottom: 40px;
  }

}

.nav-link:before {
  background: #99caeb !important;
  border-radius: 16px;
  opacity: 0.6;
}

.dropdown-item:before{
  background: #99caeb !important;
  opacity: 1;
}


.hvr-bounce-to-bottom-covid:before {
  background: red !important;
  border-radius: 16px;
  opacity: 0.8;
}

.contactotitulo {
  margin-bottom: 15px;
  margin-top: 30px;
  border: none;
  border-left: 3px solid #2B96D3;
  padding-left: 10px;
}

.col-casos-activos img{
  cursor:zoom-in;
}

/* .col-casos-activos .lightbox {
display: none;
position: fixed;
z-index: 1000;
width: 100%;
height: 100%;
text-align: center;
top: 0;
left: 0;
background: rgba(0,0,0,0.8);
}

.lightbox img {
max-width: 90%;
max-height: 80%;
margin-top: 2%;
cursor:zoom-out;
}
.lightbox:target {
display: block;
cursor:zoom-out;
} */

.card-acovid{
  border: none;
  border-bottom: 1px solid rgba(255, 165 , 0 , .8);
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  border-top: 1px solid rgba(255, 165 , 0 , .8);
  border-top-left-radius:15px;
  border-top-right-radius:15px;
}
.card-block-acovid {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  /*     border-bottom: 1px solid rgba(255, 165 , 0 , .4); */
  box-shadow: none;

}

.btn-acovid {
  margin-top: auto;
}

/* CARRUSEL PAGINAS COVID */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2393003C' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2393003C' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media (min-width: 960px) {
  .carouselCovid { 
    width: 800px; 
  }
}


@media all and (min-width: 376px) and (max-width: 414px) {
  .subtitulo{
    margin-top: 30px !important;
  }

  .bajada_texto_single{
    padding: 0px;
  }

  .col-carousel{
    margin-left: -15px !important;
    width: 100vw
  }
}

@media all and (max-width: 375px) {
  .subtitulo{
    margin-top: 30px !important;
  }

  .bajada_texto_single{
    padding: 0px;
  }

  .col-carousel{
    margin-left: -15px !important;
    width: 100vw
  }
}

/* FIN CARRUSEL PAGINAS COVID */

.baguetteBox-button:focus { 
  background-color: transparent !important; 
  outline: none;
}

.alert-recomendacion{
  background-color: #ffffff;
  color: #3e4049;
  border: none;
  border-bottom: 1px solid rgba(18, 84, 117 , .8);
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  border-top: 1px solid rgba(18, 84, 117  , .8);
  border-top-left-radius:15px;
  border-top-right-radius:15px;
}

@media screen and (max-width: 767px) {
  .distancia, .manos1, .adultomayor, 
  .casa, .reuniones{ 
    display: flex; flex-flow: column-reverse; 
  }
}

.board{
  background-color:#dc3545;
  color: white; 
  padding:15px;
  border-radius: 15px;
}


#team img{
  margin-top: -50px;
}

#team i{
  font-size: 26px;
  color: #555;    
}

#team p{
  font-weight: 500;
}

#team .card{
  border-radius: 0;
  box-shadow: 5px 5px 15px #125475;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

#team .card:hover{
  background: #125475;
  color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 5px 5px 10px #9E9E9E;
}

#team .card:hover h3, #team .card:hover i{
  color: #fff;
}

@media all and (min-width: 376px) and (max-width: 414px) {

  #team .card{
    border-radius: 0;
    box-shadow: 5px 5px 15px #125475;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    margin-bottom: 80px;
  }
}

@media all and (max-width: 375px) {

  #team .card{
    border-radius: 0;
    box-shadow: 5px 5px 15px #125475;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    margin-bottom: 80px;
  }
}

#info-covid .card-body{
  background-color: #fafafa;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(18,84,117,0.5);
  -moz-box-shadow: 2px 2px 10px 1px rgba(18,84,117,0.5);
  box-shadow: 2px 2px 10px 1px rgba(18,84,117,0.5);
}

#info-covid .info-covid-card-body{
  padding: 0px !important;
  padding-top: 1.25rem !important;
}

#info-covid .info-covid-card-body h2{
  margin-left: 1.25rem;
}

#info-covid .tab-content{
  margin-top: 20px;
}


/* #info-covid .nav-tabs a{
opacity: 0.8;
color: #ffffff !important;
border-bottom: none;
} */

#nav-eco-tab{
  color: #388e3c;
}

#nav-salud-tab{
  color: #0288d1;
}

#nav-servbasicos-tab{
  color: #ef6c00;
}

#nav-teleco-tab{
  color: #4e342e;
}

#nav-transporte-tab{
  color: #6a1b9a;
}

#nav-agricultura-tab{
  color: #00695c;
}

#nav-gob-tab{
  color: #9e9d24;
}

#nav-justicia-tab{
  color: #c62828;
}

#nav-medcom-tab{
  color: #4527a0;
}

#def-covid .card-title{
  margin-bottom: 30px;
  border: none;
  border-left: 3px solid #2B96D3;
  padding-left: 10px;
}

#agenda-tel .alert{
  max-width: 50rem !important;
  max-height: 200px;
}

#agenda-tel .col1 i{
  color: #383D41;
}

#agenda-tel .titulocol1{
  border-bottom: 1px solid #dee2e6 !important;
  border-color: #a8b7c7 !important;
  line-height: 2;
}


#agenda-tel .col2 i{
  color: #0C5460;
}

#agenda-tel .titulocol2{
  border-bottom: 1px solid #dee2e6 !important;
  border-color: #a8b7c7 !important;
  line-height: 2;
}


#agenda-tel .col3 i{
  color: #155724;
}

#agenda-tel .titulocol3{
  border-bottom: 1px solid #dee2e6 !important;
  border-color: #a8b7c7 !important;
  line-height: 2;
}


#agenda-tel .col4 i{
  color: #004085;
}

#agenda-tel .titulocol4{
  border-bottom: 1px solid #dee2e6 !important;
  border-color: #a8b7c7 !important;
  line-height: 2;
}


#agenda-tel .col5 i{
  color: #AA5326;
}

#agenda-tel .titulocol5{
  border-bottom: 1px solid #dee2e6 !important;
  border-color: #a8b7c7 !important;
  line-height: 2;
}


#agenda-tel .col{
  color: #000;
}

/* #agenda-tel p{
margin-bottom: 30px;
border: none;
border-left: 3px solid #2B96D3;
padding-left: 10px;
} */

.contcorta{
  background: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)), url(https://quillota.cl/municipalidad/wp-content/uploads/2020/07/saint-paul-skyline-minnesota-banner.jpg);
  background-color: #FAFAFA;
  background-repeat:no-repeat;
  position: relative;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #125475
}

#servicios .row{
  background-color: #fafafa;
  padding-top: 30px;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(18,84,117,0.5);
  -moz-box-shadow: 2px 2px 10px 1px rgba(18,84,117,0.5);
  box-shadow: 2px 2px 10px 1px rgba(18,84,117,0.5);
}

#servicios .salud {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/medic.png");
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .sanitizacion {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/sanitizacion.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-radius: 50%;   
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}


#servicios .apoyosocial {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/apoyosocial.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-radius: 50%;   
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .procivil {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/procivil.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-radius: 50%;   
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .segpub {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/segpub.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-radius: 50%;   
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .emprend {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/emprendimiento.png");
/*  background-position: center;
background-repeat: no-repeat; */
/*   background-size: 80% 80%; */
background-position: center;
background-size: cover;
border-radius: 50%;   
border: 2px solid #125475;
-webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
-moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .cultura {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/cultura2.png");
  background-color: #ffffff;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .deporte {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/deporte.png");
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .transito {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/transito2.png");
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .mapa {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/mapa.png");
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .phonos {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/phonos.png");
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .delega {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/delega.png");
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .comedorsocial {
  width: 130px;
  height: 130px;
  background-image: url("https://quillota.cl/municipalidad/wp-content/themes/qta5/img/servicios/comedor.png");
  background-color: #ffffff;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  border: 2px solid #125475;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.7) !important;
}

#servicios .col-6, #servicios .col-md-3, #servicios .col-lg-2, #servicios .col-md-4,  #servicios .col-lg-4 {
  margin-top: 20px;
}

#servicios h4{
  padding-top: 20px;
  font-size: 18px;
}

#servicios a, #servicios a:hover{
  text-transform: none !important;
}

#contsocial .container{
  padding-left: 0px !important;
}


/* #contsocial .card-header{
padding: 0px !important;
} */

#contsocial .btn-link:focus,.btn-link:active {
  outline: none !important;
  box-shadow: none;
}

#contsocial .btn-link:hover{
  text-decoration: none;
}

#contsocial li{
  margin-bottom: 10px;
}

#contsocial a{
  text-transform: none !important;
}

#contsocial ol li{
  margin-top: 20px;
}

#contsocial .figura{
  height: 40px;
  width: 150px;
  margin-bottom: 30px;
  margin-right: 20px;
  border: 1px solid rgba(135, 189, 39, .6);
  color: black;
  border-radius: 80px ;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contsocial .figural{
  height: 40px;
  width: 300px;
  margin-bottom: 30px;
  margin-right: 20px;
  border: 1px solid rgba(135, 189, 39, .6);
  color: black;
  border-radius: 80px ;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 300px) and (max-width: 600px) {
  #contsocial .figura, #contsocial .figural{
    margin-right: 0px;
  }
}

#contsocial i{
  margin-right: 5px;
}

#contsocial img{
  /*  margin-bottom: 100px; */
  cursor:zoom-in;
}

#contsocial .lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

#contsocial .lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
  cursor:zoom-out;
}

#contsocial .lightbox:target {
  display: block;
  cursor:zoom-out;
}

@media all and (min-width: 300px) and (max-width: 600px) {
  .contpc {
    display: none;
  }

  .contcel{
    display: block !important;
  }
}

#transobras .container{
  padding-left: 0px !important;
}

#transobras .btn-link:focus,.btn-link:active {
  outline: none !important;
  box-shadow: none;
}

#transobras .btn-link:hover{
  text-decoration: none;
}

#transobras li{
  margin-bottom: 10px;
}

#transobras a{
  text-transform: none !important;
}

#transobras ol li{
  margin-top: 20px;
}

#transobras i{
  margin-right: 5px;
}


#transobras .lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

#transobras .lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
  cursor:zoom-out;
}

#transobras .lightbox:target {
  display: block;
  cursor:zoom-out;
}

#transobras .subtrans{
  margin-top: -40px;
  margin-bottom: 30px;
  padding: 20px 0 20px 0;
  line-height:23px;
  border-radius:100px;
  /* border: 2px solid rgba(18, 84, 117, 0.6); */
  border: 2px solid transparent;
  border-image-source: linear-gradient(90deg, rgba(18,88,133,1) 26%, rgba(43,150,211,1) 49%, rgba(135,189,39,1) 75%, rgba(241,139,53,1) 100%);
  border-image-slice: 5;
  font-weight: 300 !important;
  font-size: 30px;
  color: dimgray;
}

@media all and (min-width: 300px) and (max-width: 600px) {
  #transobras .subtrans{
    padding: 20px 0 20px 0;
    line-height:23px;
    border-radius:.25rem;
    /* border: 2px solid rgba(18, 84, 117, 0.6); */
    border: 2px solid transparent;
    border-image-source: linear-gradient(90deg, rgba(18,88,133,1) 26%, rgba(43,150,211,1) 49%, rgba(135,189,39,1) 75%, rgba(241,139,53,1) 100%);
    border-image-slice: 5;
    font-weight: 300 !important;
    font-size: 20px;
    color: dimgray;
  }

  #transobras .imgicon{
    min-width: 50px;
  }

  #transobras .imgicon2{
    min-width: 30px;
  }

  #transobras .btn-primary{
    font-size: 12px;
  }
}

@media all and (min-width: 300px) and (max-width: 1023px) {
  #transobras .imgonline, .megafono{
    margin-left: 0px !important;
  }

  #transobras .sii{
    min-width: 80px !important;
    margin-left: -20px;
  }

  #transobras .documentt{
    margin-left: 0px !important;
  }
}

#transobras .alert-info{
  background-color: rgba(209, 236, 241, 0.3) !important;
  border-radius: 0;
  box-shadow: 1px 1px 10px #125475;
}


#procivil .figura{
  height: 40px;
  width: 150px;
  margin-bottom: 30px;
  margin-right: 20px;
  border: 1px solid rgba(18, 84, 117, .6);
  color: black;
  border-radius: 80px ;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 10px rgba(18, 84, 117, .6);
}

#procivil i{
  margin-right: 5px;
}

#procivil .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
#procivil .container .item {
  flex-basis: 25%;
  max-width: 25%;
  text-align: center;
  position: relative;
  padding: 0.5rem;
  box-sizing: border-box;
}
#procivil .container .item a {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#procivil .container .item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 0px;
  opacity: 0;
  border: 2px solid #125475;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  transition: width 0.15s ease-out 0.15s, left 0.15s ease-out 0.15s, height 0.15s ease-out, opacity ease-out 0.3s;
}
#procivil .container .item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0px;
  height: 0px;
  opacity: 0;
  border: 2px solid #125475;
  border-top: none;
  border-radius: 0 0 8px 8px;
  transition: width 0.15s ease-out 0.15s, left 0.15s ease-out 0.15s, height 0.15s ease-out, opacity ease-out 0.3s;
}
#procivil .container .item-image {
  padding: 2.4rem;
}
#procivil .container .item-text {
  font-size: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #555;
  line-height: 1rem;
  transition: transform ease 0.4s, opacity ease 0.4s;
  opacity: 1;
}
#procivil .container .item-link-desc {
  font-size: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #555;
  line-height: 1rem;
  transition: transform ease 0.4s, opacity ease 0.4s;
  opacity: 0;
}
#procivil .container .item a:hover .item-text {
  transform: translatey(-1rem);
  opacity: 0;
}
#procivil .container .item a:hover .item-link-desc {
  transform: translatey(-1rem);
  opacity: 1;
}
#procivil .container .item a:hover:before {
  width: 100%;
  height: calc(100% - 10px);
  left: 0px;
  opacity: 1;
  transition: width 0.15s ease-out, left 0.15s ease-out, height 0.15s ease-out 0.15s, opacity ease-out 0.15s;
}
#procivil .container .item a:hover:after {
  width: 100%;
  height: 10px;
  left: 0px;
  opacity: 1;
  transition: width 0.15s ease-out, left 0.15s ease-out, height 0.15s ease-out 0.15s, opacity ease-out 0.15s;
}

@media all and (min-width: 300px) and (max-width: 768px) {
  #procivil .container .item {
    max-width: none !important;
  }
}

#procivil .lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

#procivil .lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
  cursor:zoom-out;
}

#procivil .lightbox:target {
  display: block;
  cursor:zoom-out;
}


@media all and (min-width: 300px) and (max-width: 600px) {
  #procivil .imgicon{
    min-width: 50px;
    margin-left: -20px !important;
  }
}

#secsalud a{
  text-transform: none !important;
}

#secsalud ul {
  list-style-type: none;
}

#secsalud ul li{
  margin-bottom: 5px;
}


#secsalud .card-img-top {
  opacity: 0.8;
}

#secsalud .lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

#secsalud .lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
  cursor:zoom-out;
}

#secsalud .lightbox:target {
  display: block;
  cursor:zoom-out;
}

#secdeportes a{
  text-transform: none !important;
}


#secsecplan .thumb {
  margin-bottom: 15px;
}

#secsecplan .thumb:last-child {
  margin-bottom: 0;
}

#secsecplan .thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#secsecplan .thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media all and (min-width: 768px){
  .text-typing {
    padding:5px 30px;
    /*   background:#f5f5f5; */
    font-size:16px;
    font-family:monospace;
    border-radius:50px;
  }

  .text-typing p {
    margin:0px;
    white-space:nowrap;
    overflow:hidden;
    animation:typing 6s steps(30,end) forwards,
    blink 1s infinite;
  }
}

@keyframes typing {
  0% { width:0% }
  100% { width:100% }
}
@keyframes blink {
  0%,100% {
    border-right:1px solid transparent;
  }
  50% {
    border-right:1px solid grey;
  }
}

.carouselSecplan .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea1f79' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carouselSecplan .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea1f79' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media all and (min-width: 768px){
  .carouselSecplan .carousel-control-prev-icon, .carouselSecplan .carousel-control-next-icon{
    height: 30px !important;
    width: 30px !important;
  }
}

.carouselSecplan .carousel-inner{
  padding: .50rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}


#secsecplan .lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

#secsecplan .lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
  cursor:zoom-out;
}

#secsecplan .lightbox:target {
  display: block;
  cursor:zoom-out;
}


#seccomedor a{
  text-transform: none !important;
}

#secpagos .card-pagos{
  border: 2px solid #fafafa;
  border-top: 2px solid #12455f;
  border-bottom: 2px solid #12455f;
  border-radius: .25rem;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.2) !important;
  -moz-box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.2) !important;
  box-shadow: 2px 2px 10px 1px rgba(12, 84, 96 ,0.2) !important;
}

#secpagos .card-footer{
  background-color: transparent !important;
}

@media all and (max-width: 767px){
  #secpagos .cardpatente{
    margin-top: 30px;
  }
}

#secpagos .navhorizontal .nav-link{
  font-size: 16px;
}

.img-thumbnail{
  border: 0px;
}

.ast-plain-container.ast-no-sidebar #primary{
  margin-top: 20px !important;
}

.ast-single-post .entry-title, .page-title{
  /*  display: none !important; */
  font-weight: bold;
}

.ast-page-builder-template .entry-header{
  display: none !important;
}

.comments-area{
  display: none;
}