/**

Tonos Logo:

	 Rojo: 
		oscuro: #a13a26
		claro:  #cb442d

	 Verde:
		oscuro: #488231
		claro:  #6b8b2c

	 Azul:
		oscuro: #15808d
		claro:  #1e92ac

	 Amarillo:
		oscuro: #e7b220
		claro:  #feca19

 **/
 @font-face {
  font-family: 'MyriadBold';
  src: url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadRegular';
  src: url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}  
@font-face {
  font-family: 'MyriadSemiBold';
  src: url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Media query para pantallas width 1800*/
@media (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1340px) {
  .container {
    max-width: 1340px;
  }
}

@media (min-width: 1560px) {
  .container {
    max-width: 1560px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}

@media (min-width: 4000px) {
  .container {
    max-width: 1800px;
  }
}

 a {
	color: #ff8000;
	text-decoration: none;
}

a:focus, a:hover {
	color: #ff8000;
	text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

/*-------------------------------------------
	Header
---------------------------------------------*/
.top-bar {
	background: #fdfdfd;
	
}

.top-bar .form-control {
	background-color: #ffffff;
	border: 1px solid #999;
}

#navbar {
  background: #4ea5d4;
}

#navbar .navbar-nav > li > a {
	color: #ffffff;
	font-size: 0.8rem;
	letter-spacing: 0.14rem;
}

#navbar .navbar-nav > li.active > a {
  background: #ff8000 !important;
  border-color: #ff8000 !important;
}





#navbar .navbar-nav > li > a:hover {
  background: #ff8000;
	border-color: #ff8000;
	color: #fff;  
}

#navbar .navbar-nav > li > a:focus {
  background: #db7005 !important;
  border-color: #d4700c !important;
}

/*-------------------------------------------
	Slider
---------------------------------------------*/

/* .dark-mask.mask-primary {
	background: #ff8000;
  opacity: 0.8;
} */

.bar {
	padding: 30px 0;
}

.owl-carousel .owl-item img {
	width: 100%;
	
}

.home-carousel .owl-carousel {
	padding-top: 10px;
	padding-bottom: 0px;
}

.owl-carousel .owl-item .image-slider{
	/* height: 340px; */
  max-height: 400px;
	overflow: hidden;
	border-radius: 35px;
}

.image-slider-noticia img {
  max-height: 400px;
  width: auto !important;
  border-radius: 25px;
}


/*-------------------------------------------
	Botonera
---------------------------------------------*/

.boton-inicio img:hover{
	opacity: 0;
}



.boton-aula{
	background: url(../../img/botones/boton-002.png) no-repeat center center;
}

.boton-voluntarios{
	background: url(../../img/botones/boton-004.png) no-repeat center center;
}

.boton-denuncias{
	background: url(../../img/botones/boton-006.png) no-repeat center center;
}

.boton-migrantes{
	background: url(../../img/botones/boton-008.png) no-repeat center center;
}

.boton-biblioteca{
	background: url(../../img/botones/boton-010.png) no-repeat center center;
}

.boton-odepam{
	background: url(../../img/botones/boton-012.png) no-repeat center center;
}

.boton-bitacora{
	background: url(../../img/botones/boton-014.png) no-repeat center center;
}

.boton-cultural{
	background: url(../../img/botones/boton-016.png) no-repeat center center;
}

.boton-inicio{
	background-size: contain;
}

/*-------------------------------------------
	
---------------------------------------------*/
.index-denuncia{
	text-shadow: black 0.1em 0.1em 0.2em
}

.btn-template-outlined-white {
	background: #B2C9AD;
  border-radius: 5px !important;
}

.btn-template-outlined-white:hover, .btn-template-outlined-white:focus {
	background: #91AC8F;
	color: #eeeeee !important;
}


/*----------------------------------------
	Articulos Index
-------------------------------------------*/
.home-blog-post h4 {
	letter-spacing: 0.05em;
	font-size: 1rem;
}

/*-------------------------------------------
	Footer
---------------------------------------------*/
footer.main-footer {
    background: #14779f;
    color: #ffffff;
}

