/*########### Fuentes ####################*/
@font-face {
    font-family: "CormorantInfant-Light";
    src: url('/Fuentes/Cormorant_Infant/CormorantInfant-Light.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "CormorantInfant-Medium";
    src: url('/Fuentes/Cormorant_Infant/CormorantInfant-Medium.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "CormorantInfant-Regular";
    src: url('/Fuentes/Cormorant_Infant/CormorantInfant-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "CormorantInfant-Bold";
    src: url('/Fuentes/Cormorant_Infant/CormorantInfant-Bold.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "CormorantInfant-SemiBold";
    src: url('/Fuentes/Cormorant_Infant/CormorantInfant-SemiBold.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "CrimsonText-Regular";
    src: url('/Fuentes/Crimson_Text/CrimsonText-Regular.ttf');
    font-weight: normal;
}

/*############ Terminan Fuentes ##########*/

nav ul {
    margin: auto;
    display: inline-block;
    overflow: hidden;
}

nav ul li {
    list-style: none;
    float: left;
    min-height: 16px;
    padding: 10px 20px;
}

ul.TopNavBar li.HBIcon {
    display: none;
}

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: color: rgb(11, 7, 94);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #A0A0A0;
}

body {
    display: block;
    margin: auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
    background-color: #fcfcf6;
}

h1 {
    font-family: "CormorantInfant-Light";
    font-size: 2.6em;
    color: rgb(11, 7, 94);
}

.Con h1 {
    font-family: "CormorantInfant-Bold";
    font-size: 3.2em;
    color: rgb(11, 7, 94);
}

h2 {
    font-family: "CormorantInfant-Medium";
    font-size: 2.3em;
    color: rgb(11, 7, 94);
}

.Right h2 {
    font-family: "CormorantInfant-SemiBold";
    font-size: 2.3em;
    color: rgb(11, 7, 94);
}

h3 {
    font-family: "CormorantInfant-SemiBold";
    font-size: 1.6em;
    color: rgb(11, 7, 94);
}

ul.IQ,
p {
    font-family: "CrimsonText-Regular";
    font-size: 1.4em;
    color: rgb(11, 7, 94);
}

.ParBot {
    padding-left: 5%;
}

.Cont1 {
    width: 100%;
}

.IMGC1 {
    margin: auto;
}

.Con {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.Con1 {
    margin-left: 10%;
    margin-right: 10%;
}

.Cont2 {
    margin-left: 5%;
    margin-right: 5%;
    display: table-row;
    text-align: justify;
}

.Left {
    float: left;
    margin: 2.5% 0 0 2.5%;
    padding-left: 2.5%;
    width: 45%;
    display: table-column;
    line-height: 0;
}

.IMGC2 {
    border-radius: 20px;
    box-shadow: 0px 20px 20px gray;
}

.Right {
    float: right;
    margin: 2.5% 2.5% 0 0%;
    padding-right: 7.5%;
    width: 45%;
    display: table-column;
    position: relative;
}

div.buttonCont {
    padding-left: 5%;
}

.Contacto {
    border-radius: 8px;
    font-family: "CrimsonText-Regular";
    font-size: 1.1em;
    padding: 5px 10px;
    width: 75%;
    background-color: #ffffff;
    color: rgb(11, 7, 94);
}

.SMList {
    background-image: url();
}

a {
    text-decoration: none;
    color: rgb(11, 7, 94);
    font-size: 20px;
}

/*############## Services ####################*/

.Serv-container {
    display: block;
    margin: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 0;
}

.serv1-img {
    padding: 15px 0px;
    display: block;
    margin: auto;
    width: 80%;
    border-radius: 28px;
}

.serv-1-row,
.serv-2-row,
.serv-3-row,
.serv-4-row {
    flex-wrap: wrap;
    margin: 30px 0px 0px 0px;
    border-radius: 20px;
    padding: 0;
    background-color: #3b444b;
}

.serv-1,
.serv-2,
.serv-3 {
    padding-top: 9%;
}

.serv-1 p,
.serv-2 p,
.serv-3 p,
.serv-4 p {
    padding: 3% 2% 0 7%;
    font-size: 2rem;
    color: white;
}

.serv-1 h2,
.serv-2 h2,
.serv-3 h2,
.serv-4 h2 {
    /*    padding-top: 5%;*/
    padding-left: 3%;
    color: white;
}

/*########## End of services #############*/
/*############ Contacto ###############*/
label {
    font-family: "CormorantInfant-Medium";
    color: rgb(11, 7, 94);
    font-size: 1.3rem;
}

.meet-img {
    border-radius: 10px;
    margin-left: 2%;
    float: left;
    width: 100%;
}

.Contact-form {
    font-family: "CrimsonText-Regular";
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 20px;
}

.form-control {
    font-family: "CrimsonText-Regular";
    font-size: 1.2rem;
    border-radius: 8px;
}

.submit-btn {
    font-family: "CrimsonText-Regular";
    color: rgb(11, 7, 94);
}

/*######### Termina contacto ############*/

/*############ Footer ################*/

.social-list {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.social-list ul li a {
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: 40px;
    background-position: 0 0;
    background-repeat: no-repeat;

    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;

    -webkit-transition-duration: .3s;
    transition-duration: .3s;

    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.social-list a:hover {
    background-position: 0 bottom;
}

.mail_icon {
    background-image: url("/Images/Icons/ContactIcons/EmailLogo2.png");
}

.fb_icon {
    background-image: url("/Images/Icons/ContactIcons/FaceLogo2.png");
}

.tel_icon {
    background-image: url("/Images/Icons/ContactIcons/PhoneLogo2.png")
}

.privacy {
    color: #d3d3d3;
    margin-top: 40px;
}

footer {
    margin: 0;
    padding: 0;
}

/*############### Termina Footer ##############*/

/*############## Mobile ###############*/

@media screen and (max-width: 680px) {
    ul.TopNavBar {
        padding: 0;
    }

    ul.TopNavBar li:not(:nth-child(1)) {
        display: none;
    }

    ul.TopNavBar li.HBIcon {
        display: block;
        float: right;
    }

    ul.TopNavBar.Responsive li.HBIcon {
        position: absolute;
        top: 0;
        right: 0;
    }

    ul.TopNavBar.Responsive {
        position: relative;
    }

    hr {
        margin: auto;
    }

    ul.TopNavBar.Responsive li {
        display: inline;
        float: none;
    }

    ul.TopNavBar.Responsive li a {
        display: block;
        text-align: left;
    }

    .Cont1,
    .con {
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .Right,
    .Left {
        text-align: center;
        width: 100%;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    p.ParBot {
        line-height: 25px;
        padding: 0;
        font-size: 21px;
        text-align: center;
    }

    .Right,
    .Left {
        padding: 10px;
    }

    div.buttonCont {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    button.Contacto {
        font-family: "CrimsonText-Regular";
        line-height: 20px;
        font-size: 20px;
        padding: 5px 10px;
        margin: auto;
        border-radius: 8px;
    }

    .contact-row {
        background-color: #fcfcf6;
        width: 100%;
    }

    .col-sm-6 img {
        border-radius: 10px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .serv1-img {
        max-width: 100%;
        border-radius: 6px;
    }

    .serv-1-row,
    .serv-2-row,
    .serv-3-row,
    .serv-4-row {
        margin: 30px 0px 0px 0px;
        border-radius: 20px;
        padding: 0;
        background-color: #3b444b;
    }
}

/*########## Mobile 2 ###############
@media handheld and (max-width: 680px) {
      ul.TopNavBar {
        padding: 0;
    }

    ul.TopNavBar li:not(:nth-child(1)) {
        display: none;
    }

    ul.TopNavBar li.HBIcon {
        display: block;
        float: right;
    }

    ul.TopNavBar.Responsive li.HBIcon {
        position: absolute;
        top: 0;
        right: 0;
    }

    ul.TopNavBar.Responsive {
        position: relative;
    }

    hr {
        margin: auto;
    }

    ul.TopNavBar.Responsive li {
        display: inline;
        float: none;
    }

    ul.TopNavBar.Responsive li a {
        display: block;
        text-align: left;
    }

    .Cont1,
    .con {
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .Right,
    .Left {
        text-align: center;
        width: 100%;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    p.ParBot {
        line-height: 25px;
        padding: 0;
        font-size: 21px;
        text-align: center;
    }

    .Right,
    .Left {
        padding: 10px;
    }

    div.buttonCont {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    button.Contacto {
        font-family: "CrimsonText-Regular";
        line-height: 20px;
        font-size: 20px;
        padding: 5px 10px;
        margin: auto;
        border-radius: 8px;
    }
    
    .col-sm-6 img {
        border-radius: 10px;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}*/
