/*
Theme Name: Customizr Child
Theme URI: http://www.pausisweb.com.ar
Version: 1
Description: Tema hijo de Customizr para hacer cambios sin riesgo
Author: PausisWeb
Author URI: http://www.pausisweb.com.ar
Template: customizr
*/
 
@import url("../customizr/style.css");
 
/*----------------- Empieza a añadir cambios aquí abajo -------------------------------*/
article .entry-content a{text-decoration: none;}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    background-color: #e7e8ea;
    font-size: 13px;
    color: #474a4c;
    overflow-x: hidden;
}
.breadcrumbs{text-align: right;}
.breadcrumbs .trail-begin,.breadcrumbs .trail-end {
    color: #fff;
    background: #d9d9d9;
    padding-left: 15px;
    padding-right: 10px;
    padding-top:5px;
    padding-bottom:5px;
    position: relative;
}


.breadcrumbs .trail-begin:active,.breadcrumbs .trail-end:active ,
.breadcrumbs .trail-begin:hover,.breadcrumbs .trail-end:hover {
    color: #fff;
    background: #00263a;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}
.h3, h3 {
    font-size: 24px;
}
/*.wp-block-image figcaption::before, .wp-caption-text::before {
    content: '';
    border-top: 0px solid #313131;
    width: 0em;
    max-width: 0%;
     display: block;
    margin-bottom: 0px;
}*/
.wp-block-image figcaption::before, .wp-caption-text::before {
    content: '';
    border-top: 0px solid #313131;
    display: block;
    margin-bottom: 0px;
    position: absolute;
    
    height: 0px;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0%;
    background: #313131;
    
}
.wp-block-image figcaption:hover:before, .wp-caption-text:hover:before {
    
    height: 2px;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 40%;
    background: #313131;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    
    transition: all .3s ease 0s;
}
.wp-block-image figcaption, .wp-caption-text {
    color: #000;
    text-align: left;
    margin: 1.25em 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
}
.wp-block-image figcaption, .wp-caption-text {
    position: relative;
    top: 50%;
    transform: translateY(-100%);
    margin: 0;
    padding: 15px;
}
.dipiu-box-content{
    background: #00263a;
    padding:5px 5px;
    margin-bottom: 30px;
}
h2{font-size:24px;}
input[type=text], select, textarea {
    border: 1px solid #d5d7d7;
}
input[type=text]{
	width:inherit;
	min-width:335px;
	display:inline-block;
}
.branding .navbar-brand {
    font-size: 2.0em;}
 .nav__title{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#000000;
	font-weight:normal;
}
.nav__title:hover{color:#21409a;}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination li {
    margin-bottom: 10px;
    display: inline;
}
.pagination li a, .pagination li.active a {
    border: 1px solid #DDD;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination li.active a {
    background-color: #21409a;
	color:#fff;
}
#dipiu_datos-admin .pagination>li>a,#dipiu_datos-admin .pagination>li>span {
	font-size:15px;
}
#campos {
    background-color: white;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
#campos .label-success {
    background-color: #21409a;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
#campos label{min-width:auto;}
.dipiu-space{min-width:20px;}
#campos .label-warning {
    font-size: 100%;
    font-weight: lighter;
}
.listing-body h3 {
    font-size: 24px	;
    font-weight: 500;
    line-height: inherit;
	color:#21409a;
	margin-top:inherit;
}
#campos .row {
    margin-top: 0.25em;
    margin-bottom: 0em;
}
#campos li{
	border-top:2px solid #21409a;
	}
