@charset "UTF-8";
/*Fuentes*/
@font-face {
  font-family: "Museo Sans 700 Regular";
  src: url(../fonts/Museo700-Regular.otf);
  font-weight: normal;
}
@font-face {
  font-family: "Museo Sans 300 Regular";
  src: url(../fonts/MuseoSans-300_2.otf);
  font-weight: normal;
}
@font-face {
  font-family: "Museo 500 Regular";
  src: url(../fonts/Museo500-Regular.otf);
  font-weight: normal;
}
/*Colores*/
/*Tipografias*/
/*Espaciado cabecera*/
/*Sobreescribir variables material*/
/*Generalidades*/
body {
  font-size: 16px;
  font-family: "Museo Sans 300 Regular", sans-serif;
  background-color: #fff;
  color: #212529;
}
body .version-mobile {
  display: none;
}
@media (max-width: 991px) {
  body .version-mobile {
    display: block;
  }
}
body .version-mobile button {
  background-color: #fff;
  border: none;
}
@media (max-width: 991px) {
  body .version-desktop {
    display: none;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Museo Sans 300 Regular", sans-serif;
  line-height: 1.2em;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: bold;
  font-family: "Museo Sans 300 Regular", sans-serif;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

p, ul, li, strong {
  font-family: "Museo Sans 300 Regular", sans-serif;
}

ul li {
  margin: 0 5px;
}

a {
  color: #fd0000;
}
a:hover, a:focus {
  color: #fd0000;
}

.card-inner {
  padding: 30px;
}

.notice.notice_success {
  background: rgba(4, 136, 14, 0.29);
  border-left: 5px solid #008800;
  color: #017909;
}

.notice.notice_error {
  background: rgba(136, 0, 0, 0.29);
  border-left: 5px solid #880000;
  color: #790202;
}

.notice_list {
  margin: 15px 0;
  padding: 15px 0 15px 40px;
}

#primary {
  width: 100%;
}

.oculto-sobremesa {
  display: none;
}

.waves-effect, a {
  -webkit-tap-highlight-color: #5b87da;
}

.overlay-sub.overlay-sub-resumen p {
  height: auto;
}

/*Espaciado de la cabecera*/
.espaciado-cabecera {
  height: 90px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .espaciado-cabecera {
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .espaciado-cabecera {
    height: 75px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .espaciado-cabecera {
    height: 75px;
  }
}
@media (max-width: 575px) {
  .espaciado-cabecera {
    height: 75px;
  }
}
/*Botones*/
.btn:not(.btn-raised),
.btn:not(.btn-raised):not(.btn-link) {
  background-color: #fd0000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.btn:not(.btn-raised):hover,
.btn:not(.btn-raised):not(.btn-link):hover {
  background-color: #fd0000;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
}
.btn:not(.btn-raised).btn-blanco,
.btn:not(.btn-raised):not(.btn-link).btn-blanco {
  background-color: #fff;
  color: #fd0000;
}
.btn:not(.btn-raised).btn-blanco:hover,
.btn:not(.btn-raised):not(.btn-link).btn-blanco:hover {
  background-color: #fff;
  color: #fd0000;
}

body .bloque-carousel {
  display: flex;
}
body #div_negro {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9000;
  display: none;
}
body .not-padding {
  padding-left: 0px;
  padding-right: 0px;
}
body .not-padding-right {
  padding-right: 0px;
}
body .compartir {
  display: table; /* Allow the centering to work */
  margin: 0 auto;
}
body .compartir.ver-compartir {
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
  width: fit-content;
  border: solid 1px #fff;
  border-radius: 10px;
  display: block;
  padding: 30px;
  background-color: #fff;
  z-index: 9999;
  /*@media(max-width:599px){
    width: 90%;
  }*/
}
body .compartir.ocultar-compartir {
  display: none;
}
body .compartir .txt-compartir {
  font-family: "Museo Sans 300 Regular";
  min-width: 350px;
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 5px;
  color: #5b87da;
}
body .compartir .contenedor-input-compartir {
  padding: 4px 15px 4px 15px;
  display: flex;
  border: 1px solid #5b87da;
  border-radius: 10px;
  /*@media(max-width:599px){
    display: block;
    border: none;
    padding: 0;
  }*/
}
body .compartir .contenedor-input-compartir input {
  font-family: "Museo Sans 300 Regular";
  min-width: 350px;
  font-size: 13px;
  border: none;
}
body .compartir .contenedor-input-compartir .accion-copiar {
  background-color: #5b87da;
  color: #fff;
  border: 1px solid #5b87da;
  border-radius: 15px;
  font-size: 12px;
  padding: 0px 15px 0px 15px;
  /*@media(max-width:599px){
    padding: 5px 15px 5px 15px;
  }*/
}
body .heateor_sss_sharing_container {
  margin-top: 15px;
  padding: 5px 0px 30px 0px;
}
body .heateor_sss_sharing_container ul.heateor_sss_sharing_ul {
  position: fixed !important;
  width: auto;
  transform: translate(-50%, 50%);
}
body .heateor_sss_sharing_container ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
  margin: 2px !important;
}

/*Títulos y subtitulos Páginas */
.titulo-paginas-wrap .subtitulo-pag {
  margin-bottom: 30px;
}
.titulo-paginas-wrap .subtitulo-pag h2 {
  color: #424845;
  font-size: 34px;
  text-align: center;
}

.bloque-buscador {
  padding-top: 100px;
}
.bloque-buscador .caja-buscador {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 6px 0;
  display: flex;
}
@media (max-width: 599px) {
  .bloque-buscador .caja-buscador {
    width: 85%;
  }
}
.bloque-buscador .caja-buscador input[type=text] {
  border-bottom: 0;
  padding-left: 15px;
  font-size: 15px;
}
.bloque-buscador .caja-buscador input[type=text]:focus:not([readonly]) {
  border-bottom: 0;
  box-shadow: none;
}
.bloque-buscador .caja-buscador button[type=submit] {
  border: none;
  background-color: transparent;
  padding-right: 15px;
  cursor: pointer;
}
.bloque-buscador .caja-buscador button[type=submit] img {
  width: 16px;
  height: auto;
}

/*Cards y overlays */
body .card, a .card, .card.fake-a {
  transition: all 0.3s ease-in-out;
}

.overlay-item-wrap {
  position: relative;
  cursor: pointer;
}

.overlay-item-wrap:hover .overlay {
  opacity: 1;
}

.item-wrap-exterior {
  padding-right: 0px;
  padding-left: 0px;
}

.overlay {
  background-color: rgba(253, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}
.overlay .overlay-tit {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-transform: none;
}
.overlay .overlay-sub {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.overlay .mas-info {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.overlay .mas-info:after {
  content: " ";
  position: absolute;
  color: #fff;
  z-index: 2;
  height: 4px;
  width: 190px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.overlay img {
  display: block;
  margin: 0 auto 8px auto;
}

@media (max-width: 767px) {
  .item-wrap-exterior {
    flex-basis: inherit;
  }
}
@media (max-width: 981px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .oculto-movil {
    display: none;
  }
  .oculto-sobremesa {
    display: block;
  }
}
@media (max-width: 479px) {
  .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #fd0000;
  box-shadow: 0 1px 0 0 #fd0000;
}

input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=search-md]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, textarea.md-textarea:focus:not([readonly]) + label {
  color: #fd0000;
}

body .logo_contra {
  display: none;
}
body .card-video-mini {
  width: 33%;
  padding: 5px;
}
body .row-logo-menu {
  gap: 4dvw;
}
body .navbar-nav-horizontal {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
body .navbar-nav-horizontal li {
  margin: 0;
  display: flex;
  justify-content: center;
}
body .navbar-nav-horizontal li a {
  display: flex;
  align-items: center;
  color: #383838;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  transition: color 0.3s ease;
}
body .navbar-nav-horizontal li a:hover {
  color: #4F76BD;
  text-decoration: underline;
}
body .navbar-nav-horizontal li.current-menu-item a, body .navbar-nav-horizontal li.current_page_item a {
  color: #4F76BD;
  font-weight: 600;
}
body #masthead {
  background-color: #fff;
  position: fixed;
  top: 0px;
  padding: 0;
  color: #383838;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  z-index: 100;
  box-shadow: none;
  /* .absolute-bottom{
    position: absolute;
    bottom:0;
    right: 0;
    left: 0;
  }
  .navbar{
    margin:0;
    //background-color:#fff;
    background: transparent;
    .navbar-nav{
      margin-top:8px;
    }
     .navbar-toggler{
      background-image:none;
      margin-top: 10px;
      span{
        background-image:none;
      }
      &:before{
        font: normal normal normal 20px/1 FontAwesome;
        content: "\f0c9";
        color: $mainColor;
      }
    } 

    li{
      margin:0;
      &.active, &.current-menu-ancestor{
        >a{
          color:$mainColor!important /*el bootstrap lleva un important*/
  /* }
      }
      >a{
        color: $texto;
        text-transform: uppercase;
        font-size: $font_size;
        padding: 20px 10px;
        font-weight: 600;
        line-height: 20px;
        &:after {
          content: ' ';
          position:absolute;
          z-index: 2;
          height:4px;
          width: 230px;
          bottom:-5px;
          left:50%;
          transform:translateX(-50%);
          display: block;
          background: $rojo;
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -ms-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
        }
        &:hover, &:focus{
          color:$mainColor!important;
          &:after {
            background: $rojo;
          }
        }
      }
      &.btn-menu {
        margin-top:10px;
        >a{
          display: inline-block;
          font-size: $font_size;
          font-weight: 600;
          line-height: 1.42857143;
          text-align: center;
          position: relative;
          padding: 10px 30px;
          margin: 0px;
          cursor: pointer;
          border-radius: 2px;
          text-transform: uppercase;
          text-decoration: none;
          color: #fff!important;
          transition: background-color .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
          outline: none!important;
          background-color:$mainColor;
          border:none;
          &:hover{
            box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
            color:#fff;
            border:none;

          }

        }
      }
      .dropdown-menu{
        border-radius:0;
        >li{
          &.active{
            >a{
              background-color:transparent;
              color:$mainColor
            }
          }
          >a{
            padding:10px 15px;
            text-transform:none;
            &:hover{
              background-color:transparent;
            }

          }
        }

      }
    }

    .navbar-brand{
      height:auto;
      position:relative;
      margin:auto;
      img{
        max-height:45px;
        width:auto;
      }
    }
  }
  &.fixed {
    position:fixed;
    top:78px;
    margin-top:0px;
    .navbar{
    background-color: #fff;
    }
  } */
}
body #masthead .navbar {
  justify-content: left;
  top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
  padding-left: 60px;
  background-color: #fff;
}
@media (max-width: 991px) {
  body #masthead .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 991px) {
  body #masthead .navbar.cabecera-azul {
    background-color: #4F76BD;
  }
  body #masthead .navbar.cabecera-azul #logo-blanco {
    display: block !important;
  }
  body #masthead .navbar.cabecera-azul #logo-azul {
    display: none !important;
  }
  body #masthead .navbar.cabecera-azul .navbar-toggler span {
    background-image: url(../images/menu-cerrar-blanco.png) !important;
  }
}
body #masthead .navbar.cabecera-azul #logo-blanco {
  display: block;
}
body #masthead .navbar.cabecera-azul #logo-azul {
  display: block;
}
body #masthead .navbar.cabecera-azul #flecha-blanca {
  display: none;
}
body #masthead .navbar.cabecera-azul #flecha-azul {
  display: none;
}
body #masthead .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: #4F76BD;
  transition: none;
}
body #masthead .navbar .nav-container {
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 12px 0 12px;
}
body #masthead .navbar .nav-container .navbar-collapse .navbar-nav {
  height: 100%;
  margin-top: -400px;
  background-color: #fff;
}
body #masthead .navbar .nav-container .navbar-collapse.show {
  position: relative;
}
body #masthead .navbar .nav-container .navbar-collapse.show .dropdown-toggle ::after {
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  vertical-align: baseline;
}
body #masthead .navbar .nav-container .navbar-collapse.show ul.navbar-nav {
  margin-top: 0px;
  position: absolute;
  width: max-content;
  top: 44px;
  right: -64px;
  flex-direction: column;
  background-color: #4F76BD;
  border: #4F76BD solid 1px;
  border-bottom-left-radius: 15px 15px;
  border-top-left-radius: 15px 15px;
  height: auto;
  text-align: left;
  padding: 30px 25px;
  min-width: 475px;
}
@media (max-width: 991px) {
  body #masthead .navbar .nav-container .navbar-collapse.show ul.navbar-nav {
    margin-top: 0px;
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    flex-direction: column;
    background-color: #4F76BD;
    border: #4F76BD solid 1px;
    border-radius: 0 0 25px 25px;
    width: auto;
    height: auto;
    padding: 10px;
    min-width: inherit;
    padding: 5%;
  }
}
body #masthead .navbar .nav-container .navbar-collapse.show ul.navbar-nav li {
  background-color: #4F76BD;
}
body #masthead .navbar .nav-container .navbar-collapse.show ul.navbar-nav li a {
  color: #fff;
  background-color: #4F76BD;
  font-size: 16px;
}
body #masthead .navbar .nav-container .navbar-collapse.show ul.navbar-nav li a::after {
  content: url(/wp-content/themes/pwatutoriales/images/flecha-menu-bl.svg);
  position: absolute;
  top: 12px;
  right: 0;
  transform: scale(0.9);
}
body #masthead .navbar .nav-container .navbar-collapse .collapsing {
  display: block;
  top: 40px;
  left: 0px;
  right: 0px;
  position: absolute;
}
body #masthead .navbar .nav-container .navbar-brand {
  display: flex;
  align-self: center;
  margin: 0;
}
@media (max-width: 991px) {
  body #masthead .navbar .nav-container .navbar-brand {
    padding-left: 5px;
  }
}
body #masthead .navbar .nav-container .navbar-brand img {
  float: left;
}
body #masthead .navbar .nav-container .navbar-brand img.logo {
  width: 150px;
}
body #masthead .navbar .nav-container .navbar-brand #logo-blanco {
  display: none;
}
body #masthead .navbar .nav-container .navbar-brand #flecha-blanca {
  display: none;
}
body #masthead .navbar .nav-container .navbar-brand #flecha-azul {
  display: none;
}
body #masthead .navbar .nav-container .navbar-toggler {
  background-image: none;
  border-radius: 0;
  align-self: center;
  background-color: #4F76BD;
  color: #fff;
  float: right;
  position: relative;
  margin-top: -7px;
  /* &:not(.collapsed) {
    background-color: unset;
  } */
}
@media (max-width: 991px) {
  body #masthead .navbar .nav-container .navbar-toggler {
    margin-top: 1px;
    margin-right: -16px;
  }
}
body #masthead .navbar .nav-container .navbar-toggler .fa {
  background-color: #fff;
  color: #4F76BD;
  font-size: 30px;
}
body #masthead .navbar .nav-container .navbar-toggler .fa-navicon:before {
  content: "\f00d";
  background: #4F76BD;
  color: #fff;
}
body #masthead .navbar .nav-container .navbar-toggler span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/menu-cerrar-blanco.png);
  background-repeat: no-repeat;
  background-position: center center;
}
body #masthead .navbar .nav-container .navbar-toggler.collapsed {
  background-color: #fff;
  color: #4F76BD;
}
body #masthead .navbar .nav-container .navbar-toggler.collapsed span {
  background-image: url(../images/menu-hamburguesa.png);
}
body #masthead .navbar .nav-container .navbar-toggler.collapsed .fa-navicon:before {
  content: "\f0c9";
  background: #fff;
  color: #4F76BD;
}
body #masthead .navbar .dropdown-menu {
  position: relative !important;
  margin-top: 0;
  border: none;
  padding-left: 40px;
  background-color: #4F76BD;
}
body #masthead .navbar .dropdown-menu ul li a {
  color: #fff;
}
body #masthead.fixed {
  top: 0px !important;
}
body #masthead.fixed .navbar {
  height: 60px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
