@import url(https://fonts.googleapis.com/css?family=Kalam);
.portada{
    margin-bottom: -120px;
}

.hola{
    border: 1px dashed rgba(204, 204, 204, 0.33);
    border-radius: 10px;
    padding: 5px;
}

hr{
    border: 0;
    border-bottom: 1px dashed rgba(204, 204, 204, 0.33);
    background: transparent;
    margin-top: 5px;
    margin-bottom: 5px;
}

.interior{
    padding-top: 50px;
}
/* Menú ----------------------------------------------------------------------------------------------------*/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default {
    background-color: #207CE5;
    border-color: #207CE5;
    -webkit-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.48);
    -moz-box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.48);
    box-shadow: 1px 2px 5px -1px rgba(0,0,0,0.48);
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 20px 12px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #2264AF;
    color: #fff;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
}

/* panel de hosting básico -----------------------------------------------------------------------------------*/
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
    background: transparent;
    color: #018AD5;
}

.list-group-item {
    position: relative;
    display: block;v
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid transparent;
}

.panel {
    background-color: #FFF;
    border: transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 5px 0px -2px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 5px 0px -2px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 0px -2px rgba(0,0,0,0.26);
    padding: 30px;
    margin-top: 20px;
    width: auto;
}

.panel-default > .panel-heading {
    color: #067aba;
    background: transparent;
    border-color: transparent;
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
    font-family: 'Kalam', cursive;    padding: 0;
}

.panel-default > .panel-heading:hover {

    transform: rotate(5deg);
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;

}

.panel-body {
    padding: 0px;
}

/* tipografías -----------------------------------------------------------------------------------*/
.h3, h3 {
    color: #fff;
    font-family: 'Kalam', cursive;
}

.p-white{
    color: #067aba;
    line-height: 1.45;
   
}

.p-2{
    color: #fff;
    line-height: 1.45;
   
}

label{
    color: #fff;
}

.h3-white{
    color: #666;
}
a{
    color: #fff;
}

h3 small{
    color: #fff;
}

h2 small{
    color: #4783ba;
}

h2{
    font-family: 'Kalam', cursive;
}

h1{
    color: #FEB167;
}


/* Botones -----------------------------------------------------------------------------------*/
.btn-primary {
    color: #067aba;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(0%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
    border-color: transparent;  
    border-radius: 0px;}

.btn-primary:hover {
    color: #067aba;
    background: rgba(254,254,254,1);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(209,209,209,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1d1d1', GradientType=0 );
    border-color: transparent;  
    border-radius: 0px;}

/* Menú servicios -----------------------------------------------------------------------------------*/
.nav-tabs.nav-justified > li > a {
    margin: 0px 5px;
    border: transparent;
    background: rgba(255,175,75,1);
    background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(209,116,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(209,116,2,1)));
    background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(209,116,2,1) 100%);
    background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(209,116,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(209,116,2,1) 100%);
    background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(209,116,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#d17402', GradientType=0 );
    border-radius:0px;
    color: #FFF;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 5px 0px -2px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 5px 0px -2px rgba(0,0,0,0.26);
    box-shadow: 0px 5px 0px -2px rgba(0,0,0,0.26); }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: transparent;
    background: rgba(255,175,75,1);
    background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(209,116,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(209,116,2,1)));
    background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(209,116,2,1) 100%);
    background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(209,116,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(209,116,2,1) 100%);
    background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(209,116,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#d17402', GradientType=0 );
    border-radius:0px;
    color: #FFF;
    -webkit-box-shadow: inset 0px -3px 5px 1px rgba(0,0,0,0.49);
-moz-box-shadow: inset 0px -3px 5px 1px rgba(0,0,0,0.49);
box-shadow: inset 0px -3px 5px 1px rgba(0,0,0,0.49); }

.menu-planes{
    background-color: transparent;
    padding: 25px 30px 30px 30px;}

/* Menú servicios -----------------------------------------------------------------------------------*/
.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    text-align: -moz-center;}

.carousel-control.left {

    background-image: none;}

.carousel-control.right {

    background-image: none;}

/* Formulario de contactos -----------------------------------------------------------------------------------*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0085b3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.mover{
    animation-duration: 3s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    sanimation-direction: alternate;
}

 
@keyframes slidein {
  from {
    margin-right: 2%;
    width: 30%; 
  }

  to {
    margin-right: 0%;
    width: 30%;
  }
}

/* botones next -----------------------------------------------------------------------------------*/
.btn-default {
    color: #00BFFF;
    background-color: transparent;
    border-color: transparent;
}

.btn-default:hover {
    color: #00BFFF;
    background-color: transparent;
    border-color: transparent;
}

.circulo{
    padding: 20px;
    border-radius: 50px;
    background-color: #fff;
    margin: 0 10px;
}
/* redes sociales -----------------------------------------------------------------------------------*/
#redes-sociales{
    background-color: #4376B1;
    padding: 15px 0;
}

a:hover{
    text-decoration: none;
}

.destacado_etiqueta {
    position: absolute;
    top: -40px;
    left: -90px;


}

.estatico {
    position: absolute;
    top: 30px;
    left: -50px;
    z-index: 1;
}

.estatico-2 {
    position: absolute;
    top: 40px;
    left: -70px;
    z-index: 1;
}

.destacado_etiqueta,
.movimineto {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 10s; /** Aquí controlamos la velocidad de la animación **/
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
     
    -moz-animation-name: rotate;
    -moz-animation-duration: 10s; /** Aquí controlamos la velocidad de la animación **/
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    }
    @-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);} /*** Estado inicial de la rotación ***/
    to {-webkit-transform: rotate(360deg);} /*** Estado final de la rotación ***/
    }
     
    @-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);} /*** Estado inicial de la rotación ***/
    to {-moz-transform: rotate(360deg);} /*** Estado final de la rotación ***/
    }

}

.dos:{
    background-color: red;
    z-index: 1;
    padding: 100px;
}





