@font-face {
    font-family: 'Alliance No.1 Bold';
    src: url("../fonts/AllianceNo.1_Bold.otf") format("opentype");
    font-style: normal;
    font-display: fallback;
    font-display: swap;
}

@font-face {
    font-family: 'Alliance No.1 Light';
    src: url("../fonts/AllianceNo.1_Light.otf") format("opentype");
    font-style: normal;
    font-display: fallback;
    font-display: swap;
}

@font-face {
    font-family: 'Alliance No.1 Medium';
    src: url("../fonts/AllianceNo.1_Medium.otf") format("opentype");
    font-style: normal;
    font-display: fallback;
    font-display: swap;
}

@font-face {
    font-family: 'Alliance No.1';
    src: url("../fonts/AllianceNo.1_Regular.otf");
    font-style: normal;
    font-display: fallback;
    font-display: swap;
}

@font-face {
    font-family: 'Alliance No.1 SemiBold';
    src: url("../fonts/AllianceNo.1_SemiBold.otf") format("opentype");
    font-style: normal;
    font-display: fallback;
    font-display: swap;
}

html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'Alliance No.1', sans-serif;
    font-weight: 100;
}

* {
    box-sizing: border-box;
    text-decoration: none;
}

a {
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.anima {
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.hideme {
    opacity: 0;
    transform: translateY(20px);
}

.delay1 {
    transition-delay: .1s
}

.delay2 {
    transition-delay: .2s
}

.delay3 {
    transition-delay: .3s
}

.delay4 {
    transition-delay: .4s
}

.delay5 {
    transition-delay: .5s
}

.delay6 {
    transition-delay: .6s
}

.delay7 {
    transition-delay: .7s
}

.delay8 {
    transition-delay: .8s;
    width: 150px;
}

.delay9 {
    transition-delay: .9s;
}

.delay10 {
    transition-delay: .10s;
}

.delay11 {
    transition-delay: .11s;
}

.delay12 {
    transition-delay: .12s;
    width: 120px;
}

.delay13 {
    transition-delay: .13s;
    width: 120px;
}

.delay14 {
    transition-delay: .14s;
}

.delay15 {
    transition-delay: .15s;
    width: 150px;
}

.delay16 {
    transition-delay: .16s;
}

.delay17 {
    transition-delay: .17s;
}

.delay9 img {
    margin-top: 10px;
}

.delay10 {
    transition-delay: 1s
}

header {
    /* background-image: url(../img/header_4.jpg); */
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../img/landing_carc_header2_crop.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    overflow: hidden;
    position: relative;
    /*border-radius:0 0 70% 0;
	border-bottom: 15px solid rgba(83,108,138,1);
	border-right: 15px solid rgba(83,108,138,1);
	background: rgba(46,46,46,1);
	background: -moz-linear-gradient(left, rgba(46,46,46,1) 0%, rgba(54,54,54,0.88) 12%, rgba(61,61,61,0.82) 18%, rgba(43,43,43,0.73) 27%, rgba(26,26,26,0.67) 33%, rgba(26,26,26,0.64) 36%, rgba(10,10,10,0.58) 42%, rgba(0,0,0,0.43) 57%, rgba(26,26,26,0.24) 76%, rgba(18,18,18,0.09) 91%, rgba(10,10,10,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46,46,46,1)), color-stop(12%, rgba(54,54,54,0.88)), color-stop(18%, rgba(61,61,61,0.82)), color-stop(27%, rgba(43,43,43,0.73)), color-stop(33%, rgba(26,26,26,0.67)), color-stop(36%, rgba(26,26,26,0.64)), color-stop(42%, rgba(10,10,10,0.58)), color-stop(57%, rgba(0,0,0,0.43)), color-stop(76%, rgba(26,26,26,0.24)), color-stop(91%, rgba(18,18,18,0.09)), color-stop(100%, rgba(10,10,10,0)));
	background: -webkit-linear-gradient(left, rgba(46,46,46,1) 0%, rgba(54,54,54,0.88) 12%, rgba(61,61,61,0.82) 18%, rgba(43,43,43,0.73) 27%, rgba(26,26,26,0.67) 33%, rgba(26,26,26,0.64) 36%, rgba(10,10,10,0.58) 42%, rgba(0,0,0,0.43) 57%, rgba(26,26,26,0.24) 76%, rgba(18,18,18,0.09) 91%, rgba(10,10,10,0) 100%);
	background: -o-linear-gradient(left, rgba(46,46,46,1) 0%, rgba(54,54,54,0.88) 12%, rgba(61,61,61,0.82) 18%, rgba(43,43,43,0.73) 27%, rgba(26,26,26,0.67) 33%, rgba(26,26,26,0.64) 36%, rgba(10,10,10,0.58) 42%, rgba(0,0,0,0.43) 57%, rgba(26,26,26,0.24) 76%, rgba(18,18,18,0.09) 91%, rgba(10,10,10,0) 100%);
	background: -ms-linear-gradient(left, rgba(46,46,46,1) 0%, rgba(54,54,54,0.88) 12%, rgba(61,61,61,0.82) 18%, rgba(43,43,43,0.73) 27%, rgba(26,26,26,0.67) 33%, rgba(26,26,26,0.64) 36%, rgba(10,10,10,0.58) 42%, rgba(0,0,0,0.43) 57%, rgba(26,26,26,0.24) 76%, rgba(18,18,18,0.09) 91%, rgba(10,10,10,0) 100%);
	background: linear-gradient(to right, rgba(46,46,46,1) 0%, rgba(54,54,54,0.88) 12%, rgba(61,61,61,0.82) 18%, rgba(43,43,43,0.73) 27%, rgba(26,26,26,0.67) 33%, rgba(26,26,26,0.64) 36%, rgba(10,10,10,0.58) 42%, rgba(0,0,0,0.43) 57%, rgba(26,26,26,0.24) 76%, rgba(18,18,18,0.09) 91%, rgba(10,10,10,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#0a0a0a', GradientType=1 );
	
	border-top-right-radius: 0.8rem;
	
	border-bottom-right-radius: 5rem;*/
}


/*header::{
	margin-top: 100px;
	background: rgba(46,46,46,1);
	background: rgba(46,46,46,1);
	isolation: isolate;
	border-bottom: 15px solid rgba(83,108,138,1);
	background: rgba(201,201,201,1);
	background: -moz-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(212,212,212,1) 33%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201,201,201,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(33%, rgba(212,212,212,1)));
	background: -webkit-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(212,212,212,1) 33%);
	background: -o-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(212,212,212,1) 33%);
	background: -ms-linear-gradient(left, rgba(201,201,201,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(212,212,212,1) 33%);
	background: linear-gradient(to right, rgba(201,201,201,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(212,212,212,1) 33%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#d4d4d4', GradientType=1 );
}*/


/*header::before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    mix-blend-mode: darken;
    border-bottom: 15px solid rgba(83,108,138,1);
    background: rgba(46,46,46,0.5);
	background: -moz-linear-gradient(left, rgba(83,108,138,1) 0%, rgba(134,174,204,1) 44%, rgba(134,174,204,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(83,108,138,1)), color-stop(44%, rgba(134,174,204,1)), color-stop(100%, rgba(134,174,204,1)));
	background: -webkit-linear-gradient(left, rgba(83,108,138,1) 0%, rgba(134,174,204,1) 44%, rgba(134,174,204,1) 100%);
	background: -o-linear-gradient(left, rgba(83,108,138,1) 0%, rgba(134,174,204,1) 44%, rgba(134,174,204,1) 100%);
	background: -ms-linear-gradient(left, rgba(83,108,138,1) 0%, rgba(134,174,204,1) 44%, rgba(134,174,204,1) 100%);
	background: linear-gradient(to right, rgba(83,108,138,1) 0%, rgba(134,174,204,1) 44%, rgba(134,174,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#536c8a', endColorstr='#86aecc', GradientType=1 );
}
*/

.wp {
    /*max-width: 1400px;*/
    padding: 35px 70px;
    position: relative;
    margin: auto;
    /*background: rgba(46,46,46,1);
	background: -moz-linear-gradient(left, rgba(46,46,46,1) 0%, rgba(54,54,54,0.88) 12%, rgba(61,61,61,0.82) 18%, rgba(43,43,43,0.73) 27%, rgba(26,26,26,0.67) 33%, rgba(26,26,26,0.64) 36%, rgba(10,10,10,0.58) 42%, rgba(0,0,0,0.43) 57%, rgba(26,26,26,0.24) 76%, rgba(18,18,18,0.09) 91%, rgba(1,22,47,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46,46,46,1)), color-stop(12%, rgba(54,54,54,0.88)), color-stop(18%, rgba(61,61,61,0.82)), color-stop(27%, rgba(43,43,43,0.73)), color-stop(33%, rgba(26,26,26,0.67)), color-stop(36%, rgba(26,26,26,0.64)), color-stop(42%, rgba(10,10,10,0.58)), color-stop(57%, rgba(0,0,0,0.43)), color-stop(76%, rgba(26,26,26,0.24)), color-stop(91%, rgba(18,18,18,0.09)), color-stop(100%, rgba(1,22,47,0)));
	background: -webkit-linear-gradient(left, rgba(46,46,46,1) 0%, rgba(54,54,54,0.88) 12%, rgba(61,61,61,0.82) 18%, rgba(43,43,43,0.73) 27%, rgba(26,26,26,0.67) 33%, rgba(26,26,26,0.64) 36%, rgba(10,10,10,0.58) 42%, rgba(0,0,0,0.43) 57%, rgba(26,26,26,0.24) 76%, rgba(18,18,18,0.09) 91%, rgba(1,22,47,0) 100%);
	background: -o-linear-gradient(left, rgba(46,46,46,1) 0%, rgba(54,54,54,0.88) 12%, rgba(61,61,61,0.82) 18%, rgba(43,43,43,0.73) 27%, rgba(26,26,26,0.67) 33%, rgba(26,26,26,0.64) 36%, rgba(10,10,10,0.58) 42%, rgba(0,0,0,0.43) 57%, rgba(26,26,26,0.24) 76%, rgba(18,18,18,0.09) 91%, rgba(1,22,47,0) 100%);
	background: -ms-linear-gradient(left, rgba(46,46,46,1) 0%, rgba(54,54,54,0.88) 12%, rgba(61,61,61,0.82) 18%, rgba(43,43,43,0.73) 27%, rgba(26,26,26,0.67) 33%, rgba(26,26,26,0.64) 36%, rgba(10,10,10,0.58) 42%, rgba(0,0,0,0.43) 57%, rgba(26,26,26,0.24) 76%, rgba(18,18,18,0.09) 91%, rgba(1,22,47,0) 100%);
	background: linear-gradient(to right, rgba(46,46,46,1) 0%, rgba(54,54,54,0.88) 12%, rgba(61,61,61,0.82) 18%, rgba(43,43,43,0.73) 27%, rgba(26,26,26,0.67) 33%, rgba(26,26,26,0.64) 36%, rgba(10,10,10,0.58) 42%, rgba(0,0,0,0.43) 57%, rgba(26,26,26,0.24) 76%, rgba(18,18,18,0.09) 91%, rgba(1,22,47,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#01162f', GradientType=1 );*/
}

.logo-avalian {
    margin-top: -35px;
}

.wp.sp {
    padding: 0;
    max-width: 1500px
}

header .wp {
    /*padding: 60px 30px;*/
    height: 100%;
}

header>img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 120%
}

header .wp .copy {
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 620px;
}

header .wp .copy h1 {
    font-family: 'Alliance No.1', sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 30px;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header .wp .copy h1 {
    font-family: 'Alliance No.1', sans-serif;
    text-shadow: 5px 5px 6px black;
}

header .wp .copy.hideme h1 {
    transform: translateY(10px);
}

header .wp .copy.hideme p {
    transform: translateY(10px);
}

header .wp .copy h1 strong, header .wp .copy h4 strong {
    font-weight: 600;
    padding: 0 5px;
    /*font-size: 1.15em;*/
    /*font-size: 8.15vw;*/
    font-size: 100%;
    position: relative;
    ;
    font-family: 'Alliance No.1 Bold', sans-serif;
    color: #086199;
    line-height: 70px;
    background-color: #ffffff;
    text-shadow: 5px 5px 6px transparent;
}

header .wp .copy h1 span {
    font-weight: 600;
}

header .wp .copy h1 strong:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    /*background-color: #FFF;	*/
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition-delay: .5s
}

header .wp .copy h4 {
    font-size: 24px;
}

header .wp .copy p {
    font-family: 'Alliance No.1 Light', sans-serif;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.2;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition-delay: .3s;
    text-shadow: 5px 5px 6px black;
}

header .wp .copy p span {
    font-weight: 500;
}

header .wp .copy p span.sbtit {
    color: #fff;
    font-family: 'Alliance No.1 SemiBold', sans-serif;
    font-weight: 700;
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
}

header .wp .copy.hideme h1 strong:after {
    width: 0%;
}

header .wp .copy.hideme h1 {
    transform: translateY(15px);
}

header .wp .copy.hideme p {
    transform: translateY(15px);
    opacity: 0
}

header .wp .logos {
    margin-top: 3vw;
    display: flex;
    /*align-items: end*/
    ;
    justify-content: space-between;
}
header .wp .logos a img{
 /*   width: 25rem;*/
}
header .wp .logos a .logo-carc{
   /* width: 5.5rem;*/
}
.wp.form {
    padding-top: 0px;
    margin-bottom: 70px;
}

.wp.form form {
    background-color: #FFF;
    width: 500px;
    height: fit-content;
    position: absolute;
    bottom: 0;
    top: -600px;
    right: 30px;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition-delay: .7s;
    border-radius: 20px;
}

.wp.form form.hideme {
    transform: translateY(20px);
}

.wp.form form input,
.wp.form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
    padding: 0;
    font-family: 'Alliance No.1 Medium', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #242424;
    height: 35px;
    margin-bottom: 14px;
    border-bottom: 1px solid #787878
}

