/* 
 Theme Name:   bAstra
 Theme URI:    
 Description:  
 Author:       jlvllc22@gmail.com
 Author URI:   http://j-lvllc.com
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*=========== TABLE OF CONTENTS ===========
1.  CSS General
2.  Header
A.  Home
	3.  Home Hero
	4.  Información
	5.  About us
	6.	Servicios
	7.  Valores
	8.  Contacto
B.  About us
	9.	About hero
  	10.	XX
	11.	XX
C.  Servicios
  	14. Servicios hero
  	15. Contenido servicios
	16. Contacto servicios
D.  Somos
  	17.  XX
  	18.  XX
  	19.  XX
E.  Contacto
  	20.  XX
  	21.  XX
F.  FAQ
  	22.  XX
  	23.  XX
G.  Carrito/Checkout
  	24.  XX
	25.  XX
H.  Políticas/Términos
  	26.  XX
H. Footer
===========================================*/

/*=====================================
	1.  CSS General
=======================================*/
:root {
	--azul-mari: #19233E;
	--azul-mari2: #004A86;
	--azul-mari-cla: #5A88B8;
	--amarillo: #F4B60B;
	--blanco: #FFFFFF;
	--negro: #000000;
}

/*=====================================
	A.  Home
=======================================*/
/*-------------------------------------
		3.  Home Hero
--------------------------------------*/
.icon svg {
	fill: var(--blanco) !important;
}

.icon {
    /* From https://css.glass */
	background: rgba(255, 255, 255, 0.07);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(3.9px);
			backdrop-filter: blur(3.9px);
}

/*-------------------------------------
		4.  Información
--------------------------------------*/
.infor {
    /* From https://css.glass */
	background: rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(3.9px);
			backdrop-filter: blur(3.9px);
}

/*-------------------------------------
		6.	Servicios
--------------------------------------*/
.titu_servis_home {
	display: flex;
	align-items: center;
	height: 100px;
	text-decoration: none !important;
}

.txt_servis_home {
	text-decoration: none !important;
}

/*-------------------------------------
		7.  Valores
--------------------------------------*/
.titu_valor {
	display: flex;
	align-items: center;
	height: 74px;
}

/*=====================================
	B.  About us
=======================================*/
/*-------------------------------------
		9.	About hero
--------------------------------------*/


/*=====================================
	C.  Servicios
=======================================*/
/*-------------------------------------
		14. Servicios hero
--------------------------------------*/
.titu_servis, .txt_servis {
	text-decoration: none !important;
}