/*Inicio Estilos templete tramite registro asociacion*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}

body {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}

.nav {
    display: flex;
    width: 100vw;
    min-height: 60px;
    background: #9d2549;
    align-items: center;
    padding: 0px 30px;
    margin-bottom: 24px;
}

.nav .logo {
    display: flex;
    width: auto;
    height: 38px;
}

.clearfix-gold {
    display: flex;
    min-width: 100%;
}

.clearfix-gold .title {
    width: 100%;
   
}
.espacio-titulo1{
    margin-bottom: -10px;
}

h3 {
    margin-bottom: 5px;
}

.separador {
    width: 100%;
    border-top: 1px solid #dce0e0;
    margin-bottom: 22px;
}

.separador span {
    display: block;
    width: 35px;
    height: 5px;
    background: #b38e5d;

}

.contenido {

    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100vw;
    padding: 0 10%;
    justify-content: flex-start;
    align-items: center;
    transform: scale(0.85);
    position: absolute;
    top: 50px;
}

.alert-gold1 {
    display: flex;

    border: 2px solid #BC955C;
    background: #FFF7EB;
    width: 80%;
    padding: 12px 15px;
    color: #7C4A38;
    margin-bottom: 10px;
}
.span1{
    color: #7C4A38;
    font-weight: bolder;
    font-weight: 800;   
}
.span-texto{
    color:#7C4A38 ;
}

.span-texto-blue{
    color:#31708f ;
}
.span-blue-bold{
    color: #31708f;
    font-weight: bolder;
    font-weight: 800;   
}
.span-titulo{
   
    font-weight: bolder;
    font-weight: 500;
}


.alert-gold {
    display: flex;
    flex-direction: column;
    height: 200px;
    border: 2px solid #BC955C;
    background: #FFF7EB;
    width: 96%;
    padding: 12px 15px;
    color: #7C4A38;
    margin-bottom: 10px;
}

.alert-blue {
    display: flex;
    height: auto;
    border: none;
    border-radius: 8px;
    background: #d9edf7;
    width: 97%;
    padding: 12px 15px;
    color: #31708f;
    margin-bottom: 10px;
}

.nota {
    display: flex;     
    min-width: 290px;
    align-self: flex-end;
    margin-top: -160px;
    margin-right: -55px;
    margin-bottom: 40px;
}

.nota .icon {
    display: flex;
    
    
    min-width: 90px;
    justify-content: center;
    align-items: center;
}

.nota .icon .circle {
    display: flex;    
    background: #B69664;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.nota .icon .circle--blue{
    background: #31708f !important;
}

.nota .text {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
}
.nota .text p {
    color: #7C4A38 !important;
}

.nota .text--blue p{
    color: #31708f !important;
}
.nota .text p {
    font-size: 30px;
    font-weight: bold;
}

.nota .text .text-ch {
    font-size: 16px;
}


.btn {
    border: none;
    font-size: 18px;
    border-radius: 3px;
    padding: 10px 25px;
    text-decoration: none;
}


.btn.active, .btn:active {
    outline: 0;
}

.btn-primary {
    border: 2px solid #9D2449;
    color: #9D2449;
    box-shadow: 0 0 0 0 #9d2449;
}



.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9D2449;
    border-color: #9D2449;
}

.contorls{

    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 48px;
    margin-right: 40px;
}

.posicion{
    float: right;
    position: relative;
    bottom: 170px;
    right: -50px;
}

.posicion-alert-blue{
    float: right;
    position: relative;    
    right: 30px;
    bottom: 59px;
}

@media screen and (max-width:480px){
	body {
		font-size:80%; // achicamos la fuente en pantallas pequeñas 
	} 
}


/*Móvil */

@media (max-width: 320px) {
    
    .alert-gold {
        flex-direction: column;
        
    }

    .alert-blue {
        flex-direction: column;
    }
    .nota {
        display: flex;
       flex-direction: column;
       
       margin-right: -150px;
    }
    
}

@media (max-width: 414px) {
    .alert-gold {
        flex-direction: column;
    }

    .alert-blue {
        flex-direction: column;
    }

    .nota {
        display: flex;
        min-width: 206px;
    }

    .nota .icon {
        display: flex;
        min-width: 78px;
        justify-content: center;
        align-items: center;
    }

    .nota .icon .circle {
        display: flex;
        background: #B69664;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 715px) {
    
    .alert-gold {
        flex-direction: column;
        
        
    }

    .alert-blue {
        flex-direction: column;
    }

    .nota {
        display: flex;
        transform: scale(0.7);
        
    }

    .nota .icon {
        display: flex;
        min-width: 78px;
        justify-content: center;
        align-items: center;
    }

    .nota .icon .circle {
        display: flex;
        background: #B69664;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        
    }
   
    
}

@media (max-width: 725px) {
    
    .alert-gold {
        flex-direction: column;
        
        
    }

    .alert-blue {
        flex-direction: column;
    }

    .nota {
        display: flex;
        transform: scale(0.7);
        
    }

    .nota .icon {
        display: flex;
        min-width: 78px;
        justify-content: center;
        align-items: center;
    }

    .nota .icon .circle {
        display: flex;
        background: #B69664;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        
    }
   
    
}

@media (max-width: 990px) {
    
    .alert-gold {
        flex-direction: column;
        
    }

    .alert-blue {
        flex-direction: column;
    }
    .nota {
        display: flex;
       flex-direction: column;
       
       margin-right: -150px;
    }
    
}

@media (max-width: 996px) {
    
    .alert-gold{
        
        height: 400px;

    }
    .nota {
        display: flex;
       flex-direction: column;
       padding-top: 170px;
       padding-right: 650px;

   
    }
    
}

@media (max-width: 660px) {
    
    .alert-gold{
        
        height: 500px;

    }
    .nota {
        display: flex;
       flex-direction: column;
       padding-top: 170px;
       padding-right: 200px;
    }
    
}

@media (max-width: 665px) {
    
    .alert-gold{
        
        height: 500px;

    }
    .nota {
        display: flex;
       flex-direction: column;
       padding-top: 170px;
       padding-right: 200px;
    }
    
}

@media (max-width: 668px) {
    
    .alert-gold{
        
        height: 500px;

    }
    .nota {
        display: flex;
       flex-direction: column;
       padding-top: 170px;
       padding-right: 200px;
    }
    
}

@media (max-width: 768px) {
    
    .alert-gold {
        flex-direction: column;
    }

    .alert-blue {
        flex-direction: column;
    }
    
}









/*Fin Estilos templete tramite registro asociacion*/