* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  min-height: 100%;
  position: relative;
}
@font-face {
  font-display: swap;
  font-family: Anticimex Sans;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.anticimex.es/static/AnticimexSans-Regular-5d22864ac8d7dab90d62b6f681f867dd.woff2) format("woff2"), url(https://www.anticimex.es/static/AnticimexSans-Regular-645c1c5c5340ad1bc2fddf0c130d384a.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Anticimex Sans;
  font-style: normal;
  font-weight: 700;
  src: url(https://www.anticimex.es/static/AnticimexSans-Bold-163461c3e2f3d4503dba53f2455cd916.woff2) format("woff2"), url(https://www.anticimex.es/static/AnticimexSans-Bold-29adb460d8acb1ef2c79b0ba39f064e2.woff) format("woff");
}
h1 {
  font-family: "Anticimex Sans", Arial, sans-serif;
  color: #051e66;
  font-size: 45px;
  font-weight: 700;
}
h2 {
  font-family: "Anticimex Sans", Arial, sans-serif;
  color: #051e66;
  font-size: 35px;
  font-weight: 600;
}
h3 {
  font-family: "Anticimex Sans", Arial, sans-serif;
  color: #051e66;
  font-size: 30px;
  font-weight: 400;
}
h4 {
  font-family: "Anticimex Sans", Arial, sans-serif;
  color: #051e66;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
}
h5 {
  font-family: "Anticimex Sans", Arial, sans-serif;
  color: #051e66;
  font-size: 25px;
  font-weight: 600;
}
#section2noFormTitle h5{
  font-weight: 300;
}
p {
  font-family: "Anticimex Sans", Arial, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
}
div {
  font-family: "Anticimex Sans", Arial, sans-serif;
  color: #051e66;
  font-size: 16px;
  font-weight: 300;
}
li {
  font-family: "Anticimex Sans", Arial, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 1em;
}
a {
  text-decoration: none;
  font-size: 16px;
  font-family: "Anticimex Sans", Arial, sans-serif;
  font-weight: 300;
  color: #051e66;
}
a:hover {
  color: #1254b5;
  text-decoration: none;
}
a.btn-ppal {
  padding: 10px 30px;
  background-color: #2da96b;
  border: 2px solid #2da96b;
  border-radius: 25px;
  color: #fff;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  width: fit-content;
}
a.btn-ppal:hover {
  background-color: transparent;
  border: 2px solid #2da96b;
  color: #2da96b;
}
a.btn-blue {
  padding: 10px 30px;
  background-color: #051e66;
  border: 2px solid #051e66;
  border-radius: 25px;
  color: #fff;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
a.btn-blue:hover {
  background-color: transparent;
  border: 2px solid #051e66;
  color: #051e66;
}
a.btn-bluelight {
  padding: 10px 30px;
  background-color: #187ee0;
  border: 2px solid #187ee0;
  border-radius: 25px;
  color: #fff;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
a.btn-bluelight:hover {
  background-color: #41a2ff;
  border: 2px solid #41a2ff;
  color: #ffffff;

}
a.btn-blue-inverse {
  padding: 10px 30px;
  background-color: transparent;
  border: 2px solid #051e66;
  border-radius: 25px;
  color: #051e66;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
a.btn-blue-inverse:hover {
  background-color: #051e66;
  border: 2px solid #051e66;
  color: #fff;
}
img {
  width: 100%;
  padding-top: 10px;
}
.valign {
  align-items: center;
}
.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%;
	}

section.sectionsidenav {
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9;
}
nav.row {
  align-items: center;
}
.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nav-link {
  padding-right: 1.2rem !important;
}
img.navLogo {
  width: auto;
  height: 50px;
}
#hamburguer-items a {
    display: flex;
    align-items: center;
}
body {
  margin-top: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.menu-btn__burger {
  width: 30px;
  height: 4px;
  background: #051e66;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
  transition: all 0.5s ease-in-out;
}
.menu-btn__burger::after,
.menu-btn__burger::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #051e66;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
  transition: all 0.5s ease-in-out;
}
.menu-btn__burger::before {
  transform: translateY(-10px);
}
.menu-btn__burger::after {
  transform: translateY(10px);
}
.menu-btn.open {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
  width: 88%;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: 0 0;
  box-shadow: none;
}
.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}
header {
  position: static;
  overflow: visible;
  z-index: 100;
  background-color: transparent;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  display: flex;
}
header a {
  text-decoration: none;
}
header a,
header nav,
header span.menu-control-close,
header span.menu-control-open {
  font-weight: 700;
  color: #187ee0;
}
header nav a,
header span.menu-control-close,
header span.menu-control-open {
  margin-bottom: 1.5rem;
}
header span.menu-control-close,
header span.menu-control-open {
  display: block;
  cursor: pointer;
}
header span.menu-control-open {
  position: relative;
  line-height: 150%;
  float: right;
  margin-top: 5px;
}
header span.menu-control-close {
  text-align: right;
}
header nav {
  display: flex;
  flex-direction: column;
}
.menu {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f0f4f8;
  color: #f0f0f0;
  height: 100vh;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 999999;
}
.menu a {
  transform: translate3d(-150px, 0, 0);
  transition: transform 0.15s ease-in;
}
nav div {
  transform: translate3d(-280px, 0, 0);
  transition: transform 0.15s ease-in;
}
.menu .menu-inner {
  position: relative;
  height: 100%;
  width: 80vw;
  padding: 1.5rem;
}
.menu--active {
  height: auto;
}
.menu--active nav a {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s ease-out;
}
.menu--active nav a:first-child {
  transition-delay: 0.2s;
}
.menu--active nav a:nth-child(2) {
  transition-delay: 0.3s;
}
.menu--active nav a:nth-child(3) {
  transition-delay: 0.4s;
}
.menu--active nav a:last-child {
  transition-delay: 0.5s;
}
.menu--active nav div {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s ease-out;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .menu--active .menu {
      width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu--active .menu {
      width: 40%;
  }
  .menu--active .menu .menu-inner {
      width: 40vw;
  }
}
@media screen and (min-width: 768px) {
  header {
      height: 7rem;
  }
  header span.menu-control-close,
  header span.menu-control-open {
      display: none;
  }
  img.navlogo {
      width: auto;
      height: 40px;
  }
  header .menu {
      position: static;
      overflow: visible;
      background-color: transparent;
      width: auto;
      height: auto;
  }
  header .menu .menu-inner {
      padding: 0;
      width: 100%;
  }
  header .menu a, nav div {
      transform: none;
      transition: none;
      margin-bottom:0;
  }
  header .menu .btn-ppal{
    margin-top: 0;
  }
  header nav {
      flex-direction: row;
      justify-content: flex-end;
  }
  header nav a {
      margin-left: 2rem;
  }
}
main.main{
  padding-top: 7rem;
}
.sectionMenuSpace{
  padding-top: 10%;
}
.section1 {
  padding-bottom: 10%;
  background-size: cover;
  display: flex;
}
.headerText {
  margin-bottom: 50px;
}
.section2 {
  padding: 2% 0;
}
#ImageColumn2 {
  text-align: center;
}
.sectionTitle {
  margin-bottom: 30px;
}
.section3 {
  padding: 5% 0;
}
.section4 {
  padding: 5% 0;
}
.profile {
  padding-bottom: 20px;
}
.profile img {
  max-width: 100px;
}
.section6 {
  padding: 2% 0;
}
.colText {
  width: 80%;
  margin: 15px auto 0 auto;
}
.threeprofiles {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.section6 {
  padding: 4% 0;
}
.section7 {
  padding: 2% 0;
}
img.logo {
  max-width: 100px;
  margin-bottom: 10px;
  object-fit: contain;
}
#Section9Img img {
  padding: 0 20px 20px 20px;
}
#section5btn,
#section9btn {
  margin-top: 40px;
}
#Section5Img img {
  padding: 0 25px 25px 25px;
}