body #masthead.fixed .navbar .navbar-collapse .navbar-nav {
  margin-top: 400px;
}

/*
Configuraciones cuando sale el menu hamburguesa,
cambiar según el BREACKPOINT
*/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}
@media (max-width: 991px) {
  .card-video-mini {
    width: 50%;
    padding: 8px;
  }
  body #masthead .navbar .dropdown-menu.show {
    position: initial !important;
  }
  body #masthead .navbar .navbar-nav #logo-blanco {
    display: none;
  }
  body #masthead .navbar .navbar-collapse.show {
    position: inherit;
  }
  body #masthead .navbar .navbar-collapse.show ul.navbar-nav li {
    background-color: #4F76BD;
  }
  body #masthead .navbar .navbar-collapse.show ul.navbar-nav li a {
    color: #fff;
    background-color: #4F76BD;
    padding: 10px 50px 10px 50px;
  }
}
.archive #colophon, .blog #colophon {
  margin-top: 30px;
}

.pre-footer {
  padding: 50px 0 80px;
}
@media (max-width: 600px) {
  .pre-footer {
    padding: 50px 0 38px;
  }
}
.pre-footer h2 {
  color: #424845;
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .pre-footer h2 {
    font-size: 25px;
  }
}
.pre-footer .opc-btn {
  text-align: center;
}
.pre-footer .opc-btn .btn.btn-prin {
  min-width: 220px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.04em;
  padding: 8px 0;
  border: 1px solid #4F76BD;
  background-color: #4F76BD !important;
  border-radius: 6px;
  margin: 12px 15px;
  box-shadow: none;
}
@media (max-width: 600px) {
  .pre-footer .opc-btn .btn.btn-prin {
    width: 98%;
    margin: 10px auto;
  }
}
.pre-footer .opc-btn .btn.btn-prin img {
  margin-right: 8px;
}
.pre-footer .opc-btn .btn.btn-prin span {
  vertical-align: middle;
}
.pre-footer .opc-btn .btn.btn-prin:hover {
  opacity: 0.9;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#colophon {
  padding: 28px 0 12px;
  color: #383838;
  font-weight: 400;
  font-size: 14px;
  background: linear-gradient(180deg, #f8fafe 0, #cbd7f0 100%);
  border-radius: 24px;
  margin: 0 24px 24px;
}
@media (max-width: 600px) {
  #colophon {
    padding: 28px 0 12px;
    border-radius: 10px;
    margin: 0 14px 24px;
  }
}
#colophon .container {
  max-width: inherit;
  padding-left: 60px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  #colophon .container {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  #colophon .container {
    padding: 0 16px;
  }
}
#colophon .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #colophon .row {
    display: block;
  }
}
#colophon .row .widget-pie {
  width: 100%;
  border-top: 1px solid rgba(112, 112, 112, 0.19);
  padding-top: 30px;
}
#colophon .row .foot-iconos {
  text-align: center;
  width: 100%;
}
#colophon .row .foot-tit {
  font-family: "Museo Sans 300 Regular";
  font-size: 14px;
  color: #4F76BD;
  text-align: center;
}
#colophon .row .foot_icono_general {
  text-align: center;
}
#colophon .row .foot_icono_general .foot_icono {
  /* border-radius: 50%;
  background-color: $azul;*/
}
#colophon .row .foot_icono_general .foot_icono .foot_circulo {
  margin-top: 7px;
  height: 40px;
}
#colophon .row .foot_icono_general .foot_icono-txt p {
  margin-top: 5px;
  font-family: "Museo Sans 300 Regular";
  font-size: 16px;
  color: #4F76BD;
}
#colophon .row.sup {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(88, 135, 218, 0.8);
}
@media (max-width: 600px) {
  #colophon .row.sup {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#colophon .row.sup .col-izq {
  flex: initial;
}
@media (max-width: 767px) {
  #colophon .row.sup .col-izq {
    text-align: center;
    margin-bottom: 20px;
  }
}
#colophon .row.sup .col-der {
  flex: 1;
  text-align: right;
}
@media (max-width: 767px) {
  #colophon .row.sup .col-der {
    text-align: center;
  }
}
#colophon .row.sup .col-der .widget-pie {
  border-top: none;
  padding-top: 0;
}
#colophon .row.sup .col-der .widget-pie .menu {
  justify-content: flex-end;
  gap: 64px;
}
@media (max-width: 850px) {
  #colophon .row.sup .col-der .widget-pie .menu {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  #colophon .row.sup .col-der .widget-pie .menu {
    display: block;
  }
}
#colophon .row.sup .col-der .widget-pie .menu li {
  width: auto !important;
}
@media (max-width: 767px) {
  #colophon .row.sup .col-der .widget-pie .menu li {
    margin: 0 15px 8px;
    display: block;
  }
}
@media (max-width: 600px) {
  #colophon .row.sup .col-der .widget-pie .menu li {
    text-align: left;
    position: relative;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  #colophon .row.sup .col-der .widget-pie .menu li::after {
    content: url(/wp-content/themes/pwatutoriales/images/flecha-menu.svg);
    position: absolute;
    top: 3px;
    right: 0;
  }
}
#colophon .row.sup .col-der .widget-pie .menu li a {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 600px) {
  #colophon .row.sup .col-der .widget-pie .menu li a {
    display: block;
    font-size: 21px;
  }
}
#colophon .row.inf {
  flex-direction: column;
}
@media (max-width: 600px) {
  #colophon .row.inf {
    margin-left: 0;
    margin-right: 0;
  }
}
#colophon .row.inf .social-media {
  width: 100%;
  text-align: right;
  margin-top: 25px;
  margin-bottom: 4px;
}
@media (max-width: 850px) {
  #colophon .row.inf .social-media {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #colophon .row.inf .social-media {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
#colophon .row.inf .social-media a {
  margin-left: 24px;
}
@media (max-width: 767px) {
  #colophon .row.inf .social-media a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  #colophon .row.inf .copy {
    max-width: 200px;
    margin: 0 auto -56px;
  }
}
#colophon .row.inf .copy p {
  font-size: 10px;
  color: #424845;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #colophon .row.inf .copy p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  #colophon .row.inf .copy p {
    color: #5C6560;
  }
}
#colophon a {
  opacity: 1;
}
#colophon a:hover {
  color: #fd0000;
}
#colophon h3 {
  font-size: 16px;
  margin-top: 0;
  font-weight: bold;
}
#colophon .menu {
  list-style-type: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}
