
.left {
  float: left;
}
.right {
  float: right;
}
/* headings
----------------------------------------------------------*/

/* vertical space
----------------------------------------------------------*/
.h10 {
  height: 10px;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
/* header
----------------------------------------------------------*/


/*personalizado*/
.slider{

    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(208, 208, 208);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(208, 208, 208);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(208, 208, 208);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(208, 208, 208);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
   
    margin-bottom: 1em;
}
.container_12 h2>a,.container_12 h2>a:visited,.container_12 h2>a:hover,.slide-wrapper h2 a:visited,.slide-wrapper h2 a:hover,.slide-wrapper p a:visited,.slide-wrapper p a:hover, .slide-wrapper p a, .slide-wrapper h2 a,.es-caption  a,.es-caption  a:visited,.es-caption  a:hover{
    color:#fff !important;
}

.slide-wrapper h2{
    margin-left: 10px;
    margin-top: 10px;
}
.slide-wrapper p{
    padding-right: 10px;  
    margin-top: 10px;
}

.c_btn{
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px 0px;
    -webkit-user-select: none;
    background-clip: padding-box;
    background-color: rgb(55, 55, 55);
    background-position: -64px -144px;
    border-bottom-color: rgb(31, 31, 31);
    border-bottom-left-radius: 3.90625px;
    border-bottom-right-radius: 3.90625px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(31, 31, 31);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(31, 31, 31);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(31, 31, 31);
    border-top-left-radius: 3.90625px;
    border-top-right-radius: 3.90625px;
    border-top-style: solid;
    border-top-width: 1px;
    
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 5.574999809265137px;
    margin-left: 5.574999809265137px;
    margin-right: 5.574999809265137px;
    margin-top: 5.574999809265137px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 8.75px;
    padding-left: 31.25px;
    padding-right: 12.5px;
    padding-top: 8.75px;
    position: relative;
    text-align: center;
    text-decoration: none;

    vertical-align: middle;
    white-space: nowrap;
    width: 63px;

    background-color: #333;
    border-color: #1f1f1f;


background: #8c8f91;
  background-image: -webkit-linear-gradient(top, #8c8f91, #545657);
  background-image: -moz-linear-gradient(top, #8c8f91, #545657);
  background-image: -ms-linear-gradient(top, #8c8f91, #545657);
  background-image: -o-linear-gradient(top, #8c8f91, #545657);
  background-image: linear-gradient(to bottom, #8c8f91, #545657);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  /*color: #ffffff;*/
  /*font-size: 20px;*/
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  
  color: #fff;
  text-shadow: none;
}

.c_btn:hover {
  background: #25c7af;
  background-image: -webkit-linear-gradient(top, #25c7af, #04705e);
  background-image: -moz-linear-gradient(top, #25c7af, #04705e);
  background-image: -ms-linear-gradient(top, #25c7af, #04705e);
  background-image: -o-linear-gradient(top, #25c7af, #04705e);
  background-image: linear-gradient(to bottom, #25c7af, #04705e);
  text-decoration: none;
}

.slide-bggreen{
    background-color: #009c84;
    color:#fff;
}

.slide-bgblue{
    background-color: #29659a;
    color:#fff;
}

.slide-bgviolet{
    background-color: #6c2784;
    color:#fff;
}

.slide-bgred{
    background-color: #e12a45;
    color:#fff;
}

.slide-bgorange{
    background-color: #e2813a;
    color:#fff;
}