.snippet-body {   
    background-image: linear-gradient(to right, #134228, #B8963B);
    height: 729px;
}

.form-control {
    background-color: #2FA866;
    border-radius: 50px !important;
    padding: 12px 15px 12px 15px !important;
    width: 80%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #2FA866 !important;
    font-size: 14px;
    color: #000 ;
    font-weight: 400
}

.form-control {
    -moox-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #134228 !important;
    outline-width: 0;
    font-weight: 400
}
.form-control-label {
    font-size: 16px;
    margin-left: 10px
}


.card {
    border-radius: 20px;
    border: none;
    width: 1400px ;
    height: 650px;
    position: relative;
    right: 140px;    
}

.card1 {
    width: 500px;
    height: 650px;
    right: auto; 
    
}

.card2 {
    width: 900px;
    background-image: linear-gradient(to right, #134228, #B8963B);
    position: relative;
    margin: 0;
    padding: 0 1rem;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 25rem;
    right: auto; 
}

.heading {
    margin-bottom: 10px !important;
   font-family: 'Script MT';
	font-size: 30px;
    
}
.msg-info {
    padding-left: 5px;
    margin-bottom: 5px;
    font-family: 'BOOK ANTIQUA';
	font-size: 20px;
}

/* Placeholders */
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #404040 !important;
  opacity: 1;
}


/* === Botones === */
button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}
.btn-color,
.btn-white {
    border-radius: 50px;
    cursor: pointer;
    border: none !important;
}
.btn-color {
    width: 60%;
    color: #fff;
    background-image: linear-gradient(to right, #134228, #B8963B);
    padding: 15px;
    margin-top: 15px;
    font-size:16px
}

.btn-color:hover { background-image: linear-gradient(to right, #B8963B, #134228)}

.btn-white {
    width: 30%;
    color: #B8963B;
    background-color: #fff;
    padding: 5px 10px;
    border: 2px solid #B8963B !important;
    font-size:14px
}

.btn-white:hover { color: #fff; background-image: linear-gradient(to right, #134228, #B8963B)}


.sm-text { font-size: 15px }

/* Imagenes*/
.vista {
    --duration: 20s;
    --name: float-up-3;
    transform: translateY(200vh);
    animation: var(--name) var(--duration) linear infinite;
    z-index: 1;
}
#logo {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
/* Vista images */
#vista1, #vista4, #vista5, #vista8, #vista9 {
  width: 496px;
  height: 500px;
}

#vista2, #vista3, #vista6, #vista7, #vista10 {
  width: 399px;
  height: 500px;
}

@keyframes float-up-3 {
    from {
        transform: translateY(50vh) translateZ(-50vh);
    }

    to {
        transform: translateY(-300vh) translateZ(-50vh);
    }
}
@media screen and (max-width: 1080px) {
    .snippet-body { width: 100%; height: auto;}
    .card {
        width: 900px;
        height: 100%;
        margin: 6%;
    }
    .card1 { width: 100%;}

    .card2 { display: none !important;}

    #logo {
        width: 30%;
        height: 30%;
        border-radius: 100px;
    }
    .form-control::placeholder {  font-size: 18px;}

    .form-control-label { font-size: 25px;}

    .btn-color { width: 60%;font-size:25px }

    .btn-white {
        padding: 5px 15px;
        width: 30%;
        font-size:25px
    }

    .sm-text { font-size: 23px }

    .heading {
        margin-bottom: 15px !important;
        font-family: 'Script MT';
        font-size: 64px;
    }
    .msg-info { font-family: 'BOOK ANTIQUA'; font-size: 36px; }
    .alert-danger { font-size: 22px;}
 
}

@media screen and (max-width: 768px) {

    .container { padding: 10px !important}
    .card2 { display: none !important }
}