/*

Theme Name: Parker Randall

Theme URI: http://esmartdigital.com/

Author: Esmartdigital

Author URI: http://esmartdigital.com/

Description: Theme para sitio web de Parker Randall

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: Colombia

Text Domain: Parker Randall

*/

@font-face {

        font-family: 'Exo-Bold';

        src: url('fonts/Exo-Bold.ttf') format('opentype');

        font-weight: normal;

        font-style: normal;

}

@font-face {

    font-family: 'Exo-Medium';

    src: url('fonts/Exo-Medium.ttf') format('opentype');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'Exo-Regular';

    src: url('fonts/Exo-Regular.ttf') format('opentype');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'Exo-Light';

    src: url('fonts/Exo-Light.ttf') format('opentype');

    font-weight: normal;

    font-style: normal;

}


@font-face {

    font-family: 'FrutigerLTStd-Cn';

    src: url('fonts/FrutigerLTStd-Cn.otf') format('opentype');

    font-weight: normal;

    font-style: normal;

}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
}


div.main{
    z-index: 1;
    /*padding: 6% 3% 0% 3%;*/

}


ul{

    list-style: none;



    margin: 0;



    padding: 0;



}


a,a:hover,a:active,a:visited,a:link{



    text-decoration: none;



    color: #000;



    border: none;



}

figure{

    margin: 0;

}


img{

    width: 100%;

   transition: all 1s;

}

p{
    margin: 0;
    padding: 0;
}

.logo{

    /*width: 10%;*/

    text-align: center;

    flex: 1;

    margin: 3% 0;
}

@media only screen and (min-width: 769px){

	.logo{

		text-align: right;

        margin: 0% 0;

	}

}


.text-center{

    text-align: center;

}


/*HEADER*/

header{

	display: flex;
	position: fixed!important;
    flex-flow: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    background: rgba(175, 191, 199, 0.4);
    padding: 1%;
    top: 0;
    left: 0;
    z-index: 1;

}



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

	header{

	    flex-flow: column;

	    padding: 0;

	}

}


header > div{

    flex:1;

}


/*LOGO*/

.logo a img {

    width: 100%;

}

@media only screen and (max-width: 768px){
    #header{
        padding: 1% !important;
    }

    .logo{
        margin: 10px 0;
    }

	.logo a img {

	    width: 50% !important;;

	}

}

/*BUSCADOR */

header .logo-buscador{
    position: absolute;
    top: 20%;
    right: 50px;
}

header .logo-buscador img{
    width: 20px;
}

@media only screen and (max-width: 768px){
    header .logo-buscador{        
        top: 15px !important;
        right: 25px;
    }

    header .logo-buscador img{
        width: 70%;
    }
}

/*Eventos*/

/*section.eventos{
    margin-bottom: 2%;
}*/

section.eventos > div{
    background-color: #850D23; 
    display:  flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0 .15%;
}

@media only screen and (max-width: 768px){
    section.eventos > div{
        flex-flow: column;
    }
}

section.eventos .logo-calendar > img{
    padding: 10%;
}

section.eventos .navegacion{
    padding: 0%;
    background-color: #a22139;
}

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

    section.eventos .navegacion{
        margin-top: 1%;
    }

}

section.eventos .navegacion ul{
    /*padding: 3% 1% 3% 0;*/
}

section.eventos .navegacion ul li a{
    padding: 5%;
}

section.eventos .contenido-nav{
    padding: .2% 0%;
}

section.eventos .contenido-nav > div.calendar{
    padding: 1% 3%;
    background-color: #fff;
}

section.eventos .contenido-nav > div.calendar div.calendar-titulo{
    display: flex;
    justify-content:center ;
    align-content:center ;
    align-items:center ;
    margin-bottom: 10px;
}

section.eventos .contenido-nav > div.calendar div.calendar-titulo p{
    font-size: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    margin-left: 15px;
    font-family: 'Exo-Light';
    color: #540000;
}

section.eventos .contenido-nav > div.calendar div.calendar-titulo p span{
    font-family: 'Exo-Bold';
}

section.eventos .contenido-nav > div.calendar div.calendar-titulo img{
    width: 55px;
}
.nav-stacked>li {
    font-size: 20px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #850D23;
    border-radius: 0px;
}

.nav>li>a:focus, .nav>li>a:hover {
    border-radius: 0;
}

.nav-pills>li.active>a:after{
    font-family: FontAwesome;
    content: '\f054';
    margin-left: 5%;
    font-size: 23px;
} 

/*Calendario Plugin*/

.tribe-mini-calendar-nav td {
    background: #850d23 !important;
    padding: 1% !important;
}

.tribe-mini-calendar th{
    background: #850d23 !important;
    padding: .5% !important;
}

.tribe-mini-calendar-event .list-date{
    background: #850d23 !important;
}

.tribe-events-title a{
    color: #850d23 !important;
}

.tribe-events-duration{
    color: #fff;
}

.tribe-events-duration span{
    color: #850d23;
}

.tribe-mini-calendar td{
    background: #850d23 !important;
}

.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today{
    background-color: #c71c3b !important;
}

.tribe-mini-calendar td.tribe-events-has-events{
    background-color: #3a060f !important;
}

.tribe-mini-calendar-no-event {
    padding: 5px 0 5px 0 !important;
}

.tribe-mini-calendar-grid-wrapper{
    margin: 0px !important; 
}

/*Clientes*/

section{
    font-family: 'Exo-Bold';
}

section .light{
    font-family: 'Exo-Light';
}


section.clientes p{
    font-size: 25px;
    color: #540000;
    margin-top: 10px;
    text-align: center;
}

/*Redes ABS*/

.redes-fixed{
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ddd;
    padding: 5px;
    border-radius: 20px 0px 0px 20px;
    z-index: 2;
}

@media only screen and (max-width: 768px){
    .redes-fixed{
        display: none;
    }
}

.redes-fixed div{
    margin: 5px 0px;
}

header .redes-fixed div#faceabs{
    background-image: url(img/logo_face_abs.png);
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 1s;
    width: 23px;
    height: 23px;
}

header .redes-fixed div#faceabs:hover{
    background-image: url(img/logo_face_abs2.png);
}

header .redes-fixed div#youabs{
    background-image: url(img/logo_you_abs.png);
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 1s;
    width: 23px;
    height: 23px;
}

header .redes-fixed div#youabs:hover{
    background-image: url(img/logo_you_abs2.png);
}

header .redes-fixed div#twtabs{
    background-image: url(img/logo_twt_abs.png);
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 1s;
    width: 23px;
    height: 23px;
}

header .redes-fixed div#twtabs:hover{
    background-image: url(img/logo_twt_abs2.png);
}

/*MENU HEADER*/


div.menu-header{

    width: 100%;

    flex: 3;

    font-family: 'FrutigerLTStd-Cn';
}

nav.menu-sitio {

    text-align: center;

}  

ul.sub-menu{
    display: none;
    position: absolute;
    width: 200px;
    left: 0;
    background: rgba(175, 191, 199, 0.8);
    top: 40px;
    text-align: left;
    padding-left: 16%;
    z-index: 1;
}

.sub-menu .sr-text {
    font-size:12px!important;
}
@media only screen and (max-width: 768px){
    ul.sub-menu{
        display: inline-block;
        position: initial;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
}

nav.menu-sitio ul li.menu-item-196{
    position: relative;
}

nav.menu-sitio ul li.menu-item-196:hover ul.sub-menu{

    display: block;

}    

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

	nav.menu-sitio ul{

	    background-color: #bec5c9;

	}

}


nav.menu-sitio ul .current_page_item a span{

    font-size: 20px;

    position: relative;

    font-weight: 400;

    padding: 5px;

    border-bottom: 2px solid #CD0810;

    color: #CD0810;


}

nav.menu-sitio ul .current_page_item a span:hover{
    color: #455A65;
}


@media only screen and (min-width: 1400px){



	nav.menu-sitio ul .current_page_item a span{


	    font-size: 20px;

        color: #455A65;

        padding: 5px;

	}

}


nav.menu-sitio ul li{

    display: block;

    padding: 10px 0.1%;

    margin-right: 4%;

}

@media only screen and (min-width: 769px){

	nav.menu-sitio ul li{

	    display: inline-block;

	    padding: 10px 0.2%;

	}

}


nav.menu-sitio ul li a{

    font-size: 18px;

    color:#455A65;
    
    transition: all 1s;
}



nav.menu-sitio ul li a:hover{

    color: #EC1940;

}


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


    nav.menu-sitio ul li a{

        color: #455A65;

    }


}

@media only screen and (min-width: 769px){

    header div.menu-header .menu-mobile{

        display: none;

    }

}

header div.menu-header .menu-mobile{

	text-align: center;

	border-top: 2px solid #3e0c0a;

    border-bottom: 2px solid #3e0c0a;

    padding: 1%;

    color: #3e0c0a;

}

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

    header div.menu-header nav.menu-sitio{

        display: none;

    }

}

/*Servicios*/

section.servicios{
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    padding-top: 5%;
}

@media only screen and (max-width: 768px){
    section.servicios{
        flex-flow: column;  
        width: 100%;  
    }
}

section.servicios article{
    text-align: center;
    flex: 1;
    padding: 2% 0;
    width: 100%;
    position: relative;
}

section.servicios article p{
    color: #fff;
    font-family: 'Exo-Bold';
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 21px;
    height: 50px;
}


section.servicios > article:nth-child(1){
    background-color: #a32131;
}

section.servicios > article:nth-child(1) p{
    line-height: 12px;
    font-size: 25px;
}

section.servicios > article:nth-child(1) p span{
    font-size: 10px;
}

section.servicios > article:nth-child(2){
    background-color: #941c2b;
}

section.servicios > article:nth-child(3){
    background-color: #850d23;
}

section.servicios > article:nth-child(4){
    background-color: #750e1c;
}

section.servicios > article:nth-child(5){
    background-color: #6b0a17;
}

section.servicios > article:nth-child(6){
    background-color: #570009;
}

