
* {
    margin: 0;
    padding: 0;
}

    *
    body {
        margin: 45px 0 0;
        background: #fff url(../images/bg.gif) repeat-x;
        font: .74em "Trebuchet MS", Arial, Sans-Serif;
        color: #444;
    }

h1 {
    font-size: 3em;
    font-weight: normal;
    float: left;
}

    h1 a {
        text-decoration: none;
    }

h2 {
    font-size: 2em;
    color: #FFF2B3;
    font-weight: normal;
    margin: 0 0 .8em;
}

h3 {
    font-size: 1.5em;
    border-bottom: 1px solid #eee;
    margin: 0 0 .8em;
}

p {
    margin: 0 0 2em 0;
    line-height: 1.8em;
}

em {
    border-bottom: 1px dotted #fff;
    cursor: pointer;
}

a {
    color: #002362;
}

    a:hover {
        color: #A0000E;
        text-decoration: none;
    }

img {
    border: 0;
}

.red {
    color: Red;
}

.blue {
    color: #002362;
}

.yellow {
    color: #F29222;
}
.wrap {
    width: 100%;
    margin: 0 auto;
}




#header {
    padding: 18px 60px;
    background-color: #ffffff;
    border-bottom: 4px solid #f29222
}

@media (max-width: 992px) {
    #header {
        padding: 18px 8px;
    }
}

    #header img {
        height: 62px;
    }

@media (max-width: 300px) {
    #header img {
        height: 0px;
    }
}


#canvas {
    height: 100%;
    max-width: 90vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:500px) {
    #canvas #paper {
        transform: scale(0.6);
    }
}
@media (max-width:300px) {
    #canvas #paper {
        transform: scale(0.4);
    }
}

#gua, #ala, #her, #sj, #car, #pun, #lim {
    display: none;
    overflow: auto;
    position: absolute;
    right: 30%;
    top: 55%;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 0px;
    background-color: #ffffff;
}
@media (max-width:500px) {
    #gua, #ala, #her, #sj, #car, #pun, #lim {
        top: 55%;
        right: 60%;
    }

    }



    #menu {
        float: right;
        padding: 6px 0 0 0;
        list-style: none;
    }

        #menu li {
            display: inline;
        }

        #menu a {
            font-weight: 700 !important;
            display: block;
            float: left;
            margin-left: 30px;
            padding: 7px;
            text-decoration: none;
            font-size: 16px;
            color: #000;
        }

            #menu a:hover {
                color: #000;
                border-bottom: 2px solid #ccc;
            }

        #menu .active a {
            border-bottom: 2px solid #f29222;
            color: #f29222;
        }

    #teaser {
        clear: both;
        height: 259px;
        background: #fff url(../images/teaserbg.jpg) repeat-x;
    }

    .box {
        float: left;
        padding: 66px 0 0;
        width: 480px;
        color: #C7E3EE;
    }

    #image {
        float: right;
        width: 388px;
        position: relative;
        top: 16px;
        background: url(../images/logotype.jpg) no-repeat top right;
        height: 258px;
    }

    #bar {
        padding: 5px;
        background-color: #202950;
    }

    .step {
        cursor: pointer;
        color: #FAFDDD;
        font-size: 18px;
        text-align: center;
        padding: 0px 10px;
        font-weight: 600;
    }

        .step a {
            color: #fff;
            margin: 0 5px 0 0;
        }

    .col {
        float: left;
        width: 276px;
        margin: 0 30px 16px 0;
    }

    .last {
        float: right;
        margin: 0;
    }

    .info {
        border: 1px solid #e0e0e0;
        background: #f4f4f4;
        padding: 7px;
    }

.footer {
    margin: 0;
    padding: 10px 0px;
    background-color: #FFF;
    border-top: 4px solid #f29222
}

    .txtFooter {
        color: #353535;
        font-weight: 500;
        font-size: 16px;
    }

        .txtFooter a {
            color: ##004075;
            font-weight: bold;
            text-decoration: underline;
        }

    .p-5 {
        padding: 20px;
    }

    .pt-5 {
        padding-top: 20px;
    }

    .mb-3 {
        margin-bottom: 15px;
    }

    .mt-3 {
        margin-top: 15px;
    }

    .mt-5 {
        margin-top: 20px;
    }

    .mb-5 {
        margin-bottom: 20px;
    }

    .m-0 {
        margin: 0px;
    }

    .txt-14 {
        font-size: 14px;
    }

    .txt-18 {
        font-size: 18px;
    }

    .txt-height {
        line-height: 26px;
    }

    .font-bold {
        font-weight: bold;
    }

    @media (min-width: 992px) {
        .text-lg-right {
            text-align: right !important;
        }

        .text-lg-left {
            text-align: left !important;
        }
    }

    .button {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: none;
        padding: 8px 12px;
        font-size: 16px;
        line-height: 1.42857143;
        border-radius: 0px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .btnAzul {
        padding: 5px 65px;
        color: #FAFAFA;
        background-color: #182952;
        border: 2px solid #182952;
        border-radius: 50px;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        border: none !important;
        height:40px;
    }

        .btnAzul:hover,
        .btnAzul:active,
        .btnAzul:focus,
        .btnAzul:active:hover,
        .btnAzul:active:focus {
            color: #182952;
            background-color: #fff;
            border-color: #182952;
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
        }

    /* Styles steps and content */
    .bgContainer {
        background-color:#ffffff;
    }

    .p-lg {
        padding-top: 15px;
        padding-bottom: 10px
    }


    @media (min-width: 992px) {
        .p-lg {
            padding-top: 80px;
        }
    }

    .m-lg {
        margin-bottom: 105px;
    }

    .selectOptions {
        width: 30vw;
        padding: 10px;
    }

@media (max-width: 992px) {
    .selectOptions {
        width: 60vw;
    }
}

@media (max-width: 400px) {
    .selectOptions {
        width: 100%;
    }
}

.selectOptions option {
    padding: 8px 8px;
    background-color: #ffffff;
    font-size: 18px !important;
    font-weight: 400 !important;
    cursor: pointer;
}
            .selectOptions option:hover {
                background-color: #f29222;
            }


    .formContacto {
        padding: 10px 30px;
    }

        .formContacto .form-group {
            display: inline-grid;
            margin-bottom: 0px;
        }

        .formContacto p {
            font-weight: 600;
            color: #000;
            text-align: left;
            height:24px;
        }

        .formContacto input {
            margin-bottom: 5px;
            height: 30px;
            border-radius: 7px;
            border: 1px solid #b9b9b9;
        }

.spanAlerta {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: normal;
}

.embed-container {
    
}

    .embed-container iframe {
        width: 100%;
        border: none;
        display: block;
        overflow: hidden;
        position: relative;
        min-height: 120vh;
        transition: height 0.3s ease;
    }


.contenedorContacto {
    background-color: #F8F9FA;
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius:16px;
}

/*Inicio estilos defs centrar*/
.alinearArriba {
    display: flex;
    align-items: flex-start;
}

    .alinearCentro {
        display: flex;
        align-items: center;
    }

    .alinearFinal {
        display: flex;
        justify-content: end;
    }

    .centrarContenido {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*Fin estilos defs centrar*/