
@charset "utf-8";

:root {
   --azul1: #07518D;
   --azul2: #288CCC;
   --azul3: #009CFF;
   --gris: #E6E6E6;
   --txt: #545454;
   --degrade: linear-gradient(90deg, #009BFF, #07518D);
}

body, td, th, input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li{
    font-family: 'Montserrat', sans-serif;
    color:#5B5B5F;
}
body, td, th, input, select, textarea{
	font-size:14px;
}

h1{color:#07518D;}
h2{color:#07518D;}
h3{color:#545454;}
h4{color:#000;}
h5{color:#000;}
h6{color:#545454;}
/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #5B5B5F; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #009CFF; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}
.margin{margin: 5px;}
.clear{clear: both;}
#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #07518D; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }
.btn-default {
    color: #fff;
    background-color: var(--azul2);
    border-color: var(--azul1);
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: var(--azul1);
    transition: all .3s ease;
    color: #fff;
}
/* Paddings */

.p-x{padding-left: 0px!important; padding-right: 0px!important;}
.p-y{padding-top:0px!important; padding-bottom:0px!important;}
.p-0{padding: 0px}
.p-1{padding: 1em;}
.p-2{padding: 2em;}
.p-3{padding: 3em;}
.p{
    padding: 1em;
}

.d-flex{display: flex;}
.imagen_ver_evento{display: none;}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
    color: var(--azul2);
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
/*------------*/
.site-content{
    padding-top: 144px;
}
section.home-section{
    padding-top: 55px;
}
.site-content, .my-container{
	max-width: 1200px;
	margin: 0 auto;
}
/*------------*/

.img-zoom-in,.img-zoom-out {
    overflow: hidden;
}
.img-zoom-in img,.img-zoom-out img{
    transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img{
    transform: scale(1.15);
}
.img-zoom-out img{
    transform: scale(1.15);
}
.img-zoom-out:hover img{
    transform: scale(1);
}
/* Fonts */
.text-upper{
	text-transform: uppercase;
}

.w-100{
	width: 100%;
}

/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    transition: all .4s ease;
}
header.home:after {
    content: "";
    display: flex;
    width: 100%;
    height: 5px;
    transition: all .2s ease;
    background: linear-gradient(90deg, #009BFF, #07518D);
}
.header-content {
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
}
.nav-brand {
    max-width: 180px;
    transition: all .3s ease;
}
.nav-brand img{
	transition: all .2s ease;
    width: 100%;
}

/*para quitar los submenus en la vista responsive*/
.social-links, .main-nav-mobile {
    display: none;
}
/*para quitar los submenus en la vista de escritorio*/
#menu-main> li > ul {
	display: none;
}

a.toogle-menu { /*boton del menu responsive*/
    color: var(--azul1);
    font-size: 40px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background: var(--azul1);
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {display: block !important;}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}
.navbar-header{
    display: none;
}
.btn-consultar-planilla{
    display: none;
}
.mm-navbars_bottom {
    height: 46px;
}
.mm-menu_navbar_top-1 .mm-panels {
    top: 115px;
}

#btn-consulta-planilla-mobile{
    position: absolute;
    z-index: 99;
    bottom: 47px;
    background: none;
    width: 100%;
    font-weight: bold;
    border-radius: 0;
    background-color: var(--azul3);
}

#logo-movil{
    background-image: url('logo-colombia.jpg')!important;
}
.mm-menu .mm-listview a:not(.mm-btn_next){
    color: #fff!important;
    font-weight: 600;
}


.bg-icon {
	background: #fff;
	border-radius: 100%;
	height: 27px;
	width: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	color: #000;
	border: 1px solid #000;
}

/* Slider Home */
.slick-arrow {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 20px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: var(--azul2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 0 25px;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow:hover{
	background: var(--azul1);
	color: #fff;
}

/*dots slider*/

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 100%;
    background-color: #c3c3c3;
    text-indent: -9999px;
    border: none;
}
.slick-dots li.slick-active button {
    background-color: var(--azul2);
}

/*SECTION BANNER ------------------*/

.content-banner{
	position: relative;
}

.banner-container {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    padding: 1rem 55px;
    background: #00000073;
}

.banner-detalles {
    height: 100%;
    max-height: 277px;
    position: relative;
    padding-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-detalles > p {
    display: none;
}

.banner-detalles > h2 {
    margin: 0;
    font-size: calc(0.85em + 1vw);
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px #000;
}

.banner-detalles > a {
    display: flex;
    width: 100%;
    max-width: 270px;
    border: 2px solid #fff;
    height: 35px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px #000;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.iconos{
    padding: 1rem;
}

.iconos > div{
    background: #00000052;
    border-radius: 8px;
}

.content-icons {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    margin: auto;
    justify-content: center;
}

.content-icons > div{
    max-width: 265px; 
}

.icono {
    display: block;
    padding: 1rem;
    min-width: 91px;
    /* width: 91px; */
    margin: 6px;
    border-radius: 10px;
}

.icono > h2 {
    text-align: center;
    font-size: 12px;
    color: #fff;
    max-width: 70px;
    margin: 1rem auto;
    font-weight: 600;
}

.icono > img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/*SECTIONS TABS ----------------------*/

.tab-content {
    padding: 1rem;
}

.card {
    display: block;
    background: #E6E6E6;
    margin: 2rem auto;
    max-width: 366px;
    border-radius: 7px;
    margin: 2rem auto;
}

.card > img {
    width: 100%;
    max-width: 366px;
    height: 179px;
    object-fit: cover;
}

.card:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    transition: all .3s ease;
}

.card:hover, .card:focus {
    background: #fff;
    box-shadow: 0 2px 26px #00000026;
    z-index: 99;
/*    transform: scale(1.03);
*/}

.card:hover:after, .card:focus:after{
    transition: all .3s ease;
    background: var(--degrade);
}

.detalles-card > img {
    display: block;
    max-width: 366px;
    max-height: 179px;
    width: 100%;
    height: 50vw;
    border-radius: 7px;
}

.detalles-card {
    padding: 1rem;
    height: 125px;
    padding-top: 30px;
}

.detalles-card > h2 {
    margin: 0;
    font-size: 14px;
    color: var(--azul2);
    font-weight: bold;
    padding-bottom: 7px;
}

.detalles-card > p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}

/*tabs*/

.content-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-tabs .nav-tabs > li{
    width: 150px;
    height: 48px;
    margin: 5px;
}

a.title {
    text-align: center;
    line-height: 1em!important;
    font-size: 12px;
    font-weight: 500;
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 48px;
    border: none!important;
    margin: 0!important;
    background: #fff;
    border-radius: 30px!important;
    padding: 0 1rem!important;
    color: var(--txt);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: var(--azul2);
    color: #fff;
}


/*SECTION EPS ------------------------*/

.content-eps {
    width: 100%;
    height: 50vw;
    max-height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-eps {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #009bff8c, #07518d8c);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.data-eps > h3 {
    color: #fff;
    font-size: calc(1em + 1vw);
    margin: 0;
}

.data-eps > h2 {
    font-size: calc(1em + 3vw);
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
}

.data-eps > div > a {
    display: flex;
    width: 100%;
    max-width: 350px;
    max-height: 78px;
    height: 12vw;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    color: #fff;
    border: 2px solid;
    border-radius: 30px;
    font-size: calc(1em + 1vw);
    margin-top: 1rem;
}


/*SECTION NOTICIAS*/

.noticias {
    display: flex;
    flex-direction: column;
    background: #EFEDED;
    width: 100%;
    max-width: 639px;
    border-radius: 4px;
    margin: 10px auto;
    align-items: center;
}
.content-noticias{
    max-width: 1200px;
    margin: auto;
}

.img-noticia {
    display: block;
    max-width: 281px;
    width: 100%;
    height: 158px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.datos-noticia {
    max-width: 359px;
    padding: 1rem;
    margin: auto;
    height: 158px;
    position: relative;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.datos-noticia > h2 {
    margin: 0;
    font-size: 17px;
    color: #6B6B6B;
    font-weight: 600;
    line-height: 1em;
    padding: 7px 0;
}

.datos-noticia > p {
    margin: 0;
    text-align: left;
    line-height: 1.2em;
    height: inherit;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    font-size: 14px;
    padding: 1rem 0;
}

.bot-noticia > div {
    line-height: 1em;
    background: #efeded;
}

.content-slider {
    padding-bottom: 4rem;
}
.content-slider .slick-arrow {
    top: 105%;
}


/*fecha*/

.bot-noticia {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 1rem;
    border-top: 1px solid #d2d2d2;
}

.bot-noticia > div:last-child  {
    color: var(--azul2);
    text-decoration: underline;
}

/*videos*/

.item{
    position: relative;
    width: fit-content;
    margin: 15px auto;
}

.item > img {
    display: block;
    width: 100%;
    max-width: 458px;
    max-height: 251px;
    height: 60vw;
    object-fit: cover;
}
.marca {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    background: #00000045;
    cursor: pointer;
}

.marca:hover{
    background: transparent;
}

.img-banner {
    max-height: 700px;
    object-fit: cover;
    object-position: center;
}









/*footer --------------------------*/

.footer{
    background: #F3F3F3;
}
.poner, .footer-bottom{
    padding: 1em;
}
.footer-portal{
    display: inline-block;
}
.footer {
    background-image: url(footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-top{
    background: #000000b3;
}
.footer-bottom{
    background: #D8D8D8
}
.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}

.menu-1 > ul > li > a{font-size: 14px; color:#fff; font-weight: 300}
h3.footer-tittle {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color:  #fff
}
.page-footer > div > div > p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.menu-1 > ul > li{
    text-align: center;
    padding-bottom: 7px;
}

.footer-text{font-size: 13px;}
.footer-text > a{color: #818181}

ul#footer-menu > li:before {
    font-family: FontAwesome;
    content: "\f054";
    padding: 1px;
    color: #fff;
}

.social-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.social-bar > div > a {
    height: 33px;
    width: 33px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border: 2px solid #858585;
    border-radius: 100%;
}

.page-top, .redes-top{
    display: none;
}

.banner-detalles > a:hover,
.banner-detalles > a:focus{
    background: var(--azul2)
}
.icono:hover,
.icono:focus{
    background: #fff;
}
.icono:hover .ico-txt,
.icono:focus .ico-txt{
    color: #0C68B2;
}
.icono:hover .ico-img,
.icono:focus .ico-img {
    filter: invert(1);
}
.content-icons > a:nth-child(3):hover .ico-img{
    filter: initial;
}

.data-eps > div > a{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.data-eps > div > a:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background: #fff;
    border-radius: 50px;
    z-index: -1;
    transition: all .3s ease
}
.data-eps > div > a:hover:before {
    width: 100%;
    transition: all .3s ease
}
.data-eps > div > a:hover{
    color: var(--azul1);
}
.noticias:hover {
    transition: all .3s ease;
    background: #009cff1c;
}

.social-bar > div > a:hover,
.social-bar > div > a:focus{
    background: var(--azul2);
}

.menu-widget-arrow{
    top: 143px!important;
}

.menu-widget-arrow.fixed{
    top: 110px!important;
}

header.home.fixed:after{
    height: 5px;
    transition: all .2s ease;
}

header.home.fixed .nav-brand{
    max-width: 220px;
    min-width: 220px;
    transition: all .3s ease;
}
header.home.fixed .page-top{
    max-width: 150px;
    min-width: 150px;
    transition: all .3s ease;
}

header.home.fixed  ul.submenu {
    padding-top: 29px!important;
}

.content-box-title{
    text-align: center;
}
.content-box-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: var(--degrade);
    max-width: 20%;
    margin: 6px auto 20px;
}

/* Media Queries */
@media (min-width: 500px) {
	
    .noticias {
        flex-direction: row;
        height: 158px;
    }

    .img-noticia{
        width: 40%;
    }

    .banner-container{
        padding: 1rem 70px;
        display: flex;
        align-items: center;
    }

    .data-eps > div > a{
        font-size: 24px;
        border-radius: 50px;
    }
}

@media (min-width: 768px){
	
    .poner {
        display: flex;
        flex-wrap: wrap;
    }
    .banner-detalles{
        padding-bottom: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .banner-detalles > p {
        display: block;
        color: #fff;
        text-align: center;
        font-size: 16px;
        padding-top: 2rem;
    }
    .banner-detalles > a{
        height: 60px;
        bottom: 5px;
    }
    .content-tabs .nav-tabs > li{
        width: 173px;
    }
    a.title{font-size: 15px}
}

@media (min-width: 992px){
	.primero, .ultimo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-1 > ul > li, 
    .page-footer > div > div > p{
        text-align: left;
    }
    .card{
        margin: 2rem 5px;
    }

    .banner-detalles{
        width: 60%;
        max-width: 747px;
        padding-left: 4rem;
    }

    .slider-home {
        position: relative;
    }
    .iconos {
        position: absolute;
        top: 0;
        width: 100%;
        height: 1px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 1200px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding-right: 1rem;
    }
    .iconos > div{
        width: 40%;
        background: initial;
    }
    .content-icons {
        background: #000000a6;
        border-radius: 8px;
        max-width: 245px;
        margin: initial;
        right: 0;
        margin-left: auto;
    }
    .banner-container {
        padding: 2rem;
        max-width: 1200px;
        left: 0;
        right: 0;
        margin: auto;
        background: initial;
        z-index: 999;
    }

    #slider-home .slick-track{
        position: relative;
    }

    #slider-home .slick-track:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        /* background: #00000073; */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .content-videos{
        display: initial;
    }

    .banner-detalles > h2{
        text-align: left;
        font-size: 34px;
    }
    .banner-detalles > p{
        text-align: left;
        font-size: 16px;
    }
    .banner-detalles > a{
        margin: initial;
        left: 40px;
        margin-right: auto;
        font-size: 24px;
    }
    .data-eps > h3{
        font-size: 44px;
    }
    .data-eps > h2{
        font-style: 84px;
    }
    section.home-section {
        padding-top: 113px;
    }

    .sec {
        margin-bottom: 3rem;
    }
    .redes-top > div > a:hover,
    .redes-top > div > a:focus{
        transition: all .3s ease;
        background: var(--azul3);
        color: #fff;
    }

    .content-slider .slick-arrow {
        top: 105%;
        left: 77%
    }


    /*MENU ESCRITORIO ****************+*/

    .nav-brand {
        max-width: 315px;
        min-width: 240px;
        width: 100%;
        padding: 10px 0;
    }
    .header-content{
        padding: 8px 1rem;
    }
    .navbar-header{
        display: block;
        margin-top: auto;
        margin-bottom: auto;
    }
    .btn-consultar-planilla{
        display: block;
        font-size: 15px;
        border-radius: 50px;
        border: none;
        background: linear-gradient(90deg, #07518D, #009BFF);
        color: white;
        box-shadow: 0px 0px 2px 1px var(--azul2);
        padding: 10px 18px;
    }

    .btn-consultar-planilla:hover{
        transform: translateX(2), translateY(2);
        box-shadow: 0px 0px 7px 1px var(--azul1);
        color:white;
        transition: all 0.3s ease-in-out;
    }
    .btn-consultar-planilla:active{
        background: var(--degrade);
        color:white;
        transition: all 0.3s ease-in-out;
    }

    .page-top {
        display: block;
        min-width: 200px;
    }
    header.home:after{
        height: 20px;
    }
    .nav-mobile {
        display: none;
    }
    .content-info-header {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .ct-header {
        max-width: 1200px;
        margin: auto;
    }
    .redes-top {
        display: flex;
        min-width: 102px;
        align-items: center;
        justify-content: space-between;
        padding-left: 1rem;
    }

    .redes-top > div > a {
        display: flex;
        width: 27px;
        height: 27px;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        border: 1px solid #000;
        border-radius: 100%;
        color: #000;
        margin-left: 10px;
    }

    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    nav.main-nav > ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    nav.main-nav ul li a {
       display: block;
       font-size: 13px;
       padding: 5px;
       font-weight: 500;
       color: #444444;
       min-width: 95px;
       margin: 0 2px;
       text-align: center;
       white-space: nowrap;
       transition: all .3s ease;
    }

    #menu-main > li > a:hover,
    #menu-main > li > a:focus{
        background: var(--azul2);
        color: #fff;
        border-radius: 35px;
    }

    ul.submenu {
        position: absolute;
        min-width: 150px;
        transform: translateX(-50%);
        padding-top: 51px!important;
        left: 50%;
        box-shadow: 0 0 0px black;
        display: none;
        transition: all .3s ease;
    }
    ul.submenu li a {
        font-size: 12px !important;
        padding: 8px !important;
        text-align: left!important;
        background: #02020278;
        color: #fff!important;
        border-bottom: 1px solid;
    }

    nav.main-nav ul li {
        position: relative;
    }
    ul.subsubmenu {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 150px;
        background: #02020278;
    }
}

@media(min-width: 1200px){
    section.home-section {
        padding-top: 116px;
    }
	.banner-detalles > h2 {
        font-size: 43px;
    }
    ul.submenu{
        padding-top: 54px!important;
    }
    .img-noticia{
        width: 100%;
    }
}



/*CASOS ESPECIFICOS*/

@media (min-width: 500px) and (max-width: 991px) {

    .content-videos {
        display: flex;
        justify-content: center;
    }
    .item{
        margin: 15px 5px;
    }

}