@media screen and (max-width: 1440px) {
.cont2_center_txt {
	margin: 0;
}
}
@media screen and (max-width: 1000px) {

.head_boxleft { display: none; }
.header {
	height: 50px;
	background-position: center left;
	background-size: 80% 100%;
}
.head_boxright {
	width: 165px;
	padding: 0 5px 0 0;
}
.cont_menu_box { display: none; }
.content {
	min-height: 480px;
	background-position: top right;
	background-size: 160% 60%;
	background-color: #f9f9f9;
}
.cont_logo { display: none; }
.header_logo1 { display: none; }
.header_logo2 { 
	display: block; 
}
.cont_zag { display: block; }
.firstone { left: 20px; }
.cont_text {
	top: 272px;
	font-size: 25px;
}
.cont_calc_bt {
	width: 90%;
	bottom: 30px;
	padding: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
}
.cont_calc_aster {
	width: 90%;
	font-family: 'Roboto';
	font-size: 14px;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.cont2_top {
	min-height: 25px;
	background-position: top center;
	background-size: 100% 100%;
}
.cont2_bottom {
	min-height: 25px;
	background-position: top center;
	background-size: 100% 100%;
}
.cont2_center_tit {
	font-size: 20px;
	margin: 20px 0;
}
.cont2_center_txt_box {
    grid-template-columns: 1fr;
}
.rad_top1 {
	border-radius: 0 0 50px 50px;
}
.rad_top2 {
	border-radius: 50px 50px 0 0;
}

.cont3_box {
	padding: 10px 0;
}
.cont3_img1 {
	width: 100%;
}
.cont3_img1 img {
	width: 100%;
}
.cont3_txt1 {
	width: 100%;
	padding: 0 10px;
}
.cont3_row1_box {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
}
.cont3_tit {
	width: 100%;
	font-size: 22px;
}
.cont3_txt {
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 30px;
	text-align: justify;
	color: #000000;
	z-index: 2;
}
.cont3_txt {
	font-size: 16px;
	padding: 20px 30px;
	line-height: 25px;
}

.cont4_box {
	height: 32px;
}
.cont5_box {
	padding: 20px 0;
	background-image: url("");
}
.cont5_row1_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cont5_img1, .cont5_txt1 {	display: none; }
.cont5_img1_r, .cont5_txt1_r {	
	display: flex;
	width: 100%;
}
.cont5_txt1_r {
	margin-top: 30px;
}


.cont6_top, .cont6_bottom {
	max-height: 25px;
	min-height: 25px;
}
.cont6_center {
    grid-template-columns: 1fr;
    grid-gap: 10px;
	padding: 0 15px 20px 15px;
}
.cont6_center_txt_ico {
	width: 70px;
}
.cont6_center_txt_tit {
	font-size: 20px;
}
.cont6_center_txt_txt {
	font-size: 18px;
}







.cont_7_box {
	background-position: top center, bottom center;
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat;
	padding: 0 5px 100px 5px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
.cont_7_contener {
	width: 100%;
	border-radius: 15px;
	padding: 120px 10px 30px 10px;
	margin-top: 80px;
}
.cont_7_tit_box {
	top: -20px;
	right: 10px;
	box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	width: 90%;
	padding: 10px;
}
.cont_7_tit_box_tit {
	font-size: 20px;	
}
.cont_7_tit_box_txt {
	font-size: 16px;	
}
.cont_7_tit {
	display: none;
}
.cont_7_txt_box {
    grid-template-columns: 2fr 1fr;
	padding-bottom: 50px;
}
.cont_7_txt_zag, .cont_7_txt_zagr {
	font-weight: 100;
	font-size: 16px;
	margin: 5px 5px;
	text-align: right;
}
.cont_7_txt_inp, .cont_7_txt_inpr {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cont_7_txt_inp input, .cont_7_txt_inpr input {
	font-size: 16px;
	width: 100%;
	padding: 5px;
}
.cont_7_txt_bt, .cont_7_txt_bt2 {
	padding: 30px 0 30px 0;
	display: flex;
    justify-content: flex-end;
    align-items: center;
	margin: auto;
}
.cont_7_txt_inpr input {
	width: 100%;
}

.calculator {
	padding: 20px;
	font-size: 18px;
}

.llamada {
	position: absolute;
	padding: 20px;	
	bottom: -20px;
	left: 20%;
}




.cont_8_box {
	background-position: center center;
	background-size: 100% 100%;
	padding: 50px 10px 50px 10px;
}
.cont_8_contener {
	box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	padding: 10px;
	background: #FFF;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.cont8_center_txt_ico {
	width: 100px;
	margin: 20px 0; 
}
.cont8_center_txt_tit {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #0047A2;
}
.cont8_center_txt_txt {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 18px;
	text-align: justify;
	color: #000000;
}




/***********************************/
.footer {
	width: 100%;
	background: #8039E4;
	background-image: url("../img/bg_11.png");
	background-position: top center;
	background-size: 100% 20%;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
    justify-content: flex-end;
    align-items: center;
	padding: 50px 20px;
}
.footer_data {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.footer_data_box {
	display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;
}
.foo_zag {
	font-family: Roboto;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	display:flex;
    justify-content:flex-end;
    align-items: flex-start;
}
.foo_text {
	font-family: Roboto;
	font-size: 16px;
	line-height: 25px;
	color: #FFF;
}
.head_menu {
	display: block;
}

.llamada_box {
    width: 90%;
}




}