@media(max-width: 991px){
    section.servicios article{
        max-height: 150px;
    }

    section.servicios article p{
        font-size: 15px;
        line-height: 15px;
        height: 35px;
    }
    nav.menu-sitio ul li a{
        font-size: 15px;
    }

    nav.menu-sitio ul .current_page_item a span{
        font-size: 15px;
    }
    header .logo-buscador{
        right: 10px;
    }

    section.servicios{
        padding-top: 7%
    }

    section.servicios > article:nth-child(1) p{
        font-size: 15px;
    }
}
@media(max-width: 768px){
    section.servicios{
        padding-top: 14.5%;
    }
    nav.menu-sitio ul li{
        margin-right: 0;
    }

    section.servicios article {
        max-height: 170px;
    }
}



/*Logo servicios*/

section.servicios > article a img{
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 2%;
    width: 35%;
} 

section.servicios > article a:hover  img{
    border: 2px solid #455A65;
    padding: 5%;
}


@media(max-width: 768px){
    section.servicios > article a img{
        width: 10%;
    }
}

@media(max-width: 565px){
    section.servicios > article a img {
        position: relative;
        top: -25px;
    }
    .page-id-11 section.servicios article{
        height: 110px;
    }

    .page-id-11 section.servicios{
        padding-top: 15.5%;
    }
}

/*Logo carousel Clientes*/
.clientes .padding{
        padding-top: 5%;
}

.logo-container{
    transition: transform .2s; /* Animation */
}

.logo-container img{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.logo-container:hover > img{
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

div.boton{
    text-align: center;
    margin: 2% 0;
}
div.boton a{
    border: 2px solid #850d23;
    padding: 1%;
    border-radius: 20px;
    color: #A32131;
    font-family: 'FrutigerLTStd-Cn';
    transition: all 1s;
    font-size: 17px;
}

div.boton a:hover{
    background-color: #A32131;
    color: #fff;
}


/*ENTRADAS*/

section.destacadas > div{
    background-color: #F2F2F2;
    padding: 0 2%;
}

.entradas-blog{
    margin-bottom: 10px;
}

.entradas-blog .section-title{

    font-family: 'Exo-Bold';
    color: #540000;
    display: flex;
    align-content: center;
    align-items: center;

}

.entradas-blog .section-title > div {
    height: 2px;
    background-color: #540000;
    width: 60%;
    margin-left: 10px;
}

li.articulo{
    display: flex;
    justify-content:center;
    align-items:center ;
    text-align: center;
    margin-bottom: 2%;
}

li.articulo img{
    height: 200px;
}

.contenido{
    text-align: left;
    margin-left: 2%;
}

@media only screen and (max-width: 768px){
    li.articulo{
        flex-flow: column;    
    }

    .contenido{
        text-align: justify;
    }
}

.contenido p.contenido-categoria{
    color: #A32131;
    font-weight: bold;
    font-family: 'Exo-Light';
}

.contenido > h3{
    color: #540000;
    font-family: 'Exo-Bold';
}

.contenido .encabezado-entrada{
    color: #4D4D4D;
    font-family: 'Exo-Light';
}

@media only screen and (max-width: 768px){
    .destacadas-right{
        display: none;
    }
}   

.destacadas-right .categorias{
    border: 1px solid #A32131;
    padding: 5% 10%;
    color: #540000;
    font-family: 'Exo-Bold';
    margin-top: 5%;
    width: 100%;
}
.destacadas-right .categorias .section-title{
    display: flex;
    /* justify-content: center; */
    align-content: center;
    align-items: center;
}

@media only screen and (max-width: 1000px){
    .destacadas-right .categorias{
        text-align: center; 
    }
}

.destacadas-right .categorias .section-title >div{
    height: 2px; 
    background-color: #540000;
        width: 100%;
    margin-left: 5px;
}

.destacadas-right .categorias h3 a{
    color: #540000;
    font-family: 'Exo-Bold';

}

.boletin,.noticia{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10%;
}

.boletin img,.noticia img{
    margin-right: 5%;
}

.subscribirse-boletines{
    background-color: #A32131;
    color: #fff;
    padding: 1% 10%;
    margin-top: 3%;
}

.subscribirse-boletines .section-title{
    text-align: center;
    font-family: 'Exo-Bold';
}

.subscribirse-boletines .section-parrafo{
    text-align: left;
    font-family: 'Exo-Medium';
}

.subscribirse-boletines .es_shortcode_form input{
    border-radius: 8px;
    color: #B3B3B3;
    padding: 1%;
    width: 100%;
}

.subscribirse-boletines .es_shortcode_form input[type="button"]{
    background-color: #4C2131;
    color: #fff;
    font-family: 'Exo-Bold';
    padding: 2%;
    font-size: 22px;
}

.subscribirse-boletines form > div:nth-child(1),.subscribirse-boletines form > div:nth-child(2){
    display: none;
}

a.noticia-img,a.boletin-img{
    position: relative;
    color: #fff;
    font-family: 'Exo-Regular';
}

a.noticia-img .redes-articulos{
    display: none;
    transition: all 2s;
    background-color: #000;
    padding: 2%;
}

a.boletin-img .redes-articulos{
    display: none;
    transition: all 2s;
    background-color: #a32131;
    padding: 2%;
}

a.noticia-img:hover .redes-articulos,a.boletin-img:hover .redes-articulos{
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
}

a.boletin-img .redes-articulos p,a.noticia-img .redes-articulos p{
    text-align: left;
}

a.boletin-img .redes-articulos .fb-like,a.noticia-img .redes-articulos .fb-like{
    margin-top: 15%;
}

/*SLIDER*/

.left-arrow{
    width: 50px;
    position: absolute;
    top: 40%;
    left: 30%;
}

@media only screen and (max-width: 768px){
    .left-arrow{
        width: 35px;
        left: 25%    
    }
}

.carousel-caption a{
    background-color: transparent;
    border: 1px solid #ec1940;
    padding: 10px;
    color: #ec1940;
    border-radius: 25px;
    font-weight: bold;
    font-family: 'FrutigerLTStd-Cn';
    transition: all 1s;
}

.carousel-caption a:hover{
    color: #fff;
    font-weight: bold;
    background-color: #ec1940;
}

.carousel-indicators{
    display: none;
}

/*SCROLL*/

	::-webkit-scrollbar{
    width: 10px;
    background-color: #fff;
    padding: 0% 1%;
}

::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #455A65;
    padding: 0% 1%;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

::-webkit-scrollbar-track{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    padding: 0% 1%;
}

/*MODAL BUSCADOR*/

.modal-content{
    background-color: transparent;
    height: 100%
}

.modal-dialog.modal-fondo{
    width: 100% !important;
    margin: 0;
    height: 100%;
}

.modal-header{
    border: 0;
}

.modal-dialog.modal-fondo .close{
    font-size: 90px;
}

.buscador{
    margin-top: 15%;
}

.buscador .search-submit{
    display: none;
}

.buscador .search-form{
    text-align: center;
}

.buscador .search-form label .screen-reader-text{
    display: none;
}


.buscador .search-form label{
    width: 100%;
}

.buscador .search-field{
    border: 0;
    background: transparent;
    border-bottom: 2px solid;
    width: 100%;
    color: #fff;
    font-size: 40px;
}

/*Historias de Exito*/

section.historias > div{
    background-color: #f2f2f2;
}

section.historias > div h2.section-title{
    font-family: 'Exo-Bold';
    color: #540000;
    display: flex;
    align-content: center;
    align-items: center;
    margin-left: 2%;
}

.carusel-he {
    padding: 3% 4% 3% 4%;
}

section.historias > div h2.section-title > div{
    height: 4px;
    background-color: #540000;
    width: 40%;
    margin-left: 10px;
}

/*Seccion Servicios*/

.views{
    display:none;
}

.angulo {
    display: none;
    width: 0;
    border: 10px solid transparent;
    position: absolute;
    left: 47.5%;
    bottom: -19px;
}

.views .top{
    position: relative;
}

.views .top .angulo2{
    width: 0;
    border: 20px solid transparent;
    position: absolute;
    left: 47.5%;
    bottom: -40px;
    border-top: 20px solid #60606033;
}

.views .down p{
    font-family: 'Exo-Regular';
    color: #4d4d4d;
    padding: 0% 10%;
    display: flex;
    align-content: center;
    align-items: center;
}

.views .down p span{
    width: 15px;
    height: 15px;
    border: 2px solid #8a2634;
    border-radius: 50%;
    margin-right: 4px;
}

.views .down p:first-child{
    padding: 5% 10% 0 10%;
}

.views .down p:last-child{
    padding: 0% 10% 5% 10%;
}

#row-tributaria{
    border-top: 10px solid #a32131;
}
#row-niif{
    border-top: 10px solid #941c2b;
}
#row-auditoria{
    border-top: 10px solid #850d23;
}
#row-control{
    border-top: 10px solid #750e1c;
}
#row-procesos{
    border-top: 10px solid #6b0a17;
}

#row-ti{
    border-top: 10px solid #570009;   
}

.views{
    background-image: url("img/fondo-views.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.views.service-home{
    background-image: url("img/fondo-service.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -185px;
}

.views .top {
    background-color:#60606033 ;
    padding: 7% 0;
    text-align: center;
}

.views p.titulo-servicio{
    color: #8A2634;
    font-family: 'Exo-Bold';
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px;
    /*height: 50px;*/
}

#tributaria p.titulo-servicio{
    color: #8A2634;
    font-family: 'Exo-Bold';
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 17px;
    /*height: 50px;*/
}

.views p.titulo-servicio span {
    font-size: 18px;
}

.top img{
    width: 80px;
}

.down{
    font-size: 17px;
}

.views.service-home .down{
    padding: 3% 10%
}

.views.service-home .down p{
    border-left: 2px solid #a32131;
    border-right: 2px solid #a32131;
    padding: 0 5%;
    color: #000;
    font-family: 'Exo-Regular';
}

.views.service-home .down > a div{
    background-image: url(img/ver-mas.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 34px;
    margin: 2% auto;
    cursor: pointer;
    transition: all 1s;
}

.views.service-home .down > a div:hover{
    background-image: url(img/ver-mas2.png);
}

.sub-servicios{
    padding-top:3%;  
}

/*.tituloServicios {
    margin-left: -50px;
}*/
.marginLeft {
    margin-left: 0px!important;
}
/*Seccion Nosotros*/

.nosotros {
     padding-top: 5%;   
}

.nosotros .somos{
    display: flex;
    justify-content:center ;
    align-content:center ;
    align-items:center ;
    padding: 1% 3%;
}

@media only screen and (max-width: 768px){
    .nosotros .somos{
        flex-flow: column;
    }
}

.nosotros .somos h2.titulo{
    font-family: 'Exo-Bold';
    color: #892634;
    margin: 0;
    text-align: center;
    font-size: 40px;
    letter-spacing: 10px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px){
    .nosotros .somos h2.titulo{
        font-size: 45px;
    }
}

.nosotros .somos p{
    font-family: 'Exo-Regular';
    color:#000;
    text-align: justify;
    font-size: 18px;
}

.nosotros .mision-vision,.nosotros .mision-vision > div{
    padding: 0;
}

.nosotros .mision-vision{
    background-color: #ededed;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
}

@media only screen and (max-width: 768px){
    .nosotros .mision-vision{
        flex-flow: column;
    }
}

.nosotros .mision-vision p{
    font-family: 'Exo-Regular';
    color: #000;
    text-align: justify;
    padding: 7%;
    line-height: 30px;
    font-size: 20px;
}

/*contacto*/
.form-contacto input[type="text"],.form-contacto textarea{
    border: 0;
    -moz-box-shadow:    2px 2px 0px 0px #ccc;
      -webkit-box-shadow: 2px 2px 0px 0px #ccc;
      box-shadow:         2px 2px 0px 0px #ccc;
}

.form-contacto label{
    font-family: 'Exo-Light';
    color: #490000;
    letter-spacing: 2px;
}

.form-contacto > div{
    margin: 0.5% 0;
}

.form-contacto > div input[type="submit"]{
    background-color: #452634;
    border:0;
    border-radius: 5px;
    font-family: 'Exo-Bold';
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1% 3%;
}

.form-cotizacion input[type="text"], .form-cotizacion select{
    border: 0;
    -moz-box-shadow:    2px 2px 0px 0px #ccc;
    -webkit-box-shadow: 2px 2px 0px 0px #ccc;
    box-shadow:         2px 2px 0px 0px #ccc;
  font-family: 'Exo-Light';
}

.form-cotizacion p.titulo{
    font-family: 'Exo-Light';
    color:#490000;
    letter-spacing:1px;
    font-size:23px;
}

.form-cotizacion .cotizacion{
    margin: 2% 0;
}

.form-cotizacion .cotizacion .left{
    padding: 0% 2% 0 0;
}

.form-cotizacion .cotizacion .right{
    padding: 0% 0% 0 2%;
    border-left: 1px solid #452634;
}

@media only screen and (max-width:768px){
    .form-cotizacion .cotizacion .right{
        border: 0;
    }
}

.form-cotizacion label{
    font-family: 'Exo-Light';
    color: #490000;
    letter-spacing: 2px;
}

.form-cotizacion .left > div,.form-cotizacion .right > div{
    margin: 0.5% 0;
}

.form-cotizacion > div input[type="submit"]{
    background-color: #452634;
    border:0;
    border-radius: 5px;
    font-family: 'Exo-Bold';
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1% 3%;
}

/*Pagina noticias*/

.page-noticias{
    padding-top:5%;
    background-color: #F2F2F2;
}

.page-noticias .articulo .contenido {
    width:70%;    
}

section.eventos{
    margin: 0;
}

.page-noticias > div{
    padding: 2% 5%;
}

.page-noticias > div .entradas-blog .section-title{
    font-size: 60px;
}

.page-noticias > div .entradas-blog .section-title > div{
    width: 100%;
}

/*Single */

.single h4{
    margin-bottom: 30px;
}

.single p{
    padding-bottom: 10px;
}

.destacadas.page-noticias.single li.articulo {
    display: block;
    position: relative;
}

.destacadas.page-noticias.single a.noticia-img, .destacadas.page-noticias.single a.boletin-img{
    position: initial;
}

.destacadas.page-noticias.single li.articulo img{
    height: 300px;
}

.destacadas.page-noticias.single a.noticia-img:hover .redes-articulos, .destacadas.page-noticias.single a.boletin-img:hover .redes-articulos {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 96px;
        top: initial;
    left: 0;
    opacity: 0.9;
}

.destacadas.page-noticias.single a.boletin-img .redes-articulos .fb-like, .destacadas.page-noticias.single a.noticia-img .redes-articulos .fb-like {
    margin-top: 0; 
}

.destacadas.single-bottom li.articulo {
    flex-flow:column;
        margin: 0 2%;
}

.single-bottom > div{
    padding: 5%;
    background-image: url(img/fondo-single.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.destacadas.single-bottom .subscribirse-boletines img{
    width: 85%;
    padding:10%;
}

.destacadas.single-bottom .btn-single-post{
    font-family: 'Exo-Bold';
    color: #fff;
    text-transform: uppercase;
    background-color: #452634;
}

/* Formacion */
.formacion h1.titulo{
    font-family: 'Exo-Bold';
    color: #892634;
    text-align: center;
    font-size: 65px;
    letter-spacing: 10px;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    transform: translateY(-65%);

}

section.servicios > article .program img{
    width: 15%;
} 

.listForm {
    padding:5em;
    color:#7C7C7C;
    font-size:18px;
    list-style-type: none;
}
.listForm li{
    padding-bottom:1.5em;
}

.formacion .down{
    padding: 3% 1%
}

.formacion .down p{
    border-left: 2px solid #a32131;
    border-right: 2px solid #a32131;
    padding: 0 5%;
    color: #000;
    font-family: 'Exo-Regular';
}

.formacion .down > a div{
    background-image: url(img/ver-mas.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 34px;
    margin: 2% auto;
    cursor: pointer;
    transition: all 1s;
}

.formacion .down > a div:hover{
    background-image: url(img/ver-mas2.png);
}
@media only screen and (max-width: 768px){
    .formacion h1.titulo{
    font-size: 35px;
    /*    margin: 5em 1em 5em 1em;*/
    }
}


.sub-servicios section.servicios > article p{
    line-height: 12px;
    font-size: 65px;
}
/*Logo servicios*/

section.servicios > article .sub-service img{
    border:none;
    padding: 2%;
    width: 15%;
} 

section.servicios > article .sub-service:hover  img{
    padding: 2%;
    border:none;
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 477px;
}
.banner.tributaria {
    background-image: url(img/Tributaria.jpg);
}
.banner.niif {
    background-image: url(img/NIIF.jpg);
}
.banner.auditoria {
    background-image: url(img/Auditoria.jpg);
}
.banner.gestion {
    background-image: url(img/Gestion.jpg);
}
.banner.ti {
    background-image: url(img/TI.jpg);
}

/* Contacto */
.page-contacto, .page-trabaje-con-nosotros{
    padding-top:10%;
}
/* Contacto */
/*FOOTER*/

footer{
    display: flex;
    justify-content:space-between ;
    align-content:center ;
    align-items:flex-start ;
    background-color: #455A65;
    padding: 2% 2%;
}

@media only screen and (max-width: 768px){
    footer{
        flex-flow: column;
        justify-content:center;
        align-items:center ;
        text-align: center;
    }
}

footer section{
    flex: 1;
    padding: 0% 3%;
}

footer section .logo img{
    width: 90%;
}

footer .redes-sociales{
    display: flex;
    justify-content:center ;
    align-content:center ;
    align-items:center ;
}

footer .redes-sociales img{
    width: 80%;
}

footer .redes-sociales a{
    margin-top: 6%;
    margin-right: 2%;
}

footer .copyright{
    text-align: center;
    color: #fff;
    font-family: 'Exo-Regular';
    margin-top: 6%;
}

footer .copyright{

    font-size: 17px;
    letter-spacing: 1px;

}

footer .contacto div{
    margin-top: 4%;
}

footer .contacto a{
    color: #fff;
    font-family: 'Exo-Regular';
    margin-left: 2%;
}

footer .contacto h4{
    font-family: 'Exo-Bold';
    color: #fff;
}

footer .contacto img{
    width: 25px;
}

footer .mailing{
    color: #fff;
}

@media only screen and (max-width: 768px){
   
    footer .mailing{
        width: 70%;
        margin: 0 auto;
    }

}

footer .mailing p{

    margin: 0;
    padding: 0;

}

footer .mailing h4{
    font-family: 'Exo-Bold';
}

footer .mailing .subtitulo{
    font-family: 'Exo-Light';
    font-size: 20px;
    letter-spacing: 0.5px;
}

footer .mailing div.aviso p,footer .mailing div.desarrollador p{
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    font-family: 'Exo-Regular';
    margin-top: 2%;
}

footer .mailing a{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    font-family: 'Exo-Regular';
}

footer .mailing .suscribirse{
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 4px;
}

footer .suscribirse .es_shortcode_form_name,.subscribirse .es_shortcode_form_email, .suscribirse #es_txt_name_pg, .suscribirse .es_shortcode_form_email{
    display: none;
}

footer .suscribirse .es_textbox,.subscribirse .es_lablebox{
    padding: 0;
    margin: 0;
}

footer .mailing .suscribirse .es_shortcode_form{
    display: flex;
}

@media only screen and (max-width: 768px){
    footer .mailing .suscribirse .es_shortcode_form{
        display: initial;
    }
}

footer .mailing .suscribirse .es_shortcode_form .es_button{
    margin: 0;
    padding: 0;
}

footer .mailing .suscribirse #es_txt_button_pg{
    background-color: #fff;
    background-image: url(img/logomin_enviar.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    transition: all 1s;
    padding: 6% 0;
    border-radius: 0px 4px 4px 0px;
    width: 150px;
}

@media only screen and (max-width: 768px){
    footer .mailing .suscribirse #es_txt_button_pg {
        border: 0;
        transition: all 1s;
        padding: 10% 0;
        border-radius: 4px;
        width: 96%;
        margin-top: 5px;
    }
}

footer .mailing .suscribirse #es_txt_button_pg:hover{
    background-color: #A32131;
    background-image: url(img/logomin_enviar2.png);
}

footer .mailing .suscribirse .es_textbox_class{
    padding: 4%;
    border: 0;
    border-radius: 4px 0px 0px 4px;
    background-color: #455a658a;
}

/*footer section h4{
    color: #fff;
    font-family: 'Exo-Bold';
    text-align: left;

}

footer section:first-child{
    text-align: center;
}

footer section:first-child img{
    width: 75%;
}*/

::placeholder { 
    color: #fff; 
    opacity: 1;
    font-family: 'Exo-Light';
}


/*****************************************Cambios Walter Carvajal**************************************************/

/************Page Map************/

.map-outer {
    position: relative;
    float: none;
    display: inline-block;
    width: 100%;
    left: 0;
    transform: translateX(25%);
}

.map-list {
    padding: 0;
    margin: 20px 20px 20px 0;
    position: relative;
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
}

.country-dets{
    text-align: left;
    position: relative;
    left: 0;
    transform: translateX(30%);
}

.map-title--header{
    margin-top: 35px;
    padding-left: 5%
}

#es_msg_pg{
    color: #fff !important;
}

.bg-banner-content{
    position: relative;
    min-height: 580px;
}

.bg-banner-programa{
    background-image: url(http://www.parkerrandall.com.co/wp-content/uploads/2018/08/programas-de-formación.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-id-15 section.servicios{
    padding-top: 0;
}

/*.slick-prev {
    left: 2% !important;
}

.slick-next {
    right: 2% !important;
}
.slick-dots{
    bottom: 0 !important;
}
*/
.car-caption p, .car-caption h3{
    max-width: 90%;
    margin: 0 auto;
}

.single-post .entradas-blog .contenido-entrada ul{
    list-style: initial;
    padding-left: 20px;
    padding-bottom: 15px;
}

.page-id-491 .down ul{
    padding: 1% 10% 4% 12%;
    list-style: initial;
    list-style-type: circle;
    color: #8a2634;
    font-size: 25px;
}

.page-id-491 .down ul li span{
    color: #4d4d4d;
    font-size: 17px;
    font-family: 'Exo-Regular';
}

@media only screen and (min-width: 1366px){
    .map-outer {
        display: inline-block;
        margin-top: 5%;
        width: 70%;
        padding: 0;
        float: right;
    }

    .map-list {
        padding: 60px 50px;
        margin: 5% 0 0;
        position: relative;
        height: auto;
        width: 30%;
        float: none;
        text-align: left;
    }

}
@media (max-width: 1365px){
    .map-outer{
        transform: translateX(20%);
    }
}

/*@media(max-width: 1199px){
    .map-outer{
        transform: translateX(15%);
    }
}*/

@media (max-width: 991px){
    .map-outer{
        transform: translateX(15%);
    }
    
    .bg-banner-content {
        position: relative;
        min-height: 455px;
    }
    .bg-banner-programa {
        background-size: cover;
        background-repeat: no-repeat;
    }
    
}

@media(max-width: 768px){
    .formacion h1.titulo{
        top: 50%;
        transform: translateY(-100%);
    }

}

@media (max-width: 767px){
    .map-outer{
        transform: translateX(5%);
    }

    .map-title--header {
        margin-top: 70px;
    }
}


.map-zoom {
    position: relative;
    display: none;
    height: 338px;
    width: 660px;
    float: left;
}

.map-sth-america, .map-nth-america, .map-middle-east, .map-asia-pac, .map-africa, .map-europe {
    display: none;
}

.map-pins {
    position: absolute;
    height: 338px;
    width: 660px;
    float: left;
}

.map-zoom .map-back {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.map-tooltip {
    background: #555;
    color: #fff;
    padding: 3px 8px;
    z-index: 99;
    position: absolute;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.map-tooltip p {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
}

.map-main {
    position: relative;
    overflow: hidden;
    height: 338px;
    width: 660px;
    float: left;
}

.map-main img {
    position: absolute;
}


.map-list input {
    padding: 6px 5px;
    height: 20px;
    width: 254px;
}

.map-list .country-search a.search-btn, .map-list .country-search a.search:visited {
    background: url(/images/layout/sprite.png) no-repeat 0px -188px;
    margin: 0;
    height: 34px;
    width: 34px;
}

.map-list .country-search .search-result-container {
    background: #fafafa;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
    border-top: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    box-shadow: 0 1px 4px rgba(0,0,0,0.25) 0 5px #bbb;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.25) 0 5px #bbb;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25) 0 5px #bbb;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    height: 240px;
    width: 273px;
    float: left;
}

.map-list .country-dets {
    display: none;
}

.map-list .country-dets .country-location span {
    display: block;
    height: auto;
    width: 100%;
}

.map-list .country-back {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.country-list {
    height: auto;
    width: 100%;
    float: left;
    display: none;
}

.country-list .col-a {
    margin: 15px 0;
    border-right: 1px solid #ddd;
    height: auto;
    width: 314px;
    float: left;
}

.country-list .col-b {
    margin: 15px 0;
    padding-left: 30px;
    height: auto;
    width: 284px;
    float: left;
}

.country-list .col-c {
    margin: 15px 0;
    padding-left: 30px;
    border-left: 1px solid #ddd;
    height: auto;
    width: 285px;
    float: left;
}

.country-list ul {
    padding: 0 0 0 8px;
    margin: 5px 0;
}

.country-list ul li {
    list-style: none;
}

.map-pins .map-pin {
    position: absolute;
    background: #333;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
}

.map-title--header{
    margin-top: 35px;
    padding-left: 5%
}

.map-section--content{
    width: 100%;
    height: 535px;
    overflow: auto;
    max-width: 1366px;
}

.download-file-btn{
    color: #540000 !important;;
    font-family: 'Exo-Bold';
    padding: 25px 0 !important;
    display: block;
}

.download-file-btn:hover{
    color: #909090;
}

@media(max-width: 565px){

    section.servicios article{
            height: 90px;
    }

    .page-id-15 section.servicios article{
            height: 135px;
    }

    .page-id-15 section.servicios > article a img{
            top: -10px;
    }

    .sub-servicios section.servicios > article p{
        line-height: 20px;
        font-size: 40px;
    }

    .page-id-206 .sub-servicios section.servicios > article p, .page-id-208 .sub-servicios section.servicios > article p{
        line-height: 20px;
        font-size: 20px !important;
    }

    .page-id-198 .parrafoServicios ol li{
        word-break: break-all;
        width: 100%;
    }

    .formacion h1.titulo {
        font-size: 25px;
    }
}

@media(max-width: 480px){
    .page-id-15 section.servicios article{
            height: 90px;
    }
}

/*.wcp-carousel-main-wrap .fixed-height-image img{
    display:none !important;
}
*/
.info.rpc-bg p{
    display: none;
}

.car-caption .rpc-title{
    text-align: center;
    position: relative;
    top: 25px;
    font-style: italic;
    font-weight: 100;
}

.car-caption p strong{
    font-size: 30px;
    font-weight: 100;
    position: relative;
    bottom: 120px;
    line-height: 1.2;
}

.car-caption h3 em{
    font-size: 30px;
    font-weight: 100;
    position: relative;
    bottom: 120px;
    line-height: 1.2;
}

.tribe-events-back, .single-tribe_events .tribe-events-single-event-title, .tribe-events-schedule{
    display:none;
}

@media(max-width: 991px){
     .car-caption .rpc-title{
        font-size:15px;
        top: 0px;
    }

    .car-caption p strong, .car-caption h3 em{
        font-size: 20px;
    }
}

@media(max-width:767px){
    
    .fixed-height-image {
        height: 100px !important;
        width: 100%;
    }
    
    .car-caption .rpc-title{
        font-size:15px;
        top: 0px;
    }
    .car-caption p strong{
        font-size: 20px;
        font-weight: 100;
        position: relative;
        bottom: 120px;
        line-height: 1.2;
    }

    .car-caption h3 em{
        font-size: 20px;
        font-weight: 100;
        position: relative;
        bottom: 120px;
        line-height: 1.2;
    }


}

/*********Programas de Formación****************/

#niif, #nicsp{
    cursor: pointer;
}

.panel-disable{
    display: none;
}

.title-programs{
    display: flex;
    align-items: center;
    padding: 20px 7px;
}

.title-programs h3{
    margin: 0;
    color: #540000;
    font-family: 'Exo-Bold';
    text-transform: uppercase;
    font-size: 4rem;
}

.title-programs hr{
    height: 4px;
    background-color: #941c2b;
    width: 100%;
    max-width: 60%;
    float: right;
    margin: 0 0 0 auto;
}

.programas-niif .col-md-6, .programas-niif .col-md-4, .programas-nicsp .col-md-6, .programas-nicsp .col-md-4{
    padding: 20px 7px;
}

.programas-niif p, .programas-nicsp p{
    color: #540000;
    font-family: 'Exo-Bold';
    text-align: center;
    margin-top: 20px;
}

.programas-niif .col-md-6 p{
    font-size: 22px;
}

.programas-nicsp .col-md-6{
    font-size: 19px;
}

@media(min-width: 1500px){
    .programas-niif .col-md-6, .programas-niif .col-md-4 {
        padding:3rem;
    }
    .programas-nicsp .col-md-6, .programas-nicsp .col-md-4{
        padding: 2rem
    }
    .title-programs{
        padding:3rem;
    }
}

@media(max-width: 1400px){
    .programas-niif .col-md-6 p,  .programas-niif .col-md-4 p, .programas-nicsp .col-md-6 p, .programas-nicsp .col-md-4 p{
        font-size: 15px;
    }
}

@media(max-width: 1200px){
    .programas-nicsp .col-md-6, .programas-nicsp .col-md-4{
        padding: 20px 1px;
    }
    .programas-nicsp .col-md-6 p, .programas-nicsp .col-md-4 p{
        font-size: 13px;
    }
}

@media(max-width: 1100px){
    .programas-nicsp .listForm li{
        width: 100%;
    }
    .programas-nicsp .col-md-6 p, .programas-nicsp .col-md-4 p{
            font-size: 20px;
    }
}

@media(max-width: 1024px){
    .listForm li{
        width: 100%;
    }

    .programas-niif .col-md-6 p,  .programas-niif .col-md-4 p, .programas-nicsp .col-md-6 p, .programas-nicsp .col-md-4 p{
        font-size: 20px;
    }
}



