@import "bootstrap.min.css";
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*---------------------------------------------------------------- ROOT */

:root{
    --font-primary: "Open Sans", sans-serif !important;

    --color-cta: #3366FF; 
    --color-cta-hover: #2952CC;

    --color-btn: #3366FF;
    --color-btn-hover: #2952CC;

    --color-font-color: #1d2351;
    --color-font-midgray:#353535;
    --color-font-lightgray: #d2d3dc;

    --color-bg-midgray: #e6e9f0;
    --color-bg-lightgray: #f2f4f7;
    --color-bg-dark: #11142e;
    --color-bg-white:#FFF;

    --color-form-text:#595959;
    --color-form-stroke:#A5A7B9;
}

/*---------------------------------------------------------------- text */

* {
    font-family: var(--font-primary);
}

.ic-text-gris {
    color: var(--color-font-lightgray) !important;
}

.ic-text-blue {
    color: var(--color-font-color);
}

p {
    color: var(--color-font-midgray);
}

/*---------------------------------------------------------------- bg */
.ic-bg-light-gray {
    background-color: var(--color-bg-midgray);
}

.ic-bg-lighter-gris {
    background-color: var(--color-bg-lightgray);
}

.ic-bg-dark {
    background-color: var(--color-bg-dark);
}

.ic-bg-white {
    background-color: var(--color-bg-white);
}

/*---------------------------------------------------------------- header nav */

nav {
    height: 65px;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.2);
    background-color: var(--color-bg-white);
}

.navbar-brand img, .navbar-brand img[src*=".svg"], footer img[src*=".svg"] {
    width: 100%;
    max-width: 132px;
}

.nav-ic-text{
    font: 600 13px/22px var(--font-primary); 
    margin:0px!important;
    color: #595959;
    opacity:1;
}

/*---------------------------------------------------------------- banner */


.full-fold {
    padding: 45px 0px 0px;
    min-height: calc(100vh - 153px);
}

.main-banner p.lead {
    padding: 0;
    margin-top: 12px;
    margin-bottom: 23px;
    display: flex; 
    position: relative; 
}

.main-banner p.lead span{
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: var(--color-font-midgray);
    text-transform: capitalize;
    padding: 0 3px;
}

.main-banner p.lead:before{
    content:"";
    position: absolute;
    z-index: 1;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    background-color:#FF7800;
    height: 2px; 

}

.main-banner h1 {
    font-size: 46px;
    line-height:56px;
    font-weight: 800!important;
    margin-bottom:33px;
}

.main-banner h1+p {
    font-size:18px;
    line-height:28px;
    margin-bottom:55px;
}

.main-banner ul{
    list-style-type: none;
    padding-left: 0px;
}

.main-banner ul .icono{
    margin-right: 20px;
    width: 50px;
    height: 50px!important;
}

.main-banner .ic-list-bullet.ic-list-bullet-img li{
    font-size:14px;
    line-height:24px;
    font-weight:400;
    display: flex;
    margin-bottom: 25px;
 }


.main-banner .img-dos img {
    max-width: 354px;
    margin: auto 0px 0px 0px;
}

/*---------------------------------------------------------------- form*/ 

.ic-form-title{
    border-radius: 5px 5px 0px 0px;
}

.ic-dynamic-form-container{
    margin-top:15px;
}

.long-form{
    padding-left:12px;
    padding-right: 12px;
}

/*---------------------------------------------------------------- buttons */

.btn {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: none;
    border-radius: 4px;
    border: 2px solid;
    padding: 15px 24px;
    letter-spacing: 0.5px;
}

.btn-success,
.btn-ic {
    color: #FFF!important;
    background-color: var(--color-btn);
    border-color: var(--color-btn);
    /*opacity: 0.7;*/
}

.ic-class-form-button-submit.btn.btn-success:hover,
.btn-ic:hover{
    color: #FFF!important;
    background-color: var(--color-btn-hover) !important;
    border-color:  var(--color-btn-hover) !important;
}

.ic-class-form-button-submit.btn.btn-success {
    margin-top:0px;
}

.main-banner .btn-tablet{
    padding: 16px 36px;
    margin-top:75px;
    margin-bottom:65px;
    max-width: 208px;
}

div.Mobile  {
    z-index:20;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.transicao-animacao{
    transition: all 0.5s ease;
}

/*---------------------------------------------------------------- nav */

section#nav{
    padding-top: 90px;
    padding-bottom: 55px;
}


#nav a {
	color: #1D2351;
}

#nav a:hover {
	color: #1D2351;
	text-decoration: none;
    cursor: pointer;
}

