.texto_banner{
    margin-top: 3em;
    position: relative;

}

.card-title {
  font-size: 1.6em;
  color: #254a7e;
}


.hide_social_icon {
    display: none;
}


.logo_responsivo{
    width: 100%;
    max-width: 256px;
    min-width: 100px;
}


.logo_responsivo_blanco{
    width: 100%;
    max-width: 350px;
    min-width: 100px;
}

.barra_derecho{
    margin-top: 20px;
    border-left: dotted 1px #d19f05;


}

a.navbar-brand {
            float: left;
            /* height: 200px;*/
            padding: 15px 15px;
            font-size: 18px;
            line-height: 20px;
            text-decoration: none;
            color: orangered;
            font-family: cursive;
            font-weight: 700;

}

        nav.main-navigation {

    position: relative;
    height: 100px;

        }

        nav.main-navigation ul.nav-list {
            margin: 0;
            padding: 0;
            list-style: none;
            position: relative;
            text-align: right;
        }

        .nav-list li.nav-list-item {
          text-transform: uppercase;
            display: inline-block;
            line-height: 40px;
            margin-left: 30px;
            margin-top: 36px;
        }

        a.nav-link {
            font-family: 'Abel', sans-serif;
            text-decoration: none;
            font-size: 18px;
            font-family: sans-serif;
            font-weight: 500;
            cursor: pointer;
            position: relative;
            color: #404040;
            border-bottom: solid 4px #fff;
        }

        
 a.nav-link:hover{
            text-decoration: none;
            font-size: 18px;
            font-family: sans-serif;
       
            cursor: pointer;
            position: relative;

            color: #e4c149;
            border-bottom: solid 4px #e4c149;
        }


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0,0,0,.9);
    border-bottom: solid 4px #e4c149;
}


        @keyframes FadeIn {
            0% {
                opacity: 0;
                -webkit-transition-duration: 0.8s;
                transition-duration: 0.8s;
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
            }


            100% {
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                pointer-events: auto;
                transition: cubic-bezier(0.4, 0, 0.2, 1);
            }
        }

        .nav-list li {
            animation: FadeIn 1s cubic-bezier(0.65, 0.05, 0.36, 1);
            animation-fill-mode: both;
        }

        .nav-list li:nth-child(1) {
            animation-delay: .3s;
        }

        .nav-list li:nth-child(2) {
            animation-delay: .6s;
        }

        .nav-list li:nth-child(3) {
            animation-delay: .9s;
        }

        .nav-list li:nth-child(4) {
            animation-delay: 1.2s;
        }

        .nav-list li:nth-child(5) {
            animation-delay: 1.5s;
        }

        /* Animation */

        @keyframes fadeInUp {
            from {
                transform: translate3d(0, 40px, 0)
            }

            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeInUp {
            from {
                transform: translate3d(0, 40px, 0)
            }

            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        .animated {
            animation-duration: 1s;
            animation-fill-mode: both;
            -webkit-animation-duration: 1s;
            -webkit-animation-fill-mode: both
        }

        .animatedFadeInUp {
            opacity: 0
        }

        .fadeInUp {
            opacity: 0;
            animation-name: fadeInUp;
            -webkit-animation-name: fadeInUp;
        }

   


    .sombra_imagen_cliente{
      border-top: solid 1.6em black;

      border-left:solid 1.6em black;

  }


.abogado{
  height: 70%;
 margin:0px;


}

.box_servicios{
    background-color: #fff;
    box-sizing: border-box;
 
    width: 100px;
    height: 100px;

  }

.box_servicios img{
       padding: 10px;
  }


.box_servicios:hover{
    background-color: #f7eec7;
   
  
  }

.texto_caja{

 float: left;
 margin-top: 40px;
 font-size: 20px;
 color: #08377b;
 

}


.espacio_medio{
  margin-top:20px;
  margin-bottom: 20px;


}

.espacio_medio2{
  margin-top:50px;
  margin-bottom: 20px;
}

.espacio_medio3{
  margin-top:100px;
  margin-bottom: 20px;
}



.azul_corporarivo{


}

.azul_corporarivo  h1,
.azul_corporarivo  h2,
.azul_corporarivo  h3,
.azul_corporarivo  h4, 
.azul_corporarivo  h5 {
    color: #254a7e;
}
.btn-primary {
    color: #fff;
    background-color: #254a7e;
    border-color: #254a7e;
}

#logoanimo{
  position: relative;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;


}


.franja{
      background-color: #254a7e;
      height: 1.5em;
    }

.nosotros_fondo {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #efefef;
    
    
}
                        
#services {}
#services .services-top {
    padding: 70px 0 50px;
}
#services .services-list {
    padding-top: 50px;
}
.services-list .service-block {
    margin-bottom: 25px;
}
.services-list .service-block .ico {
    font-size: 50px;
    float: left;
}
.services-list .service-block .text-block {
    margin-left: 58px;
}
.services-list .service-block .text-block .name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #254a7e;
}
.services-list .service-block .text-block .info {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.services-list .service-block .text-block .text {
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
}
.highlight {
    color: #d19f05;
    font-weight:bold;
}                    

.asesoria {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #254a7e;
}

/* Standard syntax */
@keyframes example {
  0%   { opacity: 0; left:0px; top:0px;}
  25%  {left:200px; top:0px;}
  90% {left:5px; top:0px;}
  100% {left:00px; top:0px;}
  
}


@media only screen and (max-width: 600px) {


.imagen_oculto{

    display: none;
}

.imagen_nosotros{
        width: 340px;
}

.texto_banner{
    margin-top: 4em;

}


.franja {
    background-color: #254a7e;
    height: 0.5em;
}

.logo_responsivo {
    width: 100%;
    max-width: 203px;
    min-width: 100px;
   
}

.asesoria {
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 900;
}


    .testimonials .testimonial-item img {
    max-width: 10rem;
    -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
    box-shadow: 0px 5px 5px 0px #adb5bd;
}


.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5e498;
}


.nav-list li.nav-list-item {
    text-transform: uppercase;
    display: inline-block;
    line-height: 0px;
    margin-left: 13px;
    margin-top: 24px;

}


a.nav-link {
    text-decoration: none;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #404040;
    border-bottom: solid 2px #fff;
}


a.nav-link:hover{
            text-decoration: none;
            font-size: 14px;
            font-family: sans-serif;
            
       
            cursor: pointer;
            position: relative;

            color: #e4c149;
            border-bottom: solid 2px #e4c149;
        }



.masthead {
position: relative;
background-color: #343a40;
background: url("../images/Home-imagen-1.jpg") no-repeat center center;
background-size: auto;
background-size: cover;
padding: 0px;
height: 250px;


}


#logoanimo{
    width: 300px;

}


}


#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left:0;
    height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
    font-size:50px;
    margin-bottom:15px;
    color:#FFF;
    line-height:100%;
    letter-spacing:0.5px;
    font-weight:600;
}
#myCarousel p{
    font-size:18px;
    margin-bottom:15px;
    color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{
height: 100%;
min-height: 405px;


}





#myCarousel{

}


.myCarousel_nosotros{
 position:relative; z-index:1; 
    background-image: url("../images/fondo_nosotros.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}



.myCarousel_servicios{
 position:relative; z-index:1; 
    background-image: url("../images/fondo_servicios.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.myCarousel_equipo{
 position:relative; z-index:1; 
    background-image: url("../images/fondo_equipo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}





.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
    opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
    .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
    }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }



