

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Catamaran-Bold';
    src: url('font/Catamaran-Bold.ttf');
}

@font-face {
    font-family: 'Catamaran-Regular';
    src: url('font/Catamaran-Regular.ttf');
}

body {
    font-family: 'Catamaran-Regular';
    color: #6d7278;
    font-size: 14px;
    line-height: 1.15 !important;
}
html,body{
    font-size: 24px !important;
    font-family: "Catamaran",sans-serif !important;
}

p {
    margin-bottom: 0;
}

:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

b {
    font-family: 'Catamaran-Bold';
}
.huincha-sumate {
    background-image: url(../images/cabecera-sumate.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 0;
    text-align: center;
    overflow: hidden;
}
.huincha-sumate h2{
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
#formulario-independiente-uno .titulo-verde {
    width: 100%;
    color: #fff;
    padding: 37px 0;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 20px;
    margin-top: 0;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}
#formulario-independiente-uno .titulo-verde {
    background-color: #00B2A9;
}
.formulario-independiente > form > .container, #formulario-independiente-uno > .container {
    width: 100%;
}
.formulario-requerimientos {
    max-width: 299px;
    box-shadow: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.formulario-requerimientos select, .formulario-requerimientos input[type="text"]{
    height: 43px !important;
    font-size: 16px;
    background-color: #f4f4f4;
}
.formulario-requerimientos label {
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: initial;
    font-size: 16px;
    margin-bottom: 2px;
    color: #373737;
}
.margin-item {
    margin: 15px 0 10px 0 !important;
    padding: 0;
}
.formulario-independiente h3 {
    color: #007a33;
    font-size: 24px;
}
.formulario-independiente h3 {
    margin-bottom: 15px;
}
.formulario-independiente h3 {
    font-family: 'Catamaran', sans-serif;
    line-height: 28px;
    max-width: 400px !important;
    display: block;
    margin: 0 auto !important;
        margin-bottom: 0px;
    margin-bottom: 15px;
    font-weight: bold;
}
.formulario-independiente h4 {
    font-family: 'Catamaran-Bold';
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    color: #787878;
    margin: 0;
}


.formulario-independiente h2 {
    color: #007a33;
    font-family: 'Catamaran-Bold';
    font-size: 30px;
    font-weight: 700;
    line-height: 49px;
    text-align: center;
}

.formulario-independiente h1 {
    color: #007a33;
    font-family: 'Catamaran-Bold';
    font-size: 35px;
    font-weight: 700;
    line-height: 49px;
}

.info-requerimientos b {
    color: #2a2c2e;
}

.formulario-independiente {
    width: 500px;
display: block;
margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
box-shadow: 4px 4px 30px rgba(0,43,41,0.15);
border-radius: 4px;
margin-top: 70px;
padding: 0;
overflow: hidden;
margin-bottom: 90px;
}

    .formulario-independiente h2 {
        margin: 0;
    }

nav[aria-label="breadcrumb"] {
    width: 235px;
    height: 45px;
    background: #DEDEDE;
    border-radius: 4px;
}

.breadcrumb {
    padding: 12px;
    margin-bottom: 0;
    list-style: none;
    border-radius: 4px;
    text-align: center;
}

    .breadcrumb > .active {
        color: #333;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #333;
        content: ">";
        font-weight: bold;
    }

.btn-volver {
    color: #007a33;
    border: 2px solid #007a33 !important;
    font-weight: bold;
    background: #fff;
    border-style: none;
    width: 129px;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
}

    .btn-volver:active {
        background: #00672b;
        color: #fff;
        border: 2px solid #00672b !important;
    }

.info-requerimientos span {
    color: #007a33;
    font-family: 'Catamaran-Bold';
}

.info-requerimientos a {
    color: #007a33 !important;
    font-family: 'Catamaran-Bold';
    text-decoration: underline !important;
}

    .info-requerimientos a:hover {
        filter: opacity(.7);
    }

.breadcrumb {
    background-color: transparent;
    padding: .75rem 0;
    font-size: 16px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumb-item a {
    color: #6c757d;
}

.formulario-requerimientos {
    width: 660px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 4px 4px 30px rgba(0, 43, 41, 0.15);
    border-radius: 4px;
    margin: 50px auto;
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


    .formulario-requerimientos .col-12 {
        display: flex;
        flex-direction: column;
    }

    .formulario-requerimientos select {
        background-image: url(../images/img_flecha_select1.svg);
        background-repeat: no-repeat;
        background-position: 97% center;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

        .formulario-requerimientos select::-ms-expand {
            display: none;
        }

    .formulario-requerimientos select, .formulario-requerimientos input[type="text"] {
        height: 51px;
        border: 2px solid #DEDEDE;
        border-radius: 4px;
        color: #6d7278;
        padding-left: 15px;
    }

        .formulario-requerimientos select:focus, .formulario-requerimientos input[type="text"]:focus {
            border: .5px solid #007a33;
        }

    .formulario-requerimientos textarea {
        border: .5px solid #ececec;
        background: #ffffff;
        border-radius: 6px;
        color: #6d7278;
        padding: 15px;
        max-height: 200px;
        min-height: 125px;
    }

        .formulario-requerimientos textarea:focus {
            border: .5px solid #007a33;
        }

.btn-siguiente {
    color: #ffffff;
    font-family: 'Catamaran-Bold';
    background: #007a33;
    border-radius: 6px;
    border-style: none;
    font-size: 18px;
    width: 100%;
    height: 43px;
    font-weight: bold;
    margin-top: 15px;
margin-bottom: 40px;
}

    .btn-siguiente:hover {
        background: #007a33;
    }

    .btn-siguiente:active {
        background: #00672b;
    }

.row-formulario {
    display: flex;
    justify-content: center;
}

.formulario-requerimientos h3 {
    margin: 0;
}

.margin-item {
    margin: 15px 15px 40px 15px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.font-size-20 {
    font-size: 20px;
    text-align: center;
}

@media (max-width: 1199px) {
    .text-center-movil {
        text-align: center;
    }

    nav[aria-label="breadcrumb"] {
        margin: auto;
    }

    .padding-movil {
        padding: 30px 0px;
    }
}

@media (max-width:991px) {
    .formulario-requerimientos {
        width: 100%;
        height: auto;
        padding: 60px;
    }
}

@media (max-width:425px) {
    .formulario-requerimientos {
        padding: 15px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.d-none {
    display: none;
}

/*CSS 01-09-2020 Gracias.html*/

section.seccion-gracias {
    padding: 80px 0px;
}

.ficha-gracias {
    width: 680px;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 30px rgba(0, 43, 41, 0.15);
    border-radius: 10px;
    margin: auto;
    padding: 55px 65px;
}

    .ficha-gracias img {
        width: 192px;
        height: auto;
    }

    .ficha-gracias h2 {
        font-weight: bold;
        font-size: 32px;
        color: #373737;
    }

    .ficha-gracias h4 {
        font-size: 20px;
        line-height: 1.5;
        color: #787878;
        margin: 35px 0px;
    }

.row-center {
    display: flex;
    justify-content: center;
}

.col-center {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.ficha-gracias .btn-siguiente {
    height: 45px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .ficha-gracias {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .ficha-gracias {
        padding: 20px;
    }
}

nav[aria-label="breadcrumb"] {
    background: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #007A33;
}

.breadcrumb-item a {
    color: #373737;
}

.breadcrumb > .active strong {
    font-weight: 400 !important;
}

.btn-volver {
    border: 2px solid #DEDEDE !important;
    font-weight: bold;
    background: #DEDEDE;
    border-style: none;
    width: 129px;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    color: #373737;
}

    .btn-volver:active {
        background: #aeaeae;
        color: #fff;
        border: 2px solid #aeaeae !important;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/*CSS 02-09-2020/*/

.formulario-independiente h2 {
    color: #373737;
    font-family: 'Catamaran-Bold';
    font-size: 32px;
}

@media only screen and (max-width: 425px) {
    .formulario-independiente h2 {
        font-size: 1.8em;
    }

      .row-movil {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .col-uno {
        order: 1;
        width: 80%;
    }

    .col-dos {
        order: 3;
        width: 100%;
    }

    .col-tres {
        display: flex;
        order: 2;
        width: 20%;
        justify-content: flex-end;
        align-items: center;
    }

    .btn-volver {
        width: 35px;
        height: 35px;
    }

    nav[aria-label="breadcrumb"] {
        margin: 0;
        display: flex;
    }
}


.ficha-gracias h2 {
   color: #007A33;
}


   