#nav ul li a{
	list-style-type: none;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	padding-bottom: 6px;
	border-bottom-style: solid;
	border-bottom-color: #d2d3dc;
	border-bottom-width: 2px;
    border-radius: 0;
	width: fit-content;
}


#nav ul li a.active{
	border-bottom-color: #1D2351!important;
    background-color: transparent;  
}

.tab-content h2{
    font-weight: 800;
}

.tab-content ul.ic-list-bullet  {
    padding-left: 10px;
    margin-top: 12px;
}

.tab-content ul.ic-list-bullet li{
    font-size:14px;
    line-height:22px;
    font-weight:400;
    padding-left: 7px;
 }

 .tab-content span{
    font-size:20px;
    line-height:34px;
    font-weight:700;
 }

.tab-content li::marker {
    content: '•';
    font-size: 13px;
    line-height:23px;
    color: #1D2351;
}

.tab-content div.pt-class{
    padding-top:50px;
}

/*---------------------------------------------------------------- cards section */

section#cards-section{
    padding-top: 130px;
    padding-bottom: 120px;
    margin-top:80px;
}

#cards-section h2{
    font-size: 32px;
    line-height:42px;
    font-weight: 800;
    margin-bottom:33px;
}

#cards-section h2+p{
    font-size: 18px;
    line-height:28px;
    font-weight: 400;
    margin-bottom:83px;
}

#cards-section .ic-card {
	padding: 22px 32px 30px 32px;
	margin-left: 12px;
	margin-right: 12px;
	background: #fff;
    width: 100%;	
    /*max-width:350px;*/
	border-radius: 4px;
}

#cards-section .ic-card .card-img-top {
	margin-bottom: 24px!important;
    border-radius: 0;
}

#cards-section .card-body,
#cards-section .card-footer{
    padding: 0 ;
}


#cards-section .card-body .card-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px!important;
}

#cards-section .ic-card .card-footer {
	padding: 0;
	background-color: inherit;
	border-top: 0;
	margin-top: 0
}

/*---------------------------------------------------------------- ripple */

.btn-ic,
#submit-btn{
    background-color: var(--color-btn);
    border: solid 2px var(--color-btn) ;
    color: #fff;
    border-radius: 4px!important;
    -webkit-box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);
    transition: all .3s ease;
    -webkit-transition: all .5s ease;  
    position: relative;
    overflow: hidden;  
}

.btn-ic:hover,
#submit-btn:hover{
    background-color: var(--color-btn-hover);
    border: solid 2px var(--color-btn-hover);
    color: #fff;
    text-decoration: none!important;
    transform: translateZ(5px);
    position: relative;
    overflow: hidden;
}

.btn-ic:after,
#submit-btn:after {
  content: "";
  width: 0px;
  /*height: 200px;*/
  background: var(--color-btn-hover);
  transition: all .3s ease;
  -webkit-transition: all .5s ease;
  left: 50%;
  top: calc(50% - 100px);
  z-index: -200;
  border-radius: 100%;
  position: absolute;
}


.btn-ic:hover:after,
#submit-btn:hover:after {
  content: "";
  background: var(--color-btn-hover);
  border-radius: 100%;
  width: calc(100% + 30px);
  height: 200px;
  left: calc(0% - 15px);
  top: calc(50% - 100px);
}




/*---------------------------------------------------------------- py-content */

.py-content-section {
    padding-top: 50px;
}

.py-content-section h2{
	font-size: 32px;
	line-height: 46px;
	font-weight: 800;
    margin-bottom:20px;
}

.py-content-section h2 + p{
	font-size: 16px;
	line-height: 26px;
}

.py-content-section div.numbers {
    padding-top: 10px;
    padding-bottom:80px;
}

.py-content-section .number-image {
    margin-right: 20px;
    color:#FF7800;
    font-weight:800;
    font-size:60px;
    line-height:50px;
    
}


.ic-link {
    color: var(--color-cta) !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.ic-link:hover {
    color: var(--color-cta-hover)!important; ;
    text-decoration: underline;
}

/*---------------------------------------------------------------- carousel */

section.Nosotros{
    padding-top: 100px;
    padding-bottom: 60px;
}

.Nosotros h2 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 800;
}

.Nosotros h2,
.Nosotros img{
    margin-bottom:50px;
}

.Nosotros img{
    max-width:150px;
}

.Nosotros p{
    font-size:16px;
    line-height:26px;
    margin-bottom:36px;
}

.Nosotros .carousel-inner-nosotros {
    margin: 0 auto!important;
    position: relative;
    height: auto;
    overflow: hidden;
}


