/*===========================================================

  ~ Copyright (c) 16/3/22 09:01
  ~ Creado en 2021
  ~ Mail: sergioscaridgno82@gmail.com
  ~ Cel: +542241682386

=================================================
  Tabla de Contenidos
=================================================

	1. Estilo Basico
	    1.2 Margenes con numeros negativos
	2. Header
        2.1 Responsive Header
    3. Frase
    4. Card
    5. Formulario
    6. Footer

=======================================================*/

/* =================================== */
/*  1. Estilos Basicos
/* =================================== */

body, html {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif !important;

}
.hero{
    background-color: #00C5BE;
    margin-top: -15px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}
ul, li {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}
.azul {
    color: #334C8F;
}
.verde-formulario{
color: #00C5BE;
}
.verde-titulo{
    color: #036460;
}
.naranja{color: #EA6F05}
.celeste{color: #45B2EB}
.azul{color: #0A2376}

/* =================================== */
/*  1.2. Margenes con numeros negativos
/* =================================== */

.mt-n1 {
    margin-top: -0.25rem !important;
}
.mb-n1 {
    margin-bottom: -0.25rem !important;
}
.mb-n2 {
    margin-bottom: -1.50rem !important;
}

/* =================================== */
/*  Fin Margenes con numeros negativos
/* =================================== */

.boton-verde{
    background-color: #036460 !important;
    color: white !important;
}
.texto{
    margin-top: 20px;
}

/* =================================== */
/*  2. Header
/* =================================== */

header {
    background-color: #1BC4BD ;
    margin-bottom: -10px;
}

.primer-frase{
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 90%;
    padding-left: 150px;
    padding-right: 150px;
}

.contacte{
    margin-top: -20px;
}

.weteam{
    padding-left: 150px !important;
    padding-right: 150px !important;
}

/* =================================== */
/*  2.1 Responsive Header */
/* =================================== */

    @media (min-width: 768px) and (max-width: 3000px){

        .formulario{
            padding-left: 200px !important;
            padding-right: 200px !important;
        }

        .boton-verde{
            font-size: 14px !important;
            padding: 10px !important;
            margin-left: 50px;
        }

        .primer-frase{
            text-align: center;
            color: white;
            padding-bottom: 10px !important;
            margin-top: -25px !important;
            font-weight: bold;
            line-height: 90%;
        }

    }

/*/ Tablets en horizonal y escritorios normales*/
/*------------------------------------------------------------------------- /*/

/*    @media (min-width: 768px) and (max-width: 767px) {}   */

/*/ Móviles en horizontal o tablets en vertical*/
/*  ------------------------------------------------------------------------- /*/
    @media (max-width: 767px) {

        .formulario{
            padding-left: 50px !important;
            padding-right: 50px !important;
        }

        .boton-verde{
            font-size: 10px !important;
            padding: 5px !important;
            margin-left: 10px;
        }

        .primer-frase{
            text-align: center;
            color: white;
            padding-bottom: 10px !important;
            font-weight: bold;
            line-height: 90%;
            margin-left: 20px;
            margin-right: 20px;
            padding-left: 0px;
            padding-right: 0px;

        }

        .weteam{
            padding-left: 0px !important;
            padding-right: 0px !important;
        }


    }

/*/ Móviles en vertical*/
/*  ------------------------------------------------------------------------- *!*/
    @media (max-width: 480px) {

        .primer-frase{
            color: white;
            padding-bottom: 10px !important;
            margin-top: -25px !important;
            font-weight: bold;
            line-height: 90%;
            padding-left: 0px;
            padding-right: 0px;
        }

        .boton-verde{
            font-size: 10px !important;
            padding: 5px !important;
        }

        .weteam{
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

    }

/* =================================== */
/*  2.1 Fin de Responsive Header*/
/* =================================== */


/* =================================== */
/*  3. Frase
/* =================================== */
.frase{
    color: white;
    background-color: #1BC4BD ;
}
/* =================================== */
/*  Fin de Frase
/* =================================== */


/* =================================== */
/*  4. Card
/* =================================== */

.card {
    position: relative;
    display: inline-block;
}
.card {
    border: none !important;
}
.gratis{
    /*
    font-size: 30px;
    */
    font-weight: 800 !important;
}
.dias{
    /*
    font-size: 25px;
    */
    font-weight: 800 !important;
}
.precio{
    /*
    font-size: 50px;
    */
    font-weight: 800 !important;
}
.mensuales{
    /*
    font-size: 25px;
    */
    font-weight: 800 !important;
}
.abajo{
    /*
    font-size: 15px;
    */
    font-weight: normal;
}


.card {
    position: relative;
    display: inline-block;
}
.centrado{
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.brands-grid {
    overflow: hidden;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* =================================== */
/*  Fin de Card
/* =================================== */


/* =================================== */
/*  5. Formulario
/* =================================== */

.formulario {
    background: url("https://programador.cloud/clientes/magri/assets/images-webp/web/ola.webp") repeat-x;
    background-size: cover;
    padding-bottom: 50px;
}
.form-control {
    background-color: #eeeded !important;
}
.boton-formulario {
    background-color: #036460 !important;
    border-color: #036460 !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
}

/* =================================== */
/*  Fin de Formulario
/* =================================== */


/* =================================== */
/*  6. Footer
/* =================================== */

.separador-footer{
    margin: auto !important;
    height: 2px !important;
    width: 80%;
    border:5px;
    color: #334C8F !important;
    border-color: #334C8F !important;
    opacity: 1;
}
.separador{
    margin: auto !important;
    margin-top: 50px !important;
    margin-bottom: 10px !important;
    height: 2px !important;
    width: 50%;
    border:2px;
    color: #cccccc !important;
    border-color: #cccccc !important;
    opacity: 1;
}

/* =================================== */
/*  Fin de Footer
/* =================================== */




