@charset "utf-8";


    body {
    background-image: url(../assets/img/slider/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}




/*ESTILO FOOTER */

body footer {
background-color:#33353F;
text-align:center;
color:#FFF;
font-weight:700;
padding-top: 10px;
padding-right: 40px;
padding-bottom: 10px;
padding-left: 40px;
}

.linkfooter {
    padding-top: 7px;
}


.navbar {
padding-top:0;
padding-right:0;
padding-left:0;
background-color:#40424B
}

.navbar-nav {
    width: 100%;
    margin-top: 0;
    padding: 15px 15px 10px;
    height: 68px;
}

#navbar .navbar-nav .row {
    width: 100%;
    height: 45px;
    margin-top: -10px;
}

.navbar-nav .row .col-xl-4 {
    padding: 5px;
    height: auto;
}

.logotipoimagen {
margin-left:15px
}

@keyframes spin {
100% {
transform:rotate(360deg)
}
}
.contenedor-contacto {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.col-xl-2   {
    color: #FFFFFF;
    margin-top: 15px;
    text-align: center;
}
.row .col-xl-2 a {
    color: #FFFFFF;
    text-decoration: none;
}
.row .col-xl-2 a:hover  {
    color: #FF9401;
    text-decoration: none;
}

#contenedor-contacto {
    font-weight: bold;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.container-fluid.contenedor-contacto h1 {
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 50px;
}
input {
    width: 100%;
    border: 2px solid #c6c6c6;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    color: #6C6C6C;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inherit;
}
textarea {
    width: 100%;
    border: 2px solid #c6c6c6;
    height: 200px;
    padding-left: 5px;
    padding-right: 5px;
    color: #6C6C6C;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inherit;
}
.myButton {
    background-color: #f29123;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 29px;
    padding-left: 29px;
    padding-bottom: 5px;
    text-decoration: none;
    width: 200px;
}

.myButton:hover {background-color: #11a2db;margin-left:auto;margin-right:auto;text-decoration:none;color:#FFF;}

.myButton:active {
position:relative;
top:1px;
margin-left:auto;
margin-right:auto
}

.contenedor-boton {
text-align:center;
margin-top:35px;
margin-right:35px;
margin-left:35px
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-top: -37px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    float: left;
}

.blank {
    height: 500px;
}

#equis-cerrar {
    background-color: #FFFFFF;
    color: #000000;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 32px;
    margin-left: auto;
    position: absolute;
    top: 10px;
    text-align: center;
    right: 10px;
    cursor: pointer
}