/*** PAGINA WEB: www.palomaresdigital.com ***/
:root {
    --primario: #3473AE;
    --secundario: #000000;
}

/*** ETIQUETAS GENERALES ***/
body {
    font-family: 'Lato', sans-serif;
    /*background-color: #6d92af!important;*/
}


h2 {    
    font-weight: bold;
    color: #3473AE;
    font-size: 20px;
    text-align: center;
}

h6 {  
    color: #000000;
    font-size: 14px;
    text-align: justify;
}

h5 {    
    font-weight: bold;
    color: #3473AE;
    font-size: 18px;
    text-align: left;
}

/*** CARRUSEL DE IMAGENES ***/
.carousel-caption h3 {
    font-size: 2.4rem;
}

/*** MENU DE NAVEGACION ***/ 
 .navegacion {
    background-color: #253037;    
 }

 .navbar-light .navbar-toggler{
     background-color: #ffffff;
 }

 .navbar-light .navbar-brand,
 .navbar-light .navbar-brand:hover {
    color: #ffffff;
 }

 .nav-principal {    
    background-repeat: repeat-x;
    background-position: 0px top, 0px bottom;
 }

 .nav-link {
    color: #FFC107;    
    font-size: 18px;
    transition: all .5s ease-in-out;
    font-family: 'Raleway', sans-serif;
 }

 .nav-link:hover {
    background-color: #FFFFFF;
    color: #000000;
 }

/*** DISPOSITIVOS MOVILES ***/
@media (min-width: 768px) { 
    .header {
        position: relative;
    }

    .header .barra {
        position: absolute;
        z-index: 100;
        width: 100%;
    }
}

img {
    max-width: 100%;
}