.adress-base{
	background: url(../../img/world-map-black.png) no-repeat center center;
	background-size: 100%;
  font-family: "MyriadRegular";
}

/* .footer-map{
	height: 200px;
} */

.container-map-footer a{
  justify-content: center;
  display: flex;
}

.style-map-footer{
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}

.style-map-footer img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}

.style-map-footer:hover img {
  transform: scale(1.1);
}

.style-map-footer:hover .hover-map-message {
  opacity: 1;
}

.hover-map-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 156, 252, 0.5);
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  z-index: 1;
}


footer.main-footer .copyrights {
	padding: 12px 0;
	background: #14779f; /*#ff8000*/
	color: #dfdfdf;
  background-image: url('../../img/imgFooter.png');
  background-repeat: round;
}


/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/


.social-icon {
	margin: 5px;
  margin-top: 10px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 38px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	border-radius: 3px;
	overflow: hidden;
}


/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded { border-radius: 50%; }

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless { border-color: transparent !important; }

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
	background-color: #444;
	color: #FFF !important;
	border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
	background-color: rgba(0,0,0,0.05);
	color: #666 !important;
	border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored { border-color: transparent !important; }

.si-colored i { color: #FFF; }

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icon.si-large {
	margin: 0 10px 10px 0;
	width: 56px;
	height: 56px;
	font-size: 30px;
	line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 30px !important;
}

/* .social-icon i {
	display: block;
	position: relative;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-icon i:last-child { color: #FFF !important; }

.social-icon:hover i:first-child { margin-top: -38px; }

.social-icon.si-large:hover i:first-child { margin-top: -54px; }

.social-icon.si-small:hover i:first-child { margin-top: -30px; }

.social-icon:hover {
	color: #555;
	border-color: transparent;
} */

/* .si-colored.social-icon { border-color: transparent; } */

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
	position: fixed;
	top: 50%;
	left: 5px;
	width: 36px;
	z-index: 100;
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
	left: auto;
	right: 8px;
}

.si-google:hover,
.si-colored.si-google { background-color: #DD4B39 !important; }
.si-github:hover,
.si-colored.si-github { background-color: #171515 !important; }
.si-instagram:hover,
.si-colored.si-instagram { background-color: #3F729B !important; }
.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }
.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }

.widget {
    position: relative;
    margin-top: 50px;
}






/* Fecha */
#blog-listing-big .date-comments a, #blog-listing-medium .date-comments a {
	margin-left: 0px;
}

/* titulos de noticias */

#blog-listing-big h2 a, #blog-listing-medium h2 a {
	color: #ff8000; 
  font-family: 'MyriadRegular';
}

#blog-listing-big h2 a:hover, #blog-listing-medium h2 a:hover {
	color: orangered;
	text-decoration: none;
}

.image img {
  transition: transform 0.3s ease;
}

.image img:hover {
  transform: scale(1.05);
}

/* botones de noticias */

.btn-template-outlined,  a.page-link {
  border: 1px solid #fff !important;

  background-color: #ff8000;
  color: white;
  /*border: none !important;*/
  border-radius: 5px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media (max-width: 480px) {
  .btn-template-outlined {
      font-size: 10px;
  }
}

.btn-template-outlined:hover, .btn-template-outlined:focus,  a.page-link:hover,  a.page-link:focus {
  background: none;
	color: #fff !important;
  outline: 2px solid #fff;

	background-color: #ffa94d;
}

.page-item.active .page-link {
    border: 1px solid #239fff !important;
    color: #fff;
    background-color: #239fff;
    border-color: #239fff;
}

#heading-breadcrumbs {
	background: url(../img/textureNew.jpeg) center center repeat;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/*  IMAGENES DE LAS NOTICIAS DEL INICIO */
.home-blog-post .image{
	height: 165px;
	overflow: hidden;
}

/**  Table */
.table .thead-dark th {
	color: #fff;
	background-color: #ab2131;
	border-color: #32383e;
}

/****/
.map-direccion {
	position: relative !important;
}

/**
 * box de descargas
 */


.cat-item {
  border: 0;
  box-shadow: 0 2px 2px 0 #cbcecf;
  height: auto;
  padding: 20px;
  background: #fff;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cat-item .cover {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 4px;
  width: 160px;
  height: 160px;
  flex-shrink: 0;

}

.cat-item .cover img {
  padding: 20px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 25px;
  transition: transform 0.3s ease;
}

.cat-item .cover:hover img {
  transform: scale(1.05);
}

.cat-item .file-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 10px 12px;
  flex: 1;
  background: #f7f7f7;
  border-radius: 0 4px 4px 0;
  min-width: 200px;
}

