.color1{color: #182A41;}
.color2{color: #32889C;}
.color3{color: #6EC2CD;}
.color4{color: #F5C5AE;}
.color5{color: #586067;}

body{
    width: 99%;
    margin: 0 auto;
}

.banner{
    background: rgba(0, 0, 0, 0.4) url('../img/playa.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding-bottom: 10px;
}

.bloqueA{
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.corrector{
    margin: auto;
}
.bloqueB{
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #6EC2CD;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cardMargin{
    padding-bottom: 15px;
    padding-top: 15px;
}

.primary{
    background-color: #F5C5AE;
    color: white;
}
.buttonPrimary{
    background-color: #F5C5AE;
    border-color: #F5C5AE;
    color: white;
    margin-bottom: 15px;
}
.buttonPrimary:hover{
    background-color: #6EC2CD;
    border-color: #6EC2CD;
    color: white;
}

.buttonSecondary{
    background-color: #182A41;
    border-color: #182A41;
    color: white;
    margin-bottom: 15px;
}
.buttonSecondary:hover{
    background-color: #586067;
    border-color: #586067;
    color: white;
}

.margin{
    width: 99%;
    margin: 0 auto;
}