body,html{
	width: 100%;
	margin: 0%;
	padding: 0%;

}
body.swal2-height-auto {
  padding-right: 0%!important;
}
body{
    padding-right: 0;
}
.row{
 	margin: 0%;
 	padding: 0%;
 	justify-content: center;
}

.modal-open{
	padding-right: 0%!important;
}
.modal{
    padding-right: 0%!important;
}

.btn-buenfin{
    width: 2%;
    position: absolute;
    right: 1%;
    top: 2%;
    border: none;
    z-index: 5;
    cursor: pointer;
    font-size: 1.3em;
    color: crimson;
}
.bolsa-t{
    padding: 4% 10% 0% 0%;
    margin: 0;
    width: 100%;
    position: relative;
    text-align: center;
}
.bolsa-t h1{
    font-size: 1.7rem;
    margin: 0% 0% 4%;
}
.bolsa-t form{
   padding: 0;
   margin: 0;
   width: 100%;
   position: relative;
}
.bolsa-t form>input,select{
    width: 100%;
    height: 35px;
    border-radius: 0;
    border: none;
    border-bottom: 1.5px solid #0094d7;
    padding: 3%;
    margin: 0.5% 0%;
    outline: none!important;
    text-decoration: none!important;
    background: #dddddd1c;
}
.bolsa-t form>label{
    margin: 0;
    text-align: left;
    justify-content: left;
    display: block;
    font-weight: bold;
    color: #333333d1;
}
.bolsa-t form>div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.bolsa-t form>div>span>input,select{
    width: 100%;
    height: 35px;
    border-radius: 0px;
    border: none!important;
    border-bottom: 1.5px solid #0094d7!important;
    padding: 4%;
    margin: 2% 0% 2% 0%;
    outline: none!important;
    text-decoration: none!important;
}
.bolsa-t form>div>span>label{
    margin: 0;
    text-align: left;
    justify-content: left;
    display: block;
    font-weight: bold;
    color: #333333d1;
}
.bolsa-t form>textarea{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 4%;
    margin: 1% 0%;
}
.bolsa-t form>button{
    width: 40%;
    font-size: 22px;
    border-radius: 5px;
    transition: 0.5s;
    border: 1.5px solid #0094d7;
    padding: 0.3% 0%;
    background: #0094d7;
    color: #eee;
    margin-top: 3%;
    -webkit-box-shadow: 8px 8px 18px 0px rgb(42 67 113 / 30%);
}
.typed-cursor{
    color:  #0094d7;
}
.bolsa-t a {
    position: absolute;
    bottom: 0;
    /* background: #ddd; */
    width: 100%;
    left: 0;
    padding: 2% 0%;
    color: #111;
}
.head{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 1% 5% 1% 7%;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	z-index: 2;
	transition: 0.3s;
	color: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
    border-top: 2px solid #0094d7;
}

.head div{
    width: 100%;
	margin: auto;
}

.head img{
	width: 14%;
	padding: 0%;
	margin: 0%;
	cursor: pointer;
    transition: 0.5s;
    padding-left: 20px;
}

.head ul{
	list-style: none;
	width: 100%;
	padding: 0%;
	margin: 0%;
	display: flex;
	justify-content: flex-end;
}

.head li{
	font-size: 18px;
	padding: 5px 0px;
    margin: auto 0px auto 30px;
	cursor: pointer;
    transition: 0.5s;
    color: #111;
}

.head li:hover{
    border-radius: 1px;
    transition: 0.5s;
}

#button-whats{
    width: 16.5%;
}

.head li>button{
    border: 2px solid #25d366;
    color: #fff;
    border-radius: 15px;
    background-color: #25d366;
    width: 100%;
    padding: 3% 0%;
    font-size: 16px;
    -webkit-box-shadow: 8px 8px 18px 0px rgb(42 67 113 / 30%);
}

/*****MOBILE *****/

