@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a:link img, a:hover img, a:visited img, a:active img{border:none;}

a:link, a:hover, a:visited, a:active{border:none; text-decoration:none;
color:inherit;}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* HEADER
---------------------------------------------------------- */

.header {
}
.nav_item {
}
.head {
	background-image: url(../images/bgd_top.png);
	background-repeat: repeat;
	height: 229px;
}
.menu_bgd {
	background-color: #1d1c22;
	height: 43px;	
}
.headcont {
	width: 92.8288%;
	max-width: 1434px;
	margin-left: 1.5855%;
	margin-right: 1.5855%;
	margin: auto;
	clear: none;
	float: none;
}
.menu {
	float: right;
	width: auto;
	clear: none;
	margin: 12px 0 0 0;
	padding: 0;
}
.socialmedia {
	float: right;
	margin: 10px 0 0 0;
	width: auto;
	clear: none;
}

.socialmedia img {
	margin: 0 0 0 45px;
}
.logo {
	float: left;
	padding-top: 61px;
	width: auto;
	padding-left: 0;
	margin: 0 0 15px 6%;
	clear: right;
	height: auto;
	position: absolute;
}
.name {
	float: right;
	width: auto;
	margin: 51px 5% 0 270px;
	padding: 16px 3%;
	height: auto;
	font-size: 230%;
	font-family: 'Coolvetica', Arial, sans-serif;
	text-align: center;
	color: #c7c7c8;
	letter-spacing: 3px;
	border-top: 1px solid #007933;
	border-bottom: 1px solid #007933;
	text-shadow: 2px 3px #1D1C22;
}
.space {
	height: 250px;
}
.line1{
	width: 100%;
	padding-top: 4px;
	margin-bottom: 0px;
	background-color: #c20c2e;
	background-image: -webkit-linear-gradient(0deg,rgba(0,121,51,1.00) 0%,rgba(148,148,148,1.00) 51.65%,rgba(194,12,46,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,121,51,1.00) 0%,rgba(148,148,148,1.00) 51.65%,rgba(194,12,46,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,121,51,1.00) 0%,rgba(148,148,148,1.00) 51.65%,rgba(194,12,46,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,121,51,1.00) 0%,rgba(148,148,148,1.00) 51.65%,rgba(194,12,46,1.00) 100%);
}

/* HOME
---------------------------------------------------------- */ 
.banner {
	margin: 10% 0 10% 57%;
	padding: 55px;
	width: auto;
	max-width: 260px;
	background-color: rgba(37,36,44,0.50);
	background-image: url(../images/banner_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.banner_title {
	margin: 0 0 27px 0;
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	text-shadow: 2px 2px #1d1c22;
	line-height: 43px;
}
.banner_cont {
	margin: 0 0 35px 0;
	font-size: 29px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	text-shadow: 2px 2px #1d1c22;
	line-height: 37px;
}
#bot1{
	width: 65%;
	min-width: 150px;
	margin: 0 auto 0 auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	box-shadow:0px 1px 8px rgba(0, 0, 0, 0.71);
	background-color:#007933;
	padding: 10px;
}
#bot1:hover{
	background-color:#8f1236;
	cursor:pointer;
}
#links_home_bgd {
	height: auto;
	width: 100%;
	padding: 80px 0;
	border-top: 2px solid #FFFFFF;
	background-color: #5c422f;
	background-image: url(../images/bgd_linkshome.jpg);
	background-repeat: repeat-y;
	background-size: 100% 100%;
}

#links_home_bgd_clear {
	height: auto;
	width: 100%;
	padding: 80px 0;
	border-top: 2px solid #FFFFFF;
	background-color: gray;
	
}
.links_home {
	float: left;
	height: auto;
	min-height: 226px;
	margin-right: 1.85%;
	width: 27%;
	padding: 25px 27px 20px 27px;
	border-left: 19px solid #c88831;
	background-image: url(../images/bgd_linkshome2.png);
	background-repeat: repeat;
}
.links_home2 {
	float: left;
	@media(min-width:768px){
	display:grid;
	gap: 2rem;
	grid-template-coloumns:repeat(4,1fr);
	}
	display:block;
	border-left: 19px solid #c88831;

}
.links_home_title {
	margin: 0 0 12px 0;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	text-shadow: 2px 2px #1d1c22;
}
.links_home_cont {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: left;
	color: #cdcccc;
	line-height: 22px;
}
.bot2{
	width: auto;
	padding: 5px;
	font-family: 'Oswald', sans-serif;
	color:#c88831;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.bot2:hover{
	background-color: rgba(31,29,32,0.70);
	border-bottom: 1px dotted rgba(200,136,49,0.50);
	color: #ffffff;
	font-size: 19px;
	cursor: pointer;
}

