@charset "utf-8";


@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900,900italic);











a.link_div:link {
	text-decoration	:none;
}
a.link_div:visited {
	text-decoration	:none;
}
a.link_div:active {
	text-decoration	:none;
}
a.link_div:hover {
	text-decoration	:none;
}
a.email1:link {
	color:#FFFFFF;
	text-decoration	:none;
}
a.email1:visited {
	color:#FFFFFF;
	text-decoration	:none;
}
a.email1:active {
	color:#FFFFFF;
	text-decoration	:none;
}
a.email1:hover {
	text-decoration	:none;
	color:#7e7e7e;
	transition: all 0.3s;
}




body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:center;
	background-color:#FFF;
}


.h_topMenu{
	margin:0 auto;
	padding: 0;
	position:fixed;
	z-index:2500;
	width:100%;
	height:94px;
	margin-top: 10px;
}
.d_topMenu{
	margin:0 auto;
	padding: 0;
	width:100%;
	max-width:1200px;
	height:100%;
	text-align:center;
	/*background-color: rgba(251, 123, 167, 0.56);*/
	position: relative;
}
.d_topMenu_logo{
	float: left;
	width: 300px;
	height: 85px;
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	background-image:url(../images/logo_w.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	cursor: pointer;
}
.d_topMenu_right{
	width: auto;
	height: auto;
	z-index:2500;
	right:0;
	position: absolute;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}
.d_topMenu_rightMenu{
	width: auto;
	height: auto;
	z-index:2501;
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
}
.d_topMenu_rightMenu_elm0{
	float: left;
	position: relative;
	width: auto;
	height: auto;
	font-family: 'Julius Sans One', sans-serif;
	font-family: 'Playfair Display', serif;
	font-family: "Open Sans";
	font-weight: 700;
	font-weight: bold;
  font-size: 1.0em;
  color: #FFF;
	text-transform: uppercase;
	padding: 10px 6px 10px 6px;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	text-shadow: 2px 2px 2px #000;
	border-radius: 10px;
}
.d_topMenu_rightMenu_elm0:hover{
	background-color: #00beff;
	transition: all 0.3s ease;
}
.d_topMenu_rightMenu_elm0_active{
	background-color: #00beff;
}

.d_topMenu_rightMenu_elm10_inner{
	width: 100%;
	height: 40px;
	overflow: auto;
	padding-top: 6px;
	z-index: 5010;
	position: fixed;
}
.d_barra_btn_barra0{
	margin: 3px 0;
	transition: .4s;
}
#d_barra_btn_barra1{
	float: left;
	width: 100%;
	height: 2px;
	background-color: #fff;
	/*background-color: #000000;*/
}
#d_barra_btn_barra2{
	float: left;
	width: 100%;
	height: 2px;
	background-color: #fff;
	/*background-color: #000000;*/
}
#d_barra_btn_barra3{
	float: left;
	width: 100%;
	height: 2px;
	background-color: #fff;
	/*background-color: #000000;*/
}
#d_barra_btn_barra00{
	float: left;
	width: 100%;
	height: auto;
}
.h_menumv{
	width: 100%;
	height:0px;
	background-color: rgb(54, 54, 54);
	z-index: 5000;
	position: fixed;
	overflow: hidden;
}
.d_menumv{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height:auto;
	padding-top: 10px;
}
.d_menumv_el0{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:60px;
	left: 0;
	background-image:url(../images/logo_w.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-bottom: 15px;
}
.d_menumv_el1{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:auto;
	font-family: "Open Sans";
	font-weight: 700;
	font-weight: bold;
	font-size: 1.0em;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: 2px 2px 2px #000;
	margin-top: 18px;
	margin-bottom: 18px;
	text-align: center;
}
.d_menumv_el1 a:link, .d_menumv_el1 a:visited,.d_menumv_el1 a:active{
	color:#FFF;
	text-decoration: none;
}


.h_menumv_btn{
	width: auto;
	height:40px;
	z-index: 5010;
	position: fixed;
	margin-top: 30px;
	text-align: center;
	right: 0;
	display: none;
}
.d_menumv_btn{
	margin: 0 auto;
	width: 100%;
	height:40px;
	max-width: 1200px;
}
.d_menumv_btn_el0{
	float: right;
	position: relative;
	width: 40px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	/*background-color: rgb(0, 209, 255);*/
	background-color: rgba(22, 22, 22, 0.54);
	cursor: pointer;
	margin-right: 10px;
	padding-top: 7px;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 5px;
	padding: 4px;
	padding-top: 7px;
}














.h_slider_gap{
	margin:0 auto;
	padding: 0;
	z-index:2400;
	width:100%;
	height:2px;
	background-color: #00beff;
}
.h_slider{
	margin:0 auto;
	padding: 0;
	z-index:2400;
	width:100%;
	height:700px;
	position: relative;
	overflow: hidden;
}
.h_slider_dot{
	margin:0 auto;
	padding: 0;
	z-index:2400;
	width:100%;
	height:100%;
	background-image:url(../images/dot1.png);
	background-repeat:repeat;
}
.h_bar11{
	margin:0 auto;
	padding: 0;
	z-index:2400;
	width:100%;
	height:120px;
	background-color:rgb(0, 190, 255);
	background: url(../images/bk_barra1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed!important;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}
.h_bar11_2{
	margin:0 auto;
	padding: 0;
	z-index:2400;
	width:100%;
	height:auto;
	background-color:rgb(0, 190, 255);
	background: url(../images/bk_barra1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed!important;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}








.h_titulos11{
	margin:0 auto;
	padding: 0;
	width:100%;
	height:auto;
	padding-bottom: 50px;
	position: relative;
	z-index: 2011;
}
.h_titulos12{
	margin:0 auto;
	padding: 0;
	width:100%;
	height:auto;
	padding-bottom: 50px;
	padding-top: 40px;
	position: relative;
	z-index: 2011;
}
.h_titulos11_txt{
	margin:0 auto;
	padding: 0;
	width:100%;
	max-width: 1200px;
	height:auto;
	font-family: "Open Sans";
  font-size: 3.0em;
  color: #FFF;
}
.h_titulos11_txt_tip{
	color: rgb(0, 190, 255);
	font-style: normal;
}
.h_titulos12_txt{
	margin:0 auto;
	padding: 0;
	width:100%;
	max-width: 1200px;
	height:auto;
	font-family: "Open Sans";
  font-size: 3.0em;
  color: #222324;
	word-break: break-all;
}
.titulo_blanco{
  color: #ffffff;
}
.titulo_padding{
	padding-top:30px;
	word-break: break-all;
}

.h_debtitulos_x1{
	margin:0 auto;
	padding: 0;
	width:100%;
	max-width: 1200px;
	height:auto;
	font-family: "Open Sans";
  font-size: 2.0em;
  color: #FFF;
	padding-top: 30px;
}
.h_textop_x1{
	margin:0 auto;
	padding: 0;
	width:100%;
	max-width: 1200px;
	height:auto;
	font-family: "Roboto" !important;
  font-size: 1.0em;
  color: #000;
	padding-top: 0px;
	text-align: justify;
}

.h_debtitulos_img_x1{
	margin:0 auto;
	padding: 0;
	width:100%;
	max-width: 1200px;
	height:400px;
	padding-top: 50px;
	background: url(../images/back_inicio1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}



.h_barBase1{
	margin:0 auto;
	padding: 0;
	z-index:2400;
	width:100%;
	height:auto;
	position:relative;
	overflow: auto;
}
.h_barBase1_back_x0{
	position:absolute;
	width:100%;
	height:100%;
	z-index: 2010;
	background: url(../images/back2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed!important;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	/*opacity: 0.5;*/
}
.h_barBase1_back_x1{
	position:absolute;
	width:100%;
	height:100%;
	z-index: 2010;
	background: url(../images/back4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed!important;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	/*opacity: 0.5;*/
}
.h_barBase1_back_x2{
	position:absolute;
	width:100%;
	height:100%;
	z-index: 2010;
	background: url(../images/back5.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed!important;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	/*opacity: 0.5;*/
}
.h_barBase1_back_x3{
	position:absolute;
	width:100%;
	height:100%;
	z-index: 2010;
	background: url(../images/back6.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed!important;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	/*opacity: 0.5;*/
}


.h_homeservices_holdericons{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
  height: auto;
	overflow: auto;
	z-index: 2012;
  padding-top: 40px;
  padding-bottom: 30px;
}
.holder_pie{
	margin-bottom: 0px;
}
.holder_icAzul{
	padding-top: 0px;
}
.h_homeservices_holdericons2{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
  height: auto;
	overflow: auto;
	z-index: 2012;
  margin-bottom: 100px;
}
.d_holdericons_x0{
	position: relative;
  width: 350px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
	margin-bottom: 10px;
	transition: all 0.5s ease;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #222324;
}
.d_holdericons_img_x0{
	position: relative;
	width: 100%;
	height: 100px;
	/*margin-top: 10px;*/
	font-size: 5.0em;
	text-align: center;
	color: rgb(0, 190, 255);
}
.d_holdericons_img_x3{
	position: relative;
	width: 100%;
	height: 100px;
	background-color: rgb(255, 255, 255);
	font-size: 5.0em;
	text-align: center;
	border:2px solid rgba(0, 190, 255, 0.2);
}
.d_holdericons_img_x3:hover{
	border:2px solid rgba(0, 190, 255, 0.9);
}
.d_holdericons_line_x0{
	position: relative;
  margin: 0 auto;
	width: 40%;
	height: 2px;
  background-color: rgb(0, 190, 255);
}
.d_holdericons_txt_x2{
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgb(255, 255, 255, 0);
	padding: 15px 10px 15px 10px;
	box-sizing: border-box;
	font-family: 'Julius Sans One', sans-serif;
	font-family: "Open Sans";
	font-size: 1.8em;
	text-align: center;
	color: rgb(22, 22, 22);;
	font-weight: bold;
}
.d_holdericons_txt_x0{
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgb(255, 255, 255, 0);
	padding: 15px 10px 15px 10px;
	box-sizing: border-box;
	font-family: 'Julius Sans One', sans-serif;
	font-family: "Open Sans";
	font-size: 1.8em;
	text-align: center;
	color: #FFFF;
	font-weight: bold;
}
.d_holdericons_txt2_x0{
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgb(255, 255, 255, 0);
	padding: 25px 10px 25px 10px;
	box-sizing: border-box;
	font-family: 'Julius Sans One', sans-serif;
	font-family: "Open Sans";
	font-size: 1.0em;
	text-align: center;
	color: #FFFF;
  line-height: 1.5;
  letter-spacing: 0;
	min-height: 240px;
}
.h_pie_copy{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
  height: auto;
	overflow: auto;
	z-index: 2012;
  padding-top: 10px;
  padding-bottom: 35px;
	font-family: "Open Sans";
	font-size: 0.8em;
	text-align: center;
	color: #808080;
}
.h_pie_copy a:link, .h_pie_copy a:visited,.h_pie_copy a:active{
	color:#808080;
	text-decoration: none;
}
.h_pie_copy a:hover{
	color:#ffffff;
	transition: all 0.3s ease;
}







.h_barBase1_back{
	position:absolute;
	width:100%;
	height:100%;
	z-index: 2010;
	background-color: #f8f9fa;
	/*background: url(../images/back2.jpg);*/
	background-repeat: no-repeat;
	background-attachment: fixed!important;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	/*opacity: 0.5;*/
}

.d_holdericons_1_x2{
	position: relative;
  width: 250px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(0, 190, 255, 0.1);
}
.d_holdericons_1_x2:hover{
	background-color: rgba(0, 190, 255, 0.2);
	transition: all 0.2s ease;
}
.d_holdericons_1_x2:hover > .over_btn{
	background-color: rgb(0, 54, 87);
}


.over_btn_email:hover{
	color:#7e7e7e;
	transition: all 0.2s ease;
}


.d_holdericons_1_x3{
	position: relative;
  width: 250px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}


.d_holdericons_txt2_x1{
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgb(255, 255, 255, 0);
	padding: 25px 10px 25px 10px;
	box-sizing: border-box;
	font-family: 'Julius Sans One', sans-serif;
	font-family: "Open Sans";
	font-size: 1.0em;
	text-align: center;
	color: #222324;
  line-height: 1.5;
  letter-spacing: 0;
	min-height: 240px;
}
.d_holdericons_txt2_x2{
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgb(255, 255, 255, 0);
	padding: 25px 10px 25px 10px;
	box-sizing: border-box;
	font-family: 'Julius Sans One', sans-serif;
	font-family: "Open Sans";
	font-size: 1.0em;
	text-align: left;
	color: #222324;
  line-height: 1.5;
  letter-spacing: 0;
	/*min-height: 240px;*/
}


.d_holdericons_img_x1{
	position: relative;
	width: 100%;
	height: 100px;
	/*margin-top: 10px;*/
	font-size: 5.0em;
	text-align: center;
	color: #222324;
}



.d_holdericons_x2{
	position: relative;
  width: 350px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
	margin-bottom: 10px;
	transition: all 0.5s ease;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
.d_holdericons_txt_x1{
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgb(255, 255, 255, 0);
	padding: 15px 10px 5px 10px;
	box-sizing: border-box;
	font-family: 'Julius Sans One', sans-serif;
	/*font-family: "Open Sans";*/

	font-size: 1.8em;
	text-align: left;
	color: #7F8BA0;
	font-weight: bold;
}

.d_holdericons_btn0_x0{
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
}
.d_holdericons_btn0_x1{
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	display: flex;
}
.d_holdericons_btn1_x0{
	float: left;
	position: relative;
	width: auto;
	height: auto;
	font-family: "Open Sans";
	font-size: 1.0em;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 20px 15px 20px;
	box-sizing: border-box;
	background-color: rgb(0, 190, 255);
	text-transform: uppercase;
}
.d_holdericons_btn1_x1{
	margin: 0 auto;
	position: relative;
	width: auto;
	height: auto;
	font-family: "Open Sans";
	font-size: 1.0em;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 20px 15px 20px;
	box-sizing: border-box;
	background-color: rgb(0, 190, 255);
	text-transform: uppercase;
}
.over_btn:hover{
	background-color: rgb(0, 54, 87);
	cursor: pointer;
}

.d_icoAzul_1{
	position: relative;
  width: 250px;
  height: auto;
  margin-left: 55px;
  margin-right: 55px;
	margin-bottom: 10px;
	transition: all 0.5s ease;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#ffffff;
	font-family: "Open Sans";
	font-size: 1.8em;
	text-align: center;
	color: #FFFFFF;
}
.d_icoAzul_1_icon{
	font-size: 2.1em;
}

.d_icoAzul_2{
	position: relative;
  width: 110px;
  height: auto;
  margin-left: 32px;
  margin-right: 32px;
	margin-bottom: 10px;
	transition: all 0.5s ease;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#ffffff;
	font-family: "Open Sans";
	font-size: 1.8em;
	text-align: center;
	color: #FFFFFF;
}
.d_icoAzul_2_icon{
	font-size: 2.1em;
}
.d_icoAzul_2:hover{
	color:rgb(0, 190, 255);
	transition: all 0.3s ease;
}

.d_pieholder_1{
	position: relative;
  width: auto;
	max-width: 250px;
  height: auto;
  margin-left: 55px;
  margin-right: 55px;
	margin-bottom: 10px;
	transition: all 0.5s ease;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#ffffff;
	font-family: "Open Sans";
	font-size: 1.2em;
	text-align: center;
	color: #FFFFFF;
}
.d_pieholder_1_center{
	line-height: 70px;
}
.d_pieholder_1_center_btnpie{
	padding-top: 25px;
	width: 142px;
}








/*galeria fotos horizontal*/
#h_serviciosn_gap1{
	margin:0 auto;
	padding: 0;
	position:relative;
	width:100%;
	height:25px;
	z-index:2200;
	text-align:center;
	overflow:hidden;
	/*ackground-color:#907B7C;*/
}
#h_serviciosn{
	margin:0 auto;
	padding: 0;
	position:relative;
	width:100%;
	height:auto;
	z-index:2200;
	text-align:center;
	overflow:hidden;
	margin-top:0px;
	/*ackground-color:#907B7C;*/
}
#h_servicios{
	margin:0 auto;
	padding: 0;
	position:relative;
	width:100%;
	height:auto;
	z-index:2200;
	text-align:center;
	overflow:hidden;
	/*ackground-color:#907B7C;*/
}
#d_servicios_inner{
	margin:0 auto;
	padding: 0;
	position:relative;
	width:100%;
	max-width:1400px;
	height:auto;
	z-index:2200;
	text-align:center;/*center si se quiere en centro*/
	overflow:hidden;
}
#d_servicios_full_c0{
	margin: 0 auto;
	position:relative;
	text-align: center;
  display: inline-block;
	width:auto;
	height:auto;
	/*background-color:rgba(100,100,100,1.00);*/
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;/*antes 20*/
	padding-right:5px;/*antes 20*/
	vertical-align:top;
	cursor:pointer;
}
#d_servicios_full_c1_holder{
	position:relative;
	margin: 0 auto;
	padding:0;
	width:200px;
	height:200px;
	overflow:hidden;
}
.child {
  width: 100%;
  height: 100%;
	transition: all .5s;
}
.child:hover,
.child:focus {
  transform: scale(1.2);
}
/*fin galeria fotos horizontal*/

.h_pie{
	margin:0 auto;
	padding: 0;
	position: relative;
	z-index:2400;
	width:100%;
	height:auto;
	background-color: rgb(22, 22, 22);
}
.c_help_forms{
	font-family:'Open Sans', sans-serif;
	font-size: 0.9em;
	color:rgba(0,0,0,1.00);
	text-align: center;
}

.c_help_forms a:link, .c_help_forms a:visited,.c_help_forms a:active{
	color:rgba(0,0,0,1.00);
	text-decoration: none;
}
.c_help_forms a:hover{
	color:#7e7e7e;
	transition: all 0.3s ease;
	text-decoration: underline;
}
#d_error_form{
	width: auto;
	height: auto;
	text-align: center;
	font-family:'Open Sans', sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}






















/*###########################################################################*/
/*inicio media*/
/*###########################################################################*/
@media (max-width:950px) and (min-width:0px) {
	.d_topMenu_rightMenu{
		display: none !important;
	}
	.h_menumv_btn{
		display: block;
	}
}
@media (max-width:1210px) and (min-width:0px) {
	.d_topMenu_right{
		right:10px;
	}
}
@media (max-width:500px) and (min-width:350px) {
	.d_topMenu_logo{
		width:200px;
	}
	.h_debtitulos_img_x1{
		height: 250px;
	}

}
@media (max-width:349px) and (min-width:0px) {
	.d_topMenu_logo{
		width:150px;
	}
	.d_pieholder_1{
		margin-left: 0px !important;
		margin-right: 0px  !important;
	}
	.h_debtitulos_img_x1{
		height: 250px;
	}
}


/*final media*/





/*forms inicio*/

.input_1 {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
	font-family:'Open Sans', sans-serif;
	font-size: 1.0em;
	color:rgba(0,0,0,1.00);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width: 80%;
	max-width: 450px;
	text-align: left;
	box-sizing: border-box;
}
.textarea_2 {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
	font-family:'Open Sans', sans-serif;
	font-size: 1.0em;
	color:rgba(0,0,0,1.00);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	width: 85%;
	max-width: 450px;
	text-align: left;
	height: 80px;
	box-sizing: border-box;
}
input[type="checkbox"]{
  width: 25px;
  height: 25px;
}
/*forms final*/























