﻿body {
}

.register {
    margin: 0 auto;
    width: 230px;
    padding: 20px;
    background: #f4f4f4;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}

input {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.register-input {
    display: block;
    width: 100%;
    height: 38px;
    margin-top: 1px;
    font-weight: 500;
    background: none;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
}

    .register-input:focus {
        border-color: #1e9ce6;
        outline: 0;
    }

.register-button {
    display: block;
    width: 100%;
    height: 42px;
    margin-top: 25px;
    font-size: 16px;
    color: #1e9ce6;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    background: #fcfcfc;
    border: 1px solid;
    border-color: #d8d8d8 #d1d1d1 #c3c3c3;
    border-radius: 2px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
    background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
    background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
    background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
    -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
}

    .register-button:active {
        background: #eee;
        border-color: #c3c3c3 #d1d1d1 #d8d8d8;
        background-image: -webkit-linear-gradient(top, #eeeeee, #fcfcfc);
        background-image: -moz-linear-gradient(top, #eeeeee, #fcfcfc);
        background-image: -o-linear-gradient(top, #eeeeee, #fcfcfc);
        background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc);
        -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
    }

    .register-button:focus {
        outline: 0;
    }

.register-switch {
    height: 32px;
    margin-bottom: 15px;
    padding: 4px;
    background: #6db244;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(top, #60a83a, #7dbe52);
    background-image: -moz-linear-gradient(top, #60a83a, #7dbe52);
    background-image: -o-linear-gradient(top, #60a83a, #7dbe52);
    background-image: linear-gradient(to bottom, #60a83a, #7dbe52);
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
}

.register-switch-input {
    display: none;
}

.register-switch-label {
    float: left;
    width: 50%;
    line-height: 32px;
    color: white;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.register-switch-input:checked + .register-switch-label {
    font-weight: 500;
    color: #434248;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    background: white;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
    background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
    background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
    background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

:-moz-placeholder {
    color: #aaa;
    font-weight: 300;
}

::-moz-placeholder {
    color: #aaa;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

[type=submit] {
    margin-top: 25px;
    width: 80%;
    border: 0;
    /*background-color: #53CACE;*/
    background-color: #385579;
    border-radius: 5px;
    height: 50px;
    color: white;
    font-weight: 400;
    font-size: 1em;
}

#imgLog {
    width: 245px;
    height: 240px;
}

.signup {
    width: 290px;
    background-color: white;
    text-align: center;
}

div#body {
    margin: auto;
    margin-top: 0px;
}

.contenido {
    width: 100%;
}

table {
    margin: auto;
}

.container {
    background-color: #fefefe;
    border-radius: 10px;
}

/*#myCarousel 
{
    width: 100%;
}
*/
.img {
    width: 100%;
}

.container2 { /*Este es el contenedor principal*/
    width: 100%;
    height: auto;
    max-width: 1200px; /*max-width:1320px;*/
    margin: 0 auto;
    padding: 15px 35px 5px 35px;
    /*Agregar el estilo flexbox*/

    display: flex;
    flex-direction: row;
    justify-content: center; /*space-around*/
    flex-flow: wrap;
    border-radius: 17px;
    background-color: #fefefe;
    text-align: center;
}

.containerBody {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center; /*space-around*/
    flex-flow: wrap;
    text-align: center;
}


#myCarousel {
    /*background-color:red;*/
    width: 90%;
    height: auto;
}

.signup {
    width: 100%;
    height: auto;
    background-color: white;
    text-align: center;
}

/*Este es el box mas grande, carrusel + descripcion "color amarillo"*/
.box {
    /* background-color:yellow;*/ /*Color Amarillo*/
    width: 65%;
    /*min-width:720px;*/
    text-align: center;
    align-items: center; /*flex-start*/
    margin-left: 20px;
    margin-right: 0px;
    margin: 0px auto;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center; /*space-around*/
    flex-flow: wrap;
    text-align: center;
}

/*El segundo box mas grande, imagen empresa + login "color negro"*/
.box2 {
    /*background-color:black;*/ /*Color Negro*/
    width: 25%;
    height: auto;
    /*max-width:216px;*/
    min-width: 266px;
    padding: 1% 0px 0px;
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: center;
    display: block;
}

/*Box carrusel, imagen empresa, login, colores coral*/
.box3 {
    /*background-color:coral;*/ /*Color Coral*/
    width: 90%;
    height: auto;
    min-width: 197px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.banderas {
    width: 38px;
    height: 24px;
}


a.formato {
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
}

a.formato2 {
    font-size: 15.5px;
    font-weight: 500;
    line-height: 50px;
}

.containerHeader { /*Este es el contenedor principal*/
    /*background:#007bbf;*/ /*Contenedor general de banderas y secion*/
    width: 100%;
    height: auto;
    /*Agregar el estilo flexbox*/

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
    margin-left: 10px;
    margin-right: 10px;
}

.subContenedorHeader {
    /*background: yellow;*/
    height: 50px;
    margin: 10px 10px 10px 10px;
    /*Como se despliega el contenido*/
    justify-content: flex-start;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

.boxBanderas {
    /*background-color:red;*/
    width: 18%;
    height: auto;
    min-width: 110px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    flex-flow: wrap;
}


/*Media Queries, cuando la pantalle llegue a una determinada resolución los CSS se ejecutaran*/
@media screen and (max-width:995px) {
    .containerHeader {
        min-width: 542px;
    }

    .box {
        width: 90%;
        min-width: 540px;
    }

    .box2 {
        width: 60%;
        min-width: 333px;
    }
}

@media screen and (max-width:610px) {
    .container2 {
        padding: 15px 0px 5px 0px;
    }

    .containerHeader {
        min-width: 0px;
        margin-left: 0px;
        margin-right: 7px;
    }

    .subContenedorHeader {
        margin: 10px 0px 10px 0px;
    }

    .box {
        width: 96%;
        min-width: 140px;
    }

    .box2 {
        width: 96%;
        min-width: 133px;
        padding-top: 0px;
        margin: 0px;
    }
}

@media screen and (max-width:400px) {
    .container2 {
        margin-top: 50px;
    }
}
