@charset "utf-8";
/* CSS Document 

 color: 
    #334E85; azul
    #94bf3e; verde

*/




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --azul: #334E85;
    --verde: #94bf3e;
}

body{
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding: 0;
    width: 100%;
 }

html {
	font-family: 'Oswald', sans-serif;
}

hr {
    height: 1px;
    width: 50%;
    margin-left: auto;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300 !important;
}
h2 {
    font-weight: 300 !important;
}
h3 {
    font-weight: 300 !important;
}

.h1-redh5{
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}

.h1-TitSmall {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 500 !important;
  line-height: 1.2;
}



.h3redh5{
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-align: center;
}
.mt-8{
    margin-top: 8rem;
}
.mt-7{
    margin-top: 7rem;
}

.btn-success {
    color: #FFFFFF !important;
    background-color: #000000 !important; /* #000000*/
    box-shadow:  5px, 5px, 35px, 30px, #000000;
}
/*.btn-success:hover {
    color: #000000; /*#334E85*/
/*    background-color: #94bf3e !important;
} */

/*.btn-success:active {
    color: #DFECC4 !important;
    background-color: #779931 !important;
}*/
a.btn-success:hover {
    color: #94bf3e !important;
    background-color: #000000 !important; /* #000000*/
    
}



.btn-blan {
    background-color: #ffffff;
    border: thin solid #ffffff;
    color: #334E85 !important;
    box-shadow: 10px 10px 15px -8px rgba(0,0,0,0.5);
    
}

.btn-blan:hover {
    background-color: rgba(220,220,220,0.86);
    border-style: solid;
    border-color: #000000;
    border-width: thin;
    color: #334E85;
    
}

.colap-info {
	font-size: 1rem !important;
	color: #FFFFFF;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	
}
/*------------------------CLASES PARA LOGRAR UN SCROLL CON EL NAVBAR FIJO
                  Y EL SLIDER Y EL RESTO DE LA PAGINA CONSERVE SU LUGAR EN EL FLUJO -------*/

.nav-fijo {                /*----De los estilos de los fondos abajo de ".deco-secun" ----*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
/*----jumbotron------*/
.after-slider{
    position: relative;
    top: 35rem;
    z-index: 100;
}
.relative {
    position: relative;
     z-index: 90;
}
.encimaTodo{
    position: relative;
    z-index: 200;
    top: 35rem;
    
    width: 100%;
    padding: 20px;
}

.No-marginY-Jumbo {
    margin-top: -2.5rem;
    margin-bottom: -0.1rem;
}
.end-fixed{
    position: sticky;
    bottom: 0rem;
    z-index: -1;
}