@font-face {
font-family: 'AgilitaMedium';
src: url("/media-library/Templates/fonts/Inter/interMedium.ttf");
}
@font-face {
font-family: 'AgilitaBoldCondensed';
src: url("/media-library/Templates/fonts/Inter/Inter-Bold.ttf");
font-weight: normal;
font-style: normal
}
@font-face {
src: url("/media-library/Templates/fonts/OpenSans/OpenSans-Bold.ttf");
font-family: "OpenSansBold";
}
@font-face {
src: url("/media-library/Templates/fonts/OpenSans/OpenSans-Regular.ttf");
font-family: "OpenSansRegular";
}
.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 {
display: flex;
width: 100%;
height: 100px;
padding-top: 30px;
position: fixed;
z-index: 4;
padding-right: 30px;
justify-content: flex-end;
}
@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: space-between;
align-items: end;
}
.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/facebookNavBar.png");
}
.main-header .youtube {
background-image: url("/media-library/Templates/images/youtubeNavBar.png");
}
.main-header .linkedin {
background-image: url("/media-library/Templates/images/linkedinNavBar.png");
}
.main-header .instagram {
background-image: url("/media-library/Templates/images/instagramNavBar.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/FacebookWhite.png");
}
.footer__youtube {
background-image: url("/media-library/Templates/images/YoutubeWhite.png");
}
.footer__linkedin {
background-image: url("/media-library/Templates/images/LinkedinWhite.png");
}
.footer__instagram {
background-image: url("/media-library/Templates/images/InstagramWhite.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;
margin: auto;
}
@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 0 20px 0;
max-width: 134px;
max-height: 52px;
}
@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("/media-library/Contenidos/Páginas/Home/otoño1.jpg");
background-repeat: no-repeat;
background-position: 100%;
background-position-y: top;
min-height: 111vh;
background-size: 58%;
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__whatsapp {
background-image: url("/media-library/Templates/images/icon_color_whatsapp.webp");
background-color: white;
background-size: contain;
}
.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: 6% 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 {
cursor:pointer;
background-color: white;
border-radius: 32px;
box-shadow: none;
padding: 13px 32px;
border: 1px solid #FA6400;
color: #FA6400;
margin: 0.5em !important;
font-size: 21px;
}
.home__button__red:hover {
background-color: #FFE2CE;
border: 1px solid #C85000;
color:#C85000;
}
.home__button__red:disabled {
border: 1px solid #C85000;
color:#C85000;
}
button.home__button__red:disabled {
background-color: white;
color:#6A6A6A;
border: 1px solid #6A6A6A;
}
.home__button__orange {
background-color: #FA6400;
border-radius: 8px;
padding: 13px 32px;
font-size: 21px;
box-shadow: none;
}
.home__button__orange:hover {
background-color: #C85000;
}
.home__button__orange:disabled {
background-color: #6A6A6A;
}
.home__button__container {
margin-right: 60px;
}
@media only screen and (max-width: 1024px) {
.home__button__container {
margin: auto;
margin-top: 50vh !important;
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%;
}
.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: 0 auto 0 auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 85%;
}
@media only screen and (max-width: 414px) {
.safe__menu-items .container__items {
width: 100%;
}
}
.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;
}
@media only screen and (max-width: 414px) {
.safe__circle-box {
height: 133px;
width: 133px;
margin: 10px;
}
.safe__circle-box .boxs__icon {
height: 74px;
}
.safe__circle-box .h2__subtitle {
font-size: 13px;
}
}
.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;*/
}
.content-galiciaseg table {
width: auto !important;
}
.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;
margin: auto;
}
@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-left: 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-tel {
background: #dfdfdf;
}
.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: 20px;
}
.template-general section{
display: inline;
}
.template-general .safe__container-form {
padding-top: 0;
}
.template-general .safe__form-box {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
padding-top: 148px;
}
@media only screen and (max-width: 768px) {
.template-general .safe__form-box {
margin-top: 0px;
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;
}
}
@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 only screen and (max-width: 768px) {
.box {
width: 100%;
}
}
.flex-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.wrapper {
min-height: 100vh;
}
.modal-body {
max-height: 80vh;
overflow-y: auto;
}
.footer {
background-color: #404040;
padding: 36px 20px 30px 20px;
color: #fff;
}
.footer_container {
padding: 0px 40px 0px 85px;
}
.footer_politicas_1 {
padding: 0px 0px 0px 0px;
}
.footer p {
font-family: "AgilitaMedium";
line-height: 16px;
font-size: 12px;
}
.home__line {
max-width: 1px;
background-color: #fff;
height: 100px;
width: auto;
margin-top: 8px;
}
.container_logo_socials {
display: inline-flex;
justify-content: flex-end;
padding: 0px;
padding-top: 14px;
}
.container-logo {
max-width: fit-content;
}
.container-socials {
text-align: right;
margin-top: 25px;
display: flex;
margin-left: 1px;
}
.container-socials .text-socials {
display: inline-block;
vertical-align: top;
}
.footer__seguinos {
font-size: 20px !important;
margin-left: 20px;
margin-right: 10px;
margin-top: 12px;
}
.footer__social-home {
width: 40px;
height: 40px;
background-position: center center;
background-repeat: no-repeat;
background-size: 76%;
margin-right: 10px;
border-radius: 50%;
cursor: pointer;
}
.footer_politicas_2 {
padding: 25px 0px 10px 0px;
}
.politicas {
padding-bottom: 0px;
padding-left: 0;
}
.home_line {
max-width: 1px;
background-color: #fff;
height: 30px;
width: auto;
padding: 0;
}
.home_line {
max-width: 1px;
background-color: #fff;
height: 30px;
width: auto;
padding: 0;
}
.footer .image-ssn {
display: flex;
align-items: center;
height: 29px;
margin-top: -5px;
width: 100%;
}
.legales {
max-width: 100%;
}
.footer .image-galicia {
width: 128px;
}
.footer .image-data-fiscal-group {
display: inline;
}
.footer .image-data-fiscal {
margin-right: 1%;
}
@media only screen and (max-width: 768px) {
.footer_container {
padding: 30px 20px 0px 50px;
}}
@media (max-width: 992px) {
.home-logo {
margin: 0px;
}}
@media (max-width: 992px) {
.footer__logo {
text-align: center;
margin-right: 12px;
width: 80px;
margin-bottom: 0px;
}}
@media only screen and (max-width: 768px) {
.footer__logo {
margin-right: 0;
}}
@media (max-width: 992px) {
.container-socials {
text-align: center;
display: flex;
margin-top: 0;
margin-left: 1px;
align-items: center;
}}
@media only screen and (max-width: 768px) {
.footer__seguinos {
margin: 0px;
font-size: 16px !important;
}}
@media only screen and (max-width: 768px) {
.footer__social-home {
margin: 0;
width: 20px;
height: 25px;
}}
@media only screen and (max-width: 768px) {
.footer .image-ssn {
width: 150px;
height: 24px;
margin-top: 10px;
margin-right: 4px;
margin-bottom: 0px;
}}
@media (max-width: 992px) {
.footer__logo {
text-align: center;
margin-right: 12px;
width: 80px;
}}
.landing__footer {
border-top: 10px solid #ff671b;
}
.container-socials-landing {
text-align: right;
float: right;
display: flex;
margin-right: 40px;
}
.footer__seguinos-landing {
font-size: 20px !important;
margin-right: 10px;
margin-top: -5px;
}
.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;
}
.contianer-inscripcion {
margin-left: 15px;
text-align: left;
margin-bottom: 20px;
margin-top: 25px;
}
.contianer-inscripcion div {
display: inline-block;
vertical-align: middle;
min-height: 30px;
width: 29%;
}
.container-logo-bottom {
text-align: center;
margin-bottom: 20px;
margin-top: 17px;
}
@media only screen and (max-width: 768px) {
.landing__footer {
padding: 12px 15px 30px 15px;
text-align: center;
}}
@media (max-width: 992px){
.footer__logo-landing {
text-align: center;
margin-right: 0px;
}}
@media (max-width: 992px){
.container-socials-landing {
text-align: center;
display: inline-grid;
float: none;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}}
@media (max-width: 992px){
.contianer-inscripcion{
text-align: center;
margin-left: 0;
margin-top: 0;
margin-right: 5px;
}}
@media (max-width: 992px){
.container-logo-bottom{
text-align: center;
margin-bottom: 20px;
margin-top: -15px;
}}
@media (min-width: 769px) {
.banner-header {
/* margin-top: 150px; */
}
}
div#content__detalle {
color: #212121;
font-style: normal;
font-variant-ligatures: normal;
font-variant-caps: normal;
font-weight: 400;
letter-spacing: normal;
orphans: 2;
text-align: start;
text-indent: 0px;
text-transform: none;
white-space: normal;
widows: 2;
word-spacing: 0px;
-webkit-text-stroke-width: 0px;
text-decoration-style: initial;
text-decoration-color: initial;
font-size: 11pt;
font-family: Calibri, sans-serif;
background-color: white;
margin: 0px 0px 12pt;
margin: 0px;
padding: 0px;
border: 0px;
font-style: inherit;
font-variant: inherit;
font-weight: inherit;
font-stretch: inherit;
font-size: inherit;
line-height: inherit;
font-family: Verdana, sans-serif;
vertical-align: baseline;
color: gray;
}
.container__cotizacion {
margin-left: 12px;
margin-right: 12px;
box-shadow: 2px 2px 2px 2px #AAAAAA;
border-radius: 10px;
margin-bottom: 10px;
min-width: 270px;
}
.container__cotizacion .cotizacion__seccion_titulo {
color: black;
height: 30px;
display: inline-block;
margin-top: 10px;
font-size: 18px;
font-weight: bold;
}
.container__cotizacion .cotizacion__item {
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px #8D7B80 solid;
margin-bottom: 0px;
width: 75%;
margin-left: auto;
margin-right: auto;
}
.d-modal-header button {
display: none;
}
.d-modal-header.modal-header button {
display: inherit;
}
.main-header__social-container {
pointer-events: auto;
}
.main-header {
pointer-events: none;
top:0;
}
.producto_destacado {
background: #ff671b;
color: white;
border-radius: 5px;
padding: 5px;
font-size: 15px
}
.linkP_destacado {
min-width: 105px;
display: flex;
width: 35%;
justify-content: space-between;
align-items: center;
}
.container-producto-nuevo{
position:relative;
right:0px;
}
.imagen_nuevo_producto{
position:absolute;
margin-top: 10px;
font-size: 10px;
}
.imagen_landing{
right: 24px;
}
.menu_destacado{
margin-left: 20px;
}
.logo-link {
position: absolute;
padding-top: 30px;
padding-left: 30px;
}
img.logo-galicia {
pointer-events: auto;
max-height: 52px;
max-width: 200px;
z-index: 10;
position: relative;
}
@media (max-width: 768px) {
a.logo-link {
position: fixed;
top: 0;
z-index: 2;
}
header.main-header {
position: fixed;
bottom: 0;
z-index: 1;
}
}
/* Estilos para escritorio */
@media (min-width: 769px) {
a.logo-link {
position: absolute;
}
header.main-header {
position: fixed;
bottom: 0;
z-index: 2;
}
}
/* Page terceros
.logo-container {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
}
*/
article.selected {
/* Utilizamos un degradado lineal que va de blanco a #FF5600 (rojo) */
background: linear-gradient(to left, #F5F5F5 49%, #FF5600 50%);
/* Ajustamos la posición del degradado para que comience desde la derecha */
background-position: left bottom;
/* Aseguramos que el degradado cubra todo el ancho del elemento */
background-size: 200% 100%;
/* Agregamos una animación para que el degradado se desplace gradualmente */
animation: slideBackground 0.7s ease-in-out;
}
.articleDeselected {
/* Utilizamos un degradado lineal que va de blanco a #FF5600 (rojo) */
background: linear-gradient(to right, #FF5600 49%, #F5F5F5 50%);
/* Ajustamos la posición del degradado para que comience desde la derecha */
background-position: right bottom;
/* Aseguramos que el degradado cubra todo el ancho del elemento */
background-size: 200% 100%;
/* Agregamos una animación para que el degradado se desplace gradualmente de derecha a izquierda */
animation: slideBackgroundDes 0.7s ease-in-out;
}
.container__content {
margin-bottom: 4vh;
max-width: 500px;
width: 90%;
height: 130px;
border-radius: 108px;
background-color: #F5F5F5;
box-shadow: 0px 4px 4px 0px #00000040;
display: flex;
align-items: center;
gap: 2vw;
}
@media screen and (max-width: 620px) {
.container__image {
width: 184px;
}
.links {
display: flex;
flex-direction: column;
}
.container__images__links__download {
justify-content: center !important;
}
}
@media screen and(max-width: 1020px) and (min-width:620px) {
.container__header {
display: flex;
flex-direction: column-reverse;
}
.container__title {
display: flex;
flex-direction: column !important;
align-items: center;
}
}
.container__title {
top: 137px;
display: flex;
flex-direction: column;
align-items: center;
}
.container__images__links__download {
display: flex;
flex-direction: row;
width: 40%;
gap: 14px;
justify-content: flex-end;
margin-right: 30px;
}
.hidden {
display: none;
}
.link__image {
width: 60px;
height: 60px;
}
.links {
display: none;
margin-left: 25px;
align-items: center;
justify-content: space-between;
width: 100%;
}
.container__default {
display: flex;
flex-direction: row;
margin-left: 15px;
align-items: center;
}
.container__image {
height: 102px;
background-color: white;
margin-right: 20px;
box-shadow: 0px 4px 4px 0px #00000040;
width: 102px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
/* Animación personalizada para el desplazamiento del degradado */
@keyframes slideBackground {
0% {
background-position: right bottom;
}
100% {
background-position: left bottom;
}
}
@keyframes slideBackgroundDes {
0% {
background-position: left bottom;
}
100% {
background-position: right bottom;
}
}
.swiper-container-cotizaciones{
overflow-x: hidden;
}