/**********Inputs***********/
/* form starting stylings ------------------------------- */
.group {
    position: relative;
    width:100%;
    padding-bottom: 0.5rem;
}


input {
    font-size: 18px;
    padding: 22px 18px 4px;
    display: block;
    width: 97%;
    border: none;
    border-bottom: 1px solid #757575;
    background: #f8f8f8;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

select {
    font-size: 17px;
    display: block;
    width: 97%;
    border: none;
    border-bottom: 1px solid #757575;
    -webkit-appearance: none;
    background: #f8f8f8;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #393939;
    padding: 22px 18px 4px;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}


.dre {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
}

/* LABEL ======================================= */
label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 19px;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus~label,
input:valid~label {
    top: 0px;
    font-size: 14px;
    color: #999;
}

select:focus~label{
    top: 4px;
    font-size: 12px;
    color: #7752ae;
    left: 18px;
}
select:valid~label {
    top: 4px;
    font-size: 12px;
    color: #999;
    left: 18px;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 97%;
}

.bar:before,
.bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #7752ae;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */
input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}

select:focus~.bar:before,
select:focus~.bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

select:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
select option{

}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/**********Estilos globales************/
@font-face {
    font-family: 'Gotham';
    src:
        url('fonts/GothamBook.ttf') format('truetype'),
        url('fonts/GothamBookItalic.ttf') format('truetype'),
        url('fonts/Gotham-Light.otf') format('opentype'),
        url('fonts/GothamLight.ttf') format('truetype'),
        url('fonts/GothamLightItalic.ttf') format('truetype'),
        url('fonts/GothamMedium.ttf') format('truetype'),
        url('fonts/GothamMedium_1.ttf') format('truetype'),
        url('fonts/GothamMediumItalic.ttf') format('truetype'),
        url('fonts/Gotham-Thin.otf') format('opentype'),
        url('fonts/Gotham-ThinItalic.otf') format('opentype'),
        url('fonts/Gotham-Ultraltalic.otf') format('opentype'),
        url('fonts/Gotham-XLight.otf') format('opentype'),
        url('fonts/Gotham-XLightItalic.otf') format('opentype');
}

@font-face {
    font-family: 'SansSerif';
    src: url('fonts/SansSerifBIdFLF.otf') format('opentype'),
        url('fonts/SansSerifBldFLFCond.otf') format('opentype'),
        url('fonts/SansSerifBIdFLFCond-Italic.otf') format('opentype'),
        url('fonts/SansSerifBIdFLF-Italic.otf') format('opentype'),
        url('fonts/SansSerifBookFLF.otf') format('opentype'),
        url('fonts/SansSerifBookFLF-Italic.otf') format('opentype'),
        url('fonts/SansSerifExbFLF.otf') format('opentype'),
        url('fonts/SansSerifExbFLFCond.otf') format('opentype'),
        url('fonts/SansSerifExbFLFCond-Italic.otf') format('opentype'),
        url('fonts/SansSerifExbFLF-Italic.otf') format('opentype'),
        url('fonts/SansSerifFLF.otf') format('opentype'),
        url('fonts/SansSerifFLF-Demibold.otf') format('opentype'),
        url('fonts/SansSerifFLF-Demiltalic.otf') format('opentype'),
        url('fonts/SansSerifFLF-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Arial', Courier, monospace;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}
.hd{
    display: none;
}
.bg-verde1 {
    background-color: #003827;
}

.bg-azul {
    background-color: #3b82f6;
}

.bg-verde2 {
    background-color: #00271c;
}

.bg-gris {
    background-color: #efefef;
}

.bg-blanco {
    background-color: white;
}

.btn-1 {
    background-color: white;
    color: #00271c !important;
    padding: 8px 24px;
    font-size: 16;
    border-radius: 50px;
}
.btn-2 {
    background-color: #00271c;
    color: white !important;
    padding: 8px 18px;
    font-size: 17;
    font-weight: bold;
    border-radius: 50px;
}

/*******************Header***************/
.header1 {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.header1 ul {
    padding: 1rem 0;
}

.header1 ul li {
    display: inline-block;
}

/*******************Header2***************/
.header2 {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.header2 ul {
    padding: 1rem 0;
}

.header2 ul li {
    display: inline-block;
    margin: 0 10px;
}

/*******************Main Content***************/
.main h1 {
    font-weight: bold;
    font-size: 48px;
}

.main p {
    font-size: 18px;
}

.conn1 {
    background-color: white;
    padding: 0 1.5rem 1rem ;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: space-around;
}
.conn2 {
    background-color: white;
    padding: 1rem 1.5rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-around;
}
.conn44 {
    border-radius: 0!important;
}
.conn1o {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: space-around;
}
.conn2o {

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-around;
}
.group1{
    background: white;
    padding: .5rem 1rem;
    border: solid 2px gray;
    font-size: 20px;
    width: 49%;
    text-align: center;
}
/***************Footer***********/
.foter{
    padding: 2rem ;
    border-radius: 15px;
}
.foter p{
    color: #00271c;
    font-weight: bold;
}
.foter p span{
    color: black!important;
    font-weight: normal!important;
    border-bottom: solid 2px #88F456;
}
.drese{
    color: #00271c!important;
    font-weight: bold!important;
}
.faster{
    flex-wrap: wrap;
    display: flex;
    
}
.faster li{
    list-style: none;
    margin-right: 26px;
    border-bottom: solid 2px #88F456;

    
}
.faster li img{
    margin-right: 10px;
}




@media (max-width:576px){
	.conn1{
		display:block;
	}
    .conn2{
		display:block;
	}
    .dre33{
        display: none;
    }
    .aws{
        display: block;
    }
}

.pre{
    height: 100vh;
    width: 100vw;
    position: fixed;
    background: #ffffffe3;
    display: flex;
    z-index: 500;
    align-items: center;
    justify-content: center;
}
.dre{
    display: none;
}