body {
    font-family: 'Roboto', sans-serif;
    color: #000205;
}

p {
    text-align: justify;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    text-align: center;
}

.layout_padding {
    padding: 75px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

.call_to-btn {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 15px;
    background-color: #2bbef8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call_to-btn img,
.sub_call_to-btn img {
    width: 9px;
    margin-left: 15px;
    margin-top: 3px;
}

.call_to-btn:hover,
.sub_call_to-btn:hover {
    color: #fff;
    -webkit-box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.17);
}

.sub_call_to-btn {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 25px;
    background-color: #2bbef8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*header section*/

.top_container {
    font-family: 'Poppins', sans-serif;
}

.header_section {}

nav.navbar.navbar-expand-lg {}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
    color: #000000;
    text-align: center;
    text-transform: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.top_container {}

.top_container.sub_page {
    height: auto;
}

.navbar-brand,
.navbar-brand:hover {
    font-size: 30px;
    color: #2bbef8;
    font-weight: bold;
}

.custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 30px;
}


/*end header section*/


/* hero section */

.hero_section-container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.number-container {
    position: absolute;
    top: 34%;
    left: 4%;
}

.number-container .number-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #464646;
}

.number-container .number-box hr {
    border: none;
    width: 2px;
    height: 125px;
    background-color: #2bbef8;
    margin: 35px 0;
}

.hero_section-container .hero_img-box {
    width: 42%;
    margin-top: -45px;
}

.hero_section-container .hero_img-box img {
    width: 100%;
}

.hero_section-container .hero_detail-box {
    width: 58%;
}

.hero_section-container .hero_detail-box .hero_detail-container {
    padding-left: 45px;
    padding-bottom: 15px;
}

.hero_section-container .hero_detail-box .hero_detail-container p {
    margin: 35px 0 50px 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #2bbef8;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px;
    top: initial;
    bottom: -100px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #464646;
}


/* end hero section */


/* about section */

.about_section {
    background-color: #f8faf9;
}

.about_section .row {
    align-items: center;
}

.about_img-box img {
    width: 100%;
}

.about_detail-box p {
    margin: 45px 0;
}


/* end about section */


/* practice section */

.practice_container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.practice_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 15px 0 15px;
    transform: translateY(0);
    transition: all .7s;
    padding-bottom: 50px;
}

.practice_box:hover {
    transform: translateY(-150px);
    cursor: pointer;
}

.practice_box:hover .practice_img-box {
    background-color: #2bbef8;
}

.practice_img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: 295px;
    border-radius: 90px;
    background-color: #f4f4f4;
}

.practice_box h4 {
    margin-top: 15px;
}

.practice_img-box img {
    width: 120px;
}

.practice_detail p {
    margin-bottom: 55px;
    text-align: center;
}

.heading-text {
    padding: 0;
    margin: 0;
    color: #2bbef8;
    font-weight: bold;
}


/* end Practice section */


/* welcome section */

.welcome_section {
    background-color: #f8faf9;
}

.welcome_container {
    padding: 100px 0;
}

.welcome_container>* {
    margin-bottom: 35px;
}

.welcome_container h4 {
    font-weight: normal;
}

.welcome_container h4,
.welcome_container p {
    font-family: 'Poppins', sans-serif;
}