.cat-item .date {
	position: absolute;
	bottom: 11px;
	padding-left: 22px;
	padding: 0;
	right: 10px;
	left: 14px;
  font-size: 12px;
  color: #999;
}

.cat-item .namePlus{
	text-transform: uppercase;
  font-weight: 700;
}

.cat-item .meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.cat-item .meta-info>span {
	height: 24px;
	padding: 3px 6px;
	border: 1px solid #dedede;
	border-radius: 8px;
	display: inline-block !important;
	vertical-align: middle;
	margin-right: 2px;
	text-decoration: none;
  font-size: 11px;
}

.cat-item .meta-info>span:hover {
	background: #1e92ac;
	border: 1px solid #15808d;
	color: #ffffff;
}

.cat-item .file-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.cat-item .file-descripcion {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .cat-item {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 15px;
  }

  .cat-item .cover {
      width: 150px;
      height: 150px;
      margin-bottom: 15px;
  }

  .cat-item .cover img {
    padding: 10px;
    max-width: 100%;
    max-height: 100%;
  }

  .cat-item .file-info {
      padding: 10px;
      align-items: center;
  }

  .cat-item .meta-info {
      display: none;
  }

  .cat-item .namePlus {
    font-size: 12px;
  }

  .cat-item .file-name a {
    font-size: 11px;
  }

  .cat-item .file-descripcion {
    font-size: 11px;
  }
}

.cat-item .file-audio {
	position: relative;
	display: block;
	float: left;
	height: 140px;
	padding: 50px 20px;
}

#post-content p, #post-content li{
	text-align: justify;
}

/**
 * Social butons
 */


 .btn-brand {
  border: 0;
}

.btn-brand i {
  display: inline-block;
  width: 2.0625rem;
  margin: -0.375rem -0.75rem;
  line-height: 2.0625rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

.btn-brand i + span {
  margin-left: 1.5rem;
}

.btn-brand.btn-lg i, .btn-group-lg > .btn-brand.btn i {
  width: 2.640625rem;
  margin: -0.5rem -1rem;
  line-height: 2.640625rem;
  border-radius: 0.3rem;
}

.btn-brand.btn-lg i + span, .btn-group-lg > .btn-brand.btn i + span {
  margin-left: 2rem;
}

.btn-brand.btn-sm i, .btn-group-sm > .btn-brand.btn i {
  width: 1.648438rem;
  margin: -0.25rem -0.5rem;
  line-height: 1.648438rem;
  border-radius: 0.2rem;
}

.btn-brand.btn-sm i + span, .btn-group-sm > .btn-brand.btn i + span {
  margin-left: 1rem;
}

.btn-brand.btn-square i {
  border-radius: 0;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.btn-twitter {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

.btn-twitter:hover {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
}

.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0087ba;
  border-color: #007ead;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

.btn-linkedin {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

.btn-linkedin:hover {
  color: #fff;
  background-color: #3d6399;
  border-color: #395d90;
}

.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active,
.show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #395d90;
  border-color: #365786;
}

.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus,
.show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

.btn-google-plus {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}

.btn-google-plus:hover {
  color: #fff;
  background-color: #ba3929;
  border-color: #b03626;
}

.btn-google-plus:focus, .btn-google-plus.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 99, 84, 0.5);
}

.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}

.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus:not(:disabled):not(.disabled).active,
.show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  background-color: #b03626;
  border-color: #a53324;
}

.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus:not(:disabled):not(.disabled).active:focus,
.show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 99, 84, 0.5);
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

.btn-flickr:hover {
  color: #fff;
  background-color: #d90070;
  border-color: #cc006a;
}

.btn-flickr:focus, .btn-flickr.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

