@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(menu.css);
@import url(banner.css);
@import url(descripcion.css);
@import url(videos.css);
@import url(contacto.css);
*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #222;

 
}

header {
    width: 100%;
    height: 50px;
    background: #333;
    color: #fff;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor {
    width: 98%;
    margin: auto;
}

h1 {
    float: left;
}

header .contenedor {
    display: table;
}    

section {
    width: 100%;
    margin-bottom: 25px;
    
}

#subtitulo {
    text-align: center;
    color: #fff;
}

#subtitulo p {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -15px;
    color: #fff;
}

#textoa {
    display: flex;
    width: 95%;
    height: 40px;
    background: #222;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #1ff;
    
    
    position: ;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: -15px;
    margin-left: 3%;
    
    overflow: hidden;
}
    
ul {
    list-style: none;
    padding-left: 10px;
    animation: cambiar 9s infinite;
}

    ul, p {
        margin: 0;
        
}


@keyframes cambiar {
    
    0% {margin-top: 0;}
    15% {margin-top: 0;}
        
    20% {margin-top: -40px;}
    35% {margin-top: -40px;}
    
    40% {margin-top: -80px;}
    55% {margin-top: -80px;}
    
    60% {margin-top: -120px;}
    75% {margin-top: -120px;}
    
    80% {margin-top: -160px;}
    95% {margin-top: -160px;}
    
    100% {margin-top: 0px;}

}


footer .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 18px;
    background: #fff;
    
}

.copy, p {
    font-size: 20px;
    
}
    
.sociales {
    width: 100%;
    text-align: center;
    font-size: 35px;
    
}
    
.sociales a {
    color: #000;
    text-decoration: none;
    
}



@media (min-width: 768px) {
    .contenedor {
    }

    #textoa {
    display: flex;
    width: 40%;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: ;
    top: 0;
    right:0;
    left: 0;
    bottom: 0;
    margin-top: -15px;
    margin-left: 28%;
    
    overflow: hidden;
   
    } 
    
    
}


@media (min-width: 1024px) {
    .contenedor {
        width: 1000px;
    }

    #textoa {
    display: flex;
    width: 30%;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff; 
    
    position: ;
    top: 0;
    right:0;
    left: 0;
    bottom: 0;
    margin-top: -15px;
    margin-left: 37%;
    
    overflow: hidden;
    
    }
        
    .llamar {
    margin-right: 6%;
    
    }
    
    
}

.llamar {
    display: inline-block;
    padding: 9px;
    background: #081;
    font-size: 40px; 
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right:2%;
    border-radius: 50px;
    border-style: solid;
    border-color: #fff;
    
}

.llamar:hover {
    background: #050;
    
}



