font-face {
  font-family: 'OpenSans';
  src: url('../fonts/fonts/OpenSans/OpenSans.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans/OpenSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans/OpenSans.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/OpenSans/OpenSans.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/OpenSans/OpenSans.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans/OpenSans.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

.color-LightSalmon {
	color: #FFA07A;
}
/*Header*/

body{
  font-family: 'OpenSans', sans-serif;
  font-size: 13.5px;
  line-height: 170%;
  color: #333;
  overflow-x: hidden;
}

p {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    
  }

.ui-widget-content {
    color: #777;
}

#block-blocktabscourses h3, #block-blocktabsspecialevents h3 {
    font-size: 19px;
    color: #1343a1;
    font-family: 'OpenSans', sans-serif;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
} 

.button-contact{
      background: #055ea5;
    border: 1px solid #035da3;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.paragraph--type--chapter {
  display: none;
  padding: 10px 0;
  border-top: 1px dotted #999;
}

form {
    background: #eaf6fc;
    background-color: rgba(30, 92, 164, 0.08);
    padding: 5px 10px;
    display: table;
}


.paragraph--type--chapter--preview {
  padding: 10px 0;
  /* border-top: 1px dotted #999; */

    font-size: 12px;
    color: #FFF;
    margin-left: 0;
}
.paragraph--type--chapter .col-md-8 div {
    font-size: 12px;
    color: #666;
    margin-left: 25px;
}
.paragraph--type--chapter .capitulo-regional .paragraph--type--chapter--preview .capitulo-regional {
    font-size: 18px;
    text-transform: uppercase;
}

.block-chart .paragraph--type--chapter {
  display: block!important;
}

.view-contact iframe{
/*  margin: 20px;
  width: calc(100% - 40px); */
  border: none;
}

.block-chart iframe{
  display: block!important;
}

.ocultar {
  display: none;
  background: #055ea5;
  border: 1px solid #035da3;
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
}


#block-blocktabscourses ul li{
    font-size: 15px;
    color: #777;
}

.content_layout p{
  text-align: justify;
}  

h1, .h1{ font-size: 22px; color: #000; font-family: 'OpenSans', sans-serif;}

h2, .h2{ font-size: 20px; color: #000; font-family: 'OpenSans', sans-serif;}

h3, .h3{     font-size: 22px;
    color: #1343a1;
    font-family: 'OpenSans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;}

h4, .h4{ font-size: 16px; color: #999999; font-family: 'OpenSans', sans-serif;     line-height: 1.6em;}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #1343a1;
}

a:hover {
    color: #98b2c7;
    text-decoration: underline;
}

ul.links.inline{
  padding: 0;
}

ul.links.inline li{
  list-style: none;
}

.block{
  margin-bottom: 20px;
}

#block-views-block-numbers-block-2 {
  margin-top: 4rem;
}
.main-header{
  padding:0;
  background-size: cover;
  position: relative;
}

/* home popup responsive */
.spb-popup-main-wrapper.spb_center {
  max-width: 80% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin-left:0 !important;
  margin-top:0 !important;
}

#block-views-block-banner-login-block-1 h2, #block-views-block-banner-login-block-2 h2{
  padding-bottom: 39px;
    margin: 0 0 10px;
    border-bottom: none;
    color: #1343a1!important;
    font-weight: bold;
    position: relative;
    font-size: 30px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#block-views-block-banner-login-block-1 h2:first-child:after,#block-views-block-banner-login-block-2 h2:first-child:after {
    border-bottom: 2px solid #1343a1!important;
}

/*.main-header:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(29, 58, 143);
}*/

.views-field-counter{
  display: none;
}

.main-header .block h2 {
    font-size: 30px;
    padding-bottom: 0;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 0;
    color: #f9f9f9;
    text-align: left;
    padding-top: 0;
}

#block-contactus form, #block-drupal8-zymphonies-theme-search form{
  background: none;
  padding: 0;
}

#block-contactus form {
  width: 100%
}

.fa.icono{
    position: absolute;
    left: 0;
    top: 3px;
}
.tabla-auditores .fa.icono {
   position: relative !important;
}

#block-basccapitulos .fa.icono{
    position: absolute;
    left: -1.5em;
    top: 4px;
}

.form-submit{
    background: #055ea5;
    border: 1px solid #035da3;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    cursor: pointer;
}
.form-submit.capitulo:hover {
    color: #98b2c7;
    text-decoration: underline;
}

.paragraph--type--chapter .col-md-8 div{
    padding-left: 20px;
    position: relative;
}

.paragraph--type--chapter .col-md-8 div:first-child{
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 5px;
    color: #1343a1;
}

.top-header{
    background-image: url(img/bg-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-color: #fff;
    /* height: 174px; */
    border: 0;
    /* right: 0; */
    margin: 0;
    position: relative;
    z-index: 2;
}

.block-views p {
/*    padding-left: 20px; */
    position: relative;
    margin-bottom: 5px;
}

#block-views-block-contact-block-3.block-views p {
   padding-left: 20px;
}

#block-bannercursos img, #block-bannervacantes img {
    max-width: 826px!important;
}

/*#block-contactus input,*/ #block-contactus button, #block-contactus select, #block-contactus textarea {
    padding: 9px;
    border: 1px solid #C7C7C7;
    color: #666;
    border: 1px solid #15304c;
    width: 100%!important;
    background: #fff!important;
    color: #055ea6!important;
}

.footerwidget .col-md-12 .social-media {
    float: left!important;
}

.footerwidget .col-md-12 .social-media a{
  background: #fff!important;
  color: #1443A1!important;
}

#block-contactus .col-md-8{
  padding: 0!important;
}

.site-branding__logo img{
  max-width: 200px!important;
  width: 200px;
}

#block-contactus input.button{
     background: #ffffff;
    width: 100%!important;
    color: #025fa6;
    padding: 7px 10px;
}

#block-contactus input.email{
    padding: 1px;
    width: 100%;
    color: #fff!important;
    border: 1px solid rgba(199, 199, 199, 0.68);
    color: #666;
    background: rgba(46, 204, 245, 0.3);
        padding-left: 8px;
}

.main-header .region{
  position: relative;
  z-index: 1;

}

#block-views-block-documents-block-1 h2{
    padding: 10px;
    width: 70%;
    background: #1343a1;
    margin: auto;
    transform: translateY(-10px);
    color: #fff;
    text-align: center; 
    text-transform: uppercase;
    padding-top: 30px;
}

#block-views-block-documents-block-1:after{
  
}


.footerwidget .menu{
  background: none!important;
}

.title-document a{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
    width: 60%;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.region-content .node__content ul li p{
 margin-bottom: 0!important
}

.region-content .node__content ul{
    padding-left: 0;
}

.region-content .node__content ul li{
    font-size: 15px;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    margin-bottom: 3px!important;
    text-indent: -1.3em;
    margin-left: 1.3em;
}

.visible{
  display: block;
  color: #f00;
}

/* ###### TIMELINE ###### */

.item-timeline{
  float: left;
  width: 116px;
  position: relative;
  height: 200px;
  margin-left: -40px;
}

.item-timeline:first-child{
  margin-left: -15px;
}

.item-timeline:nth-child(2n) .cont{
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
}

/* texto en lía de tiempo  */
.item-timeline .cont .description p{
  font-size: 11px;
  margin-bottom: 0;
  text-align: center;
  line-height: 16px;
  color: #1443A1;
  font-family: 'Open Sans', sans-serif;
}

.item-timeline:nth-child(2n) .cont .description p:last-child:after {
  display: block;
  content: " ";
  height: 40px;
  width: 3px;
  border-radius: 1.5px;
  margin-left: 58px;
  margin-top: 10px;
  background: #1343a1;
}

.item-timeline:nth-child(2n) .dest-item {
    position: absolute;
    background: #005df2;
    bottom: 50px;
    color: #fff!important;
    width: 320px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 150px;
    padding: 15px;
}
/* Texto del recuadro popup */
.item-timeline .dest-item h2 {
      color: #fff!important;
      margin-bottom: 30px!important;
      text-align: left!important;
      position: relative;
      font-size: 26px;
}

/* Texto del recuadro popup segundo parrafo */
.item-timeline .dest-item h3 {
      color: #fff!important;
      margin-bottom: 1em !important;
      text-align: left!important;
      position: relative;
      font-weight: 600;
      font-size: 12px;
      line-height: 16px;
}

/* Texto del recuadro popup, ultimo parrafo */
.item-timeline .dest-item p {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 12px;
}

.item-timeline:hover {
  z-index: 10!important;
}

.item-timeline .dest-item .foto4 {
  padding: 0;
}

.item-timeline .dest-item .foto4 img {
    border-radius: 50%;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.54);
}

.no .item-timeline .dest-item .col-md-4 {
  padding: 0;
}

.no .item-timeline .dest-item .col-md-4 img {
    border-radius: 50%;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.54);
}

/* Texto del recuadro popup, caption de la foto */
.item-timeline .dest-item .caption {
   font-size: 10px;
   line-height: 1.2em;
}

.item-timeline .dest-item.1996, .item-timeline .dest-item.1997{
  background: #1343a1!important;

}


.item-timeline .dest-item h2:after{
  content: " ";
  width: 60px!important;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 0!important;
}


.item-timeline:nth-child(2n+1) .dest-item {
    position: absolute;
    background: #005df2;
    top: 50px;
    color: #fff!important;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    min-height: 150px;
    padding: 15px;
}
.item-timeline:nth-child(1) .dest-item {
   transform: translateX(-80px);
}
.item-timeline:nth-child(2n+1) .dest-item:before{
      display: block;
    content: " ";
    height: 54px;
    width: 3px;
    position: absolute;
    top: -52px;
    left: 50%;
    margin-left: -1.5px;
    border-radius: 1.5px;
    background: #005df2;
}
.item-timeline:nth-child(2n+1) .dest-item:before {
   left:80px;
}

.item-timeline:nth-child(2n+1) .dest-item p span, .item-timeline:nth-child(2n) .dest-item p span{
    font-size: 10px;
    display: block;
    margin-top: 5px;
    line-height: 16px;
}

.item-timeline:nth-child(2n) .dest-item:after{
      display: block;
    content: " ";
    height: 54px;
    width: 3px;
    position: absolute;
    bottom: -52px;
    left: 50%;
    margin-left: -1.5px;
    border-radius: 1.5px;
    background: #005df2;
}

.item-timeline:nth-child(2n+1) .cont .year:before {
    display: block;
    content: " ";
    height: 40px;
    width: 3px;
    border-radius: 1.5px;
    margin-left: 57px;
    margin-bottom: 10px;
    background: #1343a1;
}

#timeline.opacity:before, #timeline.opacity .cont h2, #timeline.opacity .cont h2:after, #timeline.opacity .cont p, #timeline.opacity .logo-timeline, #timelinees.opacity:before, #timelinees.opacity .cont h2, #timelinees.opacity .cont h2:after, #timelinees.opacity .cont p, #timelinees.opacity .logo-timeline {
  opacity: 0.4;
}

#timeline.opacity, #timelinees.opacity {
  background-image: url(img/bg-timeline-t.svg); 
}

#timeline h2, #timelinees h2, .timeline-list {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    border-bottom: none;
    font-weight: bold;
    margin-top: 0;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #1343a1;
}

#timeline h2:after, #timelinees h2:after {
    display: block;
    content: " ";
    width: 90%;
    height: 4px;
    border-radius: 2px;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 33%, rgba(30,87,153,1) 33%, rgba(28,116,214,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1343a1', endColorstr='#1c74d6',GradientType=1 );
    /* margin-top: 13px; */
    margin: auto;
    margin-top: 10px;
}

#timeline:before, #timelinees:before {
  content: " ";
  width: 100%;
  position: absolute;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  border-radius: 5px;
  left:0;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 33%, rgba(30,87,153,1) 33%, rgba(28,116,214,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1343a1', endColorstr='#1c74d6',GradientType=1 );
}

#timeline, #timelinees {
    padding-top: 260px;
    height: 518px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    background: url(img/bg-timeline.svg) no-repeat 38px 3px;
    background-size: 90%;
}



/*################################################################## */
/*################################################################## */
/*##########  ESTILOS DE LA VISTA TIMELINE VERTICAL ################ */
/*################################################################## */
/*################################################################## */


/* Definir estilo del anno, igual al h2 de arriba */
.history-wrapper-list .year:after {
    display: block;
    content: " ";
    height: 4px;
    border-radius: 2px;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 33%, rgba(30,87,153,1) 33%, rgba(28,116,214,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1343a1', endColorstr='#1c74d6',GradientType=1 );
    margin-top: 10px;
}

/* definir ancho del anno */
.timeline-item-wrapper .year {
   width: 130px;
   font-size: 28px;
   text-align:center;
}

/* Separar div year del titulo */
.views-field-field-year:after {
    display: block;
    content: " ";
    clear: both;
}

/* Intercalar posicioamiento izq. der. del anno */
ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .year, ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper p {
   float: right;
}
ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper .year, ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper p {
   float: left;
}

/* texto en linea de tiempo  */
.timeline-item-wrapper .titulo-historia, .timeline-item-wrapper .resumen-historia p {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 16px;
  color: #1443A1;
  font-family: 'Open Sans', sans-serif;
}
.timeline-item-wrapper .titulo-historia {
  font-weight: 700;
}

/* separar la imagen del div anterior */
.timeline-item-wrapper .imagen-historia {
   display: block;
   content: "";
   clear: both;
}

/* Estilo para textos alt de las fotos (similar a caption) */
.timeline-item-wrapper .imagen-historia {
   font-size: 10px;
   line-height: 1.2em;
}


/* separar logos de BASC */
.timeline-item-wrapper .logo-historia {
   display: block;
   content: "";
   clear: both;
   margin-bottom: 40px;
}

/* Marcador del centro del timeline */
/*
ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
*/
/* Marcador central (circulo) impar */
ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper span.timeline-marker {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 33%, rgba(30,87,153,1) 33%, rgba(28,116,214,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1343a1', endColorstr='#1c74d6',GradientType=1 );
}

/* Marcador central (circulo) par */
ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper span.timeline-marker {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    border: none;
    border: 1px solid #1343a1;
    border-radius: 50%;
    background: #ffffff;
}

/* Alineacion del marcador (circulo) en la linea central */
ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .timeline-marker {
    right: -10px;
}
ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper .timeline-marker {
    left: -10px;
}

ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper {
	float: left;
	padding-right: 2rem;
	text-align: right;
}
ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper {
	float: right;
	padding-left: 2rem;
	text-align: left;
}
/* Linea central del timeline */
ul.timeline-list::after {
	content: '';
	width: 4px;
	width: 10px;
	height: 100%;
        border-radius: 5px;
	position: absolute;
	z-index: 1;
	background-color: #333333;
	top: 0;
        background: rgb(30,87,153);
        background: -moz-linear-gradient(top, rgba(30,87,153,1) 33%, rgba(30,87,153,1) 33%, rgba(28,116,214,1) 100%);
        background: -webkit-linear-gradient(top, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
        background: linear-gradient(to down, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1343a1', endColorstr='#1c74d6',GradientType=1 );
}


/*################################################################## */
/*################################################################## */
/*########  FIN ESTILOS DE LA VISTA TIMELINE VERTICAL ############## */
/*################################################################## */
/*################################################################## */

















.item-timeline:nth-child(2n+1) .cont{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
}

.item-timeline:nth-child(2n) .ver-mas-item{
  position: absolute;
    bottom: 0;
    width: 20px;
    height: 20px;
        background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 33%, rgba(30,87,153,1) 33%, rgba(28,116,214,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1343a1', endColorstr='#1c74d6',GradientType=1 );
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-indent: -999px;
    z-index: 100;
}

.item-timeline:nth-child(2n) .ver-mas-item:hover{
    border: 20px solid rgba(30, 87, 153, 0.06);
    background: rgba(30, 87, 153, 0.53);
}

.item-timeline:nth-child(2n) .ver-mas-item:hover:after{
position: absolute;
    content: " ";
    background: #1c70cd;
    top: -10px;
    border-radius: 50%;
    left: -10px;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 101;
}

.item-timeline:nth-child(2n) .ver-mas-item .bulet-vm{
  position: absolute;
  background: #ffffff;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width:7px;
    height: 7px;
    transform: translate(-50%, -50%);
}

.item-timeline:nth-child(2n+1) .ver-mas-item{
  position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #1343a1;
    background: #ffffff;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: -999px;
    z-index: 100;
}

.item-timeline:nth-child(2n+1) .ver-mas-item:hover{
    border: 20px solid rgba(30, 87, 153, 0.06);
    background: rgba(30, 87, 153, 0.53);
}

.item-timeline:nth-child(2n+1) .ver-mas-item:hover:after{
position: absolute;
    content: " ";
    background: #1c70cd;
    top: -10px;
    border-radius: 50%;
    left: -10px;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 101;
}

.item-timeline:nth-child(2n+1) .ver-mas-item .bulet-vm{
  position: absolute;
  background: -moz-linear-gradient(left, rgba(30,87,153,1) 33%, rgba(30,87,153,1) 33%, rgba(28,116,214,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1343a1', endColorstr='#1c74d6',GradientType=1 );
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width:7px;
    height: 7px;
    transform: translate(-50%, -50%);
}

.hidden{
  display: none;
}

.item-timeline:nth-child(2n+2){
      transform: translateY(-100%);
}

.item-timeline:nth-child(2n+2) .logo-timeline{
     position: absolute;
    top: 0;
    transform: translateY(-136%);
    
}

.item-timeline:nth-child(8) .logo-timeline{
    transform: translateY(-120%)!important;
    
}

.item-timeline:nth-child(8) .logo-timeline:after{
content: " ";
height: 40px;
border-right: 1px dashed #1343a1;
position: absolute;
bottom: -40px;
left: 50%;   
}

.item-timeline:nth-child(6) .logo-timeline:after{
content: " ";
height: 55px;
border-right: 1px dashed #1343a1;
position: absolute;
bottom: -55px;
left: 50%;   
}

#block-views-block-eventos-block-2 .views-field-title .field-content .row{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.item-timeline .logo-timeline {
    position: absolute;
    top: -280px;
    

}

.item-timeline .logo-timeline img{
border: 1px dashed #1343a1;
padding: 6px;
background: #fff;
}
    

.footer-timeline h4{
    color: #fff;
}

.footer-timeline ul li{
  color: #fff;
}

#block-menudocuments ul li{
    list-style: none;
    text-transform: uppercase;
}

#block-menudocuments ul li a{
    padding: 5px 0;
    display: block; 
    font-family: 'Open Sans', sans-serif;
}

.region-content .node__content ul li:before {
    content: " ";
    width: 5px;
    border-radius: 50%;
    background: #1343a1;
    height: 5px;
    display: inline-block;
    margin-right: 15px;
   
}

.region-content .node__content h3{
  clear: both;
}

.int-menu-top .views-field-title,
#block-views-block-menu-top-instutional-block-2 .views-field-title,
#block-views-block-menu-top-instutional-block-3 .views-field-title,
#block-views-block-menu-top-instutional-block-4 .views-field-title{
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 14px;
    color: #1470d6;
    border-right: 1px solid #1470d6;
    text-transform: uppercase;
    font-size: 12px;
}

.int-menu-top .views-field-title a,
#block-views-block-menu-top-instutional-block-2 .views-field-title a,
#block-views-block-menu-top-instutional-block-3 .views-field-title a,
#block-views-block-menu-top-instutional-block-4 .views-field-title a{
  color: #1470d6;
}


#block-views-block-menu-top-instutional-block-1,
#block-views-block-menu-top-instutional-block-2,
#block-views-block-menu-top-instutional-block-3,
#block-views-block-menu-top-instutional-block-4,
#block-views-block-menu-top-instutional-block-9 {

      margin-bottom: 76px;
}

.view-contact .views-row{
  background: #eaf6fc;
  padding: 20px;
}

.view-contact .views-row h2{
    text-align: left!important;
    border-bottom: none;
    color: #1344A1!important;
}

/*.webform-submission-contact-form, #webform-submission-contact-chapter-add-form{
  min-height: 683px;
}
*/
/*.view-contact{
  padding-right: 80px;
}*/

.view-contact .views-row h2:after {
    margin-left: 0!important;
    border-bottom: 2px solid #1344A1!important;
}

/*#blocktabs-courses {
  display: flex;
}*/

.node__content a{
  text-decoration: underline;
}

.more-link a{
margin: auto;
width: 200px;
background: #1443A1;
text-align: center;
color: #fff;
border-radius: 4px;
padding: 5px;
display: block;
text-transform: uppercase;
}

#block-contactus-3 h2, #block-denuncias-encabezado h2, #webform-submission-encuentro-empresarios-add-form h2 {
    padding-bottom: 39px!important;
    margin: 0 0 10px!important;
    border-bottom: none!important;
    color: #1343a1!important;
    font-weight: bold!important;
    position: relative!important;
    font-size: 30px!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    text-align: left!important;
}