/* CONTENIDOS
---------------------------------------------------------- */ 

.bgd_int {
	width: 100%;
	height: 400px;
	background-color: #f7f7f7;
	background-image: url(../images/bgd_int.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.title_bgd {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 74px;
	background-color: rgba(230,230,230,0.90);
	
}
.cont_bgd {
	height: auto;
	background-color: #f7f7f7;
	margin: 0;
	padding: 58px 0 80px 0;
}
h1{
	font-size: 27px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #333333;
	height: 74px;
	text-shadow: 2px 1px #FFFFFF;
	border-left: 14px solid #8f1236;
	padding: 27px 0 13px 13px;
}
h2{
	font-size: 27px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #007933;
	padding: 0 0 30px 0;
}
h3{
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #c20c2e;
	padding: 0 0 18px 0;
}
h4{
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #007933;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #d4d3d3;
}
.cont1{
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-align: justify;
	font-weight: 500;
	color: #747474;
	line-height: 27px;
}
.images1{
	float: right;
	margin: 0 0 20px 30px;
	width: auto;
	height:auto;
}
.col2 {
	float: left;
	height: auto;
	width: 50%;
}
.col2_cont {
	float: left;
	height: auto;
	padding: 0 30px 0 0;
	text-align: left;
}
.servicios {
	float: left;
	height: auto;
	width: 25.5%;
}
.servicios2 {
	float: left;
	height: auto;
	width: 24.5%;
}
.servicios_cont {
	float: left;
	height: auto;
	padding: 0 15px;
	text-align: left;
}
.servicios_cont img {
	padding: 16px 0;
}
.servicios_cont2 {
	float: left;
	height: auto;
	padding: 0 15px 0 0;
	text-align: left;
}
.servicios_cont2 img {
	padding: 16px 0;
}
.servicios_cont3 {
	float: left;
	height: auto;
	padding: 0 0 0 15px;
	text-align: left;
}
.servicios_cont3 img {
	padding: 16px 0;
}
.bot1{
	width: auto;
	padding: 7px 7px 7px 20px;
	font-family: 'Oswald', sans-serif;
	color: #747474;
	font-size: 19px;
	font-weight: 400;
	text-align: left;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.bot1:hover{
	background-color: #ededed;
	border-bottom: 2px solid #d4d3d3;
	color: #007933;
	font-size: 20px;
	padding: 7px 7px 7px 40px;
	cursor: pointer;
}

.txt2{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
	text-shadow: 1px 1px #FFFFFF;
	line-height: 34px;
}
.link{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #8d8c8c;
	text-decoration: none;
	line-height: 27px;
}
a.link:hover {
	color: #518faf;
}
a.link:visited {
	color: #8d8c8c;
}
.gridContainer {
	width: 98%;
	max-width: 1434px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.gridContainer2 {
	width: 100%;
	max-width: 1434px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.gridContainer3 {
	width: 40%;
	max-width: 140rem;
	//margin: 0 auto;
	margin: 15px;
}

.cont{
    position: relative;
    display: inline-block;
    text-align: center;
}

.text-encima{
    position: absolute;
    top: 50px;
    left: 10px;
}

.cent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* FOOTER
---------------------------------------------------------- */

#pie{
	width: 100%;
	height: auto;
	border-top: 4px solid #2d2c33;
	background-color: #25242c;
	background-image: url(../images/bgd_pie.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.pie_bgd{
	width: 100%;
	height: auto;
	background-image: url(../images/bgd_pie2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}

#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

/* FOOTER
---------------------------------------------------------- */

.pie{
	width: 100%;
	height: 356px;
	background-image: url(images/bgd_pie.png);
	background-repeat: repeat-x;
	background-position: center top;
}
}

/* Desktop Layout: 769px to a max of 1434px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

/* HEADER
---------------------------------------------------------- */

.header {
}
.nav_item {
}
.head {
	background-image: url(../images/bgd_top.png);
	background-repeat: repeat;
	height: 229px;
}
.menu_bgd {
	background-color: #1d1c22;
	height: 43px;	
}
.headcont {
	width: 92.8288%;
	max-width: 1434px;
	margin-left: 1.5855%;
	margin-right: 1.5855%;
	margin: auto;
	clear: none;
	float: none;
}
.menu {
	float: right;
	width: auto;
	clear: none;
	margin: 12px 0 0 0;
	padding: 0;
}
.socialmedia {
	float: right;
	margin: 10px 0 0 0;
	width: auto;
	clear: none;
}

.socialmedia img {
	margin: 0 0 0 55px;
}
.logo {
	float: left;
	padding-top: 61px;
	width: auto;
	padding-left: 0;
	margin: 0 0 15px 6%;
	clear: right;
	height: auto;
	position: absolute;
}
.name {
	float: right;
	width: auto;
	margin: 51px 5% 0 270px;
	padding: 16px 3%;
	height: auto;
	font-size: 230%;
	font-family: 'Coolvetica', Arial, sans-serif;
	text-align: center;
	color: #c7c7c8;
	letter-spacing: 3px;
	border-top: 1px solid #007933;
	border-bottom: 1px solid #007933;
	text-shadow: 2px 3px #1D1C22;
}
.line1{
	width: 100%;
	padding-top: 4px;
	margin-bottom: 0px;
	background-color: #c20c2e;
	background-image: -webkit-linear-gradient(0deg,rgba(0,121,51,1.00) 0%,rgba(148,148,148,1.00) 51.65%,rgba(194,12,46,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,121,51,1.00) 0%,rgba(148,148,148,1.00) 51.65%,rgba(194,12,46,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,121,51,1.00) 0%,rgba(148,148,148,1.00) 51.65%,rgba(194,12,46,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,121,51,1.00) 0%,rgba(148,148,148,1.00) 51.65%,rgba(194,12,46,1.00) 100%);
}

/* HOME
---------------------------------------------------------- */ 
.banner {
	margin: 10% 0 10% 57%;
	padding: 55px;
	width: auto;
	max-width: 260px;
	background-color: rgba(37,36,44,0.50);
	background-image: url(../images/banner_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.banner_title {
	margin: 0 0 27px 0;
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	text-shadow: 2px 2px #1d1c22;
	line-height: 43px;
}
.banner_cont {
	margin: 0 0 35px 0;
	font-size: 29px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	text-shadow: 2px 2px #1d1c22;
	line-height: 37px;
}
#bot1{
	width: 65%;
	min-width: 150px;
	margin: 0 auto 0 auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	box-shadow:0px 1px 8px rgba(0, 0, 0, 0.71);
	background-color:#007933;
	padding: 10px;
}
#bot1:hover{
	background-color:#8f1236;
	cursor:pointer;
}
#links_home_bgd {
	height: auto;
	width: 100%;
	padding: 80px 0;
	border-top: 2px solid #FFFFFF;
	background-color: #5c422f;
	background-image: url(../images/bgd_linkshome.jpg);
	background-repeat: repeat-y;
	background-size: 100% 100%;
}
.links_home {
	float: left;
	height: auto;
	min-height: 226px;
	margin-right: 1.85%;
	width: 27%;
	padding: 25px 27px 20px 27px;
	border-left: 19px solid #c88831;
	background-image: url(../images/bgd_linkshome2.png);
	background-repeat: repeat;
}
.links_home2 {
	float: left;
	height: auto;
	min-height: 226px;
	margin: 0;
	width: 27%;
	padding: 25px 27px 20px 27px;
	border-left: 19px solid #c88831;
	background-image: url(../images/bgd_linkshome2.png);
	background-repeat: repeat;
}
.links_home_title {
	margin: 0 0 12px 0;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	text-shadow: 2px 2px #1d1c22;
}
.links_home_cont {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: left;
	color: #cdcccc;
	line-height: 22px;
}
.bot2{
	width: auto;
	padding: 5px;
	font-family: 'Oswald', sans-serif;
	color:#c88831;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.bot2:hover{
	background-color: rgba(31,29,32,0.70);
	border-bottom: 1px dotted rgba(200,136,49,0.50);
	color: #ffffff;
	font-size: 19px;
	cursor: pointer;
}

/* CONTENIDOS
---------------------------------------------------------- */ 

.bgd_int {
	width: 100%;
	height: 400px;
	background-color: #f7f7f7;
	background-image: url(../images/bgd_int.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.title_bgd {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 74px;
	background-color: rgba(230,230,230,0.90);
	
}
.cont_bgd {
	height: auto;
	background-color: #f7f7f7;
	margin: 0;
	padding: 58px 0 80px 0;
}
h1{
	font-size: 27px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #333333;
	height: 74px;
	text-shadow: 2px 1px #FFFFFF;
	border-left: 14px solid #8f1236;
	padding: 27px 0 13px 13px;
}
h2{
	font-size: 27px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #007933;
	padding: 0 0 30px 0;
}
h3{
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #c20c2e;
	padding: 0 0 18px 0;
}
h4{
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #007933;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #d4d3d3;
}
.cont1{
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	text-align: justify;
	font-weight: 500;
	color: #747474;
	line-height: 27px;
}
.images1{
	float: right;
	margin: 0 0 20px 30px;
	width: auto;
	height:auto;
}
.col2 {
	float: left;
	height: auto;
	width: 50%;
}
.col2_cont {
	float: left;
	height: auto;
	padding: 0 30px 0 0;
	text-align: left;
}
.bot1{
	width: auto;
	padding: 7px 7px 7px 20px;
	font-family: 'Oswald', sans-serif;
	color: #747474;
	font-size: 19px;
	font-weight: 400;
	text-align: left;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.bot1:hover{
	background-color: #ededed;
	border-bottom: 2px solid #d4d3d3;
	color: #007933;
	font-size: 20px;
	padding: 7px 7px 7px 40px;
	cursor: pointer;
}

.txt2{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
	text-shadow: 1px 1px #FFFFFF;
	line-height: 34px;
}
.link{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #8d8c8c;
	text-decoration: none;
	line-height: 27px;
}
a.link:hover {
	color: #518faf;
}
a.link:visited {
	color: #8d8c8c;
}
.gridContainer {
	width: 80%; //70
	max-width: 1434px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.gridContainer2 {
	width: 100%;
	max-width: 1434px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

/* FOOTER
---------------------------------------------------------- */

#pie{
	width: 100%;
	height: auto;
	border-top: 4px solid #2d2c33;
	background-color: #25242c;
	background-image: url(../images/bgd_pie.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.pie_bgd{
	width: 100%;
	height: auto;
	background-image: url(../images/bgd_pie2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pie_bgd2{
	width: 100%;
	height: auto;
	background-color: rgba(29,28,34,0.61);
}
.notary {
	float: auto;
	width: auto;
	margin: 80px 0 37px 0;
	padding: 0 0 38px 0;
	height: auto;
	font-size: 30px;
	font-family: 'Coolvetica', Arial, sans-serif;
	text-align: center;
	color: #cdcdce;
	letter-spacing: 3px;
	border-bottom: 1px solid #5a5a5f;
	text-shadow: 2px 3px rgba(29,28,34,0.66);
}
.datos {
	float: auto;
	width: auto;
	margin: 0 0 37px 0;
	height: auto;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	text-shadow: 2px 3px rgba(29,28,34,0.66);
}

}

/* CONTACTO
---------------------------------------------------------- */
#formulario{
	text-align:center;
	height:auto;
	overflow:hidden;
	width:100%;
	margin:0 auto 0 auto;
	float:left;
}
#rec-form1{
	width:45%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:25px 0 0 3%;
}
#rec-form-gde{
	width:30%;
	height:auto;
	overflow:hidden;
	margin:30px 0 0 3%;
}
#rec-form-large{
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:60px 0 0 0;
}
.contacto{
	font-family: 'Oswald', sans-serif;
}
option{
	padding:0;
    display: block;
	font-family: 'Oswald', sans-serif;
	color:#C3C3C3;
	font-size:.8em;
}
select, date{
    display: block;
	height:auto;
	overflow:hidden;
	font-family: 'Oswald', sans-serif;
	color:#4964A1;
	font-size:1em;
	width:90%;
	margin:20px auto 0 auto;
	text-align:center;
	padding:5px 0 5px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	text-align:center;
	border:1px solid #AC72CD;
}
.select2{
	width:100%;
}
.contacto label{
	padding: 0;
	margin-top: 17px;
	margin-bottom: 5px;
    display: block;
	font-family: 'Oswald', sans-serif;
	color: #006c8d;
	font-size: 19px;
	font-weight: 400;
}
.contacto input[type='text'], 
.contacto input[type='password'],
.contacto input[type='date'],
.contacto textarea{
	width: 90%;
	border-bottom: 3px solid #9fd3de;
	border-top: 3px solid #4e97b8;
	border-left: 3px solid #9fd3de;
	border-right: 3px solid #4e97b8;
	resize: none;
	font-size:1em;
	font-family: 'Fira Sans', sans-serif;
	color: #1B416C;
	text-align: center;
	background-color: transparent;
	padding:5px 0 5px 0;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-o-border-radius: 17px;
	-ms-border-radius: 17px;
	border-bottom-right-radius: 17px;
	border-bottom-left-radius: 17px;
	border-top-right-radius: 17px;
	border-top-left-radius: 17px;
	font-family: 'Fira Sans', sans-serif;
	color: #6f6c6c;
	font-size: 16px;
}
.contacto input[type='email'],
.contacto input[type='date'],
.contacto textarea{
	width: 90%;
	border-bottom: 3px solid #9fd3de;
	border-top: 3px solid #4e97b8;
	border-left: 3px solid #9fd3de;
	border-right: 3px solid #4e97b8;
	resize: none;
	font-size:1em;
	font-family: 'Fira Sans', sans-serif;
	color: #1B416C;
	text-align: center;
	background-color:transparent;
	padding:5px 0 5px 0;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-o-border-radius: 17px;
	-ms-border-radius: 17px;
	border-bottom-right-radius: 17px;
	border-bottom-left-radius: 17px;
	border-top-right-radius: 17px;
	border-top-left-radius: 17px;
	font-family: 'Fira Sans', sans-serif;
	color: #6f6c6c;
	font-size: 16px;
}
.contacto input[type='tel'],
.contacto textarea,
.contacto input[type='file'],
.contacto input[type='date']{
    width: 90%;
	border-bottom: 3px solid #9fd3de;
	border-top: 3px solid #4e97b8;
	border-left: 3px solid #9fd3de;
	border-right: 3px solid #4e97b8;
	resize: none;
	font-size:1em;
	font-family: 'Fira Sans', sans-serif;
	color:#1B416C;
	text-align: center;
	background-color: transparent;
	padding:5px 0 5px 0;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-o-border-radius: 17px;
	-ms-border-radius: 17px;
	border-bottom-right-radius: 17px;
	border-bottom-left-radius: 17px;
	border-top-right-radius: 17px;
	border-top-left-radius: 17px;
	font-family: 'Fira Sans', sans-serif;
	color: #6f6c6c;
	font-size: 16px;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
    outline: none;
}
.contacto input[type='tel']:focus, .contacto textarea:focus{
    outline: none;
}
.contacto input[type='submit']{
	margin: 0;
	margin-right: 22%;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	border: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	color: #fff;
	opacity: .8;
	padding: 8px 15px;
	background-color: transparent;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #b58152;
	text-shadow: 2px 2px 3px hsla(0,0%,0%,0.4);
	float: right;
	position: static;
}
.contacto input[type='submit']:hover{
	cursor:pointer;
	opacity:1;
	background-color:#006c8d;
}

.contacto input[type='file']:hover{
	cursor:pointer;
	opacity:1;
	background-color:#006c8d;
}
.contacto input[type='reset']{
	margin: 0;
	margin-left: 22%;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	border: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	color: #fff;
	opacity: .8;
	padding: 8px 15px;
	background-color: transparent;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #b58152;
	text-shadow: 2px 2px 3px hsla(0,0%,0%,0.4);
	float: left;
	position: static;
}
.contacto input[type='reset']:hover{
	cursor:pointer;
	opacity:1;
	background-color:#006c8d;
}
.casilla{
	width:15px;
	height:15px;
	font-family: 'ambleregular';
	color:#AB9681;
	font-size:1em;
	margin:0 10px 0 0;
}
#casilleo{
	float:left;
	min-width:200px;
	width:33%;
	margin-top:30px;
	margin-left:12%;
	text-align:left;
}
#casilleo-SAdCV{
	min-width:200px;
	max-width:380px;
	width:100%;
	margin:130px auto 0 auto;
	text-align:center;
}
#casilleo-var{
	min-width: 200px;
	max-width: 600px;
	width: 100%;
	margin:30px auto 0 auto;
	text-align: center;
}
#casilleo-centro{
	float:center;
	min-width:200px;
	width:100%;
	max-width: 600px;
	margin: auto;
	text-align:center;
}
#casillon{
	width:15%;
	height:80px;
	overflow:hidden;
	margin:30px auto 0 auto;
	font-size:25px;
	color:rgba(4, 37, 77, 0.32);
	border:3px solid #C1CFDB;
	padding:2%;
	-webkit-border-radius:30px 0 30px 0;
	-moz-border-radius:30px 0 30px 0;
	-o-border-radius:30px 0 30px 0;
	-ms-border-radius:30px 0 30px 0;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius:0;
	border-top-right-radius:0;
	border-top-left-radius: 30px;
}


/* SERVCIOS
---------------------------------------------------------- */

.servicios {
	float: left;
	height: auto;
	width: 100%;
}
.servicios2 {
	float: left;
	height: auto;
	width: 100%;
}
.servicios_cont {
	float: left;
	height: auto;
	padding: 0 15px;
	text-align: left;
}
.servicios_cont img {
	padding: 16px 0;
	width: 100%;
}
.servicios_cont2 {
	float: left;
	height: auto;
	padding: 0 15px 0 0;
	text-align: left;
}
.servicios_cont2 img {
	padding: 16px 0;
	width: 100%;
}
.servicios_cont3 {
	float: left;
	height: auto;
	padding: 0 0 0 15px;
	text-align: left;
}
.servicios_cont3 img {
	padding: 16px 0;
	width: 100%;
}

@media only screen and (min-width: 570px) {
.servicios {	
	width: 50%;
}
.servicios2 {
	width: 50%;
}
}
@media only screen and (min-width: 970px) {
.servicios {	
	width: 33.33%;
}
.servicios2 {
	width: 33.33%;
}
}

@media only screen and (min-width: 1270px) {
.servicios {	
	width: 25.5%;
}
.servicios2 {
	width: 24.5%;
}
}


/* LIGAS INTERES
---------------------------------------------------------- */

#lig{
	width: 12.2%;
	height: 150px;
	float: left;
	text-align: center;
	margin: 10px 0 30px 2.9%;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #747474;
	font-size: 15px;
	text-shadow: 1px 1px 1px #FFFFFF;
	line-height: 1.3em;
	border: 2px solid #e6e6e6;
	padding: 11px;
	text-transform: uppercase;
}
#lig-img{
	width:165px;
	margin:0 auto 14px auto;
	text-align:center;
}
#lig-img img{
	width:145px;
}
#lig:hover{
	background-color: #ededed;
	border-color: #f2f2f2;
	color: #007933;
	font-size: 15px;
	cursor: pointer;
}
#lig img:hover{
	width:165px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
	
