﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/02/2020, 10:24:02 AM
    Author     : FNA PORTAL FNA
*/

/*** TARJETA DE INFO **/
.tarjetaInfo{
    height: auto;
}
.tarjetaInfo p{
    margin-top: 15px;
    color: #bbb7b7;
    font-size: 16px;

}
.LinkTarjetaInfo{
     font-size: 18px;
     text-decoration:none !important;
     color: #11a5ff;
     
}
.btnverdetalles,.btnverdetalles:active,.btnverdetalles:hover,.btnverdetalles:visited,.btnverdetalles:focus{
    background-color:  #11a5ff;
    letter-spacing: 1px;
}
.btnverdetalles2,.btnverdetalles2:active,.btnverdetalles2:hover,.btnverdetalles2:visited,.btnverdetalles2:focus{
    background-color:  #11a5ff;
    letter-spacing: 1px;
}

.LinkTarjetaInfo:hover,.LinkTarjetaInfo:visited,.LinkTarjetaInfo:active,.LinkTarjetaInfo:focus{
    
     color: #11a5ff;
}

/** ESTILO PARA CARRUSELES DE TESTIMONIOS **/
#myCarousel{
    height: auto;
    /*background-color: #003685;*/
    
}

.carousel-indicators .active {
    
    background-color: #11a5ff !important;
     border: 0px solid #fff !important;
     width: 20px !important;
     height: 20px !important;
     border-radius: 20px !important;
}
.carousel-indicators li{
     background-color:#ffffff !important;
        border: 0px solid #fff !important;
        width: 20px !important;
     height: 20px !important;
     border-radius: 20px !important;
}


/*****  
**** ESTILOS PARA BANNER PRINCIPAL CON FORMULARI DE REGISTROS
***/
.BannerPrincipal{
    background: url('../img/banner-Principal-2.jpg')56% 0px / cover;
     background-repeat: no-repeat, repeat;
     background-color: #ffffff;
    background-position: center;

    }

.TituloLanding{
    color: #233384;
    font-size: 38px;    
     font-weight: bold;
     text-align: left;
         letter-spacing: 0px;
}
.SubTituloLanding{
     color: #233384 !important;
    font-size: 18px; 
    text-align: left;
    color: #1d1c1c;
    font-size: 16px;
    text-align: left;
    width: 651px;
}

.SubTituloLanding-2{
	  color: #1d1c1c !important;
    font-size: 18px; 
    text-align: left;
    color: #1d1c1c;
    font-size: 16px;
    text-align: left;
    width: 651px;
}

.SubTituloLanding-2 p.GRATIS{
font-weight:bold
}



input,select,textarea{
    opacity: 0.7;
}
.CamposObligatoriosLanding{
     color: #1d1c1c;
     font-size: 10px !important;
    line-height: 1 !important;
    text-align: justify;
}

/*****
*** ESTILO PARA TITULO DE TARJETAS INFORMATIVAS
******/
.SegundoTituloLanding{
     font-size: 50px;    
    color: #003685;
    font-weight: bold;
    
}
.SegundoParrafoLanding{
    font-size: 22px;  
    color: #8e8e8e;
     line-height: 1.2 !important;

}

/****
***  ESTILO PARA TITULO Y TEXTO PARA TESTIMONIOS EN EL CARRUSEL
****/
.TercerTituloLanding{
    color: #003685;
    font-weight: bold;
      font-size: 50px;     
}
.TercerParrafoLanding{
    color: #bbb7b7;
    font-size: 22px;
    line-height: 1.2 !important;
}
.textoTestimonio{
     color: #bbb7b7;
     font-size:16px;
}
.nombreTestimonio{
    color: #003685;
     font-size:20px;
}
.imagenTestimonio{
    height: 150px;
}

.imagenTestimonio img{
   border-radius: 81px;
}


.PalabrasTestimonio{
    width: 280px;
}

.link-terminos-codiciones{
	margin-top: -18px;
	font-size: 12px;
}

/****
***  ESTILO PARA TEXTO DE SEGUNDO FORMULARIO
****/
.CuartoTituloLanding{
     font-size: 40px;    
    color: #003685;
    font-weight: bold;
     letter-spacing: 0px;

}
.CamposObligatoriosLandingForm2{
    color: #8e8e8e;
     font-size: 10px !important;
    line-height: 1 !important;
    text-align: justify;
}


/****
****  ESTILO PARA FOOTER CON DIRECCION Y TELEFONO DE FNA, TAMBIEN CON LOGO DE FNA Y GOBIERNO
*****/
.footerLanding{
    background-color: #f6f6f6;
}
.footerLanding img{
    width: 130px;
    height: auto;
}
.footerLanding p strong{
    color: #8c8c87;
}
.footerLanding p{
    color: #9d9d9c;
}


/****
***  ESTILO PARA ICONOS Y TEXTO DE REDES SOCIALES
****/
.footerRedesSociales{
   margin-top: 15px;
   margin-bottom: 15px;
}
.footerRedesSociales img{
    margin-right: 10px;
}
.footerRedesSociales a{
    text-decoration:none !important;
     color: #003685;
    font-weight: 400;
}



/*****
****  ESTILO RESPONSIVE MEDIA QUERY
******/
@media (min-width: 340px) and (max-width: 991px) {
  .PalabrasTestimonio {
    width: 230px;
}
.BannerPrincipal{
    background-color: #F5F5F5 !important;
    background-image: none;
}
.tarjetaInfo{
    margin-top: 25px;
}
}

@media (min-width: 319px) and (max-width: 440px) {
.BannerGracias{
 /* background: url("../img/gracias/BANNER_END_1400x280px.jpg")center center / cover !important; */
 background: url("../img/gracias/BANNER_END_360X250px.jpg")center center / cover !important; 
    height: 280px !important;
}

}
/*md*/
@media (max-width: 992px) and (max-width: 1199px) {
 
}

/*lg*/
@media (min-width: 1200px) {
  
}

/****
**** ESTILO PAGINA GRACIAS
***/

.parrafoGracias{
    font-size: 16px;  
    color: #8e8e8e;

}
.TituloGracias{
     font-size: 30px;    
    color: #003685;
    font-weight: bold;  
}

.BannerGracias{
  background: url("../img/gracias/BANNER_END_1400x280px.jpg")center center / cover; 
  background-repeat: no-repeat, repeat;
  background-color: #ffffff;
  height: 280px;
}
