@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{
	--degradado1: #19232B;
    --degradado2: #0365D3;
    --marino: #00354F;
    --azul: #027BE4;
    --azul2: #C8E8F8;
    --morado: #660EFF;
    --rosa: #DA0080;
    --gris: #F0F0F0;
    --gris2: #E1E1E1;
    --gris3: #C8C8C8;
}
body{
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
section{
    padding: 30px 40px;
    margin: 0 auto;
	max-width: 1266px;
}
/*inicio de estylos de la pleca ventas*/
.pleca-promo{
	display: grid;
	grid-template-columns: 75% 25%;
	align-items: center;
	padding: 10px;
	background: #fff;
}
.pleca-promo h2{
	margin: 0;
	text-align: center;
	font-size: 16pt;
}
.pleca-promo h2 strong{
	color: #C80000;
}
.pleca-promo .btn-call{
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
}
.pleca-promo .btn-call>div{
	display: flex;
	grid-gap: 10px;
	align-items: center;
	cursor: pointer;
}
.pleca-promo .btn-call>div:hover span, .pleca-promo .btn-call>div:active span, .pleca-promo .btn-call>div:focus span{
	color: #DA0080;
}
.pleca-promo .btn-call>div:hover svg, .pleca-promo .btn-call>div:active svg, .pleca-promo .btn-call>div:focus svg{
	fill: #DA0080;
}
.pleca-promo p{
	font-size: 8pt;
	font-weight: 200;
	margin: 0;
}
.pleca-promo p span{
	font-size: 11pt;
	font-weight: 600;
}
/*fin estilos escritorio pleca ventas*/
.banner-home{
    background: url(../img/fondo-01.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.banner-home section{
    padding: 0 40px;
}
.banner-home-grid{
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding-bottom: 40px;
}
.center{
    text-align: center;
}
h1{
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 29pt;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
h2{
    margin: 0;
    font-size: 45px;
    font-weight: 400;
    color: var(--marino);
}
h2 strong{
    color: var(--azul);
}
h4{
    margin: 0;
    font-size: 13pt;
    color: var(--azul);
}
p{
    font-size: 12pt;
    margin: 0;
}
.xs{
    font-size: 12px;
    margin: 0;
}
.xl{
    margin: 0;
    font-size: 14pt;
}
.servicios-grid{
    display: grid;
    grid-template-columns: 95px 95px 95px 95px 95px;
    justify-content: center;
    justify-items: center;
    grid-gap: 0 25px;
    padding-top: 0px;
    padding-bottom: 110px;
}
.servicios-grid span{
    width: 73px;
    height: 73px;
    display: flex;
    background: var(--rosa);
    border-radius: 100%;
    justify-content: center;
    border: 1px solid #fff;
    box-shadow: 0px 0px 15px -5px #fff;
    margin-bottom: 5px;
}
.servicios-grid>div{
    cursor: pointer;
    margin-top: -35px;
}
.servicios-grid>div:hover span{
    background: #FF00D2;
}
.bg-gris{
    background: var(--gris);
}
.center2{
    text-align: -webkit-center;
}
.mt60{
    margin-top: -100px;
}
.grid3 {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-items: center;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px 0;
}
.descuentosdiv {
    background: linear-gradient(#027BE4, #00345F);
    width: -webkit-fill-available;
    width: -moz-available;
    height: 120px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.einteligentediv {
    background: linear-gradient(#027BE4, #00345F);
    width: -webkit-fill-available;
    width: -moz-available;
    height: 150px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 3%;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
}
.ecommercediv {
    background-image: url(../img/fondo-seguro-transporte-chubb-desk.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 150px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.descuentosdiv h4, .einteligentediv h4, .ecommercediv h4 {
    color: #fff;
    margin: 0 0 8px;
}
.descuentosdiv button, .einteligentediv button, .ecommercediv button {
    background: var(--rosa);
    color: #fff;
    border: 1pt solid #fff;
    width: 150px;
    height: 40px;
    font-size: 11pt;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}
.descuentosdiv button:hover, .einteligentediv button:hover, .ecommercediv button:hover{
    background: #FA00C8;
}
.descuentosdiv button:focus, .einteligentediv button:focus, .ecommercediv button:focus, .descuentosdiv button:active, .einteligentediv button:active, .ecommercediv button:active{
    background: #96007D;
}
.descuentosdiv img, .einteligentediv img, .ecommercediv img {
    width: -webkit-fill-available;
    width: -moz-available;
    object-fit: scale-down;
}
.primerImagen {
    display: grid;
    grid-template-rows: auto auto auto;
    align-items: center;
    gap: 8px;
}
.primerImagen p {
    font-size: 12pt;
    color: white;
    margin: 0;
}
.primerImagen img {
    width: 70%;
}
.primerImagen button {
    background-color: var(--rosa);
    color: white;
    border: 1pt solid #fff;
    padding: 6px 10px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 11pt;
    cursor: pointer;
    width: 100%;
}
.SegundaImagen {
    display: grid;
    grid-template-rows: 65% 35%;
    align-items: center;
    justify-items: center;
    height: 100%;
}
.SegundaImagen img {
    width: 100%;
    padding-right: 5%;
}
.textos-segundos {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    text-align: center;
}
.textos-segundos p {
    color: white;
    font-size: 8pt !important;
}
.grid-btns-servicios{
    display: flex;
  overflow: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
.slideservicios-movil, .box2 {
  flex: 0 0 calc(100% / 2.9); /* 3 elementos visibles */
  box-sizing: border-box;
  transition: transform 0.4s ease;

}
.btn-servicios{
    display: flex;
    justify-content: space-between;
    background: url(../img/fondo-boton-01.webp);
    background-position: right;
    background-size: inherit;
    background-repeat: no-repeat;
    padding: 15px;
    height: 43px;
    border: 1px solid var(--gris3);
    border-radius: 36px;
    width: 268px;
    cursor: pointer;
    align-items: center;
    box-shadow: inset 0px 0px 15px -8px #000;
}
.btn-servicios:hover svg{
    fill: #fff;
}
.btn-servicios:hover .btn-hover{
    display: flex;
}
.btn-servicios .btn{
    display: flex;
    grid-gap: 15px;
    align-items: center;
}
.btn-servicios .btn label{
    font-size: 14px;
}
.btn-servicios .btn h4{
    margin: 0;
    font-size: 20px;
}
.btn-servicios:hover h4{
    color:#fff;
}
.btn-hover{
    width: 52px;
    height: 50px;
    display: none;
    background: #fff;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 28pt;
    color: var(--morado);
    padding-bottom: 2px;
}
.grid-slide{
    display: grid;
    grid-template-columns: 40px 80% 40px;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}
.flex-slide{
    display: grid;
    grid-template-columns: 40px 90% 40px;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}
.flecha{
    width: 38px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid var(--gris3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px -7px;
    font-size: 18pt;
    color: var(--morado);
    padding-bottom: 2px;
    cursor: pointer;
    background: #fff;
}
.flecha:hover{
    background: var(--morado);
    color: #fff;
}
.bg2{
    background: url(../img/fondo-02.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg3{
    background: url(../img/fondo-03.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.grid2{
    display: grid;
    grid-template-columns: 40% 58%;
    align-items: center;
    justify-content: space-between;
}
.imgall{
    width: -webkit-fill-available;
    width: -moz-available;
}
.c-azul{
    color: var(--azul);
}
.b-bottom{
    border-bottom: 1.5pt solid var(--morado);
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.box{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.spans{
    display: flex;
    justify-content: center;
    grid-gap: 5px;
    margin-top: 15px;
}
 .white{
    background: var(--morado)!important;
    width: 20px!important;
    border-radius: 15px!important;
}
.w3-badge {
	height: 12px;
	width: 12px;
	padding: 0;
	display: flex;
	background: transparent;
	border-radius: 100%;
    border: 1px solid var(--morado);
}
.boxi{
    background: var(--gris);
    width: 350px;
    text-align: center;
    height: 270px;
    border-radius: 10px;
    margin-top: 55px;
}
.box2 img{
    border-radius: 10px;
    margin-top: -25px;
}
.flex7, .img-aseguradoras, .mejores-aseguradoras{
    display: flex;
    overflow: hidden;
    width: 100%;
    scroll-behavior: smooth;
}
.img-aseguradoras{
    align-items: center;
}
.divbox, .mejores-aseguradoras-img{
    flex: 0 0 calc(100% / 7);
    box-sizing: border-box;
    transition: transform 0.4s ease;
    cursor: pointer;
}
.mejores-aseguradoras-img{
    text-align: center;
}
.imgaseguradora{
    flex: 0 0 calc(100% / 5);
    box-sizing: border-box;
    transition: transform 0.4s ease;
    cursor: pointer;
    text-align: center;
}
.divbox:hover svg, .divbox:active svg, .divbox:focus svg{
    fill: #da0080;
}
.flex7 span{
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--azul2);
    margin: 0 auto;
}
.btn-rosa{
    width: 180px;
    height: 40px;
    border: 1px solid #fff;
    background: var(--rosa);
    color: #fff;
    border-radius: 20px;
    font-size: 13pt;
    font-weight: 600;
    cursor: pointer;
}
.btn-rosa:hover{
    background: #FA00C8;
}
.btn-rosa:focus, .btn-rosa:active{
    background: #96007D;
}
.padding0-bottom{
    padding-bottom: 0;
}
.padding0-top{
    padding-top: 0;
}
.bg4{
    background: url(../img/fondo-04.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flexi2{
    display: grid;
    grid-template-columns: 70% 25%;
    justify-content: space-between;
}
.btn-xl{
    width: 270px;
}
.img-margin{
    margin: -55px 0 -45px;
}
.bg5{
    background: url(../img/fondo.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg5>section{
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    color: #fff;
}
.bg5 h2{
    color: #fff;
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 15px;
}
.padding-left{
    padding-left: 195px;
}
.overflow{
    height: 180px;
    overflow-y: scroll;
}
.aseguradoras{
    display: grid;
    align-items: center;
    grid-template-columns: 6% 88% 6%;
}
.aseguradoras{
    background: rgba(255, 255, 255, 0.65);
    justify-content: space-between;
    padding: 0 15px;
    height: 100px;
    align-items: center;
    border-radius: 10px;
}
.grid2-2{
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    align-items: center;
}
.globo{
    color: #fff;
    background: url(../img/fondo-globos-texto.webp);
    background-repeat: no-repeat;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 160px;
    padding: 20px 60px 40px;
    margin: 0 auto;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: bottom;
    border-radius: 20px;
}
.bg6{
    background: url(../img/fondo-06.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.flex2v1{
    display: grid;
    grid-template-columns: 25% 75%;
}
.flex2v1 ul{
    padding: 0 0 0 22px;
    margin: 0;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: center;
    list-style: url(../img/check-morado.svg);
}
.flex2v1 li{
    padding: 20px 20px 20px 0;
    margin-left: 40px;
    font-weight: 600;
}
.border-b{
    border-bottom: 1px solid var(--gris3);
}
.border-r{
    border-right: 1px solid var(--gris3);
}
.bg7{
    background: url(../img/fondo-07.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 22px 15px;
    display: grid;
    grid-template-columns: 4% 88% 4%;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--gris3);
    border-radius: 10px;
}
.mejores-aseguradoras img, .img-aseguradoras img, .dependencias img{
    cursor: pointer;
}
.box-azul{
    width: 80%;
    margin: -10px auto 0;
    background: var(--marino);
    border-radius: 10px;
    box-shadow: 0px 0px 15px -4px #000;
    color: #fff;
    padding: 20px;
}
.white2 {
    background: #fff!important;
    width: 20px !important;
    border-radius: 15px !important;
}
.badge2 {
    border: 1px solid #fff;
}
.bg9{
    background: url(../img/fondo-08.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.bg9 h2, .bg9 h2 strong{
    color: #fff;
}
.comentarios{
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    padding: 20px;
    background: var(--gris);
    border-radius: 10px;
}
.comentarios::before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(10% - 16px);
    bottom: -19px;
    border-width: 20px 16px 0px 4px;
    border-color: var(--gris) transparent transparent transparent;
}
.comentarios:hover{
    background: var(--azul2);
}
.comentarios:hover::before{
    border-color: var(--azul2) transparent transparent transparent;
}
.comentarios hr{
    border-top: 1px solid #000;
}
.comentarios:hover hr{
   border-top: 1px solid var(--morado);
}
.comentarios:hover .fondo-comillas{
    fill: #fff;
}
.comentarios:hover .borde-comillas{
    fill: #660eff;
}
.text-italic{
    font-style: italic;
}
.grid-medios{
    display: grid;
    grid-template-columns: 40% 21% 21%;
    justify-content: center;
    align-items: center;
    grid-gap: 0 30px;
}
.grid-medios h2{
    font-size: 35px;
}
.svg-financiero:hover{
    fill: #000;
}
.img-asegurado{
    background: url(../img/logo-el-asegurado-gris.svg);
    width: -webkit-fill-available;
    width: -moz-available;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.img-asegurado:hover{
    background: url(../img/logo-el-asegurado-negro.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.img-financiero{
    background: url(../img/logo-el-financiero-gris.svg);
    width: -webkit-fill-available;
    width: -moz-available;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.img-financiero:hover{
    background: url(../img/logo-el-financiero-negro.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg8{
    background: url(../img/fondo-09.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    border: 1px solid var(--gris3);
    border-radius: 10px;
}
.bg8 h4, .contacto h4{
    font-size: 15pt;
    color: var(--marino);
}
.bg8 h4 strong{
    color: var(--azul);
}
.grid-dependencias{
    display: grid;
    grid-template-columns: 4% 88% 4%;
    justify-content: space-between;
    align-items: center;
}
.dependencias{
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    justify-content: space-between;
    align-items: center;
}
.dependencias img{
    object-fit: fill;
}
.flex-dependencia{
    display: flex;
    justify-content: space-between;
}
.bg10{
    background: url(../img/fondo-10.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.bg10 p{
    width: 60%;
    margin: 0 auto;
    font-size: 13pt;
    text-align: center;
}
.contacto{
    border: 1px solid var(--gris3);
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    width: 303px;
    height: 193px;
    cursor: pointer;
}
.contacto:hover{
    background: #00345F;
    color: #fff;
}
.contacto:hover h4{
    color: #fff;
}
.contacto span{
    background: var(--azul);
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 0 auto 15px;
}
.contacto h4, .contacto p{
    margin-bottom: 6px;
}
.bg-blog{
    background: url(../img/fondo-11.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-blog h2{
    font-size: 24pt;
    font-weight: 600;
}
.bg-blog section{
    display: grid;
    grid-template-columns: 25% 72%;
    align-items: center;
    justify-content: space-between;
}
.notas{
    display: grid;
    grid-template-columns: 5% 85% 5%;
    align-items: center;
    justify-content: space-between;
}
.notas-blog{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}
.notas-blog>div{
    border: 1px solid var(--gris3);
    border-radius: 10px;
    background: #fff;
}
.notas-blog img{
    width: -webkit-fill-available;
    width: -moz-available;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    object-position: top;
}
.textos-blog{
    padding: 0 10px 10px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.textos-blog span{
    font-size: 11px;
    color: var(--rosa);
}
.notas-blog .btn-rosa-white{
    border: 1px solid var(--rosa);
    border-radius: 15px;
    padding: 5px 15px;
    background: #fff;
    color: var(--rosa);
    font-weight: 600;
    font-size: 9pt;
    width: fit-content;
    cursor: pointer;
}
.notas-blog .btn-rosa-white:hover{
    background: var(--rosa);
    color: #fff;
}
.notas-blog h4{
    font-size: 11pt;
    margin-top: 5px;
}
.notas-blog p{
    font-size: 10px;
    margin-bottom: 10px;
}
.bg-preguntas{
    display: grid;
    grid-template-columns: 22% 70%;
    justify-content: space-between;
}
.preguntahide{
    background: var(--azul2)!important;
    padding: 20px!important;
    border: none!important;
}
.preguntahide h4{
    margin-bottom: 15px;
}
.preguntas hr{
    border-top: 1px solid #000;
}
.preguntas p{
    margin-top: 15px;
}
.show{
    display: block!important;
}
.hide{
    display: none;
}
.preguntas{
    border: 1px solid var(--gris3);
    background: #fff;
    padding: 10px 20px;
    margin-top: 15px;
}
.preguntas h4{
    margin: 0;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.whatsapp{
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-gap: 5px 0;
    padding: 0;
}
.logo-whatsapp{
    background: url(../img/boton-whatsapp-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
}
.whatsapp:hover .logo-whatsapp{
    background: url(../img/boton-whatsapp-02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.link{
    cursor: pointer;
}
.link:hover{
    color: var(--rosa);
}
/*float de .servicios-grid*/
.hvr-float-shadow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
/*fin float .servicios-grid*/
/* Rectangle Out */
.hvr-rectangle-out {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--marino);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 46px;
    height: 75px;
    width: 300px;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*fin de boton animacion*/
/*animacion slide*/
.animate-right{
    position:relative;
    animation: animateright 0.8s ease-in-out;
}
@keyframes animateright{
    from{
        right:-35px;
        opacity:0
    } to{
        right:0;
        opacity:1
    }
}
/*fin animacion slide*/
/* background izquierda */
.bganimation-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bganimation-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--morado);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 10px;
}
.bganimation-right:hover, .bganimation-right:focus, .bganimation-right:active, .bganimation-right:hover h4, .bganimation-right:focus h4, .bganimation-right:active h4{
  color: white;
}
.bganimation-right:hover:before, .bganimation-right:focus:before, .bganimation-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* contacto animacion */
.contacto-animate {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #00345F;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contacto-animate:before {
    border-radius: 7px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contacto-animate:hover, .contacto-animate:focus, .contacto-animate:active {
  color: white;
}
.contacto-animate:hover:before, .contacto-animate:focus:before, .contacto-animate:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.movil{
    display: none;
}
.servicios-grid-movil{
        display: none;
    }
@media (max-width: 820px){
    .desk{
        display: none!important;
    }
    .movil{
        display: block;
    }
    /* inicio de estilos de pleca ventas en movil*/
	.pleca-promo .promos{
		display: none;
	}
	.pleca-promo{
		grid-template-columns: 100%;
		background: #027BE4;
	}
	.pleca-promo .btn-call>div {
		justify-content: center;
		width: 85%;
		margin: auto;
		background: #fff;
		padding: 8px;
		border-radius: 5px;
		height: 40px;
	}
	.pleca-promo p span{
		display: none;
	}
	.pleca-promo p {
		font-size: 11pt;
		font-weight: 600;
		color: #660EFF;
	}
	.pleca-promo svg {
		fill: #660EFF;
	}
	.pleca-promo .btn-call>div:hover p{
		color: #DA0080;
	}
	.pleca-promo .btn-call>div:active p, .pleca-promo .btn-call>div:focus p{
		color: #4B0F96;
	}
	.pleca-promo .btn-call>div:hover svg{
		fill: #DA0080;
	}
	.pleca-promo .btn-call>div:active svg, .pleca-promo .btn-call>div:focus svg{
		fill: #4B0F96;
	}
    /* fin de estilos de pleca de ventas en movil*/
    .banner-home section {
        padding: 20px;
    }
    .banner-home-grid {
        grid-template-columns: 100%;
    }
    .banner-home-grid img{
        width: -webkit-fill-available;
        width: -moz-available;
    }
    h1 {
        font-size: 22pt;
    }
    .xl {
        font-size: 12pt;
    }
    .servicios-grid-movil{
        display: grid;
    }
    .servicios-grid {
        grid-template-columns: 75px 75px 75px;
        grid-gap: 0 5px;
    }
    .servicios-grid span {
        width: 60px;
        height: 60px;
    }
    .servicios-grid img{
        width: 25px;
    }
    .grid3, .grid2, .flexi2, .bg5>section, .grid2-2, .flex2v1, .dependencias  {
        grid-template-columns: 100%;
    }
    section {
        padding: 30px 20px;
    }
    h2 {
        font-size: 22pt;
    }
    .bg-gris-movil-slide{
        padding: 0 20px 30px;
        display: grid;
        grid-template-columns: 12% 70% 6%;
        align-items: start;
    }
    .bg-gris-movil-slide>section{
        padding: 0 0 65px;
    }
    .animate-right-movil{
        position:relative;
        animation: animateright 0.8s ease-in-out;
    }
    .flex-slide {
        grid-template-columns: 13% 65% 13%;
    }
    .boxi {
        width: -webkit-fill-available;
        width: -moz-available;
        height: 230px;
        padding: 0 10px;
    }
    .boxi img {
        width: 150px;
        height: 150px;
    }
    .flex-column-movil{
        flex-direction: column;
    }
    .img250{
        width: 225px;
    }
    .img-margin {
        margin: 30px 0 -130px;
        width: 100px;
    }
    .margin-movil{
        margin-top: 100px!important;
    }
    .padding-left {
        padding-left: 0;
    }
    .flex2v1 ul {
        padding: 0;
        grid-template-columns: 48% 48%;
    }
    .flex2v1 li {
        padding: 10px 10px 10px 0;
        margin-left: 30px;
    }
    .border-r-movil {
        border-right: 1px solid var(--gris3);
    }
    .border-r-movil-none{
        border-right: 0;
    }
    .border-b-movil{
        border-bottom: 1px solid var(--gris3);
    }
    .grid-medios, .bg-blog section, .bg-preguntas {
        grid-template-columns: 100%;
        grid-gap: 30px 0;
    }
    .grid-medios h2 {
        font-size: 26px;
        text-align: center;
        width: -moz-available!important;
        width: -webkit-fill-available!important;
    }
    .img-asegurado, .img-financiero {
        width: 60%;
        margin: 0 auto;
    }
    .preguntas h4 {
        font-size: 16px;
    }
    .notas {    
        grid-template-columns: 100%;
    }
    .notas-movil {
        grid-template-columns: 12% 70% 12%;
        display: grid;
        justify-content: space-between;
        align-items: center;
    }
    .globo {
        width: -webkit-fill-available;
        width: -moz-available;
        height: 250px;
        padding: 20px 20px 40px;
        background-position: bottom;
        border-radius: 0;
    }
    .grid2-2{
        grid-gap: 30px 0;
    }
    .bg7 {
        background-size: cover;
        grid-template-columns: 14% 62% 14%;
    }
    .bg7 .mejores-movil img{
        height: 25px;
    }
    .grid-dependencia-movil {
        display: grid;
        grid-template-columns: 14% 65% 14%;
        justify-content: space-between;
        align-items: center;
    }
    .grid-dependencias{
        grid-template-columns: 100%;
    }
    .dependencias img {
        height: 35px;
        width: 55px;
    }
    .bg10 p {
        width: 100%;
    }
    .notas-blog {
        grid-template-columns: 100%;
    }
    .grid-slide {
        grid-template-columns: 40px 72% 40px;
    }
    .btn-servicios, .hvr-rectangle-out:before {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .slideservicios-movil, .box2 {
        flex: 0 0 calc(100% / 1);
    }
    .divbox {
        flex: 0 0 calc(100% / 2);
    }
    .imgaseguradora, .mejores-aseguradoras-img{
        flex: 0 0 calc(100% / 3);
    }
    .aseguradoras {
        grid-template-columns: 12% 70% 12%;
    }
    .imgaseguradora img, .mejores-aseguradoras-img img{
        width: 70%;
    }
}