#block-contactus-3 h2:after, #block-denuncias-encabezado h2:after {
    content: " "!important;
    width: 50px!important;
    border-bottom: 2px solid #1343a1!important;
    position: absolute!important;
    left: 0!important;
    bottom: 20px!important;
}

.page-node-type-cursos .region-content, .page-node-type-vacantes .region-content, .page-node-type-eventos_especiales .region-content {
  padding-right: 40px;
}

.page-node-type-cursos .ui-widget.ui-widget-content, .page-node-type-vacantes .ui-widget.ui-widget-content {
    border: 1px solid #e9e9e9;
}

.page-node-type-cursos .ui-state-active, .page-node-type-cursos .ui-widget-content .ui-state-active, .page-node-type-cursos .ui-widget-header .ui-state-active, .page-node-type-cursos a.ui-button:active, .page-node-type-cursos .ui-button:active, .page-node-type-cursos .ui-button.ui-state-active:hover, .page-node-type-vacantes .ui-state-active, .page-node-type-vacantes .ui-widget-content .ui-state-active, .page-node-type-vacantes .ui-widget-header .ui-state-active, .page-node-type-vacantes a.ui-button:active, .page-node-type-vacantes .ui-button:active, .page-node-type-vacantes .ui-button.ui-state-active:hover {
  border: 1px solid #1343a1 !important;
  border-bottom-width: 1px !important;
  background: #1343a1 !important;
  font-weight: normal;
  color: #ffffff !important;
}

.node--content p a {
    text-decoration: underline;
}

.owl-item.active .views-field-title{
  display: none!important;
}

#block-views-block-documents-block-1:after{
    content: " ";
    width: 100%;
    height: 20px;
    background: url(img/sombra.png) no-repeat;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    display: block;
    bottom: -20px;}

/*region header*/

.site-branding{
  margin: 0;
}

.brand.logo{
  margin-right: 5px;
}

.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}

.brand.site-name {
  margin-top: 4rem;
}
.site-name a {
    font-family: 'Open Sans', sans-serif;
    color: #1443A1;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: lighter;
}

.site-branding__slogan {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    margin-top: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1443A1;
}


.site-branding__paises {
  margin-top: 2rem;
  font-family: 'Open Sans', sans-serif;
  color: #1443A1;
  font-size: 9px;
  text-transform: none;
  font-weight: lighter;
}

/*Banner*/

.welcome-banner-text{
  text-align: center;
  line-height: 160%;
  max-width: 600px;
  padding: 90px 0;
}

.welcome-banner-text h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

#block-drupal8-zymphonies-theme-content{
  padding-left: 0;
}

#block-views-block-banner-login-block-1, #block-views-block-banner-login-block-2 {
  margin-bottom: 0;
}

#block-views-block-banner-login-block-1 .views-field-body, #block-views-block-banner-login-block-2 .views-field-body{
    max-width: 650px;
    margin: auto;
        margin-top: auto;
    background: #fbfbfb;
    padding: 20px;
    border: 1px solid #ccc;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(204, 204, 204);
    border-bottom: none;
    margin-top: 20px;
}

#block-views-block-banner-login-block-1 .views-field-body p:last-child, #block-views-block-banner-login-block-2 .views-field-body p:last-child{
    border-bottom: 1px dotted #ccc;
    margin-bottom: 0;
    padding-bottom: 15px;
}

/*top widget*/

.topwidget{
    text-align: center;
    padding: 10px 0 15px 0;
}

.topwidget .fa{
  font-size: 60px;
  background: #4D4F4A;
  width: 120px;
  height: 120px;
  padding: 32px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
}

#block-views-block-noticia-destacada-block-1 .row strong {
    font-weight: normal;
}

#block-views-block-noticia-destacada-block-1 {
    padding: 0 80px 0 0;
}

#block-views-block-noticia-destacada-block-1 .row {
    margin: 10px 0;
}

#block-views-block-noticia-destacada-block-1 .image-not-dest:after {
    content: " ";
    width: 100%;
    height: 20px;
    background: url(img/sombra.png) no-repeat;
    background-position: center -1px;
    background-size: 100%;
    position: relative;
    display: block;
}

#block-views-block-noticia-destacada-block-1 .field-content .read-more a { 
    background: #1343a1;
    padding: 2px 10px;
    color: #fff;
    font-size: 21px;
    float: right;
    text-decoration: none;
}

#block-contactoconcapitulo h2{
      padding-bottom: 39px!important;
    margin: 0 0 10px!important;
    border-bottom: none!important;
    color: #1343a1!important;
    font-weight: bold!important;
    position: relative!important;
    font-size: 30px!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    text-align: left!important;
}

#block-contactoconcapitulo h2:after {
    content: " "!important;
    width: 50px!important;
    border-bottom: 2px solid #1343a1!important;
    position: absolute!important;
    left: 0!important;
    bottom: 20px!important;
}

#block-views-block-noticia-destacada-block-1 h3, .noticias-recientes h3 {
    text-transform: none !important;
}



#block-certificate:before{
    font-family: 'FontAwesome';
    content: "\f0a3";
    width: 50px;
    text-align: center;
    height: 64px;
    background: #fcc106;
    line-height: 88px;
    right: 40px;
    top: -10px;
    color: #fff;
    position: absolute;
    font-size: 26px;
}

#block-certificate:after{
    content: " ";
    width: 100%;
    height: 20px;
    background: url(img/sombra.png) no-repeat;
    background-position: center -1px;
    background-size: 100%;
    position: relative;
    display: block;
}

.region-topwidget-third:after{
    content: " ";
    width: 100%;
    height: 20px;
    background: url(img/sombra.png) no-repeat;
    background-position: center -1px;
    background-size: 100%;
    position: relative;
    display: block;
} 

#block-views-block-event-countdown-block-1{
  margin-bottom: 0;
}
#certificate{
  min-height: 437px;
}


#certificate p {
    margin-top: 30px;
    color: #1343a1;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 17px;
    text-align: left;
    line-height: 38px;
    font-family: 'Open Sans', sans-serif;
}

#certificate p span{
  font-weight: bold;
}

.certi-img{
  padding-left: 0!important;
}

.certi-img img{
  margin-top: 70px;
}


/* #certificate a.enlace-sidebarb{ */
a.enlace-sidebarb {
    padding: 5px 20px;
    border: 1px solid #1343a1;
    color: #1343a1;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 0px;
    padding-right: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

a.enlace-sidebarb:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 5px;
    top: 1px;
    font-size: 16px;
    display: block;
    padding: 5px 13px;
    color: #1343a1;
}

/* Botones con enlaces */
a.boton-enlace {
    padding: 5px 20px;
    border: 1px solid #1343a1;
    display: inline-block;
    border-radius: 3px;
    margin-top: 22px;
    margin-bottom: 22px;
    padding-right: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none !important;
    background: #055ea5;
    color: #fff !important;
}
a.boton-enlace:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 5px;
    top: 1px;
    font-size: 16px;
    display: block;
    padding: 5px 13px;
}
a.boton-enlace:hover {
    text-decoration: underline !important;
}


/*footerwidget*/

.footerwidget{
  background-color:#1f6eae;
  background-image: url(img/bg-footer-f.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #D0D0D0;
  padding: 10px 0;
}

.footerwidget img.left{
  float: left;
  margin: 10px 10px 0 0;
}

.js-view-dom-id-cf1498ab3f9ced956c027c29f50058d19cf851965f93b9ff5892b834c01c1192{
  position: relative;
}

.copyright{
  background: #172f65;
  color: #999;
}

.copyright p{
  font-size: 12px!important;
  margin: 13px 0;
  color: #dedddd;
}

.footerwidget h2,
.footerwidget .h2{
  color: #FFF;
}

/*bottom-widgets*/

.bottom-widgets{
  text-align: center;
  background: #f9f9f9;
  padding: 0!important;
}


/*Footer menu*/

.footer-menu{
  margin: 0;
  border: 0;
  background: #fff;
  color: #fff;
}

.footer-menu ul{
  margin: 10px 0;
  padding: 0;
}

.footer-menu nav li{
  display: inline-block;
}

.footer-menu nav li a{
  display: block;
  padding: 4px 20px 4px 0;
}

/*Credit link*/

.credit-link{
  text-align: left;
}

/*SOCIAL MEDIA*/

.social-media{
  margin: 10px 0;
  overflow: hidden;
  float: left;
}

.social-media a,  .social-media-block a{
  width: 30px;
  height: 30px;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  background: #1343a1;
  font-size: 14px;
  line-height: 220%;
  border-radius: 50%;
}

#block-wanttoknowmoreaboutworldbascorganization h2 {
    font-size: 19px!important;
    line-height: 26px;
    padding-bottom: 0!important;
    text-align: left!important;
    text-transform: none!important;
    color: #1343a1!important;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 15px!important;
    font-family: 'Open Sans', sans-serif;
}

#block-wanttoknowmoreaboutworldbascorganization h2:after{
  display: none!important;
}

#block-wanttoknowmoreaboutworldbascorganization p{
    text-transform: uppercase;
    color: #1343a1;
    margin-bottom: 15px;
}

#block-interestinstitu #certificate{
  height: auto!important;
  min-height: 100px;
}

.bloque-lateral {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #1343a1;
}

.bloque-lateral img {
    margin-bottom: 7px;
}

.bloque-lateral h2 {
    font-size: 19px!important;
    line-height: 26px;
    padding-bottom: 0!important;
    text-align: left!important;
    text-transform: none!important;
    color: #1343a1!important;
    margin-top: 7px;
    border-bottom: none !important;
    font-weight: 600;
    margin-bottom: 7px!important;
    font-family: 'Open Sans', sans-serif;
}

.bloque-lateral p {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: left;
    color: #1443A1;
}

.bloque-lateral .enlace-sidebarb {
   margin-top: 7px;
}


#block-numbersr #cifras h2,#block-elearning-2 #elearning h2, #block-sdnlist #sdnlist h2 {
    font-size: 19px!important;
    line-height: 26px;
    padding-bottom: 0!important;
    text-align: left!important;
    text-transform: none!important;
    color: #1343a1!important;
    margin-top: 15px;
    border-bottom: none !important;
    font-weight: 600;
    margin-bottom: 15px!important;
    font-family: 'Open Sans', sans-serif;
}

#block-numbersr #cifras:after{
  display: none!important;
}

#block-numbersr #cifras:before{
  display: none!important;
}

#block-interestinstitu #certificate p {
    margin-top: 10px;
    color: #1343a1;
    font-size: 19px;
    margin-bottom: 7px;
    text-align: left;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

#block-interestinstitu, #block-numbersr, #block-elearning-2, #block-sdnlist {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #1343a1;
}

.img-inte-r{
  position: relative;
}

.certi{
    position: absolute;
    right: 10px;
    width: 50px;
    bottom: 10px;
}

.social-media a.google-plus{
  background: #de2020;
}

.social-media a.twitter{
  background: #29C5F6;
}

.social-media a.linkedin{
  background: #C11313;
}

.social-media a.pinterest{
  background: #C61118;
}

.social-media a.rss{
  background: #E62117;
}

.social-media a:hover{
  opacity: .6;
}

/*FORM*/

input, button, select, textarea{
  padding: 4px;
  border: 1px solid #C7C7C7;
  color: #666;
}

.contact-message-form label{
  display: block;
}

.btn{
  background: #1443A1;
  color: #fff;
  border: 0;
  padding: 13px;
  line-height: 100%;
  height: 42px;
}

.region-top-navr input[type="submit"]{
    background: transparent;
    color: #fff;
    border: none!important;
    padding: 13px;
    line-height: 6px;
    height: 26px;
    width: 32px!important;
    overflow: hidden;
    text-indent: -150px;
    position: relative;
}

.document-form input[type="submit"]{
background: transparent;
    color: #fff;
    border: 1px solid #ccc;
    padding: 13px;
    line-height: 6px;
    height: 33px;
    width: 32px!important;
    overflow: hidden;
    text-indent: -150px;
    position: relative;
    border-left: none;
}

.item-document img{
    padding: 4px;
    border: 1px dashed #1c6ec8;
}

.page-node-type-document .region-content{
  padding-right: 80px;
}

.page-node-type-document .region-content .node__content{
  padding-right: 0;
}

.page-node-type-document .region-content img{
    padding: 20px;
    border: 1px dashed #1e5ca4;
}

.page-node-type-document .region-content table {
    margin-top: 20px;
}

.item-document {
  border-bottom: 1px dotted #ccc;
      margin-top: 40px;
}

#block-menudocuments .menu-item--active-trail{
  font-weight: bold;
}

.region-top-navr input[type="submit"]:hover, .document-form input[type="submit"]:hover{
  background: transparent!important;
  color: #055ea5!important;
}

input[type="submit"] {
    background: #055ea5;
    border: 1px solid #035da3;
    color: #fff;
    padding: 5px 20px;
}

#search-block-form #edit-actions:after, .document-form #edit-actions:after{
  font-family: 'FontAwesome';
  content: "\f002";
  display: block;
  color: #8f8f8f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 
.region-top-navr{
  margin-top: 10px;
}   

.btn:hover, 
input[type="submit"]:hover{
  background: #1d6bac;
}

/*FRONT PAGE*/

.path-frontpage .content_layout {
  text-align: left;
}

.path-frontpage .feed-icon{
  display: none;
}

/*MENU*/

.navbar-default .navbar-toggle{
  background: #fff;
  margin-right: 0;
}

#menu_p .container {
  padding-left: 0;
  padding-right: 0;
}
#menu_p .col-md-12 {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#menu_p .region-primary-menu {
  text-align: left;
}
.region.region-primary-menu {
  float: none;
}

nav h2{
  display: none;
}


.menu-base-theme a:hover, 
.menu-base-theme a:focus, 
.menu-base-theme a:active, 
.menu-base-theme a.highlighted{
  background: #123371!important;
  padding-right: 20px;
}

.menu-base-theme,
.menu-base-theme li a{
  background: transparent!important;
      text-transform: uppercase;
      font-size: 12px;
      padding-right: 20px;
      font-family: 'Open Sans', sans-serif;
}

.menu-base-theme li a:after{
  position: absolute;
  content: " ";
  height: 22px;
  top: 11px;
  display: block;
  right: -1px;
  border-right: 1px solid #ccc;
}

.menu-base-theme li:last-child a:after {
  content: none;
}

.menu-base-theme li ul a:after{
  display: none;
}

.menu-base-theme ul li a:hover{
  color: #89bfe4!important;
  font-weight: 400;
}

.menu-base-theme ul li a:hover:before{
  content: " ";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 10px;
  background:#89bfe4;
  display: inline-block;
  border-radius: 50%;
  top:40%;
}

.menu-base-theme ul li{
  position: relative;
}

.menu-base-theme a span.sub-arrow:after{
    font-family: 'FontAwesome';
    content: "\f107";
    /* display: inline-block; */
    position: absolute;
    /* display: block; */
    top: -14px;
    left: -3px;
    color: #89bfe4;
}

.menu-base-theme li ul{
  background: #123371;
  border:none;
}

.menu-base-theme li ul li a{
  color: #fff;
  padding-right: 20px;
}

.menu-base-theme li ul:after{
    content: " ";
    width: 100%;
    height: 20px;
    background: url(img/sombra.png) no-repeat;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    bottom: -20px;
    display: block;
}

.main-menu {
  position: relative;
  z-index: 9999;
}

.region-primary-menu{
  display: none;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
}

.menu-base-theme a{
  border-bottom: 1px solid #EEF0F7;
}

.menu-base-theme a span.sub-arrow{
  color: transparent;
  font-size: 12px;
  padding: 5px;
  overflow: visible!important;
  border-color: transparent!important;
} 

.navbar-toggle{
  z-index: 999;
}

/*breadcrumb*/

.breadcrumb{
  background: none;
  padding: 0;
  margin: 0;
}

.breadcrumb ul{
  padding: 0;
}

.breadcrumb ol{
margin-bottom: 0;
}

.breadcrumb ul li{
  display: inline-block;
}

/*search form*/

#search-block-form{
  display: table;
  width: 100%;
  text-align: right;
}

#search-block-form #edit-actions, .document-form #edit-actions{
  width: 32px!important;
  position: relative;
  background: #fff;
}

{
  width: 32px!important;
  position: relative;
  background: #fff;
}

#block-drupal8-zymphonies-theme-search{
  margin-bottom: 10px!important;
  float:left;
  width: 60%;
}

#search-block-form .form-item,
#search-block-form .form-actions,
.document-form .form-item,
.document-form .form-actions{
  display: table-cell;
  vertical-align: top;

}

.view-contact .views-exposed-form{
     background: #eaf6fc;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: block;
}

select {
    padding: 4px;
    border: 1px solid rgba(29, 105, 191, 0.41);
    color: #666;
    background: rgba(255, 255, 255, 0.4);
    width: 100%!important;
}

.document-form .form-item{
  width: 100%!important;
}
.document-form .form-item input[type="text"]{
  width: 100%!important;
  border-right: none;
}

/*#block-drupal8-zymphonies-theme-content{
  padding-right: 80px;
}*/

form label, form legend {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #1344A1;
}

form legend {
  border-bottom: none;
}

.page-node-type-event

.webform-submission-form {
    background: #eaf6fc;
    padding: 20px;
}

.webform-submission-form input[type="text"],  .webform-submission-form  input[type="number"], .webform-submission-form input[type="email"], .webform-submission-form input[type="tel"], .webform-submission-form select, .webform-submission-form textareai, .webform-submission-form input[type="url"], .webform-submission-form textarea, .webform-submission-form input[type="checkbox"] {
    padding: 4px;
    border: 1px solid rgba(29, 105, 191, 0.41);
    color: #666;
    background: rgba(255, 255, 255, 0.4);
    width: 100%!important;
}
.webform-submission-form .form-item-adjuntos input[type="checkbox"] {
   width: auto !important;
}
.js-form-item.form-item.js-form-type-select.form-item-activity-country-select.js-form-item-activity-country-select.form-no-label {
	margin: 0;
}
.js-form-type-select.form-item-country-select {
  margin: 0;
}
.webform-submission-form label {
   width: 100%;
}