.btn-flickr.disabled, .btn-flickr:disabled {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active,
.show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: #bf0063;
}

.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus,
.show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

.btn-tumblr {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

.btn-tumblr:hover {
  color: #fff;
  background-color: #263d53;
  border-color: #22364a;
}

.btn-tumblr:focus, .btn-tumblr.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

.btn-tumblr.disabled, .btn-tumblr:disabled {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

.btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active,
.show > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #22364a;
  border-color: #1e3041;
}

.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus,
.show > .btn-tumblr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

.btn-xing {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

.btn-xing:hover {
  color: #fff;
  background-color: #013f40;
  border-color: #013334;
}

.btn-xing:focus, .btn-xing.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

.btn-xing.disabled, .btn-xing:disabled {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

.btn-xing:not(:disabled):not(.disabled):active, .btn-xing:not(:disabled):not(.disabled).active,
.show > .btn-xing.dropdown-toggle {
  color: #fff;
  background-color: #013334;
  border-color: #012727;
}

.btn-xing:not(:disabled):not(.disabled):active:focus, .btn-xing:not(:disabled):not(.disabled).active:focus,
.show > .btn-xing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

.btn-github {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

.btn-github:hover {
  color: #fff;
  background-color: #3570aa;
  border-color: #3269a0;
}

.btn-github:focus, .btn-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active,
.show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #3269a0;
  border-color: #2f6397;
}

.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus,
.show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

.btn-html5 {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
}

.btn-html5:hover {
  color: #fff;
  background-color: #c9401a;
  border-color: #be3c18;
}

.btn-html5:focus, .btn-html5.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 105, 71, 0.5);
}

.btn-html5.disabled, .btn-html5:disabled {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
}

.btn-html5:not(:disabled):not(.disabled):active, .btn-html5:not(:disabled):not(.disabled).active,
.show > .btn-html5.dropdown-toggle {
  color: #fff;
  background-color: #be3c18;
  border-color: #b23917;
}

.btn-html5:not(:disabled):not(.disabled):active:focus, .btn-html5:not(:disabled):not(.disabled).active:focus,
.show > .btn-html5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 105, 71, 0.5);
}

.btn-openid {
  color: #23282c;
  background-color: #f78c40;
  border-color: #f78c40;
}

.btn-openid:hover {
  color: #fff;
  background-color: #f5761b;
  border-color: #f56f0f;
}

.btn-openid:focus, .btn-openid.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 125, 61, 0.5);
}

.btn-openid.disabled, .btn-openid:disabled {
  color: #23282c;
  background-color: #f78c40;
  border-color: #f78c40;
}

.btn-openid:not(:disabled):not(.disabled):active, .btn-openid:not(:disabled):not(.disabled).active,
.show > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #f56f0f;
  border-color: #ed680a;
}

.btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid:not(:disabled):not(.disabled).active:focus,
.show > .btn-openid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 125, 61, 0.5);
}

.btn-stack-overflow {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

.btn-stack-overflow:hover {
  color: #fff;
  background-color: #ec6701;
  border-color: #df6101;
}

.btn-stack-overflow:focus, .btn-stack-overflow.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

.btn-stack-overflow.disabled, .btn-stack-overflow:disabled {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

.btn-stack-overflow:not(:disabled):not(.disabled):active, .btn-stack-overflow:not(:disabled):not(.disabled).active,
.show > .btn-stack-overflow.dropdown-toggle {
  color: #fff;
  background-color: #df6101;
  border-color: #d25c01;
}

.btn-stack-overflow:not(:disabled):not(.disabled):active:focus, .btn-stack-overflow:not(:disabled):not(.disabled).active:focus,
.show > .btn-stack-overflow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

.btn-youtube {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

.btn-youtube:hover {
  color: #fff;
  background-color: #950000;
  border-color: #880000;
}

.btn-youtube:focus, .btn-youtube.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active,
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #880000;
  border-color: #7b0000;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

.btn-css3 {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
}

.btn-css3:hover {
  color: #fff;
  background-color: #015994;
  border-color: #015187;
}

.btn-css3:focus, .btn-css3.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}

.btn-css3.disabled, .btn-css3:disabled {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
}

.btn-css3:not(:disabled):not(.disabled):active, .btn-css3:not(:disabled):not(.disabled).active,
.show > .btn-css3.dropdown-toggle {
  color: #fff;
  background-color: #015187;
  border-color: #014a7b;
}

.btn-css3:not(:disabled):not(.disabled):active:focus, .btn-css3:not(:disabled):not(.disabled).active:focus,
.show > .btn-css3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}

.btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.btn-dribbble:hover {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
}

.btn-dribbble:focus, .btn-dribbble.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active,
.show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65;
}

