@font-face {
  font-family: "AgilitaMedium";
  src: url("/ui/media-library/Templates/fonts/AgilitaCom-Medium.eot?");
  src: url("/ui/media-library/Templates/fonts/AgilitaCom-Medium.eot?#iefix") format("embedded-opentype"), url("/ui/media-library/Templates/fonts/AgilitaCom-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "AgilitaBoldCondensed";
  src: url("/ui/media-library/Templates/fonts/AgilitaCom-BoldCondensed.eot");
  src: url("/ui/media-library/Templates/fonts/AgilitaCom-BoldCondensed.eot?#iefix") format("embedded-opentype"), url("/ui/media-library/Templates/fonts/AgilitaCom-BoldCondensed.woff") format("woff"), url("/ui/media-library/Templates/fonts/AgilitaCom-BoldCondensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-family: AgilitaMedium;
}

.helpers__margin-right {
  margin-right: 7px;
}

.helpers__text_mobile {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .helpers__hidden-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .helpers__show-mobile {
    display: block !important;
  }
}

.helpers__text-align--center {
  text-align: center;
}

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

.helpers__text-align--left {
  text-align: left !important;
}

.helpers__display--flex {
  display: flex;
}

@media screen and (min-width: 451px) and (max-width: 767px) {
  .col-xsl-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-xsl-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-xsl-3 {
    width: 25%;
    float: left;
  }
  .col-xsl-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-xsl-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-xsl-6 {
    width: 50%;
    float: left;
  }
  .col-xsl-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-xsl-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-xsl-9 {
    width: 75%;
    float: left;
  }
  .col-xsl-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-xsl-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-xsl-12 {
    width: 100%;
    float: left;
  }
  .col-xsl-offset-0 {
    margin-left: 0;
  }
  .col-xsl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xsl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xsl-offset-3 {
    margin-left: 25%;
  }
  .col-xsl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xsl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xsl-offset-6 {
    margin-left: 50%;
  }
  .col-xsl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xsl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xsl-offset-9 {
    margin-left: 75%;
  }
  .col-xsl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xsl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xsl-offset-12 {
    margin-left: 100%;
  }
}

.main-header {
  width: 100%;
  height: 100px;
  padding-top: 30px;
  position: fixed;
  z-index: 4;
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  .main-header {
    height: 80px;
    padding: 16px 20px 10px 20px;
    background: white;
    margin-top: -1px;
  }
}

@media only screen and (max-width: 768px) {
  .main-header .logo-galicia {
    width: 56%;
  }
}

.main-header__container-header {
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.main-header__container-header > div {
  padding: 0 27px;
  font-family: AgilitaBoldCondensed;
  font-size: 18px;
}

.main-header__social-container {
  width: auto;
  height: 40px;
  display: flex;
}

.main-header__social {
  width: 41px;
  height: 41px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .main-header__social__mobile {
    display: none;
  }
}

.main-header__social__desktop {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .main-header__social__desktop {
    display: block;
  }
}

.main-header__social:hover {
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
}

.main-header .facebook {
  background-image: url("/media-library/Templates/images/facebook.png");
}

.main-header .youtube {
  background-image: url("/media-library/Templates/images/youtube.png");
}

.main-header .linkedin {
  background-image: url("/media-library/Templates/images/linkedin.png");
}

.main-header__hamburguer {
  width: 41px;
  height: 41px;
  background-color: #fff;
  margin-left: 15px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
}

.main-header__hamburguer div {
  width: 23px;
  height: 3px;
  background-color: #000;
  display: block;
  margin-bottom: 3px;
  border-radius: 33px;
  position: relative;
  top: 13px;
  left: 9px;
}

.main-header__search-container {
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  margin-right: 10px;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.75);
}

.main-header__search-container img {
  cursor: pointer;
}

.main-header__search-container input {
  border: none;
  box-shadow: none;
  padding: 0 10px;
}

.main-header__search-container:hover {
  border: 1px solid #efebeb;
}

@media only screen and (max-width: 1024px) {
  .main-header__search-container {
    display: none;
  }
}

.footer {
  background-color: #404040;
  padding: 36px 20px 30px 20px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 38px 16px 30px 16px;
  }
}

.footer__social-container {
  width: auto;
  height: 40px;
  display: flex;
  margin: 35px 10px 0 35px;
}

@media only screen and (max-width: 768px) {
  .footer__social-container {
    margin: 0px 0 42px 6px;
  }
}

.footer__facebook {
  background-image: url("/media-library/Templates/images/facebook-white.png");
}

.footer__youtube {
  background-image: url("/media-library/Templates/images/youtube-white.png");
}

.footer__linkedin {
  background-image: url("/media-library/Templates/images/linkedin-white.png");
}

.footer__social {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 76%;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.footer__social:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.footer__text {
  margin-bottom: 8px;
  max-width: 600px;
}

@media only screen and (max-width: 768px) {
  .footer__text {
    text-align: center;
    padding: 0 22%;
    margin-bottom: 70px;
  }
}

.footer p {
  font-family: "AgilitaMedium";
  line-height: 16px;
  font-size: 12px;
}

.footer__container-logo {
  display: flex;
}

.footer__seguinos {
  font-size: 20px !important;
  margin: 12px 20px 0 0;
}

.footer__row-footer-top {
  background-image: url("/media-library/Templates/images/bg-footer.png");
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100% 90px;
  height: 90px;
  position: relative;
  top: 1px;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .footer__row-footer-top {
    background-image: url("/media-library/Templates/images/bg-footer-phone.png");
  }
}

.footer__logo {
  margin: 0 20px 20px 0;
}

@media only screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 52px;
    margin-right: 0;
  }
}