.wp.form form select.error,
.wp.form form input.error {
    border-bottom: 1px solid red
}

.wp.form form .fieldset>input[type="number"] {
    width: 73%;
}

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

input[type=number] {
    -moz-appearance: textfield;
}

.wp.form form .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 50px;
    background: white;
}

.wp.form form .fieldset h3 {
    color: #909fa9;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
}

#localidad-suggestions {
    text-align: start;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    position: absolute;
    z-index: 10;
    background: white;
}

.suggestion-item {
    padding: 10px 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 200ms;
    font-size: 13px;
    max-width: 200px;
    min-width: 200px;
    color: #00945e;
}

.suggestion-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.wp.form form .fieldset .min {
    width: 23%;
}

.wp.form form .fieldset .mid {
    width: 48%;
}

.wp.form form .fieldset .full {
    width: 100%
}

.wp.form form .fieldset .select {
    position: relative;
    cursor: pointer;
}

.wp.form form .fieldset .select input {
    pointer-events: none;
}

.wp.form form .fieldset .select:after {
    content: url(../img/arrow-select.png);
    position: absolute;
    top: 6px;
    right: 0;
}

.wp.form form .fieldset .select ul {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #FFF;
    font-size: 13px;
    display: none;
    z-index: 3;
    max-height: 205px;
    overflow-y: scroll;
    border: 1px solid #ddd;
}