.head-mobil{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0% 0% 0% 0%;
    padding: 1% 5% 1% 5%;
    display: none;
    justify-content: space-between;
    background-color: #fffe;
    z-index: 2;
    transition: 0.3s;
    color: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.head-mobil div{
    width: 100%;
    margin: auto;
}

.head-mobil img{
    width: 60%;
    padding: 0%;
    margin: 0%;
    cursor: pointer;
    transition: 0.5s;
}

.head-mobil ul{
    list-style: none;
    width: 100%;
    padding: 0%;
    margin: 0%;
    display: flex;
    justify-content: flex-end;
}

.head-mobil li{
    font-size: 18px;
    padding: 5px 0px;
    margin: auto 0%;
    cursor: pointer;
    border-top: 2px solid #0000;
    border-radius: 1px;
    transition: 0.5s;
    color: #111;
}

.head-mobil li:hover{
    border-top: 2px solid #e1b803;
    border-radius: 1px;
    transition: 0.5s;
}


.head-mobil li>button{
    border: 1px solid #25d366;
    color: #fff;
    border-radius: 15px;
    background-color: #25d366;
    width: 100%;
    padding: 3% 0%;
}

.enable-size{
    width: 13%!important;
    transition: 0.5s;
}
.enable-head{
    background: #fff;
    transition: 0.5s;
}


/*****anime keyframes ***/
.pulsingButton {
      text-align: center;
      white-space: nowrap;
      display: block;
      box-shadow: 0 0 0 0 rgb(37 211 102);
      border-radius: 10px;
      background-color: #25d366;
      -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
      font-weight: normal;
      font-family: sans-serif;
      text-decoration: none !important;
      color: #ffffff;
      transition: all 300ms ease-in-out;
}
    /* Hover animated */
a.pulsingButton:hover {
      -webkit-animation: none;
      -moz-animation: none;
      -ms-animation: none;
      animation: none;
      color: #ffffff;
}

/* Animation */
@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsing {
    to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsing {
    to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
}
}
/*****************/ 
.desktop{
	display: block;
}

.mobil{
	display: none;
}

.content{
    position: relative;
    padding: 0;
    margin: 0;
}
.content img{
    position: relative;
    width: 100%;
    height: 100vh;
    top: 2em;
}

.content button{
    position: absolute;
    top: 65%;
    left: 10%;
    width: 17%;
    font-size: 22px;
    border-radius: 15px;
    transition: 0.5s;
    border: 1.5px solid #fffe;
    padding: 0.3% 0%;
    background: #ffffff;
    color: #111;
    -webkit-box-shadow: 8px 8px 18px 0px rgb(42 67 113 / 30%);
}
.content i{
    transition: 0.5s;
}
.content button:hover i{
    color: #0089c7;
    transition: 0.5s;
    padding-right: 5px;
    transform: rotate(45deg);
}

/****************************/

.contenedor-0{
    margin: 0% 0% 2%;
	padding: 2% 10% 3%;
	position: relative;
    background-color: #f8f9fa;
}

.contenedor-0 h1{
	text-align: center;
	margin: 0% 0% 4%;
}
.contenedor-0 h1>hr {
    height: 4px;
    border-radius: 5px;
    width: 5%;
    background-color: #008fcf;
    margin: 0.5% auto;
    margin-bottom: 3%;
    border: none;
}
.contenedor-0 ul{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.contenedor-0 li{
	list-style: none;
	width: 24%;
	padding: 2%;
    border-radius: 5px;
    border: 1.5px solid #eee;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
    margin: 1% auto;
    text-align: center;
    transition: 0.3s;
    background-color: #fffe;
}
.contenedor-0 li>img{
	width: 45%;
	padding: 10%;
	margin: 2% 0%;
	transition: 0.3s;
}
.contenedor-0 li>p{
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0px;
	color: #111;
	font-family: 'Ubuntu', sans-serif;
	transition: 0.3s;
}
.contenedor-0 li:hover {
	transition: 0.3s;
	transform: scale(1.03);
}


/**********/

.contenedor-1{
    margin: 2% 0% 5%;
    padding: 2% 10% 0% 0%;
	position: relative;
    text-align: center;
}

.contenedor-1 h1{
	text-align: center;
	margin: 0% 0% 2%;
}
.contenedor-1 h3{
    font-size: 1.3em;
    margin: 15% auto 25% auto;
    text-align: justify;
    color: #111;
    font-weight: 400;
    border-bottom: 1.5px solid #eee;
    padding-bottom: 5%;
}

.contenedor-1 h3>i{
    color: #008fcf;
    position: relative;
    padding-top: 0%;
    margin: 2% 4%;
    float: left;
    border-bottom: none;
}

.contenedor-1 h1>hr {
    height: 4px;
    border-radius: 5px;
    width: 5%;
    background-color: #008fcf;
    margin: 0.5% auto;
    margin-bottom: 3%;
    border: none;
}

.contenedor-1 p{
    text-align: center;
    font-size: 22px;
    margin-bottom: 2%;
    padding: 0% 20%;
}

.contenedor-1 ul{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.contenedor-1 li{
    width: 49%;
    list-style: none;
    position: relative;
    margin: auto 0%;
}
.contenedor-1 li>img{
    width: 100%;
    position: relative;
    z-index: 0;
}
.contenedor-1 li>div{
    width: 100%;
    display: flex;
}
.contenedor-1 li>div>img{
    width: 30%;
    margin: 2% auto;

}
.contenedor-1 li>p{
    margin-bottom: 10px;
    padding-right: 0%;
    padding-left: 5%;
    text-align: justify;
    font-size: 18px;
}

.contenedor-1 li>p>i{
	color: #008fcf;
    margin-right: 5px;
    position: absolute;
    left: 0%;
    padding-top: 1%;
    font-weight: bold;
}

.contenedor-1  li>h2{
    margin: 10% 0% 4%;
    font-size: 1.5rem;
    line-height: 30px;
    /* font-style: oblique; */
    color: #111;
    text-align: left;
}

.contenedor-1 li>button{
    /*
	font-family: 'Ubuntu', sans-serif;
    margin: 5% 0% 0% 5%;
    padding: 1% 4%;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    outline: none;
    width: 37%;
    font-weight: bold;
    letter-spacing: 0.5px;
    border: 1px solid #008fcf;
    color: #008fcf;
    background: #0000;
    transition: 0.5s;
    */
    border: 2px solid #25d366;
    color: #fff;
    border-radius: 15px;
    background-color: #25d366;
    width: 35%;
    padding: 1% 0%;
    font-size: 16px;
    margin: 0 auto;
}

/****************/

.contenedor-medio{
	width: 100%; 
    margin-top: 0%;
    padding: 0% 0% 0% 0%;
    background-image: url(../images/img/medio.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contenedor-medio h2{
	font-family: 'Ubuntu', sans-serif;
    background-image: linear-gradient(to right, #0000004d, #000000b3);
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin: 0%;
    padding: 7% 15%;
    line-height: 45px;
}
/******** SLIDE **********/

.carousel-control-next, .carousel-control-prev {
    width: 3%!important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230093d4' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230093d4' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")!important;
}

/******* FORMULARIO *******/


.contenedor-formulario{
	margin: 2% 0% 0%;
	padding: 2% 10% 0%;
	position: relative;
	text-align: center;
}

.contenedor-formulario h1{
	text-align: center;
	margin: 0% 0% 4%;
}

.contenedor-formulario h1>hr {
    height: 4px;
    border-radius: 5px;
    width: 5%;
    background-color: #008fcf;
    margin: 0.5% auto;
    margin-bottom: 3%;
    border: none;
}

.contenedor-formulario ul{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.contenedor-formulario li{
	width: 50%;
	list-style: none;
	position: relative;
}

.contenedor-formulario li>div{
	text-align: left;
    margin: 0% 5% 5% 5%;
    padding: 5% 5% 5% 5%;
    box-shadow: 0px 0px 10px -3px #333;
    border-radius: 5px;
    border-bottom: 2px solid #3f5e8f;
}
.contenedor-formulario li>img{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5%;
}

.contenedor-formulario li>div>h3 {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}

.contenedor-formulario input, select {
    width: 100%;
    margin: 2% 0% 2% 0%!important;
    border: 0.5px solid #ddd;
    padding: 1%;
    border-radius: 5px;
}
.contenedor-formulario textarea {
    width: 100%;
    margin: 0% 0% 2% 0%;
    border: 0.5px solid #ddd;
    padding: 1%;
    border-radius: 5px;
}

.contenedor-formulario button {
    padding: 1.5% 4%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    border-radius: 10px;
    outline: none;
    font-weight: bold;
    letter-spacing: 0.5px;
    border: 1px solid #222;
    color: #eee;
    background: #111;
    transition: 0.5s;
    display: flex;
    margin: 2% auto;
    width: 40%;
    text-align: center;
    justify-content: center;
}

/*******************/
.footer{
	width: 100%;
    padding: 1% 0% 1% 0%;
    background-color: #000;
    text-align: center;
	justify-content: center;	
	background-color: #111;
}

.footer p{
    font-family: 'Ubuntu', sans-serif;
    color: #eee;
    font-size: 0.9em;
    margin-bottom: 2px;
}
.footer strong {
    color: #e2b901;
    letter-spacing: 0.5px;
}



/*****responsive ***/ 
@media(max-width: 2560px){
    .contenedor-0 li>p{
        font-size: 20px;
    }
    .head li {
    font-size: 22px;
    }
    .contenedor-1 h3 {
        font-size: 1.8em;
    }
    .bolsa-t form>input, select {
        height: 45px;
        margin: 1% 0%;
    }
    .bolsa-t form>div>span>input, select {
        height: 45px;
        margin: 1% 0%;
    }
}

@media(max-width:1440px){
    .contenedor-0 li>p{
        font-size: 17px;
    }
    .head li {
        font-size: 18px;
    }
    .contenedor-1 h3 {
        font-size: 1.3em;
    }
    .bolsa-t form>input, select {
        height: 30px;
        margin: 0.5% 0%;
    }
    .bolsa-t form>div>span>input, select {
        height: 30px;
        margin: 0.5% 0%;
    }
}

@media(max-width:1024px){
    .contenedor-0 li>p{
        font-size: 15px;
    }
}

@media(max-width:768px){

    .bolsa-t {
    padding: 5% 5% 15% 5%;
    }
    .desktop{
        display: none;
    }

    .mobil{
        display: block;
    }
    .bolsa-t h1 {
        font-size: 1.5rem;
    }
    .modal-dialog{
        max-width: 95%!important;
        top: 1%!important;
        margin: auto!important;
    }
    .btn-buenfin {
        width: 6%;
    }   
    #button-whats {
        width: 60%;
    }
    .enable-size {
        width: 30%!important;
    }   
    .head{
        display: none;
        position: sticky;
        padding: 1% 5% 1% 5%;
    }
    .head-mobil{
        display: block;
    }
    .head img{
        width: 30%;
        margin: 0% auto;
    }

    .content button {
        width: 100%;
        right: 0%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -webkit-box-shadow: 8px 8px 18px 0px rgb(42 67 113 / 30%);
        top: auto;
        bottom: 0;
        background: #1b8dcc;
        border: 2px solid #1b8dcc;
        left: 0;
        color: #eee;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    .contenedor-1 li>h2 {
        margin: 0% 0% 7%;
        text-align: center;
    }
    .contenedor-1 li>p>i {
        left: 4%;
    }
    .contenedor-0 h1 {
        margin: 7% 0%;
        font-size: 1.8rem
    }
    .contenedor-1 h1 {
        margin: 7% 0%;
        font-size: 1.8rem
    }
    .contenedor-1 p {
        padding: 0%;
    }
    .contenedor-0 li{
        width: 45%;
    }
    .contenedor-1 li {
        width: 100%;
    }
    .contenedor-1 li>button {
        width: 50%;
        padding: 2% 0%;
    }
    .contenedor-1 img{
        width: 70%;
        margin: 10% 0%;
    }
    .contenedor-formulario li{
        width: 100%;
    }
    .contenedor-formulario li>img {
        position: relative;
    }
    .contenedor-1 h3 {
        margin: 5% auto 5% auto;
    }
    .contenedor-formulario li>div {
        box-shadow: 0px 0px 7px -3px #333;
        border-bottom: none;
    }
    .contenedor-formulario h1 {
        margin: 7% 0% 8%;
        font-size: 1.8rem
    }
    #centered{
        text-align: center!important;
    }
    .contenedor-1 li>p {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media(max-width:425px){
    .contenedor-1 {
        padding: 2% 0% 0%;
    }
    .contenedor-0 li{
        width: 80%;
        margin: 4% auto;
    }
    .contenedor-medio{
        width: 100%; 
        margin-top: 0%;
        padding: 0% 0% 0% 0%;
        background-image: url(../images/img/medio-phone.jpg);
    }
    .contenedor-medio h2 {
        padding: 40% 5%;
        line-height: 55px;
        text-align: left;
    }
    .contenedor-formulario {
        padding: 2%;
    }
    .contenedor-formulario input, select {
        margin: 0% 0% 7% 0%;
        height: 40px;
    }
    .contenedor-1 li>p {
        font-size: 17px; 
        padding-left: 10%;
        padding-right: 10%;
    }

}