* {
  color: #131f34;
}
.author.mb-5 {
	color: white;
}
.cont a {
	text-align: center;
	margin: 0 auto;
	align-content: center;
	display: flex;
}

.logofooter.mapa {
	width: 45%;
	text-align: center;
	margin: 0 auto;
}

body {
  font-size: .9rem;
  font-family: 'Montserrat', sans-serif;
}

a {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

textarea {
  resize: none;
}

button:focus {
  outline: 0;
}

#mapCanvas{width:100%;height:550px}

.titulonoticia {
	font-size: 27px;
	text-align: center;
	color: #f7f7f7;
	text-decoration: underline;
	margin-bottom: 30px;
}

.container.text-center.containerblog img {
	width: 80px;
}
.container.text-center.containerblog .carousel-item img {
	width: 100px;
}
.container.text-center.containerblog a img {
	width: 40px !important;
}
.container.text-center.containerblog #carouselExampleSlidesOnly {
	min-height: 200px;
}
.btn {
  border: 0;
  padding: 10px 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn.btn-primary {
  color: #fff;
  background: #121f32;
}

.btn.btn-primary:hover {
  color: #fff;
  background: #75bee1;
}

.btn:hover, .btn:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  border: 0;
  color: #fff;
  padding: 25px 20px;
  background: #666666;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.form-control:focus {
  border: 0;
  background: #75bee1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-ms-input-placeholder {
  color: #fff;
}

.compliance-card {
  background: #fff;
}

.compliance-card .image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /*height: 100%;*/
}

.compliance-card:hover .image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.compliance-card a img.hover {
  display: none !important;
}

.compliance-card a:hover img:not(.hover) {
  display: none !important;
}

.compliance-card a:hover img.hover {
  display: inline-block !important;
}

.compliance-card a span {
  color: #77bbe2;
  margin-top: 5px;
  visibility: hidden;
}

.compliance-card a:hover span {
  visibility: visible;
}

#mainNav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: absolute;
}

#mainNav .navbar-toggler-icon {
  width: auto;
  height: auto;
}

#mainNav .navbar-toggler-icon img {
  width: auto;
  height: 55px;
}

#mainNav .navbar-toggler-icon small {
  color: #fff;
}

#mainNav #navbarResponsive {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  background-size: cover;
  background-color: #77bbe2;
  background-position: center;
  background-image: url('../images/menu_bg.jpg');
}

#mainNav #navbarResponsive .navbar-content {
  height: 100%;
}

#mainNav #navbarResponsive .navbar-content a {
  color: #fff;
  font-weight: 600;
}

#mainNav #navbarResponsive .navbar-content a:hover {
  color: #77bbe2;
  text-decoration: line-through;
}

#mainNav #navbarResponsive .navbar-header img {
  max-height: 55px;
}

#mainNav #navbarResponsive .navbar-footer * {
  color: #fff;
}

#mainNav #navbarResponsive .navbar-footer img {
  max-height: 55px;
}

#mainNav #navbarResponsive .navbar-footer p {
  line-height: 1;
}

#mainNav #navbarResponsive .navbar-social .web-links {
  }
  #mainNav #navbarResponsive .navbar-social .web-links p {
    color: #fff; }
    #mainNav #navbarResponsive .navbar-social .web-links p:before {
      content: '- '; }
  #mainNav #navbarResponsive .navbar-social .web-links ul {
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: space-between; }
    #mainNav #navbarResponsive .navbar-social .web-links li {
      flex: 1;
      margin: 0 5px; }
  #mainNav #navbarResponsive .navbar-social .web-links a {
    opacity: .5; }
  #mainNav #navbarResponsive .navbar-social .web-links a.active {
    opacity: 1; }
#mainNav #navbarResponsive .navbar-social .social-links { 
  }
  #mainNav #navbarResponsive .navbar-social .social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    #mainNav #navbarResponsive .navbar-social .social-links li {
      margin-bottom: 10px; }
    #mainNav #navbarResponsive .navbar-social .social-links ul a .fa,
    #mainNav #navbarResponsive .navbar-social .social-links ul a .fas,
    #mainNav #navbarResponsive .navbar-social .social-links ul a .fab {
      color: #fff;
      font-size: 35px; }

header, section {
  background-size: cover;
  background-position: center;
}