.welcome_section::before {
    content: "";
    width: 40%;
    height: 100%;
    background-image: url(../images/lawyer-opcion.png);
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome_section2::before {
    content: "";
    width: 40%;
    height: 100%;
    background-image: url(../images/manos.png);
    position: fixed;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome_sec::before {
    content: "";
    width: 40%;
    height: 100%;
    background-image: url(../images/manos.png);
    position: fixed;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}


/* end welcome section */


/* contact section */

.contact_section .col-md-6 {
    padding: 0;
}

.contact_section input {
    border: none;
    outline: none;
    border-bottom: 1px solid #252525;
    width: 90%;
    margin: 10px 0;
}

.contact_form-container {
    padding: 45px;
    padding-right: 0;
}

.contact_form-container button {
    border: none;
    background-color: #2bbef8;
    color: #fff;
    padding: 8px 40px;
    border-radius: 20px;
}

.contact_img-box {
    display: flex;
    align-items: center;
    padding: 45px;
    padding-left: 0;
}

.contact_img-box img {
    width: 97%;
}

.contact_section h2 {
    font-size: 26px;
    color: #010103;
    font-weight: bold;
    position: relative;
    margin-left: 2.5%;
}


/* end contact section */


/* info section */

.info_section {
    padding-top: 100px;
    padding-bottom: 1px;
    color: #fff;
    background-color: #2a2a2c;
}

.info_logo h2 {
    color: #2bbef8;
    font-family: 'Poppins', sans-serif;
}

.info_section .col-md-4 {
    padding: 0 30px;
}

.info_section .col-md-4 h5 {
    text-transform: uppercase;
}

.info_news input {
    border: none;
    width: 80%;
    height: 35px;
    border-radius: 20px;
    background-color: #fff;
    outline: none;
    padding-left: 20px;
    margin-top: 15px;
}

.info_news input::placeholder {
    opacity: .4;
}

.info_news button {
    border: none;
    background-color: #2bbef8;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 25px;
    border-radius: 20px;
    margin-top: 20px;
}

.info_address p {
    margin-bottom: 5px;
}

.custom_border-btm {
    border-bottom: 1px solid #fff;
}

.info_social {
    display: flex;
    justify-content: space-between;
    width: 150px;
    margin: 30px auto;
}


/* end info section */


/* footer section*/

.footer_section {
    background-color: #fdfdfe;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
}

.footer_section p {
    color: #000;
    margin: 0;
    text-align: center;
}

.footer_section a {
    color: #000;
}


/* end footer section*/


/* modal de docuemtnos recomendados*/

* {
    box-sizing: border-box;
}

*:hover,
*:focus {
    outline: 0
}

button,
select,
input {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

.quiz-window {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
    width: 600px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.quiz-window-header {
    padding: 20px 15px;
    text-align: center;
    position: relative;
}

.quiz-window-title {
    font-size: 15px;
}

.quiz-window-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: none;
    border: 0;
    width: 30px;
    height: 30px;
    font-size: 60px;
    font-weight: 100;
    line-height: 24px;
    color: #777;
    cursor: pointer;
}

.quiz-window-body {
    background-color: #f9f9f9;
}

.guiz-awards-row {
    margin: 0;
    padding: 5px 49px;
    list-style: none;
}

.guiz-awards-row:after {
    content: '';
    display: table;
    clear: both;
}

.guiz-awards-row-even {
    background-color: #fff;
}

.guiz-awards-row li {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.guiz-awards-header {
    text-align: center;
    padding: 20px 40px;
}

.guiz-awards-star,
.guiz-awards-track,
.guiz-awards-time,
.guiz-awards-header-star,
.guiz-awards-header-track,
.guiz-awards-header-time {
    min-width: 54px;
    text-align: center;
    width: 16%;
}

.guiz-awards-title {
    width: 40%;
    min-width: 160px;
    font-size: 18px;
    font-weight: normal;
    padding-top: 3px;
}

.guiz-awards-header-title {
    width: 40%;
    min-width: 160px;
}

.guiz-awards-subtitle {
    color: #858585;
    font-size: 14px;
    font-weight: 300;
}

.guiz-awards-track,
.guiz-awards-time {
    width: 22%;
    min-width: 80px;
    font-size: 18px;
    line-height: 45px
}

.guiz-awards-header-track,
.guiz-awards-header-time {
    width: 22%;
    min-width: 80px;
}

.guiz-awards-track .null,
.guiz-awards-time .null {
    color: #bababa;
}

.star {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #bdc2c1;
    background: #d6d6d6;
}

.goldstar {
    border-color: #4c8193;
    background: #14b0bf;
}

.silverstar {
    border-color: #538b9e;
    background: #19c5d4;
}

.bronzestar {
    border-color: #639db1;
    background: #25d4e4;
}

.rhodiumstar {
    border-color: #73a8b9;
    background: #3be1f0;
}

.platinumstar {
    border-color: #8ab6c5;
    background: #54e9f7;
}

.circule1 {
    border-color: #92b7c4;
    background: #66e9f5;
}

.circule2 {
    border-color: #a6cdda;
    background: #77e7f1;
}

.circule3 {
    border-color: #9dcada;
    background: #79eaf5;
}

.circule4 {
    border-color: #acdae9;
    background: #a8ebf1;
}

.guiz-awards-buttons {
    background: #fff;
    text-align: center;
    padding: 20px 0;
}

.guiz-awards-but-back {
    display: inline-block;
    background: none;
    border: 1px solid #61a3e5;
    border-radius: 21px;
    padding: 7px 40px 7px 20px;
    color: #61a3e5;
    font-size: 17px;
    cursor: pointer;
    transition: all .3s ease;
}

.guiz-awards-but-back:hover {
    background: #61a3e5;
    color: #fff;
}

.guiz-awards-but-back i {
    font-size: 26px;
    line-height: 17px;
    margin-right: 20px;
    position: relative;
    top: 2px;
}

.fa:hover,
.fa:active {
    color: #e5e5e5;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.nav-link:hover,
.nav-link:active {
    color: #e5e5e5;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}


/* MODAL*/

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.308);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    width: 300px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, rgb(255, 254, 254));
    background: -webkit-linear-gradient(#fff, rgb(255, 255, 255));
    background: -o-linear-gradient(#fff, rgb(255, 255, 255));
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 15px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}


/* boton lupita */

.button {
    background-color: #13AFDF;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 16px 24px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.button:hover {
    background-color: #FB7E29;
    color: #fff;
}

.logo {
    float: left;
    width: 250px;
}


/* animation*/

.containermundo {
    background-image: url(../images/lawyer.png);
    background-repeat: left;
}


/*programa*/