.wp.form form .fieldset .select ul li {
    padding: 10px;
    color: #909fa9;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    text-transform: uppercase;
}

.wp.form form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 245px;
    outline: none;
    background: transparent;
    border: none;
    font-family: 'Alliance No.1 Medium', sans-serif;
    font-weight: 500;
    color: #FFF;
    position: relative;
    background: #a6db6d;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    cursor: pointer;
    margin: 40px 0;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.wp.form form button img {
    position: absolute;
    right: 50px;
    top: calc(50% - 9px);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.wp.form form button:hover img {
    right: 40px;
}

.wp.form form button:hover {
    background: #06bf88
}

.logo-carc {
    width: 80px;
    margin-top: -10px;
}

#blocks .wp.icons {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-around;
    text-align: center;
}

#blocks .wp .item.cerca img,
#blocks .wp .item.integral img,
#blocks .wp .item.superior img,
#blocks .wp .item.selecta img {
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
}

#blocks .wp .item.cerca img:first-child,
#blocks .wp .item.integral img:first-child,
#blocks .wp .item.superior img:first-child {
    transform: translate3d(10px, -35px, 42px);
    z-index: 0;
}
#blocks .wp .item.selecta img:first-child {
    transform: translate3d(47px, -35px, 42px);
}

#blocks .wp.icons h2 {
    width: 100%;
    margin-bottom: 60px;
    font-family: 'Alliance No.1 Light', sans-serif;
    font-weight: 200;
    font-size: 45px;
    color: #029a6e;
}