.webform-element-help {
   border-color: #1343a1;
   background: #1343a1;
}
#edit-actions {
   clear: both; */
}

.intl-tel-input {
  display: inherit;
}

#search-block-form input{
  width: 100%;
  border-right: none;
}

/*Demo typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight{
  padding: 20px;
  background-color: #f7f7f9;
}

.highlight pre{
  border: 0;
  background: none;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1, 
.bd-example-type h2, 
.bd-example-type h3, 
.bd-example-type h4, 
.bd-example-type h5, 
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact form*/

.path-contact{}

.contact-message-feedback-form{
  max-width: 650px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  padding: 10px 30px;
  background: #F5F5F4;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea{
  width: 100%;
}

/*user-login-form*/

.user-login-form,
.user-form,
.user-pass{
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #FBFBFB;
  width: 100%;
}

.user-login-form{
  margin-top: 0!important;
  border-top: none!important;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description, 
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Maintainance*/

.maintenance-page{
  background: url(../images/maintenance-bg.png) #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  font-size: 18px;
  color: #000;
}

.maintenance-msg {
  margin: 20px 0;
  background: rgba(242, 244, 207, 0.88);
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  box-shadow: 5px 5px 0px #FFFFFF;
  font-size: 14px;
}

.maintenance-msg h1{
  text-transform: uppercase;
  font-weight: bold;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan{
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a{
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan{
  display: none;
}


/*Comment*/

.comment-wrap{
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}

.comment-wrap .author-details{
  float: left;
  width: 20%;
}

.comment-wrap .author-comments{
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted{
    font-size: 12px;
    margin-bottom: 35px;
    display: block;
}

.comment-wrap .author-comments h3{
  margin-top: 10px;
}

.page-header {
    padding-bottom: 39px;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    color: #1443A1;
    font-weight: bold;
}

.breadcrumb ol li{
    list-style: none;
    font-size: 10px;
    display: inline-block;
    margin: 0px 4px;
}

.breadcrumb ol{
  padding-left: 0;
}

#block-pagetitle{
  margin-bottom: 0;
}

.comment-wrap .author-comments p{
  margin-bottom: 10px;
}

/*links inline*/

ul.links.inline li{
  display: inline-block;
  padding-right: 10px;
}

/*profile*/

.profile > div{
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.profile h4.label{
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

/*////////////// POSDATA ///////////////////////*/

/*////////////// MENU_POSD ///////////////////////*/

/*ul.sf-menu.sf-style-default{
  margin-bottom: 0;
}

ul.sf-menu.sf-style-default li{
  background:transparent!important;
}

ul.sf-menu.sf-style-default li ul li{
  background:#123371!important;
  padding-left: 10px;
}

ul.sf-menu.sf-style-default{
background:#123371;
}

ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited, ul.sf-menu.sf-style-default span.nolink{
    color: #fff;
    padding: 16px 15px 16px 10px;
    margin: 0;
    text-transform: uppercase;
    
    font-size: 12px;
    border-right: 1px solid transparent;
   position: relative;
}



ul.sf-menu.sf-style-default li:hover, ul.sf-menu.sf-style-default li.sfhover, ul.sf-menu.sf-style-default span.nolink:hover, ul.sf-menu.sf-style-default a:focus, ul.sf-menu.sf-style-default a:hover{
 background: #123371;
 text-decoration: none;
}

 ul.sf-menu.sf-style-default li.sfhover ul{
  background:#123371!important;
 }

  ul.sf-menu.sf-style-default li.sfhover ul:after{
    content: " ";
    width: 100%;
    height: 20px;
    background: url(img/sombra.png) no-repeat;
    background-position: center top;
    background-size: 100%;
    position: relative;
    display: block;
}


ul.sf-menu.sf-style-default a.sf-with-ul, ul.sf-menu.sf-style-default span.nolink.sf-with-ul {
    padding-right: 20px!important;
}

ul.sf-menu .sf-sub-indicator{
  right: 3px!important;
  width: 10px!important;
  height: 10px!important;
}

ul.sf-menu.sf-horizontal.sf-shadow ul, ul.sf-menu.sf-vertical.sf-shadow ul, ul.sf-menu.sf-navbar.sf-shadow ul ul{
  box-shadow: none;
  display: none;
  
}

ul.sf-menu.sf-style-default li li, ul.sf-menu.sf-style-default.sf-navbar > li > ul{
  background: #123371;
}

.menuparent ul li a:hover{
color: #89bfe4!important;
font-weight: 600;
position: relative;

}

.menuparent ul li a:after{
  display: none!important;
}

.menuparent ul{
 position: absolute!important;
 top: 44px!important;}

.menuparent ul li a:hover:before{
  content: " ";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -3px;
  background:#89bfe4;
  display: inline-block;
  border-radius: 50%;
  top:40%;
}

ul.sf-menu.sf-horizontal.sf-shadow ul:after, ul.sf-menu.sf-vertical.sf-shadow ul:after, ul.sf-menu.sf-navbar.sf-shadow ul ul:after{
    content: " ";
    width: 100%;
    height: 20px;
    background: #f00;
    position: relative;
    display: block;
}

ul.sf-menu.sf-style-default li:hover > ul, ul.sf-menu.sf-style-default li.sfHover > ul{
  top: 43px;
}

ul.sf-menu .sf-sub-indicator:after{
  font-family: 'FontAwesome';
        content: "\f107";
    top: -1px;
}*/

/*
	@media (max-width: 1090px){
		ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited, ul.sf-menu.sf-style-default span.nolink {
		    padding: 15px 7px!important;
	}
	}

	#superfish-main{
	  background-color: transparent!important;
	}
*/

/*////////////// fin_POSD ///////////////////////*/

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

.footer-menu .owl-carousel .owl-item{
  padding: 25px;
  padding-bottom: 0;
}

.video-home a img {
  display: none;
}

.ver-video a img {
  display: block;
}

.video-home {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 445px;;
    top: 0;
    left: 0;
}

#blocktabs-documentos .video-home, #blocktabs-documents .video-home, #blocktabs-cbp_ctpat .video-home {
  height: unset;
}

.page-node-1640 .video-home {
  height: auto;
  z-index: unset;
}

#views-bootstrap-documentos-cbp-ctpat-block-4 .noticia-cbp {
  margin-bottom: 4rem;
}
#block-views-block-documentos-cbp-ctpat-block-4 header {
  display: none;
}

.views-field-field-portada-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
}

#blocktabs-cbp_ctpat .views-field-field-portada-video {
  padding: 0 15px;
}

.region-primary-menu{
  background-color: transparent!important;
}

#menu_p{
position: relative;
z-index: 100;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1343a1+33,1343a1+33,1c74d6+100 */
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(left, rgba(30,87,153,1) 33%, rgba(30,87,153,1) 33%, rgba(28,116,214,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1343a1', endColorstr='#1c74d6',GradientType=1 ); /* IE6-9 */
}

.main-header .social-media{
  display: none;
}

.block-views h3{
    margin-top: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.block-views p {
    font-size: 12px;
    line-height: 18px;
}

.view-contact ul {
    font-size: 12px;
    line-height: 18px;
    list-style-position: inside;
    padding-left: 0px;
    color: #1443A1;
}

.block h2 {
    font-size: 22px;
    border-bottom: 1px dotted #ccc;
    color: #1443A1;
    text-align: left;
}

#block-aboutcbpctpat h2 {
  border-bottom: none;
  margin-bottom: 6rem !important;
}

#block-views-block-documents-block-1{
  background-color: #f2f2f2;
  height: 436px;
  position: relative;
  z-index: 1;
}

.paragraph--type--box:first-child{
  padding-left: 0;
}

.paragraph--type--box:nth-child(3){
  padding-right: 0;
}

.box h3{
    color: #1343A;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    padding-bottom: 10px;
    /* margin-bottom: 20px; */
    background: #fff;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
}

.box h3:after{
    content: " ";
    width: 35%;
    border-bottom: 2px solid #1343a1;
    position: absolute;
    left: 15px;
    bottom: 0px;
}

.box p{
    color: #1343a1;
    background: #fff;
    padding: 15px;
}

.box img{
  background: #fff;
}

#block-contactus input.email::-webkit-input-placeholder,
#block-contactus input.email::-moz-placeholder,
#block-contactus input.email:-ms-input-placeholder,
#block-contactus input.email:-moz-placeholder{ /* Chrome/Opera/Safari */
  color: #fff;
}

#block-views-block-docs-block-1 .owl-item{
  padding: 10px;
}

/*.owl-item:first-child{
  width: 300px!important;
}*/

#block-views-block-documents-block-1 img{
  width: 50%;    
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  margin-top: 40px;

}

.two-colunm{
  text-align: center;
  padding: 50px 0 0 0;
}

.two-colunm img{
  max-width: 150px;
}

#block-views-block-docs-block-1 .owl-item.active .views-field-field-file{
    width: 70%;
    float: left;
    padding: 0 20px;
    display: block;
    padding-top: 25px;
}

#block-views-block-docs-block-1 .owl-item .views-field-field-file{
display: none;
}

#block-views-block-docs-block-1 .owl-item.active {
  width: 400px!important;
  background: #fff;
  height: 250px;
  position: relative;
  border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}

#block-views-block-docs-block-1 .owl-item.active:before{
content: " ";
background: #fff;
height: 15px;
position: absolute;
width: calc(100% + 2px);
top: -15px;
left: 0;
border: 1px solid #ccc;
border-bottom: none;
margin-left: -1px;
}

#block-views-block-docs-block-1 .owl-item.active:hover:before, #block-views-block-docs-block-1 .owl-item.active:hover:after{
  background: #fff!important;
  width: calc(100% + 2px)!important;
}

#block-views-block-docs-block-1 .owl-item .views-field-title{
  display: none;
  font-size: 11px;
  text-align: center;
  line-height: 13px;
  margin-top: 10px;
}

#block-views-block-docs-block-1 .owl-item .views-field-title a{
  color: #fff;
}

#block-views-block-docs-block-1 .owl-item.avtive .views-field-title{
  display: none!important;
}

#block-views-block-docs-block-1 .owl-item.avtive .views-field-title a{
  color: #f00;
}

#block-views-block-docs-block-1 .owl-item .views-field-title{
  display: block;
}

#block-views-block-docs-block-1 .owl-item.active .views-field-field-file p {
    text-align: left!important;
}

#block-views-block-docs-block-1 .owl-item.active:after{
  content: " ";
background: #fff;
position: absolute;
height: 15px;
width: calc(100% + 2px);
bottom: -15px;
left: -1px;
border: 1px solid #ccc;
border-top: none;
}

#block-views-block-docs-block-1 .owl-item:hover .views-field-title{
  color: #fff;
}

#block-views-block-docs-block-1 .owl-item.active:hover{
  background: #fff!important;
}

#block-views-block-docs-block-1 .owl-item.active .views-field-field-portada{
    width: 30%!important;
    float: left;
    padding-top: 25px;
}

#block-views-block-documents-block-1 .views_slideshow_controls_text_previous, #block-views-block-block-banner-promo-home-block-1 .views_slideshow_controls_text_previous {
    position: absolute;
    left: 5px;
    width: 30px!important;
    height: 30px!important;
    border-radius: 50%;
    text-indent: 31px;
    overflow: hidden;
    background-color: #9b9b9b;
    padding-right: 0!important;
    padding-left: 0!important;
}

#block-views-block-documents-block-1 .views_slideshow_controls_text_previous:before, #block-views-block-block-banner-promo-home-block-1 .views_slideshow_controls_text_previous:before{
    font-family: 'FontAwesome';
    content: "\f053";
    position: absolute;
    left: -24px;
    color: #fff;
    font-size: 19px;
    top: 6px;
}

#block-views-block-documents-block-1 .views_slideshow_controls_text_next, #block-views-block-block-banner-promo-home-block-1 .views_slideshow_controls_text_next{
    position: absolute;
    right: 5px;
    width: 30px!important;
    height: 30px!important;
    border-radius: 50%;
    text-indent: -76px;
    font-size: 0;
    overflow: hidden;
    background-color: #9b9b9b;
    padding-left: 0!important;
    padding-right: 0!important;
}

.footer-menu .owl-buttons .owl-next{
    position: absolute;
    right: -40px;
    width: 30px!important;
    height: 30px!important;
    border-radius: 50%;
    text-indent: -76px;
    font-size: 0;
    overflow: hidden;
    background-color: #9b9b9b;
    padding-left: 0!important;
    padding-right: 0!important;
}

#block-views-block-documents-block-1 .views_slideshow_controls_text_next:after, #block-views-block-block-banner-promo-home-block-1 .views_slideshow_controls_text_next:after{
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    right: -24px;
    color: #fff;
    font-size: 19px;
    top: 6px;
}

#banner_cursos, #banner_vacantes{
  position: relative;
}

.views-field-field-banner-course .field-content div{
/*    background-image: url(http://wbasco.org/sites/default/files/2017-07/basc.jpg); */
    position: absolute;
    height: 100%;
    width: 55%;
    background-size: cover;
    z-index: 1;
    top: 0;
    left: 45%;
}

/*.views-field-field-banner-course .field-content div:before{
    content: " ";
    position: absolute;
    top: 0;
    left: -82%;
    z-index: 2;
    background: url(img/before-banner.png) no-repeat top left;
    width: 210%;
    height: 100%;
}*/

#banner_cursos .views-field-title, #banner_vacantes .views-field-title {
    z-index: 1;
    position: relative;
    background: url(img/before-banner.png) no-repeat top left;
    background-size: 160%;
}

.block-views-blocktable-tow-colunm-block-1 .col-md-6:first-child h4:first-child{
    margin-top: 25px;
}

#banner_cursos .views-field-title h2, #banner_vacantes .views-field-title h2 {
    border-bottom: 1px dashed #fff;
    font-size: 36px;
    width: 50%;
    margin-top: 45px;
}

#block-views-block-event-countdown-block-1{
    background: #cacaca;
    min-height: 435px;
}

/* google_map */
/*
.google_map p, .google_map .block {
  margin: 0;
}

.google_map iframe{
  display: block;
}

.google_map{
    min-height: 525px;
    background: #ececec;
    padding-top: 50px;
}

.google_map .views-col{
    width: 20%;
    background: #fff;
    min-height: 435px;
    position: relative;
}

.google_map .views-col:after{
    content: " ";
    width: 100%;
    position: absolute;
    height: 20px;
    background-image: url(img/sombra-inti.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    bottom: -20px;
}

.google_map .views-col .views-field-view-node{
    position: absolute;
    width: 100%;
    bottom: 6px;
}

.region-google-map .views-field-view-node-1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.region-google-map .views-field-view-node-1 a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}

.region-google-map .views-col:hover .box h3{
  background: #1343a1;
  color: #fff;
  border-bottom-color: #1343a1;
}

.region-google-map .views-col:hover .box h3:after {
    border-bottom: 2px solid #fff;
}

.region-google-map .views-col:hover{
  background: #1343a1;
}

.region-google-map .views-col:hover .box p {
    color: #fff;
    background: #1343a1;
}
 .region-google-map .views-col:hover .views-field-view-node a {
    color: #fff;
    background: #1343a1;
}
*/
/* FIN google_map */


/* bottom_menu */
.bottom_menu p, .bottom_menu .block {
  margin: 0;
}

.bottom_menu iframe{
  display: block;
}

.bottom_menu {
    min-height: 525px;
    background: #ececec;
    padding-top: 50px;
}

.bottom_menu .owl-item > div{
    position: relative;
}

.bottom_menu .owl-item > div:after{
    content: " "
    width: 100%;
    position: absolute;
    height: 20px;
    background-image: url(img/sombra-inti.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    bottom: -20px;
}

.bottom_menu .owl-item > div .views-field-view-node{
    position: absolute;
    width: 100%;
    bottom: 6px;
}

.region-bottom-menu .views-field-langcode {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.region-bottom-menu .views-field-langcode a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    font-size: 0;
/*    text-indent: -999px;*/
}

.region-bottom-menu .views-field-view-node-1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.region-bottom-menu .views-field-view-node-1 a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}

.region-bottom-menu .owl-item > div:hover .box h3{
  background: #1343a1;
  color: #fff;
  border-bottom-color: #1343a1;
}

.region-bottom-menu .owl-item > div:hover .box h3:after {
    border-bottom: 2px solid #fff;
}

.region-bottom-menu .owl-item > div:hover{
  background: #1343a1!important;
}

.region-bottom-menu .owl-item > div:hover .box p {
    color: #fff;
    background: #1343a1;
}
 .region-bottom-menu .owl-item > div:hover .views-field-view-node a {
    color: #fff;
    background: #1343a1;
}
/* FIN bottom_menu */

#block-views-block-event-countdown-block-1 .is-countdown {
/* botoom_menu */
    background-color: transparent!important;
    width: 80%;
    margin-top: 20px;
    display: block;
    margin: auto;
    color: #fff!important;
    border-bottom: 1px dashed #fff;
    margin-top: 20px;
    margin-bottom: 34px;
    padding: 30px 10px 20px;
    min-height: 90px;
}

#block-views-block-event-countdown-block-1 .countdown-amount{
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  display: block;
  text-align: center;

}

.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    width: 33.333%!important;
}

.region-sidebar-second{
  padding-left: 20px;
}

#block-views-block-event-countdown-block-1 .countdown-period {
    display: block;
    font-size: 14px;
    margin-top: 3px;
}

#banner_cursos .views-field-title, #banner_vacantes .views-field-title {
    margin-bottom: 35px;
}

.views-field-field-banner- img{
  height: inherit;
}

#banner_cursos .views-field-title h2 a, #banner_cursos .views-field-title p,
#banner_vacantes .views-field-title h2 a, #banner_vacantes .views-field-title p {
  color: #fff;

}

#banner_cursos .views-field-title p, #banner_vacantes .views-field-title p {
  font-size: 16px;
}

#banner_cursos .views-field-title .view-course, #banner_vacantes .views-field-title .view-course {
  margin-bottom: 45px;
}


#cifras h2, #elearning h2, #sdnlist h2 {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
    color: #31c1d9;
    border-bottom: none !important;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

#wrapper .block h2:first-child, #block-views-block-slider-logos-block-1 h2:first-child, .image_map h2:first-child, .bottom-widgets h2:first-child, #block-views-block-slider-logos-block-2 h2:first-child{
  text-align: center;
/*  text-transform: uppercase; */
  border-bottom: none;
  color: #9b9b9b;
}

#block-views-block-slider-logos-block-1 h2:first-child, #block-views-block-slider-logos-block-2 h2:first-child{
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
#wrapper .block h2:first-child:after {
  position: relative;
  margin: auto;
  width: 70px;
  border-bottom: 2px solid #9b9b9b;
  content: " ";
  display: block;
  margin-top: 20px;
}
#sdnlist h2:first-child:after {
  border-bottom: none !important;
}

#wrapper .contact-pais h2 {
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
}

.menu-mapa{
  padding-left: 0;
}

.image-mapa{
  padding-right: 0;
}

.video-home{
  position: relative;
}

.video-home .video-embed-field-launch-modal a:before{
  position: absolute;
  content: " ";
  z-index: 2;
  width: 100%;
      height: 70%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.39+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.19) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.19) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.19) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  top: 0;
  left: 0;
}

.video-home .video-embed-field-launch-modal a:after{
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 50px;
  font-weight: lighter;
  color: #fff;
  opacity: 55%;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topwidget .block{
  margin-bottom: 0;
}

#block-views-block-slide-home-block-2 .views-slideshow-controls-bottom {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    width: 100%;
    text-align: center;
}

