* {
    margin: 0;
    padding: 0;
}


/*verde:#bdd33d
amarillo:#fbf859
*/

body {
    width: 100%;
    font-family: Impact, 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;
    background-color: #fbf859;
}


/* PLANES */


/* | Plan     | Color    |
| -------- | -------- |
| Básico   | Verde    |
| Premium  | Azul     |
| A medida | Amarillo | */

.btn-plan-verde {
    background: #4CAF50 !important;
    color: white !important;
    border-radius: 40px !important;
    font-weight: bold !important;
    width: 100% !important;
    transition: 0.3s;
}

.btn-plan-verde:hover {
    background: #43A047 !important;
    transform: scale(1.02);
}

.btn-plan-azul {
    background: #2196F3 !important;
    color: white !important;
    border-radius: 40px !important;
    font-weight: bold !important;
    width: 100% !important;
    transition: 0.3s;
}

.btn-plan-azul:hover {
    background: #1E88E5 !important;
    transform: scale(1.02);
}

.btn-plan-amarillo {
    background: #FFC107 !important;
    color: black !important;
    border-radius: 40px !important;
    font-weight: bold !important;
    width: 100% !important;
    transition: 0.3s;
}

.btn-plan-amarillo:hover {
    background: #FFB300 !important;
    transform: scale(1.02);
}


/* FIN PLANES */

.titulos {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.0;
    color: black;
    background-color: #fbf859;
}

.redes {
    padding-left: 2rem;
}

.zona_logo {
    width: 50px;
    height: auto;
    max-height: 100px;
}

.parallax-completo {
    width: 100%;
    height: 100vh;
    /*imagen pc*/
    background-image: url('../imagen/principal_pc.jpg');
    /*background-image:url('../imagen/computer-768608_1920.jpg');
background-image:url('../imagen/computer-767776_1920.jpg');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*fijar la imagen esto es LO MAS IMPORTANTE DEL EFECTO PARALLAX*/
    background-attachment: fixed;
    /*centrar texto*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.lead {
    font-size: 1.25rem;
    font-weight: 350;
    text-align: justify;
    color: black;
}

.parallax-form {
    width: 100%;
    height: 100vh;
    /*imagen pc*/
    /*background-image:url('../imagen/Formulario_workspace-1280538_1920.jpg');
background-image:url('../imagen/fondo_form_presu.png');*/
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*fijar la imagen esto es LO MAS IMPORTANTE DEL EFECTO PARALLAX*/
    background-attachment: fixed;
    /*centrar texto*/
    display: flex;
    justify-content: center;
    align-items: left;
    position: relative;
    padding: 1rem;
}

.texto-hero-presupuesto {
    background: black;
    padding: 1rem;
    margin-top: 4rem;
    width: 80%;
    height: 90%;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.3);
}

.menuGaby {
    position: absolute;
    top: 0%;
    left: 0%;
    /*height: 100vh;*/
    width: 100%;
    /*margin: -15% 0 0 -25%;*/
    /*  background: rgba(0, 0, 0, 0.2); */
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.menuGaby a {
    color: white;
}

.menu-form {
    position: absolute;
    top: 5%;
    right: 15%;
    height: 80px;
    width: 200px;
    /*margin: -15% 0 0 -25%;*/
    /* background:rgba(0,0,0,0.2);*/
    overflow: hidden;
}

.menu-form li a {
    color: white;
}

.texto-hero {
    background: black;
    padding: 2rem;
    width: 30rem;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.6);
}

.texto-hero h2 {
    font-size: calc(1em + 1vw);
    font-weight: 900;
}

.texto-hero h3 {
    font-size: calc(0.8em + 1vw);
    font-weight: 600;
}