#blocks .wp.icons h2 strong {
    font-weight: 400;
    ;
    font-family: 'Alliance No.1', sans-serif;
}

#blocks .wp .item {
    font-size: 10px;
    color: #424853;
    margin: 0 5px;
    line-height: 1.2;
    font-weight: 500;
    max-width: 280px;
    position: relative;
    padding-top: 95px;
}

#blocks .wp.iconos .item>img {
    max-width: 100px;
}

#blocks .wp .item.textleft {
    text-align: left;
}

#blocks .wp .item h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 10px;
    ;
    font-family: 'Alliance No.1', sans-serif;
}

#blocks .wp .item p {
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Alliance No.1 Light', sans-serif;
}

#blocks .wp .item.cerca {
    color: #b7d673
}

#blocks .wp .item.integral {
    color: #00945e
}

#blocks .wp .item.superior {
    color: #4b5251
}

#blocks .wp .item.selecta {
    color: #1e3b71
}

#blocks a.btnqsm {
    display: block;
    width: 245px;
    outline: none;
    border: none;
    font-family: 'Alliance No.1', sans-serif;
    font-weight: 500;
    color: #FFF;
    position: relative;
    background: #a6db6d;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    cursor: pointer;
    margin: 40px auto 0;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

#blocks .prestadores {
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-image: url(../img/carc_prestaciones_bg_2.png);
    color: #FFF;
    margin: 130px 0;
    text-align: center;
}

