@charset "utf-8";
/* CSS Document */

/*------------------------------------------------              RESET START                ------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------------              RESET END                ------------------------------------------------------------*/

body {
background-image: url(../img/fondoc3.jpg);
background-size: cover;
background-repeat:no-repeat;
background-position:center;
}
.padre {
padding-top: 75px;
display: flex;
justify-content: center;
width: 90%;
max-width: 1020px;
margin: 0 auto;
padding-left: 5em;
}
.hijo1{
width:100%;
}

.hijo1 h1{
font-family: 'Montserrat', sans-serif;
font-size: 3.4em;
text-transform:uppercase;
    font-weight: 800;
    color: #fff;
    margin: 0px 0 0px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}
.hijo1 h2{
font-family: 'Montserrat', sans-serif;
font-size: 2.4em;
text-transform:uppercase;
    font-weight: 300;
    color: #fff;
    margin: 0px 0 20px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}

.hijo1 ul {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	list-style-type: none;
	font-family: 'Montserrat', sans-serif;
font-size: 2em;
text-transform:uppercase;
    font-weight: 300;
    color: #fff;

}

.hijo1 li {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
	line-height: 1.4em;
	margin-bottom: 0.6em;
	}
	
.hijo1 p {
font-size: 1.1em;
    font-weight: 300;
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform:none;
	margin-top: 0.6em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);}
	
.form-control {
    border-radius: 0px !important;
	width: 80% !important;}
	
    .btn{
    border-radius: 0px !important;
	width:80%;
	background-color:#dc181b;
	    padding: 12px 12px !important;
		font-size: 2em !important;
		color:#FFFFFF !important;}
	
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1 !important;
	color:#FFF;
		font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:2em;}

.btn.focus, .btn:focus, .btn:hover {
    color: #FFF!important;
    text-decoration: none;
	background-color: #900e10 !important;
	font-size: 2em !important;
	}
.btn.active, .btn:active {
    font-size: 2em !important;}
.hijo2 {
width: 100%;}	
	
	
	
footer{
	background-color: #222222;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 2em 0;
}

footer ul{
width: 90%;
max-width: 1046px;
margin: 0 auto;
/*padding-left: 2em;*/}

footer li{
color:#FFFFFF;
font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:1.6em;
	line-height: 1.2em;}
	
.padreul{
    display: flex;
    /* align-items: flex-start; */
    /* flex-direction: column; */
    /* justify-content: center; */
    justify-content: space-around;}
.icon {
width: 150px;
height: 37px;
margin-right: 10px;}	
	
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
.btn {
    width: 95%!important;}
	
footer{
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1em 0;
	margin-top: 25px;
    }
.padreul {
    display: flex;
    /* align-items: flex-start; */
    /* flex-direction: column; */
    /* justify-content: center; */
    justify-content: space-around;
    flex-direction: column;
}
footer li {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1em;
	margin-top: 1em;
}
.form-control {
	width: 95% !important;}
}
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
.padre {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    padding-left: 1em;
    flex-direction: column;
}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
