/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold'), url('MYRIADPRO-BOLD.woff') format('woff');
}

body.page-id-10 p{
	font-size: 13px;
	font-family: Myriad Pro Regular;
}

h1{
	font-size:32px !important;
	font-family: Myriad Pro Bold !important;
}
h2{
	font-family: Myriad Pro Bold !important;
}
h3{
	font-family: Myriad Pro Bold !important;
}
h4{
	font-family: Myriad Pro Bold !important;
}
#credito_llamada h3{
color:#525252;
font-size:38px;
text-transform:uppercase;
}
#credito_llamada .boton {
  background: #edae44 none repeat scroll 0 0;
  border-radius: 8px;
  color: #fff;
  font-size: 26px;
  padding: 22px 6px;
}
.iconbox_content_title {
  padding-top:22px !important;
}
form.avia_ajax_form label{
color: #010101;
}
form.avia_ajax_form .button{
color:#010101;
background:#ffffff;
font-weight:bold;
}
form.avia_ajax_form input{
color:#010101 !important;
background:#ffffff !important;
border:1px solid #010101 !important;
}
#seccion_modificar > .container{max-width:100% !important;padding:0 !important;}
#seccion_modificar section.av_textblock_section {
  padding: 10px 22% 10px 20px;
}
#seccion_modificar .first section.av_textblock_section {
  padding: 10px 20px 10px 22%;
}
#seccion_modificar .av-special-heading-h2{
padding: 48px 30px !important;
}
.modified_width .button {
  padding: 10px 10px 14px !important;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
    #seccion_modificar section.av_textblock_section {
	  padding: 10px 0px 10px 0px;
	  width: 85% !important;
	  margin: 0 auto;
	}
	#seccion_modificar .first section.av_textblock_section {
	  padding: 10px 0px 10px 0px;
	  width: 85% !important;
	  margin: 0 auto;
	}
	#seccion_modificar > .container {
	  float: none;
	  margin: 0 auto;
	  max-width: 100% !important;
	  padding-left: 0;
	  padding-right: 0;
	  width: 100% !important;
	}
	.avia-builder-el-33 {display: none !important;}
}