/* general */
input:focus, select:focus, select, input.form-control:focus, select.form-select:focus{

    outline:none !important;

    outline-width: 0 !important;

    box-shadow: none;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

}

.btn:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea:focus, input:focus, input[type]:focus {
    -webkit-box-shadow: none !important;
    box-shadow: 0 none !important;
}

.bg-facebook{
    background-color: #3B5998;
    border-radius: 50%;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-whatsapp{
   background-color: #56CD52;
   border-radius: 50%;
   color: #FFFFFF;
   width: 40px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.bg-youtube{
   background-color: #C4302B;
   border-radius: 50%;
   color: #FFFFFF;
   width: 40px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.bg-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-radius: 50%;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
 }

.bg-linkedin{
   background-color: #0E76A8;
   border-radius: 50%;
   color: #FFFFFF;
   width: 40px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.bg-twitter{
   background-color: #00ACEE;
   border-radius: 50%;
   color: #FFFFFF;
   width: 40px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.bg-facebook:hover,
.bg-whatsapp:hover,
.bg-telegram:hover,
.bg-instagram:hover,
.bg-linkedin:hover,
.bg-twitter:hover,
.bg-download:hover{
   opacity: 0.8;
   color: #FFFFFF;
}

/* Estilos de menú */

.logo___principal{
    width: 300px;
}

.menu-item{
    color: #ffffff;
    font-size: 17px;
    border-top: 3px solid #820F14;
}

.menu-item:hover{
    border-top: 3px solid #FFFFFF;
    color: #FFFFFF;
}

.menu-redes{
    color: #FFFFFF;
    font-size: 17px;
}

.menu-redes:hover{
    color: #FFFFFF;
}

.active{
    border-top: 3px solid #FFFFFF;
    color: #FFFFFF;
}

/* Fin estilos de menu */

.img_carrousel{
    height: 500px;
    object-fit: cover;
}



/* section valores */
.bg__valor{
    background-color: #F8F9FA;
}

.img__valor{
    width: 100%;
    height: 170px;
}

.descripcion__contacto{
    font-size: 23px;
}
/* Fin section valores */


/* Productos */
.cardproduct{
    overflow: hidden;
    transition: all 500ms ease-out;  
}

.cardproduct img{
    transition: all 500ms ease-out;   
}

.cardproduct:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 500ms ease-out;   
}

.cardproduct:hover > img{
    transform: scale(1.1);
    transition: all 500ms ease-out;   
    overflow: hidden;
}
/* Fin productos */


/* Servicios */
.parrafo-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.img__servicio{
    width: 100%;
    height: auto;
}
/* Fin servicios */

/* Contacto */
.borde-top-primary{
    border-top-color: #820F14;
    border-right: none;
    border-left: none;
    border-bottom: none;
    cursor: default;
}

input[type="number"]{
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}


/* btn whatsapp */
.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#820F14;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
    color: #ffffff;
}


/* banner section */
.banner__section{
    background-size: 100% 100%;
    height: 350px;
    border-radius: 0 0 50px 0;
}

.title__section{
    font-size: 45px;
}

.description__section{
    font-size: 19px;
}

.text__proyecto{
    font-size: 19px;
}

/* categorias */
.sidebar-link{
    display: flex;
    align-items: center;
}

.sidebar-link .right-icon{
    display: inline-flex;
    transition: all ease 0.25s;
}

.sidebar-link[aria-expanded="true"] .right-icon{
    transform: rotate(180deg);
}

.text__parrafo{
    font-size: 25px;
}

/* fin banner section */

@media only screen and (min-width:320px) and (max-width:577px){
    
    .menu__hidden{
        width: 100%;
        height: 57px;
        background-color: #00ACEE;
    }

    .menu__landing{
        width: 100%;
        overflow: hidden;
        position: fixed;
    }

    .logo___principal{
        width: 200px;
    }

    .img_carrousel{
        height: 200px;
    }

    .img__valor{
        width: 40%;
        height: 100px;
    }

    .descripcion__valor{
        font-size: 13px;
    }

    .banner__section{
        background-size: 100% 100%;
        height: 150px;
    }

    .title__section{
        font-size: 23px;
    }

    .text__parrafo{
        font-size: 17px;
    }

    .text__product{
        font-size: 11px;
    }

    .text__proyecto{
        font-size: 16px;
    }
}

@media only screen and (min-width:577px) and (max-width:768px){
    
    
    .menu__landing{
        width: 100%;
        overflow: hidden;
        position: fixed;
    }

    .menu__hidden{
        width: 100%;
        height: 57px;
        background-color: #00ACEE;
    }

    .logo___principal{
        width: 200px;
    }

    .img_carrousel{
        height: 250px;
    }

    .img__valor{
        width: 60%;
        height: 100px;
    }

    .descripcion__valor{
        font-size: 13px;
    }

    .banner__section{
        background-size: 100% 100%;
        height: 200px;
    }

    .title__section{
        font-size: 30px;
    }

    .text__parrafo{
        font-size: 18px;
    }

    .text__proyecto{
        font-size: 15px;
    }
}


@media only screen and (min-width:768px) and (max-width:1200px){
    
    .menu__landing{
        width: 100%;
        overflow: hidden;
        position: fixed;
    }

    .menu__hidden{
        width: 100%;
        height: 13px;
        background-color: #00ACEE;
    }

    .logo___principal{
        width: 300px;
    }

    .img_carrousel{
        height: 350px;
    }

    .img__valor{
        width: 90%;
        height: 120px;
    }

    .descripcion__valor{
        font-size: 11px;
    }

    .banner__section{
        background-size: 100% 100%;
        height: 250px;
    }

    .title__section{
        font-size: 33px;
    }

    .text__product{
        font-size: 13px;
    }

    .text__proyecto{
        font-size: 17px;
    }
}