.footer .facebook {
  background-image: url("/media-library/Templates/images/facebook.png");
}

.footer .youtube {
  background-image: url("/media-library/Templates/images/youtube.png");
}

.footer .linkedin {
  background-image: url("/media-library/Templates/images/linkedin.png");
}

.footer__image-ssn__container {
  margin-top: 42px;
  width: 176px;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
}

@media only screen and (max-width: 768px) {
  .footer__image-ssn__container {
    width: 50%;
    margin: auto;
    display: block;
    margin-top: 42px;
  }
}

.footer .image-galicia {
  width: 128px;
}

.footer .image-ssn {
  width: 100%;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .footer .image-ssn {
    width: 150px;
    height: 45px;
    margin-right: 4px;
  }
}

.footer .image-data-fiscal {
  margin-right: 1%;
}

@media only screen and (max-width: 320px) {
  .footer .image-data-fiscal {
    width: 45px;
  }
}

.footer .image-data-fiscal-group {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .footer-desktop {
    display: none;
  }
}

.footer-mobile {
  display: none;
}

.footer-mobile .image-galicia {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .footer-mobile {
    display: block;
  }
}

.home {
  background-image: url("/ui/media-library/Templates/images/bg-home.png");
  background-repeat: no-repeat;
  background-position: 100%;
  min-height: 111vh;
  background-size: 48%;
  padding-top: 300px;
  margin-top: -136px;
}

