
p{
    padding:0;
}

h2{
    margin:4px;
}

/* SERVICES - ATEC INNOVA */
.our_services{

    padding: 40px;
}
.our_services .title{
    color: #fff;
    font-size:34px;
}

.our_services p{
    color:#fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

.our_services .our_services_single {
    margin-top: 5px;
    margin-bottom: 55px;
}

.our_services .our_services_single .item {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding-bottom: 20px;
}

.our_services .our_services_single .item img {
    width: 100%;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}


.our_services .our_services_single .item h2 {
    text-transform: uppercase;
    color: #00a8a5;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;  
}

.our_services .our_services_single .item p {
    color:var(--negro--);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.our_services .our_services_single .item .for_padding {
    padding: 0 30px
}

.our_services h2 {
    text-align: center;
}

.our_services h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin: 30px auto 0px;
    position: relative;
    width: -moz-fit-content;
}

.our_services .our_services_single .item {
    margin-bottom: 20px;
    background: #fff;
}

/*
.our_services .our_services_single .item .for_padding:hover>h2 {
    color: red;
}

*/
.our_services .our_services_single .item .for_padding:hover>h2 a {
    color: var(--white--);
    background: #03aeeb;
}


/* PORTAFOLIO */

.title_portafolio {
    color: #0ec7c7;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    margin: 30px auto 0px;
    position: relative;
    text-align: center;
}


p{
    text-align: center;
}
ul.filters{
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 20px;
}

ul.filters > li{
    list-style: none;
    display: inline-block;
    padding:4px;
}

ul.filters > li.active > a{
    background: #00a8a5 ;
    color:#fff;
}


a.item1{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

a.item2{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

a.items{
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(to right top, #14ada5, #009397, #007b85, #006272, #004b5c, #004153, #00384a, #002f41, #003043, #003145, #003247, #003349);
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    border-radius: 25px; 
}

a.items:hover{
    color: #fff;
    transition:4s;
    background-color: #0ec7c7;
    text-decoration:none;
}

.card{
    position: relative;
    border-radius: 20px;
    margin: 8px;
    margin-bottom:20px;
    color: #000;
    border: transparent;
    background: #fff;
    box-shadow: 1px 1px 1.5px rgba(0,0, 0,0.075);
}

.card-head{
    position: relative;
    overflow: hidden;

}

.card-img{
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    
}

.card-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

.card-hover{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height:100%;  
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    background-color: rgba(40,190,168,0.9);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    transition: .6s;
} 


.card-body{
    padding-top: 10px;
    padding-bottom: 10px;
}


a.title{
    color: #43d3d3;
    font-size: 20px;
    margin-bottom: 0;
    text-decoration:none;
}


a.title:hover{
    text-decoration:none;
}

a:hover{
    text-decoration: none;
}


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

.card-btn{
    margin-bottom: -40px;
    font-size: 0.9rem;
    background-color: #fff;
    color: #222;
    border: 1px solid #eee;
    border-radius: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
}

.card-btn:hover{
    background-color: #43d3d3;
    color: #fff;
    
}


/* CLIENTES */

body{
    padding: 0px;
    margin: 0px;
    background: #fff;
    font-family: 'Lora', serif;
}

/* _____________________________________ */

/*  DESPUES */
.post_slider .next{
    font-size: 2em;
    color: #00a8a5;
    cursor: pointer;
    position: absolute;
    top:55%;
    right: 20px;
}

/* ANTES */
.post_slider .prev{
    font-size: 2em;
    color: #00a8a5;
    cursor: pointer;
    position: absolute;
    top: 55%;
    left: 20px;
}


/* ________________________________________ */


.post_slider{
    position: relative;
    /* border: 1px solid black; */
}

 .post_slider .slider_title{
    color: #00a8a5;
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin: 30px auto 0px;
    position: relative;
    text-align: center;
} 

.post_slider p
{
    text-align: center;
    margin-bottom: 40px;
}
.post_slider .slider{
    overflow: hidden;
    width: 84%;
    height: 164px;
    margin: 0px auto;
    /* border: 1px solid black; */
}

.post_slider .slider .post{
    width: 300px;
    height: 164px;
    border-radius: 6px; 
    margin: 0px 10px;
    display: inline-block;
    box-shadow: 1rem 1rem 1rem -1rem #000; 
    text-align: center;
    color: #5f5f5f;
}

.post_slider .slider .post .slider_img{
    height: 164px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.col-lg-12{
    margin:0;
    padding:20px;
    background-image: linear-gradient(to right top, #14ada5, #009397, #007b85, #006272, #004b5c, #004153, #00384a, #002f41, #003043, #003145, #003247, #003349);
}
.col-lg-12 > .projects{
    background:transparent;
    margin:15px;
}

.copyright a{
    display:none;
}
