.row {
    margin-top: 8px;
}
.columna {
    background: #f0f0f0;
    text-align: center;
    padding: 10px;
    /* border: 1px solid #4d5061; */
}
.container-fluid {
    padding: 0px 30px;
}

.card{
    margin-top: 20px;
    margin-bottom: 10px;
}

#p {
    margin-bottom: 0px;
}

.social-icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.social-icons li{
    list-style: none;
}

.social-icons li a{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 100px;
    font-size: 35px;
    text-align: center;
    /* color: black; */
    transition: .5s;
    
}  
.social-icons li a:hover{
    transform: scale(1.2);
}

.social-icons li:nth-child(1) a{
    color: #3b5999;
}

.social-icons li:nth-child(2) a{
    color: #e4405f;
}

.social-icons li:nth-child(3) a{
    color: #34465d;
}

.social-icons li:nth-child(4) a{
    color: #25D366;
}

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.whatsapp-icon {
    margin-top:13px;
}

.breadcrumb li a{
    text-decoration: none;
    color: black;
}

.iconoservicios{
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #28a745;
}

.iconoservicios i{
    font-size: 30px;
}
.iconoproducto{
    background: #28a745;
    width: 100px;
    height: 100px;
    color: #fff;
}

.iconoproducto i{
    font-size: 50px;
}

.iconoservicios:hover{
    transform: scale(1.2);
    background: #FFF;
    color: #28a745;
    border: 3px solid rgb(69, 142, 238);
}

#cardservices{
    height: 350px;
}

.info i{
    font-size: 20px;
    color: #f03c02;
    float: left;
    width: 44px;
    height: 44px;
    background: #ffeee8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.info i:hover{

    transform: scale(1.2);
    background: #FFF;
    color: #28a745;
    border: 3px solid rgb(69, 142, 238);
}

.info h4{
    text-align: left;
    padding-left: 70px;
}

.info p{
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #65534c;
}

.footer{
    background-color: #15181b;
}

.pie p,h3{
    color: white;
    margin-bottom: 15px;
    margin-top: 20px;
}

.logo{
    text-align: center;
    margin-top: 10px;
}

.icono_index{
    width: 60% !important;
}
#icono_qs{
    font-size: 60px;
    align-content: center;
    color: #f03c02;
}

#info{
    padding-top: 30px;
    padding-bottom: 20px;
}
.mx-auto{
    padding-bottom: 20px;
}

#formulario1{
    padding-bottom: 15px;
    box-shadow: 0px 0 15px rgb(0 0 0 / 12%); 
}

#formulario2{
    padding-bottom: 15px;
    padding-top: 30px;
    box-shadow: 0px 0 15px rgb(0 0 0 / 12%); 
}

#icono_pdf{
    font-size: 50px;
}
.habilidades{
    background: #f6f3f2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.barra ol{
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        color: #ded5d2;
}
.barra ol li{
    padding-left: 10px;
}

.barra ol a{
    text-decoration: none;
    color: #fe825a;
}

.barra h2{
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}
.barra{
    padding: 15px 0;
    background: #2b2320;
    min-height: 40px;
}
.mapa{
    margin-left: 20px ;
    margin-right: 20px;
}

.cont_img {
	margin-bottom: 20px;
	max-height: 180px;
	overflow: hidden;
}

.cont_img .a{
    display: inline-block;
}


.mensaje-exito{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mensaje-exito h1{
    font-size: 35px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.mensaje-exito a{
    display: block;
    padding: 10px 30px;
    background: #4091EC;
    text-decoration: none;
    color: #fff;
}

.mensaje-exito a:hover{
    background: #3371B6;
}

.conta{
    margin-bottom: 10px;
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,20%);
  }

.middle{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
.productos .container .row .conta:hover .image{
    opacity: 0.3;
}
  
.productos .container .row .conta:hover .middle{
    opacity: 1;
}

.text {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
  }
#enlace_productos{
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 120%;
}
#enlace_menu{
    /* color: black; */
    font-weight: bold;
}
#img_index{
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,20%);
}