@media only screen and (max-width: 1024px) {
  .home {
    background-size: 85%;
    padding-top: 0px;
    background-position: 100% 0%;
    min-height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .home {
    background-size: 340px;
    min-height: auto;
    padding-top: 0px;
    background-position: 100% 0;
    margin-top: 0;
  }
}

.home__bg-45__h1-products {
  margin-bottom: 0;
}

.home__bg-45__h1-products a {
  color: inherit;
}

.home__bg-45__h1-products a:hover, .home__bg-45__h1-products a:focus {
  text-decoration: none;
  color: inherit;
}

.home__container__boxs {
  padding-top: 150px;
}

@media only screen and (max-width: 768px) {
  .home__container__boxs {
    padding-top: 30px;
  }
}

.home .subtitle-svg {
  width: 140px;
}

@media only screen and (max-width: 1024px) {
  .home .subtitle-svg {
    margin-bottom: 30px;
  }
}

.home__contact {
  width: 55px;
  height: 55px;
  margin-top: 15px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 52px -7px #919191;
  -moz-box-shadow: 0px 0px 52px -7px #919191;
  box-shadow: 0px 0px 52px -7px #919191;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  transition: 0.3s;
}

.home__contact:hover, .home__contact:active, .home__contact:focus {
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
  -webkit-box-shadow: 0 8px 21px -7px #919191;
  -moz-box-shadow: 0 8px 21px -7px #919191;
  box-shadow: 0 8px 21px -7px #919191;
}

.home__contact__phone {
  background-image: url("/media-library/Templates/images/phone.png");
  background-color: white;
}

.home__contact__mail {
  background-image: url("/media-library/Templates/images/mail.png");
  background-color: white;
}

.home__youtube {
  background: #fff url(/media-library/Templates/images/circle.png) no-repeat;
  background-position-x: 149vh;
  background-position-y: 1vh;
  background-size: 47%;
  padding: 3% 8% 10% 8%;
}

.home__youtube__iframe-container {
  margin-top: 80px;
  margin-bottom: 114px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .home__youtube__iframe-container {
    width: 96%;
    height: auto;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .home__youtube__iframe-container iframe {
    width: 80%;
  }
}

.home__youtube .subtitle-svg {
  margin: 0 auto;
  text-align: center;
}

.home__youtube .home__h1-products {
  text-align: center;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
  .home__youtube .home__h1-products {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .home__youtube {
    padding: 26% 2% 22% 2%;
    background-position-x: 42vh;
    background-position-y: 8vh;
    background-size: 60%;
  }
}

.home__container {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 1024px) {
  .home__container {
    display: block;
  }
}

.home__h1 {
  font-size: 50px;
  font-family: "AgilitaMedium";
  margin: 0 0 20px 0;
  padding: 0;
  color: #464646;
}

@media only screen and (max-width: 1024px) {
  .home__h1 {
    font-size: 50px;
    margin-top: 20px;
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .home__h1 {
    font-size: 35px;
    margin-top: 20px;
    color: #464646;
  }
}

.home__h1-products {
  font-family: "AgilitaMedium";
  color: #464646;
}

@media only screen and (max-width: 768px) {
  .home__h1-products {
    font-size: 30px;
  }
}

.home__line {
  max-width: 1px;
  background-color: #fff;
  height: 68px;
  margin-top: 8px;
}

.home__title-content {
  margin-left: 150px;
}

@media only screen and (max-width: 1024px) {
  .home__title-content {
    margin-left: 10px;
  }
}

.home__button {
  font-family: "AgilitaBoldCondensed";
  border-radius: 20px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  transition: 0.3s;
}

.home__button:focus {
  outline: none;
}

.home__button__red {
  background-color: #ac162c;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(172, 22, 44, 0.5);
  -moz-box-shadow: 0px 0px 14px 0px rgba(172, 22, 44, 0.5);
  box-shadow: 0px 0px 14px 0px rgba(172, 22, 44, 0.5);
  margin-left: 0.5em;
  font-size: 21px;
}

.home__button__red:hover {
  background-color: #d42f46;
}

.home__button__orange {
  background-color: #ff671b;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(255, 103, 27, 0.6);
  -moz-box-shadow: 0px 0px 14px 0px rgba(255, 103, 27, 0.6);
  box-shadow: 0px 0px 14px 0px rgba(255, 103, 27, 0.6);
  font-size: 21px;
}

.home__button__orange:hover {
  background-color: #e0510b;
}

.home__button__container {
  margin-right: 60px;
}

@media only screen and (max-width: 1024px) {
  .home__button__container {
    margin: auto;
    margin-top: 60vh;
    text-align: center;
  }
}

.home__button__fixed {
  position: fixed;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .home__button__fixed {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .home__button {
    margin-bottom: 20px;
    width: auto;
    font-size: 20px;
  }
}

.home__blog {
  background: #fff;
  background-position-x: -40vh;
  background-position-y: 2vh;
  background-size: 32%;
  padding: 0 68px;
}

.home__blog a {
  font-family: "AgilitaMedium";
  color: #ac162c;
  cursor: pointer;
  font-size: 20px;
  float: right;
}

.home__blog__box {
  position: relative;
  margin-top: 22px;
  transition: 0.3s;
  cursor: pointer;
  width: 100%;
  height: 34vh;
}

.home__blog__box img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.home__blog__box h4 {
  font-family: "AgilitaMedium";
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 28px;
  left: 10%;
}

.home__blog__box h1 {
  font-family: "AgilitaMedium";
  font-size: 50px;
  color: #fff;
  position: absolute;
  bottom: 28px;
  left: 32px;
}

.home__blog__box:hover {
  transform: scale(1.1);
}

.home__blog__box:hover img {
  opacity: 0.8;
}

.home__blog .home__h1-products {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .home__blog {
    padding: 0 4px 10px 4px;
    background-position-x: -24vh;
    background-position-y: 12vh;
    background-size: 88%;
    margin-top: -90px;
  }
}

.subtitle-svg {
  width: 140px;
}

.HideScroll {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .HideScroll {
    overflow: auto;
  }
}

.menu {
  background: #fff url("/media-library/Templates/images/circle.png") no-repeat;
  background-position-x: 150vh;
  background-position-y: 42vh;
  background-size: 44%;
  min-height: 100vh;
  height: auto;
  position: fixed;
  display: none;
  z-index: 100;
  justify-content: left;
  width: 100%;
  padding-top: 100px;
  padding-left: 10%;
  color: #464646;
}

@media only screen and (max-width: 768px) {
  .menu {
    background-position-x: 26vh;
    background-position-y: 28vh;
    background-size: 132%;
  }
}

.menu--desktop {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .menu--desktop {
    display: none !important;
  }
}

.menu--responsive {
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu--responsive {
    display: block !important;
  }
}

.menu__first-list li, .menu__second-list li {
  list-style: none;
  font-size: 22px;
  font-family: "AgilitaMedium";
}

.menu__first-list li span, .menu__second-list li span {
  float: right;
}

.menu__first-list li span i, .menu__second-list li span i {
  font-size: 14px;
}

.menu__first-list {
  width: 350px;
}

@media only screen and (max-width: 768px) {
  .menu__first-list {
    width: 90%;
    padding-left: 0;
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.menu__first-list li {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
  transition: 0.3s;
  cursor: pointer;
  color: #464646;
}

.menu__first-list li:hover {
  border-top-color: #ff671b;
  color: #ff671b;
}

.menu__first-list li:hover+li {
  border-top-color: #ff671b;
}

.menu__first-list li:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.menu__first-list li:last-child:hover {
  border-bottom: 1px solid #ff671b;
}

.menu__second-list {
  width: 320px;
  margin-left: 50px;
  display: none;
}

.menu__second-list li {
  font-size: 18px;
  padding: 14px 0;
  border-top: 0;
  border-bottom: 1px solid #e6e6e6;
  color: #464646;
  cursor: pointer;
  transition: 0.3s;
}

.menu__second-list li:hover {
  color: #ff671b;
  border-color: #ff671b;
}

@media only screen and (max-width: 768px) {
  .menu__second-list {
    padding-left: 0;
    margin-left: 0;
    width: 88%;
  }
}

.menu__sublist {
  padding-left: 20px;
}

.menu__sublist li {
  border: none;
  font-size: 16px;
  padding: 14px 0 6px 0;
  color: #464646;
}

.menu .item--active {
  color: #ff671b;
  border-color: #ff671b;
}

.menu .item--active+li {
  border-top-color: #ff671b;
}

.menu .close {
  position: absolute;
  right: 44px;
  top: 40px;
  opacity: 1;
}

.menu .close i {
  color: #464646;
}

.menu .close:focus {
  outline: none;
}

.menu .close :hover {
  color: #ff671b;
  transition: 0.3s;
}

@keyframes Show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Hidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.open-menu {
  animation: Show 0.6s forwards;
  display: block;
}

.close-menu {
  animation: Hidden 6s forwards;
  display: none;
}

.open-menu-list {
  display: block;
  animation: Show 0.5s forwards;
}

.rotate-chevron {
  transition-duration: 0.5s;
  transform: rotate(90deg);
}

.safe__menu-items {
  background: #ff671b;
  background: -moz-linear-gradient( top, #ff671b 0%, #ff671b 86%, #fff 86%, #fff 100%);
  background: -webkit-gradient( left top, left bottom, color-stop(0%, #ff671b), color-stop(86%, #ff671b), color-stop(86%, #fff), color-stop(100%, #fff));
  background: -webkit-linear-gradient( top, #ff671b 0%, #ff671b 86%, #fff 86%, #fff 100%);
  background: -o-linear-gradient( top, #ff671b 0%, #ff671b 86%, #fff 86%, #fff 100%);
  background: -ms-linear-gradient( top, #ff671b 0%, #ff671b 86%, #fff 86%, #fff 100%);
  background: linear-gradient( to bottom, #ff671b 0%, #ff671b 86%, #fff 86%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff671b', endColorstr='#ffffff', GradientType=0);
  margin-top: 16px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .safe__menu-items {
    height: 36vh;
    text-align: center;
    margin-bottom: 0;
  }
}

.safe__menu-items .container__items {
  padding: 10px;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
}

.safe__menu-items select {
  display: none;
  width: 82%;
}

@media only screen and (max-width: 768px) {
  .safe__menu-items select {
    display: inline-block;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .safe__menu-items .h1__title {
    margin-bottom: 8px;
    margin-top: 34px;
  }
}

.safe__container-title {
  text-align: center;
}

.safe__circle-box {
  height: 190px;
  width: 190px;
  border-radius: 50%;
  padding: 0 25px;
  background-color: #fff;
  margin: 15px 20px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(255, 103, 27, 0.49);
  -moz-box-shadow: 0px 4px 18px 0px rgba(255, 103, 27, 0.49);
  box-shadow: 0px 4px 18px 0px rgba(255, 103, 27, 0.49);
  cursor: pointer;
  transition: 0.3s;
}

.safe__circle-box:hover {
  transform: scale(1.1);
}

.safe__container-form {
  background: #fff url("/media-library/Templates/images/circle.png") no-repeat;
  background-position-x: 10vh;
  background-position-y: 34vh;
  background-size: 44%;
  min-height: 126vh;
  padding: 2% 16%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .safe__container-form {
    background-position-x: -5vh;
    background-position-y: 37vh;
    background-size: 142%;
    padding: 2% 6%;
  }
}

.safe__form-box {
  background-color: #fff;
  border-radius: 64px;
  width: 100%;
  padding: 80px 65px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .safe__form-box {
    padding: 64px 26px;
    border-radius: 30px;
  }
}

.safe__form-box .form-group label {
  display: block;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .safe__form-box .form-group label {
    font-size: 16px;
  }
}

.safe__form-box .form-group input, .safe__form-box .form-group select {
  width: 96%;
  font-weight: normal;
  margin-bottom: 28px;
}

@media only screen and (max-width: 768px) {
  .safe__form-box .form-group input, .safe__form-box .form-group select {
    width: 100%;
    margin-bottom: 16px;
  }
}

.safe__form-box .form-group input:hover, .safe__form-box .form-group select:hover {
  border: 1px solid #dfdfdf;
}

.safe__form-box .form-group div {
  padding-left: 0;
}

.safe__form-box .home__button {
  margin-bottom: 0;
  padding: 6px 30px;
}

@media only screen and (max-width: 768px) {
  .safe__form-box .home__button {
    font-size: 18px;
    margin-top: 12px;
  }
}

.safe__form-box .home__youtube__iframe-container {
  margin: 0;
}

.safe__form-box .home__youtube__iframe-container iframe {
  padding: 10px 0;
}

.safe__contact {
  background: #fff url(/media-library/Templates/images/bg-notebook.png) no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 38%;
  padding: 6% 8% 10% 8%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .safe__contact {
    background: transparent;
  }
  .safe__contact::before {
    content: " ";
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/media-library/Templates/images/bg-notebook.png) no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 60%;
    opacity: 0.2;
  }
}

.safe__contact .h1__title {
  color: #464646;
  width: 300px;
}

@media only screen and (max-width: 768px) {
  .safe__contact .h1__title {
    width: auto;
  }
}

.safe__contact .subtitle-svg {
  margin-bottom: 30px;
}

.safe__contact__option {
  font-family: "AgilitaMedium";
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .safe__contact__option {
    margin-bottom: 30px;
  }
}

.safe__contact__option h3 {
  color: #ff671b;
  font-size: 21px;
}

.safe__contact__option h2 {
  margin: 0;
  font-size: 24px;
  line-height: 0.5;
  color: #464646;
}

.safe__contact__option h5 {
  color: #464646;
}

.safe__contact__option-tel {
  display: inline-flex;
}

.h1__title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "AgilitaMedium";
}

.h2__subtitle {
  font-size: 20px;
  font-family: "AgilitaMedium";
  margin-top: 10px;
}

.icon-house--left {
  margin-left: 10px;
}

.container__buttton__go-up {
  position: absolute;
  right: 60px;
  top: 36vh;
  height: 55%;
}

.button__go-up {
  background: #fff url("/media-library/Templates/images/icon-go-up.svg") no-repeat;
  position: sticky;
  top: 20vh;
  background-position: center;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: none;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.button__go-up:focus {
  outline: none;
}

.button__go-up:hover {
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
  -webkit-box-shadow: 0 8px 21px -7px #919191;
  -moz-box-shadow: 0 8px 21px -7px #919191;
  box-shadow: 0 8px 21px -7px #919191;
}

.button__contact {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  margin-top: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button__contact-container-tel {
  margin-top: 6px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .button__contact-container-tel {
    display: none;
  }
}

.button__contact-container-tel {
  visibility: hidden;
}

.button__contact-tel:hover+.button__contact-container-tel {
  display: inline-block;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .button__contact-tel:hover+.button__contact-container-tel {
    display: none;
  }
}

.button__contact:hover {
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
}

.button__contact:focus {
  outline: none;
}

input, select, textarea {
  border-radius: 16px;
  border: 1px solid transparent;
  padding: 10px 20px;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.75);
  border: 1px solid #b1b1b1;
}


input:focus, select:focus, textarea:focus {
  outline: none;
}

select {
  background: white url("/media-library/Templates/images/chevron-down.png");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 92%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "AgilitaMedium";
}

select::-ms-expand {
  display: none;
}

.form-style-h1 {
  font-family: "AgilitaMedium";
  font-size: 40px;
  color: #404040;
}

.form-style-h2 {
  font-family: "OpenSansBold";
  font-size: 24px;
  color: #ff671b;
}

.form-style-h3 {
  font-family: "OpenSansBold";
  font-size: 20px;
  color: #404040;
}

.form-style-h4 {
  font-family: "OpenSansBold";
  font-size: 16px;
  color: #ff671b;
}

.form-style-h5 {
  font-family: "OpenSansBold";
  font-size: 14px;
  color: #404040;
}

.form-style-a {
  font-family: "OpenSansBold";
  font-size: 14px;
  color: #ac162c;
  cursor: pointer;
  text-decoration: underline;
  transition: 0.3s;
}

.form-style-a:hover {
  color: #ff671b;
}

.form-style-p {
  font-family: "OpenSansRegular";
  font-size: 14px;
  color: #404040;
}

.template-general {
  margin-top: -136px;
}

.template-general .safe__container-form {
  padding-top: 0;
}

.template-general .safe__form-box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 148px;
}

@media only screen and (max-width: 768px) {
  .template-general .safe__form-box {
    margin-top: 110px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 70px;
  }
}

.template-general .safe__container-form {
  background: #fff url(/media-library/Templates/images/double-circle.png) no-repeat;
  background-position-x: 16vh;
  background-position-y: 18vh;
  background-size: 82%;
  min-height: 162vh;
}

@media only screen and (max-width: 1024px) {
  .template-general .safe__container-form {
    background-position-x: 0;
    background-size: 100%;
    min-height: 80vh;
  }
}

@media only screen and (min-width: 992px) {
  .template-general .safe__container-form {
    background-position-x: 10vh;
    background-position-y: 0vh;
    background-size: 75%;
    min-height: 48vh;
  }
}

@media only screen and (max-width: 768px) {
  .template-general .safe__container-form {
    background-position-x: 0vh;
    background-size: 100%;
    min-height: 82vh;
    background-position-y: 15vh;
  }
}

.noticias {
  background: #ff671b;
  background: -moz-linear-gradient( top, #ff671b 0%, #ff671b 86%, #fff 86%, #fff 100%);
  background: -webkit-gradient( left top, left bottom, color-stop(0%, #ff671b), color-stop(86%, #ff671b), color-stop(86%, #fff), color-stop(100%, #fff));
  background: -webkit-linear-gradient( top, #ff671b 0%, #ff671b 86%, #fff 86%, #fff 100%);
  background: -o-linear-gradient( top, #ff671b 0%, #ff671b 86%, #fff 86%, #fff 100%);
  background: -ms-linear-gradient( top, #ff671b 0%, #ff671b 86%, #fff 86%, #fff 100%);
  background: linear-gradient( to bottom, #ff671b 0%, #ff671b 86%, #fff 86%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff671b', endColorstr='#ffffff', GradientType=0);
  margin-top: 18px;
  margin-bottom: 40px;
  position: relative;
  padding-top: 25px;
}

.noticias .h1__title {
  font-size: 35px;
}

@media only screen and (max-width: 768px) {
  .noticias .h1__title {
    font-size: 28px;
  }
}

.bg_noticias {
  background: white;
}

.landing {
  font-family: "AgilitaMedium";
}

.landing--position {
  position: relative;
  bottom: 134px;
  padding-top: 45px;
}

@media only screen and (max-width: 768px) {
  .landing--position {
    bottom: 80px;
    padding-top: 10px;
  }
}

.landing__container-box {
  padding: 300px 100px 100px 100px;
}

@media only screen and (max-width: 768px) {
  .landing__container-box {
    padding: 130px 15px 50px 15px;
  }
}

.landing__h1-title {
  color: #5b5b5b;
  font-size: 34x;
  line-height: 40px;
  margin-top: 60px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .landing__h1-title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 35px;
    margin-bottom: 10px;
  }
}

.landing__contact p {
  margin-bottom: 0;
  line-height: 44px;
}

@media only screen and (max-width: 768px) {
  .landing__contact p {
    line-height: 40px;
  }
}

.landing__contact p:nth-child(1) {
  font-size: 34px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  .landing__contact p:nth-child(1) {
    font-size: 30px;
    margin-top: 40px;
  }
}

.landing__contact p:nth-child(2) {
  font-size: 46px;
}

@media only screen and (max-width: 768px) {
  .landing__contact p:nth-child(2) {
    font-size: 38px;
  }
}

.landing__contact p:nth-child(3) {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .landing__contact p:nth-child(3) {
    font-size: 17px;
  }
}

.landing__container-form p {
  font-size: 28px;
  line-height: 32px;
  width: 320px;
  margin-top: 30px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 768px) {
  .landing__container-form p {
    font-size: 26px;
    margin-top: 20px;
    width: auto;
    line-height: 28px;
  }
}

.landing__container-form .form-group input, .landing__container-form .form-group select {
  margin-bottom: 14px;
}

.landing__container-form .home__button {
  padding: 4px 26px;
}

@media only screen and (max-width: 768px) {
  .landing__container-form .home__button {
    margin-top: 0;
  }
}

.landing__info {
  padding-top: 45px;
  width: 95%;
}

.landing__info h5 {
  font-family: "OpenSansBold";
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .landing__info h5 {
    line-height: 20px;
  }
}

.landing__info p {
  font-family: "OpenSansRegular";
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .landing__info {
    padding-top: 15px;
    width: 98%;
  }
}

.landing__extra-information {
  font-size: 10px;
  font-family: "OpenSansRegular";
}

@media only screen and (max-width: 768px) {
  .landing__extra-information {
    padding-top: 50px;
  }
}

.landing__footer {
  border-top: 10px solid #ff671b;
  background: #e6e6e6;
  padding: 15px 100px 10px 100px;
}

@media only screen and (max-width: 768px) {
  .landing__footer {
    padding: 12px 15px 30px 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .landing__footer .logo-seguros {
    margin-top: 20px;
    width: 230px;
  }
}

.landing__social-networks {
  padding-top: 20px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .landing__social-networks {
    text-align: center;
    padding-bottom: 34px;
  }
}

.landing__social-networks span {
  font-family: "AgilitaMedium";
  font-size: 20px;
  color: #464646;
  margin-right: 20px;
}

.landing__social-networks button {
  border: none;
  background: transparent;
}

.landing__social-networks button img {
  width: 30px;
  height: 30px;
}

.landing__social-networks button:focus {
  outline: none;
}

.landing--padding {
  padding: 0 100px 100px 100px;
}

@media only screen and (max-width: 768px) {
  .landing--padding {
    padding: 0 20px 100px 20px;
  }
}

.text-orange {
  color: #ff671b;
}

.boxs-container {
  min-height: 620px;
}

.boxs-container__title {
  margin-bottom: 14%;
  display: flex;
  align-items: center;
  font-family: "AgilitaMedium";
  color: #fff;
  font-size: 35px;
  padding-bottom: 0.4em;
}

@media only screen and (max-width: 768px) {
  .boxs-container__title {
    justify-content: center;
    margin-bottom: 16px;
  }
  .boxs-container__title h1 {
    font-size: 34px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .boxs-container .helpers__display--flex {
    display: block;
  }
}

.boxs__bg--orange {
  background: url("/media-library/Templates/images/bg-orange.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 176px;
}

@media only screen and (max-width: 768px) {
  .boxs__bg--orange {
    background: url("/media-library/Templates/images/bg-orange-phone.png") no-repeat;
    background-size: cover;
    min-height: 130vh;
    margin-bottom: 100px;
  }
}

.boxs__bg--red {
  background: url("/media-library/Templates/images/bg-red.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 60px;
  padding-top: 106px;
}

@media only screen and (max-width: 768px) {
  .boxs__bg--red {
    background: url("/media-library/Templates/images/bg-red-phone.png") no-repeat;
    background-size: cover;
    min-height: 176vh;
    margin-bottom: 50px;
  }
}

.boxs__bg--red .boxs-container__title {
  margin-bottom: 0;
  margin-top: 12%;
}

@media only screen and (max-width: 768px) {
  .boxs__bg--red .boxs-container__title {
    margin-bottom: 16px;
    margin-top: 84px;
  }
}

.boxs__icon {
  height: 110px;
  padding-top: 26px;
}

.box--space .box:nth-child(4n+3) {
  margin-left: 10%;
}

@media only screen and (max-width: 768px) {
  .box--space .box:nth-child(4n+3) {
    margin-left: 0;
  }
}

.box {
  -webkit-box-shadow: 0px 0px 52px -7px #919191;
  -moz-box-shadow: 0px 0px 52px -7px #919191;
  box-shadow: 0px 0px 52px -7px #919191;
  width: 42%;
  height: 166px;
  background-color: #fff;
  border-radius: 36px;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.box a {
  display: block;
  height: 100%;
  width: 100%;
}

.box a:hover, .box a:focus, .box a:active {
  text-decoration: none;
}

.box:hover {
  transform: scale(1.1);
}

@media only screen and (min-width: 1366px) {
  .box {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .box {
    width: 100%;
    margin-right: 0;
  }
  .box:hover {
    transform: scale(1.03);
  }
}

@media only screen and (max-width: 768px) {
  .box {
    height: 175px;
    margin-bottom: 28px;
    margin-right: 0;
  }
  .box:hover {
    transform: scale(1.05);
  }
}

.box__last-2 {
  margin-left: 10%;
}

@media only screen and (max-width: 768px) {
  .box__last-2 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .box__last-2 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .box__container {
    width: 100%;
    justify-content: center;
  }
}

.box h2 {
  font-size: 24px;
  height: 55px;
  font-family: "AgilitaMedium";
  height: 34px;
  color: #464646;
}

@media only screen and (min-width: 1366px) {
  .box h2 {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .box h2 {
    font-size: 17px !important;
  }
}

@media only screen and (min-width: 992px) {
  .box h2 {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
  .form-control {
    margin: 0 auto;
  }
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapper {
  min-height: 100vh;
}

.modal-body {
  max-height: 80vh;
  overflow-y: auto;
}

label {
  font-family: AgilitaBoldCondensed;
}