.Nosotros .carousel-item.active{
    transition: transform .5s ease, opacity .1s ease-out;
}

.Nosotros .boxed-content {
    border-radius: 4px;
    padding: 91px 93px 86px 93px;
    min-height: 585px;
    overflow: hidden!important;
}

.Nosotros .carousel-indicators {
    /*bottom: -90px;*/
    /*margin-bottom: 100px;*/
    /*bottom: -380px;*/
    position:static;
    margin-top: 50px;
}

.Nosotros .carousel-indicators .active {
    opacity:1;
}

ol li{
    font-size: 18px!important;
    line-height: 28px;
    padding: 0;
    margin-bottom: 28px;
}

.Nosotros .carousel-indicators li {
    /*box-sizing: content-box;*/
    flex: 0 1 auto;
    border-radius: 5px;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-left: 10px;
    /*text-indent: -999px;*/
    cursor: pointer;
    background-color: #1D2351;
    /*background-clip: padding-box;*/
    border-top: none;
    border-bottom: none;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}


/*---------------------------------------------------------------- animations */

.img-mano {
     margin-left: 8px;
    -moz-animation: bounceY 1.5s infinite;
    -webkit-animation: bounceY 1.5s infinite;
    animation: bounceY 1.5s infinite;
}

@-moz-keyframes bounceY {
    0%, 50%, 100% {
        -moz-transform: translateY(0) translateX(0px);
        transform: translateY(0)  translateX(0px); 
    }

    25% {
        -moz-transform: translateY(5px)  translateX(5px);
        transform: translateY(5px) translateX(5px) ;
    }

}

@-webkit-keyframes bounceY {
    0%, 50%, 100% {
        -webkit-transform: translateY(0) translateX(0px);
        transform: translateY(0)  translateX(0px); 
    }

    25% {
        -webkit-transform: translateY(5px)  translateX(5px);
        transform: translateY(5px) translateX(5px) ;
    }

}

@keyframes bounceY {
    0%, 50%, 100% {
        transform: translateY(0)  translateX(0px); 
    }

    25% {
        transform: translateY(5px) translateX(5px) ;
    }

}

/*---------------------------------------------------------------- popup */
.activeModal,
.activeModal:hover {
    cursor: pointer!important;
}

.modal-dialog.modal-dialog-centered{
  min-width: calc(100% - 120px);
}

.modal-dialog.modal-dialog-centered .modal-content{
    max-width:1243px;
    margin: 0 auto;
} 

.Popup .close {
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
    padding-top: 20px;
    margin-right: -35px;
    font-size: 30px;
    font-weight: 400;
}
.Popup .close:hover,
.Popup .close:active,
.Popup .close:focus,
.Popup .close:visited {
    box-shadow: none;
    /*color: #fff;*/
    outline: none;
}


/*---------------------------------------------------------------- footer */

footer p{
    padding-top: 25px;
    height: 69px;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 0;
}

footer a{
    color: #FFF;
    text-decoration: underline;
}

/*---------------------------------------------------------------- media queries */ 