header {
  position: relative;
  background-color: #77bbe2;
}

header * {
  color: #fff;
}

header img {
  width: 400px;
}

header h3 {
  font-size: 1.3rem;
}

header .next-section {
  left: 50%;
  bottom: 4rem;
  margin-left: -8px;
  position: absolute;
}

header .next-section .oi {
  color: #fff;
}

section#about {
  background-color: #545454;
}

section#about a img {
  width: 40px;
}

section#about .content {
  position: relative;
}

section#about .content:after,  section#blog.pagina-blog .content:after{
  content: '';
  z-index: 99;
  position: absolute;
}

section#contact {}

section#contact h3 {
  font-size: 3rem;
}

section#blog {
  position: relative;
  background-color: #252525;
}

section#blog:before {
  top: 0;
  left: 50%;
  content: '';
  margin-left: -30px;
  position: absolute;
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

section#blog h3 {
  color: #77bbe2;
}

section#blog.noticia p {
  color: white;
}

section#blog a img {
  width: 40px;
}

section#blog .image img{
  max-width: 260px;
}

section#map {
  position: relative;
  background-size: auto 300px;
  background-color: #121f32;
  background-repeat: no-repeat;
  background-position: top center;
}

section#map * {
  color: #fff;
}

section#map h3 b {
  color: #77bbe2;
  font-size: 1.2rem;
}

section#map .locations [class^="location"] {
  position: relative;
  margin-bottom: 60px;
}

section#map .locations .location-content {
  position: relative;
  margin-left: 100px;
}

section#map .locations .location-content h3 b {
  color: #fff;
}

section#map .locations .location-content:after {
  top: 0;
  width: 4px;
  left: -15px;
  content: '';
  height: 110px;
  position: absolute;
  background: #fff;
}

section#map .locations .location-spain .location-content:after {
  background: #ff303a;
}

section#map .locations .location-united-kingdom .location-content:after {
  background: #afd51d;
}

section#map .locations .location-france .location-content:after {
  background: #143ccf;
}

section#map .locations .location-mexico .location-content:after {
  background: #04bb39;
}

section#map .locations [class^="location"] .oi {
  top: -50px;
  left: -25px;
  font-size: 2rem;
  position: absolute;
}

section#map .locations .location-spain .oi {
  color: #ff303a;
}

section#map .locations .location-united-kingdom .oi {
  color: #afd51d;
}

section#map .locations .location-france .oi {
  color: #143ccf;
}

section#map .locations .location-mexico .oi {
  color: #04bb39;
}

section#map .locations [class^="location"] {
  position: relative;
  margin-bottom: 60px;
}

section#map .isos img {
  min-width: 100px;
}

section#map .isos .iso-content {
  position: relative;
  margin-left: 30px;
}

section#map .isos .iso-content:after {
  top: 0;
  width: 4px;
  left: -15px;
  content: '';
  height: 110px;
  position: absolute;
  background: #77bbe2;
}

.imgmaps {
  height: calc(80% - 20px);
}

.bigleeter {
  text-transform: uppercase;
  color: #fff;
}

#vertical-orientation {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

#vertical-orientation img {
  height: 35px;
  transform: rotate(180deg);
}

footer img {
  width: 100px;
}

footer .list-inline-item:not(:last-child):after {
  content: '|';
  margin-left: .5rem;
}

.asociado {
  width: 150px;
  left: 5%;
  bottom: 4rem;
  position: absolute;
}

.asociado-footer {
  width: 125px;
  right: 20%;
  bottom: 1.5rem;
  position: absolute;
}

.h2, h2 {
  font-size: 1.8rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.bg-mapa {
  background-image: url('../images/mapa_gris.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.contacto-logo {
  float: left;
  margin-right: 10px;
}

.flex-auto {
  flex-grow: 1;
}

.flex-auto {
  flex-grow: auto;
}

.p-contacto {
  margin: 0;
  font-size: .85rem;
}

.p-contacto.last {
  margin-bottom: .5rem;
}

#software a:not(:hover) img {
  filter: brightness(0) invert(1);
}

#software a img {
  width: 50px;
}

#blog a.hover span, #software a.hover span {
  color: #77bbe2;
  margin-top: 5px;
  visibility: hidden;
}

#blog a.hover:hover span, #software a.hover:hover span {
  visibility: visible;
}

