﻿
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;400&display=swap');
@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);

h3 {
    color: #0050aa;
    font-size: 20px;
    font-weight: 400;
}

h5 {
    color: #0050aa;
    font-size: 16px;
    font-weight: 400;
}

.textbox_form {
    vertical-align: middle;
    width: 100%;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    border: 1px solid #b5b5b5;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    
}



body {
    height: 100vh;    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-y: hidden;
}

footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #000;
}

.FooterWrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.pb {
    font-size: 14px;
}

#FooterDiv1, i {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.factura_Rapida {
    padding: 50px;
    padding-bottom: 25px;
}

.privacy_notice {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}


.btn {
    position: relative;
    padding: 2px 8px;
    background: #20359c;
    color: #FFF;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    width: 100%;
}

.btn_disable {
    position: relative;
    padding: 2px 8px;
    background: lightgray;
    color: #FFF;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    width: 100%;
    border: none;
}

.button_form_a {
    max-width: 100%;
    width: 100%;
    background: #0946c3;
    color: #f9f9f9;
    border: none;
    padding: 5px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    outline: none;
}

.button_form_b {
    max-width: 100%;
    width: 45%;
    background: #0946c3;
    color: #f9f9f9;
    border: none;
    padding: 5px;
    text-transform: uppercase;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    outline: none;
}

.button_form_c {
    max-width: 100%;
    width: 45%;
    background: #0946c3;
    color: #f9f9f9;
    border: none;
    padding: 5px;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    outline: none;
}


.template {
    margin: auto;
    display: flex;    
}

.container {
    position: relative;
    width: 100%;    
    display: grid;
    grid-template-columns: repeat(1,1fr);
    padding-top:5%;
    padding-left: 20%;
    padding-right: 20%; 
    padding-bottom:10%;
    border:none;
}

    .container .card {
        position: relative;
        background: #FFF;
        padding: 30px 30px 30px 30px;        
        border: none;
        font-family: 'Outfit',Arial;
        width:100%;
    }
    .card h5 {
        padding-top: 5px;
        text-align: right;
        padding-bottom: 10px;
    }


@media (max-width:1440px) {
    .container .card {
        
    }
}

@media (max-width:1200px) {
    .container {
        padding-left: 10%;
        padding-right: 10%;
    }
    .container .card {
        
    }
}

@media (max-width:900px) {
    .container {
        padding-left: 5%;
        padding-right: 5%;        
    }
    .container .card {
        
    }
    .card h5 {
        padding-top: 5px;
        text-align: left;
        
    }
}
@media (max-width:550px) {
    .container {
        padding-left: 5%;
        padding-right: 5%;
    }

        .container .card {
            
        }

    .card h5 {
        padding-top: 5px;
        text-align: left;        
    }


    #FooterDiv1, i {
        margin-top: 5px;
        margin-bottom: 5px;        
        font-size: 12px;        
    }

}
@media (max-width: 480px) {
    .container {
        padding-left: 1%;
        padding-right: 1%;
    }
    .container .card {
        
    }

}