/*** CARACTERISTICAS DEL NEGOCIO ***/
.presentacion {    
    /*background-color: #3473AE;*/
    background: linear-gradient(to right, #2C5CA4 0%, #008fd1 100%);
    border-bottom: 5px solid #F58634;
    border-top: 5px solid #F58634;
}

.presentacion .titulo {
    font-weight: 300;
    font-weight: bold;
    color: #ffffff;
}

.presentacion .descripcion {
    color: #ffffff;
    font-size:20px;
    text-align: justify;
    margin-left: 2.5em;
    margin-right: 2.5em;    
}

/*** EFECTO ZOOM PARA IMAGENES ***/
.img-zoom img {
    width:100%;
}

.img-zoom:hover img {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}

.img-zoom {/*Ancho y Altura son Modificables al Requerimiento de Cada Uno*/
    overflow:hidden;
}

/*** CATALOGO DE SERVICIOS ***/
.servicios {    
     background-color: #ADCDEA;     
}

.info-servicio .btn-success {
    background-color: #FFC107!important;
    border-color: #FFC107!important;
}
.info-servicio .btn-success:hover {
    background-color: #FD882A!important;
}

.tituloA {
    font-weight: bold;
    color: #3473AE;
    font-size: 30px;
    text-align: center;
}

.tituloAA {
    font-weight: bold;
    color: #eb1d29;
    font-size: 35px;
    text-align: center;
}

.tituloAAA {
    font-weight: bold;
    color: #eb1d29;
    font-size: 20px;
    text-align: center;
}

.tituloAAAA {
    font-weight: bold;
    color: #3473AE;
    font-size: 25px;
    text-align: center;
}

.tituloAAAAA {
    font-weight: bold;
    color: #3473AE;
    font-size: 20px;
    text-align: center;
}

.tituloReviews1 {
    font-weight: bold;
    color: #3473AE;
    font-size: 30px;
    text-align: center;
}

.tituloReviews2 {
    font-weight: bold;
    color: #28B53B;
    font-size: 25px;
    text-align: center;
}

.tituloModulos {
    font-weight: normal;
    color: #000000;
    font-size: 18px;
    text-align: center;
}

.tituloB {    
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.descripcionServicio {    
    font-size: 18px;
    text-align: center;
}

.descripcionFondo {    
    background-color: #253037!important;
}

.tituloExperiencia {
    font-weight: bold;
    color: #eb1d29;
    font-size: 30px;
    text-align: center;
}

/*** PIE DE PAGINA 01 ***/
.footer {
    /*background-color: #3473AE!important;*/
    background-color: #424E57!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 0rem;
    padding: 2rem 0;
    color: #ffffff;
    text-align: left;
}

.espacio {
    margin-left: 1.5em;
}

.footer a, a:hover { 
    color: #ffffff;   
}

.footer a:hover { 
    color: #ffffff;
    font-weight: bold;    
    text-decoration: none;
}

.footer h5 {
   color: #FFC107;
}

@media (min-width: 768px) { 
    .footer {
        height: 250px;
        display: grid;
        align-content: center;  
    }

    .footer .contenedor {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        margin: 10em;
    } 
}

/*** PIE DE PAGINA 02 ***/
.footer2 {
    /*background: #424E57;*/
    background: #253037;
    padding: 1% 0; 
}

.copyright p {
	color: #ffffff;
	font-size: 20px;
    line-height: 1.8em;
    text-align: center;
    margin: 0;
}

.copyright p a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.copyright p a:hover {
	color:#6CCAFF;
	text-decoration: none;
}

/*** BARRA DE CARACTERISTICAS ***/
.barra {
    min-height: 4rem;    
    background: #154360;
    color: #FFFFFF;    
    background: linear-gradient(to right, #253037 0%, #253037 100%); 
}
  
.barra .iconos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.0rem 0; 
}

@media only screen and (min-width: 1024px) {
    .barra .iconos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; 
    } 
    
}
    
.barra .iconos .icono {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
    background-size: 3.5rem;    
}
      
.barra .iconos .icono.icono1 {    
    background-image: url(../img/icono1.png); 
}
      
.barra .iconos .icono.icono2 {
    background-image: url(../img/icono2.png); 
}
     
.barra .iconos .icono.icono3 {
        background-image: url(../img/icono3.png); 
}

.barra .iconos .icono.icono4 {
        background-image: url(../img/icono4.png); 
}

.contenedorBarra {
    max-width: 1300px;    
    margin: 0 auto;
}

.tituloNegrita {
    font-weight: bold;
}

/*** COTIZACION ***/
.cotizacion {
      background-image: url(../img/expertos-en-cerrajeria-automotriz.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed;
      color: #ffffff;
 }

 @media (min-width: 992px) {
      .cotizacion {
          background-size: cover;
      }
 }
 .cotizacion h3 {
      font-size: 3.5rem;
      font-family: 'Lato', sans-serif;
 }
 .cotizacion p {
      font-size: 1.5rem;
      line-height: 2.6rem;
 }

 .blogcolor {
    text-align: center;
    color: #fff;
    background-color: #3473AE;    
    display: inline-block; /*Fondo Solamente al Texto*/
}

 .googlereview {
    text-align: center;
    color: #3473AE;
    background-color: #FFFFFF;    
    display: inline-block; /*Fondo Solamente al Texto*/
}

.semi-transparent1 {
  background: #3473AE;
  opacity: 0.25;
  font-weight: bold;
  color: #ffffff;
}

.semi-transparent2 {
    background: #3473AE;
    opacity: 0.75;
    font-weight: bold;
    color: #ffffff;
}

 /*** TIENDA DE COMPUTO ***/
  .productos .card {
      border: none;
      background: #3473AE; /* Quitar Cuando sea un Enlace */
 }

 .productos .card a {
      color: #000000;      
      /*background: #016BA5;*/
      background: #ADCDEA;
 }
 .productos .card a:hover {
      text-decoration: none;
 }

 .productos .card h3 {
      color: #FFFFFF;
      font-size: 1.2rem;
      font-family: 'Lato', sans-serif;
 }

 .productos .card p {
      font-size: .8rem;
 }
 .productos .card .precio {
      font-size: 1.6rem;
      color: #3473AE;
      font-weight: bold;
 }

 .btnComputo {
     text-align: center;
 }

 /*** CATEGORIAS DE SERVICIOS ***/
 .categorias h2 {
    color: #3473AE;
 }

  .categorias h3 {
    color: #3473AE;
    font-weight: bold;
 }

 .categorias p {
    font-size: 18px;
    /*font-weight: bold;*/
 }

 .categorias h5 {    
    font-weight: bold;
    color: #3473AE;
    font-size: 18px;
    text-align: left;
}

.categoria p {
    opacity: 100;
    padding-top: 20px;
    transition: all .3s ease;    
}

.categoria {
    overflow: hidden;
    padding-bottom: 20px;
    height: calc(auto + 30px);
}

.categoria h3::before {
    content: '';
    display: block;
    margin: 0 auto 20px auto;
    height: 2px;
    width: 80px;
    background-color: #F58634;
    transition: all .3s ease;
}

.categoria:hover h3::before{
    width: 180px;
}

.categoria:hover p {
    display: block;
    opacity: 1;
    padding-top: 10px;
    color: #3473AE;
}

.categoria h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
}

/*** DESCARGAR INFORMACIÓN BROCHURE ***/
.brochure {
    background-image: url(../img/brochure.jpg);
    background-repeat: no-repeat;
    background-size: cover;   
}

.colorBrochure {
    color: #ffffff; 
}

/*** DISPOSITIVOS MOVILES ***/
 @media (min-width: 480px) {
    .brochure {    
        background-color: #21597A;
        height: 24rem;   
        /* padding-top: 45px; Con 2 Botones*/
        /*padding-top: 65px;*/
    }
    .brochure p, h2 {
        color: #ffffff;
        text-align: center;
        font-size: 10px;    
    }
}
 
/*** LAPTOPS & COMPUTADORAS ***/ 
@media (min-width:720px) {
    .brochure {    
        background-color: #21597A;
        height: 16rem;   
        /* padding-top: 45px; Con 2 Botones*/
        padding-top: 65px;
    }
    .brochure p, h2 {
        color: #ffffff;
        text-align: center;
        font-size: 20px;    
    }
}

/*** ACORDEON DE INFORMACION 01 ***/ 
.myaccordion {
  max-width: 800px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}