.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus,
.show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

.btn-instagram:hover {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
}

.btn-instagram:focus, .btn-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active,
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3c5e79;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

.btn-pinterest:hover {
  color: #fff;
  background-color: #aa1b21;
  border-color: #9f191f;
}

.btn-pinterest:focus, .btn-pinterest.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active,
.show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: #94171c;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

.btn-vk {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

.btn-vk:hover {
  color: #fff;
  background-color: #385474;
  border-color: #344d6c;
}

.btn-vk:focus, .btn-vk.focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

.btn-vk.disabled, .btn-vk:disabled {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

.btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active,
.show > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #344d6c;
  border-color: #304763;
}

.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus,
.show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

.btn-yahoo {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

.btn-yahoo:hover {
  color: #fff;
  background-color: #2f016b;
  border-color: #2a015e;
}

.btn-yahoo:focus, .btn-yahoo.focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

.btn-yahoo.disabled, .btn-yahoo:disabled {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active,
.show > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #2a015e;
  border-color: #240152;
}

.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus,
.show > .btn-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

.btn-behance {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.btn-behance:hover {
  color: #fff;
  background-color: #0055f0;
  border-color: #0050e3;
}

.btn-behance:focus, .btn-behance.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

.btn-behance.disabled, .btn-behance:disabled {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.btn-behance:not(:disabled):not(.disabled):active, .btn-behance:not(:disabled):not(.disabled).active,
.show > .btn-behance.dropdown-toggle {
  color: #fff;
  background-color: #0050e3;
  border-color: #004cd6;
}

.btn-behance:not(:disabled):not(.disabled):active:focus, .btn-behance:not(:disabled):not(.disabled).active:focus,
.show > .btn-behance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

.btn-dropbox {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}

.btn-dropbox:hover {
  color: #fff;
  background-color: #0069bf;
  border-color: #0062b2;
}

.btn-dropbox:focus, .btn-dropbox.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}

.btn-dropbox.disabled, .btn-dropbox:disabled {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}

.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active,
.show > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0062b2;
  border-color: #005ba5;
}

.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus,
.show > .btn-dropbox.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}

.btn-reddit {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

.btn-reddit:hover {
  color: #fff;
  background-color: #d93b00;
  border-color: #cc3700;
}

.btn-reddit:focus, .btn-reddit.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

.btn-reddit.disabled, .btn-reddit:disabled {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active,
.show > .btn-reddit.dropdown-toggle {
  color: #fff;
  background-color: #cc3700;
  border-color: #bf3400;
}

.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus,
.show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

.btn-spotify {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
}

.btn-spotify:hover {
  color: #fff;
  background-color: #619200;
  border-color: #588500;
}

.btn-spotify:focus, .btn-spotify.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 195, 38, 0.5);
}

.btn-spotify.disabled, .btn-spotify:disabled {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
}

.btn-spotify:not(:disabled):not(.disabled):active, .btn-spotify:not(:disabled):not(.disabled).active,
.show > .btn-spotify.dropdown-toggle {
  color: #fff;
  background-color: #588500;
  border-color: #507800;
}

.btn-spotify:not(:disabled):not(.disabled):active:focus, .btn-spotify:not(:disabled):not(.disabled).active:focus,
.show > .btn-spotify.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 195, 38, 0.5);
}

.btn-vine {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
}

.btn-vine:hover {
  color: #fff;
  background-color: #009972;
  border-color: #008c69;
}

.btn-vine:focus, .btn-vine.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 201, 160, 0.5);
}

