@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
html {
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-font-smoothing: inherit;
  -webkit-text-size-adjust: inherit;
}

a,
a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

body {
  min-width: 300px;
  overflow-x: hidden;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1;
}

strong {
  font-weight: 600;
}

h1 {
  font-size: 1.4em;
  margin-bottom: 25px;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1400px;
  z-index: 1;
}

.contentbox {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  font-size: 2em;
}

.col12 {
  width: 48%;
}

.socialmedia a {
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 5px 7px;
  display: inline-block;
  font-size: 0.5em;
  font-weight: 600;
}
.socialmedia a i {
  display: block;
  padding: 7px;
  border-radius: 50%;
  width: 30px;
  height: 20px;
  line-height: 26px;
  font-size: 26px;
  margin: 0 auto;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.socialmedia a.WhatAapp i {
  color: #25d366;
}
.socialmedia a.call i {
  color: #bf920d;
}
.socialmedia a.mail i {
  color: #b42014;
}
.socialmedia a.website i {
  color: #333;
}
.contentbox h1 {
  margin-bottom: 40px;
}
.contentbox h1 span {
  color: #b42014;
}

@media screen and (max-width: 767px) {
  body,
  html {
    font-size: 12px;
  }
  .contentbox .col12:first-child img {
    max-width: 150px;
  }
  .contentbox {
    display: inherit;
  }
  .contentbox h1 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }

  .col12 {
    width: 100%;
  }
  .socialmedia a {
    font-size: 0.6em;
  }
  .socialmedia {
    margin-bottom: 15px;
  }
}
