@charset "utf-8";
/* CSS Document */
/*color azul bajito rgba(216,235,242,1.00)*/
/* Whatsapp flotante */

.whatsapp-float {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.btn-color {
    font-size: 1.3rem;
    font-weight: 500;
    border-color: #FFFFFF;
    background-color: #ffffff;
    color: #000000;
    }

.btn-color:hover {
    background-color: #000000;
    color: #7F7F7F;
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
   box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
        
}
.btn-color:focus {
    background-color: #000000;
    color: #F8F2EA;
    border-color: #ffffff;
    border-style: solid;
    border-width: thick;
}
.bg-navega {
    background-color:rgba(255,255,255,1.00); 
        
}
.bg-footer{
    background-color: #0E0E0E;
    color: aliceblue;
}

.bg-cintillo{
    background-color: #7f7f7f;
    border-top-style: solid;
    border-top-color: rgba(114,158,204,1.00);
    border-top-width: .2rem;
    border-top-right-radius: 5px;
    
    color: #FFFFFF;
}

/*google font*/
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
/* Carrucel slider */

#carousel3 .card {
    background-color: transparent!important;
} 
.fondoSecc {
    background-image: linear-gradient(to bottom, rgba(200,212,217,1.00) 10%,rgba(255,255,255,1) 100%);
/*	padding-bottom: 3rem;
	padding-top: 3rem;*/
    
}
#carousel3 hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
#carousel3 hr2 {
    margin-bottom: -1rem;
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
#carousel3 .cards-wrapper {
  display: flex;
  justify-content: center;
    
}
#carousel3 .card img {
  max-width: 100%;
  max-height: 100%;
}
#carousel3 .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.0);
  border: none;
  border-radius: 0;
}
#carousel3 .carousel-inner {
  padding: 1em;
}
#carousel3 .carousel-control-prev,
#carousel3 .carousel-control-next {
  background-color: #6197BB;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #carousel3.card img {
    height: 11em;
  }
}

.carousel-item {
  transition: -webkit-transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out , -webkit-transform 0.3s ease-in-out !important;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.3s opacity;
}

 .fondoSecc {
    background-image: linear-gradient(to bottom, rgba(200,212,217,1.00) 10%,rgba(255,255,255,1) 100%);
	padding-bottom: 3rem;
	padding-top: 7rem;
    margin-top: -5rem;
    
}   
/* FIN Carrucel slider */

.titulo {
   background-image: linear-gradient(to bottom, rgba(200,212,217,1.00) 10%,rgba(255,255,255,1) 100%);
    text-align: center;
    padding: 5rem;
    font-size: 2rem;
        
}

.titulo4 {
    /*background-image: linear-gradient(to bottom, rgba(200,212,217,1.00) 10%,rgba(255,255,255,1) 100%);*/
    background-color: #7f7f7f;
    color: aliceblue;
    text-align: justify;
    padding: 5rem;
    font-size: 2rem !important;
    font-weight: 500;
    padding-left: 6rem;
    padding-right: 6rem;
        
}

@media (max-width: 576px){
    .titulo4 {
    padding: 2rem;    
    font-size: 1rem !important;
    font-weight: 600;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    text-align: justify;    
    }
}
.areaSobre{
    z-index: 1000 !important;
}
.fondoNeg {
    background-image: linear-gradient(to bottom, rgba(200,212,217,1.00) 10%,rgba(255,255,255,1) 100%);
    margin-top: -5rem;
    /*hace que el fondo quede por atras de la imagen o secc anterior.*/
    z-index: 500 !important;
 }

.txtLight {
    color: #1f4364;
    padding: 3rem;
    text-align: center;
}


.bg-blue {
   background-image: linear-gradient(to bottom, rgba(127,127,127,1.00) 10%,rgba(127,127,127,1.00) 100%);
    text-align: center; 
}




.recuadro {
    border-style: solid;
    border-width: thin;
    border-color: #FFFFFF;
    padding: 1rem;
    margin: .5rem;
}

/*-- ---------------hermoseos  -----------*/

.pescrito {
    font-size: 1.4rem;
    font-weight: 300;
    
}

@media (max-width: 576px) {
    .pescrito {
        font-size: 1rem;
        font-weight: 300;
        text-align: justify;
    }
}
.hescrito {
    font-size: 1.3rem;
    font-weight: 300;
    
}

@media (max-width: 576px) {
    .hescrito {
        font-size: 0.8rem;
        font-weight: 300;
        text-align: left
    }
}
.bg-liso{
    background-color: rgba(216,235,242,1.00) !important;
}

.locaajuste{
    margin-top: -1rem !important;
}
/*-- ---------------Fin hermoseos  -----------*/

/*----- forma de contacto -----*/
.titIndica {

    background-color: transparent;
    color: #000000;
    text-align: justify;
    padding: 5rem;
    font-size: 2rem !important;
    font-weight: 500;
    padding-left: 6rem;
    padding-right: 6rem;
        
}

@media (max-width: 576px){
    .titIndica {
    padding: 2rem;    
    font-size: 1rem !important;
    font-weight: 600;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    text-align: justify;      
    }
}


.formItems {
    color: aliceblue;
    font-size: 1.3rem;
    font-weight: 600;
    background-color: transparent !important;
   
   
}
@media (max-width: 576px){
    .formItems {
        font-size: 1rem;
        font-weight: 600;
        background-color: transparent !important;
    }
}

.bg-light{
    background-color: transparent !important;
}
.marco {
    border-style: solid;
    border-width: 1px;
    border-color:#FFFFFF;
    padding: 1rem;
    padding-top: 2rem;
    margin-bottom: 1rem;
}
/*---fin forma  de contacto ----*/


/*-----------------------------------------------------------------

AREA CON IMAGEN DE FONDO AJUSTABLE A LA SECCION ESTABLECIDA
-----------------------------------------------------*/
.imgFondo{
	background-image:url('../images/lona/produc-01.jpg');
	height: auto;
	padding: 10.5rem .5rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #FFFFFF;	
}

.bg-escrito{
    background-color: transparent;
}
.div-centra{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-2secc {
    background-color: rgba(47,47,47,1.00);
    color: aliceblue;
    
}

.btn-2secc:hover {
    background-color: transparent;
    border-style: solid;
    border-color: #2F2F2F;
    border-width: thin;
    color: #2F2F2F;
    
}

.mayus {
    text-transform: uppercase;
}

.imgFondo2{
	background-image:url('../images/lona/produc-02.jpg');
	height: auto;
	padding: 10.5rem .5rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #FFFFFF;	
}
/*  Fin */

/* Carrucel slider 4 */

#carousel4 .card {
    background-color: transparent!important;
} 
.fondoSecc {
    background-image: linear-gradient(to bottom, rgba(200,212,217,1.00) 10%,rgba(255,255,255,1) 100%);
	padding-bottom: 3rem;
	padding-top: 3rem;
    
    
}
#carousel4 hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
#carousel4 hr2 {
    margin-bottom: -1rem;
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
#carousel4 .cards-wrapper {
  display: flex;
  justify-content: center;
    
}
#carousel4 .card img {
  max-width: 100%;
  max-height: 100%;
}
#carousel4 .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.0);
  border: none;
  border-radius: 0;
}
#carousel4 .carousel-inner {
  padding: 1em;
}
#carousel4 .carousel-control-prev,
#carousel4 .carousel-control-next {
  background-color: #6197BB;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

/*----FIN carrucel 4---*/

/* ----------COPYRIGTH------------*/
.colorContrast{
    color: #3A3A3A;
}

/* ----------fIN COPYRIGTH------------*/