#block-views-block-slide-home-block-2 .views-slideshow-controls-bottom .views_slideshow_pager_field_item {
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.59);
    border-radius: 50%;
    text-indent: -999px;
    display: inline-block;
    margin: 0 5px;
}

#block-views-block-slide-home-block-2 .views-slideshow-controls-bottom .views_slideshow_pager_field_item.active{
  background:#fff;
}

.region-sidebar-second{
  position: relative;
}

/*
.video-home h2:before {
content: " ";
width: 30px;
border-bottom: 2px solid #fff;
position: absolute;
left: 0;
top: -20px;
}
*/

.video-home h2, .video-home h3 {
    position: absolute !important;
    border-bottom: none;
    z-index: 10;
    top: 20px;
    left: 50px;
    font-weight: bold;
    font-size: 24px;
    width: 70%;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(25, 25, 25, 1);
    text-transform: none !important;
}

.video-home h2 a{
  color: #fff;
}

.video-home i{
    font-size: 70px;
    color: #fff;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.region-menu-map{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c74d6+0,1343a1+100 */
background: rgb(28,116,214); /* Old browsers */
background: -moz-linear-gradient(top, rgba(28,116,214,1) 0%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(28,116,214,1) 0%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(28,116,214,1) 0%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c74d6', endColorstr='#1343a1',GradientType=0 ); /* IE6-9 */
    padding: 35px 30px 35px 50px;
    position: relative;
    min-height: 546px;
    max-height: 546px;
}



.region-menu-map:before{
    position: absolute;
    left: -1px;
    content: " ";
    top: 32px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 29px solid #aad3df;
    border-bottom: 30px solid transparent;

}

#block-views-block-event-countdown-block-1 a{
    background: #1343a1;
    padding: 5px 20px;
    color: #fff;
    position: relative;
    border-radius: 3px;
    margin-bottom: 30px;
        padding-right: 40px;
    display: inline-block;
    width: auto;
}

#block-views-block-event-countdown-block-1 a:after{
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 5px;
    top: 1px;
    font-size: 16px;
    display: block;
    padding: 5px 13px;
    color: #fff;
}

#block-basccolombia h2, #block-basccapitulos h2 {
    color: #fff;
    border-bottom: none;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    padding-left: 0;
    background-color: transparent;
}

#block-basccolombia, #block-basccapitulos {
  margin-bottom: 0;
}

#block-basccolombia p, #block-basccapitulos p {
  position: relative;
  color: #fff;
  font-size: 13px;
}

#block-basccolombia h2.title-chapter, #block-basccapitulos h2.title-chapter {
  background: transparent!important;
  padding-left: 0!important;
}

.node__content img.align-center, .node--type-institucional-full- .node__content img {
    display: block!important;
    margin-left: auto;
    clear: both;
    float: none!important;
    text-align: center;
    margin: 4rem auto!important;
    max-height: 80vh;
    width: auto;
}

#block-basccolombia a, #block-basccapitulos a {
    color: #9cd0ff;
}

#block-basccolombia h2:after, #block-basccapitulos h2:after {
  content: " ";
  border-bottom: 2px solid #fff;
  width: 70px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  margin-left: 0;
}

.region-menu-map .menu li{
  list-style: none;

}

.region-menu-map a.is-active:before, .region-menu-map .is-active:before {
width: 6px;
height: 6px;
content: " ";
display: inline-block;
margin-right: 10px;
background: #fff;
border-radius: 50%;
position: absolute;
left: 0;
top: 9px;
}


.region-menu-map a.is-active, .region-menu-map .is-active {
color: #fff !important;
font-size: 12px;
padding-left: 15px;
position: relative;
display: block;
}

.region-menu-map .menu{
        padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 6px;
}

#block-views-block-slider-logos-block-1 h2:first-child:after, .image_map h2:first-child:after, .bottom-widgets h2:first-child:after, #block-views-block-slider-logos-block-2 h2:first-child:after{
  position: relative;
  margin: auto;
  width: 70px;
  border-bottom: 2px solid #9b9b9b;
  content: " ";
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.js-view-dom-id-966eba03533c06c66a2c2f043a5a6ece37d24da202aa2c17b4d0ab8dc39cded5:before{
  content: " ";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  background:#f00;

}

#block-views-block-docs-block-1 .owl-carousel .owl-item .views-field-field-portada{
    width: 100%;
    margin: auto;
    max-width: 130px;
    background: url(/sites/default/files/styles/max_325x325/public/imagenes/documentos/portada-documento_1.png) no-repeat;
    min-height: 174px;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.24);
    background-size: 100%;
}



#block-views-block-docs-block-1 .owl-carousel .owl-item:hover{
  background: #1343a1;
}

#block-views-block-docs-block-1 .owl-carousel .owl-item{
  padding: 20px;
  position: relative;
  min-height: 265px;
  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#cbp-ctpat-logos {
  max-width: 500px;
  margin: 3rem auto 3rem auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#cbp-ctpat-logos > div, #ctpat-criteria > p:first-child {
  text-align: center;
}

#ctpat-criteria h2 {
  width: 100% !important;
  margin-left: 0 !important;
}

#block-aboutcbpctpat a {
/*  color: #9b9b9b; */
  text-decoration: underline;
}

.page-node-1636 #block-views-block-documentos-cbp-ctpat-block-5 header {
  display: none;
}

/*  blocktabs documents  */

.page-node-type-institucional-full- .google_map {
  margin-top: 6rem;
}

#block-blocktabsdocuments, #block-blocktabsdocumentos, #block-blocktabscbpctpat, #block-blocktabscbpctpat {
  margin: 15px;
  margin-bottom: 110px;
}

#block-blocktabsdocuments header, #block-blocktabsdocumentos header, #block-blocktabscbpctpat header, #block-blocktabscbpctpat header {
    font-size: 19px;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

#blocktabs-documents .col-md-3 img, #blocktabs-documentos .col-md-3 img, #blocktabs-cbp_ctpat .col-md-3 img {
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.24);   
}

#blocktabs-documents, #blocktabs-documentos, #blocktabs-cbp_ctpat {
  display: flex;
  margin-top: -70px;
}

#block-blocktabsdocuments h2, #block-blocktabsdocumentos h2, #block-blocktabscbpctpat h2 {
    z-index: 100;
    position: relative;
    display: inline-block;
    color: #fff;
    margin-left: 40px;
    width: 22%;
    border-bottom-style: solid;
}

#block-blocktabsdocuments .title-doc, #block-blocktabsdocumentos .title-doc, #block-blocktabsdocuments .title-doc, #block-blocktabscbpctpat .title-doc {
  font-size: 10px;
  text-align: center;
  line-height: 16px;
}

#block-blocktabsdocuments .title-doc a, #block-blocktabsdocumentos .title-doc a, #block-blocktabsdocuments .title-doc a, #block-blocktabscbpctpat .title-doc a {
    color: #9c9898;
}

#block-blocktabsdocuments .ui-tabs .ui-tabs-panel, #block-blocktabsdocumentos .ui-tabs .ui-tabs-panel, #block-blocktabsdocuments .ui-tabs .ui-tabs-panel, #block-blocktabscbpctpat .ui-tabs .ui-tabs-panel {
    min-height: 304px;
    background: #f1f2f2;
    border: none;
    position: relative;
    padding: 20px 60px;
}

#block-blocktabsdocuments .ui-tabs .ui-tabs-panel:before, #block-blocktabsdocumentos .ui-tabs .ui-tabs-panel:before, #block-blocktabsdocuments .ui-tabs .ui-tabs-panel:before, #block-blocktabscbpctpat .ui-tabs .ui-tabs-panel:before {
  content: " ";
  display: block;
  position: absolute;
  top: -20px;
  left: 1px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #072c71;
  border-right: 20px solid transparent;
}

#block-blocktabsdocuments .ui-tabs .ui-tabs-panel:after, #block-blocktabsdocumentos .ui-tabs .ui-tabs-panel:after, #block-blocktabsdocuments .ui-tabs .ui-tabs-panel:after, #block-blocktabscbpctpat .ui-tabs .ui-tabs-panel:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 20px solid #072c71; 
  border-right: 20px solid transparent;  
}

#block-blocktabsdocuments .ui-tabs-panel, #block-blocktabsdocumentos .ui-tabs-panel, #block-blocktabsdocuments .ui-tabs-panel, #block-blocktabscbpctpat .ui-tabs-panel {
    width: 70%!important;
}

#block-blocktabsdocuments .ui-tabs-nav, #block-blocktabsdocumentos .ui-tabs-nav,#block-blocktabsdocuments .ui-tabs-nav, #block-blocktabscbpctpat .ui-tabs-nav {
  width: 30%!important;
}

#block-blocktabsdocuments .ui-tabs .ui-tabs-nav, #block-blocktabsdocumentos .ui-tabs .ui-tabs-nav, #block-blocktabsdocuments .ui-tabs .ui-tabs-nav, #block-blocktabscbpctpat .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
    background: #1343a1;
    border: none;
    margin-right: -1px;
    border-bottom: 1px solid #ccc;
    padding: 0;
    position: relative;
    padding-top: 79px;
}

#block-blocktabsdocuments .ui-tabs .ui-tabs-nav:before, #block-blocktabsdocumentos .ui-tabs .ui-tabs-nav:before, #block-blocktabsdocuments .ui-tabs .ui-tabs-nav:before, #block-blocktabscbpctpat .ui-tabs .ui-tabs-nav:before {
display: block;
content: " ";
background: #1343a1;
height: 20px;
width: 100%;
position: absolute;
top: -20px;
}

#block-blocktabsdocuments .ui-tabs .ui-tabs-nav:after, #block-blocktabsdocumentos .ui-tabs .ui-tabs-nav:after, #block-blocktabsdocuments .ui-tabs .ui-tabs-nav:after, #block-blocktabscbpctpat .ui-tabs .ui-tabs-nav:after {
display: block;
content: " ";
background: #1343a1;
height: 20px;
width: 100%;
position: absolute;
bottom: -20px;
}

#block-blocktabsdocuments .ui-tabs .ui-tabs-nav li.ui-tabs-active, #block-blocktabsdocumentos .ui-tabs .ui-tabs-nav li.ui-tabs-active, #block-blocktabsdocuments .ui-tabs .ui-tabs-nav li.ui-tabs-active, #block-blocktabscbpctpat .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 3px;
    margin-left: -1px;
    border: none;
    border-bottom: none;
    border-radius: 0;
    background: #fff !important;
}

#block-blocktabsdocuments .ui-tabs .ui-tabs-nav li.ui-tabs-active a, #block-blocktabsdocumentos .ui-tabs .ui-tabs-nav li.ui-tabs-active a, #block-blocktabsdocuments .ui-tabs .ui-tabs-nav li.ui-tabs-active a, #block-blocktabscbpctpat .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #1343a1;
    padding: 11px;
}

#block-blocktabsdocuments .ui-tabs .ui-tabs-nav li a, #block-blocktabsdocumentos .ui-tabs .ui-tabs-nav li a, #block-blocktabsdocuments .ui-tabs .ui-tabs-nav li a, #block-blocktabscbpctpat .ui-tabs .ui-tabs-nav li a {
    padding: 11px 32px !important;
    color: #fff;
    width: 100%;

}

#block-blocktabsdocuments .ui-tabs .ui-tabs-nav li a:hover, #block-blocktabsdocumentos .ui-tabs .ui-tabs-nav li a:hover, #block-blocktabsdocuments .ui-tabs .ui-tabs-nav li a:hover, #block-blocktabscbpctpat .ui-tabs .ui-tabs-nav li a:hover {
  font-weight: bold;
      background: rgba(255, 255, 255, 0.33);
      margin-left: -1px;
}

#block-blocktabsdocuments .ui-tabs .ui-tabs-nav li, #block-blocktabsdocumentos .ui-tabs .ui-tabs-nav li, #block-blocktabsdocuments .ui-tabs .ui-tabs-nav li, #block-blocktabscbpctpat .ui-tabs .ui-tabs-nav li {
    list-style: none;
    display: flex;
    width: 100%;
    position: relative;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    background: transparent;
    border-radius: 0;
    border: none;
    white-space: pre-wrap;
}




#blocktabs-documents--1, #blocktabs-documentos-10, #blocktabs-cbp_ctpat-10 {
 min-height: 550px !important;
 padding-right: 65px !important;
}

#blocktabs-documents--3 .views-field-title, #blocktabs-documents--7 .views-field-title, #blocktabs-documents--8 .views-field-title,
#blocktabs-documentos-8 .views-field-title, #blocktabs-documentos-4 .views-field-title, #blocktabs-documentos-3 .views-field-title,
#blocktabs-documents--3 .views-field-title, #blocktabs-documents--7 .views-field-title, #blocktabs-documents--8 .views-field-title,
#blocktabs-cbp_ctpat-8 .views-field-title, #blocktabs-cbp_ctpat-4 .views-field-title, #blocktabs-cbp_ctpat-3 .views-field-title {
  width: 80%;
  text-align: left;
}

#blocktabs-documents--3 .views-field-field-date-only, #blocktabs-documents--7 .views-field-field-date-only, #blocktabs-documents--8 .views-field-field-date-only,
#blocktabs-documentos-8 .views-field-field-date-only, #blocktabs-documentos-4 .views-field-field-date-only, #blocktabs-documentos-3 .views-field-field-date-only,
#blocktabs-documents--3 .views-field-field-date-only, #blocktabs-documents--7 .views-field-field-date-only, #blocktabs-documents--8 .views-field-field-date-only,
#blocktabs-cbp_ctpat-8 .views-field-field-date-only, #blocktabs-cbp_ctpat-4 .views-field-field-date-only, #blocktabs-cbp_ctpat-3 .views-field-field-date-only {
  width: 20%;
  text-align: left;
}

#blocktabs-documents--3 table td, #blocktabs-documents--7 table td,
#blocktabs-documentos-8 table td, #blocktabs-documentos-4 table td,
#blocktabs-documents--3 table td, #blocktabs-documents--7 table td,
#blocktabs-cbp_ctpat-8 table td, #blocktabs-cbp_ctpat-4 table td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#blocktabs-documents--7, #blocktabs-documents--8no,
#blocktabs-documentos-4no, #blocktabs-documentos-3,
#blocktabs-documents--7, #blocktabs-documents--8no,
#blocktabs-cbp_ctpat-4no, #blocktabs-cbp_ctpat-3 {
  font-size: 12px;
}

#blocktabs-documents--7 .views-field-field-area,
#blocktabs-documentos-4 .views-field-field-area,
#blocktabs-documents--7 .views-field-field-area,
#blocktabs-cbp_ctpat-4 .views-field-field-area {
  width: 10%;
  text-align: center;
}

#blocktabs-documents--7 .views-field-field-class,
#blocktabs-documentos-4 .views-field-field-class,
#blocktabs-documents--7 .views-field-field-class,
#blocktabs-cbp_ctpat-4 .views-field-field-class {
  width: 11%;
  text-align: center;
}

#blocktabs-documents--7 .views-field-field-number,
#blocktabs-documentos-4 .views-field-field-number,
#blocktabs-documents--7 .views-field-field-number,
#blocktabs-cbp_ctpat-4 .views-field-field-number {
  width: 6%;
  text-align: center;
}

#blocktabs-documents--7 .views-field-field-version,
#blocktabs-documentos-4 .views-field-field-version,
#blocktabs-documents--7 .views-field-field-version,
#blocktabs-cbp_ctpat-4 .views-field-field-version {
  width: 8%;
  text-align: center;
}

#blocktabs-documents--7 caption,
#blocktabs-documentos-4 caption,
#blocktabs-documents--7 caption,
#blocktabs-cbp_ctpat-4 caption {
  color: #1343a1;
}





#views_slideshow_cycle_teaser_section_documents_doc-block_4.views_slideshow_cycle_teaser_section {
	position: relative;
}

#block-views-block-docs-block-1 .owl-theme .owl-controls{
  position: absolute;
  top: 50%;
  width: 100%;
}

#block-views-block-docs-block-1 .owl-theme .owl-controls .owl-next {
    position: absolute;
    right: -40px;
    width: 30px!important;
    height: 30px!important;
    border-radius: 50%;
    text-indent: -76px;
    overflow: hidden;
    background-color: #9b9b9b;
    padding-left: 0!important;
    padding-right: 0!important;
}

#block-views-block-docs-block-1 .owl-theme .owl-controls .owl-prev {
    position: absolute;
    left: -40px;
    width: 30px!important;
    height: 30px!important;
    border-radius: 50%;
    text-indent: 31px;
    overflow: hidden;
    background-color: #9b9b9b;
    padding-right: 0!important;
    padding-left: 0!important;
}

#block-views-block-docs-block-1 .owl-theme .owl-controls .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f053";
    position: absolute;
    left: -24px;
    color: #fff;
    font-size: 19px;
    top: 5px;
}

#block-views-block-docs-block-1 .owl-theme .owl-controls .owl-next:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    right: -25px;
    color: #fff;
    font-size: 19px;
    top: 5px;
}

.ui-tabs .ui-tabs-panel .col-md-3{
  min-height: 280px;
}

#blocktabs-cbp_ctpat .ui-tabs-panel .col-md-3 {
  min-height: 0;
}

#block-views-block-docs-block-1 .owl-carousel .owl-wrapper-outer{
  padding: 15px 0;
}

#block-views-block-docs-block-1{
    background: #f1f1f1;
    padding: 40px 0;
}

#block-views-block-docs-block-1 .owl-wrapper{
  background: #fff;
}

#block-views-block-docs-block-1 .owl-item:hover:before{
  position: absolute;
  content: " ";
  height: 15px;
  width: 100%;
  top: -15px;
  left: 0;
  background: #1343a1;

}

#block-views-block-docs-block-1 .owl-item:hover:after{
  position: absolute;
  content: " ";
  height: 15px;
  width: 100%;
  bottom: -15px;
  left: 0;
  background: #1343a1;

}

#cifras {
  text-align: center;
  position: relative;
  color: #1343a1;
}

#block-numbersr p {
    margin-bottom: 9px;
    text-align: left;
    color: #1443A1;
}

#block-sdnlist p {
    margin-bottom: 9px;
    text-align: left;
    color: #1443A1;
    line-height: 120%;
    font-size: 11px !important;
}


#cifras:before {
    font-family: 'FontAwesome';
    content: "\f200";
    width: 50px;
    text-align: center;
    height: 64px;
    background: #31c1d9;;
    line-height: 88px;
    right: 40px;
    top: -10px;
    color: #fff;
    position: absolute;
    font-size: 26px;
}

#cifras:after {
    content: " ";
    width: 100%;
    height: 20px;
    background: url(img/sombra.png) no-repeat;
    background-position: center top;
    background-size: 100%;
    position: relative;
    display: block;
    margin-top: 31px;
}

#cifras p span{
    background: #37c3da;
    display: inline-block;
    padding: 5px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

#block-views-block-eventos-block-1 .views-row{
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#block-views-block-noticia-destacada-block-2 .views-row{
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 35px;
}

#block-views-block-eventos-block-1 .views-row:last-child{
  border-bottom: none!important;
}


/*-------- etiquetas eventos ----------------*/
.color-White {
	color: #FFFFFF;
}

.event {
    display: inline-block;
    background: #ccc;
    padding: 0px 4px 0 20px;
    margin-left: 0;
    color: #fff;
    width: 100%;
}

.evento-enlace {
    display: inline-block;
    padding: 0px 4px 0 20px;
    margin-left: 0;
    width: 100%;
}

