


::-webkit-input-placeholder { font-weight: 500; } 
 
:-moz-placeholder { /* Firefox 18- */ font-weight: 500; } 
 
::-moz-placeholder { /* Firefox 19+ */ font-weight: 500; } 
 
:-ms-input-placeholder { font-weight: 500; }



:focus::-webkit-input-placeholder{color:transparent;}


/*
#    #  ####  #####  ###### #       ####   ####     #    # ##### #    # #      
##  ## #    # #    # #      #      #    # #         #    #   #   ##  ## #      
# ## # #    # #    # #####  #      #    #  ####     ######   #   # ## # #      
#    # #    # #    # #      #      #    #      #    #    #   #   #    # #      
#    # #    # #    # #      #      #    # #    #    #    #   #   #    # #      
#    #  ####  #####  ###### ######  ####   ####     #    #   #   #    # ###### 
*/


#cont_img_modelos{
	overflow-y: scroll; 
	height: 80vh; 
	background: white;

	-webkit-box-shadow: 1px 1px 4px 1px #8f8f8f;
	box-shadow: 		1px 1px 4px 1px #8f8f8f;
}


#cont_img_modelos:hover{
	-webkit-box-shadow: 1px 1px 4px 1px #5a5a5a;
	box-shadow: 		1px 1px 4px 1px #5a5a5a;
}

#cont_img_modelos::-webkit-scrollbar {
	width: 8px;
	
}

#cont_img_modelos::-webkit-scrollbar-thumb{
	background-color: #fde231;
	border-radius: 0px;
	/*box-shadow: -6px -2px 12px 1px rgba(0,0,0,0.39);*/
}

#cont_img_modelos::-webkit-scrollbar-thumb:hover{
	/*background-color: #4a4a4a;*/
}

#cont_img_modelos::-webkit-scrollbar-button{
	background-color: transparent;

}



.btn_info_modelo_1{
	display: inherit;
}

.btn_info_modelo_2{
	display: none;
}


@media (max-width: 768px) {
	.btn_info_modelo_1{
		display: none;
	}

	.btn_info_modelo_2{
		display: inherit;
	}
}


/*
#####    ##   #    # ###### #         #        ##   ##### ###### #####    ##   #      
#    #  #  #  ##   # #      #         #       #  #    #   #      #    #  #  #  #      
#    # #    # # #  # #####  #         #      #    #   #   #####  #    # #    # #      
#####  ###### #  # # #      #         #      ######   #   #      #####  ###### #      
#      #    # #   ## #      #         #      #    #   #   #      #   #  #    # #      
#      #    # #    # ###### ######    ###### #    #   #   ###### #    # #    # ###### 

#    #  ####  #####  ###### #         ###### #    #   ##   #    # #####  #      ######  ####  
##  ## #    # #    # #      #         #       #  #   #  #  ##  ## #    # #      #      #      
# ## # #    # #    # #####  #         #####    ##   #    # # ## # #    # #      #####   ####  
#    # #    # #    # #      #         #        ##   ###### #    # #####  #      #           # 
#    # #    # #    # #      #         #       #  #  #    # #    # #      #      #      #    # 
#    #  ####  #####  ###### ######    ###### #    # #    # #    # #      ###### ######  #### 
*/


.btn_modal_iframe{

	position: fixed;
	z-index: 45;

	width: 65px;
	/*height: 56px;*/
	left: 365px;
	top: 44vh;

	background-color: #fde231;
	
	-webkit-box-shadow: 0px 0px 7px 0px #a8a8a8;
	box-shadow: 		0px 0px 7px 0px #a8a8a8;
	
	cursor: default;

	transition: 0.5s ;
}

.txt_modal_iframe{
	/*padding: 10px 0;*/
	letter-spacing: .075em;

	font-size: 35px;
	text-align: center;
	color: black;
}

/*----------------------------------------------*/



.cont_panel{

	position: fixed;
	z-index: 40;

	width: 400px;
	height: 100vh;
	left: 0px;

	background-color: white;
	
	-webkit-box-shadow: 8px 25px 8px -7px #8f8f8f;
	box-shadow: 		8px 25px 8px -7px #8f8f8f;
	
	/*overflow: inherit;*/
	overflow-y: scroll;

	transition: 0.5s ;
}

.cont_panel::-webkit-scrollbar {
	width: 8px;
	
}

.cont_panel::-webkit-scrollbar-thumb{
	background-color: rgb(219, 219, 219);
	border-radius: 0px;
	/*box-shadow: -6px -2px 12px 1px rgba(0,0,0,0.39);*/
}

.cont_panel::-webkit-scrollbar-thumb:hover{
	/*background-color: #4a4a4a;*/
}

.cont_panel::-webkit-scrollbar-button{
	background-color: transparent;

}


/*----------------------------------------------*/

.cont_titulo_modal{
	padding: 68px 20px 0;
}


.titulo_modal{
	letter-spacing: .075em;
	padding: 8px 20px 0;
	background: #fde231;

	font-size: 50px;

	display: flex;
	justify-content: center;
}


.parrafo_modal{
	/*letter-spacing: .075em;*/
	padding: 8px 20px 0;
	/*background: #fde231;*/

	font-size: 14px;


	text-align: justify;
}



.cont_btn_comprar_modelo{
	padding: 68px 50px 0;
}

.btn_comprar_modelo{
	padding: 20px 10px;
	letter-spacing: .075em;
	border: 1px solid rgba(17, 17, 17, 0.1);
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}

