.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}

.carousel-control-prev i,
.carousel-control-next i {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  opacity: 1;
  font-size: 30px;
  border-radius: 5px;
}

.carousel-caption {
  bottom: 40px;
  left: 30%;
  right: 30%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.carousel-caption a {
  cursor: pointer;
}

.carousel-caption .date {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .carousel-caption {
    left: 15%;
    right: 15%;
  }
}

.video-label {
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: red;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.video-label p {
  margin-bottom: 0;
}

.share {
  margin-top: 20px;
  margin-bottom: 20px;
}

#album-info .description {
  text-align: justify;
}

#album-info .description .title-description {
  font-size: 20px;
  margin-bottom: 10px;
}

.load-button-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.fb-share-button {
  display: flex !important;
  margin-right: 5px;
}

fieldset legend {
  margin: 0 0 1.5rem;
  padding: 0;
  width: 100%;
  float: left;
  display: table;
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 600;
  color: #333;
}

fieldset legend+* {
  clear: both;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

.toggle {
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.toggle input+label {
  margin: 0;
  padding: 0.30rem 1rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #ddd;
  background-color: #fff;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out,
    background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.toggle input+label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}

.toggle input+label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.toggle input:hover+label {
  border-color: #192762;
}

.toggle input:checked+label {
  background-color: #192762;
  color: #fff;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #192762;
  z-index: 1;
}

.toggle input:focus+label {
  outline: dotted 1px #ccc;
  outline-offset: 0.45rem;
}

@media (max-width: 800px) {
  .toggle input+label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.status {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.status span {
  font-weight: 600;
  color: #b6985a;
}

.status span:first-of-type {
  display: inline;
}

.status span:last-of-type {
  display: none;
}

.owl-nav button {
  background-color: rgba(62, 62, 62, 0.75) !important;
  border-radius: 5px;
}

.owl-nav button:focus {
  outline: none !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  display: flex !important;
  align-items: center !important;
  top: 40%;
  padding: 15px !important;
}

.owl-nav .owl-prev {
  margin-left: 35px;
  left: 0;
}

.owl-nav .owl-next {
  right: 0;
  position: absolute;
  margin-right: 35px;
}

@media only screen and (min-width: 650px) {
  .navbar-toggler {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 340px) {
  .bg-light .navbar-brand img {
    width: 213px !important;
  }
}

.card-carousel .item .title {
  display: -webkit-box;
  max-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 3em;
}

@media only screen and (min-width: 768px) {
  .card-carousel .item {
    transition: 0.3s all;
    padding: 20px 10px;
  }

  .card-carousel .item:hover {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 12px 24px -6px rgba(48, 54, 77, 0.16);
    -webkit-transform: translate(0px, -6px);
    -ms-transform: translate(0px, -6px);
    transform: translate(0px, -6px);
  }
}

@media only screen and (max-width: 768px) {
  .download-content .zip-download {
    margin-bottom: 20px;
  }

  #album-info {
    margin-top: 20px !important;
  }

  #album-info .information .title-and-share .title {
    margin-top: 30px;
  }

  #media_album .title-carousel {
    margin-left: 15px !important;
  }

  #media_album .title-carousel h2 {
    margin-bottom: 0 !important;
  }

  #media_album .title-carousel:first-child {
    margin-top: 20px !important;
  }

  .card-carousel {
    margin-top: 20px;
  }

  .card-carousel .item {
    margin-bottom: 30px !important;
    padding: 0 !important;
  }

  .card-carousel .item .video-label {
    top: 15px;
    left: 15px;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    display: none !important;
    right: 0 !important;
    left: 0 !important;
  }
}

.right-menu-data {
  position: absolute;
  top: 10px;
  right: 75px;
}

@media only screen and (min-width: 999px) {
  .right-menu-data {
    right: 0;
  }
}

@media only screen and (max-width: 999px) {
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 10px;
  }
}

@media only screen and (max-width: 650px) {

  .search-form {
    width: 100%;
    margin-right: 10px;
  }
}

.string_search p {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

.dropdown-menu {
  border: none;
  box-shadow: 8px 8px 25px 4px rgba(79, 94, 120, 0.14);
}

.form-control:focus {
  box-shadow: none;
  border-color: #192762;
}

.btn:focus {
  box-shadow: none;
}

.navbar {
  padding: 15px 2%;
}

.acceso .btn {
  background-color: #192762;
}

.acceso .btn:focus {
  box-shadow: none !important;
  background-color: #192762;
}

.acceso .dropdown-menu {
  left: auto !important;
  right: 0;
}

.search-form {
  position: relative;
}

.search-form .btn-search {
  position: absolute;
  right: 7px;
  border: 0;
  top: 1px;
  color: #4c5961;
}

.bg-light {
  background-color: #fff !important;
}

.bg-light .menu-carousel a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.bg-light .navbar-brand img {
  width: 250px;
}

@media(max-width:468px) {
  .bg-light .navbar-brand img {
    width: 170px;
  }
}

#media_album .card-carousel {
  margin-top: 20px;
}

#media_album .card-carousel .video-label {
  top: 33px;
}

#media_album .card-carousel .item {
  margin-bottom: 20px;
}

