/**
 * Created by Carlos Canela on 02/02/2020.
 */

body {
    box-sizing: border-box;    
    font-family: 'Avenir Next';
}
.page-home{}
.heroe-zone{
    margin-top: 2rem;
}
.heroe-zone .embed-responsive{
    height: 100%;
}
.category-index{
    margin-top: 3rem;
    justify-content: space-between;
}
.category-index .category-card{
    display: inline-block;
    text-decoration: none;
    outline: 0;
    text-align: center;
}
.category-index .category-card .cover{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
}
.category-index .category-card span{
    display: block;
    color: #003a70;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
@media (max-width: 767px) {
    .category-index .category-card{
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 1024px) and (max-width: 1199px){
    .category-index .category-card span{
        font-size: 0.65rem;
    }
}

.contenedor{
    display:flex;
    flex-direction: column;
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
    text-align: justify;
    color:#006098;


}
.contenedor h1 {
    font-weight:bold;
    padding-bottom: 2rem;
    text-align: center;
}
/* .contenedor h3 {
    color: rgb(0, 0, 0);
    font-weight:bold;
    padding-bottom: 2rem;
    text-align: left;
    
} */
.contenedor p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.contenedor li {
    width: 90%;
}
.contenedor .subtitle {
    color:#006098;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: left;
}

@media (max-width: 360px) {
    .contenedor{    
        display: block;
        margin: 5px;    
        width: 100%;                
        margin-top: 2rem;
        text-align: justify;
        color:#006098;
    }
    .contenedor h1 {
        font-weight:bold;
        padding-bottom: 12px;
        font-size: 1.5rem;
        text-align: center !important;        
    }
}

/*index*/
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #ffffff;
    border-radius: .3rem;
}

.contenedorSilverP {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;    

}
.contenedorSilverP .iconsSilverP img{
    display: flex;
    width: 60%;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
    color:#006098;    
    flex-direction: column;
    justify-content: center;
}

.iconsSilverP a{
    display: flex;    
    justify-content: center;
    font-size: 0.75rem;
    text-decoration: none;
    font-weight: bold;
    color: #003a70;
    margin-top: 10%;
}

@media (max-width: 360px) {

    .contenedorSilverP {
        display: flex;        
        flex-direction: column;        
        width: 40%;           
    }
    .contenedorSilverP .iconsSilverP {
        margin-bottom: 1rem;
    }        
    .card-questions .btn-link{    
        text-align: left;

    }
}
/*end of index*/

/*questions*/
.card-questions{    
    width: 100%;    
    margin-top: .8rem;
    text-align: justify;
    color:#006098;
}
.card-questions .btn-link{    
    font-weight: 400;
    color: #006098;
    background-color: transparent;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;

}
.card-header {
    background-color: transparent;
    text-decoration: none
}

.card-questions p{    
    font-size: 1.5rem;
    padding-left: 1rem;
}
/*end questions*/

/*contact*/
.text-info-contact{
    color: #006098;    
    padding-bottom: 1.5rem;
    text-align: left;
    font-size: 1.7rem;
}

.text-info-contact-red{
    color: red !important;
    padding-bottom: 1rem;
    text-align: left;
    font-size: 1.5rem;
}

.match-height{

}

/*end contact*/      




/*start Boton*/
.btn-Silverplastic {
    color: #fff;
    background-color: #0B133C;
    border-color: #0B133C;
}

.btn-Silverplastic:hover {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}

.btn-Silverplastic:focus, .btn-Silverplastic.focus {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-Silverplastic.disabled, .btn-Silverplastic:disabled {
    color: #fff;
    background-color: #0B133C;
    border-color: #0B133C;
}

.btn-Silverplastic:not(:disabled):not(.disabled):active, .btn-Silverplastic:not(:disabled):not(.disabled).active,
.show > .btn-Silverplastic.dropdown-toggle {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #005cbf;
}

.btn-Silverplastic:not(:disabled):not(.disabled):active:focus, .btn-Silverplastic:not(:disabled):not(.disabled).active:focus,
.show > .btn-Silverplastic.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/*end Boton*/



@media (min-width: 1025px) {
    .contenidoImg {
        display: flex;
        justify-content: space-around;
    }

    .imagenSPRC {
        width: 213px !important;
        height: 112px !important;
        margin-top: 10%;
    }

    .col-SP {
        flex: 0 0 50%;
        max-width: 45%;
    }
}


@media (min-width: 1024px) {	
    .imagenSPRC {
        width: 380px;
        height: 200px;
    }


}

@media (min-width:360px) {
    .imagenSPRC {
        justify-content: center;
        width: 250px;
        height: 200px;
    }
}


/*SweetAlert btn-Principal*/
.swal-button--confirm {
    background: #0B133C;
}
/*SweetAlert*/

.width-50{
    width: 50% !important;
}