#colophon .menu #menu-item-170 {
  width: 40%;
}
#colophon .menu #menu-item-172 {
  width: 20%;
}
#colophon .menu #menu-item-171 {
  width: 40%;
}
#colophon .menu li {
  display: inline-block;
  width: 33%;
  text-align: center;
}
#colophon .menu li a {
  font-size: 12px;
  letter-spacing: 0px;
  color: #4F76BD;
  font-family: "Museo Sans 300 Regular";
  /*  &:hover{
     color:$rojo;
   } */
}
#colophon .logo-movil {
  text-align: center;
  margin-bottom: 50px;
}
#colophon hr {
  display: none;
}
@media (max-width: 767px) {
  #colophon hr {
    display: block;
    background-color: #4F76BD;
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .logo-item {
    padding: 10px;
    max-width: 150px;
  }
  .listado-logos {
    flex-wrap: wrap;
  }
  #colophon .row {
    flex-wrap: wrap;
  }
  #colophon .row .pie-col {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  #colophon .row .pie-col .redes_pie ul {
    margin-left: 15%;
    margin-right: 15%;
  }
}
/*Slide Master slide */
.ms-slide-info.ms-dir-h {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  min-height: inherit !important;
  bottom: inherit !important;
}
.ms-slide-info.ms-dir-h .ms-info {
  max-width: 1170px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.ms-slide-info.ms-dir-h .ms-info a {
  border: none;
  border-radius: 2px;
  position: relative;
  padding: 12px 40px;
  margin: 10px 1px;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: #fd0000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 30px;
  display: inline-block;
}
.ms-slide-info.ms-dir-h .ms-info a:hover {
  background-color: #fd0000;
  color: #fff;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

@media (max-width: 767px) {
  .ms-slide .ms-slide-bgcont img {
    max-width: inherit;
  }
  body .ms-slide-info.ms-dir-h {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    background-color: #fd0000;
    transform: none;
    left: 0;
    right: 0;
    width: auto;
    padding: 20px 15px;
  }
  body .ms-slide-info.ms-dir-h h2 {
    font-size: 20px;
  }
  body .ms-slide-info.ms-dir-h .ms-info a {
    margin-top: 10px;
    margin-bottom: 0;
    background-color: #fff;
    color: #fd0000;
  }
  body .ms-slide-info.ms-dir-h .ms-info a:hover {
    background-color: #fff;
    color: #fd0000;
  }
  body .ms-slide-info.ms-dir-h .ms-info img {
    display: none;
  }
  body .ms-slide-info.ms-dir-h .ms-info p {
    margin: 0;
  }
}
/*Bloques home */
a {
  color: #000;
}

.overlay-tit {
  font-size: 24px;
  font-weight: 600;
  font-family: "Museo Sans 300 Regular";
  color: #4F76BD;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .overlay-tit {
    font-size: 19px;
    line-height: 24px;
  }
}

.overlay-sub.overlay-sub-resumen p {
  font-family: "Museo Sans 300 Regular";
  display: block;
  display: -webkit-box;
  height: 67.2px;
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #505050;
}
.overlay-sub p {
  font-family: "Museo Sans 300 Regular";
  display: block;
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .bloque-video {
  font-family: "Museo Sans 300 Regular", sans-serif;
  padding-top: 20px;
  background-color: #fff;
}
body .bloque-video .container.list-videos {
  display: flex;
  flex-wrap: wrap;
}
body .bloque-video .container.list-videos .row {
  flex: 100%;
}
body .bloque-video .container.list-videos .row .col-md-4 {
  flex: 1 1 33%;
  box-sizing: border-box;
  padding: 8px;
  display: flex;
}
@media (max-width: 768px) {
  body .bloque-video .container.list-videos .row .col-md-4 {
    flex: 1 1 100%;
  }
}
body .bloque-video .container.list-videos .row .carousel-control-next, body .bloque-video .container.list-videos .row .carousel-control-prev {
  -webkit-tap-highlight-color: unset;
}
body .bloque-video .titulo-bloque-wrap {
  padding-top: 0px;
  padding-bottom: 20px;
}
body .bloque-video .titulo-bloque-wrap .titulo-bloque {
  font-size: 20px;
  font-family: "Museo Sans 300 Regular";
  color: #4F76BD;
}
body .bloque-video .titulo-bloque-wrap .subtitulo-bloque, body .bloque-video .titulo-bloque-wrap p {
  font-size: 16px;
  font-family: "Museo Sans 300 Regular";
  text-align: center;
}
body .bloque-video .titulo-bloque-wrap h2 {
  font-size: 33px;
  font-family: "Museo 300 Regular";
}
body .bloque-video .titulo-bloque-wrap h3 {
  font-weight: 400;
  font-family: "Museo 300 Regular";
  font-family: "Museo Sans 300 Regular", sans-serif;
  font-size: 34px;
}
@media (max-width: 600px) {
  body .bloque-video .titulo-bloque-wrap h3 {
    font-size: 24px;
  }
}
body .bloque-video .card {
  box-shadow: none;
  margin-bottom: 20px;
}
body .bloque-video .card .contenido-noticia {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  margin-left: 15px;
}
body .bloque-video .card .contenido-noticia .row {
  flex-direction: column;
}
body .bloque-video .card .contenido-noticia .row .col-12 .row {
  flex-direction: row;
}
body .bloque-video .card .contenido-noticia .row .col-12 .portada-video {
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
@media (max-width: 479px) {
  body .bloque-video .card .contenido-noticia .row .col-12 .portada-video {
    width: 100%;
  }
}
body .bloque-video .card .contenido-noticia .row .col-1 {
  position: absolute;
  right: 0;
}
body .bloque-video .card .contenido-noticia .row .col-1 .version-desktop {
  width: 24px;
}
body .bloque-video .card .contenido-noticia .row .col-1 .version-mobile {
  width: 24px;
}
@media (max-width: 479px) {
  body .bloque-video .card .contenido-noticia .row .col-1 .version-mobile img {
    width: 24px;
  }
}
body .bloque-video .card .contenido-noticia .row .contenedor-video {
  position: relative;
}
body .bloque-video .card .contenido-noticia .row .contenedor-video .playButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  pointer-events: none;
  opacity: 0.95;
}
body .bloque-video .card .contenido-noticia .fa-share-alt {
  color: #4F76BD;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
body .bloque-video .card .contenido-noticia .fa-share-alt:before {
  content: none;
}

.bloque-home {
  padding-top: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body .home-slide {
  position: relative;
  content: " ";
  display: block;
  width: 100%;
  /*padding-bottom:36.32%;*/
  padding: 55px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
}
body .home-slide .master-slider-parent {
  height: 100vh;
}
body .home-slide .master-slider-parent .master-slider {
  height: 100vh;
}
body .home-slide .master-slider-parent .master-slider .ms-container {
  height: 100vh;
}
body .home-slide .master-slider-parent .master-slider .ms-container .ms-inner-controls-cont {
  height: 100vh;
}
body .home-slide .master-slider-parent .master-slider .ms-container .ms-inner-controls-cont .ms-view {
  height: 100vh !important;
}
body .home-slide .master-slider-parent .master-slider .ms-container .ms-inner-controls-cont .ms-view .ms-slide {
  height: 100vh !important;
}
body .home-slide .master-slider-parent .master-slider .ms-container .ms-inner-controls-cont .ms-view .ms-slide .ms-slide-bgcont {
  height: 100vh;
}
body .home-slide .master-slider-parent .master-slider .ms-container .ms-inner-controls-cont .ms-view .ms-slide .ms-slide-bgcont img {
  height: 100vh;
}
body .home-slide .slide-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .home-slide .slide-outer .botones {
  vertical-align: bottom;
}
body .home-slide .slide-outer .slide-wrapper {
  position: relative;
}
body .home-slide .slide-outer .slide-wrapper .icono {
  /*position:absolute;
  top:-340px;
  left:50%;
  transform: translateX(-50%);*/
  margin-top: -75px;
  z-index: 1;
}
body .home-slide .slide-outer .slide-wrapper .info {
  position: relative;
  z-index: 2;
  /*margin:275px 0 30px 0;*/
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 4px;
  line-height: 36px;
  color: rgb(17, 17, 17);
}
body .home-slide .slide-outer .slide-wrapper .botones .btn {
  margin: 0 10px 15px 10px;
}

.bloque-texto100 {
  text-align: left;
  padding: 100px 0;
}
.bloque-texto100 .logo_home img {
  height: 100px;
  width: auto;
}
.bloque-texto100 .titulo_home {
  font-size: 36px;
  font-weight: 600;
}
.bloque-texto100 .contenido-texto-bloque {
  font-size: 16px;
  color: #000;
}

/* .titulo-pag{
  margin-bottom:20px;
  margin-top:0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.subtitulo-pag{
  text-align: center;
  font-size: 24px;
  font-weight: lighter;
} */
.boton {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fd0000;
  letter-spacing: 2px;
}
.boton:after {
  content: " ";
  position: absolute;
  z-index: 2;
  height: 4px;
  width: 230px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.boton:hover:after, .boton:focus:after {
  background: #fd0000;
}

.btn-blanco {
  color: #fff;
}
.btn-blanco:hover:after, .btn-blanco:focus:after {
  background: #fff;
}

@media (max-width: 568px) {
  body .home-slide {
    padding-top: 0px;
  }
  body .bloque-video .card .contenido-noticia .pretty-embed:after {
    display: none;
    /*           margin-top: -10px;
              margin-left: -18px;
              width: 32px;
              height: 23px; */
  }
}
.fecha-destacada {
  background-color: #fd0000;
  color: #fff;
  font-size: 25px;
  min-height: 70px;
  padding: 17px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.fecha-destacada span {
  display: block;
}
.fecha-destacada span.year {
  font-size: 15px;
  text-transform: uppercase;
}

.titulo-item {
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0 0 0;
  line-height: 1.3em;
}

.link_ver_todos {
  text-align: center;
  margin-top: 20px;
}
.link_ver_todos .btn-link {
  text-transform: uppercase;
  font-weight: bold;
  color: #fd0000;
}
.link_ver_todos .btn-link:hover {
  color: #fd0000;
}

.titulo-item {
  text-align: center;
}
.titulo-item a {
  font-size: 18px;
  font-weight: bold;
  color: #fd0000;
}
.titulo-item a:hover {
  /*       text-decoration: none;
        color: $mainColor; */
}

.item-foto-titulo {
  margin-bottom: 0px;
  width: 100%;
}
.item-foto-titulo .imagen-loop-item {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.item-foto-titulo .imagen-loop-item:before {
  content: "";
  display: flex;
  padding-top: 75%;
}
.item-foto-titulo .imagen-loop-item .fecha-destacada {
  position: absolute;
  top: 0;
  left: 0;
}
.item-foto-titulo .item-info {
  padding: 15px;
}
.item-foto-titulo .item-info .titulo-item {
  font-size: 18px;
  font-weight: 400;
}

.item-evento {
  width: 100%;
}
.item-evento .card .contenido-noticia {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.item-evento .card .contenido-noticia .item-info {
  padding: 10px;
}
.item-evento .card .contenido-noticia .item-info .titulo-item {
  font-size: 18px;
}
.item-evento .card .contenido-noticia .item-info .meta-wrap-noticia {
  font-size: 14px;
}

.bloque-foto-texto100 .foto img {
  width: 100%;
}

@media (max-width: 767px) {
  .overlay-item-wrap {
    max-width: 450px;
    margin: 5px auto;
  }
}
/*generalidades*/
.entry-container {
  padding: 15px;
}

.hentry {
  padding-top: 70px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.hentry.type-videos .bloque-buscador {
  padding-top: 5px;
}
.hentry .video-indiv {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 100px;
}
.hentry .video-indiv .contenido-noticia {
  max-width: 550px;
  margin: 0 auto;
}
.hentry .video-indiv .contenido-noticia.apaisado {
  max-width: 912px;
  width: 100%;
}
.hentry .video-indiv .contenido-noticia.apaisado .contenido_princ {
  max-width: 550px;
  margin: auto;
}
.hentry .video-indiv .contenido-noticia .row {
  margin-bottom: 15px;
}
.hentry .video-indiv .contenido-noticia .row .contenedor-video {
  position: relative;
  height: 0;
  overflow: hidden;
}
.hentry .video-indiv .contenido-noticia .row .contenedor-video.video-cuadrado {
  padding-bottom: 100%;
}
.hentry .video-indiv .contenido-noticia .row .contenedor-video.video-apaisado {
  padding-bottom: 56.25%;
}
.hentry .video-indiv .contenido-noticia .row .contenedor-video video,
.hentry .video-indiv .contenido-noticia .row .contenedor-video iframe,
.hentry .video-indiv .contenido-noticia .row .contenedor-video .pretty-embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border: 1px solid #ccc;
  object-fit: cover;
}
.hentry .video-indiv .contenido-noticia .row .contenido_princ {
  padding: 5px 20px 0;
  max-width: 550px;
  margin: 0 auto;
}
.hentry .video-indiv .contenido-noticia .row .contenido_princ .row {
  margin-bottom: 0;
}
.hentry .video-indiv .contenido-noticia .row .contenido_princ .row .overlay-tit {
  font-size: 24px;
  font-weight: 300;
  font-family: "Museo Sans 300 Regular";
  color: #4F76BD;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hentry .video-indiv .contenido-noticia .row .contenido_princ .row .fa-share-alt {
  color: #4F76BD;
  cursor: pointer;
}
.hentry .video-indiv .contenido-noticia .row .contenido_princ .row .overlay-sub,
.hentry .video-indiv .contenido-noticia .row .contenido_princ .row p {
  font-size: 16px;
  color: #505050;
  font-family: "Museo Sans 300 Regular";
}
.hentry .video-indiv .contenido-noticia .row .contenido_princ .version-desktop {
  text-align: right;
  margin-right: 15px;
}
.hentry .video-indiv #playButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.95;
}
.hentry .bloque-video {
  padding-top: 20px;
}

body.search .cabecera-custom {
  padding: 90px 0 10px;
}
body.search .bloque-buscador {
  padding-top: 13px;
}
body.search p.num-list {
  font-size: 14px;
  margin-top: 15px;
}

/*Cabecera - titulo interiores */
.cabecera-custom {
  padding: 20px 0 10px;
  color: #5B87DA;
  background-color: transparent;
  margin-bottom: 10px;
  background-size: cover;
}
.cabecera-custom .entry-title {
  margin-top: 0;
  line-height: 1.1;
  font-size: 40px;
  font-weight: 600;
  color: #5B87DA;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .cabecera-custom {
    padding: 20px 0 5px;
  }
  .cabecera-custom .entry-title {
    font-size: 32px;
    line-height: 1;
  }
}
/*Sidebars */
#secondary {
  margin-top: 30px;
  padding-left: 40px;
}
#secondary .panel {
  box-shadow: none;
}
#secondary .panel > .panel-heading {
  text-transform: uppercase;
  border-bottom: solid 1px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #383838;
  background-color: transparent;
  font-weight: bold;
  padding: 0 0 10px 0;
}
#secondary .panel > .panel-heading h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
#secondary .panel ul {
  padding: 10px 0;
}

/*Formulario de busqueda*/
.busqueda_resultado {
  margin-bottom: 15px;
}

/*Página de contacto*/
.contenido-contacto .datos_contacto i {
  color: #fd0000;
  margin-right: 5px;
}

/*Paginacion */
.pag-wrap {
  clear: both;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  float: left;
}
.pag-wrap .wp-pagenavi a:hover, .pag-wrap .wp-pagenavi span.current {
  background-color: #fd0000;
  color: #fff;
  border-color: #fd0000;
  text-decoration: none;
}

/*Página de contacto*/
.infowindow_custom {
  max-width: 300px;
}
.carousel .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.carousel .carousel-inner .carousel-item {
  -webkit-perspective: none;
  perspective: none;
  transition: transform 0.6s ease-in-out;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .carousel-item .card-video-mini {
    flex: 0 0 50%; /* Cada tarjeta ocupa el 50% del ancho disponible */
    max-width: 50%;
  }
}
@media (max-width: 499px) {
  .carousel .carousel-inner .carousel-item .card-video-mini {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-inner .carousel-item .bloque-carousel {
    flex-wrap: nowrap;
  }
}
.carousel .carousel-inner .carousel-control-prev {
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel .carousel-inner .carousel-control-prev .carousel-control-prev-icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(93deg) brightness(100%) contrast(101%);
}
.carousel .carousel-inner .carousel-control-next {
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel .carousel-inner .carousel-control-next .carousel-control-next-icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(93deg) brightness(100%) contrast(101%);
}

/*Misc*/
.container_estrecho {
  max-width: 850px;
}

.btn-wrap {
  margin-top: 20px;
}
.btn-wrap .btn {
  margin: 0;
  clear: both;
}
.btn-wrap .btn img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

/*Estructura bloques */
.bloque-interior {
  padding: 30px 0;
  background-repeat: no-repeat;
  position: relative;
}
.bloque-interior h2, .bloque-interior h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}
.bloque-interior h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.bloque-interior ul {
  margin: 0 0 1em 0;
  list-style-type: none;
  padding-left: 30px;
}
.bloque-interior ul > li {
  list-style-type: none;
  margin: 8px 0;
  position: relative;
}
.bloque-interior ul > li:before {
  content: "";
  background-color: #4F76BD;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  top: 8px;
  display: block;
  position: absolute;
  left: -15px;
}

body .no_padding {
  padding: 0;
}

/*Bloque 100% de texto*/
.bloque-texto100 .container-fluid {
  width: 100%;
  padding: 0;
}
.bloque-texto100 .container-fluid .row {
  margin: 0;
}
.bloque-texto100 .container-fluid .row .texto-bloque {
  padding: 0;
}
.bloque-texto100 .container-fluid .row .texto-bloque p {
  margin: 0;
}

/*Bloque columnas*/
.cols_separador .texto-bloque {
  border-right: solid 1px;
}
.cols_separador .texto-bloque:last-of-type {
  border: none;
}

/*Bloque texto Foto */
.bloque-texto_foto {
  padding: 0;
}
.bloque-texto_foto .contenido-texto-bloque {
  padding: 30px 15px;
}
.bloque-texto_foto .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bloque-texto_foto .container-fluid {
  max-width: 1900px;
  padding-top: 0;
  padding-bottom: 0;
}
.bloque-texto_foto .container-fluid .texto-bloque {
  padding-right: 50px;
}
.bloque-texto_foto .container-fluid .texto-bloque .contenido-texto-bloque {
  max-width: 545px;
  width: 100%;
  display: block;
}
.bloque-texto_foto .container-fluid .texto-bloque .btn-wrap {
  max-width: 545px;
}
.bloque-texto_foto .container-fluid .img-bloque {
  padding: 0;
  background-size: cover;
  min-height: 300px;
}
.bloque-texto_foto .container-fluid .img-bloque img {
  width: 100%;
  display: none;
}
.bloque-texto_foto.bloque_invertir .wrap_contenido_foto .texto-bloque {
  order: 2;
  padding-left: 50px;
  padding-right: 15px;
}
.bloque-texto_foto.bloque_invertir .wrap_contenido_foto .img-bloque {
  order: 1;
}

@media (max-width: 991px) {
  .bloque-interior.bloque-texto_foto {
    justify-content: center;
  }
  .bloque-interior.bloque-texto_foto .img-bloque {
    background-image: none !important;
    text-align: center;
    width: 100%;
    order: 2;
    min-height: inherit;
  }
  .bloque-interior.bloque-texto_foto .img-bloque img {
    display: block;
    margin: 0 auto;
  }
  .bloque-interior.bloque-texto_foto .texto-bloque {
    padding: 15px;
  }
  .bloque-interior.bloque-texto_foto .texto-bloque .contenido-texto-bloque {
    padding: 0;
  }
  .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .img-bloque {
    order: 2;
  }
  .bloque-interior.bloque-texto_foto.bloque-interior.bloque_invertir .texto-bloque {
    order: 1;
    padding: 15px;
  }
}
.form-group textarea.form-control {
  height: 80px;
}

.form-group.is-focused .form-control {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fd0000), to(#fd0000)), -webkit-gradient(linear, left top, left bottom, from(#fd0000), to(#fd0000));
  background-image: -webkit-linear-gradient(#fd0000, #fd0000), -webkit-linear-gradient(#fd0000, #fd0000);
  background-image: -o-linear-gradient(#fd0000, #fd0000), -o-linear-gradient(#fd0000, #fd0000);
  background-image: linear-gradient(#fd0000, #fd0000), linear-gradient(#fd0000, #fd0000);
}

body .form-group {
  margin: 0;
}

.form-group.is-focused label, .form-group.is-focused label.control-label {
  color: #fd0000;
}

.form-group.label-floating label.control-labe {
  font-size: 14px;
}

body .form-group.label-static label.control-label,
body .form-group.label-floating.is-focused label.control-label,
body .form-group.label-floating:not(.is-empty) label.control-label {
  top: -22px;
}

.form-group .form-control {
  margin: 0;
}

/*Busqueda*/
.search-form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.search-form label {
  margin: 0;
  top: 1.2rem;
}
.search-form .btn {
  padding: 10px 20px;
  margin: 0px 0px 1rem 0px;
}

/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
.error404 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.error404 .bloque-buscador {
  padding: 0;
}
.error404 #page {
  text-align: center;
}
.error404 #page .article {
  width: 100%;
}
.error404 #page .article header h1 {
  color: #000;
  font-size: 45px;
  text-transform: uppercase;
}
.error404 #page .article header h1 span {
  color: #5b87da;
  font-weight: bold;
  font-family: "Museo Sans 300 Regular", sans-serif;
}
.error404 #page .article header img {
  margin: 0 auto;
}
.error404 #page .article header p {
  font-size: 20px;
  margin-bottom: 0;
}
.error404 #page .article .page-content {
  clear: both;
}
.error404 #page .article .page-content .md-form {
  margin: 0;
}
.error404 #page .article .page-content .caja-busqueda {
  padding: 0;
}
.error404 #page .article .page-content .caja-busqueda input {
  width: 100%;
  color: #a4a4a4;
  border: 1px solid #D8D8D8;
  font-family: inherit;
  border-radius: 0;
  margin: 0;
}
.error404 #page .article .page-content .caja-busqueda label {
  left: 10px;
}
.error404 #page .article .page-content .boton-buscar {
  padding: 0;
}
.error404 #page .article .page-content .boton-buscar .btn:not(.btn-link):not(.btn-flat) {
  margin: 0;
  padding: 9px 40px;
  border-radius: 2px;
}
.error404 #page .article .page-content .items_404 {
  margin-top: 30px;
}
.error404 #page .article .page-content .items_404 div:last-of-type img {
  margin-top: 6px;
}
.error404 #page .article .page-content .items_404 div a {
  color: #000;
  text-align: center;
  font-size: 14px;
}
.error404 #page .article .page-content .items_404 div img {
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
  height: 30px;
}
.error404 #page .article p {
  color: #000;
  font-size: 16px;
}

@media (min-width: 768px) {
  .items_404 .bordegris {
    border-right: solid 1px #acacac;
  }
}

/*# sourceMappingURL=custom.css.map */
