/* Global Styling */

/* font-family: 'Raleway', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');

/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


.btn.btn-blue-black {background:#008cba; border-color: #008cba; color: #fff;font-size: 15px;}
.btn.btn-blue-black:hover, .btn.btn-blue-black:focus {background: #000000; color: #FFFFFF !important; border-color:#000000; font-size: 15px;}

/* button rounded */
.btn.btn-rounded {border-radius: 50px}
.btn.btn-rounded.btn-very-small {padding: 2px 23px 1px;}
.btn.btn-rounded.btn-small {padding: 5px 29px;}
.btn.btn-rounded.btn-medium {padding: 6px 32px;}
.btn.btn-rounded.btn-large {padding: 9px 38px;}
.btn.btn-rounded.btn-extra-large {padding: 12px 45px 13px;} 

/*NUESTROS COORDINADORES*/
.raleway{
    font-family: 'Raleway', sans-serif;
}

.font_200{
    font-weight: 200 !important;
}

.font_300{
    font-weight: 300 !important;
}

.font_400{
    font-weight: 400 !important;
}





.small_heading_navy{
    color: #232323;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    margin-bottom: 15px;
}

.default_text{
    color: #676767;
    font-size: 14px;
    margin: 0;
    word-spacing: 2px;
    line-height: 28px;
}






/* Team Slider Section */

.team_detail h3{
    margin: 20px 0 5px;
    transition: 1s;
}

.team_detail_inner img{
    width: 100%;
    transition: 300ms;
}

.team_detail_inner li{
    display: inline-block;
    list-style-type: none;
}

.team_detail_inner ul{
    margin: 0;
    padding: 0;
}

.team_detail_inner{
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    border-radius: 190px;
    margin: 0 auto;
    overflow: hidden;
    transform: translateX(1px);
}

.team_detail:hover .team_detail_inner img{
    transform: scale(1.1);
}

.team_members_list .facebook_team:hover {
    background: #3b5998;
    color: #FFFFFF;
}

.team_members_list .twiiter_team:hover {
    background: #00b2ff;
    color: #FFFFFF;
}

.team_members_list .google_team:hover {
    background: #0077b5;
    color: #FFFFFF;
}

.team_members_list{
    padding:0;
    margin:15px  0 0;
}

.team_members_list li{
    margin: 0 3px;
}

.team_members_list li{
    list-style-type: none;
    display: inline-block;
}

.team_members_icons {
    border-radius: 15px;
    color: #232323;
    width: 31px;
    height: 31px;
    transition: 1s;
    text-align: center;
    display: inline-block;
    line-height: 31px;
}

.team_members_icons:hover {
    color: #232323;
}
/*FIN NUESTROS COORDINADORES*/

/* ----- Contact Us ----- */
.contact-table {
    overflow: hidden;
}
.contact-table .cells {
    vertical-align: top;
}
.contact-table .icon-cell {
    display: inline-block;
    background: #4fb8aa;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.contact_address .contact-table:first-child .icon-cell,
.contact_address .contact-table.colorone .icon-cell {
    background: #008cba;
}
.contact_address .contact-table:nth-child(2) .icon-cell,
.contact_address .contact-table.colortwo .icon-cell {
    background: #008cba;
}
.contact_address .contact-table:nth-child(3) .icon-cell,
.contact_address .contact-table.colorthree .icon-cell {
    background: #008cba;
}


.logincontainer {
    padding: 3.5rem 1.5rem;
    background: #f6f6f6;
    border-radius: 5px;
}

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #b5b5b5;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
    color: #b5b5b5;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #b5b5b5;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #b5b5b5;
}
textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}
textarea:-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
}
textarea:-ms-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}
textarea {
    resize: none;
}

label {
    font-weight: normal;
    margin: 0;
}

button {
    border: none;
    cursor: pointer;
}
button:focus,
textarea:focus {
    outline: none;
    outline: 0;
}
form.findus .form-control {
    height: 48px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
form.findus:not(.form-inline) .form-group {
    width: 100%;
}
form.findus .form-control,
form.findus textarea {
    padding: 12px 10px;
    margin-bottom: 30px;
    font-size: 14px;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}
form.findus textarea {
    width: 100%;
    min-height: 160px;
}
.form-control {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.form-control:focus,
textarea:focus {
    border-color: #4fb8aa;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
form.findus .select {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}
form.findus select {
    height: 100%;
    border: 0;
    width: 100%;
    color: inherit;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 15px;
    border-radius: inherit;
}
form.findus .select:after {
    content: "\f107";
    font-family: FontAwesome;
    color: inherit;
    font-size: 16px;
    padding: 9px 8px;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.logincontainer .form-control {
    background: transparent;
}
.logincontainer .btn_common {
    width: 100%;
}

/*Map*/
#map-container {
    width: 100%;
    height: 400px;
}
#map-container > iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.gm-style .place-desc-large {
    display: none !important;
}
p.logomap {
    font-weight: 500;
}

.main-title {
    position: relative;
    margin-bottom: 4rem;
    text-align: center;
}
.main-title h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    color: #6d6d6d;
}
.main-title h2 {

    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #232323;



    text-transform: capitalize;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.main-title p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 14px;
    word-spacing: 2px;
    line-height: 28px;
    color:#676767;

}
.para-color {color:#535353;}


/* ----- Contact Us ends ----- */


@media only screen and (max-width: 768px){
    .default_divider{
        width: 40px;
        margin: 15px auto 30px;
    }
}





/*********MEDIAS QUERY PARA NUESTROS COORDINADORES***********************************************/

/* Media Queries For Different Break Points */

@media only screen and (max-width:767px){
    .not_found_stlye .revtp-searchform input#s{
        width:280px
    }
}
@media only screen and (max-width:479px){
    .not_found_stlye .revtp-searchform input#s{
        width:200px
    }
}