.btn-vine.disabled, .btn-vine:disabled {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
}

.btn-vine:not(:disabled):not(.disabled):active, .btn-vine:not(:disabled):not(.disabled).active,
.show > .btn-vine.dropdown-toggle {
  color: #fff;
  background-color: #008c69;
  border-color: #007f5f;
}

.btn-vine:not(:disabled):not(.disabled):active:focus, .btn-vine:not(:disabled):not(.disabled).active:focus,
.show > .btn-vine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 201, 160, 0.5);
}

.btn-foursquare {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
}

.btn-foursquare:hover {
  color: #fff;
  background-color: #0d5c8c;
  border-color: #0c5480;
}

.btn-foursquare:focus, .btn-foursquare.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 136, 187, 0.5);
}

.btn-foursquare.disabled, .btn-foursquare:disabled {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
}

.btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare:not(:disabled):not(.disabled).active,
.show > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #0c5480;
  border-color: #0b4d75;
}

.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus,
.show > .btn-foursquare.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 136, 187, 0.5);
}

.btn-vimeo {
  color: #23282c;
  background-color: #aad450;
  border-color: #aad450;
}

.btn-vimeo:hover {
  color: #23282c;
  background-color: #9bcc32;
  border-color: #93c130;
}

.btn-vimeo:focus, .btn-vimeo.focus {
  box-shadow: 0 0 0 0.2rem rgba(150, 186, 75, 0.5);
}

.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #23282c;
  background-color: #aad450;
  border-color: #aad450;
}

.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active,
.show > .btn-vimeo.dropdown-toggle {
  color: #23282c;
  background-color: #93c130;
  border-color: #8bb72d;
}

.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus,
.show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(150, 186, 75, 0.5);
}

.home-carousel h1, .home-carousel h2, .home-carousel li, .home-carousel p {
  text-transform: none;
}

#post-content img.note-float-left{
  padding-right: 0.5rem;
}

#post-content img.note-float-right{
  padding-left: 0.5rem;
}

.si-colored.si-instagram {
  background: rgb(131,58,180) !important;
  background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%) !important;
}
/* .social-icon{
  border: none;
} */

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px !important;
  height: 40px !important;
  text-decoration: none;
  color: white;
  background-color: #ff8000;
  border-radius: 50%;
  /* transition: transform 0.3s, background-color 0.3s; */
}

.icon i {
  color: white;
  font-size: 20px;
}

.icon:hover {
  transform: scale(1.2) !important;
  background-color: #ff8000;
}

.borde-input {
  border-radius: 20px !important;
}

.btn-input-circle {
  z-index: 3;
  margin-left: -34px;
}

.img-header-center {
  padding-left: 15px;
}
.icon-rs-color-border {
  border: none;
}
.center-rs-icons {
  justify-content: center;
  margin-bottom: 5px;
}

.modal-body .modal-content {
  border: none;
  align-items: center;
}

.header-nav-img {
  border-radius: 20px;
  margin-top: 14px;
}

.img-enl-style {
  max-width: 80%;
  margin: 40px 0px 40px 0px;
  transition-duration: 1s;
}

.img-enl-style:hover {
  transform: scale(1.1);
}

/* ESTILOS PARA EL BOTON DE VOLVER ARRIBA */
#backToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1;
}

#backToTop:hover {
  background-color: #0056b3;
  transform: scale(1.1);
}

#backToTop:focus {
  outline: none;
}
.color-phone {
  background-color: #63a2d2;
}

.color-phone:hover, .color-phone:focus {
  background-color: #63a2d2;
}

/* .separador-menu {
  margin: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 0px 3px;
  border-color: #ffffff;
} */

.separador-img {
  margin-top: 20px;
  padding: 4px;
}

.list-oficina {
  max-height: 300px;
  overflow-y: scroll;
}

.dropdown-oficina {
  margin-left: -5px;
}

.oficina-body {
  padding: 10px !important;
}

.center-pagination {
  justify-content: center;
}

.align-pagination {
  justify-content: center;
  display: flex;
}

