*{outlinse: 1px solid black;}



/***********************  EMPIEZA  ***************************************** */
:root{
    --rojo-panda: #C20013;
    --trans:all 0.4s;
}

html{scroll-behavior:smooth}
@font-face{
    font-family: myriadPro;
    src: url('./fonts/MyriadPro-Regular.otf');
}
@font-face{
    font-family: myriadProCondensed;
    src: url('./fonts/MyriadVariableConcept-Roman.otf');
    font-weight: 100;
}
@font-face{
    font-family: myriadProBold;
    src: url('./fonts/MyriadPro-Bold.otf');
}
*{
    font-family: myriadPro;
}
body{
   padding-top:100px;
   
}

.bold{
    font-family: myriadProBold;
}
.light{
    font-family: myriadProCondensed;
}
.navbar-brand img{
    width:8em;
}
.container-fluid{
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
}
.divider-red{
    height:0.7em!important;
    width:100%;
    background-color: var(--rojo-panda);
}
#topImg{
    object-fit: cover;
    object-position: center center;
    overflow:hidden;
    width:100%;
}
.cacard{
    height:20em;
    background-color:#faf9f9!important;
    border:1px solid #efefef!important;
    transition:var(--trans);
    cursor:pointer;
}
.cacard .content{
    height:0px;
    overflow:hidden;
    transition:var(--trans)
}
.cacard .dimg{
    text-align:center;
}
.cacard .dimg img{
    height:45%;
    transition:var(--trans);
    width:auto;
    
}
.cacard:hover{
    background-color:#eaeaea!important;
    transition:var(--trans)
}
.cacard:hover .dimg img{
    height:3em;
    transition:var(--trans);
    margin-bottom:1em;
}
.cacard:hover .content{
    height:auto;
    transition: var(--trans);
}
.linea{
    height:1em;
}
#ajuste{
    height:25em;
}
.left-red-line{
    position:absolute;
    height:25em;
    width:1em;
    background-color: var(--rojo-panda);
    left:0;
}
#somoslaonda img{
    flex:1;
    max-height: 25em;
}
.btn-panda{
    border:2px solid var(--rojo-panda)!important;
    width:10em;
    color:black!important;
    transition: var(--trans);
    background-color: white;
}
.btn-panda:hover{
    background-color: var(--rojo-panda)!important;
    transition: var(--trans);
    color:white!important;
}
.proc{
    width:10vw;
    height:10vw;
    background-color:#eaeaea;
    border:1px solid #d8d8d8;
    transition:all 1s ease-out;
    z-index:2;
}

.proc.active{
    background-color:var(--rojo-panda);
    color:white;
    transition:all 1.5s ease-out;
}
.lineX{
    width:0vw;
    height:0.3em;
    background-color: var(--rojo-panda);
    position: absolute;
    margin-top:-5vw;
    margin-left: 10vw;
    z-index:1;
    transition:all 3s linear;
}
.text-justify{
    text-align: justify;
}
.clienteCard{
    flex-basis:25%;
    width:10vw;
    text-align:center;
    height:15em;
}
.clienteCard img{
    width:7vw;
    height:7vw;
    overflow: hidden;
    border:1px solid #d8d8d8;
    transition: var(--trans);
    object-fit: cover;
    object-position: center center;
}
.clienteCard p{
    height:0;
    overflow: hidden;
    transition:var(--trans);
}
.clienteCard:hover img{
    width:8vw;
    height:8vw;
    transition: var(--trans);
}
.clienteCard:hover p{
    height:3em;
    transition:var(--trans);
}
.tech{
    width:5em;
    height:5em;
    flex-basis:16.666%;
}
.tech img{
    max-height:5em;
    max-width:5em;
    margin:auto;
   
}
.footer{
    background-color: var(--rojo-panda);
    overflow:hidden;
    background-image:url('../img/circlegra.png');
    background-repeat: no-repeat;
    background-size: 7em;
    background-position: left bottom;
}
.footer .footerLogo{
    width:13em;
}
.container,h1,p{
    z-index:2;
}
.bCircle{
    width:10em;
    left:0;
    z-index:0;
    position:absolute;
}
.right-pull{
    right:0;
    left:auto;
}
.cicrle2{
    width:15em;
}
.circle3{
    margin-top:7em;
    width:8em;
}
.dots-right,.linea-right{
    right:0;
    left:auto;
    margin-top:7em;
}
.dots-left{
    margin-top:7em;
}
.linea-right{
    margin-top:24em;
    right:7em;
}
.circleend{
    margin-top:7em;
}
.dots-w{
    right:0;
    left:auto;
    margin-top:0em;
    width:8em;
}
img.servImg{
    max-height: 23em;
    padding: 3em;
}
ul.servList{
    padding-bottom: 4em;
    list-style: none;
}
ul.servList li{
    padding-bottom: 0.7em;
}
ul.servList li::after{
    content:".";
}
@media screen and (max-width:768px){
    .tech{
        flex-basis:33.33333%;

    }
    .tech img{
        max-height:4em;
        max-width:4em;
        margin:auto;
       
    }
    #somoslaonda img{
        max-height: 12em;
    }
    #somoslaonda{
        text-align:center;
    }
    #ajuste{
        height:30em;
    }
    .left-red-line{
        height:48em;
    }
    .clienteCard{
        flex-basis: 50%;
        height:8em;
    }
    .clienteCard img{
        width:20vw;
        height:20vw;
    }
    .bCircle{
        max-width: 5em;
    }
    .footer{
        background-size: 4em;;
    }
}
