/*
Theme Name: Meipaly
Theme URI: http://layerdrops.com/
Author: Layerdrops
Author URI: http://layerdrops.com/
Description: Meipaly - Fine One Page Parallax HTML5 Responsive Template
Version: 1.0
License:
License URI:
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Font Settings
2. Typography Settings
3. Section Title Settings
4. Button Settings
5. Section Settings
*/

/*------------------------------------------------------------------------------
/ 1. Font Settings
------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

body, html{
    margin: 0;
    padding: 0;
}
body{
    line-height: 32px;
    color: #818181;
    letter-spacing: 0.64px;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

/*------------------------------------------------------------------------------
/ 2. Typography Settings
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 h6{
    color: #000000;
    font-weight: 400;
    margin: 0 0 15px;
}
a{
    color: #000;
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
a:focus{
    color: #fff;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------------------------------------------------------------------
/ 3. Section Title Settings
------------------------------------------------------------------------------*/
.noPadding{
    padding: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-right: 0;
}

/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/
.common_btn{
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #013e51;
    color: #fff;
    height: 70px;
/*    text-transform: uppercase;
*/    text-align: center;
    padding: 28px 45.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn span {
    position: relative;
    z-index: 2;
}
.common_btn:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #65bc9c;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn:hover:after{
    width: 100%;
}
.common_btn:hover{
    color: #000;
}
.common_btn.red_bg{
    padding: 28px 40.5px;
}
.common_btn.red_bg:after{
    background: #65bc9c;
}
.common_btn.red_bg:hover:after{
    width: 100%;
}
.common_btn.red_bg:hover{
    color: #fff;
}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.commonSection{
    padding: 120px 0;
    position: relative;
}
.commonSection .container{
    position: relative;
    z-index: 2;
}
.grays{
    background: #f5f6fa;
}
.sub_title{
    font-size: 18px;
    line-height: .8;
    font-weight: 500;
    color: #818181;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.sec_title{
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0 0 25px;
    padding-top: 15px;
}
.red_color{
    color: #e62b4a;
}
.white{
    color: #ffffff !important;
}
.sec_desc{
    margin: 0 0 54px;
}
.color_aaa{
    color: #aaaaaa;
}

.logo-header{
    width: 235px;
}
.text-right
{
    text-align: right;;
}

.t_top{color:#b5daa4 !important;}
.t_verde{color:#63bc9c!important;}
.p_azul{color: #124b5c!important;}
.p_azul-f{color: #013e51!important;}
.p_azul-c{color: #003e50!important;}
.t_verde_f{color:#64bb9b!important;}
.t_verde_c{color:#7dc5ad!important;}
.ws{white-space: pre-line;}
.ws-i{white-space: pre-line;}
.t_contacto{color:#b3d49d!important;}

.p_nosotros    
{
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 28px;
}
.p_clientes  
{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
}

.p_categorias
{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
}

.b-bottom{
    border-bottom: 1px solid #ffffff;
}

.i-color
{
    color: #65bc9a !important;
}
.i-color-v
{
    color: #b3d49f !important;
}
.logo-footer{
    width: 230px;
}

.t_icono1{font-size: 18px!important;}
.t_icono2{font-size: 14px!important;}
.t_icono3{font-size: 18px!important;line-height: 30px;}


.minus{text-transform: none;}

.l-contacto {
    color: #b3d49d;
    font-size: 30px;
    line-height: 20px;
    padding-right: 5px;
}

.d-flex{
    display: flex !important;
}

.p_b
{padding-bottom: 30px;}

.flex-footer {
    display: flex;
    align-items: center;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #003d50 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #003d50 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #003d50 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #003d50 !important;
}

.client_2{
    background: #64bb9b;
    padding: 60px 0 10px;
}

.c-contacto{
    color:#003e50;
}

.front, .back{height: 220px;}

.pb_iconos{padding-bottom: 30px;}

.pb_titulo_c{padding-bottom: 30px;}

.mg0{
    margin-bottom: 0px;
}

.c_nosotros{
    color: #013e53;
}

table.footable>tbody>tr:hover td{
    background-color: #64bb9b;
    color: white !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{    background-color: #013e51 !important;
    border-color: #013e51!important;}

    .pagination>li>a, .pagination>li>span {
    background-color: #e5eaed;
    border: 1px solid #e5eaed;
}


.pagination>li>a, .pagination>li>span {
    font-size: 21px;
}

.rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider audio, .rev_slider video {
    max-width: 100% !important;
}


.p_clientes{font-size: 19px; }


.form-inline .input-group > .form-control{
    background: #e6ebee;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {

    .sec_desc {
    margin: 0 0 34px;
    }

    .pb_top_responsive{
    padding-top: 30px;
    }
    .ab_agency {
    padding-bottom: 90px;
    }
    .commonSection {
    padding: 60px 0;
   }
   .modo_responsive_video{
   position: relative !important;
   padding: 15px 0 0 !important;
   }
   .modo_responsive_video.fixedHeader{
   position: fixed; !important;
   }
   .ab_agency {
    padding-bottom: 60px !important;
   }
   .footer_1 {
    padding: 60px 0 0  !important;
    }
    .quitar_flex{
    display: block !important;
    }
    .footer_1 .copyright {
    padding: 21px 0 !important;
    }
    .center-r{
        text-align: center !important;
    }
    .menu_responsive_w{
        width: 50%;
        float: right;
    }

    .singleClient_2 {
    padding: 20px 15px 26px 50px;
   }
   
   .header_01 {
    background: rgb(255,255,255) !important;
}
.navigator a {
    color: #000 !important;
}
.fixedHeader {
    background: rgb(255,255,255) !important;
}
.navigator a.active, .navigator a:hover {
    color: #b3d69c!important;
}
.logo-header {
    width: 210px !important;
}
.pagination>li>a {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.video-responsive{
    display: block !important;
}
.video-pc{
    display: none !important;
}
  
}

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-inline .input-group > .form-control {
    width: 335px;
}
.modo_responsive{
    display: none;
}
.video-responsive{
    display: none;
}

}

/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .form-inline .input-group > .form-control {
    width: 335px;
}
.modo_responsive{
    display: none;
}
.video-responsive{
    display: none;
}
 }

/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .form-inline .input-group > .form-control {
    width: 335px;
}

.modo_responsive{
    display: none;
}
.video-responsive{
    display: none;
}
}
@media only screen and (min-width: 1367px) and (max-width: 1900px) {
    .form-inline .input-group > .form-control {
    width: 335px;
}
.modo_responsive{
    display: none;
}
.video-responsive{
    display: none;
}
}

/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {

    .form-inline .input-group > .form-control {
    width: 335px;
}
.modo_responsive{
    display: none;
}
.video-responsive{
    display: none;
}
}