@media only screen and (min-width: 1600px){
    .container_big {
        width: 1360px;
    }
}

/* 1300px Medium Screen */
@media only screen and (max-width: 1300px) {
    .columned_portfolio_heading{
        font-size: 26px;
    }
}

/* 1200px Medium Screen */
@media only screen and (max-width: 1200px){

    .big_padding{
        padding: 100px 0;
    }

    .client_detail{
        padding: 0;
    }

    .button_default_style{
        padding: 13px 50px;
        font-size: 15px;
    }

    .bordered_button{
        padding: 11px 48px !important;
        font-size: 15px;
    }


}


/* 991px Tablet Screen */
@media only screen and (max-width: 992px){

    .columned_portfolio_heading{
        text-align: center;
    }

    .columned_portfolio_slider_inner{
        text-align: center;
    }

    .picker-off{
        transform: translateY(-50%);
        right:10px;
    }

    .color-switcher{
        transform: translateY(-120%);
        right: 10px;
    }

    .customer_feedback_section .customer_feedback_text{
        width: 100%;
        font-size: 14px;
    }

    .big_padding{
        padding: 80px 0;
    }

    .index-two .contact_form_inner{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .default_section_heading{
        font-size: 32px;
    }

    .default_text{
        font-size: 14px;
    }

    .index-two .skill_section_inner{
        padding-top: 50px;
    }

    .default_divider{
        width: 50px;
        margin-bottom:30px;
        margin-left: auto !important;
    }

    .all_big_padding{
        padding: 50px;
    }

    .skill_section{
        position: static;
        transform: translate(0);
        left: auto;
    }

    .circle_pie_section{
        padding-top: 50px !important;
    }

    .portfolio_information{
        padding: 20px 0;
    }

    .margin_after_tab{
        margin-bottom: 35px;
    }

    .expertise_block{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .client_detail{
        padding: 6px 0;
    }

    .mew_form{
        padding: 50px 0;
    }

    .center_on_mobile{
        text-align: center;
    }

    .center_after_mob{
        margin-left: auto !important;
    }

    .footer_links li a{
        font-size: 16px;
        width: 35px;
        height:35px;
        line-height: 35px;
    }

    .contact_form_inner{
        transform: translateY(0%);
        background: #fff;
    }

    .swiper-slider-heading{
        font-size: 32px;
    }

    .text-side-half{
        position: static;
        transform: translateY(0);
        text-align: center;
        margin-bottom: 30px;
    }

    .text-side-half .default_divider{
        margin-left: auto !important;
    }

    .img-side-half{
        position: static;
        transform: translateY(0);
    }

    .righ_section_text{
        margin-top: 30px;
        margin-bottom: 0;
    }

    .all_small_padding{
        padding: 25px;
    }

    .skill_section_small_divide{
        min-height: inherit;
        margin: 30px 0;
        box-shadow: 0px 8px 52px 1px rgba(0,0,0,0.05);
    }

    .skill_section_small_divide .default_divider{
        margin-bottom: 20px;
    }

    .tabbed_skills .skill_section{
        transform: translate(0);
    }

    .half_section_main .side_section_text{
        padding-left: 0;
        text-align: center;
    }

    .half_section_main .side_section_text .default_divider{
        margin-left: auto !important;
    }

    .half_section_right .side_section_text{
        padding-right: 0;
    }

    .stats_section_inner{
        margin-bottom: 45px;
    }

    .stats_section_icon{
        margin-bottom: 15px;
    }

    .form_padding_left_0{
        padding-right: 15px;
    }

    .form_padding_right_0{
        padding-left: 15px;
    }

    .navbar .navbar-nav li a{
        font-size: 12px;
    }

    .push_nav{
        margin-top: 0 !important;
    }

    .centered-nav .navbar .navbar-nav li{
        padding: 0 15px;
    }

    .centered_main_logo img{
        width: 160px;
    }

    .extra_big_padding{
        padding: 200px 0;
    }

    .portfolio_scroll_parrallax_section h2{
        font-size: 20px !important;
        margin-bottom: 5px;
    }

    .portfolio_scroll_parrallax_section p{
        font-size: 13px !important;
    }

    .portfolio_scroll_parrallax_section .portfolio-link{
        font-size: 14px;
        height: 32px;
        width: 32px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .video_button_slider_section_inner .video-btn{
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .div_rotator_svg{
        transform: rotate(0);
    }

    .div_rotator_svg_reverse{
        transform: rotate(0);
    }

    .post-img-outer-slider{
        height: 350px;
        width: 100%;
    }

    .post-modal-detail-user{
        height: auto;
        width: 100%;
    }
    .side_small_nav .pushmenu .push_nav > li > a{
        font-size: 12px;
    }


    .skill_section_personal .expertise_block{
        margin-top: 45px;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
        margin-bottom: 0;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }

    ul.timeline > li > .timeline-panel {
        width: 83%;
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }

    .timline-year {
        margin: -10px;
        background: transparent;
        color: #fff;
        margin-left: 13px;
    }

    .default_small_heading{
        font-size: 16px;
    }


}

/* 768px Medium Screen */
@media only screen and (max-width: 768px){

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        display: none;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none;
    }
    .default_section_heading{
        font-size: 28px;
    }

    .swiper-slider-heading{
        font-size: 28px;
    }

    .default_text{
        font-size: 13px;
        line-height: 30px;
        word-spacing: 1px;
    }

    .default_divider{
        width: 40px;
        margin: 15px auto 30px;
    }

    .default_small_heading{
        font-size: 15px;
    }

    .circle_pie_section{
        padding-top: 30px !important;
    }

    .small_heading_navy{
        font-size: 20px;
    }

    .swiper-slider-small-heading{
        font-size: 20px;
    }

    .portfolio_information{
        padding: 15px 0;
    }

    .expertise_block i{
        font-size: 48px;
    }

    .expertise_block{
        width: 80%;
    }

    .blog_slider_main .swiper-pagination{
        padding-top: 30px;
    }

    .mid_default_margin{
        margin-top: 30px;
    }

    .button_default_style{
        padding: 9px 40px;
        font-size: 13px;
    }

    .bordered_button{
        padding: 7px 38px;
        font-size: 13px;
    }

    .bordered_button{
        padding: 7px 38px !important;
    }

    .portfolio_section .button_div h2{
        font-size: 20px;
    }

    .all_big_padding{
        padding: 50px 0;
    }

    .blue_price{
        margin: 50px 0;
    }

    .bottom_inner .side-menu-button{
        display: block;
    }

    .centered-nav .navbar-header{
        position: static;
        transform: translate(0);
    }

    .countdown .page_content_header{
        position: static;
        margin-bottom: 30px;
    }
    .countdown .page_content_header img{
        margin:0 auto;
        display: block;
        padding-left: 0;
        width: 100px;
        padding-top: 30px;
    }
    .countdown .page_content_body h1{
        font-size: 24px;
    }
    .countdown .page_content_body p{
        font-size: 12px;
        margin:30px 0 0 0;
    }
    .countdown .page_content_body ul{
        margin: 30px 0 0 0;
    }
    .countdown .page_content_body ul li{
        padding: 0 10px;
        width: 70px;
    }
    .countdown ul.count_down li p:nth-child(1){
        font-size: 26px;
    }
    .countdown ul.count_down li p:nth-child(2){
        font-size: 10px;
    }
    .countdown .page_content_body form{
        margin: 30px auto;
        width:70%;
    }
    .countdown .page_content_body form input{
        font-size: 14px;
    }
    .countdown .page_content_footer{
        text-align: center;
        position: static;
    }
    .countdown .page_content_footer ul{
        margin-bottom:0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        bottom: 30px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .extra_big_padding{
        padding: 120px 0;
    }

    .form-contact-modal{
        padding: 0 30px;
    }
    .columned_portfolio_slider_inner{
        padding: 0 5px 0 5px;
    }

    .columned_portfolio_slider_inner .default_divider{
        margin-bottom:10px;
    }
    .columned_portfolio_slider_outer:hover .columned_portfolio_slider_inner{
        transform: translateY(-50px);
    }
    #modal-post-fancy-box-6{
        width: 100% !important;
    }
    .side_small_nav .menu_bars.active.right span{
        width: 14px;
    }

    .user_picture {
        width: 150px;
        height: 150px;
    }

    .developer_information .dev_main_tag{
        line-height: 40px;
        margin-top: 0;
    }
    .developer_information .dev_tagline{
        margin-bottom: 20px;
    }

}

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

    .button_div a.btn1{
        transform: translateX(0px);
    }

    .button_div a.btn2{
        transform: translateX(0px);
        margin: 15px 0;
    }

    .page_content_main_slider .swiper-slider-small-heading{
        margin-bottom: 15px;
    }

    .extra_big_padding{
        padding: 90px 0;
    }

}

