

.img1{

  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #CE0000;
  overflow: auto;
  border-bottom: 5px solid black;
}

.img2{

  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: none;
  overflow: auto;

}


/*-- nav --*/
.navbar-default {
   float: left;
   margin: 0;
   margin-left: 30%;
}
.navbar {
    margin-bottom: 0;

}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
   margin-right: -12px;
   margin-left: 0;
}


.navbar-default .navbar-nav > li > a {
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 0 1em 0;
    margin: 0 1.5em;
    font-size: 18px;
}
.navbar-nav > li > a {
    text-transform: uppercase;
}

nav.navbar.navbar-default {
    background: none;
    padding: 0.7em 0 0.7em 0;
    border: none;
}


a.navbar-brand {
    padding: 0;
    font-size: 3em;
    font-weight: 400;
    line-height: 50px;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0px rgba(74, 76, 76, 0.13);
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #000;
    background-color: transparent;
}
a.navbar-brand i{
  color:#ff2d37;
}
.navbar-default .navbar-brand {
    color: #131212;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
  padding:0;

}
.agile_short_dropdown li a{
  text-transform:uppercase;
  color:#212121;
  font-size:15px;
  font-weight:600;
  padding: .8em 0;
 
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color:#ff2d37;
}
ul.nav.navbar-nav {
    margin-top: 15px;
    display: inline-block;
    list-style-type: none;
}
ul.agile_forms {
    float: right;
    margin-top: 11px;
}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
    background: #ff2d37;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.navbar-brand span {
      font-size: .3em;
    color: #fff;
    letter-spacing: 4px;
    background: #00a98f;
    padding: 4px 10px;
    vertical-align: top;
    font-weight: 100;
  }
