/*

Template 2102 Constructive

http://www.tooplate.com/view/2102-constructive

#ffe18a

*/
@font-face {
    font-family: Mont;
    src: url('/css/font/Mont-Light.otf');
    /* src: url('path/filename.eot?#iefix') format('embedded-opentype'),
    url('path/filename.woff2') format('woff2'),
    url('path/filename.woff') format('woff'),
    url('path/filename.ttf') format('truetype'); */
    }
  


body {
	font-family: 'Mont', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
    color: white;
	overflow-x: hidden;
	overflow-y: scroll;
    min-height: 100vh;
    height: 100%;
    position: relative;
    background: #222222;
}

body.encuesta{
    background-image: url('/img/new_3b.png');
}

.encuesta_footer{
    padding: 0.75rem 1.25rem;
    border-top: 1pxsolidrgba(0,0,0,.125);    
}

/* #preload-01 { background: url(../img/constructive_bg_01.jpg) no-repeat -9999px -9999px; }
#preload-02 { background: url(../img/constructive_bg_02.jpg) no-repeat -9999px -9999px; }
#preload-03 { background: url(../img/constructive_bg_03.jpg) no-repeat -9999px -9999px; opacity:1; }
#preload-04 { background: url(../img/constructive_bg_04.jpg) no-repeat -9999px -9999px; } */

ul { margin: 0; /*padding: 0;*/ }

a, button { transition: all 0.3s ease; }
button:focus { outline: none; }
a:focus {
	text-decoration: none;
	outline: none;
}

a {	color: #FFF;  }

a:hover {
    text-decoration: none;
    color: #ffe18a; }

h1,h2,h3 { font-weight: 300; }

p {
    font-size: 1rem;
    line-height: 2.2;
}

p:last-child { margin-bottom: 0; }

.tm-bg-transparent-black {
    background-color: rgba(0,0,0,0.25);
    padding: 30px;
}

.tm-contact-box-pad { padding: 60px 55px; }
.tm-border-white { border: 1px solid white; }
.media { align-items: center; padding-left:40px; padding-right:65px;}

.tm-icon-circled {
    font-size: 3rem;
    border-radius: 50%;
    border: 1px solid white;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    width: 100px;
    height: 100px;
}

.tm-icon-circled h4{
    margin-top:0px;
    margin-bottom:0px;
}

/* .blockTalleresBlack2 .tm-icon-circled{
    width:90px;
    height:90px;
} */

.tm-font-big { font-size: 1.3rem; }

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}

.tm-main {
    height: 100%;
    min-height: 100vh;
    padding: 0;
}

.tm-main-row {
  height: 100%;
  min-height: 100vh;
  position: relative;
}

#tmMainNavToggle { display: none; }

.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        /*align-items: center;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 50px;
    cursor: default;
    z-index: 100;
    background: rgba(0,0,0,0.50);
    color: white;
    z-index: 1000;
    position:fixed;
    min-height: inherit;
}

.sidebar_new {
    background: rgba(0,0,0,0);
}

.tm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
            /*align-items: center;*/
    /* padding: 50px 10%; */
    width: 100%;
    position: relative;
}

.tm-nav-fa-icon {
    height: 55px;
    border-radius: 50%;
    border: 1px solid white;
    padding: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 35px;
}

.tm-main-nav { font-size: 1.6rem; }
.tm-main-nav li { list-style: none; }
.tm-main-nav a {
    /* background-image: url(../img/nav-item.png); */
    background-repeat: no-repeat;
    background-position: right top;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 40px 0;
    padding-bottom: 10px;
    padding-right: 80px;
}

.tm-main-nav a:hover,
.tm-main-nav a:focus,
.tm-main-nav a.active {
    /*background-image: url(../img/nav-item-highlight.png); */
    color: #ffe18a;
    text-decoration: none;
}

.tm-main-nav a:hover .tm-nav-fa-icon,
.tm-main-nav a:focus .tm-nav-fa-icon,
.tm-main-nav a.active .tm-nav-fa-icon {
    border-color: #ffe18a;
}

.fa-menu {
	width: 50px;
	height: 50px;
}

.tm-btn {
    padding: 15px 30px;
    font-size: 1.3rem;
    font-weight: 300;
    background: transparent;
    border-color: white;
    color: white;
    cursor: pointer;
}

.tm-btn-talleres {
    padding: 0;
}

.tm-btn:hover,
.tm-btn:focus {
    color: #ffe18a;
    border-color: #ffe18a;
}

.tm-btn-submit {
    border-radius: 0;
    display: block;
    padding: 15px 43px;
}

.slick-dots { bottom: -45px; }
.slick-dots li button:before { font-size: 20px; }
.slick-slide { margin: 0 10px; }
.slick-list { margin: 0 -10px; }
.tm-text-shadow {
     /* text-shadow: 0px 3px 2px rgba(50, 50, 50, 1);  */
}

.tm-section {
    max-width: 100%;
    width: auto;
    background: transparent;
}

.col-md-6.tm-contact-col { margin-bottom: 0; }

.tm-img-slider { max-width: 940px; }
/*#tm-section-1 { max-width: 700px; }*/

.tm-icon-media {
  margin-right: 1.5rem;
  margin-left:20px;
  margin-right:10px;
  margin-bottom: 0;
}

address { font-size: 1rem; }
.form-control {
    background: transparent;
    border-color: white;
    color: white;
    font-weight: 300;
    border-radius: 0;
    padding: 15px;
}

.form-control:focus {
    background: transparent;
    color: white;
    border-color: #ffe18a;
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

.items-link {
    position: absolute;
    bottom: 20px;
    right: 60px;
    margin-left: 20px;
    color: white;
    text-align:right;
    width:100%;
    z-index: 999;
}

.text-copyright{
    font-size: small;
}

.footer-link.relative { position: relative; }

.tm-copyright-text {
    display: inline-block;
    font-size: xx-large;
}

footer a { color: white; }

@media (max-width: 1800px) {
  .tm-section { margin-right: auto; }
  .pinceladas { width: 75%;}
}

@media (max-width: 5120px) {
  .tm-nav-fa-icon { margin-right: 25px; }

  .tm-main-nav a {
    margin: 0px 0 20px 0;
    padding-right: 10px;
  }

  .tm-content {
      padding-top:50px;
      padding-left: 5%;
      padding-right: 5%;
      margin-right:0%;
      margin-left:25%;
    }
}

@media (max-width: 1400px) {

    .pinceladas { width: 80%;}
    .tm-main-nav { font-size: 1.4rem; }
    .tm-main-nav a { padding-right: 10px; }
    .tm-nav-fa-icon { margin-right: 25px; }

    .sidebar {
      padding: 51px 30px;
    }
}

@media (max-width: 1340px) {
    .pinceladas { width: 85%;}
  .tm-content {
    padding:0%;
    padding-top:50px;
    padding-left:5%;
    padding-right:5%;
  }
}

@media (max-width: 1199px) {
    .cv{
        text-align: left !important;
    }
    .pinceladas { width: 100%;}
    .tm-content {
        padding:0%;
        padding-top:50px;
        padding-left:15%;
        padding-right:0%;
      }
      .col-md-6.tm-contact-col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
    .pinceladas { width: 95%;}

    /*  Nav toggle
        https://www.youtube.com/watch?v=uyT3NSHhke8
    */
    .tm-content { padding-left:0%; padding-right:8%; margin-left:30px; padding-top:60px;}

    .tm-main-row { position: relative; }

    #tmMainNavToggle {
        display: block;
        position: absolute;
        right: -60px;
        top: 0;
    }

    .menu-icon {
        padding: 10px 15px;
        background: #000000c4;
        border: 1px solid;
        color: #ffe18a;
        cursor: pointer;
        margin-top: 4px;
        margin-left: 4px;
        border-radius: 5px;
        width: 60px;
        height: 50px;
        z-index: 1001;
    }

    #tmSideBar {
        width: 350px;
        position: absolute;
        min-height: 100vh;
        height: auto;
        left: -350px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    #tmSideBar.show { left: 0; }

    .sidebar {
        background: rgba(0,0,0,0.9);
        padding: 20px;
    }

    .tm-section { margin-left: auto; }

    .tm-section-carousel {
      max-width: 620px;
      width: 100%;
    }

}

@media (max-width: 767px) {
  .tm-content { padding: 50px -1px; }
}

@media (max-width: 640px) {
  .tm-section-carousel {
    max-width: 300px;
    padding-bottom: 50px;
  }
}

@media (max-width: 600px) {
    .tm-contact-box-pad { padding: 30px 25px; }

    .footer-link {
      margin: 0 auto;
      width: 90%;
    }
}

@media (max-width: 500px), (max-width: 809px) and (min-width: 767px) {
  .media { flex-direction: column; }
  .tm-icon-media {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 424px){
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        padding-left:0px;
    }

}

