html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
html, body{font-family:'Lato', helvetica, arial, sans-serif;height:100%;margin:0;}
.clear{clear:both;}
p{font-size:1em;line-height:1.4em;margin-bottom:20px;color:#444;}
#cv{width:90%;max-width:800px;background:#f3f3f3;margin:30px auto;}
.mainDetails{padding:25px 35px;border-bottom:2px solid #cf8a05;background:#ededed;}
#name h1{font-size:2.5em;font-weight:700;font-family:'Rokkitt', Helvetica, Arial, sans-serif;margin-bottom:-6px;}
#name h2{font-size:2em;margin-left:2px;font-family:'Rokkitt', Helvetica, Arial, sans-serif;}
#mainArea{padding:0 40px;}
#headshot{width:12.5%;float:left;margin-right:30px;}
#headshot img{width:100%;height:auto;-webkit-border-radius:50px;border-radius:50px;}
#name{float:left;}
#contactDetails{float:right;}
#contactDetails ul{list-style-type:none;font-size:0.9em;margin-top:2px;}
#contactDetails ul li{margin-bottom:3px;color:#444;}
#contactDetails ul li a, a[href^=tel]{color:#444;text-decoration:none;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-o-transition:all .3s ease-in;-ms-transition:all .3s ease-in;transition:all .3s ease-in;}
#contactDetails ul li a:hover{color:#cf8a05;}
section{border-top:1px solid #dedede;padding:20px 0 0;}
section:first-child{border-top:0;}
section:last-child{padding:20px 0 10px;}
.sectionTitle{float:left;width:25%;}
.sectionContent{float:right;width:72.5%;}
.sectionTitle h1{font-family:'Rokkitt', Helvetica, Arial, sans-serif;font-style:italic;font-size:1.5em;color:#cf8a05;}
.sectionContent h2{font-family:'Rokkitt', Helvetica, Arial, sans-serif;font-size:1.5em;margin-bottom:-2px;}
.subDetails{font-size:0.8em;font-style:italic;margin-bottom:3px;}
.keySkills{list-style-type:none;-moz-column-count:3;-webkit-column-count:3;column-count:3;margin-bottom:20px;font-size:1em;color:#444;}
.keySkills ul li{margin-bottom:3px;}
@media all and (min-width:602px) and (max-width:800px){#headshot{display:none;}
.keySkills{-moz-column-count:2;-webkit-column-count:2;column-count:2;}
}
@media all and (max-width:601px){#cv{width:95%;margin:10px auto;min-width:280px;}
#headshot{display:none;}
#name, #contactDetails{float:none;width:100%;text-align:center;}
.sectionTitle, .sectionContent{float:none;width:100%;}
.sectionTitle{margin-left:-2px;font-size:1.25em;}
.keySkills{-moz-column-count:2;-webkit-column-count:2;column-count:2;}
}
@media all and (max-width:480px){.mainDetails{padding:15px 15px;}
section{padding:15px 0 0;}
#mainArea{padding:0 25px;}
.keySkills{-moz-column-count:1;-webkit-column-count:1;column-count:1;}
#name h1{line-height:.8em;margin-bottom:4px;}
}
@media print{#cv{width:100%;}
}
@-webkit-keyframes reset{0%{opacity:0;}
100%{opacity:0;}
}
@-webkit-keyframes fade-in{0%{opacity:0;}
40%{opacity:0;}
100%{opacity:1;}
}
@-moz-keyframes reset{0%{opacity:0;}
100%{opacity:0;}
}
@-moz-keyframes fade-in{0%{opacity:0;}
40%{opacity:0;}
100%{opacity:1;}
}
@keyframes reset{0%{opacity:0;}
100%{opacity:0;}
}
@keyframes fade-in{0%{opacity:0;}
40%{opacity:0;}
100%{opacity:1;}
}

.instaFade{-webkit-animation-name:reset, fade-in;-webkit-animation-duration:1.5s;-webkit-animation-timing-function:ease-in;-moz-animation-name:reset, fade-in;-moz-animation-duration:1.5s;-moz-animation-timing-function:ease-in;animation-name:reset, fade-in;animation-duration:1.5s;animation-timing-function:ease-in;}
.quickFade{-webkit-animation-name:reset, fade-in;-webkit-animation-duration:2.5s;-webkit-animation-timing-function:ease-in;-moz-animation-name:reset, fade-in;-moz-animation-duration:2.5s;-moz-animation-timing-function:ease-in;animation-name:reset, fade-in;animation-duration:2.5s;animation-timing-function:ease-in;}
.delayOne{-webkit-animation-delay:0, .5s;-moz-animation-delay:0, .5s;animation-delay:0, .5s;}
.delayTwo{-webkit-animation-delay:0, 1s;-moz-animation-delay:0, 1s;animation-delay:0, 1s;}
.delayThree{-webkit-animation-delay:0, 1.5s;-moz-animation-delay:0, 1.5s;animation-delay:0, 1.5s;}
.delayFour{-webkit-animation-delay:0, 2s;-moz-animation-delay:0, 2s;animation-delay:0, 2s;}
.delayFive{-webkit-animation-delay:0, 2.5s;-moz-animation-delay:0, 2.5s;animation-delay:0, 2.5s;}
.dropbtn{background-color:#4CAF50;color:white;padding:16px;font-size:16px;border:none;cursor:pointer;}
.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:12px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;padding:10px 16px;}
.btn-lg{font-size:12px;line-height:1.33;border-radius:6px;}
.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd;}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e;}
.btn-primary.raised:active, .btn-primary.raised.active{background:#ffbc00;box-shadow:none;margin-bottom:-4px;margin-top:4px;}
.btn{padding:22px 50px;border:none;border-color:#000;font-weight:bold;letter-spacing:1px;font-size:0.9em;}
.btn:focus, .btn:active:focus, .btn.active:focus{outline:0 none;}
.btn-primary{background:#FFC727;color:#562020;font-weight:normal; -webkit-box-shadow: 3px 2px 10px 1px rgba(0,0,0,0.85);
-moz-box-shadow: 3px 2px 10px 1px rgba(0,0,0,0.85);
box-shadow: 3px 2px 10px 1px rgba(0,0,0,0.85);}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{background:#FFC727;color:#562020;}
.btn-primary:active, .btn-primary.active{background:#562020;box-shadow:none;}
.container-fluid{background-color:#FFF;padding-right:0px;padding-left:0px;margin-right:0px;margin-left:0px; margin-top: 60px;}


/* Diseño para PC */
.img-small{
    width: 120px;
    height: 120px;
}
.row {
    margin-right: 0px;
}

.espacio {
  margin-top: 10px;
}

.fondoBlog {background:url("../img/transportistas/fondo-camion-transportistas.66ca7089e30b.png");
  /* Full height */
    height: 50%; 
    /* Center and scale the image nicely */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;}

.fondoBlog h1{line-height:1.0em;font-size:42px;color:#fff;font-weight:bold; font-family: 'Lato'; margin-top: 100px;}
.fondoBlog h2{line-height:1.2em;font-size:20px;color:#fff;font-weight:normal; font-family: 'Lato'; margin-top: 15px;}


.fondoBlog2 {background-color: #efefef;}
h1 {
  margin-top: 15px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom:15px;
}
a{
  color: #2D0770;
}
h2 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom:15px;

  }
h3 {
    margin-top: 15px;
    font-size: 26px;
    font-weight: bold;
    margin-bottom:15px;

  }

h4 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:15px;
  }
strong{
    font-weight: bold;
}

p {
  font-size: 14px;
}

img{
    width: 100%;
    height: auto;
}
.normal{

    width: auto;
    height: auto;
}


body {
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0;
}

.page-header {
  font-size: 50px;

}

.page-subheader {
  font-size: 25px;
  font-weight: italic;
}

.bungee {
  font-family: 'Bungee';
}
li {
    font-size: 18px;
  }

/* Footer */
.sectionFooter { margin-bottom: -5px;}
.sectionFooter h1{font-size:22px;color:#fff;margin-bottom:15px;}
.sectionFooter h2{font-size:18px;color:#fff;margin-bottom:15px;}
.sectionFooter h3{font-size:14px;color:#fff;font-family:'Lato'}
.sectionFooter a{font-size:12px;color:#fff;font-family:'Lato';}
.sectionFooter em{color:#FFC727;font-size:18px;margin-bottom:15px;}



.load404{background-color:#fff;font-family:'Lato';background-repeat:no-repeat;background-size:cover;padding:0 0 0 0px !important;}
.load404 h1{margin-top:120px;font-size:48px;text-align:center;font-weight:bold;}
.load404 h2{margin-top:35px;font-size:26px;text-align:center;font-weight:bold;}
.card-container.card{max-width:350px;padding:40px 40px;}
.fondoMisCargas{background-color:#fffdf4;background-repeat:no-repeat;background-size:cover;padding:0 0 0 0px !important;}
.segmented-control{position:relative;display:inline-block;border:1px solid currentColor;font-style:normal;font-weight:normal;text-decoration:none;overflow:hidden;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-user-select:-moz-none;-ms-user-select:none;-webkit-user-select:none;user-select:none;-moz-transition-duration:0.7s;-o-transition-duration:0.7s;-webkit-transition-duration:0.7s;transition-duration:0.7s;-moz-transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);-o-transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);-webkit-transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-transition-property:none;-o-transition-property:none;-webkit-transition-property:none;transition-property:none;-webkit-tap-highlight-color:transparent;}
.segmented-control > input{position:absolute;left:-10000px;opacity:0;}
.segmented-control > input[type='checkbox'] ~ label{-moz-transition-duration:0s;-o-transition-duration:0s;-webkit-transition-duration:0s;transition-duration:0s;}
.segmented-control > input[type='checkbox'] ~ label:before{opacity:0;}
.segmented-control > input:disabled:nth-child(1) ~ label:nth-of-type(1){opacity:0.3;cursor:not-allowed;}
.segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):before{opacity:1;}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:before{-moz-transform:translateX(0%);-ms-transform:translateX(0%);-webkit-transform:translateX(0%);transform:translateX(0%);}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before{-moz-transform:translateX(0%);-ms-transform:translateX(0%);-webkit-transform:translateX(0%);transform:translateX(0%);}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before{-moz-transform:translateX(0%);-ms-transform:translateX(0%);-webkit-transform:translateX(0%);transform:translateX(0%);}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before{-moz-transform:translateX(0%);-ms-transform:translateX(0%);-webkit-transform:translateX(0%);transform:translateX(0%);}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before{-moz-transform:translateX(0%);-ms-transform:translateX(0%);-webkit-transform:translateX(0%);transform:translateX(0%);}
.segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before{-moz-transform:translateX(0%);-ms-transform:translateX(0%);-webkit-transform:translateX(0%);transform:translateX(0%);}
.segmented-control > input:disabled:nth-child(2) ~ label:nth-of-type(2){opacity:0.3;cursor:not-allowed;}
.segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):before{opacity:1;}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before{-moz-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before{-moz-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before{-moz-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before{-moz-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);}
.segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before{-moz-transform:translateX(100%);-ms-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);}
.segmented-control > input:disabled:nth-child(3) ~ label:nth-of-type(3){opacity:0.3;cursor:not-allowed;}
.segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):before{opacity:1;}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before{-moz-transform:translateX(200%);-ms-transform:translateX(200%);-webkit-transform:translateX(200%);transform:translateX(200%);}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before{-moz-transform:translateX(200%);-ms-transform:translateX(200%);-webkit-transform:translateX(200%);transform:translateX(200%);}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before{-moz-transform:translateX(200%);-ms-transform:translateX(200%);-webkit-transform:translateX(200%);transform:translateX(200%);}
.segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before{-moz-transform:translateX(200%);-ms-transform:translateX(200%);-webkit-transform:translateX(200%);transform:translateX(200%);}
.segmented-control > input:disabled:nth-child(4) ~ label:nth-of-type(4){opacity:0.3;cursor:not-allowed;}
.segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):before{opacity:1;}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before{-moz-transform:translateX(300%);-ms-transform:translateX(300%);-webkit-transform:translateX(300%);transform:translateX(300%);}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before{-moz-transform:translateX(300%);-ms-transform:translateX(300%);-webkit-transform:translateX(300%);transform:translateX(300%);}
.segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before{-moz-transform:translateX(300%);-ms-transform:translateX(300%);-webkit-transform:translateX(300%);transform:translateX(300%);}
.segmented-control > input:disabled:nth-child(5) ~ label:nth-of-type(5){opacity:0.3;cursor:not-allowed;}
.segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):before{opacity:1;}
.segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before{-moz-transform:translateX(400%);-ms-transform:translateX(400%);-webkit-transform:translateX(400%);transform:translateX(400%);}
.segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before{-moz-transform:translateX(400%);-ms-transform:translateX(400%);-webkit-transform:translateX(400%);transform:translateX(400%);}
.segmented-control > input:disabled:nth-child(6) ~ label:nth-of-type(6){opacity:0.3;cursor:not-allowed;}
.segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):before{opacity:1;}
.segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before{-moz-transform:translateX(500%);-ms-transform:translateX(500%);-webkit-transform:translateX(500%);transform:translateX(500%);}
.segmented-control > label{display:inline-block;padding:0 .71em;cursor:pointer;float:left;line-height:3em;font-style:inherit;font-weight:inherit;text-decoration:inherit;-moz-transition-property:none;-o-transition-property:none;-webkit-transition-property:none;transition-property:none;-moz-transition-duration:inherit;-o-transition-duration:inherit;-webkit-transition-duration:inherit;transition-duration:inherit;-moz-transition-timing-function:inherit;-o-transition-timing-function:inherit;-webkit-transition-timing-function:inherit;transition-timing-function:inherit;}
.segmented-control > label:before, .segmented-control > label:after{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%);}
.segmented-control > label:after{color:white;content:attr(data-value);text-align:center;padding:inherit;z-index:10;font-style:inherit;text-decoration:inherit;font-weight:inherit;opacity:0;-moz-transition-property:opacity, -moz-transform;-o-transition-property:opacity, -o-transform;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, transform;-moz-transition-duration:inherit;-o-transition-duration:inherit;-webkit-transition-duration:inherit;transition-duration:inherit;-moz-transition-timing-function:inherit;-o-transition-timing-function:inherit;-webkit-transition-timing-function:inherit;transition-timing-function:inherit;}
.segmented-control > label:after, .segmented-control > label{text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.segmented-control > label:before{content:'';color:inherit;background:currentColor;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-webkit-transition-property:-webkit-transform;transition-property:transform;-moz-transition-duration:inherit;-o-transition-duration:inherit;-webkit-transition-duration:inherit;transition-duration:inherit;-moz-transition-timing-function:inherit;-o-transition-timing-function:inherit;-webkit-transition-timing-function:inherit;transition-timing-function:inherit;}
.segmented-control > label:first-of-type:nth-last-of-type(1), .segmented-control > label:first-of-type:nth-last-of-type(1):after, .segmented-control > label:first-of-type:nth-last-of-type(1):before, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:before{width:100%;}
.segmented-control > label:first-of-type:nth-last-of-type(2), .segmented-control > label:first-of-type:nth-last-of-type(2):after, .segmented-control > label:first-of-type:nth-last-of-type(2):before, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:before{width:50%;}
.segmented-control > label:first-of-type:nth-last-of-type(3), .segmented-control > label:first-of-type:nth-last-of-type(3):after, .segmented-control > label:first-of-type:nth-last-of-type(3):before, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:before{width:33.33333%;}
.segmented-control > label:first-of-type:nth-last-of-type(4), .segmented-control > label:first-of-type:nth-last-of-type(4):after, .segmented-control > label:first-of-type:nth-last-of-type(4):before, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:before{width:25%;}
.segmented-control > label:first-of-type:nth-last-of-type(5), .segmented-control > label:first-of-type:nth-last-of-type(5):after, .segmented-control > label:first-of-type:nth-last-of-type(5):before, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:before{width:20%;}
.segmented-control > label:first-of-type:nth-last-of-type(6), .segmented-control > label:first-of-type:nth-last-of-type(6):after, .segmented-control > label:first-of-type:nth-last-of-type(6):before, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:before{width:16.66667%;}
.segmented-control.italic, .segmented-control .italic{font-style:italic;}
.segmented-control.bold, .segmented-control .bold{font-weight:bold;}
.segmented-control.underline, .segmented-control .underline{text-decoration:underline;}
.segmented-control.line-through, .segmented-control .line-through{text-decoration:line-through;}
.read-more-state{display:none;}
.read-more-target{opacity:0;max-height:0;font-size:0;transition:.25s ease;}
.read-more-state:checked ~ .read-more-wrap .read-more-target{opacity:1;font-size:inherit;max-height:999em;}
.read-more-state ~ .read-more-trigger:before{content:'Leer más';}
.read-more-state:checked ~ .read-more-trigger:before{content:'Ocultar';}
.read-more-trigger{cursor:pointer;display:inline-block;padding:0 .5em;color:#666;font-size:.9em;line-height:2;border:1px solid #ddd;border-radius:.25em;}
#barraaceptacion{display:block;position:fixed;left:0px;right:0px;bottom:0px;padding-bottom:0px;width:100%;text-align:center;min-height:28px;background-color:#FBFBFB;color:#562020;z-index:99999;font-size:12px;}
.inner{width:100%;position:absolute;padding-left:5px;font-family:verdana;font-size:12px;top:30%;}
.inner a.ok{padding:4px;font-weight:bold;color:#562020;text-decoration:none;}
.inner a.info{padding-left:5px;font-weight:bold;text-decoration:none;color:#562020;}
.loader,
.loader:after{border-radius:50%;width:5em;height:5em;}
.loader{margin:0px auto;font-size:10px;position:relative;text-indent:-9999em;border-top:1.1em solid #f1f1f1;border-right:1.1em solid #f1f1f1;border-bottom:1.1em solid #f1f1f1;border-left:1.1em solid #FFC727;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear;}
.loaderMini,
.loaderMini:after{border-radius:50%;width:3em;height:3em;}
.loaderMini{margin:10px auto;font-size:10px;position:relative;text-indent:-9999em;border-top:1.1em solid #eee9e9;border-right:1.1em solid #eee9e9;border-bottom:1.1em solid #eee9e9;border-left:1.1em solid #FFC727;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear;}
@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
.card{background-color:#F7F7F7;padding:20px 25px 30px;margin:0 auto 25px;margin-top:50px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);}
.profile-img-card{width:96px;height:96px;margin:0 auto 10px;display:block;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.profile-name-card{font-size:16px;font-weight:bold;text-align:center;margin:10px 0 0;min-height:1em;}
.reauth-email{display:block;color:#404040;line-height:2;margin-bottom:10px;font-size:14px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.form-signin #inputEmail,
.form-signin #inputPassword{direction:ltr;height:44px;font-size:16px;}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button{width:100%;display:block;margin-bottom:10px;z-index:1;position:relative;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.form-signin .form-control:focus{border-color:rgb(104, 145, 162);outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);}
.btn.btn-signin{background-color:rgb(104, 145, 162);padding:0px;font-weight:700;font-size:14px;height:36px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:none;-o-transition:all 0.218s;-moz-transition:all 0.218s;-webkit-transition:all 0.218s;transition:all 0.218s;}
.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus{background-color:rgb(12, 97, 33);}
.forgot-password{color:rgb(104, 145, 162);}
.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{color:rgb(12, 97, 33);}
.navbar-default{background-color:#FFC727;border-color:#FFC727;height:60px;margin-right:-15px;margin-left:-15px;box-shadow:2px 2px 5px #666;}
.navbar-default .navbar-brand{color:#562020;float:left;margin-left:20px;margin-top:5px;font-size:28px;font-family:'Bungee';}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus{color:#562020;}
.navbar-default .navbar-nav{margin-right:80px;font-size:20px;margin-top:5px;}
.navbar-default .navbar-nav > li > a{color:#562020;background-color:#FFC727;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{color:#fff;background-color:#FFC727;}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{color:#fff;background-color:#FFC727;}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{color:#562020;background-color:#FFC727;}
.navbar-default .navbar-nav > .dropdown{background-color:#FFF;color:#562020;}
.navbar-default .navbar-nav > .dropdown > a .caret{border-top-color:#562020;border-bottom-color:#562020;}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret{border-top-color:#000;border-bottom-color:#000;}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret{border-top-color:#fff;border-bottom-color:#fff;}
.navbar-default .navbar-toggle{border-color:#562020;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{background-color:#FFF;}
.navbar-default .navbar-toggle .icon-bar{background-color:#562020;}
.footer-bs{background-color:#3c3d41;padding:40px 40px;color:rgba(255,255,255,1.00);margin-bottom:5px;border-bottom-right-radius:6px;border-top-left-radius:0px;border-bottom-left-radius:6px;text-align:center;}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns{padding:10px 25px;}
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns{border-color:transparent;}
.footer-bs .footer-brand h2{margin:0px 0px 10px;}
.footer-bs .footer-brand p{font-size:12px;color:rgba(255,255,255,0.70);}
.footer-bs .footer-nav ul.pages{list-style:none;padding:0px;}
.footer-bs .footer-nav ul.pages li{padding:5px 0px;}
.footer-bs .footer-nav ul.pages a{color:rgba(255,255,255,1.00);font-weight:bold;text-transform:uppercase;}
.footer-bs .footer-nav ul.pages a:hover{color:rgba(255,255,255,0.80);text-decoration:none;}
.footer-bs .footer-nav h4{font-size:11px;text-transform:uppercase;letter-spacing:3px;margin-bottom:10px;}
.footer-bs .footer-nav ul.list{list-style:none;padding:0px;}
.footer-bs .footer-nav ul.list li{padding:5px 0px;}
.footer-bs .footer-nav ul.list a{color:rgba(255,255,255,0.80);}
.footer-bs .footer-nav ul.list a:hover{color:rgba(255,255,255,0.60);text-decoration:none;}
.footer-bs .footer-social ul{list-style:none;padding:0px;}
.footer-bs .footer-social h4{font-size:11px;text-transform:uppercase;letter-spacing:3px;}
.footer-bs .footer-social li{padding:5px 4px;}
.footer-bs .footer-social a{color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover{color:rgba(255,255,255,0.80);text-decoration:none;}
.footer-bs .footer-ns h4{font-size:11px;text-transform:uppercase;letter-spacing:3px;margin-bottom:10px;}
.footer-bs .footer-ns p{font-size:12px;color:rgba(255,255,255,0.70);}
@media (max-width:767px)
{


.navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#777;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color:#333;}

/* Responsive para MOVIL */

.row {
    margin-right: 0px;
}

/* Footer */
.sectionFooter { margin-bottom: -5px;}
.sectionFooter h1{font-size:22px;color:#fff;margin-bottom:15px;}
.sectionFooter h2{font-size:18px;color:#fff;margin-bottom:15px;}
.sectionFooter h3{font-size:14px;color:#fff;font-family:'Lato'}
.sectionFooter a{font-size:12px;color:#fff;font-family:'Lato';}
.sectionFooter em{color:#FFC727;font-size:18px;margin-bottom:15px;}




@media (min-width:768px) and (max-width:1200px){

/* Responsive para Tablet */


}

