<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Capriola', sans-serif;
    position: absolute;
    top: 0;
    color: #202020;
    font-weight: normal;
    font-size: 15px;
    background: url(../img/back3.jpg) no-repeat top ;
    background-size: cover;
    /* display: flex;
    align-items: center; */
}

header{
    background: rgb(109,198,52);
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9996;
    box-shadow: 2px 2px 16px rgba(0,0,0,0.2);
}

/********RECUERSOS*************/
.text-left{text-align: left!important;}
.p-t-25{padding-top: 25px;}
.p-25{padding: 25px;}
.p-l-0{padding-left: 0px;}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Capriola', sans-serif;
    color: rgb(109,198,52);
    text-align: center;
}

ul{
	list-style: none;
	padding: 0px;
}

ul li{
	margin: 5px 0px;
}

.caja{
    background: #fff;
    background: rgba(255,255,255,.88);
    border-radius: 2px;
    -webkit-box-shadow: 10px 10px 34px rgba(10,10,10,1);
    -moz-box-shadow: 10px 10px 34px  rgba(10,10,10,1);
    box-shadow: 0px 5px 7px  rgba(10,10,10,.5);
    animation-delay: 1.5s;
    background: url(../img/backform.png) no-repeat center;
    background-size: cover;
}


.datos div input{
	outline: none;
	border:none;
	background: #dfefd5;
	color:#444;
	text-align: center;
	font-family: 'Roboto';
}

.datos div label{
	color:#444;
	padding-left: 5px;
	cursor: pointer;
	font-size: 16px
}

.logo-color-bg{
	padding-left: 20px;
	padding-top: 8px;
}

.radio{
 	padding-left: 25px;
}


.group-cliente{
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 9px;
    margin-bottom: 10px;
}

.group-cliente div {
	margin: 5px 0px;
}

.group-cliente div input{
	color:#444;
	background: #dfefd5;
    background: #fff;
    border: none;
    border: 1px solid #999;
    border-radius: 3px;
	padding: 10px;
}

.datos div input:focus,.group-cliente div input:focus{
	outline: none;
	border:1px solid #aaa;
	background: #fff;
    transition: all 0.5s
}

.group-cliente div input:focus{
    border: 1px solid #333;
}

#enviar{
	color: #fff;
    background: #6DC634;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 13px;
    height: 48px;
    font-weight: 500;
    box-shadow: none;
    cursor: pointer;
    padding: 5px 25px;
    border-radius: 1px;
    text-decoration: none;
    transform: scale(1);
    transition: all 0.2s;
    box-shadow: 0px 1px 4px rgba(0,0,0,.5);
}

#enviar:hover{
	background: #4fa518;
    color: #fff;
    transform: scale(1.1);
    transition: all 0.2s;
}
.swal2-confirm{
	background: #6DC634 !important;
}
/***********************/

footer{
	background: #0093d0;
	min-height: 200px;
}

.block {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
}
.claim {

    align-items: center!important;
}
.center {
    align-self: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    
}
.top {
    align-self: flex-start;
    -webkit-box-align: top;
    -webkit-align-items: top;
}
.claim{
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
    padding-top: 40px;
}
.claim .title {
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
    color: #fff;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    padding: 35px 10px 40px;
    animation-delay: 0.1s;
}
.claim p{
    max-width: 500px;
    margin: 0 auto;
    animation-delay: 0.8s;
}
/***********************/
/*****MEDIA QUERIES*****/
/***********************/

@media (max-width: 600px) {
	#logo{
		width: 100%;
	}
    .hide-mobile{
        display: none
    }
    .claim{
        padding-top: 10px;
    }
    .claim .title {
        padding: 35px 10px 20px;
    }
    #comentario {
        height: 80px;
    }
    label {
        margin-bottom: 0px;
    }
    .caja {
        animation-delay: 0.5s;
    }
    .group-cliente {
        padding-top:0px;
    }
}</pre></body></html>