hr{border-top: 1px solid #21409a;margin:0em;}
.container[role=main] {
    margin-top: 0em;
}
.entry-header .entry-title{
	background-color: #fff;
    color: #474a4c;
    padding: 0px 20px 10px 0px;
    text-align: center;
    text-transform: uppercase;}
	
.dipiu_datos_encontrados h2{
	margin: 0px;
    padding: 0px 20px 10px 20px;
    background-color: #46b6db;
	color: #fff;
	}
.alterna-color:nth-child(odd){
	background: #f0f0f0; 
	}
.pull-right {
    float: right!important;
}
.btn,input[type="submit"]{
	padding:3px 10px;
    border: 1px solid transparent;
    border-radius: 2px;
	font-size:0.9em;
	}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-two,input[type="submit"] {
    
	white-space: nowrap;
    fill: #00263A;
    color: #00263A;
    background-color: #E7E8EA;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00263A;
}
.btn-two:hover,input[type="submit"]:hover {
	
    background-color: #ffffff;
}
.btn-contact-two{
    white-space: nowrap;
    fill: #00263A;
    color: #00263A;
    background-color: #E7E8EA;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00263A;
    font-size:12px;
}
.btn-contact-two:hover{
	
    background-color: #ffffff;
}
.bggreen{color: #ffffff;
    background-color: #46b6db;}
.bggreen:hover{color: #ffffff;
    background-color: #46b6db;}
.btn-xs {
    padding: 4px 10px;
	    font-size: 12px;
    line-height: 1.5;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}
.w-box.white .thmb-img i {
    font-size: 64px;
    color: #616161;
}
.w-box.white .thmb-img {
    text-align: center;
    padding: 15px 0;
}
.w-box.white h2 {
    border-bottom: 0;
    text-align: center;
}
.features h2, .features p, .aviso .well {
    font-size: 1em;
    line-height: 1.1em;
}
.w-box h2 {
    margin: 0;
    padding: 12px 15px 0px 15px;
    font-weight: 200;
    font-size: 16px;
    color: #333;
}
.w-box p {
    margin: 6px 0;
    padding: 0 15px;
    padding-bottom: 8px;
}
.color-red{background:red;color:#ffffff !important;}
.color-blue{color:#21409a;}
.color-yellow{background:yellow;}
.color-green{background:green;color:#ffffff !important;}
.color-gris{background:grey;}
.color-naranja{background:rgb(255,153,0);color:#ffffff !important;}
.color-violeta{background:rgb(166,77,121);}
.color-lila{background:rgb(213,166,189);}
.color-celeste{background:rgb(74,134,232);}
.listing-body .row {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}
.listing-body h4{
margin-top: 0em;
}
.fondoceleste{background:#aee2fa;color:#46b6db;padding: 0px 20px 10px 20px;}
.contenedor-title{background-color: #21409a;
    color: #fff;
    }
.topbar-navbar__wrapper {
	background-color: #21409a;
    color: #fff;
	}
#topbar-menu .nav__title::before{background:none;}
#topbar-menu .nav__title{color:#ffffff;font-family:'Open Sans';font-size:90%;}
#topbar-menu .nav__title:hover{color:#ffffff}
.czr-credits{display:none;}
#colophon .socials{display:none;}
.arrow-down{padding:5px;}
.arrow-down i{
    color: #ffffff;
    font-size: 20px;
}
.arrow-down.active i{
transform: rotate(90deg);
}
#dtHorizontal {display: inline-block;}
#dtHorizontal th,#dtHorizontal tr,#dtHorizontal td{
	padding: 5px;
    border: 1px solid #D1D1D1;
    letter-spacing: inherit;
    font-size: 12px;
    margin: 0px;
    line-height: 13px;
	}
#dtHorizontal td{
	color:#000000;
}

.container{max-width:100%}
select {
    display:inline-block;
    width: auto;
    max-width: inherit;
	min-width:335px;
}
h3{
	font-size:24px;
	}
label{
	min-width:200px
	}
	
#dipiu_datos-admin h2{font-size:15px;line-height: 1.5em;}
#dipiu_datos-admin h3{font-size:15px;}
#dipiu_datos-admin label{font-size:14px;min-width:130px;}
#dipiu_datos-admin input[type=text],#dipiu_datos-admin  select,#dipiu_datos-admin  textarea 
{	font-size:14px;
	display:inline-block;
	padding: 2.5px 8px 2.5px 8px;
}
#dipiu_datos-admin input[type=text],#dipiu_datos-admin  select{max-width:70%;}
#dipiu_datos-admin .btn-two, input[type="submit"]{
	font-size:12px;
	}
article .entry-content{font-size:16px;}
.sort:hover {
  background-color:#f3f3f3;
}


.sort.active i{
transform: rotate(180deg);
}

.grilla{min-width: 100px !important;
    padding: 2.5px 2px 2.5px 2px !important;
    font-size: 13px !important;}
#footer{background: #858484;
    border-top: 5px solid #00263a;}
#footer_one a {color:#fff;font-weight:400;    font-size: 16px;}
#footer_one a:hover {color:#00263a;}
#footer .fab{    color: #fff !important;
    font-size: 24px;}
#footer p{   font-size: 16px;}

.dipiu-scroll{
	overflow:auto;
	max-height: calc(90vh - 60px);
	position:relative;
	z-index: 1;
	margin:auto;
	overflow:auto;
	width:100%;
}
.dipiu-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.dipiu-scroll thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.dipiu-scroll th:first-child,.dipiu-scroll th:nth-child(2),.dipiu-scroll th:nth-child(3)
,.dipiu-scroll td:first-child,.dipiu-scroll td:nth-child(2),.dipiu-scroll td:nth-child(3) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}
.dipiu-scroll th:first-child,.dipiu-scroll th:nth-child(2),.dipiu-scroll th:nth-child(3){
  background: yellow;
}
.dipiu-scroll td:first-child,.dipiu-scroll td:nth-child(2),.dipiu-scroll td:nth-child(3) {
  background: #ccc;
}

.dipiu-scroll th:first-child,.dipiu-scroll td:first-child{left: 0px;}
.dipiu-scroll th:nth-child(2),.dipiu-scroll td:nth-child(2){left: 25px;}
.dipiu-scroll th:nth-child(3),.dipiu-scroll td:nth-child(3){left: 55px;}

.highlighted {
    background: #46b6db !important;
}
.dipiu-label-buscar{
	min-width:212px !important;
}

#tdlogin{width:10% !important;}

.dipiu_texto_ico{font-size:13px;text-align: center;}
.dipiu_boxed_descri .dipiu_texto_ico{font-size:26px;text-align: center;font-weight:100;}
.dipiu_boxed_descri .dipiu_texto_ico img{width:26px;}
.dipiu-box-content-foot {
    background: #00334e;
    color: #f1f1f9;
    text-align: right;
    margin: 2px 0 5px 0;
    padding: 5px 20px;
    min-height: 35px;
}

.dipiu-btn-info {
    background-color: #0c6594;
    border-color: #0c6594;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.dipiu-btn-info:hover{color:#9f9f9f;}

.youtube-container-child
{
	position: relative;
	padding-bottom: 49.1%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.youtube-container-child iframe, .youtube-container-child img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.play-button span{
    position: absolute;
    top: 45%;
    left: 45%;
    color: red;
    font-size: 50px;
}
.dipiu_perfil_imagen {
    width: 120px;
    height: 120px;
    float: left;
}
.dipiu_perfil_info {
    margin-left: 120px;
}
.dipiu_perfil_info h4{
   font-size:18px;
}
.dipiu_perfil_info h2,.dipiu_perfil_info h4{
    margin-top:0px;
}
.dipiu_perfil{display:inline-block;
    margin-bottom: 25px;}
.dipiu_perfil_button{
     border:1px solid #c2c2c2;
     font-size: 12px;
     padding: 1px 5px;
}
.dipiu_perfil_button:hover{
background-color: #bababa;
    border-color: #bababa;
    color: #fff;
}
.dipiu-leyenda-abajo figcaption{
    margin-top: 23px;
    background: #ced0c9bf;
}
#slider .ui-slider-handle{
    border: 1px solid #0c6594;
    border-radius: 50%;
}
#slider label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
}
/* below is not necessary, just for style */
#slider {
    width: 100%;
    margin: 2px;
}

#sliderha .ui-slider-handle{
    border: 1px solid #0c6594;
    border-radius: 50%;
}
#sliderha label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
    
}
/* below is not necessary, just for style */
#sliderha {
    width: 100%;
    margin: 2px;
}
.dipiu-aptitudes{margin:0 !important;}
.dipiu-expand-div{display:none;}
#pv-search .row{margin:0;}
#pv-search .dipiu-expand{background: #858484 !important;}
#pv-search .btn-lg{background: #00263a;}
#jssor_1 .dipiu_texto_carr h3::before, #jssor_1 .dipiu_texto_carr h3::before {
    content: '';
    border-top: 0px solid #313131;
    display: block;
    margin-bottom: 0px;
    position: absolute;
    
    height: 0px;
    bottom: -5px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0%;
    background: #313131;
    
}

