body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: white;
    padding: 10px;
}

h2 {
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	color: #1d77bb; 
}

.MaxWidth200{

  top: 50%;
  width: 100%;
  text-align: center;
    position: relative;

}


.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

.responsive {
 width: 100%;
max-width: 500px;
  height: auto;
padding-top:10px;
padding-bottom: 10px;
}
.responsive2 {
  width: 100%;
max-width: 200px;
  height: auto;
}
.responsive3 {
  width: 100%;
max-width: 400px;
  height: auto;
}
* {
  box-sizing: border-box;
}

 body{
  margin:0;
  padding;0;
}

.wrapthecontent{
padding-left: 20px;
  padding-right: 20px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 0px;
  height: auto; /* Should be removed. Only for demonstration */
}




/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

img.garantia{
 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
padding-top: 30px;

}

img.infocaren{
 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
padding-top: 20px;
padding-bottom: 10px;

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.wrapthecontent2{
padding-top: 30px;
padding-left: 20px;
  padding-right: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.video-responsive2 {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive2 iframe, .video-responsive2 object, .video-responsive2 embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }