/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/*=========== General Custom CSS ===========*/

.container {
    padding: 0px 170px;
}
.post-entry-383 .entry-content-wrapper .av-mj1weesj-e7e49db1b8fb82ef385531f82a6c41d8 .avia_textblock .row .container {
  padding: 0 !important;
}
.content{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
h1{
	 font-family: "Titillium Web", sans-serif;
  color: #3660ba !important;
  text-transform: none !important;
}
h3 {
 color: #3660ba !important;
	
}

/*=========== CSS HEADER ===========*/
header {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3) !important;
}

/* CSS LOGO */
.avia-standard-logo a img {
    width: 50%;
}

.avia-standard-logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.menu-item a {
    padding: 0 23px !important;
}

.avia-menu-text {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px;
    font-weight: 400 !important;
}

#menu-item-25 a .avia-menu-text {
    background: #1bbfa5;
    padding: 12px 46px;
    border-radius: 7px;
    color: white !important;
    transition: background-color 0.3s ease;
}

#menu-item-25 a .avia-menu-text:hover {
    background-color: #3660ba;
}

.current-menu-item a span {
    font-weight: 600 !important;
}




/* INICIO-BANNER*/
.banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


.slides {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size:cover ;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 693px;
  padding: 190px 0 190px 190px;
}
.banner-content-planes{
	  max-width: 793px;
}

.banner h1 {
	 font-family: "Titillium Web", sans-serif;
  color: #3660ba;
  text-transform: none !important;
}

.banner p {
  padding-top: 20px;
  color: #545454 !important;
	font-size:15px;
}

.btn-banner {
  margin-top: 20px;
  display: inline-block;
  background: #1bbfa5;
  color: white !important;
  text-decoration: none;
  padding: 10px 40px;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 15px;
	border-radius: 7px;
}

.btn-banner:hover {
  background: #3660ba;
  color: #002346;
}

/* Indicadores */
.indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 25px;
  z-index: 3;
}

.dot {
  width: 15px;
  height: 15px;
	border-radius:50px;
  background-color: rgba(255, 255, 255, 0.5);

  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active,
.dot:hover {
  background-color: white;
}

/* INICIO-ES POSIBLE....*/

.cont-frase-cost{
	display:flex;
	margin:50px 0px 60px 0px;
}
.cont-texto{
	
}
.cont-texto h1{
	font-weight:bold;
	padding-bottom:17px;
}
.cont-texto button{
	margin-top:17px;
	padding:10px 40px;
	background:#1bbfa5;
	font-size: 15px;
    border-radius: 7px; 
	border:none;
	color:white !important;
}
.cont-texto p{
	font-size:15px;
	color:#545454;
}
/* INICIO-MAS Q SEGUROS*/

.div-seguros{
	  width: 100vw !important;
	height:auto !important;
  margin-left: calc(-50vw + 50%) !important;
	margin-top: 0px !important;
}
.trust-section {
	padding:80px 0px;
}
.trust-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
 
}
.trust-image{
	flex:1.3;
}
.trust-image img {
  width: 100%;

  object-fit: cover;
}

.trust-content{
	flex:1;
}
.trust-content h1{
	padding-bottom:15px;
}


.trust-content p {
  font-size: 15px;

  margin-bottom: 25px;
  color: #545454;
}

.trust-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.trust-content ul li {
	 font-size: 15px;
	 color: #545454;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
}

.trust-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;

  background-color: #1bbfa5;
  border-radius: 50%;
}

/* Botón */
.btn {
  display: inline-block;
  background-color: #1bbfa5;
  color: #fff !important;
	font-size:15px;
  padding: 10px 25px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
	margin-top:20px;
}

.btn:hover {
  background-color: #3660ba;
}

/* INICIO-PLANES*/

.plans-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.plan-card {
  border: 1px solid #3660ba !important;
  border-radius: 8px;
  padding: 35px;
  text-align: left;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cont-icon-tit{
  display:flex;
  gap: 20px;
    align-items: center;

}
.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.plan-icon {
  width: 50px;
  height: 50px;
  background-color: #3660ba;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.plan-icon img {
  width: 100%;
  height: 100%;
  
}

.lista-planes{
  list-style: none !important;
  padding-left: 0;
}

.lista-planes li {
  position: relative;
  padding-left: 20px;
  color: #545454;
  font-size: 15px;
 
}

.lista-planes li::before {
  content: "●";
  color: #1bbfa5;
  position: absolute;
  left: 0;
 font-size: 20px;  
}


.plan-card p {
  color: #545454;
  font-size: 15px;
 
  margin-bottom: 30px;
}

.btn-plan {
  background-color: #1bbfa5;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 7px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
	float:right;
	font-size:15px;
}

.btn-plan:hover {
  background-color: #3660ba;
}

/* INICIO-ELEGIRNOS*/
.ul-elegirnos{
	margin-left:0px;
	
}
.ul-elegirnos li{
	padding:20px;
	background:#e9f1fb;
	border-radius:8px;
	margin-left:0px;
	display:flex;
	align-items: center;
	margin-bottom:16px !important;
}
.ul-elegirnos li::before{
left: 15px !important;
    top: auto !important;
}










/* INICIO-TESTIMONIOS*/

.test-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background:#1bbfa5;
  overflow: hidden;
	  width: 100vw !important;
	height:auto !important;
  margin-left: calc(-50vw + 50%) !important;
	
}


.test-container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  width: 100%;
  max-width: 1300px;
 height:100%;
}


.test-left {
 
  color: #fff ;
     padding: 0px 0px 0px 179px;
  display: flex;
  flex-direction: column;
  justify-content: center;
	align-items: flex-start;
}


.test-left h1 {
color:white !important;
  margin-bottom: 30px;
}



.test-left .btn-test {
  background-color: white;
  color: #1bbfa5 !important;
  border: none;
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 7px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  align-self: flex-start;
	font-size:15px;
}

.test-left .btn-test:hover {
  background-color: #3660ba;
}


.test-right {
 
  background-image: url('/wp-content/uploads/2025/11/test-img-inicio.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
    height: 490px;


}






.test-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 40px;
  width: 450px;
	flex-shrink: 0;
  transition: transform 0.5s ease;

}


.test-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #8299a9;
  background-position: center;
  background-size: cover;
	 flex-shrink: 0;
  flex-grow: 0;
}




.cards-wrapper{
	display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
  width: 75%;
right:-240px;
	position:absolute;
}


.test-info h4,
.test-info p{
	color:#545454;
	font-size:14px;
}


.cards-track {
  display: flex;
  gap: 20px;
  align-items: center;
  transition: transform 0.6s ease;
  will-change: transform;
}


/* INICIO-CONTACTO*/
.cont-info-contact{
	width:300px;
	color:#3660ba !important;
	font-weight:500;
}
.contact-info{
	
}
.ul-info-cont{
	
	justify-items:flex-start;
	margin-left:0;
	

}
.ul-info-cont li{
	
	background:#e9f1fb;
	font-size:15px;
	list-style:none;
	padding:23px;
	margin:20px 0;
	color:#3660ba;
	border-radius:7px;
}
.ul-info-cont li i{
	color:#1bbfa5;
	padding-right:9px;
}
.what-contact i{
	font-size:17px;
}
.phone-contact,
.email-contact,
.direccion-contact{
	width:400px;
	max-width:100%;
}

.custom-contact-tabs-f {
  
}
.tab-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  border-bottom: 1px solid #3660ba !important;
}
.tab-button {
  flex: 1;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0;
  color: #3660ba !important; 
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.tab-button.active {
  color: #3660ba;
}

.tab-button.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #3660ba;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.tab-content fieldset p label{
    font-size: 14px !important;
	color:#3660ba;
	font-weight:600;
}
.custom-contact-tabs form{
	margin-bottom:0px !important;
}
.custom-contact-tabs form fieldset{
	margin-bottom:0px !important;
}

/*=========== CSS NOSOTROS ===========*/
/*CSS Nuestra misión es...*/
.mission-section{
	width: 100vw !important;
	height:auto !important;
  margin-left: calc(-50vw + 50%) !important;
	
}
.mission-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 120px;
  max-width: 1100px;
  margin: 0 auto;
  flex-direction:row;
}