#blocks .prestadores > .logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    align-items: center;
    justify-items: center;
    background: #FFF;
    padding: 30px;
    max-width: 750px;
    width: 100%;
    border-radius: 20px;
    margin: 26px 0;
    gap: 30px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 45px;
}

#blocks .prestadores > .logos img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

#blocks .prestadores h2 {
    font-size: 38px;
    letter-spacing: -.03em;
    font-weight: 200;
    margin-bottom: 15px;
}

#blocks .prestadores h2 span {
    font-weight: 500;
}

#blocks .prestadores p {
    max-width: 590px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 200;
    margin-bottom: 40px;
}

#blocks .prestadores small {
    font-size: 22px;
    font-weight: 400;
}

#blocks .end {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #656565;
    text-align: center;
}

#blocks .end .share {
    font-size: 28px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#blocks .end .share p span {
    color: #a6db6d;
    font-size: 1.8em;
}

#blocks .end .share .rrss {
    display: flex;
    align-items: center;
}

#blocks .end .share p {
    font-weight: 600;
    padding: 40px 0 25px;
}

#blocks .end .share a img {
    display: inline;
}

#blocks .end .share a:not(.fa-instagram) {
    color: #06bf88;
    /*border:3px solid #06bf88;*/
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    margin: 0 8px;
}

