html{
    max-width: 1100px; 
    text-align: left; 
    margin: 0px auto;
}

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    

    /*FUENTES*/
    font-family: 'Hiruko pro Alternate book', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

#header {
    height: 120px;
    width: 100%;
    background: white;
    border-bottom: 1px solid #ccc;
    border-top: 5px solid #441885;
}

.div-flot{
    display: flex;
    align-items: flex-end;
}

.w-05{
    width: 5%;
}

.w-08{
    width: 8%;
}


.w-10{
    width: 10%;
}

.w-20{
    width: 20%;
}

.w-30{
    width: 30%;
}

.w-35{
    width: 35%;
}

.w-40{
    width: 40%;
}

.w-50{
    width: 50%;
}

.w-60{
    width: 60%;
}

.w-70{
    width: 70%;
}

.w-80{
    width: 80%;
}

.w-90{
    width: 90%;
}


.w-100{
    width: 100%;
}

.w-110{
    width: 110%;
}

.w-120{
    width: 120%;
}

.center{
    width: 75%;
    margin: 0px auto;
}

.clearfix{
    clear:both;
    float:none;
}

.color-test{
    background-color: red;
}

#logoCenter {
    width: 30%;
    font-size: 30px;
    margin-top: 35px;
}

#logo {
    height: 50px;
    font-size: 30px;
    float: left;
    margin-top: 35px;
}

#logo img {
    display: block;
    float: left;
    /*height: 200px;*/
    margin-top: -9px;
    margin-right: 10px;
    /*animation: latir infinite 5s linear;*/
}

#logo-mirada {
    height: 50px;
    font-size: 30px;
    float: left;
    margin-top: 35px;
}

#logo-mirada img {
    display: block;
    float: left;
    /*height: 200px;*/
    /*margin-top: -5px;*/
    margin-right: 10px;
    animation: latir infinite 5s linear;
}

/*
@keyframes latir {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.02, 1.02);
    }

    55%{
        transform: scale(0.95, 0.95);
    }

    100% {
        transform: scale(1, 1);
    }
}
*/
#brand {
    display: block;
    margin: 0px;
    float: left;
}

#brand strong{
    margin: 0px;
}

#brand p{
    font-size: 15px;
    margin: 0px;
}

#menu{
    width: 100%;
    text-align:center;
    font-size: 18px;
}

#menu ul{
    line-height: 85px;
    width: 100%;
}

#menu ul li{
    display: inline-block;
    list-style: none;
    height: 46px;
    margin-left: 15px;
    margin-right: 15px;
}

#menu a{
    text-decoration: none;
    color: #444;
    transition: 300ms all;
}


#menu a:hover{
    color: #f13e3e;
}
/* Seccion fondo slyder */
#slider{
    width: 100%;
    height: 350px;
    /*line-height: 320px;*/
    color: white;
    text-shadow: 0px 0px 5px #444;

    /*DEGRADADO CSS*/
    background: rgb(100,94,199);
    background: radial-gradient(circle, rgba(100,94,199,1) 33%, rgba(2,0,36,1) 100%, rgba(0,212,255,1) 100%);

}

#slider h1{
    margin-top: 0.2px;
    padding: 0px;
    padding-top: 130px;
    text-align: center;
}

.btn-white{
    display: block;
    background: white;
    color:rgb(88, 88, 88);
    padding: 10px;
    width: 120px;
    height: 35px;
    margin: 0px auto;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none;
    line-height: 35px;
    box-shadow: 0px 0px 5px rgb(88, 88, 88);
    margin-top: 40px;
    border-radius: 4px;
    transition: 300ms all;
}

.btn-white:hover{
    background: #444;
    color:white;
}

#slider.slider-small{
    height: 150px;
}

#slider.slider-small h1{
    margin-top: 0.2px;
    padding: 0px;
    padding-top: 53px;
}

/*
    personalizacion centro
*/

