body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    padding-top: 50px;
}
.text-primary {
    color: #FF8500;
}
p {
    font-size: 14px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #FF8500;
    text-decoration: none;
}
a {
    color: #FF8500;
    font-weight: 700;
}
a:hover,
a:focus,
a:active,
a.active {
    color: black;
    text-decoration-style: solid;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 900;
}
.img-centered {
    margin: 0 auto;
}
.bg-light-gray {
    background-color: white;
}
.bg-darkest-gray {
    background-color: black;
}
.btn-primary {
    border: 2px solid #FF8500;
    border-radius: 0;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #FF8500;
    background-color: transparent;
}
.btn-primaryblue {
    border: 2px solid #51acff;
    border-radius: 0;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #51acff;
    background-color: transparent;
}
.btn-primaryblue:hover,
.btn-primaryblue:focus,
.btn-primaryblue:active,
.btn-primaryblue.active,
.open .dropdown-toggle.btn-primary {
    border-color: #51acff;
    color: white;
    background-color: #51acff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #FF8500;
    color: white;
    background-color: #FF8500;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary .badge {
    color: #FF8500;
    background-color: white;
}
.btn-xl {
    padding: 20px 40px;
    border-color: #FF8500;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
    background-color: #FF8500;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
    border-color: #FF8500;
    color: white;
    background-color: #FF8500;
}
.btn-xl .badge {
    color: #FF8500;
    background-color: white;
}
.navbar-default {
    border-color: black;
    background-color: black;
}
.navbar-default .navbar-brand {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    color: #FF8500;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #FF8500;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);
}
.navbar-default .navbar-toggle {
    border-color: #FF8500;
    background-color: #FF8500;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FF8500;
}
.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #FF8500;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: white;
    background-color: #FF8500;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: white;
    background-color: #FF8500;
}
@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: black;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default .navbar-brand {
        font-size: 5em;
        padding-top: 0;
        /*EUREKAAAAAAAA*/
        
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: black;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}
section {
    padding: 100px 0;
}
section h2.section-heading {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 50px;
    text-align: left;
    position: relative;
    left: 1%;
    top: 20%;
}
section h2.special-box {
    margin-bottom: 100px;
    background-color: #FF8500;
    position: absolute; 
    left: 4%;
    top: 25%;
}
section h3. {
    margin-bottom: 75px;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}
@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}
ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25%;
    font-size: 40px;
    line-height: 40px;
    outline: 0;
    color: white;
    background-color: black;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #FF8500;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #FF8500;
}
::selection {
    text-shadow: none;
    background: #FF8500;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
/*centrar carrusel*/

#ca {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*esto es para los iconos*/

.mylogo {
    font-size: 80px;
    color: #FF8500;
}
.myDIE {
    font-size: 60px;
    color: #FF8500;
    position: relative; 
}
.myDIE2 {
    font-size: 60px;
    color: #FF8500;
    text-align: center;
}

.icon-plus-01 {
    color: #FF8500;
    font-size: 15px;
}
.icon-bretzel-01-01 {
    font-size: 80px;
}
.icon-avion-01 {
    font-size: 80px;
}
/*contenedores*/

#projects,
#news {
    background-color: white;
}
#about,
#contact,
#bottom-projects {
    background-color: #ffd645; /*fff496*/
}
/*otros elementos de maquetacion*/

.arrowCa {
    padding-top: 100%;
}
/*trabajos*/

.explain {
    text-align: center;
}
#work {
    text-align: center;
    padding: 10%;
    background: black;
    color: white;
}
#work:hover {
    color: #FF8500;
}
.video {
    width: 100%;
    height: 350px;
}
img {
    margin-left: auto;
    margin-right: auto;
}
#video {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    
}
.col-lg-4 col-md-4 col-sm-4 col-xs-12 portfolio-item {
    padding: 0;
    margin: 0;
}
/*para hacer gif*/
#foto-original {
    display: block;
    max-width: 100%;
    height: 650px;
    width: 600px;
    background-image: url(../img/index/Horizontal3.jpg);
}
#foto-info {
    background-image: url(../img/index/Horizontal4.gif);
    visibility: hidden;
    display: block;
    max-width: 100%;
    height: 650px;
    width: 600px;
}
#foto-original:hover #foto-info {
    visibility: visible;
}
/*para poner encima*/
section h4.fondo-fijo {
    position: absolute; 
    left: 42%;
}
section h4.superpuesto {
    text-align: center;
    position: relative;

}
section h4.superpuesto-style {
    text-align: center;
    position: absolute;
    background-color: #FF8500;
    color: white;
    font-size: 24px;
    top: 5%;

}
.moretop {
    margin-top: 5%;
    margin-bottom: 5%;
}
.delicate {
    font-size: 18px;
    color: black;
    font-style: italic;
}
.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrowspecial {
    font-size: 80px;
    color: #FF8500;
    align: center;
}

@media only screen and (max-width: 750px) {
    .flex-container {
        display: block !important;
        align-items: unset !important;
    }
}

.bottom-box {
    text-align: center;
}

.btn-primarygreen {
    border: 2px solid #8c951e;
    border-radius: 0;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #8c951e;
    background-color: transparent;
}
.btn-primarygreen:hover,
.btn-primarygreen:focus,
.btn-primarygreen:active,
.btn-primarygreen.active,
.open .dropdown-toggle.btn-primary {
    border-color: #8c951e;
    color: white;
    background-color: #8c951e;
}

.btn-primaryred {
    border: 2px solid rgba(223,24,6,0.7);
    border-radius: 0;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: rgba(223,24,6,0.7);
    background-color: transparent;
}
.btn-primaryred:hover,
.btn-primaryred:focus,
.btn-primaryred:active,
.btn-primaryred.active,
.open .dropdown-toggle.btn-primary {
    border-color: rgba(223,24,6,0.7);
    color: white;
    background-color: rgba(223,24,6,0.7);
}
.btn-primaryyellow {
    border: 2px solid #ffca18;
    border-radius: 0;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #ffca18;
    background-color: transparent;
}
.btn-primaryyellow:hover,
.btn-primaryyellow:focus,
.btn-primaryyellow:active,
.btn-primaryyellow.active,
.open .dropdown-toggle.btn-primary {
    border-color: #ffca18;
    color: white;
    background-color: #ffca18;
}
.btn-primarypurple {
    border: 2px solid #8d2c82;
    border-radius: 0;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #8d2c82;
    background-color: transparent;
}
.btn-primarypurple:hover,
.btn-primarypurple:focus,
.btn-primarypurple:active,
.btn-primarypurple.active,
.open .dropdown-toggle.btn-primary {
    border-color: #8d2c82;
    color: white;
    background-color: #8d2c82;
}
