/*
Theme Name: LaComuna Theme 2.0
Author: LaComuna
Author URI: https://lacomuna.mx/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYb9lecyU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Roboto';
  font-weight: 300;
  margin: 0;
  color: #365563;
  text-align: left;
  background-color: #fff;
}

footer, header, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 400;
}

h1, .h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  color: #C85748;
  font-weight: 700;
  font-family: 'Roboto Condensed';
  margin-bottom: 0;
}

h2, .h2 {
  font-size: 25px;
  color: #33326D;
  font-family: 'Roboto Condensed';
  font-weight: 700;  
}

h3, .h3 {
  font-size: 20px;
  color: #D49B00;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

body, p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 17px;
  line-height: 23px;
}

@media (min-width: 576px) { 
h1, .h1 { font-size: 40px; line-height:40px; margin-bottom:15px; }
h2, .h2 { font-size: 35px; }
h4, .h4 { font-size: 25px; }
h5, .h5 { font-size: 20px; }
h6, .h6 { font-size: 18px; }
body, p { font-size: 20px; line-height:28px  }
}




ul {
  margin: 1.5rem auto;
}
li {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

small {
  font-size: 80%;
}
a {
  outline: 0;
  transition: all 0.1s linear 0s;
  color: #C85748;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #33326D;
  text-decoration: underline;
}
 
img, figure {
  max-width: 100%;
  display: block;
  height: auto;
  text-align: center;
}
figure.aligncenter, img.aligncenter {
  height: auto;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
.wp-caption-text {
  font-size: 11px;
  color: #868686;
  font-style: italic;
  margin: 3px auto;
  text-align: center;
  line-height: 13px;
}
#loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  display: flex; /* Center the loading image vertically and horizontally */
  justify-content: center;
  align-items: center;
}

#loading-overlay.hidden {
  display: none;
}

.hidden {
  opacity: 0; /* Hide element initially */
}
.capital {
  
  text-transform: capitalize;
  
}
.marPad0 {
  margin: 0 !important;
  
  padding: 0 !important;
} 
/** HEADER **/ 

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  width: 100%;
}
.navbar .container, .navbar .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  list-style: none;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
}

/*@media (min-width: 992px) {
.navbar-expand-lg {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-lg .navbar-nav .sub-menu {
  position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-toggler {
  display: none;
}
}*/

.logo {
  width: 220px;
  margin: 0px auto;
}
.navbar {
  padding: 0 10px;
}

.menu-item-object-custom {
  background-color: #d49b00;
}

.menu-item-object-custom a{
  color: #000;
}

#menu-main {
  width: 90%;
  margin: 0;
}
#menu-main li a, #menu-main li a:visited {
   padding: 12px;
  color: #626874;
  margin:0;
  cursor: pointer;
  float: left;
}
#menu-main li a:hover, #menu-main li a:focus {
  text-decoration: none;
  color: #C85748;
}
.hamburger_wrapper {
  padding: 5px;
  z-index: 10;
}
#lc_hamburger {
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
  outline: none;
}
#lc_hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #444;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}
#lc_hamburger span:nth-child(1) {
  top: 4px;
  transform-origin: left center;
}
#lc_hamburger span:nth-child(2) {
  top: 20px;
  transform-origin: left center;
}
#lc_hamburger span:nth-child(3) {
  top: 35px;
  transform-origin: left center;
}
#lc_hamburger.close span:nth-child(1) {
  transform: rotate(45deg);
  background: #365563 }
#lc_hamburger.close span:nth-child(2) {
  width: 0%;
  opacity: 0;
  transition: .1s;
}
#lc_hamburger.close span:nth-child(3) {
  transform: rotate(-45deg);
  background: #365563 }
#lc_nav-menu {
  position: absolute;
  top: 55px;
  width: 100%;
  left: 0;
  transform: translateX(-100vw);
  opacity: 1;
  z-index: 10;
  transition: .5s ease-in-out;
}
#lc_nav-menu.now-active {
  transform: translateX(0);
  transition: .5s ease-in-out;
  opacity: 1;
  background-color: #fcfcfc;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
   border: 1px solid #dee2e6 !important;
}

.nav-list {
  padding: 10px;
  list-style-type: none;
  font-size: 2em;
}

/*@media (min-width: 992px){
#menu-main {
  width:auto;
  margin-left: auto;
}
.openLg {
  position: relative;
  opacity: 1 !important;
  transform: translateX(0vw) !important;
}

#lc_nav-menu {
   position: relative;
  top:auto;
  width: auto;
  left: auto;
  margin-left: auto }
#lc_nav-menu.now-active, #lc_nav-menu {
  box-shadow: none;
  border:none;
}
}*/

