/*
Theme Name: UNAD
Theme URI:
Author: Alejandro Serrat
Author URI: http://alejandroserrat.com/
Description: Wordpress Theme for UNAD
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unad
*/

.swiperD {
    width: 100%;
    margin-top: 50px;
}

.swiperD .investigaciones {
    border: 1px solid #cccccc;
    padding: 20px 20px 50px 20px;
}

.swiperD .investigaciones img.portada {
    width: 100%;
}

.swiperD .investigaciones .title {
    margin: 20px 0px;
}

.swiperD .investigaciones .flex {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.swiperD .investigaciones .flex a {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    color: #FF5E66;
}

.controles {
    width: 100%;
    margin: 20px 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.controles div {
    cursor: pointer;
}