.espacio-superior-home{
    height: 50px;
}

.espacio-inferior-home{
    height: 180px;
}

.descripcion-central{
    width: 90%;
    margin: 0px auto;
}

#footer{
    background: #441885;
    width: 100%;
    /*height: 70px;*/
    line-height: 25px;
    color: white;
}

#footer p {
    margin: 0px;
    padding: 0px;
}


#footer .contacto-datos a{
    color: white;
}

#footer .contacto-datos p{
    margin: 0px;
    padding: 0px;
}

#footer .contacto-logo img{
    padding-top: 35px;
    padding-left: 200px;
}

#footer .espacio-inferior-footer{
    height: 50px;
}

/*RESPONSIVE*/

/*Desde la anchura 963px hasta la anchura 1488px de pantalla*/


/*Desde la anchura 0px hasta la anchura 963px de pantalla*/

/*Se ejecutarán estos estilos*/
@media (max-width: 2500px){
    
    .center{
        width: 90%;
    }

    #logo img {
        height: 95px;
    }

    #logo-mirada img {
        height: 70px;
    }


    .espacio-inferior-home{
        height: 100px;
    }

    .descripcion-nosotros img{
        padding-bottom: 200px;
    }
}

@media (max-width: 881px){

    #logo img {
        height: 85px;
    }

    #logo-mirada img {
        height: 60px;
    }


    #menu{
        width: auto;
    }

    .espacio-inferior-home{
        height: 50px;
    }

    .descripcion-nosotros img{
        padding-bottom: 300px;
    }
}

@media (max-width: 813px){
    #logo{
        float:none;
        /*width: 240px;*/
        margin: 0px auto;
        margin-top: 20px;
    }

    #logo img {
        height: 60px;
    }

    #logo-mirada img {
        height: 50px;
    }


    #menu,
    #menu ul{
       clear:both;
       float:none;
       width: 100%;
       margin: 0px;
       padding: 0px;
       line-height: 43px;
    }

    #content{
        float:none;
        width: 100%;
    }

    #sidebar{
        float:none;
        width: 60%;
        margin: 0px auto;
        margin-bottom: 50px;
    }

    #slider h1{
        padding-top: 115px;
        font-size: 25px;
    }

    .mid-form{
        width: 70%;
    }

    .espacio-inferior-home{
        height: 10px;
    }

    .descripcion-servicios img{
        padding-bottom: 70px;
    }
}

@media (max-width: 630px){
    #header{
        min-height: 150px;
        overflow:hidden;
    }

    #menu,
    #menu ul{
        line-height: 50px;
    }

    #menu ul li{
        margin-left: 7px;
        margin-right: 7px;
    }
    .descripcion-servicios img{
        padding-bottom: 100px;
    }

    .descripcion-nosotros img{
        padding-bottom: 350px;
    }

    #footer .contacto-logo img{
        padding-top: 35px;
        padding-left: 150px;
    }
}

@media (max-width: 522px){
    #header{
        min-height: 130px;
        overflow:hidden;
    }

    #logo img {
        height: 50px;
    }

    #logo-mirada img {
        height: 30px;
    }


    #menu,
    #menu ul{
        line-height: 50px;
    }

    #menu ul li{
        margin-left: 7px;
        margin-right: 7px;
    }

    #slider{
        height: 180px;
    }

    #slider h1{
        font-size: 19px;
        padding-top: 30px;
    }

    #slider .btn-white{
        margin-top: 20px;
    }

    #slider.slider-small{
        height: 100px;
    }

    #slider.slider-small h1{
       padding-top: 35px;
    }

    .espacio-inferior-home{
        height: 0px;
    }

    .descripcion-servicios img{
        padding-bottom: 120px;
    }

    #footer .contacto-logo img{
        padding-top: 5px;
        padding-left: 20px;
    }

    #footer .espacio-inferior-footer{
        height: 10px;
    }
}


