/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 16px;
    -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0px auto;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body{
  font-size: 1rem;
  background: #FFFFFF;
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}

@-ms-viewport {
  width: device-width;
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
  display: block;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
iframe{
  position: absolute;
  z-index: -1;
}
/**
      * Typography
*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
}
 .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #ffffff !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
.text-justify{
  text-align: justify !important;
}
.bold{
  font-weight: 600;
}
.green{
  color: #18825a;
}
.green-yellow{
  color: #67b944;
}
.light{
  font-weight: 300;
}
.padding{
  padding: 0.5rem;
}


/*     Links     */

a {
  font-weight: 400;
  text-decoration: none;
  color: #FFFFFF;
}

a:focus, a:hover {
  font-weight: 600;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/*  Imagenes  */

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/*       Grid          */

.wrapper{
  max-width: 940px;
  width: 100%;
  padding: 2.5rem 1rem 0rem 1rem;
  border-bottom: 1px solid #18825a;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 768px;
  height: 100%;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  display: inline-block;
}
.col-1 {

  max-width: 8.333333%;
}

.col-2 {

  max-width: 16.666667%;
}

.col-3 {

  max-width: 25%;
}

.col-4 {

  max-width: 33.333333%;
}

.col-5 {

  max-width: 41.666667%;
}

.col-6 {

  max-width: 50%;
}

.col-7 {

  max-width: 58.333333%;
}

.col-8 {

  max-width: 66.666667%;
}

.col-9 {

  max-width: 75%;
}

.col-10 {

  max-width: 83.333333%;
}

.col-11 {

  max-width: 91.666667%;
}

.col-12 {

  max-width: 100%;
}

.box-img{
  max-width: 375px;
  width: 100%;
  max-height: 500px;
  height: 100%;
}

/* Alineacion Vertical */

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

/*    Form    */

form{
 padding-bottom: 2rem;
 max-width: 475px;
}
form p{
  font-size: 0.8rem;
  margin-bottom: 5px;
}

#checkbox{
    margin: 10px auto 10px 35px;
    padding: 0 5px;
    color: #FFFFFF;
}
#checkbox p{
  font-size: 0.8rem;
}

.select-style {
    padding: 0;
    border-radius: 0px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAC60lEQVR4Xu3dyU4DQRAE0faXA3+ORggJEPZsvVRVxFzMYSyRmU919aP5oBt4oNMbvgkAjkAAAoA3AI/vBRAAvAF4fC+AAOANwON7AQQAbwAe3wsgAHgD8PheAAHAG4DH9wIIAN4APL4XQADwBuDxvQACgDcAj+8FEAC8AXh8L4AA4A3A43sBBABvAB7fCyAAeAPw+F4AAcAbgMf3AggA3gA8vhdAAPAG4PG9AAKANwCP7wUQALwBeHwvgAB2G3hvrb3tvuULERv4aK1t+z19jl4AEUSc9/X/tDv+9vWjALZ3RZAHwaHxzwIQQQ4Ah8e/AkAEsRGcGv8qABHERHB6/DsARBALwaXx7wIQQQwEl8fvAUAEaxHcGr8XABGsQXB7/J4ARDAXQZfxewMQwRwE3cYfAUAEYxF0HX8UABGMQdB9/JEARNAXwZDxRwMQQR8Ew8afAUAE9xAMHX8WABFcQzB8/JkARHAOwZTxZwMQwTEE08ZfAUAErxFMHX8VABH8j2D6+CsBiOA3giXjrwYggi8Ey8aPAICOYOn4UQBQESwfPxIAGoIQ40cDQEEQZvyIAKojCDV+VABVEYQbPzKAaghCjh8dQBUEYcfPACA7gtDjZwGQFUH48TMByIYgxfjZAGRBkGb8jACiI0g1flYAURGkGz8zgGgIUo6fHUAUBGnHrwBgNYLU41cBsApB+vErAZiNoMT41QDMQlBm/IoARiMoNX5VAKMQlBu/MoDeCEqOXx1ALwRlxycAuIug9PgUAFcRlB+fBOAsAsT4NABHEWDGJwLYQ4AanwrgGQLc+GQAfxEgx6cD+Ebw83P7G/Wc+dUwVDGUsAKgLP0kpwAEAG8AHt8LIAB4A/D4XgABwBuAx/cCCADeADy+F0AA8Abg8b0AAoA3AI/vBRAAvAF4fC+AAOANwON7AQQAbwAe3wsgAHgD8PheAAHAG4DH9wIIAN4APL4XQADwBuDxvQACgDcAj+8FEAC8AXj8TyDEb4HtIf/KAAAAAElFTkSuQmCC) no-repeat 90% 50%;
    background-size: 12px;
    border: 1px solid #FFFFFF;
}