.center {
    max-width: 1100px;
    width: 90%;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.espacio {
    /*arriba, derecha, abajo, izq*/
    padding: 30 0 60 0;
}

.espacio h2 {
    text-align: center;
    padding: 30px;
}

.espacio p {
    text-align: center;
    padding-bottom: 5px;
    text-indent: 20px;
}

.parallax-chico {
    height: 450px;
    /*redes sociales*/
    background-image: url('../imagen/social-media-4140959_1920.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.parallax-chico-proyect {
    height: 450px;
    /*redes sociales*/
    background-image: url('../imagen/technology-1283624_1920.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.parallax-chico-work {
    height: 450px;
    /*redes sociales*/
    background-image: url('../imagen/technology-1283624_1920.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.parallax-chico-marketing {
    height: 450px;
    /*redes sociales*/
    background-image: url('../imagen/social-media-4140959_1920.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.parallax-chico h2 {
    display: flex;
    height: inherit;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

.parallax-chico-segundo {
    height: 450px;
    /*redes sociales*/
    background-image: url('../imagen/online-shopping-4532460_1920.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.parallax-chico-segundo h2 {
    display: flex;
    height: inherit;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

.texto {
    /*gris*/
    background: #ccc;
    height: 190px;
}

.texto h2 {
    text-align: center;
    /*negro*/
    color: #000;
    display: flex;
    width: 100%;
    height: inherit;
    justify-content: center;
    align-items: center;
}

.accesos {
    /*width: 20%;
				height: 100%;*/
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 10px;
    right: 100px;
    height: auto;
    width: 5rem;
    border-radius: 1em;
    padding: 0.5rem;
    vertical-align: center;
}

.planes {
    /*background-color:#fbf859;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.zonasWeb {
    padding-top: 1.5 rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zonasWeb1 {
    padding-top: 1.5 rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main {
    margin: 1em auto;
    width: 100%;
    /* mostrar al lado pero bajando cuando se cubra el ancho de la  pantalla*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/*----------------------------PLANES BOTONES +INFO ---------------------------*/

.btn-primary_menu {
    color: #fff;
    background-color: #788e53;
    border-color: #788e53;
}


/*cuando paso por encima*/

.btn-primary_menu :hover {
    color: #fff;
    /*background-color:; */
    border-color: #0062cc;
}


/*cuando lo selecciono*/

.btn-primary_menu :focus,
.btn-primary_menu.focus {
    color: #fff;
    background-color: fuchsia;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}


/*------------------------------- PLANES DETALLE DE CUADROS QUE MUESTRAS PROMOCIONES------------------------*/

.contenedor1 {
    width: 30%;
    height: auto;
    min-height: 200px;
    padding: 0.4vw;
    /*border: 1px solid black;*/
    margin: 0.4vw;
    background: white;
    /*sombra*/
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 2);
}

.contenedor1 p {
    text-align: left;
}

.contenedor1 button {
    /*  width: 50%;  */
    float: right;
    /*background-color:red;*/
    /*   box-shadow: 0px;
    padding: 0;
    padding-right: 1rem; */
    /*border: 1px solid black;*/
    margin-right: 0.5rem;
    border-style: none;
    /*  background-color: white;
    color: black;
    font-size: large;
    text-align: right; */
}

.contenedor1 button:active {
    border-style: black;
}

.contenedor1 a {
    width: 40%;
    float: right;
    text-align: center;
    color: white;
    /*background-color:red;*/
    box-shadow: 0px;
    padding: 0.2vw;
    /*border: 1px solid black;*/
    margin: 0;
}

.cuadrado1 {
    width: 100%;
    height: auto;
    padding: 0.2vw;
    margin: 0 auto;
    /*border: 10px solid black;*/
    text-align: center;
    background: white;
    box-sizing: border-box;
}

.cuadrado1 img {
    /* width: 100%;
						  height:auto;
						  min-height:200px;*/
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 180px;
}

.contenedor1,
.cuadrado1 {
    box-sizing: border-box;
}


/*----------------------------------------  CELULARES  -----------------------------------*/

@media all and (max-width: 800px) {
    .zona1 {
        width: 100%;
    }
    .zonasWeb1 {
        padding-top: 1.5 rem;
        padding-bottom: 1rem;
        padding-left: 3rem;
        padding-right: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .texto-hero {
        background: black;
        padding: 2rem;
        width: 30rem;
        text-align: button;
        color: white;
        background: rgba(0, 0, 0, 0.6);
    }
    .texto-hero h2 {
        font-size: calc(1em + 1vw);
        font-weight: 900;
    }
    .texto-hero h3 {
        font-size: calc(0.8em + 1vw);
        font-weight: 500;
    }
    /*.texto-hero h4{
		display:none;
	}*/
    .menuGaby {
        position: absolute;
        top: 0%;
        left: 0%;
        /*  height: 100%; */
        width: 100%;
        /*margin: -15% 0 0 -25%;*/
        /*background:rgba(0,0,0,0.2);*/
        overflow: hidden;
    }
    .titulos {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.0;
    }
    .redes {
        padding-left: 1rem;
    }
    .accesos {
        /*width: 20%;
				height: 100%;*/
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 30px;
        right: 100px;
        height: auto;
        width: 5rem;
        border-radius: 1em;
        padding: 0.5rem;
        vertical-align: center;
    }
    .contenedor1 {
        width: 85%;
        min-height: 200px;
        padding: 0.5vw;
        /*border: 1px solid black;*/
        margin: 0.6vw;
        background: white;
        /*sombra*/
        box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 2);
    }
}