.node-type-home .views_slideshow_cycle_main {
  width: 100%;
  float: left;
}
.node-type-home .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}
.node-type-home .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
    padding-left: 0px;
}
.node-type-home .views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}
.node-type-home .views_slideshow_cycle_main .field-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.node-type-home .views-field-field-titulo-promo-slider-home,
.node-type-home .views_slideshow_cycle_main .views-field-field-titulo-slider-inicio{
    font-size: 42px;
    font-family: "Roboto",sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 40%;
    left: 10%;
    text-transform: uppercase;
}
.node-type-home .views-field-field-desc-promo-slider-home,
.node-type-home .views_slideshow_cycle_main .views-field-field-texto-slider-inicio{
  font-size: 34px;
  font-family: "Roboto",sans-serif;
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
    top:50%;
    left: 10%;
    width: 600px;
}

.node-type-home .views-slideshow-pager-field-item {
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    /*border: thin solid white;*/
    height: 15px;
    width: 5px;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
    cursor: pointer;
    transition: background-color .2s ease-in-out, height .2s ease-in-out, width .2s ease-in-out, margin-top .2s;
}
.node-type-home .views-slideshow-pager-field-item:last-of-type{
    margin-right: 0px;
}
.node-type-home .widget_pager_bottom .active {
    background: rgba(255, 255, 255,1);
    height: 20px;
    width: 10px;
    margin-top: 0px;
    transition: background-color .2s ease-in-out, height .2s ease-in-out, width .2s ease-in-out, margin-top .2s;
}

.node-type-home .views-slideshow-cycle-processed {
    position: relative;
    overflow: hidden; 
}

.node-type-home .views-slideshow-controls-bottom{
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 25px;
    overflow: hidden;
    width: 100%;
    height: 25px;
}

.node-type-home #widget_pager_bottom_carrousel_pagina_de_inicio-block_1{
    overflow: hidden;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}