.event-info{
  padding-right: 0;
}


/*    Estos estilos se pueden borrar
.event-Congreso {
    background: #ff003b;
    color: #fff;
}
.event-Conference {
    background: #8B4513;
    color: #fff;
}
.event-Curso {
    background: #b9da00;
    color: #fff;
}

.event-Holiday {
    background: #b9da00;
    color: #fff;
}

.event-Taller {
    background: #10d8b0;
    color: #fff;
}

.event-Otros{
    background: #10d8b0;
    color: #fff;
}
Hasta aqui se pueden borrar
*/


.date-event.Congreso{
  color: #ff003b;
}

.Congreso{
  color: #ff003b;
}

/*
.calendar .Congreso {
  background: hsl(186, 60%, 33%);
  color: #fff;
  padding: 0 2px;
    width: 10px;
  height: 10px;
}
*/

.calendar .contents {
  line-height: 100%;
}
.calendar-calendar .inner .view-item {
  width: auto !important;
}

.calendar .calevento {
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0 2px;
  margin: 2px 1px 1px 1px;
  /*color: #fff; */
}

.today .calendar .calevento {
  margin: 2px 1px 1px 0;
}
.type-e {
    color: #fff;
    display: inline-block;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px;
}

.type-e.Curso {
    background: #b9da00;
    color: #fff;
    display: inline-block;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px;
}

.type-e.Holiday {
    background: #b9da00;
    color: #fff;
    display: inline-block;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px;
}

.type-e.Taller {
    background: #10d8b0;
    color: #fff;
    display: inline-block;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px;
}
.type-e.Otros {
    background: #2c38ff;
    color: #fff;
    display: inline-block;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px;
}
.type-e.Conference {
    background: #8B4513;
    color: #fff;
    display: inline-block;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px;
}


.month{
    width: 100%;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
}

.type.Curso {
    display: inline-block;
    color: hsl(26, 4%, 97%);
    background: #b9da00;
    font-size: 11px;
    padding: 0 5px;
}

.date-event.Curso{
  color: #b9da00;
}

.date-event.Taller{
  color: #10d8b0;
}



.title-event{
  display: block;
      font-weight: bold;
    font-size: 15px;
}

.title-event a{
  color: #999;
}

.link-event{
  text-align: right;
}


.link-event a{
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #fff;
}

.path-frontpage .node__content{
  display: none;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 7px;
    background-color: transparent!important;
    border: 1px solid #ddd;
    border-radius: 0!important;
}

.page-node-type-gallery .pager li.pager__item > a {
	padding: 5px 20px;
	border: 1px solid #1343a1i !important;
	display: inline-block;
	border-radius: 3px !important;
	margin-top: 22px;
	margin-bottom: 22px;
	padding-right: 40px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	text-decoration: none !important;
	background: #055ea5 !important;
	color: #fff;
}

/*#block-views-block-eventos-block-1  .pager li>a, .pager li>span{
  padding-top: 10px;
}*/

.path-news h3, .path-news .h3, .path-cbp-ctpat h3, .path-cbp-ctpat .h3 {
  font-size: 18px !important;
  color: #1443A1;
  font-family: 'OpenSans', sans-serif;
  padding-right: 50px;
  margin-top: 4px !important;
  line-height: 30px;
}

#blocktabs-cbp_ctpat h3 {
  font-size: 18px !important;
  color: #1443A1;
  font-family: 'OpenSans', sans-serif;
  padding-right: 50px;
  margin-top: 4px !important;
  line-height: 30px;
}

.ui-widget-content a {
  color:#1343a1;
}

#blocktabs-documentos .documentos-videos, #blocktabs-documents .documentos-videos, #blocktabs-cbp_ctpat .noticia-cbp {
   max-width: 300px;
   margin-bottom: 3rem;
}

#blocktabs-cbp_ctpat .views-field-field-date-only {
  font-size: 11px;
  color: #1343a1;
}

#blocktabs-cbp_ctpat th.views-field-field-date-only {
  color: #fff;
}

#blocktabs-documentos .documentos-videos .views-field-title, #blocktabs-documents .documentos-videos .views-field-title, #blocktabs-cbp_ctpat .views-field-title {
  font-weight: bold;
  line-height: 19px;
  font-size: 13.5px;
}

.fila-noticia-cbp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.fila-noticia-cpb > div {
  max-width: 300px;
}

#blocktabs-cbp_ctpat .noticias-recientes .row::before, #blocktabs-cbp_ctpat .noticias-recientes .row::after {
  content: none !important;
}

#blocktabs-cbp_ctpat .noticia-cbp a {
  color: #9c9898;
}

#block-views-block-noticia-destacada-block-4 .views-field-title{
      font-weight: bold;
    font-family: 'OpenSans', sans-serif;
        line-height: 19px;
    margin-bottom: 10px;
}

figure figcaption{
/*    background: #f2f2f2; */
    font-size: 10px;
    padding: 3px;
    line-height: 1.2em;
    text-align: justify;
}

  figure{
    margin-bottom: 20px;
  }

/* Centrar fotos y caption (limitado al tamano de la foto) en una noticia  y de las fotos internas centradas */
.foto-ppal-noticia figure, article figure.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* Hacer que el caption quede del tamano de la foto */
.foto-ppal-noticia figcaption, article figcaption {
  display: table-caption;
  caption-side: bottom;
}

/* Alinear izquierda fotos y caption (limitado al tamano de la foto) en una noticia */
article figure.align-left {
  display: table;
  margin-left: 0;
  margin-right: auto;
  padding-right: 20px;
}
article figure.align-left figcaption {
  padding-right: 20px;
}

/* Alinear derecha fotos y caption (limitado al tamano de la foto) en una noticia */
article figure.align-right {
  display: table;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
}
article figure.align-right figcaption {
  padding-left: 20px;
}

.node__content img{
  margin-bottom: 20px;
/*  margin-right: 20px; */
}  

.node__content img{
  margin-bottom: 0;
}  

#block-views-block-noticia-destacada-block-4  .views-field-field-image{
  padding-bottom: 20px;
margin-bottom: 15px;
border-bottom: 1px solid #b3afaf;
}

.path-news .views-field-body, .path-cbp-ctpat .views-field-body {
    border-bottom: 1px dotted #ccc;
    margin-right: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#blocktabs-cbp_ctpat .views-field-body {
    border-bottom: 1px dotted #ccc;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*#block-views-block-eventos-block-1 .js-pager__items li.pager__item--next {
    position: absolute;
    right: 1px;
    border-left: none!important;
    padding: 0!important;
}

#block-views-block-eventos-block-1 .js-pager__items li.pager__item--previous {
    position: absolute;
    left: 0;
    border-right: none!important;
    padding: 0!important;
}*/

#block-views-block-eventos-block-1 .js-pager__items li.pager__item--previous a:before, #block-views-block-eventos-block-1 .js-pager__items li.pager__item--next a:after {
    top: 14%!important;
}

/*.path-frontpage .bg-secon-side {

    height: 140%!important;
}*/
/*-------- fin etiquetas eventos ----------------*/

#block-views-block-video-block-1{
  position: relative;
  min-height: 445px;
}

.views_slideshow_cycle_main .views-field-title{
width: 100%;
line-height: 25px;
letter-spacing: 1px;
line-height: 25px;
position: absolute;
top: 0;
left: 0;
}

.views_slideshow_cycle_main .views-field-title a{
  color: #fff;
}

.date-event{
    text-transform: uppercase;
    text-align: left;
    padding: 3px 15px;
    font-size: 19px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-align: center;
    
}


.views_slideshow_cycle_slide,
.views_slideshow_cycle_slide .views-row{
  width: 100% !important;
}

.views_slideshow_cycle_slide img {
  position: relative;
}

.owl-item .views-field-field-file h3 {
margin-top: 0;
line-height: 18px;
font-size: 14px;
font-weight: bold;
margin-bottom: 15px;
}

.views-slideshow-controls-top{ 
    position: absolute;
    bottom: 50%;;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    z-index: 2000!important;
    transform: translateX(-50%);
 }
#wrapper{
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}

.content-banner{
    width: 100%;
    max-width: 1170px;
    position: absolute;
    transform: translateX(-50%);
    left: 53%;
    top: 30%;
    z-index: 100;
}

.content-banner .view-more-banner a{
    border: 1px solid #fff;
    padding: 5px 10px;
    position: relative;
    padding-right: 25px;
    border-radius: 3px;
}

.content-banner .view-more-banner a:after{
  content: "+";
  position: absolute;
  right: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

#banner_cursos .views-field-title .view-course a, #banner_vacantes .views-field-title .view-course a {
  padding: 5px 20px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  padding-right: 25px;
  position: relative;
}


#banner_cursos .views-field-title .view-course a:after, #banner_vacantes .views-field-title .view-course a:after {
  content: "+";
  position: absolute;
  right: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.content-banner h2{
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border-bottom: none!important;
  font-weight: bold;
  width: 50%;
  text-align: left!important;
}

.content-banner h2:after{
  display: none;
}


.content-banner h2 a{
  color: #fff;
}


#wrapper .block h2{
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #1443A1;
    text-align: left;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #8f8f8f;
}

.views-field-field-image .field-content div{
    height: 600px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.page-node-type-institutional-page .footer-timeline{
      background-image: url(img/bg-table-2c.svg);
    background-size: 108%;
    background-position: center;
}

.views-field-field-image .field-content div:before{
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
/*    background: rgba(0, 0, 0, 0.30);*/
}


.views_slideshow_controls_text_pause{
  display: none;
}

.views_slideshow_controls_text_next{
position: absolute;
    right: -5px;
    background-size: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-indent: -44px;
    font-size: 0;
    overflow: hidden;
    padding-right: 60px;
    cursor: pointer;
}

.views_slideshow_controls_text_next:after{
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 28px;
    top: 10px;
}

.views_slideshow_controls_text_previous:before{
    font-family: 'FontAwesome';
    content: "\f053";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 28px;
    top: 10px;
}

.views_slideshow_controls_text_previous{
    position: absolute;
    left: 4px;
    background-size: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-indent: 11px;
    overflow: hidden;
    padding-left: 60px;
    cursor: pointer;
}

#block-views-block-banner-institucional-block-2{
  position: relative;
}

#block-views-block-banner-institucional-block-2:after{
  position: absolute;
  content: " ";
      z-index: 2000;
    background: url(img/before-banner.png) no-repeat top left;
    background-size: 160%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#block-views-block-banner-institucional-block-2 .views-field-title{
position: absolute;
width: 100%;
top: 70px;
z-index: 2001;
}

#block-views-block-banner-institucional-block-2 .views-field-title h3{
    margin-top: 0;
    line-height: 36px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
    text-transform: none;
}
#block-views-block-banner-institucional-block-2 .views-field-title p{font-size: 12px;
line-height: 18px;
display: inline-block;
color: #fff;
font-size: 18px;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #ccc;}

#block-views-block-banner-institucional-block-2 .views-field-field-portada-inst .field-content{
  text-align: right;
}

.tags a{
    background: #1443A1;
    color: #fff;
    padding: 1px 5px;
    font-size: 12px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #0f45a0!important/*{borderColorActive}*/;
    background: #0f45a0!important/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #ffffff/*{fcActive}*/;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    background: #f2f2f2;
}

.ui-accordion .ui-accordion-content h3 {
    text-transform: none;
    margin-bottom: 20px;
}

.ui-accordion .ui-accordion-content p, .ui-accordion .ui-accordion-content ul li
  {
    margin: 0 0 5px 0;
    font-size: 15px;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}

.img-lateral img {
    padding-bottom: 1rem;
}

#block-views-block-acordion-block-3 .views-label, #block-views-block-acordion-block-5 .views-label, #block-views-block-acordion-block-6 .views-label,  #block-views-block-acordion-block-7 .views-label {
    font-size: 20px;
    color: #0f45a0;
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
/*    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;*/
}

#block-views-block-acordion-block-3 .field-content, #block-views-block-acordion-block-5 .field-content, #block-views-block-acordion-block-6 .field-content, #block-views-block-acordion-block-7 .field-content {
    font-size: 15px;
    color: #777;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

#block-views-block-acordion-block-6 .views-field-title .field-content, #block-views-block-acordion-block-7 .views-field-title .field-content {
   display: block;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a.ui-button:link, a.ui-button:visited, .ui-button {
    text-decoration: none;
    font-size: 15px;
}

a.ui-button, a.ui-button:link, a.ui-button:visited, .ui-button {
color: #777;
}

.navbar{
  border-radius: 0;
  margin-bottom: 0;
  border:none!important;
}

.welcome-banner .row{
  margin-left: -15px!important;
  margin-right: -15px!important;
}

.search input[type="submit"]{
    background: url(../images/search.svg) no-repeat;
    background-size: 18px;
    background-color: #1443A1;
    background-position: center;
    width: 40px!important;
    text-indent: -900px;
    overflow: hidden;
    height: 32px!important;
}

.welcome-banner{
  margin-top: -1px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.16);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.16);
}

.sidebar.secon .col-md-3{
    padding: 0;
}

#block-views-block-eventos-block-1{
    padding: 0;
    padding-bottom: 0;
}

.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: none!important; 
    font-weight: bold;
    color: #ccc!important;
}

.pager li>a{
  color: #c2c0c0;
}

.pager li.is-active a{
font-weight: bold;
color: #fff;
background: #1343a1 !important;
height: 20px;
margin-top: 6px;
width: 20px;
line-height: 10px;
border-radius: 50% !important;
}

.evento-b{
  background:#fff;
}

.path-search ol{
  padding-left: 15px!important;
}

.path-search ol li{
    border-bottom: 1px dotted #ccc;
}

.path-search ol li h3{
    font-size: 18px;
}

#block-views-block-slider-logos-block-2{
  margin-bottom: 0;
}

.path-search ol li p{
  font-size: 14px;
}

.path-search h2{
    padding-bottom: 39px;
    margin: 0 0 10px;
    border-bottom: none;
    color: #1343a1;
    font-weight: bold;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.welcome-banner .views-slideshow-controls-top{
  bottom: 10%!important;
}

.boton-cifras{
    display: inline-block;
    padding: 3px 20px;
    border: 1px solid #3ac2da;
    color: #3ac2da;
    border-radius: 3px;
}


.search{
    margin-top: 10px;
}

{
  display: none;
}

.bottom-news .col-md-8{
  background: #f2f2f2;
}

#block-twitterblock h2{
background: #4db3f3;
margin-top: 0;
color: #fff;
font-size: 18px;
padding: 10px;
border-bottom: none !important;
margin-bottom: 0;
border: none;
}

#block-twitterblock h2:after{
  display: none;
}

.bottom-news .twitter{
  padding-left: 85px;
}

.bottom-news .video{
  padding-right: 0;
}

#block-publications h2 {
    font-size: 19px;
    padding: 12px;
    border-bottom: none;
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
    background: #1443A1;
}

.welcome-banner .block, .block-language{
  margin-bottom: 0;
}

#block-twitterblock iframe{
    border: 1px solid #ccc!important;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.region-bottom-second{
      padding: 0!important;
}

.twitter.col-md-4{
    padding-right: 0;
    padding-left: 30px;
}

.b-news{
  border-bottom: 1px solid #ccc;
  min-height: 110px;
  padding: 10px 0;
}

.footerwidget a{
color: #fff;
}

.footerwidget p{
  color: #dedddd;
}

.footerwidget *::-webkit-input-placeholder {
    color: #dedddd;
}
.footerwidget *:-moz-placeholder {
    /* FF 4-18 */
    color: #dedddd;
}
.footerwidget *::-moz-placeholder {
    /* FF 19+ */
    color: #dedddd;
}
.footerwidget *:-ms-input-placeholder {
    /* IE 10+ */
    color: #dedddd;
}

.region-footer-first .menu {
  padding-left: 0;
}

.region-footer-first .menu li{
  list-style: none;

}

#block-worldbasc{
  margin-bottom: 0;
}

.pager__item--last, .pager__item--first{
  display: none!important;
}

#block-views-block-content-field-date-on-calendar-block-1 .pager__item--next a, #block-views-block-content-field-date-on-calendar-block-2 .pager__item--next a, #block-views-block-content-field-date-on-calendar-block-3 .pager__item--next a, #block-views-block-content-field-date-on-calendar-block-4 .pager__item--next a{
    background: url(/themes/drupal8_zymphonies_theme/images/arow_next.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    margin-top: 5px;
}

.pager li a span{
display: block;
width: 17px;
height: 17px;
border-radius: 50%;
font-size: 20px;
line-height: 14px;
margin-top: 2px;
}

.pager__item--next a:hover, .pager__item--previous a:hover{
  background-color: transparent!important;
}

#block-views-block-content-field-date-on-calendar-block-1 .pager__item--previous a, #block-views-block-content-field-date-on-calendar-block-2 .pager__item--previous a, #block-views-block-content-field-date-on-calendar-block-3 .pager__item--previous a, #block-views-block-content-field-date-on-calendar-block-4 .pager__item--previous a{
      background: url(/themes/drupal8_zymphonies_theme/images/arow_prew.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    margin-top: 5px;
}

#block-worldbasc p{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    padding: 5px;
    letter-spacing: 2px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 7px;
    text-align: left;
    color: #848484;
    font-weight: 600;
}

.top-nav{
    background: #ececec;
}

.block-language .links{
  float: right;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.block-language .links li{
  float: left;
  list-style: none;
  margin: 0 15px;
}

.block-language .links li.active{
  font-weight: bold;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
  border-radius: 0!important;
  border: none;
  padding: 0;
}

.ui-widget{
  font-family: 'OpenSans', sans-serif;
  font-size: 13.5px;
}

#block-views-block-slide-home-block-1{
  position: relative;
}

#views_slideshow_cycle_main_slider_logos-block_1 .views-row{
    width: calc(20% - 13px);
    float: left;
    margin: 6px;
}

#block-views-block-slider-logos-block-1 .views_slideshow_controls_text_previous,  .bottom_menu .owl-buttons .owl-prev,  .footer-menu .owl-buttons .owl-prev {
    position: absolute;
    left: -40px;
    width: 30px!important;
    height: 30px!important;
    border-radius: 50%;
    text-indent: 31px;
    overflow: hidden;
    background-color: #9b9b9b;
    padding-right: 0!important;
    padding-left: 0!important;
}

#block-views-block-slider-logos-block-1 .views_slideshow_controls_text_previous:before, .bottom_menu .owl-buttons .owl-prev:before, .footer-menu .owl-buttons .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f053";
    position: absolute;
    left: -24px;
    color: #fff;
    font-size: 19px;
    top: 5px;
}

.bottom_menu .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}

#block-views-block-slider-logos-block-1 {
  padding: 0 40px;
  margin-bottom: 0; 
  position: relative;
}

#block-views-block-slider-logos-block-1 .views-slideshow-controls-top {
    bottom: 50%;
}

.footer-menu .owl-slider-wrapper {
  position: relative;
}

.footer-menu .owl-slider-wrapper .owl-controls {
    position: absolute;
    top: 30%;
    width: 100%;
}

#block-views-block-slider-logos-block-1 .views_slideshow_controls_text_next,      .bottom_menu .owl-buttons .owl-next,  .footer-menu .owl-buttons .owl-next   {
    position: absolute;
    right: -40px;
    width: 30px!important;
    height: 30px!important;
    border-radius: 50%;
    text-indent: -76px;
    overflow: hidden;
    background-color: #9b9b9b;
    padding-left: 0!important;
    padding-right: 0!important;
}

#block-views-block-slider-logos-block-1 .views_slideshow_controls_text_next:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    right: -56px;
    color: #fff;
    font-size: 19px;
    top: 5px;
}

.bottom_menu .owl-buttons .owl-next:after, .footer-menu .owl-buttons .owl-next:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    right: -25px;
    color: #fff;
    font-size: 19px;
    top: 5px;
}

#block-mapa h2 {
  border-bottom: none!important;
  text-align: center!important;
  font-weight: bold;
}

.content-twitter-block{
    padding: 10px;
    background: #fff;

}

.instagram-feed {
  padding: 10px 10px 16px 10px;
  background: #fff;
}
.instagram_gallery {
  height: 500px;
  min-width: 180px;
  min-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll !important;
}

#block-contactus h2, #block-contactus-2 h2, #block-copyrightbasc h2 {
    display: block!important;
    font-size: 19px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(251, 251, 251, 0.38);
    margin-bottom: 16px;
    color: #fbfbfb;
    margin-top: 0;
}

#block-blocktabsall .views_slideshow_controls_text_previous {
    position: absolute;
    left: 7px;
    background: url(/themes/drupal8_zymphonies_theme/images/arow_prew.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
}

#block-blocktabsall .views_slideshow_controls_text_next {
    position: absolute;
    right: 7px;
    background: url(/themes/drupal8_zymphonies_theme/images/arow_next.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
}

/*//////////////////// calendario //////////////////////*/

.calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.odd td.today, .calendar-calendar .month-view .full tr.even td.today {
    background: none;
    border-left: 2px solid #ff2c2c!important;
    border-right: 2px solid #ff2c2c!important;
}

.calendar-calendar .month-view .full tr td.single-day.today {
    border-bottom: 2px solid #ff2c2c!important;
}

.calendar-calendar .month-view .full td.date-box{
      height: 1%;
    border-bottom: 0px;
    padding-bottom: 0px!important;
}

.calendar-calendar .month-view .full td.date-box.today {
    border-color: #ff2c2c!important;
    background: #ff2c2c;
    color: #fff!important;
}

.calendar-calendar div.day {
    float: right;
    text-align: center;
    padding: 0 0.25em 0 0.25em!important;
    margin: 0;
    background-color: #f3f3f3;
    border: 1px solid gray;
    border-width: 0 0 1px 1px;
    clear: both;
    width: 1.5em;
}

.calendar-calendar .month-view .full tr.single-day .no-entry, .calendar-calendar .month-view .full tr.single-day .no-entry .inner {
    height: 20px !important;
    line-height: 20px!important;
    background: #fff!important;
}


#block-views-block-content-field-date-on-calendar-block-1, #block-views-block-content-field-date-on-calendar-block-2, #block-views-block-content-field-date-on-calendar-block-3, #block-views-block-content-field-date-on-calendar-block-4{
  position: relative;
}

#block-views-block-content-field-date-on-calendar-block-1 .pager, #block-views-block-content-field-date-on-calendar-block-2 .pager, #block-views-block-content-field-date-on-calendar-block-3 .pager, #block-views-block-content-field-date-on-calendar-block-4 .pager {
    margin: 1px!important;
    position: absolute;
    top: 75px;
    width: 100%;
}

.clearfix{
  clear: both;
}

.views-field-field-portada-video:after{
display: block;
    content: " ";
    width: 100%;
    background-image: url(img/sombra-video.png);
    background-repeat: no-repeat;
    background-position: center -1px;
    background-size: contain;
    height: 30px;
}

#block-views-block-content-field-date-on-calendar-block-1  h3, #block-views-block-content-field-date-on-calendar-block-2  h3, #block-views-block-content-field-date-on-calendar-block-3  h3, #block-views-block-content-field-date-on-calendar-block-4  h3{
    margin-top: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 0;
    padding: 5px;
    color: #4e4e4e;
    background: #fff;
    text-align: center;
}

.calendar-calendar thead tr{
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
}

#block-views-block-content-field-date-on-calendar-block-1  h3:nth-child(2), #block-views-block-content-field-date-on-calendar-block-2  h3:nth-child(2), #block-views-block-content-field-date-on-calendar-block-3  h3:nth-child(2), #block-views-block-content-field-date-on-calendar-block-4  h3:nth-child(2){
  display: none;
}

.calendar-calendar th.days {
    background-color: #ffffff!important;
    border: none;
    color: #4e4e4e!important;
    font-size: 10px;
        padding: 0!important;
    font-weight: normal;
    width: calc(100% / 7);
}

#block-views-block-content-field-date-on-calendar-block-1 .js-pager__items li.pager__item--next, #block-views-block-content-field-date-on-calendar-block-2 .js-pager__items li.pager__item--next, #block-views-block-content-field-date-on-calendar-block-4 .js-pager__items li.pager__item--next, #block-views-block-content-field-date-on-calendar-block-3 .js-pager__items li.pager__item--next  {
    position: absolute;
    top: -4px;
    color: #1343a1;
    right: 8px;
}

.calendar-calendar td .inner div.day a {
    color: #1343a1!important;
}

.calendar-calendar .month-view .full tr.date-box, .calendar-calendar .month-view .full tr.date-box td, .calendar-calendar .month-view .full tr.multi-day, .calendar-calendar .month-view .full tr.multi-day td {
    height: 16px!important;
    max-height: 16px!important;
}

.calendar-calendar td {
    color: #828080!important;
    background: #dad9d9;
    font-size: 11px;
}

/* 2 eventos por columna */

.calendar-calendar .month-view .full .inner {
  display: flex;
  flex-wrap: wrap;
}
.calendar-calendar td {
  flex: 50%;
}
.calendar-calendar .month-view .full .inner div.monthview {
  padding: 0 2px;
}

/* fin 2 eventos por columnma */
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
    background: none;
    width: auto;
    padding: 0px 2px;
    overflow: hidden;
}

.js-pager__items li.pager__item--previous {
    position: absolute;
    left: 0;
    padding: 4px 4px;
    top: -4px;
    color: #1343a1;
    z-index: 10;
}

.js-pager__items li.pager__item--previous a{
  background: none!important;
}



.calendar-calendar .month-view .full .inner .monthview, .calendar-calendar .week-view .full .inner .weekview, .calendar-calendar .day-view .full .inner .dayview {
	position: inherit;
}


#block-views-block-content-field-date-on-calendar-block-1 .contextual-region, #block-views-block-content-field-date-on-calendar-block-2 .contextual-region, #block-views-block-content-field-date-on-calendar-block-3 .contextual-region, #block-views-block-content-field-date-on-calendar-block-4 .contextual-region{
  position: relative;
}

#block-views-block-content-field-date-on-calendar-block-1 .contextual-region:before, #block-views-block-content-field-date-on-calendar-block-2 .contextual-region:before, #block-views-block-content-field-date-on-calendar-block-3 .contextual-region:before, #block-views-block-content-field-date-on-calendar-block-4 .contextual-region:before{
  position: absolute;
  width: 20px;
  left: -20px;
  content: " ";
  height: 100%;
  background-image: url(img/sombra-cal.png);
  background-repeat: no-repeat;
  background-position: 2px top;
}

#block-views-block-slider-logos-block-1 .views_slideshow_cycle_main .views-field-title, .footer-menu .owl-item .views-field-title{
    width: 100%!important;
    text-align: center;
    margin-top: 40px;
    line-height: 25px;
    letter-spacing: 1px;
    line-height: 17px;
    padding-left: 0;
    position: relative;
    opacity: 0;
    color: #9b9b9b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.content-instagram-block {
    height: 520px;
    background: #fff;
    padding: 10px;
    overflow-y: scroll;
}

#block-instagramblock h2, #block-simpleinstagramfeed h2 {
background: #415e99;
margin: 0;
color: #fff;
padding: 10px;
font-size: 18px;
}

#block-facebook h2{
background: #3b5998;
margin: 0;
color: #fff;
padding: 10px;
font-size: 18px;
}

#block-instagramblock h2:after, #block-facebook h2:after, #block-simpleinstagramfeed h2:after {
  display: none;
}

#block-views-block-slider-logos-block-1 .views_slideshow_cycle_main .views-row:hover .views-field-title, .footer-menu .owl-item:hover .views-field-title{
  opacity: 1;
  color: #9b9b9b!important;
}

#block-views-block-slider-logos-block-1 .views_slideshow_cycle_main .views-field-title a:before{
  width: 50px;
  content: " ";
  border-bottom: 2px solid #9b9b9b;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);

}


#block-views-block-slider-logos-block-1 .views_slideshow_cycle_main .views-field-title a{
  color: #9b9b9b!important;
}

#block-views-block-content-field-date-on-calendar-block-1 .js-pager__items li.pager__item--next, #block-views-block-content-field-date-on-calendar-block-2 .js-pager__items li.pager__item--next, #block-views-block-content-field-date-on-calendar-block-3 .js-pager__items li.pager__item--next, #block-views-block-content-field-date-on-calendar-block-4
 .js-pager__items li.pager__item--next{
    position: absolute;
    top: -4px;
    color: #1343a1;
    z-index: 10;
}

#block-views-block-content-field-date-on-calendar-block-1 .js-pager__items li.pager__item--next a, #block-views-block-content-field-date-on-calendar-block-2 .js-pager__items li.pager__item--next a,
#block-views-block-content-field-date-on-calendar-block-3 .js-pager__items li.pager__item--next a, #block-views-block-content-field-date-on-calendar-block-4 .js-pager__items li.pager__item--next a{
    background: none!important;
}

#block-views-block-content-field-date-on-calendar-block-1 .js-pager__items li.pager__item--next:after, #block-views-block-content-field-date-on-calendar-block-2 .js-pager__items li.pager__item--next:after,
#block-views-block-content-field-date-on-calendar-block-3 .js-pager__items li.pager__item--next:after, #block-views-block-content-field-date-on-calendar-block-4 .js-pager__items li.pager__item--next:after  {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: -1;
}

#block-views-block-content-field-date-on-calendar-block-1 .js-pager__items li.pager__item--previous:after, #block-views-block-content-field-date-on-calendar-block-2 .js-pager__items li.pager__item--previous:after,
#block-views-block-content-field-date-on-calendar-block-3 .js-pager__items li.pager__item--previous:after, #block-views-block-content-field-date-on-calendar-block-4 .js-pager__items li.pager__item--previous:after {
    font-family: 'FontAwesome';
    content: "\f104";
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: -1;
}



.single-day td:last-child .title-event{
  /*right:0px!important;*/
  top: auto!important;

}

.single-day:last-child

.calendar-calendar th.days.sun {
border-right: 1px solid #ccc!important;
}

.calendar-calendar th.days.sat {
  border-left: 1px solid #ccc!important;
}

.pager li>a, .pager li>span {
    border: none!important;
    font-size: 11px;
}

.pager {
    margin: auto!important;
    position: relative;
    border-top: 1px dotted #b6b4b4;
    border-bottom: 1px dotted #b6b4b4;
}

#block-useraccountmenu .menu li{
  list-style: none;
}

#block-becomeamember .menu li a, #block-useraccountmenu .menu li a, #block-languageswitcher .links li a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 33%, rgba(30,87,153,1) 33%, rgba(28,116,214,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 33%,rgba(30,87,153,1) 33%,rgba(28,116,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1343a1', endColorstr='#1c74d6',GradientType=1 );
    padding: 5px 13px;
    padding-right: 45px;
    -webkit-border: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 2px;
    display: inline-block;
}
#block-languageswitcher .links li a {
  padding: 2px 13px;
}

#block-becomeamember .menu li:last-child a{
  padding-left: 30px;
}

#edit-keys{
  border:none!important;
  height: 27px;
}

#block-becomeamember .menu li:last-child a:before{
    font-family: 'FontAwesome';
    content: "\f007";
    position: absolute;
    color: #fff;
    left: 13px;
}

#block-becomeamember .menu li a:after, #block-useraccountmenu .menu li a:after{
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 5px 13px;
    border-left: 1px solid #d0ebf7;
}

#block-becomeamember .menu li, #block-useraccountmenu .menu li{
    padding-top: 14px;
    float: left;
    margin: 0 5px;
    list-style: none;
}

#block-becomeamember .menu, #block-useraccountmenu .menu{
  margin-top: 0;
}

.node__content strong{
    font-weight: bold;
    color: #777;
}



#map-canvas{
  height: 546px;
}

#menu_p{
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.29);
box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.29);
  line-height: 0.7;
}

.bg-secon-side {
   display: nonew;
}

.path-news .bg-secon-side, .page-node-type-cursos .bg-secon-side, .page-node-type-vacantes .bg-secon-side, .page-node-type-holidays .bg-secon-side, .path-frontpage .bg-secon-side, .page-node-type-event .bg-secon-side, .path-cbp-ctpat .bg-secon-side, .page-node-type-eventos_especiales .bg-secon-side {
    position: absolute;
    display: table-cell;
    height: 2000%;
    background: #ececec;
    width: 2000px;
    top: -100px;
    z-index: -1;
    left: -30px;
}


.date-event.Conference {
    color: #8B4513;
}

/* esto se desactiva
.page-node-type-institutional-page .bg-secon-side, .page-node-type-institucional-full- .bg-secon-side {
  display: none;
}

.page-node-type-cursos .bg-secon-side {
  display: none;
}
Hasta aqui desactiva */

.page-node-type-institutional-page .welcome-banner, .page-node-type-institucional-full- .welcome-banner, .page-node-type-event .welcome-banner {
      -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-node-type-institutional-page .page-header,  
.page-node-type-institucional-full- .page-header, .page-node-type-gallery .page-header {
    padding-bottom: 39px;
    margin: 0 0 10px;
    border-bottom: none;
    color: #1343a1;
    font-weight: bold;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-node-type-institutional-page .page-header:after,  
.page-node-type-institucional-full- .page-header:after, .page-node-type-gallery .page-header:after {
  content: " ";
  width: 50px;
  border-bottom: 2px solid #1343a1;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.views-field-field-portada-inst img{
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.29);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.29);
}

{
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.29);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.29);
}

/*.node__content img{
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}*/

.node__content{
  padding-right: 50px;
}

.create{
    font-size: 12px;
    color: #1343a1;
}

.js-pager__items li{
  float: left;
}

.paragraph--type--box a, .views-field-view-node a{
    font-size: 25px;
    color: #1343a1;
    text-align: right;
    width: 100%;
    display: block;
    padding: 0 15px 5px;
    background: #fff;
}

.views-col.col-1, .views-col.col-2, .views-col.col-3, .views-col.col-4, .views-col.col-5{
x-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: calc(20% - 20px)!important;
  margin: 0 10px;
}

/*  Lista de eventos - grid */
#block-views-block-events-list-block-1 .col {
   margin-top: 3rem;
   padding: 7px;
}

.fecha {
  float: left;
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: 1rem;
  width: 40px; height: 53px; 
  background: #fcfcfc; 
  background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
  background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
  background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.fecha p {
  margin-top: 2px;
  line-height: initial;
  font-family: Helvetica, sans-serif; 
  font-size: 26px; text-align: center; color: #9e9e9e; 
}

.fecha p span {
  margin-top: 2px;
  background: #1343a1; 
  background: linear-gradient(top, #154cb6 0%, #103784 100%);
  background: -moz-linear-gradient(top, #154cb6 0%, #103784 100%);
  background: -webkit-linear-gradient(top, #154cb6 0%, #103784 100%);
  font-size: 10px; font-weight: bold; color: #fff; text-transform: uppercase; 	
  display: block;
  border-top: 1px solid #0f347e;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  padding: 2px 0 2px 0;
}

#block-views-block-events-list-block-1 .views-field-field-event-type {
  text-align: center;
  color: #fff;
}
#block-views-block-events-list-block-1 .views-field-title {
  margin-top: 1rem;
  line-height: 140%;
  max-height: 6rem;
  overflow: hidden;
}

#block-views-block-events-list-block-1 .views-field-field-organizer {
  font-size: 12px;
  color: #1343a1;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

#block-views-block-events-list-block-1 .eventocss {
  position: relative;
  background: #f2f2f2;
  margin-right: 11px;
  min-height: 268px;
  width: 264px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
}

#block-views-block-events-list-block-1 .views-field-field-imagen-evento {
  margin-top: 4px;
}

#block-views-block-events-list-block-1 eventocss::after {
	content: " ";
	width: 100%;
	height: 20px;
	background: url(img/sombra.png) no-repeat;
	background-position: center -1px;
	background-size: 100%;
	position: relative;
	display: block;
}

#block-views-block-events-list-block-1 .row {
  display: flex;
  flex-wrap: wrap;
left: 0;
right:0;
}

.lista-eventos .form-item, .lista-eventos .form-actions {
	display: inline;
	width: 33% !important;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0;
	margin-bottom: 1em;
}
/* FIN Lista de eventos */



#block-views-block-events-list-block-1 .views-col {
   width: 250px !important;
   margin-left: 0;
   margin-right: 25px;
}

.breadcrumb ol li:first-child .separador{
  display: none;
}

.calendar-calendar td.empty {
    color: #d4d2d2!important;
}

.page-node-type-institucional-full- .region-menu-map{
  background:transparent;
}

.page-node-type-institucional-full- .image_map h2:first-child{
  display: none;
}

.page-node-type-institucional-full- .region-menu-map:before {
display: none;
}

.member_countries li{
  list-style: none;
}

.member_countries{
    padding-left: 10px;
}

/*.page-node-type-article .bg-secon-side {
    position: absolute;
    left: -30px;
    height: 260%;
    background: #ececec;
    width: 2000px;
    top: -81px;
    z-index: -1;
}*/

.page-node-type-article .page-header {
    margin-right: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom-color: #1c6eca;
    margin-bottom: 40px;
    border-top: 1px solid #1c6eca;
    color: #1343a1;
}

.menu-mapa h2{
    font-size: 19px;
    color: #fff!important;
    display: inline-block!important;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-bottom: 20px!important;
background:#2058E2;
}

.menu-mapa h2:after{
  display: none!important;
}

.member_countries li:before{
  content: " ";
  width: 7px;
  border-radius: 50%;
  background:#2058E2;
  height: 7px;
  display: inline-block;
  margin-right: 7px;
}

.menu.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
      width: 100%;
}

.single-day .item{
  position: relative;
}

.single-day .item .title-event{
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 11px;
  line-height: 14px;
  background: #ffF!important;
  /* max-width: 70px; */
  padding: 3px!important;
  display: none;
  z-index: 100;
}

.single-day .item .title-event a:hover{
  text-decoration: none;
}

.calevento:hover .title-event{
  display: block;
}

.pais-evento {
  font-size: 10px;
} 

.falta-event-table{
 background: #1d60ad;
color: #fff;
padding: 15px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
min-height: 110px;
}

.is-countdown {
  border: none;
}

.date-event-table{
 background: #1a5599;
color: #fff;
padding: 15px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
min-height: 110px;
}

.date-event-table .is-countdown{
  border: none!important;
  background-color: transparent!important;
}

.table-event{
background: #1c6ec9;
min-height: 110px;
padding: 15px;
color: #fff;
margin-bottom: 40px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.table-event-org{
background: #1c72d2;
padding: 15px;
color: #fff;
min-height: 110px;
margin-bottom: 40px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.item-document p{
  font-size: 13px;
}

.page-node-type-event .page-header {
    padding-bottom: 20px;
    margin: 0 0 10px;
    border-bottom: none!important;
    color: #1343a1;
    font-weight: bold;
}


#block-views-block-feed-instagram-final-block-1 a, #block-views-block-feed-instagram-final-block-2 a, #block-views-block-feed-instagram-final-block-3 a {
      display: block;
    padding: 10px 20px;
    font-size: 13px;
    word-wrap: break-word;
    line-height: 17px;
    color: #888;
}


#block-views-block-feed-instagram-final-block-1 .views-row, #block-views-block-feed-instagram-final-block-2 .views-row, #block-views-block-feed-instagram-final-block-3 .views-row {
  background: #fff;
  margin-bottom: 20px;
}

