/*
Colores
Verde-1: #004B23;
Verde-2: #006A2F;
Verde-3: #8CC640;
Verde-4: #D9E027;
*/

.acordeon-nosotros .panel-default {
    border-color: #fff;
}

.acordeon-nosotros .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    border-bottom: 1px solid #8CC640;
}

.acordeon-nosotros .panel {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.dropdown-menu.s-header-dropdown-menu li a {
    border-bottom: 1px solid #999;
    border-left: 4px solid #8cc640;
}

.dropdown-menu.s-header-dropdown-menu li a:hover {
    background: rgba(217, 224, 39, 0.1);
}

.s-header-dropdown-menu {
    padding: 0;
}

.p30 {
	padding: 30px 0;
}

li.sub-footer {
	border-bottom: 1px dotted #666;
}

li.sub-footer h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
}

h3.s-text {
	color: #fff;
	font-size: 20px;
}

h2.tp {
    color: #fff;
    margin-bottom: 0.3125rem;
    font-size: 1.125rem;
}

p.verde-sm {
    color: #8CC640;
    margin-bottom: 1.5625rem;
    letter-spacing: .125rem;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
}

p.descripcion {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}


ul.lista-1 {
    padding-left: 0;
}

ul.lista-1 li {
    list-style-type: none;
}

.lista-1 i {
    color: #8CC640;
}

h3.h3-videos {
    color: #8CC640;
    border-bottom: 1px dotted #dad8d8;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
}

.list-unstyled li i {
    color: #8CC640 !important;
    margin-right: 0.625rem;
    font-size: 0.75rem !important;
}

.equipo-1 {
    background-color: rgba(217, 224, 39, 0.5);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-align: center;
}

.equipo-1 h2 {
    padding: 10px 5px;
    margin-bottom: 0.3125rem;
    font-size: 1.125rem !important;
    border-bottom: 1px solid #c2ca0c;
    font-weight: 500;
    background: #D9E027;
    text-transform: uppercase;
}

.equipo-2 {
    background-color: rgba(140, 198, 64, 0.5);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-align: center;
}

.equipo-2 h2 {
    padding: 10px 5px;
    margin-bottom: 0.3125rem;
    font-size: 1.125rem !important;
    border-bottom: 1px solid #6ea921;
    font-weight: 500;
    background: #8CC640;
    text-transform: uppercase;
}

.equipo-2 span, .equipo-1 span {
    color: #656565;
    font-size: 0.9375rem;
    text-align: justify;
}

.mb15 {
    margin-bottom: 15px;
}

ul.ul-servicios {
    -webkit-columns: 2; /* Chrome, Safari, Opera */
    -moz-columns: 2; /* Firefox */
    columns: 2;
    width: 100%;
}

.s-header-dropdown-menu.ul-servicios  {
    min-width: 40rem;
}














