@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900&display=swap');

/* General */

body {
    color: #262626;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: #262626;
    text-align: justify;
}
.row {
    margin: 0;
}

.bold {
    font-weight: 700;
}

.heavy {
    font-weight: 900;
}
.center {
    margin: 0 auto;
}

ul,
ol {
    padding-left: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: #DC0054;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #DC0054;
    text-decoration: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
.pt100 {
    margin-top: 100px;
}
.mt200 {
    margin-top: 200px;
}
.boton-azul {
    background: #0071CE;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.bg-gris {
    background-color: #e3eaf0;
}

/* Menú */

.menu {
    background-color: rgba(255, 255, 255, 0.616);
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
    padding: 10px 16px;
    margin: 0;
}

.menu a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #262626;
    transition: all .2s ease-out, color .2s ease-out;
    font-weight: 900;
}

.menu a:hover {
    color: #DC0054;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
}

.logo-lin {
    padding-left: 50px;
    padding-right: 50px;
}

.nav-link {
    padding: 0 16px !important;
}

/* ---------------------------------- LIN ---------------------------------- */
.blanco {
    color: #ffffff !important;
}
.turquesa {
    color: #60bdad;
}
.logo-lin {
    width: 700px;
    padding-top: 30px;
}
.contenido {
    width: 55%;
    padding-top: 30px;
}
.ponentes {
    width: 55%;
    padding-top: 30px;
}
.bg-red {
    background-color: #eb2227;
}
.bg-negro {
    background-color: #231f20;
}
.fecha {
    width: 80%;
}
.subtema {
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
}
.dirigido {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    padding: 10px 40px 0;
    margin-bottom: 0;
}
.reglas {
    font-size: 13px;
    text-align: right;
    padding-top: 15px;
}
@media (max-width: 768px) {
    .logo-lin {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .bg-gris {
        padding: 75px 0 18px 0;
        
    }
}
@media (max-width: 428px) {
    .logo-lin {
        width: 90%;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 20px;
    }
    .bg-gris {
        padding: 75px 0 18px 0;
    }
    .pt100 {
        margin-top: 50px;
    }
    h2 {
        font-size: 16px;
        padding: 0 15px;
    }
    .h5 {
        font-size: 16px !important;
    }
    .pt-5 {
        padding-top: 20px !important;
    }
    .contenido {
        width: 90%;
    }
    .ponentes {
        width: 90%;
    }
    .h3 {
        font-size: 17px !important;
    }
    h3 {
        font-size: 16px;
    }
    .subtema {
        font-size: 13px;
        line-height: 18px;
        padding-top: 10px;
    }
    .fecha {
        width: 100%;
    }
    .w50 {
        width: 100%;
    }
}