.footer {
  color: #fff;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: #0D2B88;
}


.footer.footertorcido {
  background: #0d2b88;
  color: white;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  padding-top: 7%;
  padding-bottom: 4%;
}

.footer.footerdark {
  background-color: #051e66;
}

.footer a {
  color: #187ee0;
  font-size: 14px;
}
.footer p {
  color: #fff;
  font-size: 14px;
}
.footer a:hover {
  color: #41a2ff;
  text-decoration: none;
}
.footer ul {
  list-style: none;
}
#sectionfootertext {
  margin-bottom: 30px;
}
.footer li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
#list1 ul, #list2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#list1sa ul, #list2a ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

#list2 ul {
  margin-top: 5px;
}
i.fa-brands {
  margin-top: 5px;
}
.footerlogo {
  margin-bottom: 10px;
  max-width: 120px;
}


@media (max-width: 768px) {
  .imgrespon {
      width: 100%;
  }
  .sectionMenuSpace{
    padding-top: 20%;
  }
  img.logo {
      margin-bottom: 10px;
  }
  img.navlogo {
      width: 55%;
  }
  header span.menu-control-open {
      margin-top: 35px;
  }
  div#Section5Img img {
      padding-left: 0;
      width: 25%;
  }
  div#ImageColumn3 {
      margin-top: 70px;
  }
  #list1 ul, #list2 ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
}
#list1 ul {
  width: 33%;
  margin: 10px auto;
}
img.footerlogo {
  margin: 20px auto;
  display: block;
}
div#sectionfootertextcfa>ul {
  width: 100% !important;
}
}