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

@import "./bootstrap.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

img {
    border: 0px;
}

.clear {
    clear: both;
}

a, a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #575756;
    background-color: #fff;
}

.indicador_riesgo{
	border:1px solid black;
	display: flex;
    flex-direction: row;
    align-items: center;
	font-weight: 500;
    color: #4A4A4A;
    font-size: 11px;
}
.indicador_riesgo p{
    font-size: 11px;
}
.cont_numero_indica{
    width: 302px;
    border-right: 1px solid black;
	padding: 10px 20px 20px 20px;
}
.numero_indica {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}
.numero_indica span{
	color:rgb(189 189 189);
}
.cont_texto_riesgo{
	padding: 10px 20px 20px 20px;
}
.indicador_riesgo_indica{
    color: #4A4A4A;
    font-size: 11px;
	padding: 10px 0;
}

.img_land{
	text-align: center;
    padding: 30px 0;
}
.img_land img{
	max-width: 100%;
	height: auto;
	margin: auto;
}
.cont_estrenate{
    padding: 30px 0;
    margin: 30px 0;
    border-top: 2px solid #3cae1b;
    border-bottom: 2px solid #3cae1b;
}
p.text_estrenate{
    text-align: center;
    color: #2a382a;
    font-size: 30px;
}
.solo_hasta{
    text-align: center;
    font-size: 20px;
    color: #5ebb41;
}

.boton_masinfo{
    text-align: center;
}
.boton_masinfo a{
    color: #fff;
    background: #3cae1b;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 19px;
    padding: 12px 35px;
    border-radius: 50px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.23);
    margin-top: 20px;
}
.boton_masinfo a:hover{
    text-decoration: none;
    background: #f4ce0f;
}
.txt_domicilia{
    text-align: center;
    font-size: 30px;
    color: #2a382a;
}
.informate{
    text-align: center;
    margin: 15px 0;
}
.informate a{
    display: inline-block;
    font-size: 20px;
    color: #3cae1b;
    text-decoration: underline;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
.informate a:hover{
    text-decoration: none;
}
p.txt_legal{
    margin-top: 20px;
    font-size: 13px;
    color: #2a382a;
}
@media (max-width: 768px) {
	.cont_numero_indica{
		width: 40%;
	}
	.cont_texto_riesgo{
		width: 60%;
	}
    p.text_estrenate, .txt_domicilia{
        font-size: 24px;
    }
}

@media (max-width: 991px) {
}
@media (max-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 500px) {
    p.text_estrenate br, .txt_domicilia br{
        display: none;
    }
}