#media_album .title-carousel {
  margin-left: 45px;
}

#media_album .title-carousel h2 {
  color: #333;
  font-size: 25px;
}

#directory {
  margin-top: 50px;
  margin-bottom: 50px;
}

.card-author {
  border-radius: 5px;
}

.card-author h4 {
  margin-bottom: 0;
  font-size: 20px;
}

.card-author p {
  margin-bottom: 5px;
}

.card-author img {
  width: 100% !important;
  object-fit: cover !important;
  height: auto !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sidebar-button {
  cursor: pointer;
}

.menu-carousel {
  z-index: 0 !important;
}

.menu-carousel .owl-stage {
  width: auto !important;
}

.info-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.info-menu a {
  color: #fff;
}

.logo-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.info-menu {
  background-color: #ccc;
}

.z-2 {
  z-index: 2;
}

.z-1 {
  z-index: 1;
}

.weight-600 {
  font-weight: 600;
}

.category-carousel a {
  color: #000;
}

.playfair-bold {
  font-weight: bold;
}

.playfair-display {
  font-family: "Playfair Display", serif;
}

.session-header .sesion-start {
  font-size: 18px;
  font-weight: 500;
}

.fotorama__stage__frame {
  background-color: rgba(0, 0, 0, 0.05);
}

.form-as-search label {
  margin-top: 20px;
}

.form-as-search label:first-child {
  margin-top: 0;
}

#asModalInfo h3 {
  font-size: 20px;
}

#asModalInfo p {
  font-size: 16px;
}

#asModalInfo .modal-body {
  padding-bottom: 30px;
  padding-top: 30px;
}

#asModalInfo img {
  height: 350px;
  object-fit: cover;
  border-radius: 5px;
}

.nav-footer li a {
  font-size: 16px;
}

body {
  font-size: 18px;
}

.modal-content {
  border: none;
}

.modal-header {
  border-bottom: none;
}

.as-search {
  margin-top: 50px;
  margin-bottom: 50px;
}

.as-container .title h3 {
  font-size: 22px;
}

.as-container img {
  cursor: pointer;
  height: 200px;
  width: 99%;
  object-fit: cover;
  padding-bottom: 2px;
}

.secondary-header a {
  color: #000;
}

.secondary-header a:hover {
  color: #000;
}

#news-grid {
  margin-top: 50px;
  margin-bottom: 70px;
}

#news-grid .secondary-new {
  margin-bottom: 30px;
}

#news-grid .secondary-new .card {
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  transition: 0.3s all;
  border-radius: 5px;
}

#news-grid .secondary-new .card:hover {
  box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, 0.2);
  transition: 0.3s all;
}

#news-grid .first-new {
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  transition: 0.3s all;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 70px;
}

#news-grid .first-new:hover {
  box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, 0.2);
  transition: 0.3s all;
}

#news-grid .first-new time {
  font-size: 16px;
}

#news-grid .first-new p {
  margin-top: 15px;
}

#news-grid .first-new .info-new {
  padding: 25px;
}

#news-front-page {
  margin-top: 100px;
  margin-bottom: 50px;
}

#servicios {
  margin-top: 50px;
  margin-bottom: 70px;
}

#servicios .black-grid {
  background-color: #2b2b2b;
  color: #fff;
}

#servicios .black-grid .linea {
  border-color: #fff !important;
}

.servicios-grid {
  margin-top: 60px;
}

.no-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#use_advirsement {
  margin-top: 50px;
  margin-bottom: 50px;
}

#use_advirsement p {
  font-size: 18px;
}

#use_advirsement h1 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.politicas-de-privacidad {
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
}

.full-post-2 {
  margin-top: 200px;
}

.full-post-2 .title-section {
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  left: 0;
  color: #fff;
}

.full-post-2 .title-section p {
  width: 70%;
  font-weight: 600;
}

.description-2 {
  margin-top: 200px;
}

.description-2 .information-description-2 {
  z-index: 2;
  padding: 30px;
  background-color: #2b2b2b;
  color: #fff;
  position: relative;
  top: -200px;
  left: 500px;
  border-radius: 5px;
}

.description-1 {
  margin-top: 50px;
}

.description-1 .information-description-1 {
  z-index: 2;
  padding: 30px;
  background-color: #192762;
  color: #fff;
  position: relative;
  top: -200px;
  left: -300px;
  border-radius: 5px;
}

.description-1 img {
  border-radius: 5px;
}

.linea {
  border-bottom: 4px solid #192762;
  height: 4px;
  width: 50px;
  margin-bottom: 20px;
}

.about-content {
  margin-top: 50px;
}

.about-content h2 {
  margin-bottom: 40px;
}

#about-us {
  margin-top: 50px;
  margin-bottom: 80px;
}

#about-us p {
  font-size: 18px;
}

.full-post .title-section {
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 5px;
  left: 0;
}

.full-post .title-section h1 {
  margin-left: 50px;
  margin-bottom: 0;
  color: #fff;
}

.download-content {
  margin-top: 20px;
}

.download-content h4 {
  margin-bottom: 20px;
}

