/*le quitamos el margin y padding a todos los elementos*/
* {
    margin:0; /*distancia desde el borde del elemento hasta otros elementos*/
    padding: 0; /*espacio de relleno desde el borde del elemento hasta el contenido*/
    box-sizing: border-box;
}

body {
    background-color: #edf8f4;
    font-family:'Open Sans', Arial, Helvetica;
   /* font-family: Arial, Helvetica, sans-serif;*/
    color: #293A4A;
   /* overflow: auto;*/
   align-content: center;

   
}
a {
    color:#FF6600;
    text-decoration: none;
}
a:hover {
    color:#ff9900;
    text-decoration: underline;
}
#banner {
   height: 40vh; /*queremos tener de alto el 80 del alto del navegador*/
    /*width: 50vw; ancho*/
   /* max-width: 700px;*/
    background-image: url("../../imagenes-hosting-cpanel/servidor-linux-usa.jpg");
    background-size: cover;
    background-position: center;
    color: #293A4A;
}
header {
    position: -webkit-sticky;
    position: sticky;
    top:0;
  
}
#contenido {
   /* background-size: cover;
    background-position: center;*
     
   max-width: 2500px;*/
   width: 90vw;
    display: flex;
    flex-wrap: wrap;
   justify-content: space-evenly;
    align-items: top;
padding: 20px;
padding-top: 50px;
padding-left: 50px;
background-color: #fff;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
border: 1px solid #ccc;
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-top:2%;
margin-bottom: 2%;
h1 {
    /*  font-size: xx-large;*/
      font-size: 40px;
      font-weight: 900;
      font-family: 'Montserrat', 'Open Sans', Arial, Helvetica;
      letter-spacing: -3px;
  }

 }



.logo {
    background-color: #293A4A;
    padding: 10px 50px;
    font-size: 30px;
    font-weight: 700;
}


#banner {
    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;
}

h1 {
  /*  font-size: xx-large;*/
    font-size: 80px;
    font-weight: 900;
    font-family: 'Montserrat', 'Open Sans', Arial, Helvetica;
    letter-spacing: -3px;
}
h2 {
    /*  font-size: xx-large;*/

      font-family: 'Montserrat', 'Open Sans', Arial, Helvetica;
      letter-spacing: -1px;
color:#FF6600;

  }

.naranja{
    color:#FF6600;
}

#planes-cpanel {
   /*  background-image: url("../../imagenes-hosting-cpanel/servidores.png");
    opacity: 20%;
    position: relative;
    align-content: center;
    background-size: cover;
    background-position: center;
align-items: center;
align-self: center;*/
justify-content: center; /*con respecto al eje vertical*/
align-items: center; /*con respecto al eje horizontal*/
padding: 20px;
padding-top: 50px;
padding-left: 50px;
color:#0b3b29;
text-align: center;
background-color: #fff;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
border: 1px solid #ccc;
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-top:2%;
margin-bottom: 2%;
}
.titulo {
    font-size: 50px;
    color:#0b3b29;!important
}
.texto1 {
   /* width: 30%;*/

   color:#0b3b29;!important
}
.textocontenido {
    /* width: 30%;*/

    padding: 20px;
    padding-top: 50px;
    padding-left: 50px;
    color:#0b3b29;!important
    
 }
.flexibles {
    display: flex;
    flex-wrap: wrap;
   justify-content: space-evenly;
    align-items: top;
}
#contenedor-planes-cpanel{
    padding: 30px;

  }