@media (max-width: 767px) {

    .nav-ic-text{
        font: 700 11px/16px var(--font-primary);
        margin:0px!important;
        color: #777b97;
        white-space: nowrap;
    }

    .full-fold {
        min-height: 478px;
        padding-top: 0;
    }

    .main-banner .img-dos{
        display:flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        padding:0;
        margin-top: auto !important;
    }

    .main-banner h1 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 8px;
        margin-bottom:18px;
        text-align: center;
    }

    .main-banner h2{
        font-size: 17px;
        line-height: 30px;
        font-weight:800;
        margin-bottom:40px;
        margin-top: 50px;
    }

    .main-banner h1+p {
        font-size:14px;
        line-height:24px;
        margin-bottom:50px;
        text-align: center;
    }

    .main-banner p {
        font-size:14px;
        line-height:24px;
        margin-bottom:50px;
    }

    .main-banner p.lead-mobile {
        padding: 0;
        margin-top: 41px;
        margin-bottom:25px!important;
        display: flex; 
        position: relative; 
    }
    
    .main-banner p.lead-mobile span{
        z-index: 2;
        font-weight: 600;
        font-size: 15px;
        line-height:22px;
        color: var(--color-font-midgray);
        text-transform: capitalize;
        padding: 0 3px;
    }
    
    .main-banner p.lead-mobile:before{
        content:"";
        position: absolute;
        z-index: 1;
        left: 0;
        top: calc(100% - 1px);
        width: 100%;
        background-color:#FF7800;
        height: 2px; 
    }

    .btn-ic{
        padding: 16px 86px;
        /*max-width: 280px;*/
        max-width: 100%;
    }

    .Mobile .btn {
        margin-top:20px;
        margin-bottom:20px;
        min-width:none;
        width:100%;
        padding: 16px 40px 16px 68px;      
    }

    .Mobile .btn .img-mano{
        margin-bottom: -25px;
    }

    div.py-content-section {
        padding-top: 55px;
    
    }

    .py-content-section h2 {
        font-size: 17px;
        line-height: 27px;
    }

    .py-content-section h2 + p,
    .py-content-section a {
        font-size: 13px;
        line-height: 23px;
    }

    section.Nosotros{
        padding-top: 60px;
        background: var(--color-bg-midgray);
    }

    .Nosotros h2,
    .Nosotros h3 {
        font-size: 17px;
        line-height: 30px;
        margin-bottom:20px;
    }

    .Nosotros .carousel-indicators {
        margin: 30px auto 0px auto;
    }

    .Nosotros .boxed-content {
        background: white;
        display: flex;
        align-items: center;
        padding:10px;
    }

    .Nosotros p {
        font-size:13px;
        line-height:23px;
        margin-bottom:30px;
    }

    .Nosotros .boxed-content {
        border-radius: 4px;
        padding: 45px 30px 50px 30px;
        min-height: 660px;
    }

    .Nosotros img{
        max-width:130px;
        margin-bottom:30px;
    }

    .Nosotros.form {
        padding-top:62px;
        padding-bottom: 80px;
    }

    .Nosotros.form .ic-dynamic-form {
        background:  #F2F4F7;
        padding: 0px!important;
    }

    .Nosotros.form .ic-dynamic-form-container{
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    footer p{
        padding-top: 15px;
        height: 69px;
    }

    .ic-dynamic-form-container{
        height: auto;
        max-width: 100%;
    }

    h3.ic-form-title{
        font-weight: 700; 
    }

    section#nav{
        padding-top: 50px;
        padding-bottom: 0;
    }

    .nav-mobile{
        background-color: #F2F4F7;
    }

    .nav-mobile .nav-link {
        margin-right:12px;
        padding-left:0;
        padding-right:0;
    }
    
    .nav-controls {
        position: sticky; 
        top:65px;
        background-color: #F2F4F7;
        z-index:2;
    } 


    #nav ul li a{
        font-size: 15px;
        line-height: 26px;
        border-bottom-width: 1px;
    }

    .nav-mobile div.py-content-section {
        padding-top: 22px;
    }

    .tab-content span{
        font-size:14px;
        line-height:27px;
        font-weight:600;
        margin-top: 30px;
     }

     .tab-content ul.ic-list-bullet li{
        font-size:13px;
        line-height:23px;
     }

     .tab-content .mobile li{
        margin-bottom:10px;
        padding-right:0;
     }

     .tab-content .mobile li img{
        padding-left:0;
        padding-right:0;
        margin-right:10px;
        max-width:100%;
        width:15px;
        max-height:15px!important;
     }

     .tab-content .mobile li::marker {
        content: '';
    }

    section#cards-section{
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top:0;
    }

    #cards-section h2{
        font-size: 20px;
        line-height:30px;
        margin-bottom:33px;
    }

    #cards-section h2+p{
        font-size: 13px;
        line-height:23px;
        margin-bottom:83px;
    }

    #cards-section p{
        font-size: 13px;
        line-height:23px;
        margin-bottom:0;
    }

    #cards-section .ic-card {
        padding:0;
        border-radius: 4px;
    }

    #cards-section .card-body {
        padding: 0px 23px 0px 20px;
    }

    #cards-section .ic-card .card-footer  {
        padding: 0px 23px 20px 20px;
    }

    #cards-section .ic-card .card-img-top {
        margin-bottom: 24px!important;
    }

    .card-deck .card{
        flex: 0 0 75%; 
        max-width: calc(100% - 24px);
     }

    .card.ic-card{
        margin-bottom:35px;
    }

    .py-content-section .number-image {
        margin-right: 0;
        font-weight:600;
        font-size:28px;
        line-height:43px;
    }

    .numbers p{
        font-size:12px;
        line-height:20px;
    }

    .py-content-section div.numbers {
        padding-bottom:40px;
    }

    .tab-content .img-mobile{
        padding: 30px 0 70px 0px;
    }

    .last{
        padding-bottom:50px;
    }

    .carousel-inner-nosotros div.boxed-content{
        align-items: flex-start;
    }

    .Popup .container {
        padding: 0;
        padding-left:0;
        padding-right:0;
    }

    .modal-content{
        background-color: transparent;
        border-color: transparent;
    }

    .popup-content{
        padding-top: 0;
        padding-bottom: 0;
    }

    .popup-content-item{
        display: none!important;
    }

    .ic-dynamic-form-container{
        height: auto;
        max-width: 100%;
    }

    img,
    picture {
        max-width:100%;
        height:auto!important;
    }

    .main-banner .container.mobile-px,
    .nav-mobile .container.mobile-px,
    #cards-section .container.mobile-px,
    .py-content-section.container.mobile-px,
    .Nosotros .container.mobile-px,
    .Mobile .container.mobile-px{
        padding-left: 32px;
        padding-right: 32px;
    }

    .tab-content div.pt-class{
        padding-top:0;
    }

    .Popup .close {
        /*color: #fff;*/
        margin: 0;
        padding: 5px;
        padding-right: 10px;
        width: 32px;
        height: 32px;
        font-size: 25px;
        text-shadow: none;
    }
    

}


