html, body, header{
  font-family: 'Open Sans', sans-serif !important;
  overflow-x: hidden;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}
nav {
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.26);
}

.dropdown-menu {
  box-shadow: 3px 3px 3px rgba(20, 20, 20, 0.274) !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
  
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*INDEX*/
.card-list li::before {
  content: "\2022";
  color: rgb(255, 226, 160);;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.card-list li a {
  padding-bottom: 8px;
}
.card-list li a:hover{
  
  border-bottom: 1px solid #e4e4e4;
}
/*NOSOTROS*/
.nosotros-head{
  background-color:gray;
  background-image: url(https://sargentbaldwin.com.au/wp-content/uploads/2017/01/business-law3.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nosotros-head div {
  padding: 8% 25%;
}
.nosotros-head h1 {
  margin: 0;
  color: white;
  text-align: center;
}
.nosotros-head hr {
  width: 120px;
  margin-top: 0;
  border-color: orange;
  border-width: 3px;
}
.nosotros-body {
  background-color:white;
  padding: 25px;
  display: flex;
}
.nosotros-body h3 {
  border-bottom: 1px solid rgb(255, 234, 197);
}
.nosotros-body p {
  padding: 10px;
}
.nosotros-body .left-column {
  width: 48%;
  padding: 25px;
  box-shadow: 5px 4px 8px -6px rgb(235, 235, 235);
  margin-right: 2%;
}
.nosotros-body .right-column {
  width: 48%;
  padding: 25px;
  box-shadow: 5px 4px 8px -6px rgb(235, 235, 235);
  margin-left: 2%;
}
/*LIC-DERECHO*/
.lic-derecho-head{
  background-color:gray;
  background-image: url(https://static.iris.net.co/dinero/upload/images/2017/5/25/245881_1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lic-derecho-head div {
  padding: 8% 25%;
}
.lic-derecho-head h1 {
  margin: 0;
  background-color:rgba(58, 58, 58, 0.7);
  color: white;
  text-align: center;
}
.lic-derecho-head hr {
  width: 120px;
  margin-top: 0;
  border-color: orange;
  border-width: 3px;
}
.lic-derecho-body {
  background-color:white;
  padding:3em 7em;
}
.plan-info {
  text-align: center;
}
.plan-info h3{
  color: rgb(246, 172, 32);
  font-size: 3em;
}
.plan-info h4 {
  color: rgb(0, 0, 128);
}
.plan-info p {
  color: rgb(0, 0, 128);
}
.plan-estudio {
  padding: 0 50px;
}
.plan-estudio .plan-seccion {
  padding: 35px;
}
.plan-estudio .plan-seccion h3{
  color:rgb(0, 0, 128);
  font-weight: bold;
}
.plan-estudio .plan-seccion ul {
  list-style-type: none;

}
.plan-estudio .plan-seccion ul li {
  font-weight: 600;
}
.plan-estudio .plan-seccion ul li::before {
  content: "\2022";
  color: rgb(246, 231, 32);
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/*CONTADURÍA*/
/*LIC-DERECHO*/
.lic-contaduria-head{
  background-color:gray;
  background-image: url(https://umad.edu.mx/wp-content/uploads/2018/05/Licenciatura-en-contaduri%CC%81a-pu%CC%81blica.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lic-contaduria-head div {
  padding: 8% 25%;
}
.lic-contaduria-head h1 {
  margin: 0;
  background-color:rgba(58, 58, 58, 0.7);
  color: white;
  text-align: center;
}
.lic-contaduria-head hr {
  width: 120px;
  margin-top: 0;
  border-color: orange;
  border-width: 3px;
}
.lic-contaduria-body {
  background-color:white;
  padding:3em 7em;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
      .nosotros-body {
        display: block;
      }
      .nosotros-body .left-column {
        width: 100%;
        margin:1;
      }
      .nosotros-body .right-column {
        width: 100%;
        margin:1;
      }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
      .nosotros-body {
        display: block;
      }
      .nosotros-body .left-column {
        width: 100%;
        margin:1;
      }
      .nosotros-body .right-column {
        width: 100%;
        margin:1;
      }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
      .nosotros-body {
        display: block;
      }
      .nosotros-body .left-column {
        width: 100%;
        margin:1;
      }
      .nosotros-body .right-column {
        width: 100%;
        margin:1;
      }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
      .nosotros-body {
        display: flex;
      }
      .nosotros-body .left-column {
        width: 48%;
        margin-right:2%;
      }
      .nosotros-body .right-column {
        width: 48%;
        margin-left:2%;
      }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
      .nosotros-body {
        display: flex;
      }
      .nosotros-body .left-column {
        width: 48%;
        margin-right:2%;
      }
      .nosotros-body .right-column {
        width: 48%;
        margin-left:2%;
      }
    }

    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }
.building {
  margin: 0 25%;
}
.building figure{
  width: 100%;
}
.building figure img {
  width: 100%;
}

/* CURSOS */
.cursos-table {
  width:100%;
  text-align:center
}
.cursos-table thead tr {
  font-size:1.4em;
}
.cursos-table tbody tr {
  height: 65px;
  color:teal;
  font-size: 1.3em;
}
.c-blue {
  color:blue;
}

/*CONTACT */
.contact-section {
  padding: 3%;
  display: flex;
}
.contact-child-section {
  width: 50%;
  padding: 25px;
}
.contact-form .contact-control {
  display: block;
}

.contact-form .contact-control label {
  width: 100%;
  font-family: sans-serif;
}
.contact-form .contact-control label span {
  color:red;
  font-weight: bold;
}
.contact-form .contact-control input, .contact-form .contact-control textarea {
  width: 100%;
}

.contact-form .contact-control input {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 7px;
  font-family: sans-serif;
  height: 2em !important;
  border: none;
  border-bottom: 2px solid #334;
  border-radius: 0;
  animation: all 0.5s;
}

.contact-form .contact-control input:hover, .contact-form .contact-control input:focus {
  border-color: #daa520;
}

.contact-form .contact-control textarea:hover, .contact-form .contact-control textarea:focus {
  border-color: #daa520;
}

.contact-form .contact-control span {
  font-size: 25px;
  line-height: 46px;
}

.contact-form .contact-control .special-span {
  position: absolute;
  right: 0;
  bottom: 6px;
}

.contact-form .contact-control {
display: flex;
position: relative;
}

.contact-form .contact-control textarea {
  resize: none;
  height: 113px;
  margin-top: 15px;
  margin-bottom: 9px;
  border-radius: 10px;
  font-family: sans-serif;
  border: none;
  border-bottom: 2px solid #334;
  border-radius: 0;
  animation: all 0.5s;
  padding: 7px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-card {
  min-height: 32em;
  box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.089);
}
.custom-card figure {
  position: relative;
  display: contents;
}
.overlay-photo {
  position: absolute;
  width: 100%;
  background-color: transparent;
  text-align: center;
  padding-top: 25%;
}
.overlay-photo h4 {
  color: white;
}
.custom-section-nosotros {
  max-width: 100%;
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.custom-nosotros-logo {
  background-image: url(../img/FondoTextoEscudo.png);
  background-repeat: no-repeat;
  background-size: 80%;
}
.custom-nosotros-logo div {
  position:content;
  width:100%;
  min-height: 39em;
}
.text-logo-nosotros p, .text-logo-nosotros h2, .text-logo-nosotros h4, .text-logo-nosotros img{ 
  padding: 0 23px;
}
.radio-container {
  padding: 25px;
  
}
.card-body {
  border-bottom: 5px solid;
}
.width-100 {
  width: 100%;
}
.width-90 {
  width:90%;
}
.oferta-lista {
  list-style:none;
  margin:0;
  padding: 0;
}
.myButton {
	-moz-box-shadow:inset 0px 34px 0px -15px orange;
	-webkit-box-shadow:inset 0px 34px 0px -15px orange;
	box-shadow:inset 0px 34px 0px -15px orange;
	background-color:orange;
	border:1px solid #241d13;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #b34332;
}
.myButton:hover {
	background-color:orange;
}
.myButton:active {
	position:relative;
	top:1px;
}
.mas-tributario {
  background-image: url(https://derechofiscalunivia.files.wordpress.com/2014/09/shutterstock_122790595.jpg) !important;
}
.mas-penal {
  background-image: url(http://polemos.pe/wp-content/uploads/2015/12/derecho-penal.jpg) !important;
}
.mas-amparo {
  background-image: url(https://amparounounivia.files.wordpress.com/2014/12/shutterstock_139322489.jpg) !important;
}
.cur-cursos {
  background-image: url(https://www.iacc.cl/wp-content/uploads/2018/08/diplomados.jpg) !important;
}
.cur-diploma {
  background-image: url(http://www.icepre.com/images/diplomados-icepre-chiclayo-peru.jpg) !important;
}
.cursos-table {
  margin-top: 48px;
}
.cursos-table tbody tr {
  border-bottom: 1px solid silver;
  transition: all 0.5s;
}
.cursos-table thead tr th {
  text-transform: capitalize;
}
.cursos-table thead tr:nth-child(2) {
  text-align: center;
}
.cursos-table tbody tr:hover {
  background-color: rgba(192, 192, 192, 0.25);
}

footer div div div div img {
  width: 100%;
}

.hamburger.hamburger--spin.js-hamburger {
  background-color: #333333;
}
/* .navbar-collapse.when-collapsed.collapse.show {
  box-shadow: 3px 3px 9px rgba(51, 51, 53, 0.31);
} */
@media only screen and (max-width: 600px) {
  /* body {border: 2px solid black;} */
  .lic-derecho-head div {
    padding: 8% 14%;
  }
  .lic-derecho-body {
    padding: 3em 2em;
  }
  .cursos-body {
    padding: 3em 1em;
  }
  .cursos-table thead tr th {
    font-size: 0.8em;
  }
  .cursos-table tbody tr td:nth-child(1), .cursos-table tbody tr td:nth-child(2) {
    font-size: 0.78em;
  }
  .cursos-table tbody tr td {
    padding: 2em 0;
  }
  .contact-section {
    display:block;
  }
  .contact-child-section, .contact-child-section iframe  {
    width: 100%;
  }
  .custom-nosotros-logo {
    background-size: 90%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* body {border: 2px solid red;} */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* body {border: 2px solid green;} */
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* body {border: 2px solid blue;} */
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* body {border: 2px solid yellow;} */
}
/*# sourceMappingURL=customize.css.map */