/* ESTILOS PARA EL BOTON FIXED*/
.fixed-link {
  position: fixed;
  top: 80%; 
  right: 5px;
  transform: translateY(-80%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 85px;
  border-radius: 22px 0 0 22px;
  background-color: #007BFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  z-index: 1;
}

.fixed-link img {
  width: 300px;
  height: 85px;
}

@media (max-width: 768px) {
  .fixed-link {
    width: 200px;
    height: 60px;
    border-radius: 15px 0 0 15px;
  }

  .fixed-link img {
    width: 200px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .fixed-link {
    width: 150px;
    height: 50px; 
    border-radius: 12px 0 0 12px;
  }

  .fixed-link img {
    width: 150px;
    height: 50px;
  }
}

.intro-post-defensor {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.home-noticia-container .image {
  margin-bottom: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: grey;
  height: 240px;
}
.home-noticia-container .text{
  /*outline: 2px solid #ededed;*/
  outline: 2px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  padding: 20px;
}

/* ESTILOS PARA LOS ICONOS CENTRALES */
.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  padding: 20px;
}

.item_icono {
  flex: 1 1 calc(25% - 20px); 
  max-width: calc(25% - 20px);
  background-color: #14779f;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;  
  position: relative;
  border-radius: 20px;
  max-width: 215px;
  margin-bottom: 30px;
}

.item_icono a {
    text-decoration: none;
}

.corner {
  position: absolute;
}

.reaction .corner {
  background: none;
  height: 10px;
  width: 10px;
}

.top-left {
  top: 0;
  left: 0;
  border-radius: 20px 0 0 0;
  border-top: 20px solid #14779f;
  border-left: 20px solid #14779f;
}

.top-right {
  top: 0;
  right: 0;
  border-radius: 0 20px 0 0;
  border-top: 20px solid #14779f;
  border-right: 20px solid #14779f;
}

.bottom-right {
  bottom: 0;
  right: 0;
  border-radius: 0 0 20px 0;
  border-bottom: 20px solid #14779f;
  border-right: 20px solid #14779f;
}

.bottom-left {
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 20px;
  border-bottom: 20px solid #14779f;
  border-left: 20px solid #14779f;
}

.box_icono {
  position: relative;
  width: 215px;
  height: 240px;
  background-color: #14779f;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 10px;
  overflow: hidden;
  transition: background-color 0.5s ease;
}

.imagen-container {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 10px;
  margin: 20px 0 10px;
  flex-shrink: 0;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.5s ease;
}

.imagen-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.texto-container {
  flex-grow: 1; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
}

.texto-container p {
  margin-top: 15px;
  color: white;
  font-size: 16px;
  transition: color 0.5s ease;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
}

/* Efecto hover */
.box_icono:hover {
  background-color: white;
}

.box_icono:hover p {
  color: #14779f;
}

.box_icono::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: white;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -26%);
  z-index: 1;
  transition: width 0.5s ease, height 0.5s ease;
}

.box_icono:hover::before {
  width: 300px;
  height: 300px;
}

@media (min-width: 1920px) {
  .container-icono {
    max-width: 1400px;
  }    
}

@media (max-width: 1440px) {
  .container-icono {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .item_icono {
    flex: 1 1 calc(25% - 20px);
  }  
}

@media (max-width: 1024px) {
  .item_icono {
    flex: 1 1 calc(33.333% - 20px)
}
}

@media (max-width: 768px) {
  .item_icono {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .item_icono {
    flex: 1 1 100%;
  }
}


.container-footer {
  max-width: 1140px;
}
.container-footer h5 {
  font-size: 1.25rem;
  font-weight: 100;
}
.count-style {
  font-size: 1.75rem;
}
.txt-copyrights {
  margin-bottom: -10px;
  margin-top: 14px;
}

@media(min-width: 1700px) {
  .navbar-collapse {
    margin-right: 10%;
  }
}

/* ESCUDO DE BOLIVIA */
.imagen-escudo {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.escudo-alineado {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .tab-mov-animation {
      animation-name: map-animation;
      animation-duration: 4s;
      animation-iteration-count: infinite;
  }
}

@keyframes map-animation {
  from {opacity: 0;}
  to {opacity: 1;}
}

#portales2 p {
  margin-top: 20px;
}