#lc_nav-menu {
  z-index: 111;
}
#lc_nav-menu li {
  line-height: normal;
   margin-bottom: 0;
}

ul.sub-menu {
  padding: 0;
} 
.sub-menu li {
  list-style-type: none;
  padding-left: 0;
}
.sub-menu li a, .sub-menu li a:visited {
  padding: 5px 0;
  color: #626874;
  margin:10px;
  cursor: pointer;
  width: 100%;
}
.sub-menu li a:hover, .sub-menu li a:focus {
  color: #C85748;
  text-decoration: none;
}
.sub-menu {
  transform: translateY(-100vw);
  opacity: 1;
  z-index: 2;
  transition: transform 0.5s ease, opacity ease 0s;
}
.sub-menu.subActive {
  position: absolute;
  top:45px;
  width: 90%;
  margin: 1px 5%;
  transform: translateY(0);
  transition: transform 0.5s ease, opacity ease 0s;
  opacity: 1;
  background-color: #F0F0F0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #dee2e6 !important;
  z-index: 1;
}
 
#lc_nav-menu .menu-item-has-children a {
  background: transparent url(images/nav-dwn.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-size: 16px;
}
#lc_nav-menu .menu-item-has-children a:hover {
  background: transparent url(images/nav-dwn_.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-size: 16px;
}
#lc_nav-menu .menu-item-has-children .sub-menu a, #lc_nav-menu .menu-item-has-children .sub-menu a.visited, #lc_nav-menu .menu-item-has-children .sub-menu a:hover {
  background-image: none }

@media (max-width: 575px) {
   
#menu-main {
  width: 95%;
  margin: 0 auto;
}
.sub-menu {
  transform: none;
  opacity: 1;
  z-index: 2;
  transition: transform 0.5s ease, opacity ease 0s;
}
#lc_nav-menu .menu-item-has-children a {
  width: 100%;
}
}
.sub-menu.subActive {
  position: inherit;
  width: 110%;
  margin: 1px 0;
  transform: translateY(0);
  transition: transform 0.5s ease, opacity ease 0s;
  opacity: 1;
  box-shadow: none;
  border:none !important;
  z-index: 1;
  background-color: #F0F0F0;
}
.sub-menu.subActive a {
  color: #fff;
}
 }
@media (min-width: 576px) {
  
.navbar {
  padding: 0 30px;
} 
}