@media screen and (max-width : 1300px) {
#lig{
	width:27%;
	margin:40px 0 0 3.5%;
}
}
@media screen and (max-width : 1100px) {
	#lig{
	width:25.3%;
	margin: 40px 0 0 4%;
}
#lig-img{
}
#lig:hover{
}	
	

}

@media screen and (max-width :800px) {
#lig{
}
#lig-img{
}
#lig:hover{
}	
	
}

@media screen and (max-width :750px) {
#lig{
	width:25.5%;
}
#lig-img{
}
#lig:hover{
}	
	
}

@media screen and (max-width :600px) {
#lig{
	width:40.5%;
}
#lig-img{
}
#lig:hover{
}	
	
}	
@media screen and (max-width :450px) {
#lig{
	width:90%;
	margin:15px auto 5px auto;
	padding:5px;
	float:none;
}
#lig-img{
	padding:0;
}
#lig:hover{
}	
	
}

@media screen and (max-width :300px) {
#lig{
	width:90%;
	margin:15px auto 5px auto;
	padding:5px;
	float:none;
}
#lig-img{
	padding:0;
}
#lig:hover{
}
	
}	

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#btn-mas{
    display: none;
}
.contenido{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.redes a, .btn-mas label{
    display: block;
    text-decoration: none;
    background: #cc2b2b;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
}
.redes a:hover{
    background: #fff;
    color: #cc2b2b;
}
.redes a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}
#btn-mas:checked~ .redes a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.btn-mas label{
    cursor: pointer;
    background: #f44141;
    font-size: 23px;
}
#btn-mas:checked ~ .btn-mas label{
    transform: rotate(135deg);
    font-size: 25px;
}