#block-views-block-feed-instagram-final-block-1 .views-row:first-child a {
  color: #fff;
}

#block-views-block-feed-instagram-final-block-1 .views-row:first-child {
  background: #1da1f2; 
}

#block-views-block-feed-instagram-final-block-1 .views-row:first-child .views-field-author {
  color: #fff;
}

#block-views-block-feed-instagram-final-block-1 .views-field-timestamp {
    background: #1da1f2;
    color: #fff;
    padding: 10px 20px;
}

#block-views-block-feed-instagram-final-block-3 .views-field-timestamp {
    background: #3B5998;
    color: #fff;
    padding: 10px 20px;
}

#block-views-block-feed-instagram-final-block-1 .views-field-timestamp i, #block-views-block-feed-instagram-final-block-1 .views-field-timestamp i, #block-views-block-feed-instagram-final-block-3 .views-field-timestamp i {
    font-size: 21px;
    margin-right: 5px;
}

#block-views-block-feed-instagram-final-block-1  .views-field-author {
    color: #1da1f2;
    font-size: 12px;
    padding: 10px 20px 0 20px;
}

#block-views-block-feed-instagram-final-block-2  .views-field-author {
    color: #285194;
    font-size: 12px;
    padding: 10px 20px 0 20px;
}

#block-views-block-feed-instagram-final-block-3  .views-field-author {
    color: #3B5998;
    font-size: 12px;
    padding: 10px 20px 0 20px;
}

#block-views-block-feed-instagram-final-block-2 .views-field-timestamp {
      background: #285194;
    color: #fff;
    padding: 10px 20px;
}

#views_slideshow_cycle_div_slider_logos-block_2_0 .views-row{
    width: calc(100% / 5 - 20px);
    float: left;
}
#views_slideshow_cycle_div_slider_logos-block_2_0 .views-field-title a{
  color: #ccc;
}

._2p3a{
  width: 100%!important;
}

.bottom_menu .owl-carousel .owl-item {
    padding: 10px;
}

.bottom_menu .owl-carousel .owl-item > div{
    background: #fff;
    min-height: 450px;
}

#block-views-block-eventos-block-1 .pager {
    margin: 0;
    width: 100%;
    position: relative;
}

#block-textcontact{
    margin-bottom: 0;
    background: #eaf7fd;
    padding: 20px;
    padding-bottom: 0;
}

#block-textcontact p{
  margin-bottom: 0!important;
}

.tablesort--asc {
  background-image: none !important;
  -webkit-mask-image: url(./img/twistie-down.svg);
  mask-image: url(./img/twistie-down.svg);
  background-color: #fff;
}

.tablesort--desc {
  background-image: none !important;
  -webkit-mask-image: url(./img/twistie-up.svg);
  mask-image: url(./img/twistie-up.svg);
  background-color: #fff;
}

.path-calendar-field-date .calendar-calendar .month-view .full tr.single-day .no-entry, .path-calendar-field-date .calendar-calendar .month-view .full tr.single-day .no-entry .inner {
    height: 100px !important;
    line-height: 20px!important;
    background: #fff!important;
}

.path-calendar-field-date .calendar-calendar .month-view .full tr td.single-day {
    border-top: 0px;
    padding: 5px;
}


.path-calendar-field-date .js-pager__items li.pager__item--next::after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: -1;
    font-size: 21px;
}


 .path-calendar-field-date .pager__item--previous a {

    background: none;
    background-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    margin-top: 5px;

}

#block-timeline{
  padding: 40px;
  overflow-x: scroll;
}
#block-timeline::-webkit-scrollbar {
   -webkit-appearance: none;
}
#block-timeline::-webkit-scrollbar:vertical {
   width: 11px;
}
#block-timeline::-webkit-scrollbar:horizontal {
   height: 11px;
}
#block-timeline::-webkit-scrollbar-thumb {
   border-radios: 8px;
   border: 2px solid white;
   background-color: rgba(0,0,0,.5);
}
#block-timeline::-webkit-scrollbar-track {
   background-color: #fff;
   border-radius: 8px;
}

 .path-calendar-field-date li.pager__item--previous::after {
    font-family: 'FontAwesome';
    content: "\f104";
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: -1;
    font-size: 21px;
}

 .path-calendar-field-date  .js-pager__items li.pager__item--previous {
position: absolute;
left: 0;
padding: 4px 4px;
top: -10px;
color: #1343a1;
z-index: 10;
}

 .path-calendar-field-date .pager__item--next a {

    background: none;
    background-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    margin-top: 5px;

}
 .path-calendar-field-date  .js-pager__items li.pager__item--next {

    position: absolute;
    top: -10px;
    color: #1343a1;
    z-index: 10;
    right: 10px;

}

 .path-calendar-field-date  .big-calendar-event .calevento{
    min-height: 26px;
    border-radius: 0;
    width: 26%;
    float: right;
    margin-right: 5px;
}

 .path-calendar-field-date  .big-calendar-event{
    margin-bottom: 10px !important;
    line-height: 12px;
}

.document-list{
  border-bottom: 1px dotted #ccc;
display: block;
padding: 4px 7px;
color: #1343a1!important;
text-decoration: underline;
}

.page-node-type-numbers .welcome-banner {
        -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.numbers-top{
  background-color: #e2e2e2;
  position: relative;
  z-index: 2;
      -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.16);
}

.numbers-middle{
  background-color: #efefef;
      -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.16);
    position: relative;
    z-index: 1;
}

.page-node-type-numbers .page-header {
    padding-bottom: 39px;
    margin: 0 0 10px;
    border-bottom: none;
    color: #1343a1;
    font-weight: bold;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.numbers-bottom{
    padding-top: 50px;
}

.page-node-type-numbers .page-header:after {
    content: " ";
    width: 50px;
    border-bottom: 2px solid #1343a1;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.views-row:nth-child(2n+1) .document-list{
  background-color: rgba(15, 69, 160, 0.12);
}

.views-row:nth-child(2n) .document-list{
 background: rgba(15, 69, 160, 0.06); 
}
   
/*  ESTILOS PARA TABLAS  */

table th {
    text-align: left;
    background: #1e5ca4;
    padding: 3px 10px;
    color: #fff;
    border: 1px solid #fff;
}

table th strong {
  color: #fff!important;
}

table td {
    /* background: #f2f2f2; */
    padding: 3px 10px;
}

table tr:nth-child(odd) {
  background-color: rgba(15, 69, 160, 0.12);
  background-color: rgba(30, 92, 164, 0.12);
}

table tr:nth-child(even) {
  background: rgba(15, 69, 160, 0.06); 
  background-color: rgba(30, 92, 164, 0.06);
}

/* otro bloque de definicion de tabla */
.ui-tabs-panel th a, th a {
   color: #ffffff;
   text-decoration: underline;
}

.ui-tabs-panel table {
  width: 100%!important;
}

.ui-tabs-panel table tr td a {
  color: #1343a1!important;
  text-decoration: underline;
}

.ui-tabs-panel table tr:nth-child(2n+1) td {
  background-color: rgba(15, 69, 160, 0.12);
}
    
.ui-tabs-panel table tr:nth-child(2n) td {
  background: rgba(15, 69, 160, 0.06); 
}

/* Estilos tabla de auditores */
.tabla-auditores {
  font-size: 12px;
  color: #1343a1;
}

.tabla-auditores .views-field-title {
  width: 35%;
}

.tabla-auditores .views-field-field-chapter {
  width: 24%;
}

.tabla-auditores .views-field-field-auditor-country {
  width: 25%;
}

.tabla-auditores .views-field-field-certification-auditor {
  width: 8%;
}

.tabla-auditores .views-field-consultant {
  width: 8%;
}


.node__content  figure.align-center img {
  margin-right: 0;
}

.node__content  figure{
  display: table;
}

ul, ol{
      margin-bottom: 30px;
}

.ui-tabs-panel .node__content {
    padding-right: 0;
}

.ui-tabs-panel .node__content .col-md-4:first-child{
  padding-left: 0;
}

.ui-tabs-panel .node__content .col-md-4:last-child{
  padding-right: 0;
}

.ui-tabs-panel .node--type-hotel h2{
    font-size: 19px!important;
    font-family: 'OpenSans', sans-serif!important;
    text-transform: none!important;
    font-weight: 700!important;
    margin-bottom: 20px!important;
    padding-bottom: 20px!important;
    border-bottom: 1px solid #ccc!important;
    text-align: left!important;
}

.ui-tabs-panel .node--type-hotel h2 a{
  color: #1343a1;
}

#block-views-block-image-news-block-1 figure{
    display: table;
}

.page-node-type-hotel .welcome-banner{
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-node-type-hotel .page-header {
    padding-bottom: 39px;
    margin: 0 0 10px;
    border-bottom: none;
    color: #1343a1;
    font-weight: bold;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-node-type-hotel .page-header::after {
    content: " ";
    width: 50px;
    border-bottom: 2px solid #1343a1;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.page-node-type-hotel .geolocation-formatter-map-wrapper{
    margin-bottom: 16px;
}

.page-node-type-hotel .information{
    padding: 15px;
    background: #f2f2f2;
    position: relative;
}

.page-node-type-hotel .welcome-banner .views-slideshow-controls-top {
    bottom: 63% !important;
}

.imagefield_slideshow, .imagefield_slideshow img{
  width: 100%!important;
}

.ui-tabs .ui-tabs-panel {
    min-height: 356px;
}

.page-node-type-hotel .information:after {
    content: " ";
    width: 100%;
    height: 20px;
    background: url(img/sombra.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-position: center top;
    background-size: 100%;
    position: absolute;
    display: block;
    bottom: -20px;
    left: 0;
}

.views-field-field-hotels article{
    min-height: 225px;
padding: 20px;
background: #f2f2f2;
position: relative;
margin-bottom: 30px;
font-size: 15px;
color: #777;
font-family: 'Open Sans', sans-serif;
}

.views-field-field-hotels article .col-md-5 div div:first-child{
  font-weight: bold;
}

.views-field-field-hotels article:after {
content: " ";
width: 100%;
height: 20px;
background: url(img/sombra.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto auto;
background-position: center -14px;
background-size: 99%;
position: absolute;
display: block;
bottom: -20px;
left: 0;
}

.page-node-type-hotel .node__content{
  padding-right: 0!important;
}

.info-news{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
  margin-bottom: 20px;
}

#block-webform form, #block-webform-2 form, .webform-submission-contact-form, .webform-submission-in_house_courses_inquiry-form, .webform-submission-inscripcion-cursos-form, .webform-submission-course-registration-form, .webform-submission-denuncias-basc-add-form {
    background: #eaf6fc;
    padding: 5px 10px;
}
.webform-submission-denuncias-basc-add-form {
    width: 100%;
}

.webform-submission-course-registration-form label.option {
   font-weight: 700;
}
h3.webform-section-title {
  padding-left:15px;
}
.webform-submission-course-registration-form section {
  padding-top: 2em;
}

.info-news div{
    display: inline-block;
    color: #999;
    font-size: 12px;
}

#block-views-block-image-news-block-1{
	margin-right: 50px;
}

.ui-tabs-panel .node--type-hotel h2:after{
  display: none!important;
}

/*/////// TEMPORAL BORRA MAPA///////*/

#block-views-block-contact-block-3 .views-row .row .col-md-5{
  position: relative;
}

/* #block-views-block-contact-block-3 .views-row .row .col-md-5::before{
  content: '';
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url('img/logo-transparent.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
} */

#block-mapaprueba{
    position: relative;
}

#block-mapaprueba::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #d7ebf5;
  background-image: url('img/logo-transparent.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
}

@media (max-width: 1200px) {
   .container {
      width: 100%!important;
   }
   .menu-base-theme, .menu-base-theme li a {
      font-size: 11px;
   }
}


@media (max-width: 990px){
  .container {
    background: none;
  }
  .sidebar.secon {
    display: none;
  }

  /*.site-branding__name {
    display: none;
  }*/

  .item-timeline:nth-child(2n+1) .ver-mas-item, .item-timeline:nth-child(2n) .ver-mas-item {
    display: none;
  }

  .item-timeline:nth-child(2n) .cont .description p:last-child::after, .item-timeline:nth-child(2n+1) .cont .description p:last-child::after  {
    display: none;
  }

  .item-timeline:nth-child(2n+1) .cont .year::before {
    display: none;
  }

  #timeline h2::after, #timelinees h2::after {
    display: none;
  }



  .item-timeline:nth-child(2n+1) .cont, .item-timeline:nth-child(2n) .cont {
    position: relative;
  }

  .item-timeline:nth-child(2n+2) {
    transform: none;
  }

  .item-timeline:nth-child(2n+2) .logo-timeline, .item-timeline:nth-child(2n) .logo-timeline {
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 10px;
    transform: none;
  }

  #timeline h2, #timelinees h2, .timeline-list {
    position: relative;
  }

  .item-timeline:nth-child(6) .logo-timeline::after {
    content: " ";
    height: 55px;
    border-right: 1px dashed #1343a1;
    position: absolute;
    bottom: -55px;
    left: 50%;
    display: none;
  }

  #timeline, #timelinees {
    background: #f2f2f2;
    padding-top: 0;
    height: auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    background-size: auto auto;
    background-size: 1030px;
  }

  .item-timeline:nth-child(8) .logo-timeline::after{
    display: none;
  }

  .item-timeline:nth-child(8) .logo-timeline{
    transform: none!important;
    margin-top: 0;
  }

  .item-timeline .logo-timeline {
    position: relative;
    top:0;
    text-align: center;
    margin-bottom: 10px;
  }


  #timeline::before, #timelinees::before{
    display: none;
  }
  .item-timeline {
    float: none;
    width: 100%;
    position: relative;
    height: auto;
    margin-left: 0;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #1343a1;
  }

  .item-timeline:first-child {
    margin-left: 0;
  }

  p.fb {
    position: relative;
    padding-bottom: 90.25%;
    height: 0;
    overflow: hidden;
  }
    
  p.fb iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -165px;
  }
   
  .views_slideshow_controls_text_previous {
    top: -25px;
  }  
    
  .views_slideshow_controls_text_next {
    top: -25px;
  }
    
  .noticias-recientes .views-field-body img {
    width: 100%;
  } 
    
  #banner_cursos .views-field-title,  #banner_vacantes .views-field-title {
    background-size: cover;
  }

  #block-views-block-noticia-destacada-block-1 {
    padding: 0;
  }

  #block-views-block-documents-block-1 {
    height: auto;
  }

  .region-topwidget-third {
    margin-top: 20px;
  }
 
  .bottom-news .twitter {
    padding-left: 0px;
  }
    

  .video-home h2, .video-home h3 {
    position: absolute !important;
    border-bottom: none;
    z-index: 10;
    top: 20px;
    left: 0;
    font-weight: bold;
    font-size: 34px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(25, 25, 25, 1);
  }    
    
  .certi-img img {
    display: none;
  }

  #certificate p {
    text-align: center;
  }
    
  #certificate a.enlace-sidebarb {
    float: none;
    margin: auto;
  }
    
  .menu-mapa {
    padding-left: 0;
    padding-right: 0;
    margin-top: -20px;
  }

  .menu .container{
    width: 100%!important;
    padding: 0;
  }

  .menu .container .col-md-12{
    padding: 0;
  }

  .menu .container .col-md-12 ul{
    padding: 0;
  }

  .menu-base-theme a span.sub-arrow{
    display: none;
  }

  .menu-base-theme, .menu-base-theme li a {
    font-size: 10.5px;
    padding: 10px;
  }

  .image-mapa {
    padding-right: 0;
    padding-left: 0;
  }    
    
  .views-field-field-video  {
    width: 100%;
  }
    
  .views-field-field-portada-video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
  }
    
  .views-field-field-portada-video a img {
    width: 100%;
  }
    
  #views_slideshow_cycle_teaser_section_video-block_1 {
    height: 540px;
  }
    
  .main-header .navbar{
    background: url(themes/drupal8_zymphonies_theme/css/img/bg-top.svg) no-repeat;
    background-size: cover; background-color: #f2f2f2;
  }
}

#photo-image {
   position: relative;
}
#photo-license {
   position: absolute;
   right: 20px;
   bottom: 5px;
}

#block-views-block-acordion-block-2 h2, #block-webform-2 h2, #block-webform-3 h2, #block-views-block-acordion-block-1 h2, #block-views-block-acordion-block-4 h2, #block-views-block-events-list-block-1 h2 {
    font-size: 23px !important;
    color: #1343a1 !important;
    font-family: 'OpenSans', sans-serif;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: left !important;
    margin-top: 40px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
}

#block-views-block-acordion-block-2 h2:first-child::after, #block-webform-2 h2:first-child::after, #block-webform-3 h2:first-child::after, #block-views-block-acordion-block-1 h2:first-child::after, #block-views-block-acordion-block-4 h2:first-child::after, #block-views-block-auditores-block-1 h2:first-child::after, #block-views-block-events-list-block-1 h2:first-child::after {
    position:initial;
    width: auto;
    border: none !important;
    content: none !important;
    display: inline;
    color: inherit !important;
}

#timeline{
    min-width: 1110px;
}

.webform-submission-courses_inquiry-form, .webform-submission-in_house_courses_inquiry-form {
  min-height: 495px;
}

@media (max-width: 767px) {
  .site-branding {
    margin: 0;
    text-align: center;
  }
  #cpb-ctpat-logos {
    flex-flow: column nowrap;
    justify-content: center;
  }
  #cbp-logo {
    width: 100%;
    margin-bottom: 3rem;
  }
  #cpt-logo {
    width: 100%;
  }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
}
.page-node-type-cursos .region-content, .page-node-type-vacantes .region-content {
	padding-right: 0;
}
.ui-tabs .ui-tabs-panel {
	padding: 1em 0;
}

}

.views-field a {
   /* text-decoration: underline; */
}

.foto-lateral-hotel img {
   margin-bottom: 10px;
}

.field-timer-jquery-countdown, .field-timer-jquery-countdown-led {
  display: inline;
}


/* Formulario de lista de auditores */

#block-views-block-auditores-block-1 h2 {
    font-size: 23px !important;
    color: #eee !important;
    font-family: 'OpenSans', sans-serif;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: left !important;
    margin-top: 40px !important;
    margin-bottom: 0 !important;
    padding: 20px 25px !important;
    background: #1e5ca4;
}
#block-views-block-auditores-block-1 h2:first-child::after {
    position:initial;
    width: auto;
    border: none !important;
    content: none !important;
    display: inline;
    color: inherit !important;
}


.tabla-auditores header {
    background-color: rgba(30, 92, 164, 0.08);
  padding: 10px 25px;
}

.tabla-auditores h6 {
   font-family: 'OpenSans', sans-serif;
   font-size: 1em;
   margin: 0;
   background-color: rgba(30, 92, 164, 0.08);
   padding: 5px 25px 15px 25px;
}


.tabla-auditores .form-item, .tabla-auditores .form-actions {
  display: inline;
  width: 50% !important;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 1em;
}

