/* @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); */

/*===== GOOGLE FONTS =====*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");


@import url(blog.css);
@import url(info.css);
@import url(menudiv.css);
@import url(banner.css);


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 12px;
}
body {
    font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: none;  
}
li {
    list-style: none;
}

header {
    width: 100%;
    height: 65px;
    /* background: #17A2B8; */
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}



.logo{    
         /* position: absolute; */
        z-index: 2000;       
        /* float: left;   */
        position: fixed;
}

/* Demo styles */
.z-text {
	animation: wobble 10s ease-in-out infinite;
	transform: rotateX(30deg) rotateY(-30deg);
    
}

 .z-layer {
   filter: brightness(0.7);   
} 

.z-layer:first-child {
   filter: brightness(1);   
}

@keyframes wobble {     
	0%,
	100% {
		transform: rotate3d(-1, 1, 0, 30deg);
	}
	25% {
		transform: rotate3d(1, 1, 0, 30deg);
	}
	50% {
		transform: rotate3d(1, -1, 0, 30deg);
	}
	75% {
		transform: rotate3d(-1, -1, 0, 30deg);
	}
    
}


header .icoHouse{
    float: left;
    width: 25px;
}

.navbar-toggler{
    font-size: 2rem;
}
.nav-link{
    padding: 1rem;
}
img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    
}
.slide{
    margin-top: 70px;
}
 /* .carousel-caption p{
    font-size: 1.2rem;
} */





.contenedor article{
    border: 1px solid gray ;
    border-radius: 20px;
    float: left;
    width: auto;
    background-color:white;
    padding-bottom: 50px;
}

.contenedor article img{
    width: 150px;
    border-radius: 20px;
}
.container img{
    margin-bottom: 13%;
    box-shadow: 8px 8px 11px -6px rgba(26,26,26,0.9);
-webkit-box-shadow: 8px 8px 11px -6px rgba(26,26,26,0.9);
-moz-box-shadow: 8px 8px 11px -6px rgba(26,26,26,0.9);
}
.container article p{
    font-size: 1.3em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
}
.alert  p{
    font-size: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
}
.navbar-custom {
    background-color: #ff5500;
}

article .articuloEnGris a {
    text-decoration: none;
    color: rgb(0, 43, 54);
}
.card-img-top{
    border-radius: 7px;
}
.card_InfoFA{           
     
     box-shadow: 4px 4px 25px -2px rgba(0, 0, 0, 0.3);     	
	display: grid;
	
     /* background-color: #9be010; */
    /* background: radial-gradient(#e5f89e, #96e001); */
}   

.ImagendeArtGris{
    border: rgba(11, 11, 17, 0.575) 1px solid;
}

.contenedor {                   
    width: 98%;
    margin: auto;
     /* overflow: hidden;  */
}

.contenedor a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.contenedor .menu a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}


/* es el titulo del header en el menu */
h1 {
    float: left;
}

.FondoSlide{
    background-image: url(/img/imgSlideIndex/Ruta3g.jpg);
    /* background-image: url(/img/BannerFA_.jpg); */
    background-repeat: no-repeat;
     /* background-attachment: fixed;  */
    background-size: cover;
    background-size: 100% 100%;
}


.imgSildeIndi{    
    justify-content: center; 
}



/* EMPRESA */

.ListaSubrayado{
    text-decoration: underline;
}
div.politicaCalidad {
    width: 80%;
    margin: auto;
    background: #fffefe;
    /* border: solid 1px #666666; */
    padding: 30px;
    border-radius: 30px;
    text-align: left;
    line-height: 45px;
    font-size: 1.5rem;
}

/* FIN PAG EMPRESA */

.card-deck{    
    margin-top: 10%;    
}



section {
    width: 100%;
    margin-bottom: 25px;
}

#Bienvenidos {
    text-align: center;
}

.Buscador{
    background-color:#17b82c;    
    width: 65%;
    text-align: left;
    margin: auto;
    color: rgb(255, 255, 255);
}

/* PRODUCTOS APLICACIONES */
.vip-aplicaciones{
    /* overflow: hidden; */
    background: #002B36;
    color: #fff;
    text-align: center;
    padding: 80px;    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10vh;
    
}
.vip-aplicaciones h2{
    text-align: center;
    /* padding: 10px; */
    position: relative;
    display: inline;
    padding-bottom: 30px;
}
.aplicaciones{
    float: left;    
    height: 200px;
    margin-bottom: 13px;
    margin-right: 8px;
    /* background-color:rgb(6, 104, 22);     */
    text-align: center;
}
.aplicaciones img:hover {
    transform: scale(1.1) translate(1px,0px);
    -webkit-transform: scale(1.1) translate(1px,0px);
    -moz-transform: scale(1.1) translate(1px,0px);    
}
.photo-container{
    position: relative;
    width: 100%;    
}

.photo{    
    width: 100%;    
    height: 90%;
    border-radius: 10px;
}

.imgJuegoRela{
    transition:transfprm 3s;
  }


.more{
    background-color: #444;
    padding: 10px;    
    display: inline-block;
    margin-top: 10px;
    width: 130px;
    text-align: center;
}
.zoom{
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 45%;
    color: white;
    font-size: 1.5rem;
}
.aplicaciones h3, .aplicaciones p{
    padding-top: 10px;
    margin-bottom: 13px;
}

/* botn mail */
.MsjeBotMail {
    color: rgb(23, 34, 184);
    background: #A7C9C9;
    border: 3px solid rgb(240, 234, 234);
    box-shadow: 2px 2px 10px #666;
    border-radius: 45px;
    padding: 12px;    
    text-align: center;
    text-decoration: none;
    margin-left: 2px;
}

.SinSubrayarLink {
    text-decoration: none;
}

.SombraImagen{
    border: 3px solid rgb(240, 234, 234);
    box-shadow: 2px 2px 10px #666;
    
}

/* Letra capital d Fervi		 */
div.parrafointerlineado p::first-letter {
    color: #004040;
    float: left;
    font-size: 3em; 
    margin: 0 .2em 0 0;
}
div.parrafointerlineado {         
    padding: 30px;
    margin: 15px;
    text-align: left;
    line-height: 4rem;
    width: 80%;
    margin: auto;
}
div.empresa{
    padding: 30px;
    margin: 15px;
    text-align: left;
    line-height: 3.5rem;
    width: 80%;
    margin: auto;
    font-size: 1.5em;
}
/* Footer */


.copy{
    font-family: Verdana, Geneva, Tahoma, sans-serif, 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.sociales {
    width: 100%;
    text-align: center;
    font-size: 2rem;
}

.sociales a {
    color:white;
    text-decoration: none;
}


div.redes {
    /* display: inline-block; */
    position: fixed;
    /* padding: 0px auto; */
    /* left: 0;
    top: 280px; */
    /* width: 50px;
    height: 50px; */
    /* background-color: #DD204A;
    border: solid 1px #666666;
    box-shadow: 2px 2px 10px #999999;
    border-radius: 15%; */
    z-index: 50;
}
.imagenRedesSociales {
     padding: 8px 6px;
    color:white;
    text-decoration: none;
    font-size: 2rem;
}

.footer {
    margin-top: 80px;
    padding: 20px;
    background-color: #008651;
    
}
.footer .QRFerviAir {
    width: 40%;
    margin-bottom: 10%;
}
.footer article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
/* .footer article a{
  font-size: 1.6rem;
} */
.footer article i {
    font-size: 2.8rem;
    color: white;
    padding: 0 15px;
    /* display: flex; */
    /* margin: 10px 0; */
    margin: auto;
}

.footer article h4{
    color: white;
    display: flex;
    margin: 20px 0;
}


.footer article p {
    color: white;
    display: flex;
    margin: 10px 0;
    
}

.redes{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.redes i{
    text-align: center;    
    padding: 5px;
    font-size: 2rem;
    color: white   ;
    /* flex-wrap: wrap; */
}

.copyright {    
    background-color: #F8F0ED;
    text-align: center;        
    color: #343A40;
    font-size: 1rem;
    margin-top: 15px;
}
.copy{
    font-size: 1rem;        
}
#blog article {        
    width: 90vw;
}


.contenedorInstagram{
    margin: 0 auto;
}

.MarcoInstagram{
    width: 75%;
    height: 110%;
    margin: 0 15%;
    border-radius: 10px;
}

 