/* Loader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
            transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

.tm-image{
    border:1px solid white;
}


.blockTalleresBlack{
    background-color: rgba(0,0,0,0.50);
}

.blockTalleresBlack2{
    background-color: rgba(0,0,0,0.90);
    border: 2px solid white;
}

.blockTalleresWhite{
    background-color: rgba(255,255,255,0.20);
}

.talleresBtn{
    font-size: 1.2rem;
    color:#444;    
    font-weight: bold;
}

.p-inscripcion{
    line-height: 1.2;
}

.cv{
    line-height: normal;
    text-align: justify;
}

.cv-special{
    line-height: normal;
    text-align: justify;
}

.tm-bg-transparent-black-medio{
    background-color: rgba(0,0,0,0.90);
}

.tm-bg-transparent-black-medio-conocenos{
    background-color: rgba(0,0,0,0.90);
}

.combo-talleres{
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1rem;
}

.select-talleres{
    font-size: 1rem;
    font-weight:10;
    color:white;
    border-color:white;
    border-radius: 0;
    padding-top:15px;
    padding-bottom:15px;
}

.thumb{
    width: 98%;
    max-height: auto;
    border: 1px solid white;
    margin-top:2px;
    margin-bottom:2px;
}

.thumb-box{
    /* display: inline-table; */
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap:   0px;
    -moz-column-count:    4;
    -moz-column-gap:      0px;
    column-count:         4;
    column-gap:           0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

select option {
    background: rgba(0, 0, 0, 0.8);
}

.form-control:disabled, .form-control[readonly] {
    background-color:black;
    opacity: 0.7;
}

.text-danger {
    color: #ff8e99!important;
}

.form-control{
    font-size:0.9rem;
}

.ownFontWeight100{
    /*font-weight: 100; */
    width:8em;
}

.ownFontWeight600{
    font-weight: 600;
    font-size:185%;
}

.ownFontWeight600-150{
    font-weight: 600;
    font-size:150%;
}

.ownBlockComments{
    /*padding:5%;*/
}
.ownBlockCommentsBackgroundColor{
    background-color: #17a3b8d6;
    padding:30px;
    border:1px solid black;
}

.ownBlockCommentsBackgroundColorNew{
    background-color: #d04677;
    padding:30px;
    border:1px solid white;
    color:white;
}

.special-title{
    /* font-family: Arial, Helvetica, sans-serif; */
    /* color:black;
    text-shadow: 0px 3px 2px rgb(200 200 200); */
    font-weight: 700;
  }
/* .special-title-white{
    font-family: Arial, Helvetica, sans-serif;
    color:white;
    text-shadow: 0px 3px 2px rgb(50 50 50);
    font-weight: 900;
  } */

.special-contact-form .form-control{
    color:white;
    border-color:black;
    background-color: #00000063;
}
.special-text{
    color:black;
    font-weight: 600;
}
.special-text-redes{
    color:black;
    font-weight: 500;
}
.special-btn-violet{
    background-color: #d04677;
    color:white;
}
.special-btn{
    background-color: #ffc107;
    color:black;
}
.special-btn-white{
    background-color:#000000b3;
}
.special-btn-new {
    background-color: #f7e0b7;
    color: black;
    font-weight: 600;
}
.special-btn-new:hover{
    color:black;
    background-color: rgb(255, 213, 141);
}
.special-talleres{
    color:black;
    text-shadow: 0px 3px 2px rgb(200 200 200);
    font-weight: normal;
}
.special-talleres-3{
    color: white;
    text-shadow: 0px 3px 2px rgb(255 255 255 / 38%);
    font-weight: normal;
}
.only-for-update{
 color: blue;   
}

.extra-padding{
    padding:59px;
}
.extra-padding-2{
    padding:40px;
}
.titulo-modulo{
    font-weight: 600;
}
.subtitulo-modulo{
    font-weight: 200;
    font-size: 1.6rem;
}
.btn-secondary,.btn-home{
    padding: 30px 60px;
    font-size: x-large;
    border: 5px solid white;
    background-color:#333;
}

.text-black{
    color:black;
}

.border-2-white{
    border:2px solid white;
}

a.border-2-white:hover{
    border:2px solid white;
}

.exact-height-1{
    min-height: 250px;
    border: 1px solid white;
    border-radius: 0.15em;
}

.exact-height-2{
    height: 200px;
}

.effect{
    opacity:100%;
    transition-duration: 0.5s;
}
.effect:hover{
    transform: scale(1.2);
}

.li_new {
    background-color: rgba(0,0,0,0.4);
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.card-value{
    border: 12px solid #d04677;
    background-color: #f6dfb6 !important;
    color: black;
    font-weight: 600;
}

.icons-intro{
    text-align: right !important;
}

.special-contact-form{
    padding-bottom:15px;
}