.contTitle {
    margin-bottom: 30px;
}

.h1Seguros {
    text-align: center;
}

.pSeguros {
    font-family: 'SantanderText-Light', sans-serif;
    text-align: center;
}

.liSeguros {
    font-size: 16px;
    font-family: 'SantanderText-Light', sans-serif;
}

.h2Seguros {}

.pSubtitleSeguros {
    font-size: 25px !important;
    text-align: left;
    font-family: 'SantanderText-Light', sans-serif !important;
}

.brFake {
    display: none;
}

.btn-download {
    width: 100px;
    height: 30px;
    background: red;
    border: 1px solid red;
    border-radius: 20px;
    color: white;
}

.btn-download:hover {
    background: white;
    color: red;
}

.contenedorBtnsPdf {
    width: 500px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.pTxtDocumentos {
    text-align: left !important;
    font-size: 18px;
    margin-right: 10px;
}

.justifyText {
    text-align: justify;
}
/* Start Custom Personal Accounts  */

.pSeguros-account {
    font-family: 'SantanderText-Light', sans-serif;
    text-align: justify;
}

.pSeguros-padding {
    padding-left: 5%;
}


/* End Custom Personal Accounts  */

.breadcrumb {
    color: black !important;
}

.panel-libor {
    text-align: justify;
    font-size: 25px;
    background-color: gray;
    color: white;
}

.seccion_texto_secundario {
    text-align: justify;
    font-size: 20px !important;
}

.seccion_texto_acordion {
    text-align: justify;
    font-size: 16px !important;
}

.seccion_texto_acordion_bold {
    text-align: justify;
    font-size: 22px !important;
    font-weight: bold !important;
}

.seccion_texto_table {
    text-align: justify;
    font-size: 16px !important;
    font-family: 'SantanderText-Light', sans-serif;
}

.margin_text_no_padding {
    padding-bottom: 0px;
    padding-top: 0px;
}

.bg-santander-dark-teal {
    background-color: #137A7A !important;
}

.bg-santander-light-gray {
    background-color: #F5F5F5 !important;
}

a.bg-santander-light-gray:hover,
a.bg-santander-light-gray:focus,
button.bg-santander-light-gray:hover,
button.bg-santander-light-gray:focus {
    background-color: gainsboro !important;
}

.border-santander-border-gray {
    border-color: #484848 !important;
}

.border-bottom {
    border-bottom: 1px solid #E7E7ED !important;
}

.border-right {
    border-right: 1px solid #E7E7ED !important;
}

.border-bottom {
    border-bottom: 1px solid #E7E7ED !important;
}

.border-left {
    border-left: 1px solid #E7E7ED !important;
}

.padding-text-center {
    padding-left: 10%;
    width: 80%;
}

.padding-text-accordion {
    padding-left: 10% !important;
}

.thNoneStytle {
    background-color: white !important;
    border:1px solid white !important; 
}

.tdImageFlag {
    width: 120px;
}

td,
th {
    border: 2px solid black !important;
    justify-content: center;
    align-items: center;
}

th {
    background-color: #ec0000 !important;
    color: white;
}

td {
    background-color:lightgray !important;
}

.tdNoGray {
    background-color: white !important;
}

#table {
    border-collapse: separate !important;
    border-spacing: 10px !important;
    
}

#table2 {
    border-collapse: separate !important;
    border-spacing: 5px !important;
    width: 70%;
    padding-left: 16%;
}

#table3 {
    border-collapse: separate !important;
    border-spacing: 25px !important;
    margin: auto;
}

#table4 {
    border-collapse: separate !important;
    border-spacing: 25px !important;
}

.linkColor {
    max-width: 200px;
    color: #ec0000;
}

@media screen and (max-width: 576px) {
    .contTitle {
        margin-bottom: 0px;
    }
    .h2Seguros {
        text-align: center !important;
    }
    .contenedorLiSeguros {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contenedorComoContratar {
        padding: 20px;
    }
    .pSubtitleSeguros {
        font-size: 20px !important;
        text-align: center;
    }
    .brFake {
        display: block;
    }

    .contenedorOpcion3 {
        padding: 20px;
    }

    .h3Seg {
        margin-bottom: 20px;
    }
    
    .contenedorBtnsPdf {
        width: 100%;
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 15px;
    }
    .btn-download {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .tdImageFlag {
        width: 60px;
    }
}