﻿/* Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

/* Design */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    background-color: #ffffff;
}

bodyCard {
    color: #272727;
    font-family: 'Quicksand', serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    padding: 1rem;
}

.main {
    max-width: 1200px;
    margin: 0 auto;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.fotocurso {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    margin-top: 1rem;
}

.btnCard {
    color: #ffffff;
    padding: 0.8rem;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    display: block;
    width: 100%; /*microsoft*/
    width:-moz-available;
    width: -webkit-fill-available;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}

    .btnCard:hover {
        background-color: rgba(255, 255, 255, 0.12);
    }

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards_item {
    display: flex;
    padding: 1rem;
}

@media (min-width: 40rem) {
    .cards_item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    .cards_item {
        width: 33.3333%;
        /*Porcentaje de tamaño original*/
        /*width: 33.3333%;*/
    }
}

.card {
    background-color: white;
    border-radius: 1.85rem;
    /*box-shadow: -3px 18px 12px -6px rgba(0,0,0,1);*/
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /*height: fit-content;*/
    /*background: linear-gradient(to bottom left, #313348 40%, #413f67 100%);*/
    /*background: #413f67;*/
    align-items: center;
}

.card_content {
    padding: 1rem;
    /*background: linear-gradient(to bottom left, #313348 40%, #413f67 100%);*/
    background: #413f67;
    height: fit-content;
    height: -moz-fit-content;
}
}

.card_title {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.card_title_congresos {
    color: white;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.card_text {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.card_text_congresos {
    color: #ffffff;
    font-size: 1.59rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.made_by {
    font-weight: 400;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
}