@media all and (min-width: 768px) and (max-width: 991px){

    .full-fold {
        padding-top: 0px !important;
    }

    .main-banner .img-dos{
        display:flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        padding:0;
        margin-top: auto !important;
    }

    .main-banner h1 {
        text-align: center;
        font-size: 32px;
        line-height: 42px;
        margin-bottom:24px;
    }

    .main-banner p.lead span{
        font-size: 16px;
    }

    .main-banner p.lead {
        margin-top: 52px;
        margin-bottom:20px;
        padding:0;
    }

    .main-banner h1+p{
        margin-bottom:45px;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    .py-content-section h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .ic-dynamic-form-container{
        height: auto;
        max-width: 100%;
    }

     section#cards-section{
        margin-top:0;
    }

    .card.ic-card{
        margin-bottom:35px;
    }
 
    .Nosotros .boxed-content {
        border-radius: 4px;
        padding: 90px 57px 86px 57px;
        min-height: 610px;
    }

    .Nosotros img{
        max-width:114px;
        height:20px;
        padding:0;
    }

    .py-content-section div.numbers {
        padding-bottom:60px;
        padding-top:0;
    }

    .card-deck .card{
        flex: 0 0 50%; 
        max-width: calc(50% - 24px);
     }

    .py-content-section .number-image {
        font-weight:400;
        font-size:45px;
        line-height:50px;
    }
    
    .numbers p{
        font-size:14px;
        line-height:24px;
    }

    .py-content-section .number-image.item{
        min-width:75px;
    }

    img,
    picture {
        max-width:100%;
        height:auto!important;
    }
    
    .tab-content div.pt-class{
        padding-top:40px;
    }

    .main-banner ul .icono{
        margin-right: 8px;
    }

    .main-banner ul{
        margin-left:0;
    }
    .main-banner .ic-list-bullet.ic-list-bullet-img li{
        margin-bottom: 29px;
     }

     section#nav{
        padding-top: 43px;
        padding-bottom: 70px;
    }
    
    .py-content-section h2 + p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .tab-content ul.ic-list-bullet li{
        margin-bottom: 5px;
     }


    #cards-section h2{
        font-size: 20px;
        line-height:30px;
        margin-bottom:16px;
    }


    section#cards-section{
        padding-top: 80px;
        padding-bottom: 70px;
        margin-top:0;
    }

    #cards-section h2+p{
        font-size: 14px;
        line-height:24px;
        margin-bottom:50px;
    }

    p.ic-text-card {
        font-size: 14px;
        line-height:24px;
    }

    .modal-content{
        background-color: transparent;
        border-color: transparent;
    }

    .Popup .close {
        /*color: #fff;*/
        margin: 0;
        padding: 5px;
        padding-right: 10px;
        width: 32px;
        height: 32px;
        font-size: 25px;
        text-shadow: none;
    }

}

@media all and (min-width: 992px) and (max-width: 1200px){

    .py-content-section-right{
        padding-right:40px;
    }

    .long-form{
        padding-left:40px;
    }

    .main-banner .img-dos{
        display:flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        padding:0;
        margin-top:auto;
    }

    img,
    picture {
        max-width:100%;
        height:auto!important;
    }

    .card-deck .card{
        flex: 0 0 50%; 
        max-width: calc(50% - 24px);
     }
     .card.ic-card{
        margin-bottom:35px;
    }

}




/*--------------------------------------------------------------------------------------------------------------------------
SVG Images DeBug 
--------------------------------------------------------------------------------------------------------------------------*/

 /* Ie10 + Firefox & Others */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img[src*=".svg"]{width: auto;}
}

@media screen and (max-width: 480px) {
	img[src*=".svg"]{width: auto;}
}

