/* inicio general */
*{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Roboto Condensed', sans-serif;
    color: #2e2e2e;
}


h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}


p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}


/* fin general */

/* inicio header */
.bg-jamaro{
    background-color: #213529;
    border-bottom: 1px solid #FFFFAF;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #F9F3B1;
}
.navbar-dark .navbar-nav .active>.nav-link  {
    color: #b7cb4f;
}
.navbar-dark .navbar-nav .nav-link{
    padding: 0.3rem;
}
.linea-menu-collapse{
    color: #F9F3B1;
    border: 0.01px solid;
}

.imagen-logo{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 250px;
    height: auto;    
    transition: all 0.3s;
}
.imagen-logo.compressed{
    padding-top: 0px;
    padding-bottom: 0px;
    width: 200px;
    height: auto;   
}

/* fin header */


/* inicio redes */
.social-bar{
    position: fixed;
    right: 0;
    top: 35%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
}
.social-bar a{
    text-decoration: none;
}

.social-bar i{
    color: #ffffff;
    text-decoration: none;
    padding: 0.5rem;
    display: flex;
    transition: all .5s;
}

.social-bar .fa-whatsapp{
    background: #00BB2D;
    border-radius: 1rem 0 0 0;
}
.social-bar .fa-facebook-f{
    background: #2E406E;
    padding-right: 0.9rem;    
}
.social-bar .fa-instagram{
    background: #3F60A5;
    border-radius: 0 0 0 1rem;    
}

.social-bar i:hover{
    padding-right: 3rem;
    border-radius: 1rem 0 0 1rem;
}

/* fin redes */


/* inicio main home*/

/* inicio inicio */
.slider-home{
    padding-top: 41px;
}

.carousel-caption{
    bottom: 200px;
    background-color: #2135293b;
    
}
.carousel-caption h5{
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    font-family: 'Roboto Condensed', sans-serif;
}
.carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 30px;
}

/* inicio animacion */
.carousel-caption h5{
    animation: fadeInDown;
    animation-duration: 2s;
}
.carousel-caption p{
    animation: fadeInUp;
    animation-duration: 2s;
}

.carousel-caption hr{
    color: #fcfcfc;
    border: 0.3px solid;
    width: 45%;

    animation: bounceInLeft;
    animation-duration: 2s;
}


.inicio-linea{
    color: #213529;
    border: 0.3px solid;
    width: 50%;
}
.inicio-texto-principal h1{
    font-weight: 700;
}
.inicio-texto-principal p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}

.inicio-portafolio a{
    background-color: #213529;
    border-radius: 0;
    border-color: #213529;
    transition: all 0.5s;
}
.inicio-portafolio a:hover{
    background-color: #588403;
    border-color: #588403;
}

/* fin inicio */

/* inicio nosotros */
/* fin nosotros */

/* inicio servicios */



/* fin servicios */


/* inicio productos */
.descripcion-productos-1{
    background: rgba(243, 243, 243, 0.3);
    padding-top: 40px;
    padding-bottom: 40px;
}

.img-productos-guadua{
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    border-radius: 5px;
}
.img-productos-guadua:before{
    position: absolute;
    content: '';
    width: 80%;
    height: 220%;
    background: rgba(33, 53, 41, 0.575);
    border-radius: 5px;
    top: -50%;
    left: -100%;
    z-index: 1;
    transform: rotate(3deg);
    transform-origin: center top 0;
    transition: .3s;
}
.img-productos-guadua:hover:before{
    left: 10%;
}
.img-productos-guadua img{
    width: 100%;
    height: auto;
}
.img-productos-guadua hr{
    width: 50%;
    border-color: #F9F3B1;
}
.texto-img-producto{
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: -100%;
    color: #F9F3B1;
    left: 0;
    z-index: 2;
    transition: .7s;
}
.img-productos-guadua:hover .texto-img-producto{
    top: 80px;
}

/* inicio boton producto */
.bton-productos a{
    background-color: #213529;
    border-radius: 0;
    border-color: #213529;
    transition: all 0.5s;
}
.bton-productos a:hover{
    background-color: #588403;
    border-color: #588403;
}

.ficha-tecnica button{
    background-color: #213529;
    border-radius: 0;
    border-color: #213529;
    transition: all 0.5s;
}
.ficha-tecnica button:hover{
    background-color: #588403;
    border-color: #588403;
}

/* fin boton producto */


/* fin productos */


/* inicio proyectos */

.titulo-proyectos{
    background-color: #213529;
    color: #D1D1D1;
    font-weight: bold;
    text-align: center;
    padding: 5px; 
}



.caja-proyecto .efecto-imagen{
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
}
.caja-proyecto .efecto-imagen:hover{
    opacity: 0.9;
}
/* fin proyectos */



/* inicio contacto */

/* inicio formulario de contacto*/
form.form_contact{
    padding: 10px;
}

form.form_contact .user_info{
    display: flex;
    flex-direction: column;
}

form.form_contact label{
    font-weight: 600;
}

form.form_contact input,
form.form_contact textarea{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #D1D1D1;    
	color: #588403;
	font-size: 14px;
	font-weight: 400;
}

form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

form.form_contact input[type="submit"]{
    width: 180px;
	background: #213529;
	padding: 10px;
	border: none;
	border-radius: 5px;
    align-self: flex-end;
    color: #fff;
    font-size: 16px;
	font-weight: 600;
	cursor: pointer;}

form.form_contact input[type="submit"]:hover{
    background: #b7cb4f;
}
/* final formulario de contacto*/

/* inicio ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3{
    text-align: center;
	font-size: 20px;
	font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #C5C5C5;
	margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
    padding: 0px;
}

.mensaje_modal p:before{
    content: url("/images/contacto/CerrarModal.svg");
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
    margin-left: 40px;
}

#btnClose{
    padding: 3px 10px;
	margin-top: 10px;
	background: #E25151;
	color: #fff;
	border: 2px solid #B14141;
	cursor: pointer;
	float: right;
}

.info{
	text-align: justify;
}

.imginfo{
    padding-top: 3px;
    padding-bottom: 6px;
}


/* fin ventana de errores*/
/* fin contacto */





/* fin main */


/* inicio footer */
footer{
    background-color: #F9F3B1;
    color: #213529;
    font-family: 'Roboto Condensed', sans-serif;
}
footer li i{
    color: #213529;
}
footer .linea-footer{
    color: #213529;
    border: 0.3px solid;
    width: 100%;
}

.informacion-contacto a{
    color: #213529;
    text-decoration: none;
}
.informacion-contacto a:hover{
    color: #588403;
}

footer .linea-footer-final{
    color: #213529;
    border: 0.5px solid;
    width: 100%;
}

/* inicio diseño web */
.disolweb {
    color: #213529;
    margin-top: 7rem;
    text-decoration: none;
}

.disolweb:hover {
    color: #588403;
    text-decoration: none;
    transition: ease-in-out;
}
/* fin diseño web */

/* fin footer */