.locations {
  background: url('../images/map.png');
}

#software h3 {
  color: #77bbe2;
}

#software p {
  color: white;
}

.container.blog h3 {
  color: #77bbe2;
  font-size: 18px;
}

section#blog.pagina-blog::before {
  display: none;
}

.icono i {
  font-size: 50px;
  width: 70px;
}

section#map.pagina-sofware .isos .iso-content {
  width: 100%;
}

.container.blog hr {
  border-bottom: 1px dotted #f7f7f7;
}

.form-check-label {
  vertical-align: middle;
}

.disabled{
  pointer-events: none;
  cursor: not-allowed;
}

section#map.pagina-equipo .isos .iso-content {
  text-align: left;
}
section#map.pagina-equipo .isos .iso-content::after {
  height: 100%;
}

.carousel-control-next, .carousel-control-prev {
  width: 60px;
}

.lateral{
  left: -5%;
}

@media (min-width: 1024px) {
  section#about .content:after,  section#blog.pagina-blog .content:after {
    top: 50%;
    margin-top: -30px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  section#about .compliance-card:not(.flex-md-row-reverse) .content:after,  section#blog.pagina-blog .compliance-card:not(.flex-md-row-reverse) .content:after {
    left: -30px;
    border-right: 30px solid #fff;
  }
  section#about .compliance-card.flex-md-row-reverse .content:after, section#blog.pagina-blog .compliance-card.flex-md-row-reverse .content:after{
    right: -30px;
    border-left: 30px solid #fff;
  }
  .p-md-5 {
    padding: 4rem !important;
  }
  .px-md-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4rem !important;
  }
  .pl-md-5 {
    padding-left: 4rem !important;
  }
  .pr-md-5 {
    padding-right: 4rem !important;
  }
  #mainNav #navbarResponsive .navbar-social {
    right: 0;
    top: 130px;
    width: 120px;
    display: flex;
    position: absolute;
    flex-direction: column;
    height: calc(100% - 130px);
    border-left: 1px solid #fff;
    justify-content: space-between; }

  .carousel-control-next {
    right: -60px;
  } 
  .carousel-control-prev {
    left: -60px;
  }
}

@media (max-width: 1300px) {
.asociado {
  left: initial;
  right: 4%;
}
.asociado-footer {
  right: 10%;
}
header img {
  width: 250px;
}
#mainNav .navbar-toggler-icon img {
  height: 40px;
}
.navbar-toggler {
  font-size: 1rem;
}
}

@media (max-width: 1200px) {
  .lateral {
    left: -3%;
}
  }

@media (max-width: 1024px) {
  .lateral {
    left: -4%;
}
  section#about .content:after {
    left: 50%;
    top: -30px;
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
  }
  #mainNav #navbarResponsive .navbar-social {
    display: flex;
    margin-top: 10px;
    align-items: center;
    padding: 20px 0 0;
    border-top: 1px solid #fff;
    justify-content: space-between;
  }
  #mainNav #navbarResponsive .navbar-social .web-links li,
  #mainNav #navbarResponsive .navbar-social .social-links li {
    display: inline-block;
    margin: 0 10px;
  }
  #mainNav #navbarResponsive .navbar-social .web-links p {
    display: none;
  }
  #mainNav #navbarResponsive .navbar-social .web-links li img {
    width: 40px;
  }
}

@media (max-width: 990px) {
  .lateral {
    left: -10%;
}
  }

@media (max-width: 768px) {
  .compliance-card h2 {
    font-size: 1.5rem;
  }
  #mainNav #navbarResponsive .navbar-footer h5 {
    font-size: 1rem;
  }
  #mainNav #navbarResponsive .navbar-footer small {
    font-size: 70%;
  }
  section#about .content:after {
    left: 50%;
    top: -30px;
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
  }
  .asociado-footer {
    right: 0%;
  }
  .asociado-footer {
    right: 2%;
    top: 2%;
    bottom: initial;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
  .asociado-footer {
    right: 0;
    bottom: 0;
    position: relative;
  }
}

@media (max-width: 575px) {
.asociado {
  left: initial;
  right: 4%;
  top: 1rem;
  bottom: initial;
  width: 75px;
}
}

@media (max-width: 375px) {
  .asociado-footer {
    right: 0;
    bottom: 0;
    position: relative;
  }
}
}