#blocks .end .share a.fa-instagram {
    font-size: 42px;
    color: #06bf88;
    margin: 0 4px;
}

#blocks .end .share a:hover {
    color: #06bf88;
    border-color: #06bf88
}

#blocks .end .copy {
    padding-top: 80px;
    color: #242424;
    max-width: 590px;
}

#blocks .end .copy>img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

#blocks .end .copy .phone {
    font-size: 20px;
    line-height: 1.5;
}

#blocks .end .copy .phone span {
    color: #a6db6d
}

#blocks .end .copy>p {
    color: #787878;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
}

#blocks .end .copy>p strong {
    font-weight: 400;
    color: #242424
}


/*FOOTER*/

footer {
    border: 1px solid #d5d5d5;
    margin-top: 80px;
    padding: 80px 0;
}

footer .wp {
    max-width: 1200px;
    text-align: center;
}

footer .wp h5 {
    color: #171717;
    margin-bottom: 15px;
    font-size: 12px;
}

footer .wp p {
    font-size: 11px;
    text-align: left;
    text-align: justify;
    font-family: 'Alliance No.1 Light', sans-serif;
    line-height: 1.5;
    color: #787878;
}

footer .wp p strong {
    font-weight: bold;
    text-transform: uppercase;
    color: #101010;
}

footer .wp .bottom {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    justify-content: space-between;
}

footer .wp .bottom .phone {
    color: #242424;
    font-size: 20px;
    width: 100%;
    margin-bottom: 30px;
}

footer .wp .bottom .phone span {
    color: #f89c27
}

footer .wp .bottom .share {
    display: flex;
    align-items: center;
}

footer .wp .bottom .share a:not(.fa-instagram) {
    color: #787878;
    border: 2px solid #787878;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    line-height: 27px;
    margin: 0 4px;
}

footer .wp .bottom .share a.fa-instagram {
    font-size: 32px;
    color: #787878;
    margin: 0 4px;
}

footer .wp .bottom .share a:hover {
    color: #06bf88;
    border-color: #06bf88
}
header.gracias .logos .logo-carc{
    width: 90px;
    height: 90px;
}
@media (max-width: 640px) {
    .logo-carc {
        width: 40px;
        margin-top: 5px;
    }
    header.gracias .logos .logo-carc{
        width: 50px;
        width: 40px;
        height: 50px;
        margin-top: 8px;
    }
}
@media (min-width: 640px) and (max-width: 1024px) {
    .logo-carc {
        width: 60px;
        margin-top: 42px;
    }
    header.gracias .logos .logo-carc{
        width: 60px;
        height: 80px;
        margin-top: 40px;
    }
}

@media (max-width: 1100px) {
    header .wp .logos {
        /*margin-top: 30px;*/
    }
    .logo-avalian {
        margin-top: 0;
    }
    .logo-boca {
        width: 20vw;
    }
    .wp {
        padding: 0 20px
    }
    .wp.form {
        padding-top: 30px;
        margin-bottom: 50px;
    }
    .wp.form form {
        width: 100%;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
        position: static;
        top: 0px;
    }
    #blocks .wpbox .mid {
        width: 100%;
    }
    #blocks .wpbox:nth-child(2) .mid.img {
        order: 0;
    }
   
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1400px) and (orientation:portrait) {
    header .wp .copy h1 strong {
        line-height: 70px;
        }
    }
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    header .wp .logos {
        margin-top: 30px;
    }
    header .wp .copy h1 strong {
        font-weight: 600;
        padding: 0 5px;
        font-size: 100%;
        position: relative;
        line-height: 67px;

        /* color: #a6db6d; */
    }
}
@media only screen and (min-device-width: 640px) and (max-device-width: 1340px){
    #blocks .wp .item {
        font-size: 10px;
        color: #424853;
        margin: 0 5px;
        line-height: 1.2;
        font-weight: 500;
        max-width: 280px;
        position: relative;
        padding-top: 172px;
    }
    #blocks .wp .item.cerca img, #blocks .wp .item.integral img, #blocks .wp .item.superior img, #blocks .wp .item.selecta img {
        width: 90%;
        position: absolute;
        top: 59px;
        left: 0;
    }
    
    
}