ul.agile_forms {
    float: right;

}
ul.agile_forms li a {
    background: #00a98f;
    color: #fff;
    font-size: 0.9em;
    padding: 8px 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
ul.agile_forms li a:hover{
      background: #efb312;
}
ul.agile_forms li{
  
  display:inline-block;
  list-style:none;
  
} 
.agileits_top_menu {
    padding: 0.5em 2em;
    background: #000;
}
/*-- //nav --*/

/*-- banner --*/
.header h1 {
    margin: 0;
}
.header {
    padding: 2em 2.5em;
}
.banner {
    background-image: url("../img/ivanr.jpg");
    min-height: 650px;
    position: relative;
    overflow: hidden;
}
.banner-image-w3layouts img {
    position: absolute;
    bottom: -15px;
    right: 6%;
    width: 100%;

}
.w3_agile_logo{
  float:left;
}
.banner_info_w3ls_agile {
    float: right;
    width: 35%;
    margin-top: 11em;
}
.banner_info_w3ls_agile h3 {
    margin: 0;
    font-size: 3.7em;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 3px 2px 0px #000;
    font-family: 'Pacifico', bold;
    margin-bottom: 0.3em;
}
.banner_info_w3ls_agile h3 span {
    display: block;
    margin-bottom: 0.3em;
}
.banner_info_w3ls_agile li{
  display:inline-block;
  font-size:1em;
}
.banner_info_w3ls_agile ul li a {
    padding:10px 20px;
    text-decoration: none;
    color: #212121;
    background: #ff2d37;
    color: #fff;
    letter-spacing: 1px;
    border: 2px solid #ff2d37;
  box-shadow: 0 -4px 27px 0 rgba(0,0,0,0.2), 0 4px 7px 0 rgba(0,0,0,0.19);
}
.banner_info_w3ls_agile ul li a:hover {
      border: 2px solid #87509c;
       background-image: url("../img/ivanr.jpg") ;
}
.more:hover {
    border: 2px solid #fff;
    color: #ffffff;
    background: none;
}
.more{
    border: 2px solid #026757;
    background: #036959;
    color: #ffffff;
}
.banner_info_w3ls_agile h6 {
    color: #023e35;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 1px 2px rgb(3, 128, 108);
  font-size:1em;
  
}
.banner_info_w3ls_agile p {
    font-size: 1.1em;
    color: #fff;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 2em 0 2.5em 0;
}
/*-- //banner --*/


.button2{
    background-color: #CE0000; /* Green */
    width: 100%;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bolder;
  }

.description{
    border: 2px solid #CE0000; 

}

.description h1, h2{
  text-align: center;
  color: #000000;

}

.explist{
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.explist ul{
  text-align: left;
  list-style: square;
}

.col-container {
    display: table;

    width: 100%;
}
.description {
    display: table-cell;
    padding: 16px;
}


.servicios {
  margin-left: 20px;
  font-size: 1.8em;
    color: #CE0000;
  line-height: 1.25em;
  list-style: square outside none;
  text-align: left;
  font-weight: 200;
}

.lawservice{
  width: 100%;
  font-size: 2em;
  font-weight: bold;
  background-color: #CE0000;
  color: #FFFFFF;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.masgrandes{
  font-size: 2em;
  font-weight: bold;
}

.texto-blanco{
  color: white;
}

.margin-accordion{
  margin: 20px;
}

.fondo-control{
  background-color: black;
  color: white;
}

.ruida{
    background-color:  #FFFF00;
    border-style: solid;
    border-width: 2px;
    border-color: #CE0000;
    padding: 20px;"
}

.margen_Inferior{
    padding-bottom: 20px;
}


.row4{
  padding-top: 5%;
  padding-bottom: 5%;
  margin: 0 auto;
  width: 84%;
  background-color:#CE0000; 
}



.row4 p{
  text-align: center;
  color: white;
  font-size: 45px;
  font-weight: 700;
}

.graph p {
  font-size: 30px;
  line-height: 1.5;
}



/*-- contact --*/
.contact_sec {
    background: url(../img/justice.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
    min-height: 793px;
    padding-top: 6em;
    padding-bottom: 7em;
}
.contact-info p {
    color: #eee;
    font-size: 14px;
    margin-top: 14px;
}
.contact-info span {
    color:#045858;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    width: 76px;
}
.contact-info p a {
    text-decoration: none;
    color: #eee;
}
.contact-info p a:hover {
    text-decoration: none;
    color: #2b2b2b;
}
.contact-info-map-right {
    padding: 0;
}
.contact-info input[type="text"],.contact-info input[type="email"],.contact-info textarea{
  outline: none;
    border: 1px solid #fff;
    padding: 15px 15px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    width: 25%;
    margin: 2em 0 1em .5em;
    position: relative;
    float: left;
  
}

.contact-info input::placeholder {
  color: #ffff00;
}




.contact-info textarea{
    border: 1px solid #fff;
    padding: 15px 15px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    width:60%;
    letter-spacing: 2px;
  min-height: 300px;
    resize: none;
    margin: 1em 1;
    width: 80%;
  width:80%;
}
.contact-info input[type="submit"] {
    outline: none;
    border: none;
    padding: 13px 54px;
    background: #CE0000;
    color: #fff;
    font-size: 17px;
    margin: 2em 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    letter-spacing: 1px;
}
.contact-info input[type="submit"]:hover{
    background: #ff2d37;
}

.contact-info textarea::placeholder {
     color: #ffff00;
}


h3.tittle_w3layouts.two.con {
    color: #fff;
}
ul.address.two li, ul.address.two li a {
    color: #fff;
    letter-spacing: 1px;
}
/*--placeholder-color--*/

::-webkit-input-placeholder{
  color:rgba(255, 255, 255, 0.65);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(255, 255, 255, 0.65); 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255, 255, 255, 0.65);  
}

:-ms-input-placeholder {  
   color: rgba(255, 255, 255, 0.65);  
}
/*--//placeholder-color--*/

#map {
  width: 90%;
  height: 300px;
  margin: 0 auto;
}


.infobox {
  width: 100%;
  margin: 0 auto;
  background-color: #CE0000;

}

.infobox h1{
  color:#FFFFFF;
  font-size: 60px;
  font-weight: bolder ;
  text-align: center;
}

.pagetext{
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size:20px;
  width: 100%;
  margin: 0 auto;
  font-weight:bolder;

}
.pagetext p{
  text-align: justify;
}


.descriptionpage{
      width: 100%;
      margin: 0 auto;
      border: 2px solid #CE0000; 

}

.descriptionpage h1 {
  text-align: center;

}

.graph{
      font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      font-size: 23px;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 5%;

}

.graph p{
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  text-align: justify;
}

.explist2 ul{
  font-size: 24px;
}

.footernav02 ul{
      list-style-type: none;
}



.footernav02 li:before { 
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.footernav02 li{
  font-size:18px;
  font-weight:bolder;
}

.footernav03 p{
  font-size:14px;
  font-weight:bolder;
}

.servicios li{
  color: black;
}

.thumbnail {
  border: 10px;
  border-style: solid;
  border-color: red;
  
}
/*-- //banner --
.dropdown-menu a {
    color: black;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.col-md-12 a:hover {background-color: #5BC0DE;

}


#bar1 {
  padding-top: 5%;
}

#bar2{
  padding-top: 5%;
}

.img2 img{
  padding-top: 5%;
  margin: 0 auto;


}

.img2 button{

    background-color:#CE0000;
    border-color:#FFFF00;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 1px;
    border-radius: 4px;
    position: absolute;
    right: 8%;
    top: 55%;
    }




.img3{
  padding-top: 5%;


}

.button2{
    background-color: #CE0000; 
    width: 100%;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;


}

.description{
    border: 2px solid #CE0000; 

}

.description h1, h2{
  text-align: center;
  color: #000000;

}

.explist{
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.explist ul{
  text-align: left;
  list-style: square;
}



.row2{
  padding-top: 5%
  padding-bottom: 5%;
  background-color:#CE0000; 
}

.row2 h1{
  text-align: center;
  color: #FFFF00;
}

.row3{
  padding-top: 5%
  padding-bottom: 5%;
  background-color:#CE0000; 
}

.row3 h1{
  text-align: center;
  color: white;
}

.row3 p{
  text-align: center;
  color: #FFFF00;
  padding-top: 5%;
  font-size: 20px;
}

.row4{
  padding-top: 5%
  padding-bottom: 5%;
  background-color:#CE0000; 
}



.row4 h1{
  text-align: center;
  color: white;
  font-size: 45px;
}

.vid{
  padding-top: 5%;
}

.pageimg{
  padding: 5%;

}

.pageimg img {
  padding-top: 5%;

}

.pageimg2 {
  padding: 5%;
}


.infobox {
  width: 90%;
  margin: 0 auto;
  background-color: #CE0000;

}

.infobox h1{
  color:#FFFF00;
  text-align: center;
}


.pagetext{
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size:20px;
  width: 90%;
  margin: 0 auto;

}
.pagetext p{
  text-align: justify;
}

.descriptionpage{
      width: 90%;
      margin: 0 auto;
      border: 2px solid #CE0000; 

}

.descriptionpage h1 {
  text-align: center;

}

.graph{
      font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      font-size: 23px;
      width: 90%;
      margin: 0 auto;
      padding-bottom: 5%;

}

.graph p{
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  text-align: justify;
}

.call {
  width: 90%;
  margin: 0 auto;
  background: #CE0000;

}

.call h2{
  color:#FFFF00; 
}

footer p{
  width: 80%;
  margin: 0 auto;
  padding-top: 5%;
}

.footerimg{
  padding-top: 5%;
}

.rights{
  text-align: center;
  padding-top: 10%;
  padding-bottom:5%;
}
 /*  Medical Malpractice Page   *
.redbox{

  margin: 0 auto;
  background-color: #CE0000;


}

.redbox h1{
  text-align: center;
  color: #FFFF00; 
}

.explist2 ul{
  font-size: 24px;
}

.foot1 p{
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
}



.contact {
  background:url('../img/justice1.jpeg') no-repeat ;
  background-size: cover;


}

.contact h1 {
  color: #CE0000; 
}

.contact p{
  color: #FFFF00; 
  font-family: Georgia, Times, Times New Roman, serif;
}


input[type="text"], input[type="password"] {
    width: 90%;
    padding: 15px;
    border: none;
    margin-bottom: 20px;
    font-size: 14px;
    outline: none;
    color: #CE0000;
    background: rgba(255, 255, 255, 0.75);
}
textarea{
    width: 90%;
    border: none;
    margin-bottom: 20px;
    font-size: 16px;
    outline: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.75);
  min-height:100px;
  font-family: 'Ropa Sans', sans-serif;
}

input[type="submit"] {
    color: #fff;
    background: #ce224d;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    outline: none;
    margin: 30px auto 0 auto;
  display:block;
  cursor:pointer;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
input[type="submit"]:hover{
    background: #0068fe;
}


#map {
  width: 90%;
  height: 300px;
  margin: 0 auto;
  padding-top: 5%;
}

   Author's custom styles
   ========================================================================== */




.service-one {
      border: 2.5px solid red;
      overflow: hidden;
}


.service-one p{
  font-family:  Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 1%;
}

.service-one h1{
  padding-left: 1%
}















/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */

