﻿.img-fluid {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 10px 10px 10px 10px;
}

/*.img-fluid:hover {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    z-index: 100;
}*/



/*PRueba*/


.wrapper {
    overflow: hidden;
}

    .wrapper div {
        min-height: 200px;
    }

.two {
    background-color: transparent;
    overflow: hidden;
    min-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .two {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        display: block;
    }
}


@media screen and (max-width: 480px) {
    .two {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        display: block;
    }
}

.normal {
    flex: 0;
    margin: 0 0 0 1rem;
}

/*Para contactos*/
/*add full-width input fields*/
textarea, [type=text], input[type=email], input[type=tel],
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: 1;
}

/* 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;
}

.centhead {
    text-align: center;
    color: #00318f;
}


@media screen and (max-width: 300px) {
    .cancelbtn,
    .signupbtn {
        width: 100%;
    }
}


.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;
}