.download-content .author img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.download-content .author a {
  margin-left: 10px;
}

.download-content h4 {
  font-size: 20px;
}

.btn-default-es-imagen {
  display: inline-block;
  font-weight: 600;
  padding: 5px 20px;
  float: none;
  border-radius: 5px;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease,
    background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease,
    background-color 200ms ease;
  color: #fff;
  line-height: 22px;
  background-color: #192762;
}

.btn-default-es-imagen:hover {
  color: #fff;
}

#author-info {
  margin-top: 50px;
  margin-bottom: 50px;
}

#author-info .name-author h1 {
  font-size: 25px;
}

#author-info .name-author span {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

#author-info .author-description {
  margin-top: 20px;
  font-size: 18px;
  text-align: justify;
}

.image-author img {
  width: 150px;
  height: 150px;
  border-radius: 100px;
}

#album-info {
  margin-top: 50px;
  margin-bottom: 50px;
}

#categories {
  margin-top: 50px;
  margin-bottom: 30px;
}

.category-carousel {
  margin-top: 30px;
}

.category-carousel .title h3 {
  margin-top: 15px;
  font-size: 20px;
}

.category-carousel .big-picture img {
  height: 180px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.category-carousel .mini-picture img {
  height: 60px;
}

.category-carousel .mini-picture img:nth-child(1) {
  border-top-right-radius: 5px;
}

.category-carousel .mini-picture img:nth-child(3) {
  border-bottom-right-radius: 5px;
}

.category-carousel .mini-picture img,
.category-carousel .big-picture img {
  object-fit: cover;
}

.whatsapp-contact {
  position: fixed;
  bottom: 25px;
  right: 25px;
  height: 40px;
  width: 40px;
  z-index: 3;
  background-color: green;
  border-radius: 100px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-contact i {
  position: relative;
  top: 1px;
  left: 1px;
  font-size: 30px;
  color: #fff;
}

footer {
  background-color: #fff;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #000;
}

footer .social-icons i {
  font-size: 30px;
  margin-right: 10px;
}

.nav-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
}

.nav-footer ul li {
  margin-right: 20px;
  font-weight: 500;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.card-carousel a {
  color: #000;
}

.carousel-content i {
  margin-right: 7px;
}

.carousel-content .image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.carousel-content .location {
  margin-top: 10px;
}

.carousel-content .date,
.carousel-content .location {
  color: rgba(51, 51, 51, 0.8);
  margin-top: 10px;
  margin-bottom: 5px;
}

#recent-post {
  margin-top: 100px;
  margin-bottom: 100px;
}

#trending {
  margin-top: 50px;
  margin-bottom: 30px;
}

#trending .center-post .content-center-post {
  left: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#trending .center-post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  position: relative;
}

#trending .center-post .content-center-post {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

#trending .center-post .content-center-post h2 {
  font-size: 25px;
}

#trending .center-post .content-center-post p {
  font-size: 18px;
}

#trending .center-post img {
  height: 400px;
}

#trending .lade-post .title {
  font-weight: 600;
}

#trending .lade-post img {
  height: 250px;
}

#trending .trending-posts i {
  margin-right: 7px;
}

#trending .trending-posts img {
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
}

#trending .trending-posts .content-trending-lade-info .location {
  margin-top: 10px;
}

#trending .trending-posts .content-trending-lade-info .date,
#trending .trending-posts .content-trending-lade-info .location {
  margin-bottom: 5px;
}

h1 {
  font-size: 30px;
  font-weight: 500;
}

.pointer {
  cursor: pointer;
}

.p-absolute {
  position: absolute;
}

.mr-30 {
  margin-right: 30px;
}

.ml-40 {
  margin-left: 30px;
}

.secondary-header {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}

.secondary-header .item {
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}

.principal-header {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.principal-header a {
  font-weight: 500;
  margin-right: 10px;
  color: #262932;
}

.principal-header a:last-child {
  margin-right: 10px;
}

a:hover {
  text-decoration: none;
}

.logo img {
  width: 400px;
}

body {
  background-color: #f8f8ff;
}

.container-description-1,
.container-description-2 {
  position: absolute;
}

.texto-introductorio {
  margin-left: auto;
}

@media only screen and (max-width: 993px) {

  .img-description-1,
  .img-description-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .full-post-2 {
    margin-top: 40px;
    height: 330px !important;
  }

  #about-us {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .full-post .title-section h1 {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .container-description-1,
  .container-description-2 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }

  .description-1 img {
    border-radius: 0px !important;
  }

  .description-1 .information-description-1 {
    border-radius: 0 !important;
    top: 0 !important;
    left: 0 !important;
  }

  .description-2 {
    margin-top: 40px;
  }

  .description-2 .information-description-2 {
    border-radius: 0 !important;
    top: 0 !important;
    left: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .servicios-grid {
    margin-top: 0;
  }

  #servicios {
    margin-top: 0;
  }

  .reversa {
    flex-direction: column-reverse;
  }

  .mobile-padding {
    padding: 40px 25px !important;
  }
}

@media only screen and (max-width: 575px) {

  #servicios .full-post,
  #servicios .title-section {
    border-radius: 0px !important;
  }
}