@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;700;800&display=swap');

html, body{
  margin: 0;
  padding:0;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
  line-height: 1.1;
}
a:hover {
  color: #000000;
}

/* header */
#header {
  background: linear-gradient(90deg, rgba(255, 76, 0, 0.80) 0%, rgba(1, 33, 149, 0.80) 100%), url(/img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 180px 0;
  text-align: center;
}
#header-content h4{
  color: #FFF;
  text-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.50);
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 50px auto;
  max-width: 80%;
}
#header-content h1 {
  color: #FFF;
  font-size: 65px;
  font-weight: 900;
}
/* section 1 */
#section1 {
  background: url(/img/section1.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: -100px;
  min-height: 300px;
}
#sec1-titles {
  margin-top: 140px;
}
#sec1-titles h5 {
  color: #1E1E1E;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
#spin {
  text-align: center;
  font-size: 55px;
  font-weight: 900;
  background: linear-gradient(90deg, #FF4C00 0%, #012195 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  margin: 0 auto;
}
#spin:after {
  content: "";
  -webkit-animation: spin 17s linear infinite;
  animation: spin 17s linear infinite; /* Non-prefixed property */
}
@keyframes spin {
  0% { content:"Audición";}
  15% { content:"Consolidación/Reunificación";}
  30% { content:"Cursos";}
  45% { content:"Energías";}
  60% { content:"Humedades";}
  75% { content: "Paneles Solares"; }
  90% { content: "Reformas"; }
  100% { content: "Seguros"; }
}
#cat-line1 {
  margin: 60px 0 20px 0;
}
#cat-line2 {
  margin: -20px 0 0 0;
}
#space {
  margin-top: 40px;  
}
.cat-box {
  border: 0.5px solid #1E1E1E;
  background: #FFF;
  width: 245px;
  padding: 40px 20px;
  margin: 0 auto;
}
.cat-box:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.35);
}
.cat-box img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cat-box p {
  min-height: 65px;
  color: #1E1E1E;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 300;
}
#small {
  font-size: 18px;
  font-weight: 300;
}
#cat-cta {
  background: #FF4C00;
  padding: 10px 40px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