.mission-image {
  position: relative;
  flex: 1 1 400px;
  display: flex;

}

.mission-image img {
  width: 100%;
  max-width: 390px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
	left: 100px;
    top: 140px;

}

.image-bg {
  position: absolute;
  width: 480px;
  height:480px;
  background: #1bbfa5;
  border-radius: 10px;
  top: 40px;
  left: -110px;
  z-index: 1;
}

.mission-text {
  flex: 1 1 500px;
 
}

.mission-text h3 {
  line-height: 1.4;
  margin-bottom: 30px;
}


.mission-text p {
 color: #545454;
font-size:15px;
  margin-bottom: 30px;
}

.mission-stats {
  display: flex;
  gap: 110px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.stat h3 {
  color: #3660ba;
  font-size: 40px;
  margin: 0;
}

.stat p {
  color: #3660ba;
  font-size: 14px;
  margin: 5px 0 0;
}

.mission-logos {
  display: flex;
  align-items: center;
  gap: 90px;
  flex-wrap: wrap;
}

.logo-item-1,
.logo-item-2
{
  display: flex;
  align-items: center;
  gap: 0px;
	flex-direction: column;
	text-align:center;
}

.logo-item-1 img {
  width: 170px;
  height: auto;
}
.logo-item-2 img {
  width: 100px;
  height: auto;
}
.logo-item-1 p,
.logo-item-2 p {
  font-size: 14px;
  color: #3660ba;
}


/* nosotros-valores*/

.values-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto;
}

.value-card {
  background: #e9f1fb;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;

 width: 320px;
  flex: 0 0 300px; 
  min-width: 0; 

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.value-icon {
  width: 70px;
  height: 70px;
  background: #2954a3;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.value-card h3 {
 

  margin-bottom: 15px;
}

.value-card p {
  font-size: 15px;
margin:0;
  color: #545454;
}

/* nosotros-cta */
.cont-info-cta h3{
	
	text-align:center;
	
}
.div-cont-info-cta{
	display:flex;
	justify-content: center;
	position:relative;
	bottom: 100px;
}
.cont-info-cta{
	padding:40px;
	background:white;
	max-width:700px;
}

/* PLANES-beneficios */
.div-ben-planes{
	border-radius:10px;
	visibility:hidden;
	display:none;
}
.tit-ben-planes h1{
	color:white !important;
}

.div-list-ben{
	display:flex;
	justify-content:center;
	margin-top:30px;

}

.cont-info-ben{
	display:flex;
	gap:20px;
}
.cont-info-ben img{
	width:65px;
	height:65px;
}

.cont-info-text p,
.cont-info-text h4{
	color:white ;
}
.cont-info-text p{
	font-size:15px;
}
.cont-info-text h4{
	font-size:23px;
	font-weight:400;
}
.div-ben-planes{
	padding:60px 40px;
}




/* PLANES-cards */


.cards-container-plans {
  max-width: 1200px;
  margin: 0 auto;
  
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Card */
.card-plans {
  border: 1.5px solid #3660ba !important;
  border-radius: 10px;
  padding: 25px 30px;
  text-align: center;
  display:flex;
  flex-direction:column;
  background: white;
  justify-content:center;
  align-items:center;
}
.card-plans h3 {
  margin-bottom: 20px; 
}

.card-plans ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
  text-align: left;
	margin-left:0px;
}

.card-plans ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}


.card-plans ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #0ac29d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

/* Button */
.card-plans button {
  background: #1bbfa5;
  color: white;
  border: none;
  padding: 15px 55px;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s ease;
}

.card-plans button:hover {
  background: #3660ba;
}




/* ===========CCS DE LIBRO DE RECLAMACIONES =========== */

.container-recl {
   margin: auto;
           padding:50px 0px 50px 0px;
        }
