#myCarousel {
    background-color: none;
    overflow: hidden !important;
}


#myCarousel .nav {
    height: 70px !important;
    
}
#myCarousel .nav li{
    width: 300px;
}
#myCarousel .nav li.op1{
    background-color: #dae8d6;
}
#myCarousel .nav li.op2{
    background-color: #bee0e0;
}
#myCarousel .nav li.op3{
    background-color: #b8d4f2;
}
#myCarousel .nav li.op4{
    background-color: #eec3e1;
}

#myCarousel .nav li.op5{
    background-color: #f9f3b4;
}

#myCarousel .nav li.op6{
    background-color: #f3d5b7;
}
#myCarousel .nav li.op7{
    background-color: #dedede;
}

#myCarousel .nav a {
    color: #2889a7;
    font-size: 1.1em;
    line-height: 18px;
    font-style: italic;
    font-weight: bolder;
    border-radius: 0px;
    height: 70px !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-shadow: 1px 1px 1px #fff;
    border-right: 1px solid #7bacac;

    
}
#myCarousel .nav a small {
    display: block;
    font-size: .78em;
    line-height: 12px;
}

/*hover*/
#myCarousel .nav a:hover {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
    background-color: #682c6d;
    text-shadow: none;
}

#myCarousel .nav a:hover:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #682c6d 10px;
    top: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*PRESS: triangulito*/
#myCarousel li.activeA a {
    background-color: #123155 !important;
    color: #fff !important;
    text-shadow: none !important;
}
#myCarousel li.activeA a:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #123155 10px;
    top: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-caption {
    width: 800px !important;
}

.btn-custom-1 {
    font-family: 'Arial', sans-serif;
    color: #3e9b99;
    font-weight: bolder;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .03em;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 5px;
    padding: 10px 30px 10px 30px;
    text-shadow: 1px 1px 1px #fff;
    background-image: url(../../images/slider/bg-btn.jpg);
}

.btn-custom-1:hover,
.btn-custom-1:focus,
.btn-custom-1:active,
.btn-custom-1.active,
.open .dropdown-toggle.btn-custom-1 {
    color: #000;
    background-color: #335282;
    border: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
}

.btn-custom-1:active,
.btn-custom-1.active,
.open .dropdown-toggle.btn-custom-1 {
    background-image: none;
}

.btn-custom-1.disabled,
.btn-custom-1[disabled],
fieldset[disabled] .btn-custom-1,
.btn-custom-1.disabled:hover,
.btn-custom-1[disabled]:hover,
fieldset[disabled] .btn-custom-1:hover,
.btn-custom-1.disabled:focus,
.btn-custom-1[disabled]:focus,
fieldset[disabled] .btn-custom-1:focus,
.btn-custom-1.disabled:active,
.btn-custom-1[disabled]:active,
fieldset[disabled] .btn-custom-1:active,
.btn-custom-1.disabled.active,
.btn-custom-1[disabled].active,
fieldset[disabled] .btn-custom-1.active {
    background-color: #96C11E;
    border-color: #96C11E;
}

.btn-custom-1 .badge {
    color: #96C11E;
    background-color: #ffffff;
}