.tabla-auditores .form-item-field-auditor-country-target-id, .tabla-auditores .form-item-field-cert-aud-value, .tabla-auditores .form-item-field-consultant-value, .tabla-auditores .form-actions, .tabla-auditores .form-item-field-trainer-value, .tabla-auditores .form-item-field-aud-version-target-id {
  width: 25% !important;
}

.tabla-auditores .form-actions {
 margin-top: 2em;
 right: 0;
/* text-align: center;*/
 clear: both;
}

.tabla-auditores label {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #1344A1;
}


/*
.tabla-auditores .form-item input[type="text"]{
  max-width: 80%!important;
  border-right: none;
  float:right;
}
*/
.tabla-auditores input[type="text"], .tabla-auditores input[type="number"], .tabla-auditores input[type="email"], .tabla-auditores input[type="tel"], .tabla-auditores select, .tabla-auditores textarea {
    padding: 4px;
    border: 1px solid rgba(29, 105, 191, 0.41) !important;
    color: #666;
    background: rgba(255, 255, 255, 0.9);
    width: 100% !important;
}

/*  No se requiere - eliminar si lee esto
.tabla-auditores #edit-actions::after {
    font-family: 'FontAwesome';
    content: "\f002";
    display: block;
    color: #8f8f8f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/

#block-views-block-gallery-gallery-block .views-infinite-scroll-content-wrapper {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
}

#block-views-block-gallery-gallery-block .views-infinite-scroll-content-wrapper > div {
   flex: 25%;
   max-width: 25%;
   padding-bottom: 0.5em;
}

details {
  background: #ffffff;
  color: #777;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: .3rem 3rem;
  margin-bottom: 10px;
  display: inline-block;
}
summary {
  outline: none;
}

details-animated {
  transition: height 1s easy;
}
details-animated:not([open]) {
  height: 1em;
}
details-animated[open] {
  height: 5em;
}


@media (max-width: 1200px) {
  #block-views-block-gallery-gallery-block .views-infinite-scroll-content-wrapper > div {
    flex: 33%;
    max-width: 33%;
  }
}

@media (max-width: 880px) {
  #block-views-block-gallery-gallery-block .views-infinite-scroll-content-wrapper > div {
   flex: 50%;
   max-width: 50%;
  }
}

@media (max-width: 620px) {

  #block-views-block-gallery-gallery-block .views-infinite-scroll-content-wrapper > div {
    flex: 100%;
    max-width: 100%;
  }

  #block-views-block-gallery-gallery-block .views-field-field-imagen-galeria img {
    padding: 3px;
    max-width: 260px;
  }
}
[class*="block-column-"] > .grid {
	display: block;
	float: inline-start;
	height: auto;
	overflow: hidden;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	break-inside: avoid-column;
}

/* COLORES CON NOMBRES */

.background-AliceBlue {
	background: #F0F8FF;
}

.background-AntiqueWhite {
	background: #FAEBD7;
}

.background-Aqua {
	background: #00FFFF;
}

.background-Aquamarine {
	background: #7FFFD4;
}

.background-Azure {
	background: #F0FFFF;
}

.background-Beige {
	background: #F5F5DC;
}

.background-Bisque {
	background: #FFE4C4;
}

.background-Black {
	background: #000000;
}

.background-BlanchedAlmond {
	background: #FFEBCD;
}

.background-Blue {
	background: #0000FF;
}

.background-BlueViolet {
	background: #8A2BE2;
}

.background-Brown {
	background: #A52A2A;
}

.background-BurlyWood {
	background: #DEB887;
}

.background-CadetBlue {
	background: #5F9EA0;
}

.background-Chartreuse {
	background: #7FFF00;
}

.background-Chocolate {
	background: #D2691E;
}

.background-Coral {
	background: #FF7F50;
}

.background-CornflowerBlue {
	background: #6495ED;
}

.background-Cornsilk {
	background: #FFF8DC;
}

.background-Crimson {
	background: #DC143C;
}

.background-Cyan {
	background: #00FFFF;
}

.background-DarkBlue {
	background: #00008B;
}

.background-DarkCyan {
	background: #008B8B;
}

.background-DarkGoldenRod {
	background: #B8860B;
}

.background-DarkGray {
	background: #A9A9A9;
}

.background-DarkGrey {
	background: #A9A9A9;
}

.background-DarkGreen {
	background: #006400;
}

.background-DarkKhaki {
	background: #BDB76B;
}

.background-DarkMagenta {
	background: #8B008B;
}

.background-DarkOliveGreen {
	background: #556B2F;
}

.background-DarkOrange {
	background: #FF8C00;
}

.background-DarkOrchid {
	background: #9932CC;
}

.background-DarkRed {
	background: #8B0000;
}

.background-DarkSalmon {
	background: #E9967A;
}

.background-DarkSeaGreen {
	background: #8FBC8F;
}

.background-DarkSlateBlue {
	background: #483D8B;
}

.background-DarkSlateGray {
	background: #2F4F4F;
}

.background-DarkSlateGrey {
	background: #2F4F4F;
}

.background-DarkTurquoise {
	background: #00CED1;
}

.background-DarkViolet {
	background: #9400D3;
}

.background-DeepPink {
	background: #FF1493;
}

.background-DeepSkyBlue {
	background: #00BFFF;
}

.background-DimGray {
	background: #696969;
}

.background-DimGrey {
	background: #696969;
}

.background-DodgerBlue {
	background: #1E90FF;
}

.background-FireBrick {
	background: #B22222;
}

.background-FloralWhite {
	background: #FFFAF0;
}

.background-ForestGreen {
	background: #228B22;
}

.background-Fuchsia {
	background: #FF00FF;
}

.background-Gainsboro {
	background: #DCDCDC;
}

.background-GhostWhite {
	background: #F8F8FF;
}

.background-Gold {
	background: #FFD700;
}

.background-GoldenRod {
	background: #DAA520;
}

.background-Gray {
	background: #808080;
}

.background-Grey {
	background: #808080;
}

.background-Green {
	background: #008000;
}

.background-GreenYellow {
	background: #ADFF2F;
}

.background-HoneyDew {
	background: #F0FFF0;
}

.background-HotPink {
	background: #FF69B4;
}

.background-IndianRed  {
	background: #CD5C5C;
}

.background-Indigo  {
	background: #4B0082;
}

.background-Ivory {
	background: #FFFFF0;
}

.background-Khaki {
	background: #F0E68C;
}

.background-Lavender {
	background: #E6E6FA;
}

.background-LavenderBlush {
	background: #FFF0F5;
}

.background-LawnGreen {
	background: #7CFC00;
}

.background-LemonChiffon {
	background: #FFFACD;
}

.background-LightBlue {
	background: #ADD8E6;
}

.background-LightCoral {
	background: #F08080;
}

.background-LightCyan {
	background: #E0FFFF;
}

.background-LightGoldenRodYellow {
	background: #FAFAD2;
}

.background-LightGray {
	background: #D3D3D3;
}

.background-LightGrey {
	background: #D3D3D3;
}

.background-LightGreen {
	background: #90EE90;
}

.background-LightPink {
	background: #FFB6C1;
}

.background-LightSalmon {
	background: #FFA07A;
}

.background-LightSeaGreen {
	background: #20B2AA;
}

.background-LightSkyBlue {
	background: #87CEFA;
}

.background-LightSlateGray {
	background: #778899;
}

.background-LightSlateGrey {
	background: #778899;
}

.background-LightSteelBlue {
	background: #B0C4DE;
}

.background-LightYellow {
	background: #FFFFE0;
}

.background-Lime {
	background: #00FF00;
}

.background-LimeGreen {
	background: #32CD32;
}

.background-Linen {
	background: #FAF0E6;
}

.background-Magenta {
	background: #FF00FF;
}

.background-Maroon {
	background: #800000;
}

.background-MediumAquaMarine {
	background: #66CDAA;
}

.background-MediumBlue {
	background: #0000CD;
}

.background-MediumOrchid {
	background: #BA55D3;
}

.background-MediumPurple {
	background: #9370DB;
}

.background-MediumSeaGreen {
	background: #3CB371;
}

.background-MediumSlateBlue {
	background: #7B68EE;
}

.background-MediumSpringGreen {
	background: #00FA9A;
}

.background-MediumTurquoise {
	background: #48D1CC;
}

.background-MediumVioletRed {
	background: #C71585;
}

.background-MidnightBlue {
	background: #191970;
}

.background-MintCream {
	background: #F5FFFA;
}

.background-MistyRose {
	background: #FFE4E1;
}

.background-Moccasin {
	background: #FFE4B5;
}

.background-NavajoWhite {
	background: #FFDEAD;
}

.background-Navy {
	background: #000080;
}

.background-OldLace {
	background: #FDF5E6;
}

.background-Olive {
	background: #808000;
}

.background-OliveDrab {
	background: #6B8E23;
}

.background-Orange {
	background: #FFA500;
}

.background-OrangeRed {
	background: #FF4500;
}

.background-Orchid {
	background: #DA70D6;
}

.background-PaleGoldenRod {
	background: #EEE8AA;
}

.background-PaleGreen {
	background: #98FB98;
}

.background-PaleTurquoise {
	background: #AFEEEE;
}

.background-PaleVioletRed {
	background: #DB7093;
}

.background-PapayaWhip {
	background: #FFEFD5;
}

.background-PeachPuff {
	background: #FFDAB9;
}

.background-Peru {
	background: #CD853F;
}

.background-Pink {
	background: #FFC0CB;
}

.background-Plum {
	background: #DDA0DD;
}

.background-PowderBlue {
	background: #B0E0E6;
}

.background-Purple {
	background: #800080;
}

.background-RebeccaPurple {
	background: #663399;
}

.background-Red {
	background: #FF0000;
}

.background-RosyBrown {
	background: #BC8F8F;
}

.background-RoyalBlue {
	background: #4169E1;
}

.background-SaddleBrown {
	background: #8B4513;
}

.background-Salmon {
	background: #FA8072;
}

.background-SandyBrown {
	background: #F4A460;
}

.background-SeaGreen {
	background: #2E8B57;
}

.background-SeaShell {
	background: #FFF5EE;
}

.background-Sienna {
	background: #A0522D;
}

.background-Silver {
	background: #C0C0C0;
}

.background-SkyBlue {
	background: #87CEEB;
}

.background-SlateBlue {
	background: #6A5ACD;
}

.background-SlateGray {
	background: #708090;
}

.background-SlateGrey {
	background: #708090;
}

.background-Snow {
	background: #FFFAFA;
}

.background-SpringGreen {
	background: #00FF7F;
}

.background-SteelBlue {
	background: #4682B4;
}

.background-Tan {
	background: #D2B48C;
}

.background-Teal {
	background: #008080;
}

.background-Thistle {
	background: #D8BFD8;
}

.background-Tomato {
	background: #FF6347;
}

.background-Turquoise {
	background: #40E0D0;
}

.background-Violet {
	background: #EE82EE;
}

.background-Wheat {
	background: #F5DEB3;
}

.background-White {
	background: #FFFFFF;
}

.background-WhiteSmoke {
	background: #F5F5F5;
}

.background-Yellow {
	background: #FFFF00;
}

.background-YellowGreen {
	background: #9ACD32;
}

.color-AliceBlue {
	color: #F0F8FF;
}

.color-AntiqueWhite {
	color: #FAEBD7;
}

.color-Aqua {
	color: #00FFFF;
}

.color-Aquamarine {
	color: #7FFFD4;
}

.color-Azure {
	color: #F0FFFF;
}

.color-Beige {
	color: #F5F5DC;
}

.color-Bisque {
	color: #FFE4C4;
}

.color-Black {
	color: #000000;
}

.color-BlanchedAlmond {
	color: #FFEBCD;
}

.color-Blue {
	color: #0000FF;
}

.color-BlueViolet {
	color: #8A2BE2;
}

.color-Brown {
	color: #A52A2A;
}

.color-BurlyWood {
	color: #DEB887;
}

.color-CadetBlue {
	color: #5F9EA0;
}

.color-Chartreuse {
	color: #7FFF00;
}

.color-Chocolate {
	color: #D2691E;
}

.color-Coral {
	color: #FF7F50;
}

.color-CornflowerBlue {
	color: #6495ED;
}

.color-Cornsilk {
	color: #FFF8DC;
}

.color-Crimson {
	color: #DC143C;
}

.color-Cyan {
	color: #00FFFF;
}

.color-DarkBlue {
	color: #00008B;
}

.color-DarkCyan {
	color: #008B8B;
}

.color-DarkGoldenRod {
	color: #B8860B;
}

.color-DarkGray {
	color: #A9A9A9;
}

.color-DarkGrey {
	color: #A9A9A9;
}

.color-DarkGreen {
	color: #006400;
}

.color-DarkKhaki {
	color: #BDB76B;
}

.color-DarkMagenta {
	color: #8B008B;
}

.color-DarkOliveGreen {
	color: #556B2F;
}

.color-DarkOrange {
	color: #FF8C00;
}

.color-DarkOrchid {
	color: #9932CC;
}

.color-DarkRed {
	color: #8B0000;
}

.color-DarkSalmon {
	color: #E9967A;
}

.color-DarkSeaGreen {
	color: #8FBC8F;
}

.color-DarkSlateBlue {
	color: #483D8B;
}

.color-DarkSlateGray {
	color: #2F4F4F;
}

.color-DarkSlateGrey {
	color: #2F4F4F;
}

.color-DarkTurquoise {
	color: #00CED1;
}

.color-DarkViolet {
	color: #9400D3;
}

.color-DeepPink {
	color: #FF1493;
}

.color-DeepSkyBlue {
	color: #00BFFF;
}

.color-DimGray {
	color: #696969;
}

.color-DimGrey {
	color: #696969;
}

.color-DodgerBlue {
	color: #1E90FF;
}

.color-FireBrick {
	color: #B22222;
}

.color-FloralWhite {
	color: #FFFAF0;
}

.color-ForestGreen {
	color: #228B22;
}

.color-Fuchsia {
	color: #FF00FF;
}

.color-Gainsboro {
	color: #DCDCDC;
}

.color-GhostWhite {
	color: #F8F8FF;
}

.color-Gold {
	color: #FFD700;
}

.color-GoldenRod {
	color: #DAA520;
}

.color-Gray {
	color: #808080;
}

.color-Grey {
	color: #808080;
}

.color-Green {
	color: #008000;
}

.color-GreenYellow {
	color: #ADFF2F;
}

.color-HoneyDew {
	color: #F0FFF0;
}

.color-HotPink {
	color: #FF69B4;
}

.color-IndianRed  {
	color: #CD5C5C;
}

.color-Indigo  {
	color: #4B0082;
}

.color-Ivory {
	color: #FFFFF0;
}

.color-Khaki {
	color: #F0E68C;
}

.color-Lavender {
	color: #E6E6FA;
}

.color-LavenderBlush {
	color: #FFF0F5;
}

.color-LawnGreen {
	color: #7CFC00;
}

.color-LemonChiffon {
	color: #FFFACD;
}

.color-LightBlue {
	color: #ADD8E6;
}

.color-LightCoral {
	color: #F08080;
}

.color-LightCyan {
	color: #E0FFFF;
}

.color-LightGoldenRodYellow {
	color: #FAFAD2;
}

.color-LightGray {
	color: #D3D3D3;
}

.color-LightGrey {
	color: #D3D3D3;
}

.color-LightGreen {
	color: #90EE90;
}

.color-LightPink {
	color: #FFB6C1;
}

.color-LightSalmon {
	color: #FFA07A;
}

.color-LightSeaGreen {
	color: #20B2AA;
}

.color-LightSkyBlue {
	color: #87CEFA;
}

.color-LightSlateGray {
	color: #778899;
}

.color-LightSlateGrey {
	color: #778899;
}

.color-LightSteelBlue {
	color: #B0C4DE;
}

.color-LightYellow {
	color: #FFFFE0;
}

.color-Lime {
	color: #00FF00;
}

.color-LimeGreen {
	color: #32CD32;
}

.color-Linen {
	color: #FAF0E6;
}

.color-Magenta {
	color: #FF00FF;
}

.color-Maroon {
	color: #800000;
}

.color-MediumAquaMarine {
	color: #66CDAA;
}

.color-MediumBlue {
	color: #0000CD;
}

.color-MediumOrchid {
	color: #BA55D3;
}

.color-MediumPurple {
	color: #9370DB;
}

.color-MediumSeaGreen {
	color: #3CB371;
}

.color-MediumSlateBlue {
	color: #7B68EE;
}

.color-MediumSpringGreen {
	color: #00FA9A;
}

.color-MediumTurquoise {
	color: #48D1CC;
}

.color-MediumVioletRed {
	color: #C71585;
}

.color-MidnightBlue {
	color: #191970;
}

.color-MintCream {
	color: #F5FFFA;
}

.color-MistyRose {
	color: #FFE4E1;
}

.color-Moccasin {
	color: #FFE4B5;
}

.color-NavajoWhite {
	color: #FFDEAD;
}

.color-Navy {
	color: #000080;
}

.color-OldLace {
	color: #FDF5E6;
}

.color-Olive {
	color: #808000;
}

.color-OliveDrab {
	color: #6B8E23;
}

.color-Orange {
	color: #FFA500;
}

.color-OrangeRed {
	color: #FF4500;
}

.color-Orchid {
	color: #DA70D6;
}

.color-PaleGoldenRod {
	color: #EEE8AA;
}

.color-PaleGreen {
	color: #98FB98;
}

.color-PaleTurquoise {
	color: #AFEEEE;
}

.color-PaleVioletRed {
	color: #DB7093;
}

.color-PapayaWhip {
	color: #FFEFD5;
}

.color-PeachPuff {
	color: #FFDAB9;
}

.color-Peru {
	color: #CD853F;
}

.color-Pink {
	color: #FFC0CB;
}

.color-Plum {
	color: #DDA0DD;
}

.color-PowderBlue {
	color: #B0E0E6;
}

.color-Purple {
	color: #800080;
}

.color-RebeccaPurple {
	color: #663399;
}

.color-Red {
	color: #FF0000;
}

.color-RosyBrown {
	color: #BC8F8F;
}

.color-RoyalBlue {
	color: #4169E1;
}

.color-SaddleBrown {
	color: #8B4513;
}

.color-Salmon {
	color: #FA8072;
}

.color-SandyBrown {
	color: #F4A460;
}

.color-SeaGreen {
	color: #2E8B57;
}

.color-SeaShell {
	color: #FFF5EE;
}

.color-Sienna {
	color: #A0522D;
}

.color-Silver {
	color: #C0C0C0;
}

.color-SkyBlue {
	color: #87CEEB;
}

.color-SlateBlue {
	color: #6A5ACD;
}

.color-SlateGray {
	color: #708090;
}

.color-SlateGrey {
	color: #708090;
}

.color-Snow {
	color: #FFFAFA;
}

.color-SpringGreen {
	color: #00FF7F;
}

.color-SteelBlue {
	color: #4682B4;
}

.color-Tan {
	color: #D2B48C;
}

.color-Teal {
	color: #008080;
}

.color-Thistle {
	color: #D8BFD8;
}

.color-Tomato {
	color: #FF6347;
}

.color-Turquoise {
	color: #40E0D0;
}

.color-Violet {
	color: #EE82EE;
}

.color-Wheat {
	color: #F5DEB3;
}

.color-White {
	color: #FFFFFF;
}

.color-WhiteSmoke {
	color: #F5F5F5;
}

.color-Yellow {
	color: #FFFF00;
}

.color-YellowGreen {
	color: #9ACD32;
}
.uppercase {
    text-transform: uppercase;
}

