﻿
/* _________ Fonts _________________*/

@charset "UTF-8";

@font-face {
    font-family: 'Trade Gothic Light';
    src: url('../fonts/TradeGothicLTStd-Light.eot');
    src: url('../fonts/TradeGothicLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Light.woff') format('woff'), url('../fonts/TradeGothicLTStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic Bold';
    src: url('../fonts/TradeGothicLTStd-Bd2.eot');
    src: url('../fonts/TradeGothicLTStd-Bd2.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Bd2.woff') format('woff'), url('../fonts/TradeGothicLTStd-Bd2.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* _________ Helpers _________________*/


.m-0 {
    margin: 0 !important;
}

.font-bold {
    font-family: 'Trade Gothic Bold';
}


/* _________ Body _________________*/


body {
    
    font-family: 'Trade Gothic Light';
    font-size: 18px;
    background-color: unset;
    height: unset;
    width: unset;
}


/* _________ info _________________*/
.info-izq {
    padding-top: 150px;
}

    .info-izq p {
        margin: 0 0 10px;
    }

    .info-izq > p {
        line-height: 32px;
    }

    .info-izq img {
        margin: auto;
        padding: 0 0 75px 0;
    }

/* --------- FORM ------------------- */

#main-register-course {
    padding-bottom: 60px;
}

.box-form {
    background-color: #a0014e;
    color: #FFF;
    padding: 0 50px;
    padding-top: 100px;
    padding-bottom: 40px;
}

    .box-form > .text {
        margin: 40px 0;
    }

    .box-form a {
        color: #FFF;
        text-decoration: underline;
    }

.btn-send-form {
    background: linear-gradient(#c68d21,#e6af31, #c68d21);
    font-size: 16px;
    font-family: 'Trade Gothic Bold';
}

    .btn-send-form:hover {
        color: #FFF;
    }

.right-triangle {
    width: 0;
    height: 0;
    border-left: 30px solid white;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    left: 14px;
    top: 280px;
}

/* -------- Modals ------------------------ */

#pop-info-landing .modal-dialog {
    width: 50%;
}

#pop-info-landing .titulo-principal, #registro-exitoso .titulo-principal {
    color: #8b034f;
}

#registro-exitoso .modal-dialog {
    width: 30%;
}

#registro-exitoso .modal-body {
    background-image: url(../img/bg.jpg);
}


/* --------- Responsive ------------------- */

@media (max-width: 992px) {
    .info-izq {
        padding-top: 25px;
    }
}

.required {
    color: #f00 !important;
}

.enlace-volver {
    text-align: center;
    display: block;
    margin-top: 15px;
    font-size: 18px;
}

#pop-info p {
    padding: 2%;
    padding-bottom: 16%;
    font-size: 1vw;
    overflow-y: auto;
    max-height: 479px;
}

#btn-info {
    width: 100%;
    margin-top: 12%;
    padding: 2% 2%;
    text-decoration: none;
    cursor: pointer;
}

input[type=checkbox] {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    -webkit-appearance: button;
    border: double 2px #ccc;
    background-color: none;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    width: 15px;
    height: 15px;
}

    input[type=checkbox]:checked {
        background-color: #ccc;
        padding: 1px;
    }

.logo {
    max-width: 50%;
    margin: unset !important;
    padding: 0 !important;
}