/** BREADCRUMB **/
#breadcrumb { margin-bottom: 10px; }
div.breadcrumbBox::-webkit-scrollbar{display: none;}
div.breadcrumbBox{box-sizing: border-box;overflow-x:scroll;overflow-y:hidden;white-space:nowrap}
.breadcrumb { padding: 0; margin:0; display: inline-block; color: #5f6d7a }
.breadcrumb ol { padding: 0}
.breadcrumb > li { font-size: 10px; list-style: none; list-style-type: none; background-image: none; padding: 0; margin: 0; list-style-type: none; text-align: left; line-height: normal; display: inline-block; }
.breadcrumb { background: transparent; text-align: left; }
.breadcrumb a, .breadcrumb a:visited { text-decoration: none; color: #583030 }
.breadcrumb a:hover, .breadcrumb a:focus { text-decoration: none; color: #33326D }
.breadcrumb > li+li:before { padding: 0; color: #ccc; content: "/\00a0"; }


 /** INDICE **/
 .indice {
  
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    background: #fff;
  margin-bottom: 40px;
  
  padding-top: 12px;
}

.indice p {
  margin: 0 auto;
  color: #365563;
  text-align: center;
}

.indice a, .indice a.visited {
  
  padding: 10px 0;
  
  display: block;
  
  color: #365563;
  
  text-decoration: none;
}
.indice a:focus, .indice a:hover {
  color: #365563;
  text-decoration: none;
}
.indice ul {
  
  list-style: none;
    padding: 0;
    margin: 0;
    transition: all .5s ease;
}
.indice li {
  font-size: 1.1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  display: inline-block;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #E2EAF0;
  margin-bottom: 0;
}
.indice li:hover {
  background: #ffe7f4;
}

.indiceH {
  border-radius: 30px;
  background: #ffe7f4;
  color: #365563;
 }
.indiceH ul {
  list-style-type: none;
  display: block;
  text-align: center;
}
.indiceH li {
  display: inline-block;
  margin: 0 auto;
}
.indiceH li a, .indiceH li a:visited {
  padding: 10px 20px;
  display: block;
  font-weight: 700;
}
.indiceH li a:hover, .indiceH li a:focus {
  background: #365563;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}
#lc_goUP {
  display:none;
  background: #33326D;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 130px;
  padding: 12px 7px;
  border-radius: 50%;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border: 3px solid #fff;
  cursor: pointer;
  z-index: 1111;
}
#lc_goUP:hover {
  background: #D49B00;
} 

#lc_goUP img {
  margin: 0 auto;
}


footer {  
  background:  #33326D;
  margin-top: 0;
  padding-top: 40px;
}
footer h3 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #A5A5EA;
} 
footer li {
  list-style-type: none;
  margin-bottom: 25px;
}
footer hr { 
  background: #C85748; 
}
.foot {
  margin: 20px auto;
}
.foot ul { 
  padding: 0;
}
.foot li {
  padding: 0;
  margin: 0.5em 0;
  font-size: 0.7em;
  color: #A5A5EA;
  line-height: normal;
  list-style-type: none;
  width: 100%;
  float: left;
}
.foot li:after {
  content: ",";
}
.foot li:last-child:after { 
  content: " ";
}
.foot li a, .foot li a:visited {
  padding: 0;
  margin: 0.5em 0;
  font-size: 1.1em;
  color: #A5A5EA;
  line-height: normal;
  list-style-type: none;
  width: 100%;
  float: left;
}
.foot li a:hover, .foot li a:focus { 
  color: #fff;
  text-decoration: none;
}
.foot li b {
  font-weight: 700;
}

.foot h2 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 1em;
  margin: 0 auto 30px auto;
  text-align: left;
  color: #A5A5EA;
}
.footCol section {
  float: left;
}
.footCol h2 {
  margin-bottom: 0;
  font-family: 'Roboto';
  font-size: 0.9em;
}
.footCol ul {
  display: block;
  float: left;
  margin: 10px auto;
}
.footHori h2, 
.copy h2, 
.footSx h2, 
.footDx h2 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 1em;
  margin: 0 auto;
  text-align: left;
  color: #A5A5EA;
}
.foot p {
  font-size: 1.1em;
}
.footSx h2 { 
  text-align: left;
}
.footSx ul, .footDx ul { 
  padding: 0;  
  text-align: center;
}
.footSx li { 
  display: inline-flex;
}
.footDx h2 {
  text-align: right;
}
.footDx li {
  display: inline-flex;
}
.footSx li a, 
.footSx li a:visited, 
.footDx li a, 
.footDx li a:visited {
  color: #A5A5EA;
  font-size: 14px;
  padding: 2px 0;
  margin:2px;
}
.footSx li a:hover,
.footSx li a:focus,
.footDx li a:hover,
.footDx li a:focus {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px){
.foot li:after { 
  content: none;
}
.foot li:last-child:after {
  content: none;
}
.footSx ul {
  text-align: left;
}
.footDx ul {
  text-align: right;
}
.footSx li a, 
.footSx li a:visited, 
.footDx li a, 
.footDx li a:visited {
  padding: 10px 0;
  margin:4px;
}
.foot li {
  display: block;
}
.footHori ul li {
  display: inline-flex;
}
}
.footClaim {
  color: #A5A5EA;
}
.copy {
  color: #A5A5EA;
  text-align: center;
  padding: 30px 0;
}
.copy a, .copy a:visited {
  color: #A5A5EA;
}
.copy a:hover, .copy a:focus {
  color: #fff;
}
.copy p {
  color: #A5A5EA;
  margin: 0 auto;
  font-size: 14px;
}
.footHori {
  background-color: #0E0E53;
}
.footHori ul {
  padding: 0;
  margin:15px auto;
}
.footHori a,
.footHori a:visited {
  color: #A5A5EA;
}
.footHori a:hover,
.footHori a:focus {
  color: #fff;
}
.footHori li {
  margin:5px 15px;
  display: inline;
  font-size: 0.8em;
}
.bigText h2 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  margin: 0 auto 30px auto;
}
 
.ad_h1_box, .ad_contenido_box { width:100%; height:300px !important; margin-bottom:15px; }
.ad_h1 {width:!00%; height:300px !important; margin: 0 auto; }
.ad_contenido { width:100%;height:300px !important; margin: 0 auto; }

@media (min-width: 992px) { 
.ad_h1_box { height: 295px !important; }
.ad_h1 { height:280px !important; } 

.ad_contenido_box { height:300px !important; }
.ad_contenido { height:280px !important; }
 }


 