#cat-cta:hover {
  background: #012195;
}
/* section 2 */
#section2 {
  background: url(/img/section2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 260px 0 260px 0;
}
#sec2-content h3 {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
#sec2-content p {
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 50px;
}
#sec2-content ul {
  margin: 0;
  padding: 0;
}
#sec2-content ul li {
  list-style: none;
  color: #FFF;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 20px 0;
}
#sec2-content ul li::before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image:  url(/img/bullet.svg);
  margin-bottom: -4px;
  margin-right: 10px;
}
/* section 3 */
#section3 {
  padding: 40px 0 0 0;
  text-align: center;
}
#sec2-title {
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 700;
}
#icons {
  margin: 40px 0 0 0;
}
#icons img {
  height: 85px;
}
#icons p {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 300;
  max-width: 60%;
  margin: 20px auto 0 auto;
}
/* section 4 */ 
#section4 {
  background: linear-gradient(91deg, #FF4C00 0%, #012195 100%);
  padding: 0 0 80px 0;
  text-align: center;
}
#overlay {
  background: url(/img/section3.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 200px;
}
#sec4-content {
  padding: 60px 0 0 0;
}
#sec4-content p {
  color: #FFF;
  font-size: 25px;
  font-weight: 300;
  max-width: 60%;
  margin: 0 auto;
}
#sec4-content h4 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  max-width: 90%;
  margin: 40px auto;
}
#sec4-content button {
  width: 260px;
  height: 50px;
  background: #FF4C00;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
}
#sec4-content button:hover {
  background: #ffffff;
  color: #FF4C00;
}
/* footer */
#footer {
  background: #252B3D;
  padding: 60px 0;
  color: #ffffff;
}
#cont h5{
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
#cont p {
  font-size: 18px;
  font-weight: 300;
  max-width: 70%;
}
#cate h5 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
#cate ul {
  margin: 0;
  padding: 0;
}
#cate ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 10px 0;
}
#cate ul li a {
  text-decoration: none;
  color: #ffffff;
}
#cate ul li a:hover {
  text-decoration: underline;
}
/* Adstrategy */
#section-ads {
  padding: 25px 0 15px 0;
  text-align: center;
}
#policy {
  margin-top: 30px;
}
#policy p {
  color: #818181;
  font-size: 14px;
  font-weight: 300;
}
#policy p a:hover {
  text-decoration: underline;
}
/* responsive */
@media (min-width: 1900px) {
  #header {
    padding: 70px 0 250px 0;
  }
  #section1 {
    margin-top: -150px
  }
  #sec1-titles {
    margin-top: 200px;
  }
  #section2 {
    padding: 350px 0 150px 0;
  }
  #section3 {
    padding: 80px 0 0 0;
  }
  #overlay {
    background-position: bottom;
  }
}
@media (max-width: 1366px) {
  #section2 {
    background-size: contain;
    padding: 180px 0 120px 0;
  }
  #spin {
    font-size: 45px;
  }
}
@media (max-width: 1112px) {
  #header-content h4 {
    max-width: 90%;
    font-size: 35px;
    margin: 40px auto 20px auto;
  }
  #header-content h1 {
    font-size: 45px;
  }
  .cat-box {
    width: 100%;
  }
  .cat-box p {
    font-size: 21px;
  }
  #small {
    font-size: 14px;
  }
  #section2 {
    padding: 120px 0 100px 0;
  }
  #sec2-content h3 {
    font-size: 30px;
  }
  #sec2-content p {
    font-size: 17px;
  }
  #sec2-content ul li {
    font-size: 20px;
  }
  #overlay {
    background-position: bottom;
    min-height: 120px;
  }
  #sec4-content p {
    max-width: 100%;
  }
  #sec4-content h4 {
    max-width: 100%;
    font-size: 35px;
  }
  #icons p {
    font-size: 14px;
  }
  #cont p {
    font-size: 14px;
  }
  #cate ul {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  #sec2-content h3 {
    font-size: 25px;
  }
  #sec2-content p {
    font-size: 14px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  #header-content img {
    max-width: 150px;
  }
  #header-content h4 {
    max-width: 85%;
    font-size: 25px;
  }
  #header-content h1 {
    font-size: 35px;
  }
  #sec1-titles {
    margin-top: 80px;
  }
  #sec1-titles h5 {
    font-size: 30px;
  }
  #spin {
    font-size: 30px;
  }
  .cat-box p {
    font-size: 16px;
    min-height: 45px;
  }
  #small {
    font-size: 11px;
  }
  #cat-cta {
    padding: 10px 15px;
    font-size: 15px;
  }
  #section2 {
    padding: 120px 0;
    background-size: cover
  }
  #sec2-content h3 {
    font-size: 23px;
  }
  #sec2-content p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #sec2-content ul li {
    font-size: 13px;
    margin: 0 0 15px 0;
  }
  #sec2-content ul li::before {
    width: 21px;
    height: 21px;
    margin-bottom: -6px;
    margin-right: 8px;
  }
  #section3 {
    padding: 20px 0 0 0;
  }
  #overlay {
    min-height: 80px;
  }
  #icons p {
    max-width: 80%;
  }
  #sec4-content h4 {
    font-size: 30px;
  }
  #cate ul {
    font-size: 10px;
  }
  #cont p {
    max-width: 90%;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 40px 0 150px 0;
  }
  #spin {
    font-size: 35px;
  }
  #cat-line1 {
    margin: 30px 0;
  }
  .cat-box {
    width: 250px;
    margin-bottom: 20px;
  }
  #space {
    margin: 0;
  }
  .cat-box p {
    font-size: 20px;
  }
  #small {
    font-size: 14px;
  }
  #section2 {
    background-size: 1500px;
    padding: 140px 0 30px 0;
  }
  #cat-cta {
    font-size: 20px;
    padding: 10px 40px;
  }
  #sec2-content {
    text-align: center;
  }
  #sec2-content ul {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
  }
  #section3 {
    padding: 40px 0 0 0;
  }
  #sec2-content h3 {
    max-width: 80%;
    font-size: 30px;
    margin: 0 auto 20px auto;
  }
  #sec2-content p {
    margin-bottom: 30px;
  }
  #sec4-content p {
    font-size: 20px;
    margin:  25px 0;
  }
  #footer {
    padding: 40px 0;
    text-align: center;
  }
  #cont p {
    font-size: 12px;
    max-width: 100%;
  }
  #cate ul {
    font-size: 12px;
  }
}
@media (max-width: 680px) {
  #overlay {
    min-height: 70px;
  }
}
@media (max-width: 510px) {
  #spin {
    font-size: 28px;
  }
  #sec2-title {
    font-size: 30px;
  }
  #overlay {
    min-height: 55px;
  }
}
@media (max-width: 414px) {
  #section1 {
    margin-top: -75px;
  }
  #spin {
    font-size: 25px;
  }
  #sec2-content h3 {
    max-width: 100%;
  }
  #sec2-content ul {
    max-width: 180px;
  }
  #overlay {
    min-height: 45px;
  }
  #sec4-content {
    padding: 30px 0 0 0;
  }
  #cate ul li {
    display: block;
    margin: 0 auto 15px auto;
  }
  #sec4-content p {
    font-size: 18px;
  }
  #sec4-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 396px) {
  #section3 {
    padding: 40px 0 26px 0;
  }
  #section4 {
    margin-top: 25px;
  }
}
@media (max-width: 375px) {
  #section2 {
    padding: 155px 0 30px 0;
  }
  #section3 {
    padding: 45px 0 25px 0;
  }
  #spin, #sec1-titles h5 {
    font-size: 22px;
  }
  #header-content h4 {
    max-width: 100%;
    font-size: 24px;
  }
  #sec2-title {
    font-size: 27px;
  }
  #sec4-content h4 {
    font-size: 23px;
  }
  #sec4-content p {
    font-size: 16px;
    margin: 25px 0 10px 0;
  }
  #overlay {
    min-height: 40px;
    background-size: 105%;
  }
}
@media (max-width: 320px) {
  #header {
    padding: 40px 0 100px 0;
  }
  #spin {
    font-size: 18px;
  }
  #section1 {
    background-size: 105%;
    margin-top: -50px;
  }
  .cat-box {
    width: 100%;
  }
  #cat-cta {
    font-size: 18px;
    padding: 10px 20px;
  }
  #sec4-content button {
    width: 100%;
  }
  #overlay {
    min-height: 30px;
  }
  #policy p {
    font-size: 12px;
  }
}
@media (max-width: 280px) {
  #spin {
    font-size: 16px;
  }
}