.tit-recl{
	color:#3660ba !important;
font-family: 'roboto', Helvetica, Arial, sans-serif !important;
	padding-bottom:30px;
	padding-top:60px;
}
.tit-recl-aut{
	color: #3660ba;
	
}
.cor-form-recl{
	margin-top:20px !important;
}
 #reclamoForm {
	margin-bottom:50px !important;
}
       #reclamoForm p {
            margin-bottom: 15px;
            font-size: 15px;
		   font-weight:600;
            color: #3660ba;
		   padding-bottom:20px;
        }

        .form-grid-recl {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin-bottom: 25px;
        }

       

         #reclamoForm input, textarea, select {
           
            padding: 10px;
            font-size: 13px;
            border: 1px solid #ccc;
            border-radius: 2px;
            background: #f8f8f8;
			
        }

        #reclamoForm textarea {
            resize: vertical;
            min-height: 120px;
        }

      

        .terms-recl {
            font-size: 13px;
            margin-bottom: 20px;
        }

        .terms-recl a {
            color: #0b5ed7;
            text-decoration: none;
        }

        .btn-recl-lib {
            background: #1c4aa6;
            color: #fff;
            border: none;
            padding: 12px 25px;
            font-size: 13px;
            border-radius: 2px;
            cursor: pointer;
        }

        .btn-recl-lib:hover {
            background: #084298;
        }






/* =========== CSS Footer =========== */
#footer {
    padding: 30px 0 30px 0 !important;
}
#footer .container {
    display: flex;
    justify-content: space-between;
    font-size: 14px !important;
    font-weight: 500;
   align-items: flex-start;
}

#footer .container:after {
    display: none;
}

#footer .container .av_one_third {
    width: auto !important;
}

.el_after_av_one_third {
    margin-left: 0px !important;
}

.widgettitle {
    display: none;
}

.widget ul li {
    margin: .85em 0;
}

.widget_text {
    margin: 0px !important;
}

body:not(.page-id-389) .widget_media_image img {
    width: 90% !important;
}


.widget_media_image {
    margin: 30px 0 60px 0 !important;
}