@media (max-width: 640px) {
    header {
        height: 500px
    }
    .wp.form {
        padding-top: 15px;
    }
    header .wp {
        padding-top: 30px
    }
    .logo-boca {
        width: 20vw
    }
    .logo-avalian {
        width: 200px;
        margin-top: -20px;
    }
    header .wp .copy {
        padding-right: 20px;
        top: 55%
    }
   
    header .wp .copy h1 strong {
        font-size: 100%;
    }
    header .wp .copy h1 strong, header .wp .copy h4 strong {
        line-height: 50px;
    }
    header .wp .copy p {
        font-size: 14px
    }
    header .wp .copy p span.sbtit {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    header .wp .copy p {
        font-family: 'Alliance No.1 Light', sans-serif;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.2;
        transition: all .5s cubic-bezier(.165, .84, .44, 1);
        transition-delay: .3s
    }

    header .wp .copy h1 {
     font-family: 'Alliance No.1', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 0.9;
    margin-bottom: 20px;
      transition: all .5s cubic-bezier(.165, .84, .44, 1);
    }
    .wp.form form .fieldset {
        padding: 30px
    }
    .wp.form form button {
        padding: 0 30px
    }
    .wp.form form .fieldset .min {
        width: 30%;
    }
    .wp.form form .fieldset>input[type="number"] {
        width: 65%;
    }
    #blocks .wp.icons h2 {
        font-size: 30px;
    }
    #blocks .wp .item {
        margin: 0;
        padding: 10px;
        width: 50%;
    }
    #blocks .wp .item.cerca,
    #blocks .wp .item.integral,
    #blocks .wp .item.superior,
    #blocks .wp .item.selecta {
        width: 100%;
        margin-top: 134px;
    }
    #blocks .wp .item.cerca img, #blocks .wp .item.integral img, #blocks .wp .item.superior img, #blocks .wp .item.selecta img {
        width: 76%;
        position: absolute;
        top: -69px;
        left: 14px;
        bottom: 112px;
    }
    #blocks .wp .item.cerca img:first-child, #blocks .wp .item.integral img:first-child, #blocks .wp .item.superior img:first-child{
        transform: translate3d(13px, 20px, 50px);
        z-index: 0;
    }
    #blocks .wp .item.selecta img:first-child {
        transform: translate3d(43px, -32px, 50px);
    }
    #blocks .wp .item h3 {
        margin-top: 25px;
    }
    #blocks .prestadores {
        margin: 60px 0;
        padding: 30px 0;
    }
    #blocks .prestadores > .logos {
        grid-template-columns: repeat(2, 1fr); 
        padding: 25px !important;
    }
    #blocks .end .share {
        font-size: 18px;
    }
    #blocks .end .share p span {
        font-size: 1.4em;
    }
    #blocks .end .share>img {
        display: block;
        max-width: 90%;
    }
    #blocks .end .copy {
        padding-top: 100px;
    }
    #blocks .end .copy .phone {
        font-size: 16px;
    }
    footer {
        padding: 60px 0
    }
    footer .wp .bottom {
        text-align: center;
    }
    footer .wp .bottom .phone span {
        display: block;
        margin-top: 10px
    }
    footer .wp .bottom .share {
        width: 100%;
        padding-top: 30px;
        justify-content: center;
    }
}

::-webkit-input-placeholder {
    /* Edge */
    color: #242424 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #242424 !important;
    opacity: 1;
}

::placeholder {
    color: #242424 !important;
    opacity: 1;
}