@charset "UTF-8";
.cuerpo {
    background-color: #5BF683;
    clear: left;
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}
.carousel-inner .carousel-item.active .d-block.mx-auto {
	width: 43%;
}
.carousel-inner .carousel-item .d-block.mx-auto2 {
	width: 32%;
}
.cuerpo .cabecera {
    float: left;
    clear: left;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    background-color: #5BF683;
}
.cuerpo .contenido .slide {
    width: 100%;
}
.cuerpo .contenido {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(134,111,214,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(134,111,214,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(134,111,214,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(134,111,214,1.00) 100%);
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    clear: left;
    width: 100%;
}
.cuerpo .piedepagina {
    background-color: #9E8282;
    float: left;
    clear: left;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}
.cuerpo .cabecera .logo {
    background-color: ##5BF683;
    width: 20%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
    clear: left;
}
.cuerpo .cabecera .nombreempresa {
    color: #FFFFFF;
    width: 38%;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: advent-pro;
    font-style: normal;
    font-weight: 100;
    float: left;
    clear: right;
}
.nombreempresa h1 a {
    color: #FFFFFF;
    list-style-image: none;
    list-style-type: none;
    text-decoration: none;
}
.cuerpo .cabecera .menu {
    width: 53%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 108px;
}
.menu ul li a {
    list-style-type: none;
    color: #FFFFFF;
    font-family: advent-pro;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: hidden;
    text-transform: none;
    text-decoration: none;
    float: left;
    text-align: left;
    margin-right: 25px;
}
.menu ul li {
    list-style-type: none;
    text-decoration: none;
    float: left;
    text-align: left;
    margin-right: 30px;
    overflow-x: hidden;
    overflow-y: hidden;
}