.enfold-social-footer {
    width: 100%;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.social-icon {
    background-color: #3660ba;
    color: #fff !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #25417E;
}

.av-icon-char {
    font-size: 23px;

}

/*=========== CSS SOCKET ===========*/
.copyright {
    font-size: 13px;
}

.copyright a {
    display: none;
    position: hidden;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */


@media (min-width: 1400px) {
	/* INICIO-MAS Q SEGUROS*/
.trust-container {
	
	margin:0 auto;
	}
	
}





@media (max-width: 990px) {
	/* INICIO-TESTIMONIOS*/
	.test-container{
		display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
		
	}
	.test-left{
		padding:50px 0px;
		text-align:center;
	}
	.test-left h1 br{
		display:none;
	}
	.test-left .btn-test {   
		align-self:center;
	}
	.cards-wrapper{
		width:90%;
		position:static;
		right:0px;
	}
	/* INICIO-ES POSIBLE....*/
	
	
	.cont-texto{
	max-width:100%;
}

	
	
	/*=========== CSS NOSOTROS ===========*/
/*CSS Nuestra misión es...*/
	
	  .mission-container {
    flex-direction: column;
    text-align: center;
		  align-items:center;
		  gap:190px;
  }
	.mission-text{
		padding:0px 100px;
	}
	.mission-text h3 br{
		display:none;
	}
	.mission-stats{
		justify-content:center;
	}
	.mission-logos{
		justify-content:center;
	}
	
	/* NOSOTROS-VALORES*/
	 .values-container {
    flex-wrap: wrap; 
  }

  .value-card {
    flex: 1 1 100%;
    max-width: 90%;
  }
	
	
	
	
		
/* PLANES-beneficios */
	

	
	.div-ben-planes{
		text-align:center;
	padding:30px 20px;
	}
.div-list-ben{
	flex-direction:column;
margin-top:50px;
		gap:50px;
}
	.cont-info-ben {
		flex-direction:column;
		    align-items: center;
    text-align: center;
		
	}
	
	
	
	
	
	/* PLANES-cards */
	
	
	.cards-container-plans {
    grid-template-columns: repeat(1, 1fr);
  }
	
	
	
}

@media (max-width: 768px) {

    /*=========== CSS LOGO ===========*/
    .avia-standard-logo a img {
        width: 50% !important;
    }



  /*============= INICIO=============*/
  /* INICIO-BANNER*/
  .banner {
    justify-content: space-around;
  }

  .banner-content {
    padding: 90px;
    text-align: center;
  }

  .banner-content br {
    display: none;
  }
	.banner{
		height:60vh !important;
	}
	.div-banner{
		        margin-bottom: 0px !important;
	}

		/* INICIO-MAS Q SEGUROS*/
	
	
	.trust-container{
		    flex-direction: column;
		  padding: 0px 90px;
	}
	
.trust-section {
	padding:80px 0px 20px 0px;
}
	.div-text-info-cont{
		text-align: center;
	}
	.div-text-info-cont section h1 br{
		display:none !important;
	}
	.contact-info{
		display:flex;
		justify-content: center;
	}
	.custom-contact-tabs-f {
	
	}
	/* INICIO-PLANES*/
	
	.plans-container {
    grid-template-columns: 1fr; 
  }
.btn-plan {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

  .plan-card {
	
    padding: 20px;
   
  }


/* nosotros-cta */

.div-cont-info-cta{
	margin-top:20px;
	position:static;
	
}
.cont-info-cta{
	padding:0px;

	
}
	
	

	
	
	
	
	
	
	
	
    /*=========== CSS Footer ===========*/
    #footer .container {
        flex-direction: column;
        text-align: center !important;
		align-items: center;
    }

    .enfold-social-footer {
        justify-content: center;
    }
}



@media (max-width: 600px) {

  /*============= INICIO=============*/
  /* INICIO-BANNER*/
  .banner-content {
    padding: 20px !important;
  }
		/* INICIO-MAS Q SEGUROS*/
	
	
	.trust-container{
		    flex-direction: column;
		  padding: 0 30px;
		
	}
	.trust-content,
	.trust-content h1,
	.trust-content p{
		text-align:center;
		
	}
	.trust-content ul {
		margin-left: 0px;
		text-align:left;
	}
}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media (max-width: 480px) {

	
  /*============= INICIO=============*/
  /* INICIO-BANNER*/
  .banner-content {
    padding: 20px !important;
  }
	
	
		/* INICIO-ES POSIBLE....*/
	.cont-texto{
text-align:center;
	}
	
    /*=========== CSS Footer ===========*/
    .widget_media_image img {
        width: 70% !important;
    }

    .widget_media_image {
        margin: 30px 0 30px 0 !important;
    }

    .widget_pages,
    .widget_text {
        margin: 10px 0 10px 0 !important;
    }

    .el_after_av_one_third {
        margin: 0px !important;
    }

    #footer .container .el_after_av_one_third #pages-2 {
        margin: 0px 0 30px 0 !important;
    }

    #footer .container .flex_column {
        margin-bottom: 0px !important;
    }

    .social-icon {
        width: 50px;
        height: 50px;
    }

	
		/* INICIO-PLANES*/
	.btn-plan{
		float:none;
	}
	.cont-icon-tit{
		    justify-content: center;
	}
	
		/* INICIO-TESTIMONIOS*/
	.test-card{
	
  width: 14%  !important;
  text-align: center;
  align-items: center;
  flex-direction: column;
		flex-shrink: 0 !important;
	}
	
	
	.test-left {
		align-items: center !important;
		
	}
	
	
	
		/* INICIO-FORMULARIO*/
	
	.div-text-info-cont{
		text-align:center;
	}
	.contact-info .ul-elegirnos{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	}
	
	/*=========== CSS NOSOTROS ===========*/
	
	/*CSS mas que seguros......*/
	
	
	.text-nos-seg,
	.text-nos-al,
	.pa-nos-se{
		text-align:center;
	}
	
/*CSS Nuestra misión es...*/
	
	.mission-text{
		padding:0px 20px;
	}
	.image-bg{
		visibility:hidden;
		display:flex;
	}
	.mission-image img{
		left:0px;
		top:0px;
	}
	
	  .mission-container {
   
		  gap:50px;
  }
	.mission-image{
		flex:none;
		padding:0px 20px;
	}
	.mission-stats,
	.mission-logos{
		gap:20px;
	}
}