.btn_comprar_modelo:hover{
	background-color: black;
	color: white;
}






.cont_btn_volver{
	padding: 96px 128px 0 0;
	margin-bottom: 41px;
}

.btn_volver{
	padding: 20px 0 5px;
	letter-spacing: .075em;
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);

	font-size: 15px;
	text-align: end;
	cursor: pointer;
}


.btn_volver:hover{
	font-weight: 600;
	
}












/*
#####    ##    ####   ####  
#    #  #  #  #    # #    # 
#    # #    # #      #    # 
#####  ###### #  ### #    # 
#      #    # #    # #    # 
#      #    #  ####   ####  
*/


/*BOTON MERCADO PAGO*/

button.mercadopago-button {
  	/*
  	background-color: transparent;/*#FDE231*
  	color: black;
  
  	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
    font-size: 20px;
	*/
    background-position: 50%;
    background-repeat: no-repeat;
    line-height: inherit;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-background-size: 25% 25%;
    background-size: 25%;
        width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
        font-size: 18px;
    font-weight: 400;
 /*       border-color: #3483fa;*/
        display: inline-block;
    vertical-align: middle;
    background: #FDE231;
    margin-top: 24px;
    	font-family: unset;
    color: black;
    box-shadow: 0 6px 9px -2px rgba(0, 0, 0, 0.15);
}
#section_cpanel:hover{
	color: black;
	padding-right: 0;
	padding-left: 0;
}






#content_info_pago1{
/*
	border-left: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
*/
	margin-bottom: 0;
	font-family: 'Muli', sans-serif;
	color: #4c4c4c;
}

#content_info_pago2{
	border: 1px solid #cfcfcf;

	margin-bottom: 0;

	/*margin-left: 2px;*/
	box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 576px){
	#content_info_pago1{
		/*
		border-left: 1px solid #cfcfcf;
		border-top: 1px solid #cfcfcf;
		border-right: 1px solid #cfcfcf;
		border-bottom: 0px ;
		*/
		margin-bottom: 0;
	}

}



#pago_tit{
	font-family: 'Open Sans', sans-serif;
	font-size: 33px;
	margin-bottom: 10px;
}

#pago_des{
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #4c4c4c;

	margin: 0;
}
.dif{
	background-color: #f5f5f58c;
    margin-bottom: 7px!important;
}
#pago_row{
	min-width: 30px;
}

#pago_linea{
	width: 88%;
    left: 15px;
    height: 1px;
    background-color: #aaaaaa78;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
}
#pago_pre_tachado{
	text-decoration: line-through;
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    color: #00000082;
}
#pago_pre{
	font-family: 'Muli', sans-serif;
	font-size: 26px;
	color: black;
}

#pago_cuotas1{
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #00a650;

	margin: 0;
	padding: 0 15px;
}

.pago_img_tarjetas{
	width: 30px;
    margin-right: 2px;
    margin-bottom: 2px;
}

#pago_cuotas_masinfo{
	font-family: sans-serif;
	font-size: 12px;
	color: #1259c3;

	margin: 0;
	padding: 0 15px;
}


#pago_seguridad1{
	font-family: sans-serif;
	font-size: 12px;
	color: #9a9a9a;

	margin: 0;
	padding-top: 15px;
	padding-left: 15px; 

    display: flex;
    align-items: center;
}

#pago_seguridad2{
	font-family: sans-serif;
	font-size: 12px;
	color: #1259c3;
}

#pago_icon_seguridad{
	font-size: 16px;
}


.invisible{
	color: unset;
}





#tit_pago_perfil{
	font-size: 35px;
	color: black;
}





/*medias de pago*/
@media (max-width: 1200px) {
	#pago_tit{
		font-size: 25px;
	}

	#pago_seguridad1{
		display: initial;
	}
	#pago_des{
		font-size: 12px;
	}
	#pago_cuotas1 {
	    font-size: 12px;
	}
	#pago_cuotas_masinfo {
	    font-size: 11px;
	}
	#pago_seguridad1 {
	    font-size: 11px;
	    padding-top: 10px;
	}
	#pago_seguridad2 {
	    font-size: 11px;
	}
	.invisible{
		display: none;
	}
}

@media (max-width: 991px) {
	#pago_tit{
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	#tarj_cabal{
		display: none;
	}
	#content_info_pago2{
		margin-top: 43px;
	}
	#pago_tit{
		font-size: 26px;
	    margin-bottom: 12px;
	}
	#pago_pre {
	    margin-bottom: 6px;
	}
}
@media (max-width: 545px) {
	#pago_tit{
		font-size: 22px;
	}
	#pago_des {
    font-size: 11px;
	}
}
@media (max-width: 485px) {
	#pago_tit{
		font-size: 20px;
	}
}
@media (max-width: 454px) {
	#pago_tit{
		font-size: 18px;
	}
}
@media (max-width: 424px) {
	#pago_tit{
		font-size: 17px;
	}
}





@media (max-width: 500px) {
	.cont_panel{
		width: 303px;
	}
	.titulo_modal{
		font-size: 34px;
	}
	.btn_modal_iframe{
		left: 267px;
	}
	.btn_comprar_modelo{
		font-size: 14px;
	}
	.cont_btn_volver{
		padding: 96px 71px 0 0;
	}
	.btn_volver{
		font-size: 14px;
	}
}