.plan-hosting-cpanel {
  /*  background-color: #e2ece2;*/
    background-color: #ECF7FC;
    padding: 0px;
    text-align: center;
    border: 1px solid #666;
   /*   border: 20px groove #FF6600;*/
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   align-items: middle;
   margin-bottom: 0px;
}
.plan-hosting-cpanel h2 {
   /* background-color: #006600;*/
    text-align: center;
   /* color:#Ff3300;*/
 color:#339900;
    font-weight: 700;
 padding: 20px;

 /*text-shadow:
1px 1px 0 #333,
 -1px 1px 0 #333,
 -1px -1px 0 #333,
 1px -1px 0 #333;*/
}
.com {
  visibility:hidden;
  display:none;
}
.plan-hosting-cpanel h3 {
 /* background-color: #8fcf8f;*/
    text-align: center;
    color:#333;
    font-weight: 500;
    letter-spacing: -1px;
padding: 5px;
/*text-shadow: 3px 5px #FFCC00;
background-color: #ffdd55;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
border: 1px solid #ccc;*/
margin-left: 5%;
margin-right: 5%;
/*background-image:url('../../imagenes-hosting-cpanel/estrella.png'); 
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;*/
}

.plan-hosting-cpanel ul {
   /* background-color: #b5e4b5;*/
    text-align: center;
    color:#0b3b29;
  padding: 20px;
list-style: none;
   
}
#hosting-wordpress {
    background-size: cover;
    background-position: center;
  
padding: 20px;
padding-top: 50px;
padding-left: 50px;
text-align: center;

background-color: #fff;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
border: 1px solid #ccc;
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-top:2%;
margin-bottom: 2%;
}

#hosting-multidominio {
    background-size: cover;
    background-position: center;
  
padding: 20px;
padding-top: 50px;
padding-left: 50px;

    text-align: center;
    padding: 20px;
    background-color: #fff;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
border: 1px solid #ccc;
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-top:2%;
margin-bottom: 2%;
}
#webmaster {
    background-size: cover;
    background-position: center;
  
padding: 20px;
padding-top: 50px;
padding-left: 50px;

text-align: center;
background-color: #fff;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
border: 1px solid #ccc;
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-top:2%;
margin-bottom: 2%;
}
#contacto {
    /*background-color: #ffeedb;*/
    background-size: cover;
    background-position: center;
  
padding: 20px;
padding-top: 50px;
padding-left: 50px;

text-align: center;
background-color: #fff;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
border: 1px solid #ccc;
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-top:2%;
margin-bottom: 2%;
}
.precio {
    background-color: #FFCC00;
    color:#0b3b29;
    font-size: xx-large;
    font-weight: 900;
    text-align: center;
}
.precioar {
    background-color: #308FBF;
    color:#f4f4f4;
    font-size: large;
    font-weight: 700;
    text-align: center;
}
.boton {
 /* outline: 2px solid #023d0f;*/
   
    background-color: #Ff6600;
    color:#ffffff;
    font-size: x-large;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    margin:5px;
    margin-top: 10px;
  /*border: 10px outset #FF3300;*/
    border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

}
.boton a:hover {
 /* outline: 2px solid #023d0f;*/
             padding: 10px;
       margin:5px;
       color:#FFCC00;
    border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   text-decoration: none;

}
.boton a {
    /* outline: 2px solid #023d0f;*/
                padding: 10px;
          margin:5px;
          color: #fff;
       border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      text-decoration: none;
   
   }
.imagen{
      text-align: center;
}
img {
    max-width: 100%;
    height: auto;
  }
  .form-group{
    padding-top: 5px;
    margin-top: 10px;
  }
  .btn-whatsapp {
    display:block;
    width:70px;
    height:70px;
    color:#fff;
    position: fixed;
    right:20px;
    bottom:100px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
}
footer {
    background-color:#343a40;
    color:#ccc;
      
    padding: 60px 30px;
}
footer a {

    color:#ccc;
    font-size: small;
    text-decoration: none;

}

 
footer ul {

     list-style: none;
 
 }
 

 footer  a:hover {
         color: #ffcc00;!important;
 }

 #solicitud {
    /*background-color: #ffeedb;*/
    background-size: cover;
    background-position: center;
  margin:30px;
padding: 20px;
padding-top: 50px;
padding-left: 50px;
/*
text-align: center;*/
}