﻿.responsive1 {
    width: 100%;
    
    height: auto;
    object-fit: cover; 
    
}

body {
    /*background: #00318f;*/
    background: white;
    font-family: 'Varela Round', sans-serif;
}

.img-fluid {
  max-width: 100%;
  height:auto;
  
}

/* set width of logo as the minimum of 200px & 50vw */
img.logo1 {
    width: 100%;
    height: auto;
    /* Recommended - Limit maximum width */
    max-width: 650px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

/*media queries for small devices*/
@media screen and (max-width: 678px) {
    /*testimonials*/
    .animation-element.slide-left.testimonial,
    .animation-element.slide-left.testimonial:nth-of-type(odd),
    .animation-element.slide-left.testimonial:nth-of-type(even) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
}

/*PRueba*/


.wrapper {    
    overflow: hidden;

}

    .wrapper div {
        min-height: 200px;        
    }

#one {
    
    float: left;
    margin-right: 20px;
    width: 400px;
    
}

#two {
    background-color: white;
    overflow: hidden;    
    min-height: 170px;
}

@media screen and (max-width: 400px) {
    #one {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        
    }
}

.normal {
    flex: 0;
    margin: 0 0 0 1rem;
}



.centhead {
    text-align: center;
    color: #00318f;
    font-size: x-large;
}



/*whatsapp todas las paginas*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}



/*add full-width input fields*/
textarea, [type=tel], [type=email], [type=text],
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.button1 {
    width: auto;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 100;
}

/* set a style for all buttons*/
button {
    background-color: green;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    cursor: pointer;
}
/*set styles for the cancel button*/
.cancelbtn {
    padding: 14px 20px;
    background-color: #FF2E00;
}
/*float cancel and signup buttons and add an equal width*/
.cancelbtn,
.signupbtn {
    float: left;
    width: 50%
}
/*add padding to container elements*/
.container {
    padding: 16px;
}
/*define the modal’s background*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}
/*define the modal-content background*/

.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    width: 80%;
}
/*define the close button*/

.close {
    position: absolute;
    right: 35px;
    top: 15px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
}
    /*define the close hover and focus effects*/

    .close:hover,
    .close:focus {
        color: red;
        cursor: pointer;
    }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}



@media screen and (max-width: 300px) {
    .cancelbtn,
    .signupbtn {
        width: 100%;
    }
}