.select-style select {
    padding: 5px 40px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 300;
}

input, select{
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  padding-left: 5px;
  font-size: 1rem;
  color: #FFFFFF;
  background:none;
  width: 100%;
  font-weight: 300;
}

input#termin, input#otros {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
input#nombre{
  border-right: 0;
}
input#apellidos{
  border-left:0;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #FFFFFF !important;
opacity:1!important;
font-weight: 300;

}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #FFFFFF !important;
opacity:1!important;
font-weight: 300;

}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #FFFFFF !important;
opacity:1!important;
font-weight: 300;

}

:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #FFFFFF !important;
opacity:1!important;
font-weight: 300;

}

input:valid{
  color: #f19f00;
}
select:valid{
  color: #f19f00;
}
.submit{
    color: #FFFFFF;
    background: #f19f00;
    display: block;
    position: relative;
    padding: 1.4rem;
    min-height: 0;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
    touch-action: manipulation;
    transition: all .1s ease-in;
    font-size: 0.9rem;
    width:100%;
    max-width: 360px; 
    letter-spacing: 1px;
    border-bottom: 3px solid #d77902;
    margin: 0 auto;
}
.submit:hover{
  background:#fe7f38;
  box-shadow: inset 0 1px 0 #ffb87a;
}

p.button{
  font-size: 1rem;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 12px;
  pointer-events: none;
  color: #FFFFFF;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  40px; }
.right-addon input { padding-right: 40px; }


/*  Imagenes  */

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}



#logo, #claim{
  width: 100%;
  text-align: center;
}
.inner{
  padding: 10px 15px;
}

header{
  min-height: 100px;
  height: 100%;
}
section#content{
  background:#f5f5f5;
}
#image{
  background: url('../img/dentista.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#image-thanks{
  background: url('../img/vivisalute.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#formulario{
  background:#18825a;
}
#formulario h3{
  padding: 1.5rem 1rem 0.5rem 1rem;
}

.box{
text-align: left;
margin: 9% 0;
}
.border-bottom{
  border-bottom: 2px solid #18825a;
  width: 25%;
  margin-left: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#calltoaction, .box p{
  font-size: 1.1rem;
}

p.money{
  font-size: 2rem;
}

#thanks{
  min-height: 450px;
  background:#18825a;
  padding: 2rem;
}

            /*       Media Queris      */

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575px){
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl{
    display: block;
    max-width: 100%;
  }
  h1{
    font-size: 1.6rem;
  }
  h3{
    font-size: 1.3rem;
  }
  h4{
    font-size: 1rem;
  }
  header{
    min-height: 80px;
  }
  #image{
    height: 320px;
  }
  input#nombre {
    border-right: 1px solid #FFF;
    margin-bottom: 1rem;
  }
  input#apellidos{
    border-left: 1px solid #FFF;
  }
  #checkbox{
    margin-left: 10px;
  }
  .box-img {
    max-width: 320px;
  }
  .box{
    max-width: 100%;
  }
  #calltoaction, .box p{
    font-size: 1rem;
  }
  #thanks, #image-thanks{
  min-height: 250px;
  }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px){
  h1{
    font-size: 1.8rem;
  }
  h3{
    font-size: 1.5rem;
  }
  h4{
    font-size: 1.4rem;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    
    max-width: 100%;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl{
    display: block;
    max-width: 100%;
  }
  #checkbox{
    margin-left: 15px;
  }
  #image{
    height: 320px;
  }
  #thanks, #image-thanks{
  min-height: 250px;
  }
  
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px){
  h1{
    font-size: 2rem;
  }
  h3{
    font-size: 1.5rem;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  header{
    min-height: 80px;
  }
  #formulario h3{
    padding-left: 0;
    padding-right: 0;
  }
 .col-9{
    display: block;
    max-width: 100%;
  }
  input,select{
    font-size: 0.8rem;
  }
  .submit{
    padding: 1.2rem;
  }
  .wrapper{
    max-width: 750px;
    width:100%;
  }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 
  .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 960px;
    max-width: 100%;
  }
 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
  .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 1140px;
    max-width: 100%;
  }

}