#jssor_1 .dipiu_texto_carr h3:hover:before, #jssor_1 .dipiu_texto_carr h3:hover:before {
    
    height: 2px;
    bottom: -5px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 60%;
    background: #313131;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    
    transition: all .3s ease 0s;
}
.dipiu_texto_ico{
    min-height: 44px;
    max-height: 44px;   
}
figcaption
{
    cursor: pointer;
    
}
#dipiu-expand-div select{min-width: 120px !important;padding:2px;text-transform: capitalize;}
.hamburger-toggler__container {margin-left: -50%;}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
    margin: 0;
}
.dipiu-contacto-box-content{
    border: 1px solid #e7eaec;
    padding: 20px;
    box-shadow: 0 3px 7px 0 #a8a8a8;
    background-color: #fff;
    margin-bottom: 20px;
    outline: 0!important;
}
.dipiu-contacto-det-content1{
    position: relative;
    background: #00263a;
    overflow: hidden;
    border-radius: 6px;
    display: table;
    padding: 30px;
    color: #fff;
    min-height: 60vh;
    width: 100%;
}
.dipiu-contacto-det-content2{
    border: 1px solid #e7eaec;
    padding: 20px;
    box-shadow: 0 3px 7px 0 #a8a8a8;
    background-color: #fff;
    margin-bottom: 20px;
    outline: 0!important;
}
.dipiu-contacto-det-content2,.dipiu-contacto-det-content2 h3, .dipiu-contacto-det-content2 p{
    color:#474a4c
}
.dipiu_imagen_clasificado{
       text-align: center;
}
.dipiu_imagen_clasificado img{
    clip-path: circle();
    width:100px;
}
.contact-box-footer {
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #e7eaec;
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 74px;
    max-height: 74px;
}
.dipiu_texto_ubi{font-size:16px;}
.dipiu_contacto_texto_ubi{font-size:13px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 74px;
    max-height: 74px;
}
.nav__search {display:none !important;}
.topbar-navbar__wrapper {
    background-color: #ffffff;
    color: #676767;
}
.topbar-contact__info, .topbar-nav__container, .topbar-nav__menu-wrapper {
    float:right;
}
#topbar-menu .nav__title {
    
    font-family: inherit;
    font-size: 90%;
    white-space: nowrap;
    color: #fff;
    background-color: #00263a;
    transition: all .5s;
    border: 1px solid #00263a;
    padding: 5px 10px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}
#topbar-menu .nav__title:hover {color: rgb(195, 189, 189);}
.header-search__container, .mobile-nav__container, .mobile-nav__nav, .tc-header, .topbar-navbar__wrapper, .vertical-nav>li:not(:last-of-type) {
    border-bottom: 0px solid;
}
.desktop-sticky, .mobile-sticky {
    box-shadow: 0 0 0;
    transition: -webkit-transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;
    transition: transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;
}
.topbar-nav__socials{
    display: none !important;
}
.topbar-navbar__row {
    min-height: 0px !important;
    position:relative;
    top:20px;
    z-index: 99;
}
