@charset "UTF-8";
/* CSS Document */

* { margin:0;
	}
	
h1.txt2 {font-family:'Roboto', sans-serif; font-size:18px; padding: 0px 0px 0px 0px; margin:1px 0px 0px 10px;  }
	
h3.txt1 {font-family:'Roboto', sans-serif; font-size:48px; padding: 0px 0px 0px 0px; margin:70px 0px 0px 50px;   text-align:left; color:#848484;}

h2.txt3 {font-family:'Roboto', sans-serif; font-size:38px; padding: 0px 0px 0px 0px; margin:50px 0px 0px 50px;   text-align:left; color:#848484;}

hr.linea {color:red; margin:0px; border-color:#091652;}

.fond-large {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
	}

.e80 { width:80%; font-family: 'Encode Sans', sans-serif;}

.margen-textos { margin:10px 0px 0px 50px;

	}

.margen-textos-dos { margin:20px 20px 0px 20px;

	}
	
.checked {
    color: orange;
}


@media screen and (max-width: 600px) {
	
	h3.txt1 {font-family:'Roboto', sans-serif; font-size:28px; padding: 0px 0px 0px 0px; margin:60px 0px 0px 30px;   text-align:left; color:#848484;}

h2.txt3 {font-family:'Roboto', sans-serif; font-size:18px; padding: 0px 0px 0px 0px; margin:10px 0px 0px 30px;   text-align:left; color:#848484;}
	
	
.e80 { width:80%; font-family: 'Encode Sans', sans-serif;}

.margen-textos { margin:10px 0px 0px 30px;

	}
	
}
	
header { width:100%; height:85px; position:fixed; display:block; background-color:#FFFFFF; z-index:2;
	
	}
	
	.site-name { font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:12px; display: inline-block; color: #848484;}
	
	/* Add a black background color to the top navigation */
.topnav {
    background-color:#FFFFFF;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color:#848484;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

input,

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
 
}

button { 
color:green; width:60px; height:60px; font-size:50px; background-color:transparent; border:0px;
}


a {
  color: #E97B3A;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  button { color:green;
  position: fixed;
font-size:50px;
z-index: 2;
right: 1px;
top:210px;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


#main {width:100%; position:relative;}

section.sec1 {width:100%; height:88px; background-color:#f6f6f6; position:relative; display:block;}
section.sec2 {width:100%; position:relative; display:block;}
#caja-main { width:100%; display:flex; flex-wrap: wrap-reverse; }
#caja-main-2 { width:100%; display:flex; flex-wrap: wrap;}
#caja-main-3 { width:100%; display:flex; flex-wrap: wrap-reverse; }
#caja-main-4 { width:100%; display:flex; flex-wrap: wrap; }


.caja1 {width:50%;}
.caja2 {width:50%; padding:0px 0px 0px 0px;}
.img1{ width: 100%;}



@media screen and (max-width: 600px) {
    
.caja1 {
    width:100%;
}
.caja2 {
    width:100%;
    
}
	
	}

section.sec3 {width:100%; background-color:#f6f6f6; position:relative;display:block;}
section.sec4 {width:100%; position:relative;display:block;}
section.sec5 {width:100%; background-color:#f6f6f6; position:relative;display:block;}

.boton, a.boton {
	background: #091652;
    border: none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto',arial,sans-serif;
    font-size: 16px;
    height: 48px;
    letter-spacing: .5px;
    line-height: 48px;
    padding: 0 24px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	    cursor: pointer; }
	
	a, a:visited {
		text-decoration:none;
		
		}

a.link-mas {text-transform: uppercase;}



footer {width:100%; background-color:#444; position:relative;
	}
	
/*codigo de form*/

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=tel], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=email], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.mensaje, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


input[type=submit] {
    width: 100%;
    background-color: #091652;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.formula {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.pie { width:80%; color:#DBD5D5; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; font-size:18px; display:block; position:relative; margin-left:auto; margin-right:auto; text-align:center; padding-top:27px;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 250px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
